﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

body { font-family: "Montserrat", sans-serif; line-height:1.2; font-size:15px; color:#191919; background: url("/event/assets/eg33/images/games-reward/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%;
}
.t-body {
	overflow: hidden;
}
.max-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.floating-wrapper {
    position: fixed;
    right: 4px;
    bottom: 10%;
    z-index: 9;
    max-width: 75px;
}
.float-btn-wrap {
    position: absolute;
    top: 13%;
    left: -24%;
}
button.float-btn {
    background: none;
    border: none;
    padding: 0;
    max-width: 60px;
    margin: 11% 0;
	display: block;
	transition: 0.2s;
}
button.float-btn img {
	filter: drop-shadow(1px 3px 2px rgb(0,0,0,0.3));
}
button.float-btn:hover {
	transform: scale(1.03) rotate(9deg);
	transition: 0.2s;
}
.top-sec {
	text-align: center;
	padding: 15px 0 45px;
	position: relative;
}
.step-wrapper {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    margin: 0 auto;
	padding: 15px 0;
}
.token-wrapper {
    max-width: 432px;
    margin: 15px auto;
    position: relative;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 2px rgb(0,0,0,0.7);
}
ul.nav.nav-event {
    justify-content: center;
	padding: 10px 0;
}
ul.nav.nav-event li.nav-item {
	width: 305px;
}
ul.nav.nav-event li.nav-item a.nav-link {
    background: url(/event/assets/eg33/images/games-reward/tab-base.png)no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 148px;
    color: #0f3157;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 5% 10% 10%;
}
ul.nav.nav-event li.nav-item a.nav-link.active {
	background: url("/event/assets/eg33/images/games-reward/tab-active.png")no-repeat;
	background-size: 100% 100%;
	color: #c62e00;
}
.tab-content.event {
    max-width: 815px;
    margin: 0 auto;
	position: relative;
}
@-webkit-keyframes float {
0% {
	transform: translateY(-13px);
}
50% {
	transform: translateY(0);
}
100% {
	transform: translateY(-13px);
}
}
@-webkit-keyframes shake {
0% {
	transform: rotate(30deg);
}
50% {
	transform: rotate(0);
}
100% {
	transform: rotate(30deg);
}
}
.deco {
	position: absolute;
}
.item-1 {
    left: -16%;
    top: 8%;
    max-width: 10%;
	animation: 2s shake ease-in-out infinite;
}
.item-2 {
    left: -15%;
    top: 70%;
    max-width: 7%;
	animation: 2s float ease-in-out infinite;
}
.item-3 {
    right: -14%;
    top: 9%;
    max-width: 10%;
	animation: 2s float ease-in-out infinite;
}
.item-4 {
    right: -10%;
    top: 63%;
    max-width: 8%;
	animation: 1.5s shake ease-in-out infinite;
}
.event-wrapper {
    background: url(/event/assets/eg33/images/games-reward/event-base.png)no-repeat;
    background-size: 100% 100%;
    max-width: 810px;
    margin: 40px auto 0px;
    position: relative;
    padding: 0 2% 3%;
}
.play-token {
    position: relative;
    max-width: 494px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -22px;
}
.play-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 18%;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1;
}
.note-text {
    font-size: 75%;
    font-weight: 600;
}
.reward-game-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 5px;
}
.reward-box {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
	cursor: pointer;
}
.reward-box:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.open-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8%;
    font-size: 25px;
    font-weight: 800;
    color: #af0e32;
    text-transform: uppercase;
}
.wheel-wrapper {
    position: relative;
    max-width: 639px;
    margin: 0 auto;
}
button.spin-btn {
    background: url(/event/assets/eg33/images/games-reward/spin-btn.png)no-repeat;
    background-size: 100% 100%;
    max-width: 216px;
    width: 100%;
    margin: 0 auto;
    height: 105px;
    border: none;
    color: #af0e32;
    font-size: 23px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px 5px 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
}
button.spin-btn:hover {
	transform: scale(0.97);
	filter: brightness(1.07);
}

@media(max-width: 991px) {
.logo {
    max-width: 30%;
    margin: 0 auto;
}
.floating-wrapper {
    max-width: 60px;
}	
button.float-btn {
    max-width: 48px;
}
	
}

@media(max-width: 767px) {
.deco {
	display: none;
}
.title-top {
    margin: 0 -10px;
}	
.title-top img {
    object-fit: cover;
    height: 48vw;
}
.step-wrapper {
    grid-template-columns: repeat(2,1fr);
    max-width: 580px;
}
ul.nav.nav-event li.nav-item {
    width: 49%;
}	
ul.nav.nav-event li.nav-item a.nav-link {
    height: 19vw;
	font-size: 3vw;
}
.play-token {
    max-width: 63vw;
}
.play-txt {
    font-size: 4vw;
}	
.event-wrapper {
    background: linear-gradient(to bottom, rgba(253,234,93,1) 0%, rgba(245,170,39,1) 11%, rgba(245,170,39,1) 100%);
    box-shadow: inset 0 -5px 15px #fde95d;
    border-radius: 20px;
    border: 2px solid #ffffab;
}
.open-text {
    font-size: 3.4vw;
}	
.reward-gift .open-text {
    font-size: 25px;
}	
}
@media(max-width: 690px) {
.play-token {
    top: -3vw;
}
.floating-wrapper {
    max-width: 40px;
}	
.float-btn-wrap {
    top: 12%;
    left: -15%;
}	
button.float-btn {
    max-width: 33px;
}	
button.spin-btn {
    max-width: 35%;
    height: 16vw;
    font-size: 3.5vw;
	padding: 3% 3% 0;
}	
}

@media(max-width: 480px) {
.token-wrapper {
    max-width: 90%;
}
.token-text {
    font-size: 6vw;
}
.floating-wrapper {
	top: 30px;
    max-width: 35px;
	bottom: auto;
}	
.float-btn-wrap {
    top: 9%;
    left: -15%;
}	
button.float-btn {
    max-width: 30px;
}	
}





















