
* {
    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%);
}
.hs-bgclick{
    bottom:0%;
    height: 12%;
 }
.hs-q1o, .hs-q2o, .hs-q3o{
      /*background-color: #ff000090; */
      pointer-events: all;
      width: 75%;
      height: 6.2%;
      transform:translateX(-50%)translateY(-50%);
 }

.hs-arr{
    aspect-ratio: 1/1.5;
    width:20%;
    height: auto;
    top: 69%;
 }
.hs-leftarr{
    left:10%;
}
.hs-rightarr{
    left:90%;
}

.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;
}


.bg { 
    background: url('images/bg.jpg') no-repeat center center;
    background-size: contain;
}

.bg-end1 { 
    background: url('images/bg-end1.jpg') no-repeat center center;
    background-size: contain;
}




.arr1,.arr2,.bgline,.bubble-bg,.card1,.card2,
.card3,.card4,.card5,.card6,.cta,.end1-cta,
.end1-t1,.intro-cta,.intro-t1,.intro-t2,.logo,.q1,
.q1a,.q1b,.q1c,.q2,.q2a,.q2b,
.q2c,.q3,.q3a,.q3b,.q3c,.t1
{ max-width: 100%; background-size: 100%; background-image: url('images/sprite.png'); }

.arr1 {  background-position: 0 0.00%;  background-size: 100%;}
.arr2 {  background-position: 0 3.45%;  background-size: 100%;}
.bgline {  background-position: 0 6.90%;  background-size: 100%;}
.bubble-bg {  background-position: 0 10.34%;  background-size: 100%;}
.card1 {  background-position: 0 13.79%;  background-size: 100%;}
.card2 {  background-position: 0 17.24%;  background-size: 100%;}
.card3 {  background-position: 0 20.69%;  background-size: 100%;}
.card4 {  background-position: 0 24.14%;  background-size: 100%;}
.card5 {  background-position: 0 27.59%;  background-size: 100%;}
.card6 {  background-position: 0 31.03%;  background-size: 100%;}
.cta {  background-position: 0 34.48%;  background-size: 100%;}
.end1-cta {  background-position: 0 37.93%;  background-size: 100%;}
.end1-t1 {  background-position: 0 41.38%;  background-size: 100%;}
.intro-cta {  background-position: 0 44.83%;  background-size: 100%;}
.intro-t1 {  background-position: 0 48.28%;  background-size: 100%;}
.intro-t2 {  background-position: 0 51.72%;  background-size: 100%;}
.logo {  background-position: 0 55.17%;  background-size: 100%;}
.q1 {  background-position: 0 58.62%;  background-size: 100%;}
.q1a {  background-position: 0 62.07%;  background-size: 100%;}
.q1b {  background-position: 0 65.52%;  background-size: 100%;}
.q1c {  background-position: 0 68.97%;  background-size: 100%;}
.q2 {  background-position: 0 72.41%;  background-size: 100%;}
.q2a {  background-position: 0 75.86%;  background-size: 100%;}
.q2b {  background-position: 0 79.31%;  background-size: 100%;}
.q2c {  background-position: 0 82.76%;  background-size: 100%;}
.q3 {  background-position: 0 86.21%;  background-size: 100%;}
.q3a {  background-position: 0 89.66%;  background-size: 100%;}
.q3b {  background-position: 0 93.10%;  background-size: 100%;}
.q3c {  background-position: 0 96.55%;  background-size: 100%;}
.t1 {  background-position: 0 100.00%;  background-size: 100%;}

