* {
    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: #000000;
    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: 2%;
   bottom:0%;
}

.hs-card{
    height:83%;
    width:85%;
    top:4.5%;
}
.hs-switch{
     /* background-color: #ff000050; */
    height:12%;
    width:70%;
    bottom:0%;
}
.hs-cta{
    height:10%;
    width:70%;
    bottom:8%;
}
.bounds{
    width: 700%; 
    left : -300%;
}
.ind{
    opacity:0;
}


.switchcontainer{
    display:none;
}



.gallery {
    /*background-color: #ff000066; */
    width: 400%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    pointer-events: all;
}
.card {
    width: 100%;
    height : 100%;
    position: relative;
    perspective: 100vh;
    pointer-events: all;
}
.cardcont{
    transform-style: preserve-3d;
    transform:rotate3d(0,0,0,0deg) translateZ(-5vh);
}

.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,.c1copy,.c1girl,.c1pink,.c2card,.c2hand,
.c3card,.c3hand,.c4card,.c4hand,.call,.cta,
.ind1,.ind1a,.ind2,.ind2a,.ind3,.ind3a,
.ind4,.ind4a,.legal,.logo,.switch,.switchbackground
{ max-width: 100%; background-size: 100%; background-image: url('images/sprite.png'); }

.bg {  background-position: 0 0.00%;  background-size: 100%;}
.c1copy {  background-position: 0 4.35%;  background-size: 100%;}
.c1girl {  background-position: 0 8.70%;  background-size: 100%;}
.c1pink {  background-position: 0 13.04%;  background-size: 100%;}
.c2card {  background-position: 0 17.39%;  background-size: 100%;}
.c2hand {  background-position: 0 21.74%;  background-size: 100%;}
.c3card {  background-position: 0 26.09%;  background-size: 100%;}
.c3hand {  background-position: 0 30.43%;  background-size: 100%;}
.c4card {  background-position: 0 34.78%;  background-size: 100%;}
.c4hand {  background-position: 0 39.13%;  background-size: 100%;}
.call {  background-position: 0 43.48%;  background-size: 100%;}
.cta {  background-position: 0 47.83%;  background-size: 100%;}
.ind1 {  background-position: 0 52.17%;  background-size: 100%;}
.ind1a {  background-position: 0 56.52%;  background-size: 100%;}
.ind2 {  background-position: 0 60.87%;  background-size: 100%;}
.ind2a {  background-position: 0 65.22%;  background-size: 100%;}
.ind3 {  background-position: 0 69.57%;  background-size: 100%;}
.ind3a {  background-position: 0 73.91%;  background-size: 100%;}
.ind4 {  background-position: 0 78.26%;  background-size: 100%;}
.ind4a {  background-position: 0 82.61%;  background-size: 100%;}
.legal {  background-position: 0 86.96%;  background-size: 100%;}
.logo {  background-position: 0 91.30%;  background-size: 100%;}
.switch {  background-position: 0 95.65%;  background-size: 100%;}
.switchbackground {  background-position: 0 100.00%;  background-size: 100%;}



.c2hand{
     transform: translateZ(6vh);
}
.c3hand{
     transform: translateZ(6vh);
}
.c4hand{
     transform: translateZ(6vh);
}
.c1girl{
     transform: translateZ(7vh);
}
.call{
     transform: translateZ(3vh);
}