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%;
}

.cb_bg {
    background-color: #A6BAC9;
}


/* #region section-assets styles start */
.clk-s1{
    width: 12%;
    left: 26.5%;
    top: 5%;
}
.clk-s2{
    width: 30%;
    left: 17.5%;
    top: 5%;
    border-radius: 50%;
    box-shadow: 5px 5px 5px #899aa6;
}
.d-s1{
    width: 19%;
    left: 6%;
    top: 25%;
}
.d-s2{
    width: 20%;
    left: 11%;
    top: 19%;
}
.v-s1{
    width: 13%;
    top: 53%;
    left: 35%;
}

.clock-container{
    width: 55%;
    height: 90%;
    left: 5%;
    top: 5%;
    background: #ffffff;
    border: 2px solid #535087;
    border-radius: 15px;
    overflow: hidden;
}
.clock-holder{
    top: 20%;
    left: 0%;
    width: 100%;
    height: 80%;
}
.pop-txt{
    width: 100%;
    color: #ffffff;
    padding: 1% 2%;
    background-color: #535087;
}

.clk-bg-img{
    width: 40%;
    top: 8%;
}

.clk-center{
    top: 66.3%;
    width: 4%;
    left: 48%;
}

.hr-arm{
    width: 7%;
    top: 66.2%;
    left: 51%;
}

.hr-arm-2{
    transform-origin: left;
    transform: rotate(-29deg);
}

.min-arm{
    width: 2.2%;
    bottom: 31%;
    left: 49%;
}
.min-qrtr{
    transform-origin: bottom;
    transform: rotate(-91deg);
}

.hand{
    width: 6%;
    cursor: pointer;
}

.h-2{
    top: 57%;
    left: 57%;
}

.h-5{
    top: 53%;
    left: 47%;  
}

.hr-to-2{
    transform-origin: left;
    animation: moveto2 2s linear forwards;
}
@keyframes moveto2 {
    100%{
        transform: rotate(-29deg);
    }
}

.min-to-12{
    animation: minto2 2s linear forwards;
}
@keyframes minto2 {
    100%{
        transform: rotate(0deg);
    }
}


/* #endregion section-assets styles start */



/* #region speech box styles start */
.sp-1{
    position: absolute;
    top: 30%;
    left: 22%;
    width: 25%;
    height: 20%;
    padding: 1% 1% 1.5% 2%;
}
.sp-2{
    position: absolute;
    top: 20%;
    left: 33%;
    width: 25%;
    height: 33%;
    padding: .5% .8% 2.5% .75%;
}

.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 left video styles */
.vid-container-left{
    position: absolute;
    left: 7.5%;
    top: 7.5%;
    height: 85%;
    width: 30%;
    background-color: #FFF7C1;
    border: 2px solid #EAB247;
    box-shadow: -10px 10px 5px #eab247;
    border-radius: 50px;
    overflow: hidden;
}
.v-h-l{
    top: 0%;
    left: 10%;
    height: 80%;
    width: 80%;
    background: #FFF7C1;
}

.replaybtn_container {
    position: absolute;
    bottom: 0%;
    height: 22%;
}
.playvideo{
    width: 100%;
    height: 85%;
}
#replay_video_btn {
    width: 35%;
}

.no_pointer {
    pointer-events: none;
}

.vid {
    width: 95%;
    position: absolute;
    left: 2.5%;
    bottom: 0%;
}
.corincorclass{
    position: absolute;
    bottom: 110%;
    width: 22%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

/* #endregion */


/* #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: #AEABE0;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #535087;
    box-shadow: 3px 3px #4a618a;
}

.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: 22%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: #62654C; */
}

#replay_video_btn {
    width: 70%;
    margin: auto;
    pointer-events: none;
}
.vid {
    height: 87.5%;
    width: 100%;
}

/* #endregion */


/* #region common */
.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%);
}

.no-click{
    pointer-events: none;
}

.no-show{
    display: none;
}
/* #endregion */


@media screen and (min-aspect-ratio: 4/3) {
    .obj-top-txt, .obj-btm-txt{
        font-size: 3.4vh;
    }
    .sp-1-txt{
        font-size: 4vh;
    }
    .pop-txt{
        font-size: 4.5vh;
    }
}

@media screen and (max-aspect-ratio: 4/3) {
    .obj-top-txt, ..obj-btm-txt{
        font-size: 2.8vw;
    }
    .sp-1-txt{
        font-size: 2.5vw;
    }
    .pop-txt{
        font-size: 2.7vw;
    }
}