@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  
}

.navbar {
  background-color: #CA9F61;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 50px;
}

  .navbar a {
      text-decoration: none;
  }

.navbar .logo h2 {
  font-family: 'Roboto', sans-serif;
  color: white;
  letter-spacing: 3px;
  font-weight: 400;
}


.nav-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.nav-links li {
  font-size: 18px;
  font-weight: 300;
  margin: 0 10px;
  letter-spacing: 1px;
}

.nav-links li a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 14px 16px;
}

.nav-links li a:hover {
  color: #111E29;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 3px 0;
}

.content {
  padding: 20px;
}














.drocontanier{
  width: 214px;
}

.dropdown {
  display: flex;
  align-items: center;
}

.dropdown h3 {
  font-size: 18px;
  color: white;
  padding: 14px 16px;
  margin: 0;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  display: block;
  text-decoration: none;
}

.dropdown-content a:hover {
  background-color: #ddd;
}



.modal-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #1f1f1f;
  padding: 50px;
  border-radius: 10px;
  z-index: 1000;
  backdrop-filter: blur(100px); /* Aggiungiamo lo sfondo sfocato */
}

.modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #1f1f1f;
  padding: 20px;
}

.close {
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.modal-links li {
  margin-bottom: 20px;
}

.modal-links li a {
  color: #fff;
  text-decoration: none;
}



@media screen and (max-width: 1280px) {
  .nav-links {
    display: none;
  }

  .menu-toggle {
    display: flex;
   
  }

  .navbar {
    flex-direction: row;
  }

  .llll{
      display: none !important;
  }
  
}




















.hero-section {
  position: relative;
  height: 93.3vh;
  background: linear-gradient(rgba(0, 0, 0, 0.607),rgba(0,0,0,0.607)), url(Gallery/18.JPG) center/cover no-repeat;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-section h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 140px;
  font-weight: 200;
  letter-spacing: 10px;
  margin-bottom: 0;
}

.hero-section p{
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 5px !important;
  margin-top: 5px;
}

.title{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 100px;
}



.custom-button {
  display: inline-block;
  padding: 13px 25px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #3498db00;
  color: #fff;
  border: 2px solid white;
  letter-spacing: 3px;
  border-radius: 2px;
  transition: background-color 0.3s ease;
}


@media (max-width: 1100px){

  .hero-section h1{
    font-family: 'Roboto', sans-serif;
    font-size: 90px !important;
    font-weight: 200;
    letter-spacing: 10px;
    margin-bottom: 0;
  }

}

@media (max-width: 836px){

  .hero-section h1{
    font-family: 'Roboto', sans-serif;
    font-size: 60px !important;
    font-weight: 200;
    letter-spacing: 10px;
    margin-bottom: 0;
  }

  .hero-section p{
    font-size: 18px;

  }

}

@media (max-width: 700px){

  .hero-section h1{
    font-family: 'Roboto', sans-serif;
    font-size: 50px!important;
    font-weight: 200;
    letter-spacing: 10px;
    margin-bottom: 0;
  }

  .hero-section p{
    font-size: 18px;

  }

}

@media (max-width: 671px){

  .hero-section h1{
    font-family: 'Roboto', sans-serif;
    font-size: 40px !important;
    font-weight: 300;
    letter-spacing: 10px;
    margin-bottom: 0;
    margin-bottom: 5px;
  }

  .hero-section p{
    font-size: 15px;

  }

}

@media (max-width: 470px){

  .hero-section h1{
    font-family: 'Roboto', sans-serif;
    font-size: 35px !important;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 0;
    margin-bottom: 5px;
  }

  .hero-section p{
    font-size: 14px;
    font-weight: lighter;

  }

  .custom-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #3498db00;
    color: #fff;
    border: 2px solid white;
    letter-spacing: 3px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
  }

}


















.info-section{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 150px;
    padding-top: 150px;
    padding-bottom: 120px;
}

.info-container h3{
    color: #1E1D1C;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 6.4px;
    margin-top: 10px;
}

.info-container p{
    width: 619px;
    color: #000;
    text-align: justify;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 3.52px;
}


.img-container img {
    max-width: 100%; /* L'immagine non supererà mai la larghezza del suo contenitore */
    height: auto; /* Mantiene l'aspetto proporzionato durante il ridimensionamento */
    display: block; /* Elimina spazi vuoti sotto l'immagine */
    margin: 0 auto; /* Centra l'immagine orizzontalmente nel suo contenitore */
  }
  .img-container {
    min-width: 300px; /* Imposta la larghezza minima del contenitore */
  }

@media (max-width: 1452px){
    .info-container h3{
        color: #1E1D1C;
        font-family: Roboto;
        font-size: 35px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 6.4px;
        margin-top: 10px;
    }

    .info-container p{
        width: 500px;
        color: #000;
        text-align: justify;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 3.52px;
    }
}

