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: 35%;
    font-size: 5vw;
    width: 28%;
    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%;
}

.kabin-half{
    position: absolute;
    top: 3%;
    left: 2%;
    width: 10%;
    border-radius: 50%;
    border: 2px solid #351C75;
    background-color: #ffffff;
}

.b_think, .g_think{
    width: 15%;
    bottom: 3%;
    right: 40%;
}
.g_think{
    right: 21%;
}

.b_handup{
    width: 19%;
    bottom: 3%;
    right: 40%;
}

.b_stand, .g_stand{
    width: 21%;
    top: 28%;
    left: 16.5%; 
}
.g_stand{
    left: 2%;
    width: 14%;
}
.g_point{
    width: 21%;
    bottom: 3%;
    right: 21%;    
}

.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-head{
    top: 38%;
    left: 38%;
}
.p-eye{
    top: 50%;
    left: 34%;  
}
.p-nose{
    top: 55%;
    left: 30%;
}
.p-mouth{
    top: 61%;
    left: 30%;  
}
.p-tongue{
    top: 62%;
    left: 29%;
}
.p-teeth{
    top: 60%;
    left: 29% 
}
.nose{
    position: absolute;
    width: 3%;
    height: 8%;
    left: 27.5%;
    top: 53%;
    z-index: 1;
    cursor: pointer;
}
/* #endregion characters styles end*/

/* #region svg character */

.hoveredOnPart{
    cursor: pointer;
}
.hidepart{
    display: none;
}
/* #endregion svg character */

#body-svg{
    position: absolute;
    width: 20%;
    left: 19%;
    bottom: 0%;
}

/* #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: 10%;
    width: 70%;
}

/* #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% 1% 3% .5%;
}

.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;
}
.replay-btn{
    width: 70%;
    margin: auto;
    pointer-events: none;
    top: -12%; 
}

.replay-btn:hover{
    cursor: pointer;
    transform: scale(1.05, 1.05);
}

.vid {
    height: 87.5%;
    width: 100%;
}

/* #endregion */


.no_pointer{
    pointer-events: none;
}
@media (min-aspect-ratio:4/3) {
    .f-medium {
        font-size: 4vh;
    }
    .imgName,
    .lesMore {
        font-size: 4vh;
    }
    .speechbox, .click-instrn{
        font-size: 3.6vh;
    }
}

@media (max-aspect-ratio:4/3) {
    .f-medium {
        font-size: 2.8vw;
    }
    .speechbox, .click-instrn{
        font-size: 2.8vw;
    }
}