@import url('https://fonts.cdnfonts.com/css/helvetica-neue-55');
* {
    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-arr{
    aspect-ratio: 1/1.5;
    width:20%;
    height: auto;
    top:58%;
 }
.hs-leftarr{
    left:10%;
}
.hs-rightarr{
    left:90%;
}


.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;
}
.art-0 { 
    background: url('images/art-0.png') no-repeat center center;
    background-size: contain;
}
.art-1 { 
    background: url('images/art-1.png') no-repeat center center;
    background-size: contain;
}
.art-2 { 
    background: url('images/art-2.png') no-repeat center center;
    background-size: contain;
}
.bg-0 { 
    background: url('images/bg-0.png') no-repeat center center;
    background-size: contain;
}
.bg-1 { 
    background: url('images/bg-1.png') no-repeat center center;
    background-size: contain;
}
.bg-2 { 
    background: url('images/bg-2.png') no-repeat center center;
    background-size: contain;
}
.copy-0 { 
    background: url('images/copy-0.png') no-repeat center center;
    background-size: contain;
}
.copy-1 { 
    background: url('images/copy-1.png') no-repeat center center;
    background-size: contain;
}
.copy-2 { 
    background: url('images/copy-2.png') no-repeat center center;
    background-size: contain;
}
.countbg-0 { 
    background: url('images/countbg-0.png') no-repeat center center;
    background-size: contain;
}
.countbg-1 { 
    background: url('images/countbg-1.png') no-repeat center center;
    background-size: contain;
}
.countbg-2 { 
    background: url('images/countbg-1.png') no-repeat center center;
    background-size: contain;
}
.cta-0 { 
    background: url('images/cta-0.png') no-repeat center center;
    background-size: contain;
}
.cta-1 { 
    background: url('images/cta-1.png') no-repeat center center;
    background-size: contain;
}
.cta-2 { 
    background: url('images/cta-2.png') no-repeat center center;
    background-size: contain;
}
.img1-0 { 
    background: url('images/img1-0.png') no-repeat center center;
    background-size: contain;
}
.img1-1 { 
    background: url('images/img1-1.png') no-repeat center center;
    background-size: contain;
}
.img1-2 { 
    background: url('images/img1-2.png') no-repeat center center;
    background-size: contain;
}
.img2-0 { 
    background: url('images/img2-0.png') no-repeat center center;
    background-size: contain;
}
.img2-1 { 
    background: url('images/img2-1.png') no-repeat center center;
    background-size: contain;
}
.img2-2 { 
    background: url('images/img2-2.png') no-repeat center center;
    background-size: contain;
}
.logo-0 { 
    background: url('images/logo-0.png') no-repeat center center;
    background-size: contain;
}
.logo-1 { 
    background: url('images/logo-1.png') no-repeat center center;
    background-size: contain;
}
.logo-2 { 
    background: url('images/logo-2.png') no-repeat center center;
    background-size: contain;
}

.countdowntxt{
    aspect-ratio: 118/159;
    /* background-color: #ff000050; */
    width:15%;
    height: auto;
    font-family: 'Helvetica Neue', sans-serif;                                 
    font-weight: 600;
    font-size: 30px;
    font-style: normal;
    color:#000;
    left:50%;
    text-align: center;
    transform: translateX(-50%);
    top:22%;
    transform: translateY(-50%);
}

.days{
    left:13.5%;
    /* top:76.5% */
}
.hours{
    left:33%;
    /* top:76.5% */
}
.mins{
    left:52.5%;
    /* top:76.5% */
}
.secs{
    left:72%;
    /* top:76.5% */
}


.gallery{
    /* background-color: #ff000050; */
    clip-path: inset(47% 0% 11% 0%)
}