body:lang(np),
body:lang(np) * {
    font-family: laila !important;
}

.background {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.cb_bg {
    background-color: #BAD6D9;
}
.congrat-cont{
    position: absolute;
    right: 5%;
    width: 47%;
    height: 60%;
    z-index: 1;
}

.qn-ltr{
    position: absolute;
    top: 34%;
    left: 10%;
    width: 46%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFE599;
    color: #554000;
    border: 2px solid #554000;
    border-radius: 10px;
}

.instrn-s1{
    position: absolute;
    top: 50%;
    left: 12.5%;
    transform: translateY(-50%);
    color: #ffffff;
    background-color: #155359;
    border-radius: 15px;
    padding: 3%;
    width: 40%;
}

.qn-img{
    position: absolute;
    left: 17%;
    background: #ffffff;
    width: 33%;
    top: 36.5%;
    border: 2px solid #3F4E7B;
    border-radius: 15px;
}

.videolabel-btm{
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 20%;
    color: #ffffff;
    background-color: #866B4A;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* #region football styles */
.boy{
    width: 19%;
    left: 5%;
    bottom: 5%;
}
.post{
    width: 27%;
    bottom: 29%;
    right: 28%;
    transform: rotateZ(4deg);
}
.ball{
    width: 10%;
    bottom: 5%;
    left: 15%;
}

.b-goal-anim{
    animation: goal 2s linear 1s forwards;
}

.b-noGoal-anim{
    animation: noGoal 2s linear 1s forwards;
}

@keyframes goal {
    0%{transform: rotate(0deg);}
    100%{
        width: 5%;
        bottom: 30%;
        left: 56%;
        transform: rotate(360deg);
    }
}

@keyframes noGoal {
    0%{transform: rotate(0deg);}
    100%{
        width: 5%;
        bottom: 27%;
        left: 68%;
        transform: rotate(360deg);
    }
    
}
/* #endregion  football*/


/* #region  MCQ styles */

.mcqContainer {
    position: absolute;
    left: 40%;
    top: 20%;
    height: 75%;
    width: 52.5%;
    border-radius: 10px;
    overflow: hidden;
}

.optionsholder {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    justify-content: center;
    right: 0%;
}

.optionscontent {
    width: 49%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.option {
    height: 90%;
    width: 86%;
    top: 0%;
    border-radius: 10px;
    z-index: 1;
    transition: transform .2s;
    overflow: hidden;
    background: #84B2B7;
    overflow: hidden;
    border: 2px solid #155359;
    border-radius: 10px;
}

.option:hover {
    cursor: pointer;
    border: 2px solid #FFD966;
}
.class_1:hover p, .class_2:hover p {
    background-color: #FFD966;
    color: #434343;
}

.objName:hover {
    background-color: #F17B31;
}

.opt-sprt-name {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    font-family: abeezee;
    padding: 3%;
    color: #ffffff;
    background-color: #155359;
    z-index: 5;
}

.optImg {
    position: absolute;
    width: 95%;
    left: 2.5%;
    bottom: 18%;
    z-index: 1;
}

.corincorclass {
    position: absolute;
    bottom: 0%;
    width: 15%;
    z-index: 6;
    right: 0%;
    margin-top: 5px;
    display: none;
}


.no_pointer {
    pointer-events: none;
}

.correct_option {
    border: 2px solid #38761D;
    background-color: #93C47D;
}
.incorrect_option {
    border: 2px dashed #CC0000;
    background-color: #E06666;
}
.cor-txt {
    background-color: #93C47D;
}
.incor-txt {
    background-color: #E06666;
}

.cor-sign-img{
    position: absolute;
    left: 90%;
    width: 25%;
    top: 50%;
    transform: translateY(-50%);
}

.hint-container{
    left: 6.5%;
    top: 20%;
    background-color: #ffffff;
    width: 30%;
    height: 75%;
    border-radius: 15px;
}

.hint-img{
    top: 30%;
    width: 70%;
}
/* #endregion MCQ styles */


/* #region sidevideo player styles */

.sidevideoDiv{
    position: absolute;
    height: 88%;
    width: 30%;
    top: 5%;
}

.svd-l{
    left: 5%;
}

.svd-r{
    right: 5%;
}

.side_video_holder{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: #84B2B7;
    overflow: hidden;
    border: 3px solid #155359;
    border-radius: 10px;
    box-shadow: 5px 5px #245F64;
}


.playvideo {
    position: absolute !important;
    top: 50%;
    height: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.replaybtn_container {
    position: absolute;
    bottom: 0%;
    height: 22%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#replay_video_btn {
    width: 75%;
}

/* #endregion video player */


/* #region options video styles */
 .videoDiv{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
 }

 .video_holder{
    width: 100%;
    height: 100%;
    pointer-events: none;
 }

 .vid{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #85B0B8;
    pointer-events: none;
    border-radius: 8px;
 }
/* #endregion options video styles end */


/* #region congratvideo styles */
.vd-1{
    width: 35%;
    background-color: #DCCEA9;
    display: block !important;
}

.vh-1{
    width: 100%;
    height: 90%;
    bottom: 13%;
    position: absolute;
}
/* #endregion congratvideo styles */


/* #region endpage styles */
.congrat-txt {
    position: absolute;
    width: 38%;
    left: 53%;
    top: 27%;
    transform: translatey(-50%);
    background: #FFD966;
    padding: 1%;
    border-radius: 20px;
    color: #fff;
}

.hide_replay_btn {
    display: none;
}

.congrat-goto-container{
    position: absolute;
    right: 6%;
    bottom: 9%;
    height: 37%;
    width: 46%;
    display: flex;
    justify-content: space-around;
}
.goto-vid-container{
    height: 100%;
    width: 30%;
    border: 2px solid #4585DA;
    border-radius: 20px;
    overflow: hidden;
}

#mm-v, #la-v, #pa-v{
    position: absolute;
    left: 50%;
    bottom: 0%;
    width: 100%;
    height: 100%;
}
#mm-v:hover, #la-v:hover, #pa-v:hover, .goto-txt:hover{
    cursor: pointer;
}

.goto-txt{
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4585DA;
}

/* #endregion endpage styles */


/* #region scores styles */
.section-score{
    position: absolute;
    width: 100%;
    height: 15%;
    left: 0;
    top: 0%;
    overflow: hidden;
    background-color: #155359;
}

.scr-text-cont{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 60%;
    height: 100%;
}

.scr-img-cont{
    position: absolute;
    top: 0%;
    left: 60%;
    height: 100%;
    width: 40%;
    display: flex;
    justify-content: space-around;
    margin: 1px auto;
    /* background-color: #ffffff; */
}

.qn_text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.qn-s-sm{
    position: absolute;
    width: 42%;
    left: 71.5%;
    top: 11%;
    transform: translateX(-50%);
    background: #faeca3;
    border: 2px solid #f5a525;
    padding: 1%;
    border-radius: 20px;
}
.scr-img{    
    position: relative;
    width: 10%;
    height: 46%;
    top: 50%;
    transform: translateY(-50%);
}



/* #region common */
.p-abs{
    position: absolute;
}

.c-x{
    left: 50%;
    transform: translateX(-50%);
}

.c-y{
    top: 50%;
    transform: translateY(-50%);
}
.c-xy{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.no-click{
    pointer-events: none;
}
/* #endregion */


/* #endregion score styles */

@media screen and (min-aspect-ratio: 4/3) {
    .qn_text, .qn-ltr {
        font-size: 5vh;
    }
    .instrn-s1{
        font-size: 6vh;
    }
    .congrat-txt {
        font-size: 10vh;
    }
    .goto-txt, .opt-sprt-name{
        font-size: 4vh;
    }
}

@media screen and (max-aspect-ratio: 4/3) {
    
    .congrat-txt {
        font-size: 3vw;
    }
    .instrn-s1{
        font-size: 4vw;
    }
    .qn_text, .qn-ltr{
        font-size: 2.5vw;
    }
    .congrat-txt {
        font-size: 8vw;
    }
    .videolabel-btm, .goto-txt, .opt-sprt-name{
        font-size: 3vw;
    }
}