body {
    margin: 0;
    padding: 0;
}

#adContainer {
    width: 100%;
    height: 100vh;
    max-width: 600px;
    position: absolute;
    overflow: hidden;
    display: block;
    background: url('loading.png') center center no-repeat #9e163a;
}

#contents {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    background-color: gray;
    overflow: hidden;
    visibility: hidden;
}

img {max-width: 100%; display: block; overflow: hidden;}

#close {
    width: 20px;
    height: 20px;
    position: fixed;
    top: 10px;
    right: 10px;
    display: block;
    z-index: 1000;
    background-image: url('close.png');
}


/* LANDSCAPE CONTROL */
#rotate {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url('rotation.png') center center no-repeat black;
    display: none;
}


@media only screen and (orientation: landscape) {
    #adContainer {max-width: 100%;}
    #rotate {display: block;}
  }

/* START STYLING HERE */
/* @import url('video.css');
@import url('carousel.css'); */


/* AD STYLES STARTS HERE */
#exit {
    width: 50%;
    display: block;
    position: absolute;
    bottom: 5%;
    transform: scale(0);
}

#MainCont {
    width: 100%;
    min-height: 100vh;
    height: auto;
    overflow-y: scroll;
}

#intro {
    width: 100%;
    height: 100%;
    position: absolute;
    perspective: 500;
    top: 0;
    left: 0;
    z-index: 10;
    
}

#introCont {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#leftdoor, #rightdoor {
    width: 50%;
    position: absolute;
    height: 100%;
    transform-style: preserve-3d;
}

#leftdoor {
    left: 0;
    transform-origin: left center;
    background: url('leftdoor.jpg') center center / 100% 100%;
}

#rightdoor {
    right: 0;
    transform-origin: right center;
    background: url('rightdoor.jpg') center center / 100% 100%;
}

#tap {
    width: 100%;
    height: 100%;
    position: absolute;
}

#tapText {
    width: 50%;
    position: absolute;
    bottom: 5%;
    transform: translateY(200%);
}

#introSubText {
    width: 80%;
    margin-top: 20%;
}
#onePassWhite {
    width: 70%;
}
#withText {
    width: 10%;
}

#loveAllWhite {
    width: 80%;
}

#introSubText, #onePassWhite, #withText, #loveAllWhite {
    opacity: 0;
}

#galleryBox, #promoBox, #worksBox {
    width: 100%;
    height: 100vh;
    background: #3d67b4;
}

#galleryBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url('bg1.jpg') center center / cover;
}

#promoBox {
    background: url('bg3.jpg') center center / cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

#worksBox {
    background: url('bg2.jpg') center center / cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}


#galBox {
    width: 80%;
    overflow: hidden;

}

#scroll {
    position: fixed;
    bottom: 1%;
    width: 100%;
}


#explore {
    width: 60%;
    margin-top: 10%;
}

.text {
    position: absolute;
    width: 100%;
    top: 0;
}

.carouselItem {
    overflow: hidden;
    position: relative;
    aspect-ratio: 4/5;
}

#steps {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}

.step {
    width: 50%;
    aspect-ratio: 1 / 1;
    transform: scale(0);
}

#howText {
    width: 100%;

}

#promoTitle {
    width: 100%;
    aspect-ratio: 0.847;
    position: relative;
}

#itsTime, #liveIt {
    position: absolute;
    top: 0;
}

#onePass, #pic {
    position: absolute;
    bottom: 0%;
}

#onePass {
    right: -20%;
    width: 100%;
}

#pic {
    left: -15%;
    width: 100%;
}

#logo {
    width: 15%;
    position: absolute;
    top: 3%;
}