
* {
    box-sizing: border-box;
}
html, body {
    padding: 0;
    margin : 0;
    height : 100dvh;
    overflow: hidden;
    overscroll-behavior: none;
}
.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: #ffffff;
position: absolute;
display: none;
}


.nt-ad-container * {
width: 100%;
height : 100%;
position:absolute;
pointer-events: none;
}

.clickthru {
    pointer-events: auto;
}

.border {
    border : 1px solid #000;
    z-index: 999;
    pointer-events: none;
}

.flex {
    width: auto;
    height : auto;
    left : 50%;
    top : 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.hs{
   /*background-color: #ff000090;*/
   pointer-events: all;
   width:100%;
   left:50%;
   transform: translateX(-50%);
}
.hs-bgclick{
    bottom:0%;
   height: 27%;
 }

.hs-arr1{
   top: 36%;
   left: 10%;
   width: 19%;
   height: 14%;
}
.hs-arr2{
   top: 36%;
   left: 90%;
   width: 19%;
   height: 14%;
}

.hs-start{
    width: 100%;
    height: 100%;
}
.hs-replay{
    width: 100%;
    height: 12%;
    bottom: 17%;
}


.bg { 
    background-color: #00DBC4;
}
.start { 
    background: url('images/start.png') no-repeat center center;
    background-size: contain;
}
.play { 
    background: url('images/play.png') no-repeat center center;
    background-size: contain;
}

.logo { 
    background: url('images/logo.png') no-repeat center center;
    background-size: contain;
}
.hand { 
    background: url('images/hand.png') no-repeat center center;
    background-size: contain;
}
.cta { 
    background: url('images/cta.png') no-repeat center center;
    background-size: contain;
}
.cta2 { 
    background: url('images/cta2.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;
}
.card5 { 
    background: url('images/card5.png') no-repeat center center;
    background-size: contain;
}
.arr1 { 
    background: url('images/arr1.png') no-repeat center center;
    background-size: contain;
}
.arr2 { 
    background: url('images/arr2.png') no-repeat center center;
    background-size: contain;
}
.intro-img1 { 
    background: url('images/intro-img1.png') no-repeat center center;
    background-size: contain;
}
.intro-img2 { 
    background: url('images/intro-img2.png') no-repeat center center;
    background-size: contain;
}

.bgtimer { 
    background: url('images/bgtimer.png') no-repeat center center;
    background-size: contain;
}
.bggame { 
    background: url('images/bggame.png') no-repeat center center;
    background-size: contain;
}
.bgscore { 
    background: url('images/bgscore.png') no-repeat center center;
    background-size: contain;
}
.score { 
    background: url('images/score.png') no-repeat center center;
    background-size: contain;
}
.replay { 
    background: url('images/replay.png') no-repeat center center;
    background-size: contain;
}
.t1 { 
    background: url('images/t1.png') no-repeat center center;
    background-size: contain;
}
.t2 { 
    background: url('images/t2.png') no-repeat center center;
    background-size: contain;
}
.footer { 
    background: url('images/footer.png') no-repeat center center;
    background-size: contain;
}


.scoreRec{
    position: absolute;
    width: 40%;
    height: 9%;
    bottom: 18%;
    left: 26.5%;
    background-color: #fff;
}
h1{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 1.5rem;
    top: 3.9%;
    left: 4%;
    position: absolute;
}
#time{
    left: 3%;
}
.bggame2{
    position: absolute;
    top: 23%;
    left: 5%;
    width: 90%;
    height: 48%;
    /*background-color: #252F3D;*/
    /*border-radius: 10px;*/
}

.candycontainer{
    position: absolute;
    aspect-ratio: 1/1;
    width:87%;
    height: auto;
    top:26.3%;
    left:7.5%; 
    /* transform: translate(-50% ,-50%); */
    overflow: hidden;
    pointer-events: all;
    z-index: 20;
}

img {
    position: absolute;
    pointer-events: all;
}

#gameBoard {
    z-index: 1;
    width:100%;
    height: auto;
    aspect-ratio: 1/1;
    table-layout: fixed;
    position: absolute;
    pointer-events: all;
}

#canvas {
    position: absolute;
    top:0%;
    left:0%;
    width:100%;
    height: auto;
    aspect-ratio: 1/1;
    opacity: 0.7;
    z-index: 10;
    pointer-events: auto;
}
.flexcandy{
    display: flex;
    justify-content:center;
    position:relative;
    pointer-events: none;
    /* z-index: 99999; */
    /* position: ; */
}