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

.no-display {
    display: none;
}

.cover_page {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.scaleup-div {
    position: absolute;
    width: 100%;
    height: 100%;
}

.scaleup-animation {

    animation: scaleupdiv 4s forwards;
}

@keyframes scaleupdiv {
    0% {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    100% {
        transform: scale(1.9);
    }
}

.background {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.background14 {
    position: absolute;
    top: 0%;
    left: 44.5%;
    width: 45%;
    height: 100%;
    object-fit: cover;
}

.chaptertitle {
    top: 8%;
    right: 54%;
    width: 28%;
    padding: 2% 1% 2% 1%;
    color: white;
    border-radius: 20px;
    background-color: #988bb9;
}

.page1 {
    top: 5%;
    right: 6%;
    font-size: 5vh;
    width: 40%;
    padding: 1%;
    color: white;
    border-radius: 15px;
    background-color: #71534D;
}

.page-2 {
    top: 4%;
    right: 44.5%;
    width: 50%;
    padding: 1%;
    color: white;
    border-radius: 15px;
    background-color: #476fae;
}

.page14 {
    top: 1%;
    right: 13%;
    font-size: 4.5vh;
    width: 40%;
    padding: 1%;
    color: white;
    border-radius: 15px;
    background-color: #71534D
}

.cb_bg {
    background-color: #ffe9e3;
}

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

.flower_bud {
    position: absolute;
    top: 43%;
    left: 34.5%;
    width: 4.5%;
    z-index: 999999;
}

.bud-scale {
    animation: bud-zoom 3s forwards;
}

@keyframes bud-zoom {
    0% {}

    100% {
        transform: scale(4);
        top: 36%;
        left: 39%;
    }
}

.blink_arrow,
.blink_arrow1,
.blink_arrow2,
.blink_arrow3,
.blink_arrow4,
.blink_arrow5,
.blink_arrow6,
.blink_arrow7,
.blink_arrow8 {
    position: absolute;
    top: 574%;
    width: 22%;
    left: 55%;
    z-index: 99999;
}

.blink_arrow1 {
    top: 314%;
    left: 47%;
}

.blink_arrow2 {
    top: 430%;
    left: 58%;
}

.blink_arrow3 {
    top: 374%;
    left: 53%;
    width: 18%;
}

.blink_arrow4 {
    top: 360%;
    left: 53%
}

.blink_arrow5 {
    top: 382%;
    left: 55%
}

.blink_arrow6 {
    top: 224%;
    left: 47%;
}

.blink_arrow7 {
    top: 182%;
    left: 47%;
}
.blink_arrow8 {
    top: 290%;
    left: 56%;
}

@media(max-width: 1400px) {
    .blink_arrow1 {
        top: 314%;
        left: 47%;
    }

    .blink_arrow2 {
        top: 400%;
        left: 60%;
    }

    .blink_arrow3 {
        top: 318%;
        left: 50%;
    }

    .blink_arrow4 {
        top: 334%;
        left: 52%;
    }
}

.flower_flower {
    position: absolute;
    top: 31%;
    left: 33%;
    width: 3%;
    z-index: 99;
}

.Plant_grow {
    position: absolute;
    top: 32%;
    left: 36%;
    width: 26%;
    z-index: 99;
}

.Plant_grow2,
.Plant_grow3 {
    position: absolute;
    top: 20% !important;
    left: 38% !important;
    width: 18% !important;
    z-index: 99 !important;
}

.seeds,
.seeds1 {
    position: absolute;
    z-index: 1;
    width: 18%;
    left: 14%;
    top: 42%;
    border: 2px solid #8176a0;
    border-radius: 30px;
    background: white;
    padding: 1%;
    box-shadow: 4px 4px 20px 1px rgb(151 172 171 / 75%);
    -webkit-box-shadow: 4px 4px 20px 1px rgb(151 172 171 / 75%);
    -moz-box-shadow: 4px 4px 20px 1px rgba(151, 172, 171, 0.75);
}

.seeds1 {
    padding: 0%;
    width: 28%;
    top: 32%;
    left: 10%;
}

.tomato,
.scale-tomato {
    position: absolute;
    top: 38%;
    left: 31%;
    width: 4%;
    z-index: 99;
}

.scale-tomato {
    animation: tomato-zoom 3s forwards;
}

@keyframes tomato-zoom {
    0% {
        width: 4%;
    }

    100% {
        left: 30%;
        top: 33%;
        width: 12%;
    }
}

.half-tomato {
    position: absolute;
    top: 38%;
    left: 31%;
    width: 4%;
    z-index: 99;
}

.seed {
    position: absolute;
    top: 44%;
    left: 38%;
    width: 2%;
    z-index: 99;
    transform: rotateZ(321deg);
}

.seed-scale {
    position: absolute;
    top: 44%;
    left: 38%;
    width: 2%;
    z-index: 99;
    animation: seed-scale 3s forwards;
}

@keyframes seed-scale {
    0% {}

    100% {
        left: 42%;
        transform: scale(3.5);
        /* transform: rotateZ(321deg); */
    }
}

.seed2 {
    position: absolute;
    top: 44%;
    left: 42%;
    width: 8%;
    z-index: 99;
}

.seed-drop {
    animation: seed-down 3s forwards;
}

@keyframes seed-down {
    0% {
        top: 44%;
    }

    100% {
        top: 74%;
    }
}

.tomato_root {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0%;
    padding: 0% 4%;
    background: white;
    border: 2px solid #9a90ba;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tomato_root1,
.tomato_root2,
.tomato_root3,
.tomato_root4,
.tomato_root3-1 {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0%;
    padding: 0% 8%;
    background: white;
    border: 2px solid #9a90ba;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.tomato_root2 {
    padding: 0% 18%;
}

.tomato_root3 {
    padding: 0% 13%;
}

.tomato_root3-1 {
    padding: 0% 8%;
}

.tomato_root4 {
    padding: 0% 4%;
}

@media(max-width:1400px) {
    .tomato_root3-1 {
        padding: 0% 13%;
    }
}

.circlebox {
    top: 8%;
    left: 16.8%;
    width: 32.4%;
    padding: 1%;
    color: white;
    background-color: #8c80b0;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.circlebox1 {
    top: 8%;
    left: 16.8%;
    width: 32.4%;
    padding: 1%;
    color: white;
    background-color: #8c80b0;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
}

.root-txt {
    font-size: 4vh;
    padding: 1% 1% 1% 10%;
}

.root-txt1,
.root-txt2 {
    font-size: 4vh;
    padding: 1% 1% 1% 18%;
}

.root-txt2 {
    font-size: 4vh;
}

/* character styles */
.biru-conv {
    position: absolute;
    z-index: 1;
    width: 25%;
    left: 48%;
    top: 35%;
}

.muna-conv {
    position: absolute;
    z-index: 1;
    width: 27%;
    left: 12%;
    top: 38%;
}

.grand_parent {
    position: absolute;
    top: 35%;
    left: 26%;
    width: 32%;
    z-index: 9;
}

.numa_com01 {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 14%;
    z-index: 9;
}

.numa_com02 {
    position: absolute;
    top: 40%;
    left: 12%;
    width: 16%;
    z-index: 9;
}

.numa_com03 {
    position: absolute;
    top: 44%;
    left: 8%;
    width: 18%;
    z-index: 9;
}

.numa_com03-1 {
    position: absolute;
    top: 44%;
    left: 6%;
    width: 20%;
    z-index: 9;
}

.numa_com04,
.numa_com06 {
    position: absolute;
    top: 40%;
    left: 46%;
    width: 16%;
    z-index: 9;
}

.numa_com06 {
    width: 14%;
    top: 38%;
    left: 48%;
}

.small-numa,
.small-numa1,
.small-numa1-1,
.small-numa2,
.small-numa3 {
    position: absolute;
    top: 18%;
    left: 8%;
    width: 18%;
    z-index: 9;
}

.small-numa1-1 {
    width: 18%;
    top: 46%;
    left: 5%;
}

.small-numa1 {
    top: 47%;
    left: 2%;
    width: 18%;
}

.small-numa2 {
    width: 18%;
    top: 60%;
    left: 3%;
}

.small-numa3 {
    top: 26%;
    width: 16%;
    left: 4%;
}

/* speechbox styles */
.box {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.bottom-text {
    position: relative;
    width: 60%;
    left: 56%;
    top: 46%;
    transform: translate(-50%, -50%);
}

.bottom-text1 {
    position: relative;
    width: 62%;
    left: 67%;
    top: 46%;
    transform: translate(-50%, -50%);
}

.bottom-text2 {
    position: relative;
    width: 62%;
    left: 56%;
    top: 46%;
    transform: translate(-50%, -50%);
}

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

.sp-1 {
    position: absolute;
    top: 2%;
    left: 5%;
    width: 32%;
    height: 40%;
    padding: 1% 3% 6.5% 2%;
}

.sp-2 {
    position: absolute;
    top: 12%;
    left: 7%;
    width: 28%;
    height: 26%;
    padding: 2% 2% 5% 1%;
}

.sp-3 {
    position: absolute;
    top: 8%;
    left: 12%;
    width: 32%;
    height: 34%;
    padding: 2% 1.5% 6% 1.5%;
}

.sp-4 {
    position: absolute;
    top: 10%;
    left: 37%;
    width: 26%;
    height: 28%;
    padding: 1% 2% 5% 2%;
}

.sp-5 {
    position: absolute;
    top: 1%;
    left: 14%;
    width: 26%;
    height: 48%;
    padding: 2% 21% 4% 5%;
}

.sp-6 {
    position: absolute;
    top: 4%;
    left: 32%;
    width: 30% !important;
    height: 34%;
    padding: 1% 1% 6% 1.5%;
}

.sp-7 {
    position: absolute;
    top: 4%;
    left: 28%;
    width: 36%;
    height: 34%;
    padding: 1% 2% 6% 2.5%;
}

.sp-15 {
    position: absolute;
    top: 4%;
    left: 4%;
    width: 30%;
    height: 40%;
    padding: 1% 3% 6.5% 2%;
}

/* #region video player css */
.sidevideoDiv_coverpg {
    height: 100%;
    width: 35%;
    left: 0%;
}

div[class*="svd"] {
    height: 90%;
    width: 30%;
}

.svd-l {
    left: 5%;
}

.svd-r {
    right: 5%;
}

.side_video_holder {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: #ffe6f1;
    border-radius: 45px;
    overflow: hidden;
    border: 2px solid #a194c3;
    box-shadow: 10px 10px 1px -2px #afa2d3;
    -webkit-box-shadow: 10px 10px 1px -2px #afa2d3;
    -moz-box-shadow: 10px 10px 1px -2px #6c89b8;
}

.videolabel-btm {
    position: absolute;
    bottom: 0%;
    width: 100%;
    background: #969a7d;
    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%);
    /* background-color: #62654C; */
}

#replay_video_btn {
    width: 70%;
    margin: auto;
    pointer-events: none;
}

.vid {
    height: 85%;
    width: 100%;
}

/* #endregion */


/* #region common */
.txt1 {
    z-index: 99;
}

.p-abs {
    position: absolute;
}

.c-x {
    left: 50%;
    transform: translateX(-50%);
}

.c-y {
    top: 50%;
    transform: translateY(-50%);
}

.c-xy {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* #endregion */


/* #region media queries */

@media (min-aspect-ratio:4/3) {

    .txt1,
    .txt3,
    .number_show {
        font-size: 4vh;
    }

    .cld-txt-1,
    .cld-txt-2 {
        font-size: 3.2vh;
    }

    .sickness-txt {
        font-size: 4vh;
    }

    .chaptertitle {
        font-size: 8vh;
    }

    .page-2 {
        font-size: 5vh;
    }
}

@media (max-aspect-ratio:4/3) {

    .txt1,
    .txt3,
    .number_show {
        font-size: 2.4vw;
    }

    .cld-txt-1,
    .cld-txt-2 {
        font-size: 2.2vw;
    }

    .sickness-txt {
        font-size: 2.8vw;
    }

    .chaptertitle {
        font-size: 4.5vw;
    }
}

/* #endregion media queries */