@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(img/dovesiamo.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;
    }
  
  }



























  .info-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 80px;
  }

  .info-container{
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .info-section img{
    width: 800px;
    margin-bottom: 80px;
  }

  .info-container h2{
    color: #111E29;
    font-family: Roboto;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 30px;
  }

  .info-container p {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 3.84px;
    width: 900px;
  }


@media (max-width: 980px){
    .info-section{
        padding: 40px 80px;
      }
    
      .info-container{
        margin-bottom: 50px;
      }
    
      .info-section img{
        width: 700px;
      }
    
      .info-container h2{
        font-size: 50px;
      }
    
      .info-container p {
        font-size: 16px;
        width: 700px;
      }
}


@media (max-width: 780px){
    .info-section{
        padding: 0px;
        text-align: center;
      }
    
      .info-container{
        margin-bottom: 50px;
        width: 100%;

      }
    
      .info-section img{
        width: 90%;
      }
    
      .info-container h2{
        font-size: 50px;
      }
    
      .info-container p {
        font-size: 16px;
        width: 90%;
      }
}

@media (max-width: 540px){
      .info-container h2{
        font-size: 40px;
      }
    
      .info-container p {
        font-size: 14px;
      }
}
  
  






















.raggiungere{
    background-color: #dadada;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 70px;
}

.fi{
  display: flex ;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.se{
  display: flex ;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.textt{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap:0;
    width:  100%;
}

.raggiungere h2{
    color: #252525;
    font-family: Roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 7.68px;
    margin-top: 80px;
    margin-bottom: 100px;
    text-align: center;
}

.ll{
  margin-left: 25px;
}

.card{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 600px;
}

.card h4{
    color: #161616;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 6.4px;
    margin-bottom: 0;
}

.card p{
    color: #000000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.56px;
    width: 100%
}

@media (max-width: 685px){

  .ll{
    margin-left: 15px;
  }

    .raggiungere h2{
        font-size: 28px;
    }

    .card{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .textt{
        align-items: center;
        justify-content: center;
    }


    .card h4{
        font-size: 26px;
        margin-top: 5px;
    }
    
    .card p{
        color: #000000;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        letter-spacing: 2.56px;
        width: 100%
    }

    .card{
        width: 90%;
    }

    .card img{
        width: 25%;
    }

    
}









.fast-info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
}

.fast-info h2{
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.76px;
}

.fast-info p{
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 5.76px;
    width: 90%;
}


@media (max-width: 480px){
    .fast-info h2{
        font-size: 30px;
    }

    .fast-info p{
        font-size: 18px;
    }
}











































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;
    }
  
  }