.radius-30 {
    border-radius: 30px;
}
.text-blue {
    color: #1ec3ff;
}
.font1 {
    color: #001668 !important;
}
.font2 {
    color: #001366 !important;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url('/img/bg_footer.png') center bottom / 100% auto no-repeat, url('/img/bg.png') center center / cover no-repeat;
    background-attachment: scroll, fixed;
    pointer-events: none;
    z-index: -1;
}
html.rotated body::before {
    position: absolute;
    top: 0;
    left: 0;
    inset: auto;
    width: 100vh;
    height: 100vw;
    transform-origin: left top;
    background: url('/img/bg_footer.png') center bottom / 100% auto no-repeat, url('/img/bg.png') center center / cover no-repeat;
    background-attachment: scroll, scroll;
}

html.rotated body {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg transform='rotate(90 12 12)'%3E%3Cpath d='M 2,2 L 2,20 L 7,15 L 10,22 L 13,21 L 10,14 L 17,14 Z' fill='black' stroke='white' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E") 22 2, auto;
}

#logofooter::after {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-image: url('/img/logo_footer.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 80%;
    pointer-events: none;
    z-index: 9999;
}
.quiz-container {
    max-width: 75vw;
    margin: 0 auto;
}
.quiz-screen {
    display: none;
}
.quiz-screen.active {
    display: block;
}
.quiz-box {
    font-size: 1rem;
    color: #fff;
    border-radius: 32px;
    text-align: left;
}
.quiz-title {
    font-size: 2.5rem;
    text-transform: uppercase;
    line-height: 90%;
}
.quiz-items {
    padding-left: 100px;
    margin-left: -100px;
}
.quiz-items .quiz-number {
    font-size: 5rem;
    color: #465eb6;
    margin-left: -75px;
}
.quiz-items .quiz-title {
    margin-top: -1.8rem;
    margin-left: 32px;
}
.quiz-items .quiz-title,
#screen-5 .quiz-title,
#screen-6 .quiz-title {
    font-size: 2rem;
    line-height: 108%;
}
.quiz-box {
    position: relative;
    overflow: visible;
    z-index: 10;
}
.quiz-box::before {
    content: "";
    position: absolute;
    left: -32px;
    top: 78%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    background-image: url('/img/icon1.webp');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.quiz-box::after {
    content: "";
    position: absolute;
    right: -32px;
    top: 25%;
    transform: translateY(-50%);
    width: 64px;
    height: 64px;
    background-image: url('/img/icon1.webp');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}
.quiz-items .quiz-box::before {
    top: 50%;
}
.quiz-btn {
    background: #f3941c;
    color: #FFF !important;
    text-transform: uppercase;
    transition: filter 0.2s;
    text-align: left;
    border-color: transparent;
}
.quiz-btn-start:hover,
.quiz-btn:hover {
    filter: brightness(0.95);
}

body.active-screen-0 .logo-1,
body.active-screen-1 .logo-1 {
    display: none !important;
}
body #header {
    display: none !important;
}
body.active-screen-0 {
    overflow: hidden !important;
}
body.active-screen-1 #header {
    display: block !important;
}
.quiz-interactive-badge {
    font-size: 1.2rem;
    background-color: #1ec3ff;
    font-weight: bold;
    text-align: center;
}

/* SCREENS */
#screen-0 .img-logo-1 {
    margin-top: 12vh;
}
#screen-0 .quiz-title {
    line-height: 125%;
}

#screen-0 .img-waves-container {
    top: -4vh;
    right: -65vw;
    width: 100%;
    height: 100%;
}

html.rotated body #screen-0 .img-waves-container {
    top: -15vh;
    left: 66vh;
}

#screen-5 .quiz-title {
    font-size: 1.5rem;
}
#screen-6 .quiz-title {
    font-size: 2.5rem;
}

/* MEDIA QUERIES */
@media (max-width: 768px) {
    .quiz-box::before,
    .quiz-box::after {
        display: none;
    }
    footer {
        position: relative;
        margin-top: 20px;
    }
}

@media (min-width: 1080px) {
    html {
        font-size: 132%;
    }
    main {
        padding-top: 20%;
    }
}