
* {
    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:13%;
    height: auto;
    top:75%;
 }
 .hs-fail{
    left:42%;
 }
 .hs-cal{
    /* background-color: #ff000090; */
    aspect-ratio: 5/1;
    width:50%;
    height: auto;
    bottom:14%;
 }
 .hs-pass{
    left:59%;
 }
 .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;
}
.boo { 
    background: url('images/boo.png') no-repeat center center;
    background-size: contain;
}
.cal { 
    background: url('images/cal.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;
}
.frametop { 
    background: url('images/frametop.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: 245/367;
    visibility: hidden;
    height: auto;
}

.oneslot{
    width: 57%;
    left: 23%;
    top: 30%;
}

.twoslot{
    width: 37%;
    top: 36%;
}
.twoslot1{
    left: 10%;
}
.twoslot2{
    left: 54%;
}

.threeslot{
    width: 30%;
}

.threeslot1{
    top:24%;
    left:15%;
}
.threeslot2{
    top:24%;
    left:54%;
}
.threeslot3{
    top:51%;
    left:34%;
}


.fourslot{
    width: 30%;
}

.fourslot1{
    top:24%;
    left:15%;
}
.fourslot2{
    top:24%;
    left:54%;
}
.fourslot3{
    top:51%;
    left:15%;
}
.fourslot4{
    top:51%;
    left:54%;
}

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


