
* {
    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-arr{
    aspect-ratio: 1/1.5;
    width:20%;
    height: auto;
    top:50%;
 }
.hs-leftarr{
    left:10%;
}
.hs-rightarr{
    left:90%;
}

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

.gallery{
    /* background-color: #ff000050; */
    clip-path: inset(16% 0% 11% 0%)
}

.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 */

.arr1,.arr2,.cta,.endcopy1,.endcopy2,.gamecopy,
.gamescorebg,.gametree,.img1,.img2,.img3,.img4,
.img5,.img6,.img7,.img8,.img9,.img10,
.introbg,.introcopy1,.introcopy2,.introcopy3,.introcta,.logo
{ 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 4.35%;  background-size: 100%;}
.cta {  background-position: 0 8.70%;  background-size: 100%;}
.endcopy1 {  background-position: 0 13.04%;  background-size: 100%;}
.endcopy2 {  background-position: 0 17.39%;  background-size: 100%;}
.gamecopy {  background-position: 0 21.74%;  background-size: 100%;}
.gamescorebg {  background-position: 0 26.09%;  background-size: 100%;}
.gametree {  background-position: 0 30.43%;  background-size: 100%;}
.img1 {  background-position: 0 34.78%;  background-size: 100%;}
.img2 {  background-position: 0 39.13%;  background-size: 100%;}
.img3 {  background-position: 0 43.48%;  background-size: 100%;}
.img4 {  background-position: 0 47.83%;  background-size: 100%;}
.img5 {  background-position: 0 52.17%;  background-size: 100%;}
.img6 {  background-position: 0 56.52%;  background-size: 100%;}
.img7 {  background-position: 0 60.87%;  background-size: 100%;}
.img8 {  background-position: 0 65.22%;  background-size: 100%;}
.img9 {  background-position: 0 69.57%;  background-size: 100%;}
.img10 {  background-position: 0 73.91%;  background-size: 100%;}
.introbg {  background-position: 0 78.26%;  background-size: 100%;}
.introcopy1 {  background-position: 0 82.61%;  background-size: 100%;}
.introcopy2 {  background-position: 0 86.96%;  background-size: 100%;}
.introcopy3 {  background-position: 0 91.30%;  background-size: 100%;}
.introcta {  background-position: 0 95.65%;  background-size: 100%;}
.logo {  background-position: 0 100.00%;  background-size: 100%;}


.introcopyc{
    clip-path: inset(10% 0% 1% 0%);
}
.img{
    pointer-events: all;
}
.gamescoretxt{
    font-family: Arial, Helvetica, sans-serif;
    color:#000000;
    font-size: 3vmax;
    top:23%;
    left:3%;
}