
* {
    box-sizing: border-box;
}
html, body {
    padding: 0;
    margin : 0;
    height : 100dvh;
    overflow:hidden;
}

.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;
    pointer-events: none;
}

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

.hs{
   /* background-color: #ff000090; */
   pointer-events: all;
   width:100%;
   left:50%;
   transform: translateX(-50%);
}


.close-btn{
    display:none; /* comment this out on production */
    position: absolute;
    width:20px;
    height: 20px;
    top:5px;
    right:5px;
    color:#fff;
    border:1px #fff solid;
    background-color: #000000;
    border-radius: 10px;
    text-align: center;
    pointer-events: all;
    line-height: 17px;
}

/* generate your sprite here: https://assets.nativetouch.io/test/spritegen/index.html */

.bg,.copy1,.copy2,.cta,.img1,.img2,
.img3,.img4,.img5,.img6,.img7,.img8,
.logo,.panel1,.panel2,.panel3,.panel4,.panel5,
.panel6,.panel7,.peel,.spot1,.spot2,.spot3,
.spot4,.spot5,.spot6,.spot7,.stamp,.taphand,
.taptxt,.txt1,.txt2
{ max-width: 100%; background-size: 100%; background-image: url('images/sprite.png'); }

.bg {  background-position: 0 0.00%;  background-size: 100%;}
.copy1 {  background-position: 0 3.13%;  background-size: 100%;}
.copy2 {  background-position: 0 6.25%;  background-size: 100%;}
.cta {  background-position: 0 9.38%;  background-size: 100%;}
.img1 {  background-position: 0 12.50%;  background-size: 100%;}
.img2 {  background-position: 0 15.63%;  background-size: 100%;}
.img3 {  background-position: 0 18.75%;  background-size: 100%;}
.img4 {  background-position: 0 21.88%;  background-size: 100%;}
.img5 {  background-position: 0 25.00%;  background-size: 100%;}
.img6 {  background-position: 0 28.13%;  background-size: 100%;}
.img7 {  background-position: 0 31.25%;  background-size: 100%;}
.img8 {  background-position: 0 34.38%;  background-size: 100%;}
.logo {  background-position: 0 37.50%;  background-size: 100%;}
.panel1 {  background-position: 0 40.63%;  background-size: 100%;}
.panel2 {  background-position: 0 43.75%;  background-size: 100%;}
.panel3 {  background-position: 0 46.88%;  background-size: 100%;}
.panel4 {  background-position: 0 50.00%;  background-size: 100%;}
.panel5 {  background-position: 0 53.13%;  background-size: 100%;}
.panel6 {  background-position: 0 56.25%;  background-size: 100%;}
.panel7 {  background-position: 0 59.38%;  background-size: 100%;}
.peel {  background-position: 0 62.50%;  background-size: 100%;}
.spot1 {  background-position: 0 65.63%;  background-size: 100%;}
.spot2 {  background-position: 0 68.75%;  background-size: 100%;}
.spot3 {  background-position: 0 71.88%;  background-size: 100%;}
.spot4 {  background-position: 0 75.00%;  background-size: 100%;}
.spot5 {  background-position: 0 78.13%;  background-size: 100%;}
.spot6 {  background-position: 0 81.25%;  background-size: 100%;}
.spot7 {  background-position: 0 84.38%;  background-size: 100%;}
.stamp {  background-position: 0 87.50%;  background-size: 100%;}
.taphand {  background-position: 0 90.63%;  background-size: 100%;}
.taptxt {  background-position: 0 93.75%;  background-size: 100%;}
.txt1 {  background-position: 0 96.87%;  background-size: 100%;}
.txt2 {  background-position: 0 100.00%;  background-size: 100%;}



.hs-bgclick {
    width: 60%;
    height: 8%;
    bottom: 3%;
}

.hs-spot{
    /* background-color: #ff000090;  */
    aspect-ratio: 1/1;
    width:10%;
    height: auto;
    transform: translate(-50%, -50%);
}


.hs-close{
    /* background-color: #ff000090;  */
    aspect-ratio: 1/1;
    width:10%;
    height: auto;
    top:39%;
    left:84%;
    display: none;
    transform: translate(-50%, -50%);
}

.peelc{
    /* background-color: #ff000050; */
    clip-path: inset(29.65% 7.5% 58% 73%)
}



