body:lang(np),
body:lang(np) * {
    font-family: laila !important;
}
.whitebg{
    background-color: white !important;
}
.background {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.cb_bg {
    background-color: #d9d2e9;
}
.dark_background{
    background-color: red;
}
.congrat-cont{
    position: absolute;
    right: 5%;
    width: 47%;
    height: 60%;
    z-index: 1;
}
.mirrored{
    transform: rotateY(180deg);
}
.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: 45.5%;
    transform: translateY(-50%);
    color: #ffffff;
    background-color: #6f6393;
    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;
}


.speechbox {
    position: absolute;
    width: 25%;
    height: 15%;
    font-family: sniglet;
    font-size: 2.1vw;
}
.speechbox>p {
    position: absolute;
    width: 84%;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.speechbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
}
.sp-2{
    position: absolute;
    top: 26%;
    left: 28%;
    width: 19%;
    height: 16%;
    padding: 1%;
    z-index: 9;
}
.sp-3{
    width: 23%;
    position: absolute;
    top: 26%;
    left: 25%;
    height: 16%;
    padding: 1%;
    z-index: 9;
}
.sp-4{
    width: 22%;
    position: absolute;
    top: 26%;
    left: 26%;
    height: 21%;
    padding: 1%;
    z-index: 9;
}
.sp-5{
    width: 24%;
    position: absolute;
    top: 26%;
    left: 24%;
    height: 21%;
    padding: 1%;
    z-index: 9;
}
.sp-5_1{
    position: absolute;
    top: 30%;
    left: 28%;
    width: 12%;
    height: 10%;
    padding: 1%;
    z-index: 9;
}
.sp-6{
    width: 22%;
    position: absolute;
    top: 26%;
    left: 26%;
    height: 21%;
    padding: 1%;
    z-index: 9;
}
.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;
}
.underline{
    text-decoration: underline;
}

.page_instr{
    position: absolute;
    top: 16%;
    right: 18%;
    width: 40%;
    padding: 1%;
    border: 1px solid 71534D;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-color: #6f6393;
    color: white;
    z-index: 999999;
}
.top_txt{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding: 1%;
    background-color: #6f6393;
    color: white;
}

/* character styles */
.tomato_plant_root,.tomato_plant_leaves {
    position: absolute;
    z-index: 99;
    width: 24%;
    left: 43%;
    top: 34%;
}
.slowfade-in{
    animation: slowshow 3s linear;
  }
  @keyframes slowshow {
    50%{
        opacity: 1;
      }
    100%{
      opacity: 2;
    }
  }
.muna1{
    position: absolute;
    z-index: 1;
    width: 10%;
    left: 16%;
    top: 23%;
}
.biru-conv{
    position: absolute;
    z-index: 1;
    width: 10%;
    left: 16%;
    top: 23%;
}
.muna-conv{
    position: absolute;
    z-index: 1;
    width: 10%;
    left: 16%;
    top: 28%;
}
.muna-conv1{
    position: absolute;
    z-index: 1;
    width: 10%;
    left: 15%;
    top: 28%;
}
.ramesh1{
    position: absolute;
    z-index: 1;
    width: 7%;
    left: 16%;
    top: 28%;
}
.ramesh2{
    position: absolute;
    z-index: 1;
    width: 8%;
    left: 18%;
    top: 30%;
}
.biru_thanks{
    position: absolute;
    z-index: 1;
    width: 12%;
    left: 14%;
    top: 31%;
}
.numa_thanks,.numa_thanks1{
    position: absolute;
    z-index: 1;
    width: 10%;
    left: 16%;
    top: 31%;
    transform: rotateY(0deg);
}.numa_thanks1{
    top: 31%;
    left: 15%;
}
/* #region  MCQ styles */
.mcqContainer {
    position: absolute;
    left: 69%;
    top: 24%;
    height: 76%;
    width: 40%;
}

