@font-face {
    font-family: "Futura PT Light";
    src: url("font/Futura PT Light/Web Fonts/7c9d8cabea7f4697dde2e98c001c5f2d.eot");
    src: url("font/Futura PT Light/Web Fonts/7c9d8cabea7f4697dde2e98c001c5f2d.eot?#iefix") format("embedded-opentype"),
    url("font/Futura PT Light/Web Fonts/7c9d8cabea7f4697dde2e98c001c5f2d.woff") format("woff"),
    url("font/Futura PT Light/Web Fonts/7c9d8cabea7f4697dde2e98c001c5f2d.woff2") format("woff2"),
    url("font/Futura PT Light/Web Fonts/7c9d8cabea7f4697dde2e98c001c5f2d.ttf") format("truetype"),
    url("font/Futura PT Light/Web Fonts/7c9d8cabea7f4697dde2e98c001c5f2d.svg#Futura PT Light") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #1d1d1b;
    color: white;
    font-family: 'Futura PT Book', sans-serif;
}

main {
    background-image: url(images/bg-ellisse-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 6rem;
    background-attachment: fixed;
}

.bg-banner {
    background-image: url(images/vertical-banner.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.main-container {
    padding: 6rem 0;
}

main blockquote {
    font-family: 'Futura PT Light', sans-serif;
}

main blockquote p {
    font-size: 2rem;
    line-height: 2.5rem;
}

.title {
    color: #fae924;
    font-family: 'Futura PT Book', sans-serif;
}
.cursor-pointer {
    cursor: pointer;
}

.video-poster {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.8rem;
    z-index: 1;
    gap: 1rem;
    padding: 1rem;
}

@media (max-width: 992px) {
    main {
        background-position-x: -1rem;
    }
}


@media (max-width: 768px) {
    .main-container {
        padding: 4rem 1rem;
    }

    .luci-nel-buio {
        width: 70%;
    }

    main {
        background-size: cover;
        background-position-x: -2rem;
    }
}
