@import url('https://fonts.googleapis.com/css2?family=Lustria&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');


:root {
    --light: #9e7e4b;
    --lighter: #c6c0ad;
    --dark: #80673e;
    --font: "Lustria", serif;
}

:root[data-theme="dark"] {
--bg-gradient: linear-gradient(180deg, hsl(0, 0%, 0%) 0%, #00000060 35%, rgba(0, 0, 0, 1) 95%);    --color-text: #fff;
    --color-body: #000;

}

:root[data-theme="light"] {
    --bg-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.25) 35%, rgba(255, 255, 255, 1) 95%);
    --color-text: #333;
    --color-body: #fff;
}

html {
    scroll-behavior: smooth;
}

body {
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 10%, rgba(25, 25, 25, 1) 100%);
    color: var(--lighter);
}

a {
    color: var(--light);
    text-decoration: none;
}

a:hover {
    color: var(--dark);
}

.zen-nav .nav-item {

    background-color: #9e7e4b26;
    margin: 10px;
    border-radius: var(--bs-border-radius-sm) !important;
}

.zen-nav .nav-item:hover {
    background-color: var(--light);

}

.zen-nav .nav-item .nav-link {
    color: var(--light);
    padding: 12px 24px;
}

.zen-nav .nav-item:hover .nav-link {
    color: #fff;
}


.header {
    height: 750px;
    background-image: url('../img/005.jpg');
    z-index: 100000000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.header .overlay {
    height: 100%;
    width: 100%;
    background: var(--bg-gradient);
    z-index: -1;
}

.header .logo {
    max-width: 200px;
    height: auto;
}

.title-text {
    font-family: var(--font);
    color: var(--light);
}

.text-subtitle-small {
    font-size: 14px;
}

.gold-btn {
    font-family: var(--font);
    background-color: var(--light);
    color: #fff;
}

.wa-btn {
    font-family: var(--font);
    background-color: hsl(141, 60%, 28%);
    color: #fff;
}

.gold-btn:hover {
    font-family: var(--font);
    background-color: var(--dark);
    color: #fff;
}

.wa-btn:hover {
    font-family: var(--font);
    background-color: rgb(14, 63, 31);
    color: #fff;
}

.outline-btn {
    border: 1px solid var(--light);
    background-color: transparent;
    color: var(--light);
}

.outline-btn:hover {
    background-color: var(--light);
    color: var(--color-text);
}

.bg-section .text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg-section .img-col {
    background-size: cover;
    min-height: 500px;
    position: relative;
}

.bg-section .img-col .img-border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--light);
    top: 20px;
    left: 20px;
    z-index: 100;
}

.bg-section .img-col .img-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.648879620207458) 100%);

}

.organize-col {
    background: url('../img/img-carosello/003.jpg') center bottom no-repeat;
    position: relative;
    background-size: cover;
}

.organize-col:before,
.organize-col:after {
    content: '';
    position: absolute;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.organize-col:after {
    border: 1px solid var(--light);
    border-radius: var(--bs-border-radius-sm);
    top: 10px;
    left: 20px;
}

.organize-col:before {
    top: 0;
    left: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.organize-col>* {
    z-index: 10;
    position: relative;
}

.badge-data {
    content: attr(data-available);
    position: absolute;
    top: 2%;
    transform: rotate(0deg);
    transform-origin: 100% 0;
    background: #910e0e;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    right: 5%;
    width: 99px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    font-weight: 700;
}

.chef-col {
    background-image: url('../img/moreno-dantuono.jpg');
}

.souschef-col {
    background-image: url('../img/danilo-nigro.jpg');
}

.text-lighter {
    color: var(--lighter);
}

@media screen and (max-width: 767px) {
    .souschef-row {
        display: flex;
        flex-direction: column-reverse;

    }
}

.chef-text {
    color: var(--light);
    font-family: var(--font);
}

.menu-bg-img {
    position: relative;
    height: 300px;
    background-image: url('../img/005.jpg');
    z-index: -1;
}

.menu-bg-img .img-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.648879620207458) 100%);
}

