
* {
    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: #ffffff;
    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-color{
    /* background-color: #ff000090; */
    aspect-ratio: 1/1;
    width:8%;
    top:71.5%;
    height: auto;
}
.hs-maroon{
    left:35%;
}
.hs-navy{
    left:45%;
}
.hs-cyan{
    left:55%;
}
.hs-gold{
    left:65%;
}
 .bg { 
    background: url('images/bg.png') no-repeat center center;
    background-size: contain;
}
.brush-empty { 
    background: url('images/brush-empty.png') no-repeat center center;
    background-size: contain;
}
.brush-navy { 
    background: url('images/brush-navy.png') no-repeat center center;
    background-size: contain;
}
.brush-cyan { 
    background: url('images/brush-cyan.png') no-repeat center center;
    background-size: contain;
}
.brush-gold { 
    background: url('images/brush-gold.png') no-repeat center center;
    background-size: contain;
}
.brush-maroon { 
    background: url('images/brush-maroon.png') no-repeat center center;
    background-size: contain;
}
.canvas-cyan { 
    background: url('images/canvas-cyan.png') no-repeat center center;
    background-size: contain;
}
.canvas-gold { 
    background: url('images/canvas-gold.png') no-repeat center center;
    background-size: contain;
}
.canvas-maroon { 
    background: url('images/canvas-maroon.png') no-repeat center center;
    background-size: contain;
}
.canvas-navy { 
    background: url('images/canvas-navy.png') no-repeat center center;
    background-size: contain;
}
.canvas0 { 
    background: url('images/canvas0.png') no-repeat center center;
    background-size: contain;
}
.cta { 
    background: url('images/cta.png') no-repeat center center;
    background-size: contain;
}
.endtxt { 
    background: url('images/endtxt.png') no-repeat center center;
    background-size: contain;
}
.gamecopy { 
    background: url('images/gamecopy.png') no-repeat center center;
    background-size: contain;
}
.introcopy { 
    background: url('images/introcopy.png') no-repeat center center;
    background-size: contain;
}
.introimg1 { 
    background: url('images/introimg1.png') no-repeat center center;
    background-size: contain;
}
.introimg2 { 
    background: url('images/introimg2.png') no-repeat center center;
    background-size: contain;
}
.introimg3 { 
    background: url('images/introimg3.png') no-repeat center center;
    background-size: contain;
}
.logo { 
    background: url('images/logo.png') no-repeat center center;
    background-size: contain;
}
.endimg { 
    background: url('images/endimg.png') no-repeat center center;
    background-size: contain;
}
.pick { 
    background: url('images/pick.png') no-repeat center center;
    background-size: contain;
}
.select-cyan { 
    background: url('images/select-cyan.png') no-repeat center center;
    background-size: contain;
}
.select-gold { 
    background: url('images/select-gold.png') no-repeat center center;
    background-size: contain;
}
.taptxt { 
    background: url('images/taptxt.png') no-repeat center center;
    background-size: contain;
}
.tapimg { 
    background: url('images/tapimg.png') no-repeat center center;
    background-size: contain;
}
.select-maroon { 
    background: url('images/select-maroon.png') no-repeat center center;
    background-size: contain;
}
.select-navy { 
    background: url('images/select-navy.png') no-repeat center center;
    background-size: contain;
}
.gamec{
    opacity:0;
}
.color-brush{
    opacity:0;
}

