﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Roboto:wght@400;500;700;900&display=swap');

body { font-family: "Montserrat", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #000 url("/event/assets/eg33/images/prize-wheel/bg.jpg")no-repeat top center;
background-size: cover;}

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus, button:focus, button:hover { text-decoration: none; outline: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea, select {
    color: #666;
    width: 100%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.floating-wrapper {
	position: fixed;
	right: 0;
	top: 80px;
	z-index: 99;
}
button.float-btn {
	display: block;
	max-width: 75px;
}
button.float-btn:hover {
	filter: brightness(1.1);
	transform: scale(0.98);
}
.top-sec {
    position: relative;
    text-align: center;
    padding: 10px 0 45px;
}
.title-top {
    position: relative;
	margin-bottom: 15px;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 91%;
	z-index: 3;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 3px 4px rgb(0, 0, 0, 0.6);
}
.deco.coin1 {
    right: 33%;
    top: 10%;
    max-width: 5%;
	z-index: 2;
	animation: float 2.5s ease-in-out infinite;
}
.deco.coin2 {
    top: 37%;
    left: 14%;
    max-width: 5%;
	z-index: 2;
	animation: float 2.2s ease-in-out infinite;
}
.deco.coin3 {
    right: 5%;
    top: 58%;
    max-width: 5%;
	z-index: 2;
    animation: float 2.3s ease-in-out infinite;
}
.deco.coin4 {
    right: 13%;
    top: 24%;
    max-width: 8%;
	z-index: 2;
    animation: float 2s ease-in-out infinite;	
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
.title-img {
    position: relative;
}
.deco.fw-1 {
    left: -8%;
    top: 5%;
    z-index: auto;
    mix-blend-mode: screen;
    max-width: 50%;
	transform-origin: center;
	animation: firework 2.5s ease-in-out infinite;
}
.deco.fw-2 {
    right: -6%;
    top: 7%;
    z-index: auto;
    mix-blend-mode: screen;
    max-width: 50%;
	transform-origin: center;
	animation: firework 2.5s ease-in-out infinite;
	animation-delay: 0.5s;
	opacity: 0;
}
@keyframes firework {
    0% {
        transform: scale(0.3);
		opacity: 0;
    }
    70% {
        transform: scale(1);
		opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.deco.jet-1 {
    left: 0;
    top: 0;
    max-width: 25%;
	transform-origin: right bottom;
	animation: flyjet 4s ease-in-out infinite;
}
.deco.jet-2 {
    right: 0;
    top: 0;
    max-width: 25%;
	transform-origin: left bottom;
	animation: flyjet 4s ease-in-out infinite;
}
@keyframes flyjet {
    0% {
        transform: scale(0.3);
		opacity: 0;
    }
    70% {
        transform: scale(1);
		opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.star-deco {
    margin: 0 4px;
}
.how-wrapper {
    max-width: 1000px;
    margin: 0 auto 30px;
}
.stepbox {
    position: relative;
    display: inline-block;
    width: 32%;
    max-width: 320px;
    vertical-align: text-top;
    margin: 0 auto 10px;
    font-size: 18px;
    text-transform: uppercase;
}
.step-info {
	padding: 0 10px;
}
.depo-acc-wrapper {
    position: relative;
    max-width: 500px;
    margin: 50px auto 0;
}
.sptext-1 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}
.deco.fw-3 {
    left: -3%;
    top: 0%;
    z-index: auto;
    mix-blend-mode: screen;
    max-width: 32%;
    transform-origin: center;
    animation: firework 2.5s ease-in-out infinite;
}
.deco.fw-4 {
    right: -3%;
    top: 0%;
    z-index: auto;
    mix-blend-mode: screen;
    max-width: 32%;
	transform-origin: center;
	animation: firework 2.5s ease-in-out infinite;
	animation-delay: 0.5s;
	opacity: 0;
}
.deco.flag1 {
    left: -33%;
    top: -16%;
    max-width: 48%;
    z-index: -1;
}
.deco.flag2 {
    right: -33%;
    top: -24%;
    max-width: 48%;
    z-index: -1;
}
.depo-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 33%;
    font-size: 48px;
    font-weight: 700;
}
.depo-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 6%;
    font-size: 15px;
    font-weight: 600;
}
.redeem-text {
    padding: 15px 0;
    font-size: 18px;
	font-weight: 600;
    max-width: 450px;
    margin: 0 auto;
	text-transform: uppercase;
}
.reward-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.reward-box {
	position: relative;
	margin: 0 auto 10px;
}
button.redeem-btn {
    background: url(/event/assets/eg33/images/prize-wheel/Button.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 70px;
    max-width: 180px;
    color: #fff;
    text-shadow: 0 2px 3px rgb(0, 0, 0, 0.6);
    margin: -26px auto 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
	filter: grayscale(1);
	pointer-events: none;
}
button.redeem-btn:hover {
	filter: brightness(1.1);
	transform: scale(0.98);
}
button.redeem-btn.redeemed {
	filter: none;
}
button.redeem-btn.active {
	filter: none;
	pointer-events: auto;
}
.acctext {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.acc-pz {
    font-weight: 600;
    font-size: 130%;
    display: block;
}
.token-wrapper {
    max-width: 700px;
    margin: 30px auto 15px;
    position: relative;
}
.token-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 2%;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    font-size: 50px;
    font-weight: 700;
}
.max-text {
    text-transform: uppercase;
    font-weight: 500;
}
.wheel-wrapper {
    position: relative;
    margin-top: 15px;
}
.deco.fw-5 {
    left: 0%;
    top: 10%;
    z-index: auto;
    mix-blend-mode: screen;
    max-width: 35%;
	transform-origin: center;
	animation: firework 2.5s ease-in-out infinite;
	animation-delay: 0.5s;
	opacity: 0;
}
.deco.fw-6 {
    right: 0%;
    top: 10%;
    z-index: auto;
    mix-blend-mode: screen;
    max-width: 35%;
	transform-origin: center;
	animation: firework 2.5s ease-in-out infinite;
	animation-delay: 0.5s;
	opacity: 0;
}
.deco.ballon-1 {
    left: 1%;
    top: 32%;
    max-width: 8%;
	animation: float 2.5s ease-in-out infinite;
}
.deco.ballon-2 {
    right: 9%;
    top: 3%;
    max-width: 8%;
	animation: float 2.2s ease-in-out infinite;
}
button.spin-btn {
    background: url(/event/assets/eg33/images/prize-wheel/spin-btn.png) no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 240px;
    height: 76px;
    margin: 0 auto;
    padding-bottom: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    text-shadow: 0 2px 6px rgb(0, 0, 0, 0.8);
}
button.spin-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.1);
}

/** Modal **/
.modal-dialog.terms {
    max-width: 750px;
}
.modal-content.popup {
    background: linear-gradient(180deg, rgba(0, 113, 204, 1) 0%, rgba(0, 206, 238, 1) 100%);
    padding: 15px 25px;
    border-radius: 20px;
    border: none;
}
button.close-x {
    color: #fff;
    position: absolute;
    right: 13px;
    top: 10px;
    z-index: 2;
}
.poptitle {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 15px;
}
ul.terms {
    padding-left: 17px;
}
.language-wrap {
    text-align: center;
}
.language-wrap a {
    display: inline-block;
    max-width: 70px;
    margin: 0 2px;
}


@media(max-width: 1080px) {
.logo {
    max-width: 33%;
    margin: 0 auto;
}
.date-text {
    font-size: 2.6vw;
}	
button.spin-btn {
    max-width: 23%;
    height: 7vw;
    font-size: 3vw;
}	
}

@media(max-width: 991px) {
	
}

@media(max-width: 767px) {
button.float-btn {
    max-width: 60px;
}
.stepbox {
    width: 48%;
}
.reward-wrapper {
    display: block;
}	
.reward-box {
    max-width: 32%;
    display: inline-block;
}
.token-wrapper {
    max-width: 85%;
}
.token-text {
    font-size: 6.5vw;
}
.token-title img {
    max-height: 7vw;
}
button.redeem-btn {
	max-width: 78%;
	height: 10vw;
	font-size: 2.6vw;
}
span.tick img {
    max-height: 6vw;
}	
.acctext {
    font-size: 2vw;
}	
}

@media(max-width: 480px) {
.floating-wrapper {
    top: 20px;
}	
button.float-btn {
	max-width: 50px;
}	
.title-img {
    margin: 0 -10px;
    height: 97vw;
}	
.title-img img {
    object-fit: cover;
    height: 100%;
}	
.date-text {
	font-size: 3.5vw;
}	
.star-deco {
	display: none;
}	
.stepbox {
    font-size: 14px;
}	
.sptext-1 {
    font-size: 18px;
}
.depo-acc-wrapper {
    max-width: 85%;
    margin: 5% auto 0;
}	
.depo-text {
    font-size: 8vw;
}
.depo-title {
    font-size: 2.6vw;
}
.redeem-text {
    font-size: 14px;	
}
.redeem-time {
    font-size: 14px;
}
.acctext {
	font-size: 3vw;
}	
.wheel-img {
    margin: 0 -10px;
    height: 80vw;
}	
.wheel-img img {
    object-fit: cover;
    height: 100%;
}
button.spin-btn {
	max-width: 32%;
	height: 10vw;
	font-size: 4.5vw;
}
.modal-content.popup {
    padding: 15px 15px;
    font-size: 14px;
}	
.poptitle {
    font-size: 18px;
    padding-bottom: 10px;
}	
}





