/* .menu-container{
    margin-top: -150px;
}
@media screen and (max-width: 600px) {
    .menu-container{
        margin-top: 0;
    }
} */

.menu-row {
    border: 1px solid var(--light);
}

.menu-row .title-text {
    color: var(--light) !important;
}

.icon-container {
    /*width: 75px;
    height: 75px;
    border: 1px solid var(--light);*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.icon-container i {
    color: var(--light);
    font-size: 3rem;
}

.icon-container img {
    width: 50px;
    height: auto;
}

.colonna-menu {
    background-color: #333;
}

.menu-col-border {
    border-left: 1px solid #1d1d1d;
    border-right: 1px solid #1d1d1d;
}

@media screen and (max-width: 600px) {
    .menu-col-border {
        border-top: 1px solid #1d1d1d;
        border-bottom: 1px solid #1d1d1d;
    }

    .organize-col:after {
        top: 0px;
        left: 0px;
    }
}

.mb-7 {
    margin-bottom: 5rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.banner-evento {
    background-image: url('../img/001.jpg');
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 100;
}

.img-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.39) 50%, #000000d0 100%);
}

.img-border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid var(--light);
    top: 20px;
    left: 20px;
    z-index: -1;
}


footer {
    background-color: #000;
}

.divisore {
    width: 1px;
    height: 100px;
    background-color: var(--light);
    margin-left: 50%;
}


.scroll-container-carosello {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.menu-item-carosello {
    flex: 0 0 auto;
    width: 25%;
    position: relative;
}

@media screen and (max-width: 767px) {
    .menu-item-carosello {
        width: 300px;
    }
}

.menu-item-carosello img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(0.8);
    object-position: top;
}

.menu-caption-carosello {
    position: absolute;
    padding: 20px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.category-carosello {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.8;
    margin: 0;
    margin-bottom: 10px;
}

.title-carosello {
    font-family: var(--font);
    color: var(--light);
    font-size: 24px;
    margin-bottom: 10px;
}

.btn-carosello {
    border: 1px solid var(--light);
    background-color: transparent;
    color: var(--light);
    border-radius: 100%;
    aspect-ratio: 1/1;
    text-align: center;
}

.btn-carosello:hover {
    background-color: var(--light);
    color: var(--color-text);
}

.carosello-eventi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.carosello-eventi .menu-item-carosello {
    width: 400px !important;
    position: absolute;
}

.carosello-eventi .menu-item-carosello:hover {
    margin-top: -5px;
}

.carosello-eventi .menu-item-carosello img {
    object-fit: unset !important;
    object-position: unset !important;
    height: auto !important;
    filter: none !important;
}

.carosello-eventi .menu-item-carosello .menu-caption-carosello {
    background: none !important;
}

.img-carosello-eventi {
    height: 600px !important;
    filter: none !important;
}

.carosello-eventi-button {
    position: relative;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}

.contattaci-fixed {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10000000000000000;
}

.contattaci-fixed a {
    width: 55px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.contattaci-fixed i {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .contattaci-fixed {
        right: 10px !important;
        bottom: 10px !important
    }

    .contattaci-fixed a {
        width: 45px !important;
    }
}

.popup-bg {
    width: 100%;
    height: 100%;
    background: lab(0% 0 0 / 0.637);
    z-index: 10000000000;
    position: fixed;
    top: 0;
    cursor: pointer;
}

.next-event-popup {
    width: 500px;
    position: fixed;
    z-index: 1000000000;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.next-event-popup .link-evento {
    display: block;
    padding: 40px 40px 80px 40px;
    background-color: #000;
}

.next-event-popup .close-event-popup {
    font-size: 1.5rem;
}

.next-event-popup .close-event-popup i {
    position: absolute;
    top: 1%;
    right: 1%;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .next-event-popup {
        width: 350px !important;
    }

    .next-event-popup .link-evento {}
}

.evento-passato {
    pointer-events: none;
}

.evento-passato img {
    filter: grayscale(100%) !important;
    opacity: 0.5;
}

/* #newsletter{
    position: fixed;
    z-index: 100000000000000;
    left: 50%;
    top: 10%;
    transform: translate(-50%);
    width: 100%;
}
.newsletter-bg{
    width: 100%;
    height: 100%;
    background: lab(0% 0 0 / 0.637);
    z-index: 10000000000;
    position: fixed;
    top: 0;
    cursor: pointer;
} */

#sib-container {
    background-color: transparent !important;
    padding-top: 0 !important
}