.optionsholder {
    position: absolute;
    height: 100%;
    width: 30%;
    top: 0%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    justify-content: center;
z-index: 9999;
}

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

.option {
    height: 90%;
    width: 100%;
    top: 0%;
    background: #eee7ff;
    border: 2px solid #b8add3;
    border-radius: 22px;
    transition: transform .2s;
}

.option:hover {
    cursor: pointer;
    background: rgb(230, 230, 143);
}
.class_1:hover p, .class_2:hover p {
    background-color: #FFE599;
    color: #434343;
}

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

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

.optImg,.option-leaf,.option-steam,.option-flower{
    position: absolute;
    width: 67%;
    left: 16%;
    bottom: 10%;
    z-index: 1;
}
.option-leaf{
    top: 8%;
    left: 14%;
    width: 62%;
}
.option-steam{
    top: 4%;
    left: 40%;
    width: 20%;
}
.option-flower{
    top: 10%;
    left: 16%;
    width: 70%;
}
.option-brinjal{
    top: 14%;
    left: 15%;
    width: 70%;
}
.corincorclass {
    position: absolute;
    top: 4%;
    width: 18%;
    margin-top: 0px;
    left: 80%;
    display: none;
    transform: translateX(-50%);
}


.white-bg-box{
    position: absolute;
    top: 28%;
    left: 42%;
    width: 40%;
    height: 68%;
    background-color: #ffffff;
    border: 2px solid #9287b4;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
}
.dropContainer1,.dropContainer2,.dropContainer3,.dropContainer4,.dropContainer5{
    position: absolute;
    top: 74%;
    left: 12%;
    width: 37%;
    height: 20%;
    /* background-color: #da1b1b; */
    /* border: 1px solid #9287b4; */
    border-bottom-left-radius: 22px;
    z-index: 9;
}
.dropContainer2{
    top: 13%;
    width: 36%;
    height: 56%;
}
.dropContainer3{
    top: 14%;
    height: 22%;
}
.dropContainer4{
    top: 20%;
    width: 14%;
    left: 25%;
    height: 36%;
}
.dropContainer5{
    top: 38%;
    left: 26%;
    width: 8%;
    height: 32%;
}
.after-drop-styles{
    width: 20%;
    top: 64% !important;
    left: 36.5% !important;
    display: none;
}
.no_pointer {
    pointer-events: none;
}

.correct_option {
    border: 2px solid #38761D;
    background-color: #B6D7A8;
}
.incorrect_option {
    border: 2px dashed #CC0000;
    background-color: #EA9999;
}

.cor-sign-img{
    position: absolute;
    left: 90%;
    width: 25%;
    top: 50%;
    transform: translateY(-50%);
}
/* #endregion MCQ styles */


/* #region sidevideo player styles */

.sidevideoDiv{
    position: absolute;
    height: 78%;
    width: 30%;
    top: 16%;
    left: 5%;
}

.side_video_holder{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: #ffe6f1;
    border-radius: 45px;
    overflow: hidden;
    border: 2px solid #a194c3;
    box-shadow: 10px 10px 1px -2px #afa2d3;
    -webkit-box-shadow: 10px 10px 1px -2px #afa2d3;
     -moz-box-shadow: 10px 10px 1px -2px #6c89b8;
}



.playvideo {
    position: absolute !important;
    top: 40%;
    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%;
    display: none;
    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: #B17F5E;
    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: 55%;
    height: 20%;
    left: 8%;
    top: 3%;
    overflow: hidden;
    background-color: #8E707F;
    border-radius: 10px;
}

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

.scr-img-cont{
    position: absolute;
    top: 50%;
    left: 0%;
    height: 50%;
    width: 100%;
    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: 7%;
    height: 58%;
    top: 50%;
    transform: translateY(-50%);
}

/* #endregion score styles */

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

@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{
        font-size: 3vw;
    }
    .page_instr,.top_txt{
        font-size: 4.5vw;
    }
}