
* {
    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-bgclick{
   height: 13.5%;
   bottom: 0;
 }
.arr-hs{
    top: 45%;
    width: 20%;
    height: 17%;
    display: block;
    pointer-events: auto;
}

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



.peel-cont {
    height: 88.3%;
    bottom : 13.5%;
    overflow: hidden;
}


.peel {
    width: 21%;
    height: 27.8%;
    bottom: 0.3%;
}
.peel-1 {
    right: 0;
    background: url('images/peel.png') no-repeat bottom right / contain;
}

.peel-2 {
    /* left: 0.5%; */
    background: url('images/peel2.png') no-repeat bottom left / contain;
    /* border : 1px solid; */
}



.content-1,.content {
    width: 100%;
    height: 100%;
    overflow: hidden;

    /*clip-path: polygon(100% 77% , 100% 67%, 100% 100%, 85% 100%);*/
    /*clip-path: polygon( 100% 67%, 100% 67%, 100% 87.75%, 88% 87.75%);*/

    /*clip-path: polygon(100% 62%, 80% 100%, 100% 100%);*/
    outline: none;
    /* pointer-events: all; */

}

.btn-1 {
    width: 100%;
    height : 100%;
    /*background-color: #33ff3366; */
    pointer-events: auto;

}



.content { 
    background: url('images/content.jpg') no-repeat center center;
    background-size: contain;
    /*clip-path: polygon(100% 79% , 100% 67%, 100% 100%, 87.5% 100%)*/
    clip-path: polygon( 0% 67%, 0% 63%, 12.2% 86.4%, 0% 86.4% );
}
.bg1 { 
    background: url('images/bg1.png') no-repeat center center;
    background-size: contain;
}
.bg2 { 
    background: url('images/bg2.png') no-repeat center center;
    background-size: contain;
}

.intro-cta { 
    background: url('images/intro-cta.png') no-repeat center center;
    background-size: contain;
}
.intro-img { 
    background: url('images/intro-img.png') no-repeat center center;
    background-size: contain;
}

.intro-t1 { 
    background: url('images/intro-t1.png') no-repeat center center;
    background-size: contain;
}
.intro-t2 { 
    background: url('images/intro-t2.png') no-repeat center center;
    background-size: contain;
}


.cta { 
    background: url('images/cta.png') no-repeat center center;
    background-size: contain;
}
.logo { 
    background: url('images/logo.png') no-repeat center center;
    background-size: contain;
}
.logo2 { 
    background: url('images/logo2.png') no-repeat center center;
    background-size: contain;
}
.t1 { 
    background: url('images/t1.png') no-repeat center center;
    background-size: contain;
}
.t2 { 
    background: url('images/t2.png') no-repeat center center;
    background-size: contain;
}
.desc1 { 
    background: url('images/desc1.png') no-repeat center center;
    background-size: contain;
}
.desc2 { 
    background: url('images/desc2.png') no-repeat center center;
    background-size: contain;
}
.desc3 { 
    background: url('images/desc3.png') no-repeat center center;
    background-size: contain;
}
.desc4 { 
    background: url('images/desc4.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;
}
.img4 { 
    background: url('images/img4.png') no-repeat center center;
    background-size: contain;
}
.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;
}