
* {
    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:81%;
 }
 .hs-fail{
    left:39%;
 }
 .hs-pass{
    left:61%;
 }
 .card {
    pointer-events: auto;
    /* background-color: #ff000090; */
    clip-path: inset(49% 0% 16% 0%)
}
.bg { 
    background: url('images/bg.png') no-repeat center center;
    background-size: contain;
}
.card1-d { 
    background: url('images/card1-d.png') no-repeat center center;
    background-size: contain;
}
.card1-l { 
    background: url('images/card1-l.png') no-repeat center center;
    background-size: contain;
}
.card1 { 
    background: url('images/card1.png') no-repeat center center;
    background-size: contain;
}
.card2-d { 
    background: url('images/card2-d.png') no-repeat center center;
    background-size: contain;
}
.card2-l { 
    background: url('images/card2-l.png') no-repeat center center;
    background-size: contain;
}
.card2 { 
    background: url('images/card2.png') no-repeat center center;
    background-size: contain;
}
.card3-d { 
    background: url('images/card3-d.png') no-repeat center center;
    background-size: contain;
}
.card3-l { 
    background: url('images/card3-l.png') no-repeat center center;
    background-size: contain;
}
.card3 { 
    background: url('images/card3.png') no-repeat center center;
    background-size: contain;
}
.card4-d { 
    background: url('images/card4-d.png') no-repeat center center;
    background-size: contain;
}
.card4-l { 
    background: url('images/card4-l.png') no-repeat center center;
    background-size: contain;
}
.card4 { 
    background: url('images/card4.png') no-repeat center center;
    background-size: contain;
}
.card5-d { 
    background: url('images/card5-d.png') no-repeat center center;
    background-size: contain;
}
.card5-l { 
    background: url('images/card5-l.png') no-repeat center center;
    background-size: contain;
}
.card5 { 
    background: url('images/card5.png') no-repeat center center;
    background-size: contain;
}
.dislike { 
    background: url('images/dislike.png') no-repeat center center;
    background-size: contain;
}
.endcopy1 { 
    background: url('images/endcopy1.png') no-repeat center center;
    background-size: contain;
}
.endcopy2 { 
    background: url('images/endcopy2.png') no-repeat center center;
    background-size: contain;
}
.endcta { 
    background: url('images/endcta.png') no-repeat center center;
    background-size: contain;
}
.endimage { 
    background: url('images/endimage.png') no-repeat center center;
    background-size: contain;
}
.gamebasket { 
    background: url('images/gamebasket.png') no-repeat center center;
    background-size: contain;
}
.gamecopy { 
    background: url('images/gamecopy.png') no-repeat center center;
    background-size: contain;
}
.gamecta { 
    background: url('images/gamecta.png') no-repeat center center;
    background-size: contain;
}
.gamedimmer { 
    background: url('images/gamedimmer.png') no-repeat center center;
    background-size: contain;
}
.introcopy1 { 
    background: url('images/introcopy1.png') no-repeat center center;
    background-size: contain;
}
.introcopy2 { 
    background: url('images/introcopy2.png') no-repeat center center;
    background-size: contain;
}
.introcta { 
    background: url('images/introcta.png') no-repeat center center;
    background-size: contain;
}
.introimg { 
    background: url('images/introimg.png') no-repeat center center;
    background-size: contain;
}
.lhand { 
    background: url('images/lhand.png') no-repeat center center;
    background-size: contain;
}
.like { 
    background: url('images/like.png') no-repeat center center;
    background-size: contain;
}
.logo { 
    background: url('images/logo.png') no-repeat center center;
    background-size: contain;
}
.ltxt { 
    background: url('images/ltxt.png') no-repeat center center;
    background-size: contain;
}
.rhand { 
    background: url('images/rhand.png') no-repeat center center;
    background-size: contain;
}
.rtxt { 
    background: url('images/rtxt.png') no-repeat center center;
    background-size: contain;
}

.cover{
    z-index: 6;
}

.ld{
    z-index: 7;
}
