body {
    font-family: Arial, sans-serif;
    background-color: rgb(255, 255, 255);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main {
    background-color: rgb(255, 255, 255);
    flex: 1;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    flex: 0 0 auto;
    position: sticky;
    top: 0;
    z-index: 9999;
}
.logo img {
  height: 60px;  
  width: auto;
}
.logo-and-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}
.offerta {
    max-width: 1000px;
    margin: 0 auto;
    text-align: justify;
  }
.social-icon:hover {
    background-color: #0f5bb5;
}
.logo {
    font-size: 24px;
    font-weight: bold;
    color: #0750a3;
    text-decoration: none;
}
.nav-buttons {
    display: flex;
    gap: 20px;
}
.center-button {
    text-align: center;
    margin: 120px 0 20px;
}
.button-headings {
    text-align: center;
    margin: 20px 0 40px;
}
.button-headings h2 {
    display: block;
    margin: 10px auto;
    font-size: 24px;
    font-weight: 700;
}
.red {
    background-color: red;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.red:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}
.general-side {
    text-align: center;
    padding: 10px;
    background-color: #f1f1f1;
    font-size: 14px;
    color: #333;
    margin-top: auto;
    font-family: 'Georgia', 'Times New Roman', Times, serif;
}
.second-side {
    text-align: center;
    padding: 10px;
    margin-top: auto;
    background-color: #f1f1f1;
    font-size: 14px;
}
button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    color: white;
    border: none;
    border-radius: 5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.blue {
    background-color: #0750a3;
}
.blue:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 18px rgba(7, 80, 163, 0.25);
}
.orange {
    background-color: orange;
}
.orange:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 18px rgba(255, 165, 0, 0.25);
}
.grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
padding:20px;
}
.card{
background:white;
border-radius:12px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
text-align:center;
transition:0.3s;
}
.card:hover{
transform:translateY(-5px);
}
.card img{
width:100%;
height:160px;
object-fit:cover;
}
.small{
font-size:13px;
color:gray;
margin:10px 0 2px;
}
.bold{
font-size:18px;
font-weight:bold;
margin-bottom:10px;
}

.Popolari{
   font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    position: relative;
    top: -2px;
}
.grid {
position:relative;
top:-20px;
}
.grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
padding:20px;
width:100%;
}
.card{
background:white;
border-radius:12px;
overflow:hidden;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
text-align:center;
transition:0.3s;
}
.card:hover{
transform:translateY(-5px);
}
.card img{
width:100%;
height:180px;
object-fit:cover;
display:block;
}
.title{
font-weight:bold;
font-size:18px;
margin:10px 0 5px;
}
.desc{
font-size:13px;
color:gray;
margin-bottom:15px;
padding:0 10px;
}
body {
    font-family: Arial, sans-serif;
}
.wrapper {
    width: 95%;
    margin: auto;
}
.slider {
    position: relative;
    width: 90%;
    margin: 0 auto;
    height: 63vh;
    overflow: hidden;
    border-radius: 20px;
}
.wrapper {
    width: 95%;
    margin: 40px auto 0;
}
.slides {
    display: flex;
    height: 100%;
    transition: transform 0.6s ease;
}
.slide {
    min-width: 100%;
    height: 100%;
}
.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: rgb(0, 0, 0);
    color: white;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
     background: white;
    color: rgb(0, 0, 0);
    width: 50px;
    height: 50px;
}
.arrow:hover {
    background: rgba(216, 216, 216, 0.7);
}
.left {
    left: 15px;
}
.right {
    right: 15px;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f5f5;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f5f5;
}
.container {
    width: 90%;
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    gap: 20px; 
}
.card {
    background: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}
