@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&amp;display=swap');

body { font-family: "Montserrat", sans-serif; line-height:1.2; font-size:15px; color:#191919; background: url("../images/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;
}
.top-sec {
	position: relative;
	padding: 0 0 30px;
	text-align: center;
}
.title-top {
    position: relative;
    max-width: 980px;
    margin: 0 auto -4%;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 5px;
    max-width: 37%;
    margin: 0 auto;
}
.subtitle-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 74.5%;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 800;
    color: #390358;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 80.5%;
    color: #ddff30;
    font-size: 37px;
    font-weight: 800;
    text-shadow: 0 4px 1px #730d92, 0 4px 2px #730d92;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.deco.deco-1 {
    left: -6%;
    top: 19%;
    max-width: 18%;
    animation: float 2s ease-in-out infinite;
}
.deco.deco-1 img {
	animation: spin 10s linear reverse infinite;
}
.deco.deco-2 {
    right: -7%;
    top: 10%;
    max-width: 19%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.deco-2 img {
	animation: spin 10s linear infinite;
}
.deco.lightning-1 {
    left: -9%;
    bottom: 2%;
    max-width: 18%;
	animation: float 2s linear infinite;
}
.deco.lightning-2 {
    right: -12%;
    bottom: 4%;
    max-width: 18%;
	animation: float 1.8s linear infinite;
}
.token-wrap {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 8%;
    color: #010101;
    font-size: 41px;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.deco.ball {
    left: -17%;
    top: 7%;
    max-width: 18%;
	animation: spin 10s linear reverse infinite;
}
.event-container {
    position: relative;
}
.reward-card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: absolute;
    left: 0;
    right: 0;
    top: 16%;
    max-width: 62%;
    margin: 0 auto;
}
.reward-card {
	cursor: pointer;
	transition: 0.2s;
}
.reward-card:hover {
	transform: scale(1.02);
	filter: brightness(1.1);
	transition: 0.2s;
}
.how-title {
    position: relative;
    z-index: 1;
}
.how-text {
    background: url(../images/tape-1.png) no-repeat;
    background-size: 100% 100%;
    max-width: 680px;
    margin: -25px auto 30px;
    padding: 20px 40px;
    font-size: 20px;
    font-weight: 600;
    color: #390358;
	filter: drop-shadow(0 2px 8px rgb(0,0,0,0.5));
}
.how-text.play {
    background: url(../images/tape-2.png) no-repeat;
    background-size: 100% 100%;
}
.tnc-wrapper {
	background: url("../images/tnc-base.png")no-repeat;
	background-size: 100% 100%;
	max-width: 850px;
	margin: 0 auto;
	padding: 0 30px 30px;
	position: relative;
	z-index: 1;
}
.tnc-title {
    margin-bottom: 20px;
}
ul.terms {
    padding-left: 17px;
    color: #390358;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
}
ul.terms li {
	padding: 3px 0;
}
.deco.xdeco1 {
    left: -2%;
    top: 0;
    max-width: 23%;
}
.deco.xdeco2 {
    right: -2%;
    top: 0;
    max-width: 23%;
}
.deco.btm-ball-1 {
    left: 4%;
    top: 28%;
    max-width: 14%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.btm-ball-2 {
    right: 3%;
    top: 0%;
    max-width: 13%;
	animation: float 2.4s ease-in-out infinite;
}



/** Modal **/
button.close-x {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    color: #fff;
}
.modal-content.reward {
    background: none;
    border: none;
    max-width: 320px;
    margin: 0 auto;
}
.reward-box {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.prize {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    z-index: 3;
    font-size: 34px;
    color: #000;
    font-weight: 800;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
}
img.open {
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.2s;
}
img.open {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.reward-box.active img.closed {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.reward-box.active img.open {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}
.reward-box.active .prize {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: 0.3s;
    transition-delay: 0.3s;
}


@media(max-width: 991px) {
.subtitle-wrap {
    font-size: 3.3vw;
}
.date-text {
    font-size: 3.8vw;
}
.event-bg {
    margin: 0 -10px;
    height: 114vw;
}	
.event-bg img {
    object-fit: cover;
    height: 100%;
}
.reward-card-container {
    max-width: 85%;
}	
}

@media(max-width: 767px) {
.deco.lightning-1, .deco.lightning-2, .deco.ball {
	display: none;
}	
}

@media(max-width: 480px) {
.deco.btm-ball-1, .deco.btm-ball-2 {
	display: none;
}
.token-wrap {
    max-width: 85%;
}
.token-text {
    font-size: 7.5vw;
}
.how-text {
	font-size: 16px;
	margin: -5% auto 30px;
	padding: 25px 25px 20px;
}
.tnc-wrapper {
    padding: 0 15px 30px;
}	
ul.terms {
    font-size: 14px;
}	
	
	
}

















