@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.italiana-regular {
    font-family: "Italiana", serif;
    font-weight: 400;
    font-style: normal;
}

.lato-thin {
    font-family: "Lato", serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", serif;
    font-weight: 900;
    font-style: italic;
}



html body._home {
    background-color: rgb(241, 241, 241);
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}


html body._home ._mobile-frame {
    width: 400px;
    height: 85vh;
    border-radius: 20px;
    border: 10px solid #222;
}
@media (max-width: 1025px) and (max-width: 1280px) {
    html body._home ._mobile-frame {
        width: 100%;
        height: 100vh;
        border-radius: 0px;
        border: none;
    }   
}

html body._home ._mobile-frame._bg-home {
    background-image: url(/assets/images/home-bg.png);
    background-position: center;
    justify-content: center;
    background-size: cover;
}

html body._home ._mobile-frame._bg-home._play {
    background-image: url(/assets/images/play-bg.png) !important;
}

html body._home ._mobile-frame._bg-home ._bg-blur {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    backdrop-filter: blur(40px);
    z-index: 1;
}
@media (max-width: 1025px) and (max-width: 1280px) {
    html body._home ._mobile-frame._bg-home ._bg-blur {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

html body._home ._mobile-frame._bg-home ._bg-blur ._bg-overly{
    background-color: rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    z-index: 2;
}

html body._home ._mobile-frame._bg-home ._content {
    padding: 50px 30px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

html body._home ._mobile-frame._bg-home._play ._content{
    padding: 20px 30px 50px 30px;
}

html body._home ._mobile-frame._bg-home ._content ._logo {
    text-align: center;
}

html body._home ._mobile-frame._bg-home ._content ._logo img {
    text-align: center;
    width: 115px;
}

html body._home ._mobile-frame._bg-home ._content ._paragraph {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

html body._home ._mobile-frame._bg-home ._content ._paragraph h1 {
    color: white;
    font-size: 35px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 38px;
}

html body._home ._mobile-frame._bg-home ._content ._paragraph p {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: white;
    margin-bottom: 25px;
}

html body._home ._mobile-frame._bg-home ._content ._paragraph a._btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 35px;
    text-decoration: none;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 255, 0.8);
    color: rgba(31, 31, 31, 0.7);
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.25) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.25) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

html body._home ._mobile-frame._bg-home ._content ._steps{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
}

html body._home ._mobile-frame._bg-home ._content ._steps span{
    width: 100%;
    height: 2px;
    background-color: rgba(217, 217, 217, 0.5);
}

html body._home ._mobile-frame._bg-home._play ._content ._steps span.passed{
    background-color: rgba(217, 217, 217, 1);
}

html body._home ._mobile-frame._bg-home._play ._content h1{
    margin-bottom: 50px;
}

html body._home ._mobile-frame._bg-home._play ._content ._paragraph {
    height: 100%;
}




html body._home ._mobile-frame._bg-home ._content #question-container h1 {
    color: white;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 38px;
    font-family: "Italiana", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 35px;
}

html body._home ._mobile-frame._bg-home._play ._content #answers-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    gap: 15px;
}
html body._home ._mobile-frame._bg-home._play ._content #answers-container button{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 255, 0.5);
    color: rgba(31, 31, 31, 0.7);
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
}


.loader {
    position: relative;
    width: 64px;
    height: 60px;
}

.loader::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(255, 255, 255, 0.5);
    width: 64px;
    height: 32px;
    border-radius: 0 0 50px 50px;
    animation: move 0.5s linear infinite alternate;
}

.loader::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    background: rgb(255, 255, 255, 0.5);
    width: 24px;
    height: 24px;
    transform: translateX(-50%) rotate(0deg);
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    100% {
        transform: translateX(-50%) rotate(360deg)
    }
}

@keyframes move {
    0% {
        transform: rotate(10deg)
    }

    100% {
        transform: rotate(-10deg)
    }
}

._video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0; /* Places it behind other content */
}

