

* {
    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-bgclick {
    /*background-color: blue; */
}

.intro {
    width: 100%;
    height: 100%;
}

.hs{
    pointer-events: auto;
}
.hs-start{
    width: 100%;
    height: 100%;
    /*background-color: #ff000090;*/
}

.card {
    /*width :94%;*/
    height : 100%;
    left : 50%;
    transform : translateX(-50%);
    pointer-events: auto;
    opacity: 0;
}

.add { 
    background: url('images/add.png') no-repeat center center;
    background-size: contain;
}
.bg-end { 
    background: url('images/bg-end.jpg') no-repeat center center;
    background-size: contain;
}
.bg-end2 { 
    background: url('images/bg-end2.png') no-repeat center center;
    background-size: contain;
}
.bg { 
    background: url('images/bg.jpg') 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;
}
.card6 { 
    background: url('images/card6.png') no-repeat center center;
    background-size: contain;
}
.card7 { 
    background: url('images/card7.png') no-repeat center center;
    background-size: contain;
}
.card8 { 
    background: url('images/card8.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;
}
.end-t1 { 
    background: url('images/end-t1.png') no-repeat center center;
    background-size: contain;
}
.end-t2 { 
    background: url('images/end-t2.png') no-repeat center center;
    background-size: contain;
}
.intro-t1 { 
    background: url('images/intro-t1.png') no-repeat center center;
    background-size: contain;
}
.intro-img { 
    background: url('images/intro-img.png') no-repeat center center;
    background-size: contain;
}
.leave { 
    background: url('images/leave.png') no-repeat center center;
    background-size: contain;
}
.logo { 
    background: url('images/logo.png') no-repeat center center;
    background-size: contain;
}
.prod1-x { 
    background: url('images/prod1-x.png') no-repeat center center;
    background-size: contain;
}
.prod1-y { 
    background: url('images/prod1-y.png') no-repeat center center;
    background-size: contain;
}
.prod2-x { 
    background: url('images/prod2-x.png') no-repeat center center;
    background-size: contain;
}
.prod2-y { 
    background: url('images/prod2-y.png') no-repeat center center;
    background-size: contain;
}
.prod3-x { 
    background: url('images/prod3-x.png') no-repeat center center;
    background-size: contain;
}
.prod3-y { 
    background: url('images/prod3-y.png') no-repeat center center;
    background-size: contain;
}
.prod4-x { 
    background: url('images/prod4-x.png') no-repeat center center;
    background-size: contain;
}
.prod4-y { 
    background: url('images/prod4-y.png') no-repeat center center;
    background-size: contain;
}
.prod5-x { 
    background: url('images/prod5-x.png') no-repeat center center;
    background-size: contain;
}
.prod5-y { 
    background: url('images/prod5-y.png') no-repeat center center;
    background-size: contain;
}
.prod6-x { 
    background: url('images/prod6-x.png') no-repeat center center;
    background-size: contain;
}
.prod6-y { 
    background: url('images/prod6-y.png') no-repeat center center;
    background-size: contain;
}
.prod7-x { 
    background: url('images/prod7-x.png') no-repeat center center;
    background-size: contain;
}
.prod7-y { 
    background: url('images/prod7-y.png') no-repeat center center;
    background-size: contain;
}
.prod8-x { 
    background: url('images/prod8-x.png') no-repeat center center;
    background-size: contain;
}
.prod8-y { 
    background: url('images/prod8-y.png') no-repeat center center;
    background-size: contain;
}
.square { 
    background: url('images/square.png') no-repeat center center;
    background-size: contain;
}
.t2 { 
    background: url('images/t2.png') no-repeat center center;
    background-size: contain;
}
.t3 { 
    background: url('images/t3.png') no-repeat center center;
    background-size: contain;
}
.end-img { 
    background: url('images/end-img.png') no-repeat center center;
    background-size: contain;
}



.prod{
    top: -7%;
}