@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);
}

.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.307),rgba(0,0,0,0.307)), url(img/BnB_CasaDiErsi_Ph_GuglielmoVerrienti_D75_0313_HD.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: 300;
  letter-spacing: 10px;
  margin-bottom: 0;
}

.hero-section p{
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 2px;
  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: 3px solid white;
  letter-spacing: 3px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}


@media (max-width: 1100px){

  .hero-section h1{
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    font-weight: 400;
    letter-spacing: 10px;
    margin-bottom: 0;
  }

}

@media (max-width: 836px){

  .hero-section h1{
    font-family: 'Roboto', sans-serif;
    font-size: 80px;
    font-weight: 400;
    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: 80px;
    font-weight: 400;
    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: 60px;
    font-weight: 400;
    letter-spacing: 10px;
    margin-bottom: 0;
    margin-bottom: 5px;
  }

  .hero-section p{
    font-size: 15px;

  }

}

@media (max-width: 430px){

  .hero-section h1{
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    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;
  }

}















.pop{
  word-wrap: break-word; /* Per far sì che il testo venga avvolto se supera la larghezza */
  overflow-wrap: break-word; /* Fallback per i browser che non supportano word-wrap */
  vertical-align: middle; /* Allineamento verticale, se necessario */
}





.info-section{
  height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 150px;
}

.info-section h2{
  font-size: 55px;
  text-align: center;
  color: #111E29;
  letter-spacing: 5px;
  font-weight: bold;
}

.info-text{
  height: 480px;
}

.info-section p{
  width: 650px;
  letter-spacing: 2px;
  font-weight: normal;
  text-align: justify;
  margin-bottom: 20px !important;
}

.custom-button2 {
  display: inline-block;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #3498db00;
  color: #111E29;
  border: 2px solid #111E29;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  letter-spacing: 2px;
}

.buttondiv{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info-img 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 */
}
.info-img {
  min-width: 500px; /* Imposta la larghezza minima del contenitore */
}


@media (max-width: 1465px) {
  .info-section h2{
    font-size: 40px;
  }

  .info-section p{
    width: 500px;
    margin-bottom: 30px;
  }
  
}

@media (max-width: 1307px) {

  .info-section{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
  }

  .info-img{
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .info-img {
    min-width: 250px; /* Imposta la larghezza minima del contenitore */
  }

  .info-text{
    margin-top: 40px;
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .info-section h2{
    font-size: 40px;
  }

  .info-section p{
    width: 700px;
    margin-bottom: 30px;
    text-align: center !important;
  }

  
}

@media (max-width: 731px) {

  .info-section h2{
    font-size: 30px;
  }

  .info-section p{
    width: 500px;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
  }
  
}

@media (max-width: 731px) {


  .info-section h2{
    font-size: 28px;
  }

  .info-section p{
    width: 350px;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
  }
  
}

@media (max-width: 475px) {

  .info-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .info-section h2{
    font-size: 22px;
    font-weight: 800;
  }

  .info-section p{
    width: 300px;
    font-size: 14px;
    margin-bottom: 40px;
    font-weight: normal;
    text-align: center;
  }
  
}






















.services{
  background-color: #111E29;
  padding: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 300px;
}

.card1{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card1 p{
  color: white;
  margin-bottom: 0;
}

 @media (max-width: 1620px){
  .services{
    gap: 100px;
  }
 }

 @media (max-width: 980px){
  .services{
    flex-wrap: wrap;
  }
 }

























 

.gallery{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 50px;
  margin-right: 50px;
}

.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  gap: 20px;
  margin-left: 200px;
  margin-right: 200px;
}

.gallery-card {

  flex: 0 0 calc(50% - 10px); /* Occupa il 50% della larghezza con uno spazio tra le colonne */
  margin-bottom: 20px;
}

.gallery-card img {
  width: 100%;
  height: auto;
}

.gallery-title-container h2{
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 55px;
  text-align: center;
  color: #111E29;
  letter-spacing: 5px;
  font-weight: bold;
  padding-top: 20px;
  
}

.custom-button3{
  display: inline-block;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #3498db00;
  color: #111E29;
  border: 3px solid #111E29;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.custom-button3 a{
  text-decoration: none;
}

@media (max-width: 768px) {

  .gallery-container {
    margin-left: 0px;
    margin-right: 0px;
  }

  .custom-button3{
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid #111E29;
  }

  .gallery-container {
    gap: 0px;
    width: 100%;
  }

  .gallery-card {
    flex: 0 0 100%; /* Occupa l'intera larghezza su schermi più piccoli */
  }

  .gallery-title-container h2{
    font-size: 35px;
  }

  .gallery-card:nth-last-child(-n+3) {
    display: none; /* Nasconde le ultime due div */
  }


}

@media (max-width: 458px) {
  .gallery-title-container h2{
    font-size: 22px;
    font-weight:900;
  }

  
}





















.contact-section{
  height: 800px;
  background-color: #CA9F61;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 60px;
}


.contact-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.contact-info h3{
  display: flex;
  width: 100%;
  height: 84px;
  flex-direction: column;
  justify-content: flex-end;
  flex-shrink: 0;
  color: #ffffff;
  font-family: Roboto;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 6.4px;
  margin-bottom: 0;
  text-align: center !important;
  }

  .info-contact{
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  .info--{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .info-- p{
    text-align: center !important;
    margin: 0;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 3px;
  }

  .social-icon{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    
  }

  @media (max-width: 750px){

    .contact-info{
      align-items: center;
      gap: 50px;
    }



    .contact-info h3{
      font-size: 38px;
      text-align: center;
    }

    .info-contact{
      flex-direction: column;
      gap: 30px;
    }

    .info--{
      flex-direction: column;
    }

    .social-icon img{
      width: 35px !important;
      height: 35px !important;
    }
  }







  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;
  }
}










  .mapsimg {
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-top: 2px solid #111E29;
    border-bottom: 2px solid #111E29;
    margin: 0;
  }

  .mapsimg iframe {
    width: 100%;
    height: 500px;
    border: 0;
    margin: 0%;
  }

  @media (max-width: 750px){
    .mapsimg {
      height: 300px !important;
    }
  
    .mapsimg iframe {
      height: 300px !important;
    }
  
  }














