
/*Slider */
/* Contenitore dello slider */
            
.swiper-container {
    width: 100%;
    height: 100vh; /* Altezza pari al 100% della finestra visibile */
    max-height: 900px; /* Imposta un'altezza massima opzionale */
    position: relative;
}

/* Regolazione per schermi piccoli */
@media (max-width: 768px) {
    .swiper-container {
        height: 80vh; /* Riduce l'altezza per dispositivi mobili */
    }
}       

/* Slide */
.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* 
.swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

Overlay scuro per migliorare la leggibilità del testo */

/* Immagini delle slide */
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Testo centrato sopra l'immagine */
.slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    max-width: 900px;
    color: #fff;
    z-index: 2;
    padding: 40px 60px; /* spessore interno del box */
}

.slide-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    border-radius: 10px; /* opzionale: angoli arrotondati */
}


/* Stile del titolo */
            
/* Font per i titoli delle slide */
.slide-text h2 {
    font-family: 'Prata', serif;
    font-size: 48px;
    color: #fff;
    text-align: center;
    
    margin-bottom: 10px;
    opacity: 0;
    animation: fadeInDown 1.5s ease-in-out forwards;
}

/* Font per i paragrafi delle slide */
.slide-text p {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    opacity: 0;
    animation: fadeInUp 1.5s ease-in-out forwards;
    animation-delay: 0.5s;
}
        


/* Pulsante */
.slide-text .btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: #7A3E3A;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    opacity: 0;
    animation: fadeInUp 1.5s ease-in-out forwards;
    animation-delay: 1s;
}

/* Animazioni */
@keyframes fadeInDown {
    from {
        transform: translate(-50%, -60px);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        transform: translate(-50%, 60px);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%);
        opacity: 1;
    }
}

/* Responsività per dispositivi mobili */
@media (max-width: 768px) {
    .slide-text h2 {
        font-size: 2em;
    }

    .slide-text p {
        font-size: 1.2em;
    }

    .slide-text .btn {
        padding: 10px 20px;
    }
}
            
/* Cambia il colore delle frecce */
.swiper-button-next,
.swiper-button-prev {
    color: #7A3E3A !important;
}

/* Bullet normale con bordo bianco */
.swiper-pagination-bullet {
    background-color: #7A3E3A !important;  /* Colore interno */
    border: 2px solid #ffffff !important;  /* Bordo bianco */
    opacity: 0.6;  /* Opacità ridotta per i bullet inattivi */
    width: 12px;
    height: 12px;
}

/* Bullet attivo con bordo più visibile */
.swiper-pagination-bullet-active {
    background-color: #7A3E3A !important;  /* Colore interno */
    border: 2px solid #ffffff !important;  /* Bordo bianco */
    opacity: 1;  /* Massima opacità per evidenziarlo */
    transform: scale(1.2); /* Leggero ingrandimento per evidenziare */
}
            
.swiper-button-next {
    right: 30px !important; /* Aumenta la distanza dal bordo destro */
}

.swiper-button-prev {
    left: 30px !important; /* Aumenta la distanza dal bordo sinistro */
}


/* sezione la nostra storia */
 .block-title__tag-line {
    margin: 0;
    color: #a5a5a5;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1em;
    border-top: 2px solid #9D504A;
    padding-top: 20px;
    display: inline-block;  
     
            }
            
    
     
.thm-btn, .thm-btn:visited {
    border: none;
    outline: none;
    background-color: #9D504A;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
    text-decoration: none; /* Rimuove la sottolineatura */
    text-transform: uppercase;
    padding: 12px 52px;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
            }
 /* Cambia colore quando il mouse passa sopra il link */
.thm-btn:hover {
    color: #ff5722; /* Nuovo colore al passaggio del mouse */
    text-decoration: underline; /* Aggiunge sottolineatura */
}
            
            

.block-title__tag-line {
    color: #A5A5A5;
    font-family: 'Muli', sans-serif;
    font-size: 1rem;
    
    
}



.block-title__title {
    font-family: 'Prata', serif;
    margin-top: 15px;
    color: #302e2f;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
            }



.block-title__sub-title {
    font-family: 'Prata', serif;
    color: #302e2f;
    font-size: 1.5rem;
    margin-bottom: 30px;
    
}

.about-two__text {
    margin-bottom: 30px;
    margin-right:  20px;
    text-align: justify;
    line-height: 2;
    letter-spacing: 2;
    
}


.section-spacing {
    margin: 150px 0;
}


/* Discover Collection */
.discover-collection {
    padding: 100px 0;
    background-color: #f5f5f5;
    text-align: center;
}

.section-title h2 {
    font-size: 48px;
    font-family: 'Prata', serif;
    color: #7A3E3A;
}