._video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    object-fit: cover;
}
html body._home ._mobile-frame._bg-home._result ._content{
    display: flex;
    align-items: center;
    justify-content: center;
}
html body._home ._mobile-frame._bg-home ._content ._result{
    width: 400px;
    height: 85vh;
    display: flex;
    padding: 0;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    box-shadow: 10px 10px 400px -45px rgba(0,0,0,0.39);
    -webkit-box-shadow: 10px 10px 400px -45px rgba(0,0,0,0.39);
    -moz-box-shadow: 10px 10px 400px -45px rgba(0,0,0,0.39);
    border-radius: 25px;
    box-sizing: border-box;
}

html body._home ._mobile-frame._bg-home ._content ._result h1{
    color: white;
    font-size: 40px;
    text-align: center;
    margin-bottom: 10px;
    line-height: 48px;
    font-family: "Italiana", serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 35px;
    margin-top: 0;
    
}

html body._home ._mobile-frame._bg-home ._content ._result-content{
    height: 100%;
    width: 100%;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    z-index: 999;
}

html body._home ._mobile-frame._bg-home ._content ._result-content div{
    display: flex;
    align-items: center;
    justify-content: center;
}

html body._home ._mobile-frame._bg-home ._content ._result-content p{
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    color: white;
    margin-bottom: 25px;
    font-family: "Lato", serif;
    font-weight: 400;
    font-style: normal;
    width: 75%;
    margin-bottom: 0;
    margin-top: 0;
    
}

html body._home ._mobile-frame._bg-home ._content ._result-content abutton{
    width: 30px;
    height: 30px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: none;
    margin-bottom: 0;
    margin-top: 0;
}

html body._home ._mobile-frame._bg-home ._content ._result-content button img{
    width: 20px;
}

html body._home ._mobile-frame._bg-home ._content ._result-content button.f1 img{
    filter: brightness(0) saturate(100%) invert(82%) sepia(96%) saturate(4729%) hue-rotate(318deg) brightness(100%) contrast(93%);
}

._result-background {
    position: absolute;
    width: 80vw;
    height: 65vh;
    width: 400px;
    height: 85vh;
    overflow: hidden;
    z-index: 0; /* Places it behind other content */
    box-sizing: border-box;
    border-radius: 25px;
    box-shadow: 10px 10px 400px -45px rgba(0,0,0,0.39);
    -webkit-box-shadow: 10px 10px 400px -45px rgba(0,0,0,0.39);
    -moz-box-shadow: 10px 10px 400px -45px rgba(0,0,0,0.39);
}

._result-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80vw;
    height: 65vh;
    z-index: 0;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 10px 10px 400px -45px rgba(0,0,0,0.39);
    -webkit-box-shadow: 10px 10px 400px -45px rgba(0,0,0,0.39);
    -moz-box-shadow: 10px 10px 400px -45px rgba(0,0,0,0.39);
}

html body.result-c ._mobile-frame._bg-home ._content ._result h1{
    color: rgba(68, 145, 156, 1) !important;
}
html body.result-c ._mobile-frame._bg-home ._content ._result-content p{
    color: white !important;
}

html body.result-a ._mobile-frame._bg-home ._content ._result-content button.f1 img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(95%) saturate(1267%) hue-rotate(316deg) brightness(100%) contrast(91%);
}
html body.result-b ._mobile-frame._bg-home ._content ._result-content button.f1 img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(20%) saturate(2448%) hue-rotate(216deg) brightness(89%) contrast(118%);
}
html body.result-c ._mobile-frame._bg-home ._content ._result-content button.f1 img {
    filter: brightness(0) saturate(100%) invert(64%) sepia(22%) saturate(516%) hue-rotate(147deg) brightness(99%) contrast(82%);
}
html body.result-d ._mobile-frame._bg-home ._content ._result-content button.f1 img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(8%) saturate(3919%) hue-rotate(146deg) brightness(92%) contrast(94%);
}


@media (max-width: 1025px) and (max-width: 1280px) {
    html body._home ._mobile-frame._bg-home ._content ._result {
        width: 80vw;
        height: 65vh;
    }
    ._result-background {
        width: 80vw;
        height: 65vh;
    }
}