
* {
    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: 74%;
 }
 .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%);*/
}


.bg,.boo,.card1,.card2,.card3,.card4,
.cardtxt1,.cardtxt2,.cardtxt3,.cardtxt4,.copy1,.copy2,
.copya,.copye,.cover,.cta,.endcopy1,.endcopy2,
.endcopy3,.handl,.handr,.like,.logo
{ max-width: 100%; background-size: 100%; background-image: url('images/sprite.png'); }

.bg {  background-position: 0 0.00%;  background-size: 100%;}
.boo {  background-position: 0 4.55%;  background-size: 100%;z-index: 101;}
.card1 {  background-position: 0 9.09%;  background-size: 100%;}
.card2 {  background-position: 0 13.64%;  background-size: 100%;}
.card3 {  background-position: 0 18.18%;  background-size: 100%;}
.card4 {  background-position: 0 22.73%;  background-size: 100%;}
.cardtxt1 {  background-position: 0 27.27%;  background-size: 100%;}
.cardtxt2 {  background-position: 0 31.82%;  background-size: 100%;}
.cardtxt3 {  background-position: 0 36.36%;  background-size: 100%;}
.cardtxt4 {  background-position: 0 40.91%;  background-size: 100%;}
.copy1 {  background-position: 0 45.45%;  background-size: 100%;}
.copy2 {  background-position: 0 50.00%;  background-size: 100%;}
.copya {  background-position: 0 54.55%;  background-size: 100%;}
.copye {  background-position: 0 59.09%;  background-size: 100%;}
.cover {  background-position: 0 63.64%;  background-size: 100%;z-index: 100;}
.cta {  background-position: 0 68.18%;  background-size: 100%;}
.endcopy1 {  background-position: 0 72.73%;  background-size: 100%;}
.endcopy2 {  background-position: 0 77.27%;  background-size: 100%;}
.endcopy3 {  background-position: 0 81.82%;  background-size: 100%;}
.handl {  background-position: 0 86.36%;  background-size: 100%;z-index: 101;}
.handr {  background-position: 0 90.91%;  background-size: 100%;z-index: 101;}
.like {  background-position: 0 95.45%;  background-size: 100%;z-index: 101;}
.logo {  background-position: 0 100.00%;  background-size: 100%;}


.slot{
    aspect-ratio: 553/646;
    visibility: hidden;
    height: auto;
}

.oneslot{
    width: 74%;
    left: 12%;
    top: 41%;
}

.twoslot{
    width: 50%;
}

.twoslot1{
    top: 40%;
    left: 6%;
}
.twoslot2{
    top: 57%;
    left: 41%;
}

.threeslot{
    width: 40%;
}

.threeslot1{
    top: 38%;
    left: 11%;
}
.threeslot2{
    top: 49%;
    left: 49%;
}
.threeslot3{
    top: 62%;
    left: 17%;
}


.fourslot{
   width: 44%;
}
.fourslot1{
    top:36%;
    left:10%;
}
.fourslot2{
    top: 40%;
    left: 49%;
}
.fourslot3{
    top:54%;
    left: 9%;
}
.fourslot4{
    top: 58%;
    left: 46%;
}


.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;
}


