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: 11%;
    left: 15%;
    font-size: 5vw;
    width: 33%;
    padding: 4%;
    color: #3C78D8;
}

.green_bg{
    background-color: #B6E4EF;
}

.top-text{
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    padding-left: 15%;
    transform: translateY(-50%);
}

.coverpage-char-img{
    position: absolute;
    bottom: 0%;
    width: 44%;
    left: 7%;
    z-index: 1;
}

/* characters styles start */
.dog{
    position: absolute;
    bottom: 5%;
    left: 3%;
    width: 15%;
}
.boy {
    position: absolute;
    width: 21%;
}

.girl {
    position: absolute;
    width: 21%;
}

.b_handup{
    width: 25%;
    bottom: 6%;
    right: 23%;
}

.b_wave{
    width: 25%;
    bottom: 11%;
    right: 18%;
    transform: rotateY(180deg);
}

.b_stand, .g_stand{
    width: 14%;
    top: 32%;
    left: 66%;
}
.b_stand1{
    width: 19%;
    top: 32%;
    left: 66%;
}
.g_stand{
    left: 20%;
    width: 16%;
}

.b_happy, .g_happy{
    width: 23%;
    top: 32%;
    left: 66%;
}
.g_happy{
    left: 21%;
    width: 26%;    
}

.g_point{
    width: 20%;
    bottom: 8%;
    right: 54%;
    transform: rotateY(180deg);
}

.grandMom{
    position: absolute;
    width: 25%;
    bottom: 3%;
    left: 17%;
}

.hand{
    position: absolute;
    left: 16%;
    width: 8%;
    top: 40%;
}

/* characters styles end*/



/* speech box styles start */
.sp-1, .sp-2 {
    position: absolute;
    top: 2%;
    left: 16%;
    width: 30%;
    height: 35%;
    padding: 1% 1% 4% 1%;
}
.sp-2{
    left: 8%;
    width: 33%;
    height: 34%;
    top: 1%;
}
.sp-3,.sp-3_1{
    top: 2%;
    left: 32%;
    width: 44%;
    height: 31%;
    padding: 1% 3% 2% 3%;
}
.sp-3_1{
    left: 37% !important;
}

.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);
}

.top-speech-container{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 15%;
    background-color: #A47C77;
}
.top-speaker-img{
    position: absolute;
    left: 6%;
    width: 6%;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 50%;
    top: 50%;
    margin-top: 0.2%;
    transform: translateY(-50%);
}
/* speech box styles end */

/* #region extraiamges */


.cloud{
    position: absolute;
    width: 48%;
    top: 37%;
    left: 48%;
    transform: translate(-50%, -50%) rotateY(180deg);
}
.girl_think{
    position: absolute;
    bottom: 0%;
    width: 25%;
    right: 9%;   
}

.zoomToCloudAnim{
    animation: ztc 3s linear forwards;
}
@keyframes ztc{
    100%{
        top: 67%;
        left: 20%;
        transform: scale(3.5, 3.5);
    }
}

.cloud-img-container{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 85%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.cloud-img{
    position: absolute;
    width: 28%;
    top: 23%;
}

.ci-1{
    left: 6%;
    animation: img1Anim 3s linear forwards;
}

.ci-2{
    left: 50%;
    transform: translateX(-50%) scale(1.3, 1.3);    
    animation: img2Anim 3s linear forwards;
}

.ci-3{
    left: 69%;
    animation: img3Anim 3s linear forwards;
}

.ci-4{
    left: 69%;
    opacity: 0;
    transform: scale(0, 0);
    animation: img4Anim 3s linear forwards;
}


@keyframes img1Anim {
    50%{opacity: 0.5;}
    100%{ opacity: 0; }
}

@keyframes img2Anim {
    100%{
        left: 16%;
        transform: translateX(-50%) scale(1, 1);
    }
}

@keyframes img3Anim {
    100%{
        left: 34%;
        transform: scale(1.3, 1.3);        
    }
}

@keyframes img4Anim {
    50%{opacity: 1;}
    100%{
        opacity: 1;
        transform: scale(1, 1);
    }
}

.action{
    position: absolute;
    left: 50%;
    background-color: #1155CC;
    transform: translateX(-50%);
    bottom: 20%;
    color: #ffffff;
    padding: 1%;
    border-radius: 5px;
    display: none;
}
/* #endregion extraimages */

/* #region video player css */

.sidevideoDiv{
    position: absolute;
    height: 90%;
    width: 30%;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

.side_video_holder{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: #DEDDFF;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #21194D;
    box-shadow: 8px 8px #3e3c6d;
}

.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: 0%;
    height: 20%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

#replay_video_btn {
    position: absolute;
    width: 75%;
    top: 0%;
    margin: auto;
    pointer-events: none;
}
.vid {
    height: 87.5%;
    width: 100%;
}

/* #endregion videos*/

/* #region commons */
.c-x{
    left: 50%;
    transform: translateX(-50%);
}
/* #endregion commons */



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

@media (max-aspect-ratio:4/3) {
    .txt1, .txt3 {
        font-size: 2.8vw;
    }
    .f-4{
        font-size: 2.8vw;
    }
    .chaptertitle{
        font-size: 3.8vw;
    }
}