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

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

.boy{
    position: absolute;
    width: 10%;
    bottom: 2%;
    left: 32%;
    z-index: 1;
}


.girl{
    position: absolute;
    width: 12.5%;
    bottom: 2%;
    left: 19%;
    z-index: 1;
}

.mirrored{
    transform: rotateY(180deg);
}

.sp-1{
    position: absolute;
    top: 14%;
    left: 21%;
    width: 24%;
    height: 25%;
    padding: 1% 1% 3% 1%;
}


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

.speechbox>p {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.txt3{
    left: 56% !important;
}

/* clickables styles */
.clickable{
    position: absolute;
    pointer-events: none;
}
.clickable:hover{
    cursor: pointer;
}

.book-img{
    position: absolute;
    left: 36%;
    width: 17%;
    top: 31%;
}
.pop-div-container{
    position: absolute;
    width: 40%;
    height: 70%;
    border-radius: 15px;
    left: 12%;
    top: 50%;
    background: #fff;
    border: 2px solid #4279D3;
    overflow: hidden;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50%);
    z-index: 5;
    display: none;
}

.pop-img-container{
    width: 100%;
    height: 100%;
}

.pop-txt{
    position: relative;
    height: 20%;
    width: 100%;
    background-color: #6D9EEB;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-img{
    position: relative;
    width: 70%;
    margin-top: 6%;
}
.cross{
    position: absolute;
    top: 3%;
    right: 3%;
    width: 8%;
}
.cross:hover{
    cursor: pointer;
}

/* items styles */
.clock, .chalk, .duster,
.desk, .bench, .blackboard{
    position: absolute;
}

.clock{
    top: 6%;
    left: 39%;
    width: 20%;
    pointer-events: auto !important;
}
.blackboard{
    top: 8%;
    left: -3%;
    width: 38%;
}
.desk{
    bottom: 0%;
    left: 8%;
    width: 37%;
    z-index: 3;
}
.bench{
    bottom: 0%;
    left: 13%;
    width: 27%;
    z-index: 3;
}
.duster{
    top: 50%;
    left: 2%;
    width: 8%;
}
.chalk{
    top: 53%;
    left: 13%;
    width: 6%;
    transform: rotateX(31deg);
}

.hand{
    position: absolute;
    top: 25%;
    left: 46%;
    width: 6%;
    z-index: 5;
    pointer-events: none;
}
.hand:hover{
    cursor: pointer;
}


/* video player css */

.videoDiv {
    position: absolute;
    right: 3%;
    top: 5%;
    height: 90%;
    width: 30%;
    background: #FFF7C1;
    border-radius: 29px;
    overflow: hidden;
    box-shadow: -9px 9px 1px #fba522;
    border: 2px solid #FBA522;
}

.video_holder {
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform: translateX(-50%);
    height: 75%;
    width: 75%;
}

.videolabel-btm {
    position: absolute;
    bottom: 0%;
    width: 100%;
    background: #faeca3;
    padding: 5%;
}

#nslVideo {
    position: absolute;
    width: 100%;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.replaybtn_container {
    position: absolute;
    bottom: 0%;
    height: 22%;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}

#replay_video_btn {
    width: 100%;
    pointer-events: none;
}
.vid {
    height: 87.5%;
    width: 100%;
}

@media (min-aspect-ratio:4/3) {
    .txt1, .txt3 {
        font-size: 4vh;
    }
    .imgName,
    .lesMore {
        font-size: 4vh;
    }
    .pop-txt{
        font-size: 5vh;
    }
}

@media (max-aspect-ratio:4/3) {
    .txt1, .txt3 {
        font-size: 3vw;
    }
    .pop-txt{
        font-size: 3vw;
    }
}