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: -2%;
}
.s1-txt{
    position: absolute;
    width: 40%;
    height: 30%;
    background-color: #ffffff;
    border: 2px solid #B0B39E;
    left: 27%;
    top: 17%;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* #region num styles */

.days-imgdiv-container{
    position: absolute;
    width: 90%;
    left: 5%;
    top: 5%;
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.day-img-container{
    position: relative;
    width: 19%;
    height: 30%;
    border: 2px solid #B0B39E;
    border-radius: 10px;
    background-color: #C5B37B;
    cursor: pointer;
}

.day-name{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #533F01;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hand{
    position: absolute;
    right: -3%;
    width: 26%;
    top: 0%;
    pointer-events: none;
    z-index: 1;
    /* transform: translateX(-50%); */
    opacity: 0;
}

.dic-2, .dic-2, .dic-3, .dic-4, .dic-5, .dic-6, .dic-7, .dic-8, .dic-9, .dic-10{
    opacity: 0;
    pointer-events: none;
}
.dic-1 > .hand{
    opacity: 1;
}
.clickable{
    opacity: 1;
    pointer-events: auto;
    border: 2px solid #969A7D;
    background-color: #FFE599 ;
}

.num-img{
    position: absolute;
    width: 40%;
    top: 50%;
    left: 25%;
    /* transform: translateX(-50%); */
    display: none;
}
.imganimate{
    animation: popup 1s ease-in-out forwards;
}
@keyframes popup {
    0%{
        transform: scale(0);
    }
    100%{
        transform: scale(1);
    }
    
}
/* #endregion num styles */


/* #region speech box styles start */
.sp-1, .sp-2 {
    position: absolute;
    top: 5%;
    left: 11%;
    width: 23%;
    height: 28%;
    padding: 1% 1% 5% 1.5%;
}
.sp-2{
    position: absolute;
    top: 13%;
    left: 27%;
    width: 20%;
    height: 22%;
    padding: 1% 1% 3.5% 1%;
}

.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: 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;
    }
}

@media (max-aspect-ratio:4/3) {
    .txt1, .txt3, .instruction {
        font-size: 2.8vw;
    }
    .day-name {
        font-size: 2.8vw;
    }
    .s1-txt{
        font-size: 5vw;
    }
}