
* {
    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: all;
}

.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%);
   /* pointer-events: all !important; */
   z-index: 2;
}
.hs-bgclick{
    bottom:0%;
   height: 13%;

 }
.hs-bgclick1{
   top:80;
   height: 15%;
 }


/* .slide2 { 
    background: url('images/slide2.png') no-repeat center center;
    background-size: contain;
}
.slide1 { 
    background: url('images/slide1.png') no-repeat center center;
    background-size: contain;
}
.slide3 { 
    background: url('images/slide3.png') no-repeat center center;
    background-size: contain;
} */

/* .slide-nt-ad-container{
    pointer-events: all;
    
}

.parallax-nt-ad-container{
    z-index: 0;
} */

.bg-2,.bg-3,.bg,.bg1,.cadre,.copy,
.cta,.frame,.logo,.panel1,.panel2,.panel3,
.panel4,.panel5,.panel6,.prod,.spot1,.spot2,
.spot3,.spot4,.spot5,.spot6,.swipe,.text,
.text1
{ max-width: 100%; background-size: 100%; background-image: url('images/sprite.png'); }

.bg-2 {  background-position: 0 0.00%;  background-size: 100%;}
.bg-3 {  background-position: 0 4.17%;  background-size: 100%;}
.bg {  background-position: 0 8.33%;  background-size: 100%;}
.bg1 {  background-position: 0 12.50%;  background-size: 100%;}
.cadre {  background-position: 0 16.67%;  background-size: 100%;}
.copy {  background-position: 0 20.83%;  background-size: 100%;}
.cta {  background-position: 0 25.00%;  background-size: 100%;}
.frame {  background-position: 0 29.17%;  background-size: 100%;}
.logo {  background-position: 0 33.33%;  background-size: 100%;}
.panel1 {  background-position: 0 37.50%;  background-size: 100%;}
.panel2 {  background-position: 0 41.67%;  background-size: 100%;}
.panel3 {  background-position: 0 45.83%;  background-size: 100%;}
.panel4 {  background-position: 0 50.00%;  background-size: 100%;}
.panel5 {  background-position: 0 54.17%;  background-size: 100%;}
.panel6 {  background-position: 0 58.33%;  background-size: 100%;}
.prod {  background-position: 0 62.50%;  background-size: 100%;}
.spot1 {  background-position: 0 66.67%;  background-size: 100%;}
.spot2 {  background-position: 0 70.83%;  background-size: 100%;}
.spot3 {  background-position: 0 75.00%;  background-size: 100%;}
.spot4 {  background-position: 0 79.17%;  background-size: 100%;}
.spot5 {  background-position: 0 83.33%;  background-size: 100%;}
.spot6 {  background-position: 0 87.50%;  background-size: 100%;}
.swipe {  background-position: 0 91.67%;  background-size: 100%;}
.text {  background-position: 0 95.83%;  background-size: 100%;}
.text1 {  background-position: 0 100.00%;  background-size: 100%;}




.parallax-container {
    z-index: 0;
}

.slide-container {
   pointer-events: all;
}

.hss-spot{
    pointer-events: all;
    /* background-color: #ff000050; */
    aspect-ratio: 1/1;
    width:10%;
    height: auto;
    transform:translateX(-50%)translateY(-50%);;
    z-index: 99999;
    pointer-events: all !important;
}

.hss-close{
    pointer-events: all;
    /* background-color: #ff000050; */
    aspect-ratio: 1/1;
    width:10%;
    height: auto;
    left:80%;
    top:24.5%;
    z-index: 999;
    display:block;
    
   
}