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

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

.cream_bg {
    background-color: #FFF6E1;
}
.congrat-cont{
    position: absolute;
    right: 5%;
    width: 47%;
    height: 60%;
    z-index: 1;
}
.page-2-txt{
    position: absolute;
    top: 12.5%;
    left: 0%;
    width: 100%;
    font-size: 3.5vw;
    padding: 1% 5% 1% 5%;
    color: white;
    background: rgb(63, 82, 44);
    transform: translateY(-50%);
}
.instrn-c{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    background-color: #FBD6AF;
    border: 2px solid #89531A;
    color: #783F04;
    padding: 4%;
    border-radius: 10px;
    width: 60%;
}
.instrn-c1{
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #a47c77;
    border: 2px solid #89531A;
    color: #ffffff;
    padding: 2%;
    width: 100%;
    height: 14%;
}
/* Images */

.image_container {
    position: absolute;
    height: 46%;
    top: 41.5%;
    left: 5%;
    width: 53%;
    border-radius: 11px;
}

.qnImg {
    position: absolute;
    width: 82%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img-big{
    width: 100%;
}

.clkme-img{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.arrow{
    position: absolute;
    width: 9%;
    top: 18%;
    left: 45%;
}
.hand{
    position: absolute;
    width: 14%;
    left: 43%;
    top: 42%;
}
.hand:hover{
    cursor: pointer;
}
/* Images end*/

/* MCQ css */

.mcqContainer {
    position: absolute;
    left: 61%;
    top: 30%;
    height: 68%;
    width: 36%;
}

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

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

.option {
    height: 57%;
    width: 86%;
    border-radius: 10px;
    background: #A47C77;
    top: 0%;
    transition: transform .2s;
    pointer-events: none;
}

.option:hover {
    cursor: pointer;
    background-color: #F9CB9C;
    transform: scale(1.05, 1.05) translateY(-5px);
}

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

.objName {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    background-color: #A0DAE8;
    font-family: abeezee;
    padding: 3%;
}

.optImg {
    position: absolute;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
}

.corincorclass {
    position: absolute;
    top: 0%;
    width: 20%;
    display: none;
    margin-top: 5px;
    right: 0%;
}
.opt-name{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    display: flex;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    font-size: 4vh;
}

/* video player css */

.videoDiv {
    height: 100%;
    width: 100%;
}

.video_holder {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: #DEDDFF;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #4A4C77;
}

.side_video_holder{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: #A2C9C1;
    overflow: hidden;
}
.playvideo{
    position: absolute;
    bottom: 18%;
    left: 0%;
    width: 100%;
    height: 80%;
}

.vd-1 {
    top: 10%;
}

.vh-1 {
    width: 35%;
    left: 7%;
    height: 80%;
    top: 1%;
    border-radius: 29px;
}

.videolabel-btm {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 25%;
    background: #674EA7;
    border-top: 2px solid #674EA7;
    color: #ffffff;
}

.video {
    position: absolute;
    width: 81%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.replaybtn_container {
    position: absolute;
    bottom: 0%;
    height: 22%;
}

#replay_video_btn {
    width: 35%;
}

.no_pointer {
    pointer-events: none;
}

.correct_option {
    background-color: #6AA84F;
    color: #ffffff;
}

.incorrect_option {
    background-color: #E06666;
    color: #ffffff;
}

.vid {
    width: 82%;
}


/* video player css */
.sidevideoDiv{
    position: absolute;
    height: 85%;
    width: 30%;
    top: 15%;
    left: 0%;
}

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

#nslVideo {
    position: absolute;
    width: 65%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vh-1 > #nslVideo{
    width: 82%;
}

.video_container {
    position: absolute;
    height: 70%;
    width: 100%;
    bottom: 22%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    overflow: hidden;
}

.replaybtn_container {
    position: absolute;
    bottom: 5%;
    height: 20%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#replay_video_btn {
    width: 75%;
    margin: auto;
    pointer-events: none;
}
.vid {
    height: 80%;
    width: 100%;
    position: absolute;
    bottom: 20%;
    left: 0%;
}

.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: 0%;
    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;
}



/* scores styles */
.section-score{
    position: absolute;
    width: 84%;
    height: 13%;
    left: 50%;
    top: 16%;
    background-color: #A47C77;
    transform: translateX(-50%);
    border-radius: 7px;
}

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

.scr-img-cont{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 1px  auto;
}

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

.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: 11%; */
    height: 58%;
    top: 50%;
    transform: translateY(-50%);
}

.rotate_0{
    transform-origin: center;
    animation: rotArw_1 3s linear forwards;
}
.rotate_1{
    transform-origin: center;
    animation: rotArw_2 3s linear forwards;
}
.rotate_2{
    transform-origin: center;
    animation: rotArw_3 3s linear forwards;
}
@keyframes rotArw_1 {
    100%{transform: rotate(417deg);}
}
@keyframes rotArw_2 {
    100%{transform: rotate(537deg);}
}
@keyframes rotArw_3 {
    100%{transform: rotate(655deg);}
}


.no-click{
    pointer-events: none;
}

@media screen and (min-aspect-ratio: 4/3) {
    .qn_text {
        font-size: 5vh;
    }
    .congrat-txt {
        font-size: 10vh;
    }
    .videolabel-btm{
        font-size: 4vh;
    }
    .goto-txt{
        font-size: 4vh;
    }
    .instrn-c1{
        font-size: 4.5vh;
    }
    .instrn-c{
        font-size: 5vh;
    }
}

@media screen and (max-aspect-ratio: 4/3) {
    
    .congrat-txt {
        font-size: 3vw;
    }
    .qn_text{
        font-size: 3.5vw;
    }
    .congrat-txt {
        font-size: 8vw;
    }
    .videolabel-btm, .goto-txt,.instrn-c1{
        font-size: 3vw;
    }
    .instrn-c{
        font-size: 4vw;
    }
}