
* {
    box-sizing: border-box;
}
html, body {
    padding: 0;
    margin : 0;
    height : 100dvh;
}
.nt-wrapper {

width: 300px;
height: 250px;
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: #006eb3;
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: 10%;
 }

 .bounds{
    width: 500%;
    left : -200%;
}

.gallery {
    /*background-color: #ff000066;*/
    width: 300%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    pointer-events: all;
}

.card {
    width: 100%;
    height : 100%;
    position: relative;
}

.hs-arrow{
    top:45%;
    width:20%;
    height: 10%;
    display: block;
}

.hs-right{
    left:auto;
    right:0%;
    transform:none;
}
.hs-left{
   left:0%;
   transform:none;
   
}

.arr1 { 
    background: url('images/arr1.png') no-repeat center center;
    background-size: contain; 
    opacity:0;
}
.arr2 { 
    background: url('images/arr2.png') no-repeat center center;
    background-size: contain;
}
.img1 { 
    background: url('images/img1.png') no-repeat center center;
    background-size: contain;
}
.img2 { 
    background: url('images/img2.png') no-repeat center center;
    background-size: contain;
}
.img3 { 
    background: url('images/img3.png') no-repeat center center;
    background-size: contain;
}
.social-layout { 
    background: url('images/social_layout.png') no-repeat center center;
    background-size: contain;
}