body:lang(np),
body:lang(np) * {
    font-family: laila !important;
}

.background{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
}

.green-bg{
    background-color: #B6E4EF;
}

.instruction-top{
    position: absolute;
    bottom: 87%;
    height: 10%;
    width: 60%;
    left: 34.5%;
    transform: translateX(-50%);
    background-color: #d3fdff;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    padding-top: 0.5%;
}

/* #region createavatar */
.parts-container{
    position: absolute;
    bottom: 5%;
    height: 80%;
    width: 15%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    align-items: center;
}

.parts-container > .eyebrow{
    height: 8%;
}
.parts-container > .ear{
    height: 10%;
}

.part{
    position: relative;
    height: 15%;
    width: 53%;
    background-color: #FFF2CC;
    border: 2px solid #0097A7;
    border-radius: 10px;
}
.part:hover{
    transform: scale(1.05, 1.05);
    cursor: pointer;
}

.part-types{
    position: absolute;
    left: 20%;
    bottom: 5%;
    height: 80%;
    width: 15%;
    background-color: #ffffff;
    border: 2px solid #0097A7;
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    flex-flow: column;
    align-items: center;    
}

.pType{
    position: relative;
    height: 22%;
    width: 65%;
}
.pType:hover{
    transform: scale(1.05, 1.05);
    cursor: pointer;
}

.avatar-container{
    position: absolute;
    top: 15%;
    left: 40%;
    width: 25%;
    height: 60%;
    background-color: #ffffff;
    border: 2px solid #0097A7;
    border-radius: 10px;    
}
.a-c-final{
    top: 16%;
    left: 18%;
    width: 33%;
    height: 76%;
}

div[class*="-container"]{
    position: absolute;
    /* border: 2px solid; */
}
.avatar-bg{
    position: absolute;
    top: 7.5%;
    left: 10%;
    width: 80%;
}

.hair-container{
    top: -5%;
    width: 102%;
    left: -1%;
    height: 56%;
}

.eyebrow-container{
    top: 36%;
    width: 52%;
    left: 24%;
    height: 6%;
}
.eye-container{
    top: 40%;
    width: 51%;
    left: 25%;
    height: 18%;
}
.nose-container{
    top: 58%;
    width: 17%;
    left: 42%;
    height: 7%;
}
.mouth-container{
    top: 66%;
    width: 19%;
    left: 39%;
    height: 7%;
}
.ear-container{
    top: 44%;
    width: 84.5%;
    left: 7.5%;
    height: 17%;
}

.avatar-hair,
.avatar-eyebrow,
.avatar-eye,
.avatar-nose,
.avatar-mouth,
.avatar-ear
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
}

.thumb{
    position: absolute;
    left: 48.5%;
    width: 8%;
    bottom: 5%;
    background-color: #3C78D8;
    padding: 1%;
    border-radius: 50%;
}
.thumb:hover{
    transform: scale(1.05, 1.05);
    cursor: pointer;
}

.inactive-btn{
    pointer-events: none;
    /* filter: grayscale(100%); */
}

.active-btn{
    animation: scale-anim 1s linear infinite;
}
@keyframes scale-anim {
    0%{
        transform: scale(1, 1);        
    }
    50%{
        transform: scale(1.05, 1.05);        
    }
    100%{
        transform: scale(1, 1);        
    }
}
/* #endregion createavatar */


/* #region speechbox */
.sp-1{
    position: absolute;
    top: 5%;
    left: 8%;
    width: 30%;
    height: 30%;
    padding: 1% 1% 3% 1%;
}

.spimg{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
}

.sptxt{
    position: relative;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.mirrored{
    transform: rotateY(180deg);
}
/* #endregion speechbox styles end */


/* #region videoplayer */

.sidevideoDiv{
    position: absolute;
    height: 80%;
    width: 30%;
    top: 15%;
    right: 2.5%;
}

.side_video_holder{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #0097A7;
    background-color: #D3FDFF;
}

.videolabel-btm {
    position: absolute;
    bottom: 0%;
    width: 100%;
    padding: 5%;
    color: #ffffff;
    background: #674EA7;
}

#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 {
    width: 75%;
    margin: auto;
    pointer-events: none;
}
.vid {
    height: 87.5%;
    width: 100%;
}

.videoDiv{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
}
.video_holder{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
}

/* #endregion videoplayer*/


@media (min-aspect-ratio:4/3) {
    .txt1, .txt3 {
        font-size: 4vh;
    }
    .imgName,
    .lesMore {
        font-size: 4vh;
    }
    .pop-txt{
        font-size: 5vh;
    }
    .f-small{
        font-size: 3vh;
    }
    .f-mid{
        font-size: 3.5vh;
    }
    .f-medium{
        font-size: 4vh;
    }
    .f-large{
        font-size: 5vh;
    }
}

@media (max-aspect-ratio:4/3) {
    .txt1, .txt3 {
        font-size: 2.2vw;
    }
    .pop-txt{
        font-size: 3vw;
    }
    .f-small{
        font-size: 2.8vw;
    }
    .f-medium, .f-mid{
        font-size: 3.5vw;
    }
    .f-large{
        font-size: 3.9vw;
    }
}