@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/11.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: 500px){

  .hero-section h1{
    font-family: 'Roboto', sans-serif;
    font-size: 35px;
    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;
  }



}

































.contact-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 20px;
}

.contact-info h2{
  color: #111E29;
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 8.16px;
  margin-bottom: 70px;
  text-align: center;
}

.info-container p{
  text-align: center;
  color: #111E29;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 4.08px;
}

.cont-inf{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.info-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.info-container img{
  height: 100%;

}

@media (max-width: 790px){
  .info-container{
    flex-direction: column;
  }

  .trario{
    flex-direction: column-reverse;
  }

  .contact-info h2{
    font-size: 40px;
  }

  .info-container p{
    font-size: 22px !important;
    text-align: center;
  }
}

@media (max-width: 560px){
  .info-container p {
    word-wrap: break-word; /* Aggiunta della proprietà per far andare a capo il testo */
  }
  
  .info-container{
    flex-direction: column;
    width: 100%;
  }

  .trario{
    flex-direction: column-reverse;
  }

  .contact-section h2{
    font-size: 40px !important;
  }

  .info-container p{
    width: 98%;
    font-size: 12px !important;
    text-align: center;
  }

  .info-container img{
    height: 30px;
  
  }
  
  .contact-info h2{
    font-size: 25px;
  }

  .cont-inf{
    width: 98%;
  }

  .contact-section h2{
    width: 90% !important;
    font-size: 35px !important;
   }

}















.contact-section{
 background-color: #ffffff;
 height: 100%;
 display: flex;
 align-items: center;
 text-align: center;
 flex-direction: column;
 justify-content: center;
 padding: 20px 20px;
}

.contact-section h2{
  display: flex;
  width: 466px;
  height: 84px;
  flex-direction: column;
  justify-content: flex-end;
  flex-shrink: 0;
  color: #111E29;
  font-family: Roboto;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 6.4px;
 }

 












 form {
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  color: #111E29;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;

}
textarea {
  height: 100px;
  max-width: 100%;
  resize: none; 
}
input[type="checkbox"] {
  margin-right: 5px;
}
input[type="submit"] {
  background-color: #111E29;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
input[type="submit"]:hover {
  background-color: #0D1724;
}

@media screen and (max-width: 600px) {
  form {
    padding: 10px;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea,
  input[type="submit"],
  input[type="checkbox"],
  label {
    width: 100%;
    font-size: 14px;
  }
}


.required {
  color: red;
}








 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;
}
}