.card h3 {
font-weight: bold;
margin-bottom: 10px;
position: relative;
padding-bottom: 10px;
}
.card h3::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: linear-gradient(to right, #23368b,#da8210);
}
.card p {
margin-top: 10px;
color: #555;
line-height: 1.5;
}
.social-icons {
justify-content: flex-end;
margin-right: 50px;
gap: 10px;
display: flex;
}
.social-icons a {
    text-decoration: none;
}
.p-chi {
  text-align: justify;
  margin: 0 auto;
  line-height: 1.6;
}
.desc {
text-align: justify;
}
.cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.header-paesi {
    position: sticky;

}
.red-button:hover {
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    background-color: #d60000;
}
.paesi {
    display: flex;
    justify-content: center;
    margin: 40px 0;
}
.paesi-button {
    display: inline-block;
    background-color: red;
    color: white;

    padding: 14px 28px;
    font-size: 16px;
    font-weight: bold;

    text-decoration: none;
    white-space: nowrap;

    border-radius: 8px;
    transition: all 0.3s ease;

    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.paesi-button:hover {
   background-color: #d80000;
   transform: scale(0.96);
}

html {
    scroll-behavior: smooth;
}
#offerta,
#chi-siamo,
#mondo,
#contatti {
    scroll-margin-top: 120px;
}
.nostra-button,
.contatti-button {
    padding: 10px 18px;
    border-radius: 25px;
    border: 2px solid #0750a3;

    background: rgba(7, 80, 163, 0.08);
    color: #0750a3;

    font-weight: bold;
    cursor: pointer;
    text-decoration: none;

    transition: 0.3s ease;
}
.siamo-button,
.mondo-button {
    padding: 10px 18px;
    border-radius: 25px;
    border: 2px solid orange;

    background: rgba(255, 165, 0, 0.15);
    color: orange;

    font-weight: bold;
    cursor: pointer;
    text-decoration: none;

    transition: 0.3s ease;
}
.nostra-button:hover,
.contatti-button:hover {
    background: #0750a3;
    color: white;

    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(7, 80, 163, 0.3);
}
.siamo-button:hover,
.mondo-button:hover {
    background: orange;
    color: white;

    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(255, 165, 0, 0.3);
}
.contatti {
    text-align: center;
}

.offerta-nostra {
text-align: justify;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 60px 0;
}

.section-title h2 {
  font-size: 28px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #222;
}

.section-title span {
  flex: 1;
  height: 2px;
  background: linear-gradient(to right, transparent, #000, transparent);
}



.hidden-extra {
  display: none;
}

.grid.expanded .hidden-extra {
  display: block;
}
.show-more {
  display: block;
  margin: 40px auto;
  padding: 14px 34px;

  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;

  color: white;
  background: linear-gradient(135deg, #111, #444);

  border: none;
  border-radius: 50px;

  cursor: pointer;
  transition: all 0.3s ease;

  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.show-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.25);
  background: linear-gradient(135deg, #000, #333);
}

.show-more:active {
  transform: scale(0.96);
}
.menu-toggle {
  display: none;
  font-size: 30px;
  cursor: pointer;
}
.nav-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
}

  .close-menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 34px;
    cursor: pointer;
    font-weight: bold;
}
@media (max-width: 768px) {
  .nav-buttons {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    z-index: 1000;
    box-shadow: -10px 0 30px rgba(0,0,0,0.2);
    position: fixed;
  }
}
@media (max-width: 768px) {

  .menu-toggle {
    display: block;
  }

  .nav-buttons {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    background: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transition: 0.3s ease;
    z-index: 1000;
    box-shadow: -10px 0 30px rgba(0,0,0,0.2);
  }
  .nav-buttons.active {
    right: 0;
  }
  .mobile-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {

  .close-menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 34px;
    cursor: pointer;
    font-weight: bold;
  }

}
@media (max-width: 768px) {

  .close-menu {
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 34px;
    cursor: pointer;
    font-weight: bold;
  }

}
.close-menu {
  display: none !important;
}

@media (max-width: 768px) {
  .close-menu {
    display: block !important;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&display=swap');

.lux-header {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    margin: 0;
}
.hero {
    height: 320px;
    background: url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: white;
    text-align: center;
    margin-top: 50px;
    padding-top: 50px;
}
.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
}
.hero-content {
    position: relative;
    width: 100%;
    z-index: 2;
p, h1 {
        color: #ffffff;
}
}
@media (max-width: 1024px) {
    .grid,
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .grid,
    .cards {
        grid-template-columns: 1fr;
    }

    .slider {
        height: 40vh;
    }

    .arrow {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    header {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .logo-and-nav {
        flex-direction: column;
        gap: 10px;
    }

    .nav-buttons {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .paesi-button {
        font-size: 14px;
        padding: 10px 15px;
        max-width: 95%;
    }
}
@media (max-width: 768px) {
    .hero-text {
        font-size: 36px;
    }
}
@media (max-width: 1024px) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
}