
* {
    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: #EDEAE6;
    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-bgclick{
   height: 100%;
 }


.arr-hs{
    top: 59%;
    width: 31%;
    height: 17%;
    display: block;
    pointer-events: auto;
}

.arr-hs-2{
    left:auto;
    right: 0;
    transform:none;
}
.arr-hs-1{
   left: 0;
   transform:none;
}

.hs-btn1{
    width: 20%;
    height: 4%;
    top: 46%;
    left: 40%;
    /*background-color: #ff000090;*/
}
.hs-btn2{
    width: 20%;
    height: 4%;
    top: 46%;
    left: 60%;
    /*background-color: #ff000090;*/
}

.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;
}
.bg { 
    background: url('images/bg.png') no-repeat center center;
    background-size: contain;
}
.btn1 { 
    background: url('images/btn1.png') no-repeat center center;
    background-size: contain;
}
.btn1a { 
    background: url('images/btn1a.png') no-repeat center center;
    background-size: contain;
}
.btn2 { 
    background: url('images/btn2.png') no-repeat center center;
    background-size: contain;
}
.btn2a { 
    background: url('images/btn2a.png') no-repeat center center;
    background-size: contain;
}
.cta { 
    background: url('images/cta.png') no-repeat center center;
    background-size: contain;
}
.hand1 { 
    background: url('images/hand1.png') no-repeat center center;
    background-size: contain;
}
.hand2 { 
    background: url('images/hand2.png') no-repeat center center;
    background-size: contain;
}
.imgm1 { 
    background: url('images/imgm1.png') no-repeat center center;
    background-size: contain;
}
.imgm2 { 
    background: url('images/imgm2.png') no-repeat center center;
    background-size: contain;
}
.imgm3 { 
    background: url('images/imgm3.png') no-repeat center center;
    background-size: contain;
}
.img1 { 
    background: url('images/imgw1.png') no-repeat center center;
    background-size: contain;
}
.img2 { 
    background: url('images/imgw2.png') no-repeat center center;
    background-size: contain;
}
.img3 { 
    background: url('images/imgw3.png') no-repeat center center;
    background-size: contain;
}
.logo { 
    background: url('images/logo.png') no-repeat center center;
    background-size: contain;
}
.t1 { 
    background: url('images/t1.png') no-repeat center center;
    background-size: contain;
}

.gallery{
    /*clip-path: inset(46% 0 19% 0);*/
}


.video-container{
    aspect-ratio: 100/56.3;
    top:13%;
    height: 22%;
    width:auto;
    left:50%;
    transform: translateX(-50%);
}
video{
    pointer-events: all !important;
}

