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 #1b5337;
}

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

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

#close {
    width: 20px;
    height: 20px;
    position: absolute;
    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'); */

#roleta {
    width: 100%;
    position: absolute;
    left: 0;

}

#roletaCont {
    width: 100%;
    position: absolute;
    top:100%
}

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

#logo {
    position: absolute;
    width: 30%;
    left: 35%;
    top: 2vh;
}

#marker {
    width: 30%;
    position: absolute;
    left: 35%;
    top: -50%;
    display: flex;
    justify-content: center;
}

#ins {
    width: 100%;
    position: absolute;
    bottom: 10vh;
}

#riyadh, #jeddah, #diriyah, #alula, #makkah, #kaec, #dammam {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff url('pattern.png') right bottom no-repeat;
    background-size: contain;
    top: 0;
    transform: translateY(100%);

}

.hero {
    max-height: 50%;
    overflow: hidden;
    width: 100%;
}

.exit {
    width: 50%;
    display: block;
    margin-left: 7%;
    margin-top: 10px;
}

#spinAgain {
    position: absolute;
    width: 30%;
    left: 5%;
    bottom: 2%;
    transform: translateY(300%);
}

#roletaBox {
    width: 100%;
    position: relative;
    height: auto;
    margin-top: 55%;
    display: block;;
    /* padding-top: 124.37%; */
    transform: translateY(100%);
}

#spinnerBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('spinnerBox.png') center center / cover;
    bottom: 0;
    padding-top: 27.97%;
    transform: translateY(100%);
}

#spinBtn {
    width: 20%;
    position: absolute;
    top: 50%;
    transform-origin: center;
    transform: translateY(-50%);
}

#mayo {
    width: 100%;
    position: absolute;
}

.animate {
    animation: pop 0.8s ease-in-out infinite;
}

@keyframes pop {
    0% {
        transform: scale(1) translateY(-48%);
    }
    50% {
        transform: scale(1.05) translateY(-48%);
    }
    100% {
        transform: scale(1) translateY(-48%);
    }
}

#headline {
    width: 100%;
    position: absolute;
    top: 20%;
    transform: scale(0);
}

#resultBox {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    top: 0;
    left: 0;
    transform: translateY(100%);
}

#prodImg {
    width: 60%;
    position: relative;
    padding-top: 60%;
}

.prod, .name {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

#prodName {
    margin-top: 10%;
    margin-bottom: 5%;
    width: 100%;
    position: relative;
    padding-top: 15.62%;
}