
* {
    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: #193019;
    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%);
}
.hs-bgclick{
   height: 15%;
 }
.hs-btn1,.hs-btn2,.hs-btn3,.hs-btn4{
      /*background-color: #ff000090; */
     pointer-events: all;
     height: 7%;
     transform:translateX(-50%)translateY(-50%);
 }



.bg1 { 
    background: url('images/bg1.jpg') no-repeat center center;
    background-size: contain;
}
.bg2 { 
    background: url('images/bg2.jpg') no-repeat center center;
    background-size: contain;
}
.bg3 { 
    background: url('images/bg3.jpg') no-repeat center center;
    background-size: contain;
}
.bg4 { 
    background: url('images/bg4.jpg') no-repeat center center;
    background-size: contain;
}


.btn1,.btn2,.btn3,.btn4,.cta,.intro-t1,
.intro-t2,.leaves1,.leaves2,.logo,.t1-1,.t1-2,
.t1-3,.t2-1,.t2-2,.t2-3,.t3-1,.t3-2,
.t3-3,.t4-1,.t4-2,.t4-3
{ max-width: 100%; background-size: 100%; background-image: url('images/sprite.png'); }

.btn1 {  background-position: 0 0.00%;  background-size: 100%;}
.btn2 {  background-position: 0 4.76%;  background-size: 100%;}
.btn3 {  background-position: 0 9.52%;  background-size: 100%;}
.btn4 {  background-position: 0 14.29%;  background-size: 100%;}
.cta {  background-position: 0 19.05%;  background-size: 100%;}
.intro-t1 {  background-position: 0 23.81%;  background-size: 100%;}
.intro-t2 {  background-position: 0 28.57%;  background-size: 100%;}
.leaves1 {  background-position: 0 33.33%;  background-size: 100%;}
.leaves2 {  background-position: 0 38.10%;  background-size: 100%;}
.logo {  background-position: 0 42.86%;  background-size: 100%;}
.t1-1 {  background-position: 0 47.62%;  background-size: 100%;}
.t1-2 {  background-position: 0 52.38%;  background-size: 100%;}
.t1-3 {  background-position: 0 57.14%;  background-size: 100%;}
.t2-1 {  background-position: 0 61.90%;  background-size: 100%;}
.t2-2 {  background-position: 0 66.67%;  background-size: 100%;}
.t2-3 {  background-position: 0 71.43%;  background-size: 100%;}
.t3-1 {  background-position: 0 76.19%;  background-size: 100%;}
.t3-2 {  background-position: 0 80.95%;  background-size: 100%;}
.t3-3 {  background-position: 0 85.71%;  background-size: 100%;}
.t4-1 {  background-position: 0 90.48%;  background-size: 100%;}
.t4-2 {  background-position: 0 95.24%;  background-size: 100%;}
.t4-3 {  background-position: 0 100.00%;  background-size: 100%;}