@media (max-width: 1300px){
    .info-container h3{
        color: #1E1D1C;
        font-family: Roboto;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 6.4px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .info-container p{
        width: 90%;
        color: #000;
        text-align: justify;
        font-family: Roboto;
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 3.52px;
    }

    .info-section{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        gap: 50px;
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .info-container{
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100% !important;

    }

    .img-container{
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (max-width: 670px){
    .info-container h3{
        font-size: 35px !important;
    }

    .info-container p{
        width: 80% !important;
        font-size: 20px !important;
    }


}

@media (max-width: 450px){
    .info-container h3{
        font-size: 22px !important;
        font-weight: 800 !important;
    }

    .info-container p{
        width: 80%;
        font-size: 14px !important;
        letter-spacing: 2px;
    }


}












.slider-section {
    padding-top: 30px;
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #111E29;
    position: relative; /* Aggiunto posizionamento relativo */
  }

  
  .slider-section h2 {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 10px;
    margin-bottom: 10px;
  }
  
  .slide-container {
    width: 80%;
    padding: 40px 0;
    position: relative; /* Assicura che il contenitore degli swiper sia relativo */
    overflow: hidden; /* Assicura che gli swiper non fuoriescano */
    padding-bottom: 0;
  }
  
  .swiper-button-next,
  .swiper-button-prev {
    color: #ffffff;
    font-size: 65px;
    position: absolute;
    top: 63%;
    transform: translateY(-40%);
    z-index: 1; /* Assicura che i pulsanti siano sopra le card */
    padding: 10px; /* Padding per facilitare la cliccabilità */
    border-radius: 50%; /* Rende i pulsanti rotondi */
    cursor: pointer;
    transition: color 0.3s ease;
  }
  
  .swiper-button-next {
    right: 0; /* Posiziona il pulsante "Successivo" a destra */
    margin-right: 70px;
  }
  
  .swiper-button-prev {
    left: 0; /* Posiziona il pulsante "Precedente" a sinistra */
    margin-left: 70px;
  }
  
  .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; /* Assicura che la paginazione sia sopra le card */
    margin-bottom: 40px;
  }
  
  .swiper-pagination-bullet {
    background-color: #c1c1c1;
    opacity: 1;
  }
  
  .swiper-pagination-bullet-active {
    background-color: #ffffff;
  }
  
  .card {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
  
  .card img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  
  @media screen and (max-width: 768px) {
    .slide-content {
      margin: 0 10px;
    }
  
    .swiper-navBtn {
      display: none;
    }
  }

  @media screen and (max-width: 1110px) {
    .slide-content {
      margin: 0 10px;
    }
  
    .swiper-navBtn {
      display: none;
    }
  }
  













  .services-section {
    padding: 50px 0;
    text-align: center;
  }

  .services-section h2{
    color: #1E1D1C;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 10.24px;
    margin-bottom: 80px;
  }
  
  .services-container {
    display: flex;
    flex-wrap: wrap; /* Per gestire il wrapping su schermi più piccoli */
    justify-content: center; /* Per centrare gli elementi */
    gap: 50px; /* Spazio tra le colonne */
  }
  
  .s-info {
    width: 250px;
    padding: 20px;
    margin: 0 100px;
  }
  
  .s-info img {
    max-width: 100%;
    height: auto;
  }

  @media screen and (max-width: 1048px) {
    .s-info {
        width: 150px;
        padding: 20px;
        margin: 0 20px;
      }
  }
  
  @media screen and (max-width: 768px) {
    .services-container {
        gap: 10px; /* Spazio tra le colonne */
      }
  }
  
































  footer{
    background-color: #D9D9D9;
    width: 100%;
    height: 348px;
    flex-shrink: 0;
  }

  .top-{
    margin-right: 80px;
    margin-left: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1E1D1C;
    padding-left: 5px;
    padding-right: 5px;
  }

  .inni{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .top- h2{
    width: 251px;
    flex-shrink: 0;
    color: #1E1D1C;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.12px;
  }


  .custom-button4 {
    width: 156px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 2px solid #1E1D1C;
    background: rgba(255, 255, 255, 0.00);
    color: #1E1D1C;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.56px;
  }

  .down-{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 120px;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .down- h3{
    color: #1E1E1E;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.88px;
  }

  .down- a{
    color: #000;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.4px;
    text-decoration: none;
  }

  .text-card{
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

.end-f{
  color: #000;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.4px;
  text-align: center;
}

.end-f a{
  color: #000;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 2.4px;
  text-align: center;
}


  

@media(max-width: 1045px){
  
  .down-{
    gap: 40px;
  }

  .down- h3{
    color: #1E1E1E;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.88px;
  }

  .down- a{
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.4px;
    text-decoration: none;
  }

}


@media(max-width: 749px){

  footer{
    height: 100%;
  }
  
  .down-{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 40px;
  }

  .top-{
    margin-right: 20px;
    margin-left: 20px;
  }

  .inni{
    gap: 5px;
  }

  .down- h3{
    color: #1E1E1E;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 200 !important;
    line-height: normal;
    letter-spacing: 1.5px;
  }

  .down- a{
    color: #000;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.4px;
    text-decoration: none;
  }

  .top- h2{
    font-size: 20px;
    font-weight: 600;
  }

  .ook{
    display: none;
  }

  .custom-button4 {
    width: 100px;
    height: 35px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 2px solid #1E1D1C;
    background: rgba(255, 255, 255, 0.00);
    color: #1E1D1C;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.56px;

  }

  p{
    font-size: 12px !important;
    padding-bottom: 30px;
    margin-bottom: 0%;
  }

  .asa{
    font-size: 12px;
  }

}


@media (max-width: 479px){
  .custom-button4{
    display: none;
  }

  .top-{
    justify-content: center;
  }

  .top- h2{
    text-align: center;
  }

  .text-card h3{
    font-size: larger;
    font-weight: bold !important;
    font-size: medium;
  }

  .text-card a{
    font-size: 12px;
  }

  .down-{
    gap: 15px;
  }
}

  