﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: url("/event/assets/eg33/images/merry-rewards-fiesta/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;
}
.modal-backdrop.show {
    opacity: .7;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.music-wrapper {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 50px;
    opacity: 1;
    transition: 0.3s;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 10px 0 0 10px;
}
.music-wrapper audio {
    position: absolute;
    left: -6px;
    top: -7px;
}
audio:focus {
	outline: none;
}
.floating-wrapper {
    position: fixed;
    right: 5px;
    top: 125px;
    max-width: 65px;
    z-index: 9;
	text-align: center;
}
button.tnc-btn {
    display: block;
    margin-bottom: 10px;
}
.backtop {
	width: 45px;
	margin: 0 auto;
	background: none;
	padding: 0;
	border: none;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}
.backtop.show {
  opacity: 1;
  visibility: visible;
}
button.home-btn {
    position: absolute;
    left: 5px;
    top: 5px;
    max-width: 80px;
    z-index: 2;
}
button.language-btn {
    position: absolute;
    right: 0;
    top: 5px;
    max-width: 80px;
    z-index: 2;
}


.top-sec {
	position: relative;
	padding: 10px 0 15px;
	text-align: center;
	background: url("/event/assets/eg33/images/merry-rewards-fiesta/light-lamp.png")no-repeat center center;
	background-size: 100%;
	text-align: center;
}
.logo {
    max-width: 280px;
    margin: 0px auto -4%;
}
.title-top {
    position: relative;
    max-width: 1000px;
    margin: 0 auto -40px;
}
.deco.gift-1 {
    left: 6%;
    top: 4%;
    max-width: 13%;
    animation: float 2.4s ease-in-out infinite;
}
.deco.deer {
    right: 1%;
    top: 7%;
    max-width: 17%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.flake-1 {
    left: -12%;
    top: 72%;
    max-width: 14%;
	animation: shake 2s ease-in-out infinite;
}
.deco.flake-2 {
    right: -11%;
    top: 36%;
    max-width: 11%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.flake-2 img {
    transform: scaleX(-1);
}
.deco.fw-1 {
    top: -9%;
    left: -8%;
    max-width: 45%;
    mix-blend-mode: screen;
    z-index: -1;
	animation: firework 2.4s ease-in-out infinite;
}
.deco.fw-2 {
    right: 8%;
    top: -7%;
    max-width: 33%;
    mix-blend-mode: screen;
    z-index: -1;
	animation: firework 2.4s ease-in-out infinite;
	animation-delay: 0.5s;
}
.deco.bird-1 {
    max-width: 11%;
    top: 0;
    left: -2%;
	animation: float 2s ease-in-out infinite;
}
.deco.bird-2 {
    right: 2%;
    top: -4%;
    max-width: 10%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.candy {
    left: -11%;
    bottom: 32%;
    max-width: 15%;
	animation: shake 2.1s ease-in-out infinite;
}
.deco.star {
    right: -12%;
    bottom: 27%;
    max-width: 13%;
	animation: float 2.3s ease-in-out infinite;
}


@keyframes firework {
    0% {
        transform: scale(0.3);
		opacity: 0;
    }
    70% {
        transform: scale(1);
		opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes shake {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(18deg);
    }
    100% {
        transform: rotate(0);
    }
}



.note-slots {
    font-size: 16px;
    font-style: italic;
    text-shadow: 1px 2px 3px rgb(0,0,0,0.5);
}
.btm-sec {
	position: relative;
	padding: 10px 0 140px;
	text-align: center;
	background: url("/event/assets/eg33/images/merry-rewards-fiesta/bg-btm.png")no-repeat bottom center;
	background-size: 100%;
	text-align: center;
}
ul.nav.nav-event {
    justify-content: center;
    max-width: 800px;
    margin: 0 auto 30px;
}
ul.nav.nav-event li.nav-item {
    width: 48%;
    max-width: 350px;
    margin: 0 0.5%;
}
ul.nav.nav-event li.nav-item a.nav-link {
    background: linear-gradient(180deg, rgba(251, 122, 83, 1) 0%, rgba(235, 56, 16, 1) 100%);
    border: 2px solid #ffe7be;
    border-radius: 45px;
    font-size: 22px;
    font-weight: 500;
    text-shadow: 0 2px 6px rgb(0, 0, 0, 0.4);
	box-shadow: 0 4px 2px rgb(0,0,0,0.2);
    filter: grayscale(1);
    color: #fff;
    padding: 5px 5px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.nav.nav-event li.nav-item a.nav-link.active {
    filter: none;
}
.depo-reward-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.deporw-title {
    margin-right: 15px;
}
button.info-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.accumulate-depo {
    position: relative;
    max-width: 600px;
    margin: 30px auto;
}
.accum-title {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
.amt-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 36%;
    font-size: 46px;
    font-weight: 700;
}
.event-reward-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 0;
    max-width: 1000px;
    margin: 0 auto;
}
.rw-mission-box {
    position: relative;
    max-width: 332px;
    margin: 0 auto;
}
.top-mission {
    border: 3px solid #fff;
    border-radius: 14px;
    height: 54px;
    max-width: 80%;
    margin: 0 auto;
    text-shadow: 0 2px 2px rgb(0, 0, 0, 0.4);
    box-shadow: 0px 2px 3px rgb(0, 0, 0, 0.6), inset 0px 2px 4px rgb(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    padding: 0 17px;
}
.rwbonus-wrap {
    position: relative;
}
.bonus-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 77.5%;
    font-size: 26px;
    font-weight: 700;
    text-shadow: 2px 3px 4px rgb(0, 0, 0, 0.6);
}
.btn-wrap {
    margin-top: -7%;
}
button.redeem-btn {
    background: url(/event/assets/eg33/images/merry-rewards-fiesta/btn.png) no-repeat;
    background-size: 100% 100%;
    max-width: 174px;
    width: 100%;
    height: 70px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 2px 9px rgb(0, 0, 0, 0.66);
    text-transform: uppercase;
    padding-bottom: 2%;
	filter: grayscale(1);
}
button.redeem-btn.active, button.redeem-btn.claimed {
	filter: grayscale(0);
}
button.redeem-btn.active:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.tick-icon {
    max-width: 49%;
    display: block;
    margin: 0 auto;
}


/** Modal **/
button.close-x {
    position: absolute;
    z-index: 2;
    color: #fff;
    right: 10px;
    top: 10px;
}
.modal-dialog.how {
    max-width: 900px;
}
.modal-content.how {
    background: none;
    text-align: center;
    border: none;
    padding: 15px;
}
.how-title {
    max-width: 50%;
    margin: 0 auto 20px;
}
.stepbox {
    display: inline-block;
    max-width: 32%;
    margin: 0 0.5%;
    position: relative;
}
.step-info {
    display: grid;
    grid-template-columns: 50px auto;
    grid-gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.modal-dialog.terms {
    max-width: 700px;
}
.modal-content.terms {
    background: linear-gradient(180deg, rgba(251, 122, 83, 1) 0%, rgba(235, 56, 16, 1) 100%);
    padding: 15px 25px;
    border: 2px solid #ffe7be;
    border-radius: 15px;
    text-shadow: 1px 1px 5px rgb(0, 0, 0, 0.3);
}
.tnc-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
ul.terms {
	padding-left: 17px;
}
.language-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 10px;
}

@media(max-width: 1080px) {
	
}

@media(max-width: 991px) {
.logo {
    max-width: 29%;
}	
button.home-btn, button.language-btn {
    max-width: 60px;
}
.top-mission {
	font-size: 1.7vw;
	padding: 0 1vw;
	height: 6vw;
	border-radius: 1.5vw;
	border: 0.3vw solid #fff;
}
button.redeem-btn {
    max-width: 55%;
    height: 7vw;
    font-size: 2.8vw;
}
.bonus-text {
    font-size: 2.7vw;
}	
}

@media(max-width: 767px) {
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: right top;
}	
.deco.bird-1, .deco.bird-2, .deco.candy, .deco.star {
	display: none;
}
ul.nav.nav-event li.nav-item a.nav-link {
	font-size: 3.2vw;
	height: 7vw;
}
.title-top {
    margin: 0 auto -3%;
}
.stepbox {
    max-width: 48%;
    margin: 0 0.5%;
}
.step-info {
    grid-template-columns: 16% auto;
}
.step-img {
    margin-bottom: 5px;
}	
}

@media(max-width: 480px) {
button.home-btn, button.language-btn {
	max-width: 50px;
}	
.music-wrapper {
	transform: scale(0.8);
	transform-origin: right top;
}	
.floating-wrapper {
    transform: scale(0.7);
}		
.btm-sec {
    padding: 10px 0 33%;
}
ul.nav.nav-event li.nav-item a.nav-link {
	height: 9vw;
}	
.accumulate-depo {
    max-width: 85%;
}
.accum-title {
    font-size: 4vw;
}	
.amt-text {
    font-size: 7vw;
}	
.deporw-title {
    margin-right: 5px;
}	
.event-reward-container {
    display: block;
}
.rw-mission-box {
    max-width: 49%;
    display: inline-block;
    vertical-align: top;
    margin: 5px auto 15px;
}	
.top-mission {
	font-size: 3vw;
	padding: 0 1vw;
	height: 9.5vw;
	border-radius: 2vw;
	max-width: 90%;
}	
button.redeem-btn {
	max-width: 55%;
	height: 11vw;
	font-size: 3.8vw;
}
.bonus-text {
	font-size: 3.7vw;
}
.step-info {
    font-size: 14px;
}
.modal-content.terms {
    padding: 15px 15px;
    font-size: 14px;
}
.how-title {
    max-width: 60%;
    margin: 0 auto 20px;
}	
.tnc-title {
    font-size: 18px;
}	
.note-slots {
    font-size: 14px;
}
}






