html,
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

* {
    box-sizing: border-box;
}

.nascondi {
    display: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');
@font-face {
    font-family: 'montserrat';
    src: url('/fonts/montserrat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'branch';
    src: url('/fonts/BRANCH.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'LaRissa';
    src: url('/fonts/Larissa.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Futura Medium';
    src: url('/fonts/futuramedium.otf');
    font-weight: normal;
    font-style: normal;
}

:root {
    --color-primary: #AF5221;
    --color-secondary: #ebc232;
    --color-btn: #886914;
    --color-black: #000;
    --color-white: #dadada;
    --font-title: 'branch', sans-serif;
    --font-text: 'montserrat', 'Times New Roman', Times, 'Futura Medium', sans-serif;
    --gradient-gold: linear-gradient(to right, #CA4200, #F8A563 50%, #CA4200);
}

body {
    background-color: var(--color-black);
    background-image: url(/img/sfondo.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    color: var(--color-primary);
    font-family: var(--font-text);
}

img,
video {
    max-width: 100%;
}

video {
    padding: 0 .5em;
}

a {
    text-decoration: none;
    color: var(--color-white);
}

.noscroll {
    overflow: hidden;
}

.text-center {
    text-align: center;
}

.banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

div#benvenuto {
    text-transform: uppercase;
    font-family: "Special Elite", system-ui;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 4.5vw;
    line-height: 1.2em;
    letter-spacing: 1px;
    padding: 0px 10px;
    margin-top: 0px;
}


.ombrasubanner {
    display: none;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
}



.testosoprabanner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5em 0;
    align-items: center;
    text-align: center;
    color: var(--color-white);
    font-size: 1.5em;
    letter-spacing: 1px;
    text-shadow: 0 0 3px var(--color-black);
    font-weight: bold;
    line-height: 1.5em;
}

.testo1 {
    font-size: 1.15em;
    font-family: var(--font-title);
}

.testo2 {
    font-size: .8em;
}

/* .testo2::before {
    content: 'Live Show Tutti i Venerdì';
    display: block;
} */

.testo3 {
    margin-top: .5em;
    font-size: .65em;
}

header {
    display: flex;
    justify-content: space-between;
    padding: 0em .5em;
    align-items: center;
    color: #fff;
    font-weight: 800;
    background-color: #11111188;
}

header .logo {
    width: 25px;
    margin-left: .5em;
}

header .btn-contatti {
    font-size: 1.2em;
    padding: 1em;
    cursor: pointer;
}

.contatti {
    transform: translateX(100%);
    transform-origin: right;
    transition: 0.5s all;
    background: #f9eee1;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5em;
    color: #000;
    font-size: 1.2em;
}

.contatti.aperto{transform: translateX(0);}

.contatti a { color: #000; position: relative;}

.contatti h2 {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    background: #11111114;
    right: 0;
    left: 0;
    padding: 20px 0;
    margin: 0;
    font-size: 18.88px;
    font-family: 'montserrat';
}


div#btn-chiudi-contatti {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 21px;
    z-index: 1000;
}
main {
    height: calc(90vh - 91px - 0px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.btns {
    display: flex;
    justify-content: center;
    gap: 1em;
    margin: .5em 0 1em;
    cursor: pointer;
}

.slide-venerdì .btns {
    margin-top: 1em;
    bottom: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-close {
    cursor: pointer;
    user-select: none;
}

.btn {
    text-decoration: none;
    color: var(--color-secondary);
    padding: 1em 1em;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    letter-spacing: 1px;
}

div#btnapriprenota {
    max-width: max-content;
    margin: 20px auto;
    font-weight: 700;
    padding: 0.8em 1em;
    border-radius: 15px;
    background-color: #f9eee1;
    /* border: 1.5px solid var(--color-secondary); */
    color: var(--color-white);
    color: #000;
    text-transform: uppercase;
    margin: 0 auto;
    font-size: 1.1em;
    letter-spacing: normal;
    margin-top: 0px;
    margin-bottom: -50px;
}

footer .contact p.openmaps {
    max-width: max-content;
    margin: 0px auto 20px;
    display: block;
    font-weight: 700;
    padding: 0.5em 1em;
    color: var(--color-white);
    text-transform: uppercase;
    font-size: .8em;
}

.btn-menu {
    /* background-color: var(--color-btn); */
    /* background-image: var(--gradient-gold); */

    background: none;
    border: 1.5px solid var(--color-secondary);
    text-shadow: 0 0 5px var(--color-black);
    color: var(--color-white);
    padding: 1em 1em;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: .75em;
}

.slide-venerdì .btn-menu {
    font-size: .9em;
    margin: 0;
    margin-top: -15px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px !important;
}

.btn-gallery {
    outline: 1px solid var(--color-primary);
}

.wrappergradiant {
    background-image: linear-gradient(to right, #b04503, #fbbc77);
    padding: 3px;
}

.wrappergradiant>* {
    margin: 3px;
}

.section {
    padding: 0em 10px 0em;
    font-size: 1.2em;
    letter-spacing: 0.5px;
    background-color: var(--color-black);
    color: var(--color-white);
    margin: 1em 0 1.5em;
    line-height: 1.3em;
    text-align: center;
}

.section h3 {
    color: var(--color-white);
    /* text-transform: uppercase; */
    font-size: 1.3rem;
    text-align: center;
    color: var(--color-primary);
    font-family: var(--font-title);
    margin: 1em 0 1.5em;
    line-height: normal;
    letter-spacing: 2px;
}

.section img {
    border-radius: 1px;
    /* margin: 1em 0; */
    border: 1px solid #b1b0a5;
}

body>img {
    margin-bottom: 1.5em;
}

.important {
    color: var(--color-white);
    text-transform: uppercase;
}

.section2 {
    padding-bottom: 2.5em;
}

.section .btns {
    margin: 2em 0;
}

/* 
.section .btns .btn {
    background-color: var(--color-white);
    padding: 1em;
    font-weight: 600;
    font-family: var(--font-title);
    min-width: 130px;
    text-align: center;
    font-size: .9em;
} */

.section .btns .btn-prenota {
    background-color: var(--color-btn);
    color: var(--color-white);
}

.section .btns .btn-posizione {
    background: none;
    outline: 1px solid var(--color-white);
    color: var(--color-white);
}

.section .container {
    display: flex;
    flex-direction: column;
}



.lineadorata {
    width: 86%;
    max-height: 50px;
    margin: 0 auto 0;
    display: none;
}


/* Tasti sotto */
.btnfixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

.btnfixed .content {
    background-color: #000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1em;
    gap: 1em;
    border-radius: 10px 10px 0px 0px;
}

.btnfixed .btn {
    background-color: var(--color-white);
    padding: 1em;
    font-weight: 600;
    font-family: var(--font-text);
    font-size: 14px;
    min-width: 130px;
    text-align: center;
    text-transform: uppercase;
}

.btnfixed .btn-prenota {
    background-color: var(--color-black);
    border: 1.5px solid var(--color-secondary);
    color: var(--color-white);
    order: 1;
}

.btnfixed .btn-posizione {
    background: none;
    border: 1.5px solid var(--color-white);
    color: var(--color-white);
}


/* prenotazioni */

.modalbackground {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000cc;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
    width: 100%;
    max-width: none;
}

.modalbackground.open {
    display: flex;
}

.modalbackground .content {
    display: flex;
    flex-direction: column;
    gap: 1em;
    background-color: var(--color-white);
    padding: 2.5em 2em;
    color: var(--color-black);
    min-width: 85vw;
    position: relative;
    height: 75vh;
    overflow-y: auto;
    z-index: 1000;
}

.modalbackground .content .btn-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 1px 5px;
    color: #fff;
}

.modalbackground .content .btn-close .material-symbols-outlined {
    font-size: 3em;
}

.regolamento iframe {
    width: 100%;
    height: 400px;
}

.regolamento {
    font-family: 'Special Elite';
    line-height: 2em;
    letter-spacing: 1px;
    font-size: 0.8em;
}

.modalbackground .content .title {
    color: var(--color-black);
    text-align: center;
    font-weight: bold;
    font-size: 2em;
}

.modalbackground .content label {
    display: flex;
    flex-direction: column;
    color: var(--color-black);
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 1em;
}

.modalbackground .content input, .modalbackground .content select {
    width: 100%;
    padding: .7em .5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: #c1c1c1;
    border-width: 1px;
    border-style: solid;
    padding: 1em;
    margin-top: 5px;
}


.modalbackground .content .btn-prenota {
    background: #353535;
    color: var(--color-white);
    border-radius: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    padding: 0.8em 1em;
    margin-top: 1em;
}

.modalbackground .content .btn-prenota.disabled {
    background: #afafaf;
    pointer-events: none;
}

.noteprenotazione {
    padding: 0em 1em;
    margin: 1em 0;
    background-color: #ffffff;
    line-height: 1.7em;
    color: #000000;
    font-weight: bold;
    display: block;
    max-width: 100%;
    width: 100%;
    display: none;
}

#maps .content {
    text-align: center;
    align-items: center;
}

#maps .content iframe {
    width: 90%;
    height: 200px;
}

#maps .content a {
    padding: 1em 1em;
    background: var(--color-secondary);
    color: var(--color-black);
    font-weight: bold;
    display: block;
}




/* MENU */

#menu.modalbackground {
    display: none;
}

#menu.modalbackground.open {
    display: flex;
}

#menu.modalbackground .content {
    background-color: #fff;
    max-width: 90%;
    color: #000;
    font-weight: 600;
    padding: 0;
    padding-bottom: 2.5em;
}

