
* {
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin : 0;
    height : 100dvh;
}

.nt-wrapper {

    width: 100dvw;
    height: 100dvh;
    background-color: #0a0a0a;

    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: black;
    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;
}

.clickthru {
    pointer-events: auto;
}
.hs{
    pointer-events: auto;
    /*background-color: #ff000033;*/
}

.hs-cta{
    pointer-events: auto;
    height: 11%;
    bottom: 0;
}

.hs-check{
    width: 68%;
    height: 8%;
    bottom: 16%;
}
.hs-close{
    width: 16%;
    height: 8%;
    top: 14%;
    left: 72%;
}
.hs-btn1{
    width: 27%;
    height: 8%;
    bottom: 27%;
    left: 12%;
}
.hs-btn2{
    width: 22%;
    height: 8%;
    bottom: 27%;
    left: 39%;
}
.hs-btn3{
    width: 25%;
    height: 8%;
    bottom: 27%;
    left: 61%;
}
.hs-parr1{
    width: 17%;
    height: 14%;
    bottom: 39%;
    left: 12%;
}
.hs-parr2{
    width: 17%;
    height: 14%;
    bottom: 39%;
    left: 73%;
}
.border {
    border : 1px solid #000;
    z-index: 999;
    pointer-events: none;
}

/* .flex {
    width: auto;
    height : auto;
    overflow: hidden;
    border : 1px solid red;
} */


.flip-hs {

    top : 50%;
    transform: translateY(-50%);
    height : 76%;
    /* background-color: #ff000033; */
    pointer-events: all;
}

.logo {
    opacity: 0;
}

.img-bot {
    opacity: 0;
    backface-visibility: hidden;
    transform: rotateX(-180deg);
}

.img-top {
    opacity: 0;
    backface-visibility: hidden;
}

.flip-cont {
    perspective: 1000px;
    transform-style: preserve-3d;
    /* perspective: 800px; */
}

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

.img-bot-1 { 
    background: url('images/img1_bot.png') no-repeat center center;
    background-size: contain;
}
.img-top-1 { 
    background: url('images/img1_top.png') no-repeat center center;
    background-size: contain;
}

.img-bot-2 { 
    background: url('images/img2_bot.png') no-repeat center center;
    background-size: contain;
}
.img-top-2 { 
    background: url('images/img2_top.png') no-repeat center center;
    background-size: contain;
}





.shadow {
    background: url('images/shadow.png') no-repeat center center;
    background-size: contain;
    opacity : 1;
}
.shadow-cont {
    clip-path: polygon(0 0, 100% 0%, 100% 50%, 0 50%);
}


.img-bot-0 { 
    background: url('images/introimg_bot.png') no-repeat center center;
    background-size: contain;
    opacity: 1;

}
.img-top-0 { 
    background: url('images/introimg_top.png') no-repeat center center;
    background-size: contain;
    opacity: 1;
}

.img-back {
    background: url('images/introback_top.png') no-repeat center center;
    background-size: contain;
    opacity: 1;
}

.logo0 { 
    background: url('images/logo_intro.png') no-repeat center center;
    background-size: contain;
    opacity: 1;
}


.intro-copy1 {
    background: url('images/desc1-1.png') no-repeat center center;
    background-size: contain;
}
.intro-copy2 {
    background: url('images/desc1-2.png') no-repeat center center;
    background-size: contain;
}
.desc-1a {
    background: url('images/desc2-1.png') no-repeat center center;
    background-size: contain;
}
.desc-1b {
    background: url('images/desc2-2.png') no-repeat center center;
    background-size: contain;
}
.desc-2a {
    background: url('images/desc3-1.png') no-repeat center center;
    background-size: contain;
}
.desc-2b {
    background: url('images/desc3-2.png') no-repeat center center;
    background-size: contain;
}

.desc {
    opacity: 0;
}
.desc-cont {
    clip-path: polygon(0 21.5%, 100% 21.5%, 100% 85%, 0 85%);
}
.gallery{
    clip-path: inset(0 18% 0 18%);
}

.arr-up {
    background: url('images/arr_up.png') no-repeat center center;
    background-size: contain;
    top: 1.5%;
}
.arr-down {
    background: url('images/arr_down.png') no-repeat center center;
    background-size: contain;
}
.arr {
    opacity: 0;
}


.indicator-cont {
    width: 2.2%;
    left : 3%;
    /* background-color: red; */

    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;

    align-items: center;
    justify-content: center;
    gap: 1%;
}
.ind {
    width: 100%;
    height : auto;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
}
.ind-1 {
    background-color: #C2418C;
}

.frame { 
    display: none;
}
.frame-1 {
    display: block;
    perspective: 2000px;
}

.bg-img {
    width: 100%;
    height : 100%;
    background-color: #EDEAE6;
}

.img-intro-cont {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.img-intro {
    transform: rotateX(180deg);
}


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


.img-intro-1 {
    transform: rotateX(0deg);
} 

