body {
    font-family:'Times New Roman', Times, serif;
    margin: 0;
    padding: 0;
background-color: #b37c34;
    color: #333;
    color: #333;
}

/* Navbar fissa */
.navbar {
    background-color: rgba(0, 0, 0, 0);
    position: sticky;
    
   height: auto;
    border-bottom: 2px solid #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
}

.navbar2 {
    background-color: rgb(255, 255, 255);
    position: sticky;
    height: auto;
    height: auto;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
}

.container{
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.98)), url('img/s7.jpg') center/cover no-repeat;

    color: rgb(214, 214, 214);
   border:solid 2px rgb(238, 176, 69);
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
   box-shadow: 0 15px 25px rgba(0, 0, 0, 0.849);
   padding: 10px;
  
}
.titolo{
    background-color: #1b6e0c;
    color: white;
    border: solid 10px white;
    border-radius: 5px;
}


.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
}

.logo img {
    height: 150px;
   
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.nav-menu li {
    margin-left: 20px;
}

.nav-menu a {
    text-decoration: none;
    color: #553300;
    font-weight: bold;
    transition: color 0.3s ease;
}

.nav-menu a:hover {
    color: #8b4513;
}


/* Selettore lingua */
.language-selector {
    display: flex;
    align-items: center;
}

.language-selector img {
    width: 30px;
    height: 20px;
    margin-left: 10px;
    cursor: pointer;
    border: 1px solid #ddd;
}


.carousel{
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 254, 254, 0)), url('img/foc6.jpg') center/cover no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    border:solid 2px rgba(85, 76, 60, 0);
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
   box-shadow: 0 15px 25px rgba(0, 0, 0, 0.849);
   
}
.carousel-container {
    width: 1200px;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    border: solid 1px rgba(171, 124, 21, 0.429);
    background: linear-gradient(rgba(34, 107, 0, 0.706), rgba(255, 255, 255, 0.792),rgba(179, 0, 0, 0.695))
    

    
}

.carousel-slide {
    display: flex;
    width: 600%; /* 6 immagini affiancate */
    animation: carousel 25s linear infinite; /* Animazione di scorrimento */
}

.carousel-slide img {
    width: 600px;
    height: 400px;
    object-fit:contain;
}

@keyframes carousel {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-66.66%); /* Sposta l'ultima immagine all'inizio */
    }
}

.video{

    border-radius: 50px;
    width: 250px;
}

.prev1 {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.5em;
    cursor: pointer;
}

.next1 {
    right: 0;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.5em;
    cursor: pointer;
}

/* Adattamento per dispositivi mobili */
@media screen and (max-width: 768px) {
    .carosello-container2 {
        width: 100%;
        height: 300px;
    }



    .prev1 {
        padding: 8px 15px;
        font-size: 1.2em;
    }
    
    .next1 {
        padding: 8px 15px;
        font-size: 1.2em;
    }

 
}
.bordo{
    display: none;

}








/* Immagine di sfondo che cambia */
.hero {
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 150px 20px;
    animation: changeBackground 15s infinite;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@keyframes changeBackground {
    0% { background-image: url('img/f4.jpg'); }
    33% { background-image: url('img/f3.jpg'); }
    66% { background-image: url('img/f1.jpg'); }
    100% { background-image: url('img/foc3.jpg'); }
}

.hero-content {
    background-color: rgba(71, 71, 71, 0.641);
    padding: 50px;
    display: inline-block;
    border-radius: 10px;
    
}



.hero h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: bold;
}

.hero p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 30px;
}

.button {
    display: inline-block;
    background-color: #ff8c00;
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #ffbf00;
    color: white;
}

.imgindex{

    width: 200px;
}

/* Shop */
.shop {
    padding: 10px 20px;
    text-align: center;
   
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-item {
    width: 350px;
    margin: 30px;
    padding: 5px;
    border: 1px solid #ebe1d1;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.45);
}

.product-item img {
    width: 100%;
    height: auto;
    object-fit:contain;
    border-radius: 8px;
    margin-bottom: 20px;
}

.price {
    font-weight: bold;
    color: #ff9900;
    font-size: 1.2em;
    margin-top: 10px;
}

.buy-button {
    background-color: #1b6e0c;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 1.1em;
    transition: background-color 0.3s ease;
}

.buy-button:hover {
    background-color: #a0522d;
}

/* Qualità italiana */
#qualita-italiana {
    background-color: #f8f0e3;
    padding: 80px 20px;
    text-align: center;
}

#qualita-italiana img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#qualita-italiana h2 {
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 25px;
    
}

#qualita-italiana p {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Carosello prodotti */
.carosello-prodotti {
    padding: 80px 20px;
    text-align: center;
    
}

.carosello-prodotti h2 {
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 40px;
}

.carosello img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.slick-prev,
.slick-next {
    background-color: #d2b48c;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #a0522d;
}

/* Contatti */
.contacts {
    background-color: #f0e6d2;
    padding: 80px 20px;
    text-align: center;
}

/* Footer */
footer {
    background-color: #553300;
    color: white;
    text-align: center;
    padding: 30px;
    font-size: 0.9em;
}




.landing-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    display: none;
  }
  
  .hero {
    position: relative;
    width: 100%;
    height: 100vh; /* Copre l'intera viewport */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  
  .background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/f1.jpg'); /* Immagine di sfondo attraente */
    background-size: cover;
    background-position: center;
    filter: brightness(80%); /* Leggermente scura per far risaltare il testo */
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2); /* Leggera velatura chiara */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  
  .logo-container {
    margin-bottom: 0px;
  }
  
 

  .logo2{
    width: 100%;
    
  }
  
  .tagline {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 30px;
    background-color: #884d12;
    text-shadow: 2px 2px 4px rgb(255, 255, 255); /* Leggera ombra per risaltare */
  }

  .primo{
    background-color: #1b6e0c;
    height: 300px;
    display: flex;
    justify-content: center;
  }
  
  .enter-button {
    background-color: #884d12; /* Un arancio caldo e invitante */
    color: #fff;
    margin: 10px;
    border: none;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 1.2em;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.596);
    transition: background-color 0.3s ease-in-out, transform 0.2s ease-in-out;
  }
  
  .enter-button:hover {
    background-color: #f57c00; /* Un arancio più scuro all'hover */
    transform: scale(1.05);
  }




/* Responsive design */
@media screen and (max-width: 768px) {
    .navbar-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .landing-container {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
      }

    .vista{
        display: none;
    }

    .nav-menu {
        flex-direction: column;
        width: 100%;
       
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu li {
        margin: 10px 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
        margin-left: auto;
    }

    .bar {
        width: 25px;
        height: 3px
    }
    
    .bordo{
        display: block;
    
    }

    .bordo{
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.487)), url('img/f1.jpg') center/cover no-repeat;
height: 800px;
margin: 10px;
border: solid 4px wheat;
border-radius: 50px;
text-align: center;

    }

    .logx{
        border : solid 4px linear-gradient(rgba(0, 0, 0, 0.757), rgb(255, 255, 255));
        width: 100%;
        border-radius: 50px;
        text-shadow: 2px 2px 10px rgb(255, 255, 255);

    }
}