#menu.modalbackground .content .btn-close {
    color: #fff;
    border: 1px solid #fff;
    top: 40px;
}

#menu.modalbackground .content .bicchiere {
    max-width: 101%;
}

#menu.modalbackground .content .title {
    color: #000;
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
}

#menu.modalbackground .content .linea {
    max-width: 80%;
    margin: 0 auto;
}

#menu.modalbackground .content .elementrow {
    margin: 1em auto;
    text-align: center;
    width: 85%;
}

#menu.modalbackground .content .elementrow.allergeni {
    width: 100%;
    font-weight: normal;
}

#menu.modalbackground .content .elementrow.allergeni .title {
    font-size: 1.4em;
}

#menu.modalbackground .content .elementrow.allergeni .listaallergeni {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1em 0;
}

#menu.modalbackground .content .elementrow.allergeni p strong::before {
    content: '• ';
}

#menu.modalbackground .content .btn {
    margin: auto;
    color: red;
    font-weight: 700;
    font-size: 1.3em;
    font-family: 'Times New Roman', Times, serif;
}

#menu.modalbackground .content .elementrow .title {
    position: relative;
    font-size: 1.2em;
    width: 90%;
    margin: 5px auto;
    display: grid;
    grid-template-columns: 25px 250px 25px;
    justify-content: center;
    align-items: center;
}