.section-title p {
    font-size: 20px;
    font-family: 'Muli', sans-serif;
    color: #555;
}

.collection-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.collection-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.collection-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Mostra il testo e il pulsante sempre visibili */
.collection-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Overlay leggermente scuro di default */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    opacity: 1;
    transition: background 0.3s ease-in-out;
}

/* Effetto scurimento al passaggio del mouse */
.collection-item:hover .overlay {
    background: rgba(0, 0, 0, 0.6); /* Overlay più scuro on hover */
}

/* Stile del titolo e pulsante */
.overlay h3 {
    font-size: 32px;
    font-family: 'Prata', serif;
    margin-bottom: 15px;
}

.overlay .thm-btn {
    padding: 10px 25px;
    background-color: #7A3E3A;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

/* Effetto pulsante on hover */
.overlay .thm-btn:hover {
    background-color: #5a2b28;
}

.thm-btn {
    display: inline-block;
    padding: 10px 25px;
    background-color: #7A3E3A;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-top: 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.thm-btn:hover {
    background-color: #5a2b28;
}

.collection-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 60px;
}

.stat h3 {
    font-size: 40px;
    color: #7A3E3A;
    font-weight: bold;
}

.stat p {
    font-size: 20px;
    color: #555;
}



/* Carousel eventi  */     

/* Contenitore principale della sezione eventi */
.latest-event {
    padding: 80px 0;
    background: #ffffff;
    text-align: center;
}




.homepage-events-carousel-full {
    padding: 20px;
    background-color: #ffffff;
    margin-top: 20px;
}        
     
.homepage-events-carousel {
    
    background-color: #ffffff;
    
}
.events-carousel {
    display: flex;
    gap: 20px;
}
.event-item {
    text-align: center;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.event-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.event-details h3 {
    font-size: 1.2em;
    margin: 10px 0;
}
.event-details p {
    font-size: 0.9em;
    color: #666;
}
.event-details a {
    display: inline-block;
    margin-top: 10px;
    color: #9D504A;
    text-decoration: none;
    
}
.event-details a:hover {
    text-decoration: underline;
}
            
.events-carousel .slick-slide {
    margin: 0 10px; /* Spazio tra le slide */
}
.events-carousel .slick-list {
    margin: 0 -10px; /* Bilancia il margine interno */
}
            




/* latest from blog */
/* Contenitore principale della sezione blog */
.latest-blog {
    padding: 80px 0;
    background: #f5f5f5;
    text-align: center;
}

/* Titolo della sezione */
.section-title h2 {
    font-size: 48px;
    font-family: 'Prata', serif;
    color: #7A3E3A;
}

.section-title p {
    font-size: 20px;
    font-family: 'Muli', sans-serif;
    color: #555;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.blog-item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.blog-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.blog-item-content {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-item h3 {
    font-size: 1.2em;
    margin: 10px 0;
}
.blog-item p {
    font-size: 0.9em;
    color: #666;
}
.blog-item a {
    display: inline-block;
    margin-top: 10px;
    color: #9D504A;
    text-decoration: none;
    
}
.blog-item a:hover {
    text-decoration: underline;
}


/* Footer */
.TestofooterSiteInfo {
    text-align: justify;
    line-height: 2;
}

.Colonna2 {
    margin-top: 50px;
}


.section-red {
    padding: 80px 0;
    background: #9D504A;
    text-align: center;
}

/* Titolo della sezione */
.section-red-title h2 {
    font-size: 48px;
    font-family: 'Prata', serif;
    color: #ffffff;
}

.section-red-title p {
    font-size: 20px;
    font-family: 'Muli', sans-serif;
    color: #555;
}


.justified-text {
    text-align: justify;
    line-height: 1.8; /* Più spazio tra le righe */
            }
.meta-info {
    margin-top: 20px; /* Aumenta il margine sopra gli altri campi */
    font-family: 'Muli', sans-serif;
    color: #777;
    font-size: 20px;
    letter-spacing: 1;
    line-height: 1em;
            }
.alt-title {
    font-size: 1.2rem;
    font-style: italic;
    color: #555;
    margin-top: -5px;
            }

.label-resource {
    font-family: 'Muli', sans-serif !important;
}

.header-social-links {
  position: absolute;
  top: 15px;
  right: 20px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.header-social-links img {
  width: 24px;
  height: 24px;
}




.header-social-links a {
    display: inline-block;
    width: 24px;
    height: 24px;
}


.header-social-links a:hover img {
    opacity: 0.7;
}

.no-border-list-group li {
    border: none !important;
}

.map-container {
    background-color: #eeeeee; /* grigio chiaro */
    padding: 1rem;
    border-radius: 8px;
}

     