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

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

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

/* Images */

.image_container {
    position: absolute;
    left: -40%;
    top: 20%;
    height: 75%;
    background: transparent;
    width: 45%;
    /* border-radius: 20px; */
    /* border: 3px solid #FF9900; */
}

.qnImg {
    position: absolute;
    top: 0%;
    left: 20%;
}
.qn-w100{
    width: 80%;
}

.qn-h100{
    height: 100%;
    left: 40%;
}

.family-img{
    width: 90%;
    top: 24%;
    left: 5%;   
}

.qn-grandpa{
    width: 64%;
    transform: rotateY(180deg);
    left: 18%;
    top: 20%; 
}

.qn-grandma{
    height: 100%;
    left: 20%;
}
.inverted{
    transform: rotateY(180deg);
}
.qn-uh{
    width: 80%;  
    top: 10%;  
}


/* MCQ css */

.mcqContainer {
    position: absolute;
    left: 15%;
    top: 47%;
    height: 50%;
    width: 82%;
    display: flex;
    justify-content: flex-start;
    flex-flow: row;
    flex-wrap: wrap;
}

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

.optionscontent {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
}

.option {
    height: 85%;
    width: 86%;
    /* border: 2px solid #3c78d8; */
    border-radius: 30px;
    background: #fff;
    top: 0%;
    transition: transform .2s;
}

.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: 100%;
    width: 20%;
    display: none;
    margin-top: 5px;
    left: 50%;
    transform: translateX(-50%);
}

/* video player css */

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

.video_holder {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: #ac9ec9;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #614e94;
    box-shadow: 6px 6px 10px grey;
}

.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: 20%;
    background: #FF9900;
    border-top: 2px solid #FF9900;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video {
    position: absolute;
    width: 81%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.no_pointer {
    pointer-events: none;
}

.correct_option {
    background-color: #6AA84F;
    border-top: 2px solid #38761D;
    color: #ffffff;
}

.incorrect_option {
    background-color: #E06666;
    border-top: 2px solid #CC0000;
    color: #ffffff;
}

.vid {
    width: 82%;
}


/* video player css */

#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: 19%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    overflow: hidden;
}

.replaybtn_container {
    position: absolute;
    bottom: 0%;
    height: 20%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: #0F6594; */
}

#replay_video_btn {
    width: 75%;
    margin: auto;
    pointer-events: none;
    position: absolute;
    top: 0%;
}
.vid {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0%;
    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: 143%;
    height: 15%;
    left: -43%;
    top: 0%;
    background-color: #573d9b;
}

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

.scr-img-cont{
    position: relative;
    top: 0%;
    left: 22%;
    height: 100%;
    width: 60%;
    display: flex;
    /* background-color: #C4A582; */
    justify-content: center;
    margin: 1px auto;
}

.qn_text {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}
.question_txt{
    position: absolute;
    left: 55%;
    top: 33%;
    width: 78%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    background-color: #674ea7;
    border-radius: 20px;
    padding: 1%;
}

.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{
    width: 8%;
    height: 78%;
    top: 50%;
    padding: 1%;
    transform: translateY(-50%);
}
.instrn-c{
    position: absolute;
    width: 30%;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    background-color: #FFF;
    border: 3px  solid #351c75;
    padding: 4%;
    border-radius: 30px;
}

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

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