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

#contents {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url('bg.jpg') center center / cover;
    overflow: hidden;
    visibility: hidden;
}

img {max-width: 100%;}

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

#exit{
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    bottom: 5vh;
    transform: translateY(0%);
}

#exit2 {
    width: 100%;
    height: auto;
    display: block;
    position: fixed;
    bottom: 5vh;
}

/* 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'); */

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

.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#cars {
    width: 100%;
    position: relative;
    aspect-ratio: 6.4/5;
}

.car {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.car:first-child {
    opacity: 1;
}

#titleHolder {
    position: absolute;
    width: 100%;
    top: 7vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#headline, #sub {
    width: 100%;
}

#introLogo {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#swipe {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.plusBtnHolder, .plusBtnHolderIn {
    width: 10%;
    aspect-ratio: 1/1;
    overflow: hidden;
    position: absolute;
    visibility: visible;
}

.plusBtnHolder {
    visibility: hidden;
}
.plusBtn {
    background: url('plus.png') center center / cover;
    width: 100%;
    height: 100%;
    position: absolute;
    aspect-ratio: 1/1;
    overflow: hidden;
    animation: pop 1s ease-in-out infinite;
    
}

@keyframes pop {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.plusBtnHolderIn {
    visibility: visible;
}

/* .plusBtn:after {
    content: '';
    background: url('plus.png') center center / cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
 */
#exterior::-webkit-scrollbar, #interior::-webkit-scrollbar {
    display: none;
  }
#pbtn1 {
    transform: translate(100%,75%);
}

#pbtn2 {
    transform: translate(50%,0%);
}

#pbtn3 {
    transform: translate(-90%,150%);
}

#pbtn4 {
    transform: translate(-270%,180%);
}

#arrowRight, #arrowLeft, #arrowRightIn, #arrowLeftIn {
    width: 40px;
    height: 40px;
    background: url('arrow.svg') center center / cover;
    position: absolute;
    visibility: hidden;
}

#arrowRightIn, #arrowLeftIn {
    position: fixed;
    visibility: visible;
    top: 50%;
}

#arrowLeft, #arrowLeftIn {
    transform: scale(-1);
    left: 1%;
    
}

#arrowRight, #arrowRightIn {
    right: 1%
}

.switcher {
    width: 13%;
    aspect-ratio: 2/1;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 20px;
    position: relative;
}

.switchBall {
    aspect-ratio: 1/1;
    width: 50%;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    left: 0;
}

.switchBtn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.switchBox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.txtExterior {
    width: 15%;
}

#interior {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    overflow-x: scroll;
    visibility: hidden;
    opacity: 0;
    transition: 5s scroll ease;

}

#exterior {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    overflow-x: scroll;
    transition: 5s scroll ease;
}

#interiorBox {
    width: 400%;
    height: 100%;
    background: url('interior_bg.jpg') center center;
    background-size: 100% auto;
    position: relative;
    display: flex;
}

#exteriorBox {
    width: 500%;
    height: 100%;
    background: url('exterior_bg.jpg') center center;
    background-size: 100% auto;
    position: relative;
    display: flex;
    
}

.interiorHolder {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.exteriorHolder {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#interionHome {
    width: 100vw;
    height: 100%;
    position: absolute;
}

#subInt {
    margin-top: 10vh;
}

#switchBallIn {
    transform: translateX(0)
}

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

.textBox {
    position: absolute;
    margin-top: 8vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    top: 0;
    visibility: hidden;
}

.extTitle {
    width: 100%;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

.line1 {
    width: 2px;
    height: 3vh;
    background: white;
}

.line2 {
    width: 2px;
    height: 50vh;
    background: white;
    transform: translateX(20px);
    margin-top: -2px;
}

.lineHR {
    width: 40px;
    height: 2px;
    background: white;
    transform: translateX(50%);
    margin-top: -2px;
}

.lineHL {
    width: 40px;
    height: 2px;
    background: white;
    transform: translateX(-50%);
    margin-top: -2px;
}

#lineEx1, #lineEx2 {
    width: 20px;
}


#lineLast2 {
    transform: translateX(-20px);
}

#lineLast3 {
    transform: translateX(40px);
}

#lineLast4 {
    transform: translateX(-40px);
}

.intTextBox {
    position: absolute;
    margin-top: 8vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    visibility: hidden;
}

.intTitle {
    width: 100%;
}


#intBtn1 {
    bottom: 31vh;
    left: 30%;
}

#intBtn3 {
    bottom: 50vh;
    left: 40%;
}

#intBtn4 {
    bottom: 53vh;
    left: 78%;    
}

#intBtn5 {
    bottom: 40vh;
    left: 73%;
}

.hidden {
    visibility: hidden;
}


.home {
    width: 6%;
    position: fixed;
    top: 3vh;
    left: 5%;
}

#sound {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 2vh;
    left: 3%;
}

#soundOff {
    background: url('muted.png') center center / cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

#soundOn {
    background: url('unmuted.png') center center / cover;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}