body:lang(np),
body:lang(np) * :not(.nepNum) {
    font-family: laila !important;
}

.nepNum {
    font-family: kalimati !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%);
}

.cream_bg{
    background-color: #E9ECD7;
}

.duck{
    position: absolute;
    width: 45%;
    bottom: 5%;
    left: 5%;
}
.s1-txt{
    position: absolute;
    width: 40%;
    height: 30%;
    background-color: #535833;
    color: white;
    border: 2px solid #969A7D;
    left: 27%;
    top: 17%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* #region num styles */

.days-imgdiv-container{
    position: absolute;
    width: 85%;
    left: 50%;
    top: 50%;
    height: 80%;
    border: 2px solid #777A62;
    border-radius: 25px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.day-img-container{
    position: relative;
    width: 20%;
    height: 45%;
}

.num-name{
    position: absolute;
    bottom: 65%;
    left: 50%;
    color: #533F01;
    transform: translateX(-50%);
    pointer-events: none;
}

.star{
    position: absolute;
    left: 50%;
    width: 75%;
    bottom: 0%;
    pointer-events: none;
    z-index: 1;
    transform: translateX(-50%);
}

.dic-1,.dic-2, .dic-2, .dic-3, .dic-4, .dic-5{
    margin-top: 5%;
}

.nic-1,.nic-2, .nic-3, .nic-4, .nic-5{
    margin-top: 5%;
}

.nic-6,.nic-7, .nic-8, .nic-9, .nic-10{
    margin-bottom: 30%;
}

/* #region clickable numbers styles */
    .clickable-img-container{
        position: absolute;
        width: 90%;
        left: 50%;
        top: 50%;
        height: 78%;
        border: 2px solid;
        border-radius: 25px;
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        transform: translate(-50%, -50%); 
        background-color: #ffffff;   
        border: 3px solid #777A62;
    }

    .num-img-container{
        position: relative;
        width: 17%;
        height: 25%;
        cursor: pointer;
    }

    .day-name{
        position: absolute;
        top: 5%;
        left: 7.5%;
        background: #969A7D;
        border: 2px solid #969A7D;
        color: #ffffff;
        border-radius: 50%;
        width: 85%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform .3s;
    }
    .day-name:hover{
        background: #FFE599;
        border: 2px solid #9EA183;
        color: #535833; 
        transform: scale(1.05, 1.05);       
    }

    .hand{
        position: absolute;
        width: 36%;
        bottom: 0%;
        left: 50%;
        z-index: 1;
        transform: translateX(-50%);
    }

    .image-count-container{
        position: absolute;
        top: 60%;
        height: 39%;
        left: 50%;
        width: 60%;
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        transform: translateX(-50%);
        align-items: center;
    }
    .sel-star{
        position: relative;
        width: 20%;
        height: 51%;
    }

    .top-instrn-txt{
        position: absolute;
        left: 50%;
        top: -8%;
        color: #ffffff;
        width: 50%;
        padding: 1%;
        transform: translateX(-50%);
        background-color: #535833;
        border-radius: 10px;
    }

/* #endregion */
.clickable{
    opacity: 1;
    pointer-events: auto;
}

.num-img{
    position: absolute;
    width: 30%;
    top: 55%;
    left: 18%;
}

.top-num-txt{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: #535833;
    top: -8%;
    padding: 1%;
    width: 30%;
    border-radius: 5px;
}
/* #endregion num styles */



/* #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: #DBCEA5;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #554000;
}

.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: 18%;
    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%;
    top: -10%;
    margin: auto;
    pointer-events: none;
}
.vid {
    height: 87.5%;
    width: 100%;
}
/* #endregion vid player */


@media (min-aspect-ratio:4/3) {
    .txt1, .txt3, .instruction {
        font-size: 4vh;
    }
    .day-name {
        font-size: 4vh;
    }
    .s1-txt{
        font-size: 7vh;
    }
    .top-num-txt, .top-instrn-txt{
        font-size: 4vh;
    }
    .num-name{
        font-size: 5vh;
    }
}

@media (max-aspect-ratio:4/3) {
    .txt1, .txt3, .instruction {
        font-size: 2.8vw;
    }
    .day-name {
        font-size: 2.8vw;
    }
    .s1-txt{
        font-size: 5vw;
    }
    .top-num-txt, .top-instrn-txt{
        font-size: 3vw;
    }
    .num-name{
        font-size: 3.5vw;
    }
}