@font-face {
    font-family: 'HelveticaNeueLTPro';
    src: url('../fonts/Helvetica-Neue-LT-Pro-55-Roman.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IvarDisplay';
    src: url('../fonts/IvarDisplay-RegularCondensed.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.IvarDisplay {
    font-family: 'IvarDisplay';
}

* {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

::-webkit-scrollbar {
    display: none;
}

body,
html {
    padding: 0;
    margin: 0;
    background-color: #d60000;
    color: black;
}

*::selection {
    background-color: black;
    color: white;
}

a {
    text-decoration: none;
    color: black;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 90px;
    text-align: center;
    font-family: 'IvarDisplay', Arial, sans-serif;
    line-height: 0.8;
}

ul li {
    margin-bottom: 20px;
}


ul li a:hover {
    color: white;
}

.offcanvas.offcanvas-bottom {
    font-family: 'IvarDisplay', Arial, sans-serif;
    height: 100dvh;
    max-height: 100dvh;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    background-color: white;
    left: 0;
    right: 0;
    border-radius: 0;
}

.offcanvas-header {
    padding-top: calc(env(safe-area-inset-top) + 0.5rem);
}

.offcanvas-body {
    /* overflow: ; */
    height: max-content !important;
}

a.hover-bianco:hover {
    color: white !important;
}

.sottotitoli {
    font-size: 40px;
    line-height: 1;
}

.testo-piccolo {
    font-size: 13px;
}

.testo {
    font-size: 18px;
}

/*
.ratio .ratio4x3 {
    height: 100% !important
}
*/

@media screen and (max-width: 992px) {
    ul {
        font-size: 50px;
    }

    .sottotitoli {
        font-size: 35px;
    }

    .testo-piccolo {
        font-size: 12px;
    }

    .testo {
        font-size: 15px;
    }
}

@media screen and (max-width: 576px) {
    ul {
        font-size: 35px;
    }

    li {
        margin-top: 20px;
    }

    .sottotitoli {
        font-size: 30px;
    }

    .testo-piccolo {
        font-size: 11px;
    }

    .testo {
        font-size: 15px;
    }

    .logo-footer {
        width: 200px;
    }

    /*
    .ratio .ratio4x3 {
        height: 135% !important
    }
    */
}

/* anteprima */
.video-container {
    position: relative;
    cursor: pointer;
}

.play-button {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5em;
    color: black;
    line-height: 1;
    z-index: 2;
    pointer-events: none;
}

.play-button {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button svg {
    width: 60px;
    height: 60px;
    fill: black;
    /* cambia colore qui */
}

.play-button-bianco {
    color: white;
}

.video-preview,
.video-content {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}