@font-face {
	font-family: 'Fanta-Regular';
	src: url(Fanta-Regular-Web.ttf);
}

body {
    font-family: 'Fanta-Regular', sans-serif;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 400;
    color: white;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    user-select: none;
}

#adsArea {
    width: 300px;
    height: 250px;
    overflow: hidden;
    position: relative;
    color: #fff;
    background-clip: content-box;
    cursor: pointer;
    border: 1px solid #eee;
    background: url(../images/bg.jpg) center center / cover no-repeat #ec8000;
}

img {
    -webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}

.opacity0 {
    opacity: 0;
}

.adsize {
    width: 300px;
    height: 250px;
}

.abs {
    position: absolute;
}

.text-primary {
    color: #f9b525
}

.text-bold {
    font-weight: bold;
}

.hide {
    display: none;
}

#preloader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    width: 300px;
    height: 250px;
    background: #fff;
}

.linePreloader {
    width: 150px;
    height: 10px;
    background: linear-gradient(to right, #ec8000, #ffff);
    background-color: #ec8000;
    margin: auto;
    border-radius: 10px;
    background-size: 20%;
    background-repeat: repeat-y;
    background-position: -20% 0;
    animation: scroll 1.2s ease-in-out infinite;
    position: relative;
    top: 48%;
}

@keyframes scroll {
    50% {
        background-size: 80%;
    }
    100% {
        background-position: 125% 0;
    }
}

#screen-1 {
    
}

#screen-2 {
    transform: translateX(320px);
}

.contentHolder {
    position: relative;
}

.logo {
    top: 4px;
    right: 45px;
    transform: scale(0);
    transform-origin: center;
}

#screen-2 .logo {
    top: 15px;
    right: 230px;
}

#screen-2 .fanta {
    /* top: -25px; */
}

.txt {

}

.txt2 {
    left: 0;
    bottom: -60px;
    width: 100%;
    padding: 7px 5px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    background: url(../images/txt-bg.jpg) left top / cover no-repeat;
}

.spinHolder {
    margin-left: 40px;
    height: 220px;
    width: 220px;
    position: relative;
    top: 30px;
}

#canvas {

}

.spinPointer {
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    background: url(../images/right-arrow.png) left center / contain no-repeat;
}

.spinPin {
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    background: url(../images/logo.png) center center / contain no-repeat;
}

.playButton {
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 300px;
    z-index: 101;
    cursor: pointer;
    text-align: center;
    pointer-events: none;
    font-size: 16px;
    font-weight: bold;
    /* background: url(../images/button-1.png) center center / contain no-repeat; */
}

/* Screen 2 */
