:root {
    --logitech_text: #FFFFFF;
}

@font-face {
    font-family: Kollektif-Bold;
    src: url('../assets/fonts/Kollektif/Kollektif-Bold.ttf');
}

@font-face {
    font-family: Kollektif-BoldItalic;
    src: url('../assets/fonts/Kollektif/Kollektif-BoldItalic.ttf');
}

@font-face {
    font-family: Kollektif-Italic;
    src: url('../assets/fonts/Kollektif/Kollektif-Italic.ttf');
}

@font-face {
    font-family: Kollektif;
    src: url('../assets/fonts/Kollektif/Kollektif.ttf');
}

@font-face {
    font-family: BrownPro-Bold;
    src: url('../assets/fonts/BrownPro/BrownPro-Bold.ttf');
}

@font-face {
    font-family: LORENZA;
    src: url('../assets/fonts/LORENZA/LORENZA.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Kollektif;
}

body {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100svh;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: BrownPro-Bold;
}

.main {
    height: 100svh;
    width: 100vw;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: transform 0.5s;
    background-image: url('../assets/images/gradient.webp');
}

.main_wrapper {
    position: relative;
    width: 100vw;
    min-height: 100svh;
    transition: transform 0.5s;
    color: var(--logitech_text);
}

section {
    height: 100svh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    max-width: 992px;
    margin: 0 auto;
    background-image: url('../assets/images/gradient.webp');
}

.logo {
    height: 24.05px;
}

.spacer {
    height: 50px;
}

.info-text-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
}

h2,
span {
    max-width: 90%;
    text-align: center;
}

span {
    font-family: LORENZA;
    font-size: 1rem;
}

h2 {
    font-size: 1.75rem;
}

.last_text {
    margin-top: 20px;
    font-family: LORENZA;
    font-size: 1rem;
}

button {
    border: 0px;
    width: 244px;
    height: 52px;
    color: #25384B;
    background-color: transparent;
    background-image: url("../assets/images/marco-btn.png");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 1.25rem;
    font-weight: 400;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: none;
}

button:disabled {
    background-color: #98999B;
    cursor: not-allowed;
}

/* loading */

h3 {
    margin-top: 25px;
    letter-spacing: 0.05rem;
    font-size: 1.25rem;
    color: var(--logitech_text);
}

.dots_container {
    display: flex;
    justify-content: space-evenly;
    width: 50%;
    transform: translateY(20px);
}

.dot {
    width: 15px;
    height: 15px;
    background-color: var(--logitech_text);
    border-radius: 50%;
}

.dot:nth-child(1) {
    animation: bounce ease-in-out 2s infinite;
}

.dot:nth-child(2) {
    animation: bounce ease-in-out 2s infinite 0.25s;
}

.dot:nth-child(3) {
    animation: bounce ease-in-out 2s infinite 0.5s;
}

.dot:nth-child(4) {
    animation: bounce ease-in-out 2s infinite 0.75s;
}

.dot:nth-child(5) {
    animation: bounce ease-in-out 2s infinite 1s;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0);
    }
}

/* irame */

iframe {
    max-width: 100vw;
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
}

.border {
    display: none;
    position: absolute;
    background: transparent;
    width: 100px;
    height: 85px;
}

.upper {
    top: 5svh;
    border-top: 5px solid white;
}

.left {
    border-left: 5px solid white;
    left: 5svh;
}

.down {
    bottom: 5svh;
    border-bottom: 5px solid white;
}

.right {
    border-right: 5px solid white;
    right: 5svh;
}

.desktop_cover {
    display: none;
}

.block-mobile {
    display: none;
}

@keyframes bounce2 {
    0% {
        transform: scale(1);
    }


    50% {
        transform: scale(1.35);
    }


    100% {
        transform: scale(1);
    }
}

.bounce {
    animation: bounce2 2s ease-in-out infinite;
}


@media (max-width: 1200px) and (orientation: landscape) {

    .main {
        display: none;
    }

    .block-mobile {
        height: 100svh;
        width: 100%;
        display: grid;
        place-items: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99999999;
        background-image: url('../assets/images/gradient.webp');
    }
}


@media screen and (min-width: 1201px) {

    .main {
        display: none;
    }

    .desktop_cover {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000000;
        height: 100vh;
        width: 100vw;
        display: flex;
        overflow: hidden;
        background-image: url('../assets/images/gradient.webp');

        .col {
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: var(--logitech_text);

            .logo {
                height: 40px;
            }

            span {
                width: 76%;
                font-size: 1.87rem;
                color: var(--logitech_text);
                font-family: LORENZA;
                text-align: center;
                text-wrap: balance;
            }

            h2 {
                margin: 110px 0;
                font-size: 4rem;
                width: 70%;
                text-align: center;
                color: var(--logitech_text);
                font-family: BrownPro-Bold;
            }

            #qrcode {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: fit-content;
                gap: 1rem;
                width: 358.6px;
                height: 358.6px;
                aspect-ratio: 1/1;
                margin: 0 auto;
                background-image: url('../assets/images/marco.png');
                background-repeat: no-repeat;
                background-size: cover;

                img {
                    margin: 0;
                    width: 100%;
                    aspect-ratio: 1/1;
                }
            }
        }
    }
    .border {
        display: block;
    }
}

@media screen and (min-width: 800px) {

    h2,
    h3 {
        font-size: 2.35rem;
    }

    h2 {
        width: 70%;
    }

    .logo {
        height: 35px;
    }

    .info-text-content>span {
        font-size: 1.6rem;
        width: 70%;
    }
}