.sib-form {
    padding-top: 0 !important;
}

.sib-form-block__button {
    font-family: var(--font) !important;
    background-color: var(--light) !important;
    color: #fff !important;
    font-family: var(--font) !important;
    font-weight: normal !important;
}

.entry__field {
    background-color: #161616ba !important;
    border-color: var(--light) !important;
    border-radius: 4px !important;
}

#nlModal {
    z-index: 9999999999;
}

#nlModal .modal-content,
#recent_events .modal-content {
    background: linear-gradient(180deg, rgb(30, 30, 30) 10%, rgb(25, 25, 25) 100%);
    border: none;
}

.upcoming-events,
.passed-events {

    & {
        margin-bottom: 3rem;
    }

    & .event {

        & {
            position: relative;
            margin-right: 20px;
            margin-bottom: 5px;
            display: flex !important;
            flex-direction: column;
            height: 550px;
            justify-content: space-between;
        }

        &:hover {
            filter: brightness(1.3);
        }

        & .event-inner {
            padding: 1rem 1.7rem;
            flex: 0 0 auto;
        }

        & small {
            display: block;
            line-height: 1.2;
        }

        &>* {
            /* position: relative; */
            z-index: 10;
        }

        &:after,
        &:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
        }

        &::before {
            z-index: 2;
            background: #000000;
            background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0) 60%);
        }

        &:after {
            border: 1px solid var(--light);
            top: 5px;
            left: 7px;
            z-index: 5;
            border-radius: 5px;
        }

        & h3 {
            color: white;
            margin-bottom: 0.5rem;
            font-size: 1.5em;
        }

        & .img-bg {
            object-fit: cover;
            object-position: top center;
            z-index: 1;
            width: 100%;
            height: 0;
            flex: 1 1 auto;
        }

        & .zen-logo {
            object-fit: contain;
            object-position: center center;
            padding: 25%;
            opacity: 0.25;
            aspect-ratio: 9/11;
            width: 100%;
        }
    }

    & .multiple-items .img-bg {
        /* filter: grayscale(0.2); */
        opacity: 0.5;
    }

    @media screen and (max-width:767px) {
        & .multiple-items .event {
            aspect-ratio: unset;
            height: max-content;
        }

        & .next .event {
            height: max-content;
        }
        & .img-bg {
            height: 100% !important;
        }
    }

    & .slick-track {
        margin: unset;
    }

    & .slick-slide {
        transition: 0.5s opacity linear;
        opacity: 0;
    }

    & .slick-slide.slick-active {
        opacity: 1;
    }

    & .slick-arrow {
        position: absolute;
        top: 50%;
        font-size: 0;
        display: block;
        width: 40px;
        aspect-ratio: 1/1;
        border: 2px solid white;
        border-radius: 100%;
        background-color: transparent;
        z-index: 10;
    }

    & .slick-arrow.slick-next {
        right: 0;
    }

    & .slick-arrow.slick-next::after {
        content: "\f054";
        font-weight: bold;
        font-size: 20px;
        font-family: "Font Awesome 5 Free";
    }

    & .slick-arrow.slick-prev {
        left: 0;
    }

    & .slick-arrow.slick-prev::after {
        content: "\f053";
        font-weight: bold;
        font-size: 20px;
        font-family: "Font Awesome 5 Free";
    }

    & .slick-arrow.slick-disabled {
        display: none !important;
    }
}

.passed-events {
    margin: 0;
}

.passed-events .event {
    height: unset;
    min-height: unset;
    padding: 0;
    background: #333;
}