
* {
    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: #1d1458;
    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%);*/
}
.bg { 
    background: url('images/bg.png') no-repeat center center;
    background-size: contain;
}
.logo { 
    background: url('images/logo.png') no-repeat center center;
    background-size: contain;
}
.boo { 
    background: url('images/boo.png') no-repeat center center;
    background-size: contain;
}

.card1 { 
    background: url('images/card1.png') no-repeat center center;
    background-size: contain;
}
.card2 { 
    background: url('images/card2.png') no-repeat center center;
    background-size: contain;
}
.card3 { 
    background: url('images/card3.png') no-repeat center center;
    background-size: contain;
}
.card4 { 
    background: url('images/card4.png') no-repeat center center;
    background-size: contain;
}
.copy { 
    background: url('images/copy.png') no-repeat center center;
    background-size: contain;
}
.cover { 
    background: url('images/cover.png') no-repeat center center;
    background-size: contain;
    z-index: 100;
}
.cta { 
    background: url('images/cta.png') no-repeat center center;
    background-size: contain;
}
.fail { 
    background: url('images/fail.png') no-repeat center center;
    background-size: contain;
}

.handl { 
    background: url('images/handl.png') no-repeat center center;
    background-size: contain;
    z-index: 101;
}
.handr { 
    background: url('images/handr.png') no-repeat center center;
    background-size: contain;
    z-index: 102;
}
.like { 
    background: url('images/like.png') no-repeat center center;
    background-size: contain;
}
.pass { 
    background: url('images/pass.png') no-repeat center center;
    background-size: contain;
}
.endcopy { 
    background: url('images/endcopy.png') no-repeat center center;
    background-size: contain;
}

.slot{
    aspect-ratio: 413/550;
    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%;
}

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

.end1 { 
    background: url('images/end1.png') no-repeat center center;
    background-size: cover;
}
.end2 { 
    background: url('images/end2.png') no-repeat center center;
    background-size: cover;
}
.end3 { 
    background: url('images/end3.png') no-repeat center center;
    background-size: cover;
}
