@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;
  }
  
}















.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;
  }
  
  @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;
    }
  
    
  }
  
























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;
  }
}