#menu.modalbackground .content .elementrow .bicchiere {
    max-height: 25px;
    margin: 0;
}

#menu.modalbackground .content .elementrow .bicchiere2 {
    max-height: 15px;
}


.swiper-button-next,
.swiper-button-prev {
    color: #ffffff55 !important;
}

.swiper-pagination-bullet-active {
    background-color: #ffffff55 !important;
}

/* FOOTER */
footer {
    background-color: #11111188;
    padding: 2em 0;
    text-align: center;
}

footer .contact {
    display: flex;
    flex-direction: column;
    color: var(--color-white);
    font-size: 14px;
}

footer .contact h3 {
    margin: .5em 0 0;
    font-size: 14px;
}

footer .contact p {
    margin-bottom: 0;
}

footer .contact a {
    color: var(--color-white);
    position: relative;
    width: max-content;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em
}

footer .contact a span.text {
    border-bottom: 1px solid white;

}

footer .contact .openmaps a {
    border-bottom: none;
}

footer .contact .openmaps a span {
    margin-left: 2px;
    border-bottom: 1px solid #fff;
    font-size: 1em;
}

footer .societa {
    margin-top: 1em;
}

footer .societa p {
    opacity: .5;
    color: var(--color-white);
    margin: 0;
    padding: 0;
}

