
* {
    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: #f7b500;
    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: 100%;
 }

.b-ball { 
    background: url('images/b-ball.png') no-repeat center center;
    background-size: contain;
}
.b-desc { 
    background: url('images/b-desc.png') no-repeat center center;
    background-size: contain;
}
.b-title { 
    background: url('images/b-title.png') no-repeat center center;
    background-size: contain;
}
.cta { 
    background: url('images/cta.png') no-repeat center center;
    background-size: contain;
}
.img { 
    background: url('images/img.png') no-repeat center center;
    background-size: contain;
}
.line { 
    background: url('images/line.png') no-repeat center center;
    background-size: contain;
}
.logo { 
    background: url('images/logo.png') no-repeat center center;
    background-size: contain;
}
.o-ball { 
    background: url('images/o-ball.png') no-repeat center center;
    background-size: contain;
}
.o-desc { 
    background: url('images/o-desc.png') no-repeat center center;
    background-size: contain;
}
.o-title { 
    background: url('images/o-title.png') no-repeat center center;
    background-size: contain;
}
.p-ball { 
    background: url('images/p-ball.png') no-repeat center center;
    background-size: contain;
}
.p-desc { 
    background: url('images/p-desc.png') no-repeat center center;
    background-size: contain;
}
.p-title { 
    background: url('images/p-title.png') no-repeat center center;
    background-size: contain;
}
.r-ball { 
    background: url('images/r-ball.png') no-repeat center center;
    background-size: contain;
}
.r-desc { 
    background: url('images/r-desc.png') no-repeat center center;
    background-size: contain;
}
.r-title { 
    background: url('images/r-title.png') no-repeat center center;
    background-size: contain;
}
.spintoview { 
    background: url('images/spintoview.png') no-repeat center center;
    background-size: contain;
}
.warning {
    background: url('images/warning.png') no-repeat center center;
    background-size: contain;
}
.wiggy { 
    aspect-ratio: 1 / 1;
    width: 116%;
    height: auto;
    top: 63%;
    left: -8.5%;
    /* transform: translateX(-50%); */
    pointer-events: all;
}

.y-wiggy{
    background: url('images/y-wiggy.png') no-repeat center center;
    background-size: contain;
}
.p-wiggy{
    background: url('images/p-wiggy.png') no-repeat center center;
    background-size: contain;
}
.b-wiggy{
    background: url('images/b-wiggy.png') no-repeat center center;
    background-size: contain;
}
.r-wiggy{
    background: url('images/r-wiggy.png') no-repeat center center;
    background-size: contain;
}
.o-wiggy{
    background: url('images/o-wiggy.png') no-repeat center center;
    background-size: contain;
}

.y-ball { 
    background: url('images/y-ball.png') no-repeat center center;
    background-size: contain;
}
.y-desc { 
    background: url('images/y-desc.png') no-repeat center center;
    background-size: contain;
}
.y-title { 
    background: url('images/y-title.png') no-repeat center center;
    background-size: contain;
}