/* Font CSS */
.playfair-display-regular
{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.playfair-display-semibold
{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.playfair-display-bold
{
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.cormorant-garamond-regular 
{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.cormorant-garamond-semibold 
{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.cormorant-garamond-bold 
{
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.bebas-neue-regular 
{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.great-vibes-regular 
{
    font-family: "Great Vibes", cursive, serif;
    font-weight: 400;
    font-style: normal;
}

.montserrat-regular 
{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.montserrat-medium 
{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.montserrat-semibold 
{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.montserrat-bold 
{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}


.lato-regular
{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.lato-semibold
{
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.lato-bold 
{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}


/* General CSS */
li, h3, h2
{
    font-family: "Montserrat", sans-serif;
}

/* Whatsapp Icon CSS */
.bg-whatsapp-icon
{
    background-color: #25D366;
}

/* Header CSS */
.social-icon
{
    box-sizing: border-box;
    background-color: #5b5b5a;
    padding: 5px;
    border-radius: 6px;
    height: 35px;
    width: auto;
    aspect-ratio: 1/1;
    cursor: pointer;
}

.social-icon:hover
{
    transform: scale(110%);
}

/* Navbar CSS */
#navbar-list > li
{
    position: relative;
    transition: all 0.1s ease-in-out;
}

#navbar-list > li:hover
{
    cursor: pointer;
    color: #ab8d68;
}

#navbar-list > li::after
{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-5px);
    top: 0;
    width: 0%;
    height: 2px;
    background-color: #ab8d68;
    transition: all 0.1s ease-in-out;
}

#navbar-list > li:hover::after
{
    width: 100%;
}

/* Section Immagine + Testo + Menu */
#btn-menu
{
    transition: all 0.2s ease-in-out;
    background-color: white;
    color: black;
    padding: 10px 25px;
    border-radius: 20px;
    font-size: 1.1rem;
    font-family: sans-serif;
    cursor: pointer;
}
#btn-menu:hover
{
    background-color: #ab8d68;
    color: white;
}

/* Section Galleria */
.titolo-section::after
{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(12px);
    bottom: 0;
    width: 30%;
    height: 4px;
    background-color: #ab8d68;
}

.scrollbar-hide 
{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar 
{
    display: none;
}

.carousel-slide
{
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: center;
}

/* Desktop Media Query */
@media (min-width: 768px) 
{
    #carousel
    {
        overflow: visible;
    }
    
    /* Nasconde ciò che esce dal container */
    #carousel-container
    {
        overflow: hidden; 
    }
}
/* Mobile Media Query */
@media( max-width: 768px )
{
    #carousel
    {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
}


/* Section La Sede + Contatti CSS */
.contatti-li
{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

#btn-prenotazioni
{
    transition: all 0.2s ease-in-out;
    box-sizing: content-box;
    padding: 5px 25px;
    border: 2px solid #ab8d68;
    border-radius: 20px;
    font-size: 1.1rem;
    cursor: pointer;
}
#btn-prenotazioni:hover
{
    background-color: #ab8d68;
    color: white;
    border: 2px solid #ab8d68;
}

.contatti-li > img
{
    width: 40px;
}

ul > .contatti-li:nth-child(3) > img
{
    transform: rotate(280deg);
} 

/* Footer CSS */
#logo-footer
{
    width: 270px;
    height: auto;
}

.info-li
{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.info-li > img
{
    width: 35px;
}

.info-li p
{
    color: #ffffff;
    font-size: 0.9rem;
}

ul > .info-li:nth-child(4) > img
{
    transform: rotate(280deg);
}

#mitw-list
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#mitw-list > li
{
    color: #ffffff;
    font-size: 1rem;
    cursor: pointer;
}

#mitw-list > li:hover
{
    color: #ab8d68;
    font-size: 1rem;
}

.social-icon-foo
{
    box-sizing: border-box;
    background-color: #5b5b5a;
    padding: 5px;
    border-radius: 6px;
    height: 30px;
    width: auto;
    cursor: pointer;
}

.social-icon-foo:hover
{
    transform: scale(110%);
}