footer .contact span {
    font-size: .9em;
    vertical-align: top;
}

footer .societa h4 {
    margin: 1.5em 0 .3em;
    color: var(--color-white);
    opacity: .5;
}



footer .contact .whatsapp-button, .contatti .whatsapp-button {
    display: inline-block;
    /* background-color: #25d366; */
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-radius: 50%;
    padding: 0;
    transform: scale(0.5);
    margin: 0;
    position: absolute;
    top: -20px;
}

.contatti .whatsapp-button svg {
    background: #25d366;
    border-radius: 50%;
}

footer .contact .whatsapp-button svg {
    width: 45px;
    height: 45px;
}




/* Laptop */
@media screen and (min-width: 1000px) {
    body>* {
        max-width: 98%;
        margin: auto;
    }

    header {
        padding-top: 1em;
    }

    header .logo {
        width: 35px
    }
    
    video {
        max-width: 1000px;
    padding: 0 20px;
    margin: auto;
    width: max-content;
    display: block;
}
    
    .contatti {
        left: unset;
        min-width: 50vw;
    }

    body>footer,
    body>.btnfixed {
        max-width: none;
    }


    .text-center-desktop {
        text-align: left;
        width: 75%;
        margin: auto;
    }

    .logo {
        width: 60%;
    }
    

    .banner {
        font-size: 2em;
        letter-spacing: 3px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 70vh;
    }

    .banner .testosoprabanner {
        line-height: 1.1em;
        font-size: 1em;
    }

    .banner .testosoprabanner .logo {
        width: 45%;
        margin: 0;
        margin-bottom: 1em;
    }

    .banner .btn {
        font-size: .5em;
        padding: 0 1em;
    }

    .section {
        margin: auto;
        text-align: left;
    }

    .section h3 {
        font-size: 2em;
    }

    .section .container {
        display: block;
        margin: auto;
        line-height: 2em;
        letter-spacing: 1px;
        width: max-content;
    }

    .section .container.inverted .text {
        order: 1;
    }

    .section img {
        width: 75%;
    }

    .section2 .container {
        margin-bottom: 5em;
    }

    .section2 h3 {
        font-size: 3em;
    }

    .modalbackground .content {
        min-width: 30vw;
    }

    .btnfixed {
        border-radius: 20px 20px 0 0;
    }

    body>img {
        display: block;
    }
}

/* Desktop */
@media screen and (min-width:1599px) {

    .banner .testosoprabanner {
        font-size: 1.5em;
        height: auto;
    }

    .banner .testosoprabanner .logo {
        width: 30%;
        margin-bottom: 1em;
    }

    .swiper-backface-hidden .swiper-slide>img {
        height: 70vh;
    }

    body>* {
        max-width: 1200px;
        margin: auto;
    }

    .banner .logo {
        margin: 0;
    }


    .slide-venerdì .btns {
        position: absolute;
        bottom: 15px;
        width: 100%;
    }

    .section {
        margin: 5em auto;
    }

}

/* WideScreen */
@media screen and (min-width:1921px) {
    .banner>img {
        height: 90vh;
    }

    .logo {
        max-width: 350px;
    }

}

.prepagamento p {
    font-weight: bold;
}

.title.title2 {
    margin-bottom: 1em;
}

input#termini {
    width: max-content !important;
    appearance: auto !important;
}

label.termini {
    display: flex;
    flex-direction: row;
}

section.riepilogo-prenotazione {
    color: #fff;
    padding: 1em;
    text-align: center;
}

.riepilogo-prenotazione a.btn.btn-primary {
    padding: 1em;
    background-color: var(--color-secondary);
    color: var(--color-black);
    font-weight: 800;
    display: inline-block;
}

ul#riepilogo {list-style: none;background: #fff;color: #000;padding: 1em;font-size: 1.2em;font-weight: 800;}

li:first-child {
    font-size: 1.3em;
}

li {
    margin-bottom: 0.5em;
}