
* {
    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-pp{
    /* background-color: #ff000090; */
    aspect-ratio: 1/1.5;
    width:15%;
    height: auto;
    bottom:16%;
}
.hs-p1{
    left:17%;
}
.hs-p2{
    left:37%;
}
.hs-p3{
    left:57%;
}
.hs-p4{
    left:77%;
}
 .bluebot { 
    background: url('images/bluebot.png') no-repeat center center;
    background-size: contain;
}
.introbot { 
    background: url('images/introbot.png') no-repeat center center;
    background-size: contain;
}
.introcopy { 
    background: url('images/introcopy.png') no-repeat center center;
    background-size: contain;
}
.introimg { 
    background: url('images/introimg.png') no-repeat center center;
    background-size: contain;
}
.logo { 
    background: url('images/logo.png') no-repeat center center;
    background-size: contain;
}
.tapimg { 
    background: url('images/tapimg.png') no-repeat center center;
    background-size: contain;
}
.taptxt { 
    background: url('images/taptxt.png') no-repeat center center;
    background-size: contain;
}



.cta { 
    background: url('images/cta.png') no-repeat center center;
    background-size: contain;
}
.gamebotblue { 
    background: url('images/gamebotblue.png') no-repeat center center;
    background-size: contain;
}
.i0 { 
    background: url('images/i0.png') no-repeat center center;
    background-size: contain;
}
.i1 { 
    background: url('images/i1.png') no-repeat center center;
    background-size: contain;
}
.i2 { 
    background: url('images/i2.png') no-repeat center center;
    background-size: contain;
}
.i3 { 
    background: url('images/i3.png') no-repeat center center;
    background-size: contain;
}
.i4 { 
    background: url('images/i4.png') no-repeat center center;
    background-size: contain;
}
.p1 { 
    background: url('images/p1.png') no-repeat center center;
    background-size: contain;
}
.p2 { 
    background: url('images/p2.png') no-repeat center center;
    background-size: contain;
}
.p3 { 
    background: url('images/p3.png') no-repeat center center;
    background-size: contain;
}
.p4 { 
    background: url('images/p4.png') no-repeat center center;
    background-size: contain;
}
.topblue { 
    background: url('images/topblue.png') no-repeat center center;
    background-size: contain;
}

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

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

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