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;
    display: block;
    background-color: gray;
    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: 100%;
    display: block;
    position: absolute;
}

/* 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;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #e7e1e1;
}

#roletaBox {
    width: 90%;
    aspect-ratio: 1/1;
    position: relative;
    transform: scale(0);
}

#roleta {
    width: 100%;
    aspect-ratio: 1/1;
    background: url('roleta.svg') center center /cover;
}

#pin {
    width: 4%;
    position: absolute;
    top: -10px;
    left: 48%;
}

#textIntro {
    width: 100%;
    margin-bottom: 5%;
    transform: translateY(-500%);
}


#tap {
    width: 50%;
    margin-top: 10%;
    transform: translateY(500%);
}

#overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(0);
}

#tired {
    width: 100%;
    transform: scale(0);
}

#promoPage {
    width: 100%;
    height: 100%;
    background: #ef5e4e;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    overflow: hidden;
}

#logo {
    width: 35%;
    position: absolute;
    top: 3%;
    transform: translateY(-200%);
}

#title, #sub {
    width: 100%;
    transform: scale(0);
}

#hero {
    width: 70%;
    transform: scale(0);
    transform-origin: bottom center;
}

#swipe {
    width: 40%;
    position: absolute;
    bottom: 2%;
    transform: translateY(200%);
}

#tapEnd {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#result {
    width: 80%;
    margin-bottom: 5%;
}