body:lang(np),
body:lang(np) * {
    font-family: laila !important;
}

.background {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.chaptertitle {
    position: absolute;
    top: 50%;
    left: 13%;
    font-size: 5vw;
    width: 33%;
    padding: 4%;
    color: #351C75;
    border-radius: 5px;
    background-color: #ffffff;
    transform: translateY(-50%);
}

.green_bg{
    background-color: #B6E4EF;
}

/* #region characters styles start */
.dog{
    position: absolute;
    bottom: 5%;
    left: 3%;
    width: 15%;
}
.boy {
    position: absolute;
    width: 21%;
}

.girl {
    position: absolute;
    width: 21%;
}

.b_stand{
    width: 21%;
    top: 28%;
    left: 16%;
}
.g_stand{
    top: 28%;
    left: 2%;
    width: 14%;
}

.hand{
    position: absolute;
    left: 16%;
    width: 8%;
    top: 40%;
}

.click-instrn{
    position: absolute;
    left: 17%;
    top: 10%;
    background-color: #FFE599;
    border: 2px solid #FF9900;
    border-radius: 5px;
    width: 25%;
    padding: 1%;
}

.pointer{
    position: absolute;
    width: 5%;
    z-index: 1;
}
.p-hand{
    top: 62%;
    left: 37%;
}
.p-finger{
    top: 71%;
    left: 37%;
}
.p-chest{
    top: 55%;
    left: 33%;
}
.p-stomach{
    top: 61%;
    left: 33%;
}
.p-knee{
    top: 78%;
    left: 35%;
}
.p-leg{
    top: 88%;
    left: 35%;
}
.leg-box{
    position: absolute;
    width: 4%;
    height: 14%;
    /* border: 2px solid; */
    top: 73%;
    left: 32%;
    z-index: 1;
    cursor: pointer;
}
/* #endregion characters styles end*/


/* #region popup */

.popup-container{
    position: absolute;
    top: 5%;
    left: 5%;
    height: 90%;
    width: 90%;
    background-color: #ffffff;
    border: 2px  solid #FFCA7C;
    border-radius: 10px;
    z-index: 1;
    display: none;
}

.popup-img-txt-container{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    height: 80%;
    width: 40%;
    border: 1px solid #6CB4BC;
    border-radius: 10px ;
    overflow: hidden;
}

.part-name{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 15%;
    background-color: #6CB4BC;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5%;
    width: 100%;
}
/* #endregion popup */



/* #region speech box styles start */
.sp-1, .sp-2 {
    position: absolute;
    top: 24%;
    left: 37%;
    width: 25%;
    height: 30%;
    padding: 1% 1% 2% 4%;
}
.sp-2{
    left: 4%;
    width: 33%;
    height: 27%;
    top: 1%;
    padding: .5% 1% 3% .5%;
}

.sp-3{
    left: 0%;
    width: 33%;
    height: 27%;
    top: 1%;
    padding: .5% .75% 3% 1.25%;
}

.box {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.speechbox>p {
    position: relative;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mirrored{
    transform: rotateY(180deg);
}
/* #endregion speech box styles end */



/* #region video player css */

.sidevideoDiv{
    position: absolute;
    height: 85%;
    width: 30%;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

.side_video_holder{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: #D3FDFF;
    border-radius: 10px;
    overflow: hidden;
    border: 2px  solid #2D989C;
}

.videolabel-btm {
    position: absolute;
    bottom: 0%;
    width: 100%;
    background: #faeca3;
    padding: 5%;
}

#nslVideo {
    position: absolute;
    width: 40%;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}

.video_container {
    position: absolute;
    height: 80%;
    width: 100%;
    bottom: 20%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    overflow: hidden;
}

.replaybtn_container {
    position: absolute;
    bottom: 1%;
    height: 18%;
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #d3fdff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#replay_video_btn {
    width: 70%;
    margin: auto;
    pointer-events: none;
    top: -12%; 
}
.vid {
    height: 87.5%;
    width: 100%;
}

/* #endregion */

#body-svg{
    position: absolute;
    top: 24%;
    left: 25%;
    width: 14%;
    height: 30%;
}

.hoveredOnPart{
    cursor: pointer;
}
.hidepart{
    display: none;
}

@media (min-aspect-ratio:4/3) {
    .f-medium {
        font-size: 4vh;
    }
    .imgName,
    .lesMore {
        font-size: 4vh;
    }
    .click-instrn, .speechbox{
        font-size: 4vh;
    }
}

@media (max-aspect-ratio:4/3) {
    .f-medium {
        font-size: 2.8vw;
    }
    .click-instrn, .speechbox{
        font-size: 2.8vw;
    }
}