
* {
    box-sizing: border-box;
}
html, body {
    padding: 0;
    margin : 0;
    height : 100dvh;
}
.nt-wrapper {

width: 100dvw;
height: 100dvh;
background-color: #000000;

display: flex;
justify-content: center;
align-items: center;
}

.nt-progress-bar-cont {
width: 45%;
max-width: 250px;
height : 7px;
/* border : 1px solid red; */
position: relative;
}

.nt-progress-bar {

width: 100%;
height : 100%;
border : 1px solid #333;
border-radius: 3px;
overflow: hidden;
position: absolute;
}

.nt-progress {
width : 1%;
height : 100%;
background-color: white;
position: absolute;
}

.nt-ad-container {

width: auto;
height : auto;
overflow: hidden;
background-color: #ffffff;
position: absolute;
display: none;
}


.nt-ad-container * {
    width: 100%;
    height : 100%;
    position:absolute !important;
    pointer-events: none;
}

.clickthru {
    pointer-events: auto;
}

.border {
    border : 1px solid #000;
    z-index: 999;
    pointer-events: none;
}

.flex {
    width: auto;
    height : auto;
    left : 50%;
    top : 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.hs{
   /* background-color: #ff000090; */
   pointer-events: all;
   width:100%;
   left:50%;
   transform: translateX(-50%);
}
.hs-bgclick{
    bottom:3%;
    height: 10%;
 }
 .hs-try{
    bottom:25%;
    height: 10%;
 }
 .hs-select{
    bottom:14%;
    height: 10%;
    width:17%;
 }
 .hs-select1{
    left:23%;
 }
 .hs-select2{
    left:42%;
 }
 .hs-select3{
    left:60%;
 }
 .hs-select4{
    left:79%;
 }
 .active1 { 
    background: url('images/active1.png') no-repeat center center;
    background-size: contain;
}
.active2 { 
    background: url('images/active2.png') no-repeat center center;
    background-size: contain;
}
.active3 { 
    background: url('images/active3.png') no-repeat center center;
    background-size: contain;
}
.active4 { 
    background: url('images/active4.png') no-repeat center center;
    background-size: contain;
}
.copy { 
    background: url('images/copy.png') no-repeat center center;
    background-size: contain;
}
.cta { 
    background: url('images/cta.png') no-repeat center center;
    background-size: contain;
}
.frametop { 
    background: url('images/frametop.png') no-repeat center center;
    background-size: contain;
}
.img1 { 
    background: url('images/img1.png') no-repeat center center;
    background-size: contain;
}
.img2 { 
    background: url('images/img2.png') no-repeat center center;
    background-size: contain;
}
.img3 { 
    background: url('images/img3.png') no-repeat center center;
    background-size: contain;
}
.img4 { 
    background: url('images/img4.png') no-repeat center center;
    background-size: contain;
}
.loading1 { 
    background: url('images/loading1.png') no-repeat center center;
    background-size: contain;
}
.loading2 { 
    background: url('images/loading2.png') no-repeat center center;
    background-size: contain;
    clip-path: polygon(0 57%, 100% 57%, 100% 100%, 0% 100%);
}
.logo { 
    background: url('images/logo.png') no-repeat center center;
    background-size: contain;
}
.select1 { 
    background: url('images/select1.png') no-repeat center center;
    background-size: contain;
}
.select2 { 
    background: url('images/select2.png') no-repeat center center;
    background-size: contain;
}
.select3 { 
    background: url('images/select3.png') no-repeat center center;
    background-size: contain;
}
.select4 { 
    background: url('images/select4.png') no-repeat center center;
    background-size: contain;
}
.try { 
    background: url('images/try.png') no-repeat center center;
    background-size: contain;
}
.loading{
    opacity:0;
    z-index: 9999999999;
}
#YMK-module-widget{
    top:0%;
}
 #YMK-video-input{
    opacity:0 !important;
} 
.virtual{
    max-width:360px !important;
    height: 55% !important;
    overflow: hidden;
    transform: translateX(-50%) scale(0.9);
    left:50%;
    top:11%;
    pointer-events: all;
}
  #YMK-module-iframe{
    
    pointer-events: all;
 } 
 /* @media only screen and (max-width: 350px) {
    #YMK-module-iframe{
      
        transform: translateX(-50%) scale(0.9);
        left:50%;
        height: 78% !important;
        top:16%;
        pointer-events: all;
     } 
  }
  
  @media only screen and (max-width: 320px) {
    #YMK-module-iframe{
      
        transform: translateX(-50%) scale(0.65);
        left:37%;
        height: 76% !important;
        top:3%;
        pointer-events: all;
     } 
  }  */
 /* init */
 .img2, .img3, .img4{
    opacity:0;
 }
 .active2, .active3, .active4{
    opacity:0;
 }

