
* {
    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: #d92d27;
    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-tag{
    /* background-color: #ff000090; */
    aspect-ratio: 1/1;
    width: 21%;
    height: auto;
    top: 78%;
 }
 .hs-fail{
    left: 38%;
 }
 .hs-cal{
    /* background-color: #ff000090; */
    aspect-ratio: 5/1;
    width:50%;
    height: auto;
    bottom:14%;
 }
 .hs-pass{
    left: 61%;
 }
.hs-cta{
    height: 11%;
    bottom: 0;
}

 .card {
    pointer-events: auto;
    /* background-color: #ff000090; */
    /*clip-path: inset(25% 0% 25% 0%);*/
}


.boo,.card1,.card2,.card3,.card4,.card5,
.copy1,.copy2,.copy3,.cover,.cta,.fail,
.handl,.handr,.like,.logo,.pass
{ max-width: 100%; background-size: 100%; background-image: url('images/sprite.png'); }

.boo {  background-position: 0 0.00%;  background-size: 100%;z-index: 101;}
.card1 {  background-position: 0 6.25%;  background-size: 100%;}
.card2 {  background-position: 0 12.50%;  background-size: 100%;}
.card3 {  background-position: 0 18.75%;  background-size: 100%;}
.card4 {  background-position: 0 25.00%;  background-size: 100%;}
.card5 {  background-position: 0 31.25%;  background-size: 100%;}
.copy1 {  background-position: 0 37.50%;  background-size: 100%;}
.copy2 {  background-position: 0 43.75%;  background-size: 100%;}
.copy3 {  background-position: 0 50.00%;  background-size: 100%;}
.cover {  background-position: 0 56.25%;  background-size: 100%;z-index: 100;}
.cta {  background-position: 0 62.50%;  background-size: 100%;}
.fail {  background-position: 0 68.75%;  background-size: 100%;}
.handl {  background-position: 0 75.00%;  background-size: 100%;z-index: 101;}
.handr {  background-position: 0 81.25%;  background-size: 100%;z-index: 101;}
.like {  background-position: 0 87.50%;  background-size: 100%;z-index: 101;}
.logo {  background-position: 0 93.75%;  background-size: 100%;}
.pass {  background-position: 0 100.00%;  background-size: 100%;}




.slot{
    aspect-ratio: 577/526;
    visibility: hidden;
    height: auto;
}

.oneslot{
    width: 80%;
    left: 10%;
    top: 29%;
}

.twoslot{
    width: 50%;
}
.twoslot1{
    top: 23%;
    left: 8%;
}
.twoslot2{
    top: 46%;
    left: 41%;
}

.threeslot{
    width: 50%;
}

.threeslot1{
    top: 22%;
    left: 7%;
}
.threeslot2{
    top: 27%;
    left: 43%;
}
.threeslot3{
    top: 50%;
    left: 27%;
}


.fourslot{
    width: 44%;
}
.fourslot1{
    top:24%;
    left:15%;
}
.fourslot2{
    top: 26%;
    left: 49%;
}
.fourslot3{
    top:51%;
    left: 9%;
}
.fourslot4{
    top: 48%;
    left: 46%;
}


.fiveslot{
    width: 40%;
}

.fiveslot1{
    top:24%;
    left:12%;
}

.fiveslot2{
    top: 26%;
    left: 50%;
}

.fiveslot3{
    top:41%;
    left: 8%;
}

.fiveslot4{
    top: 43%;
    left: 48%;
}

.fiveslot5{
    top: 58%;
    left: 30%;
}

.select1 { 
    background: url('images/select1.png') no-repeat center center;
    background-size: cover;
}
.select2 { 
    background: url('images/select2.png') no-repeat center center;
    background-size: cover;
}
.select3 { 
    background: url('images/select3.png') no-repeat center center;
    background-size: cover;
}
.select4 {
    background: url('images/select4.png') no-repeat center center;
    background-size: cover;
}
.select5 {
    background: url('images/select5.png') no-repeat center center;
    background-size: cover;
}

