@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&amp;display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; 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;
	text-align: center;
	padding: 10px 0 45px;
	background-image: url("../images/top-bg.png"), url("../images/bg-btm.png");
	background-size: 100%, 100%;
	background-position: top center, bottom center;
	background-repeat: no-repeat, no-repeat;
}
.title-top {
    position: relative;
    max-width: 727px;
    margin: 0 auto;
	z-index: 2;
}
.subtitle-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 76%;
    background: linear-gradient(119deg, rgba(255, 253, 0, 1) 0%, rgba(253, 168, 20, 1) 84%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 800;
    filter: drop-shadow(-1px -1px 0px #e52628) drop-shadow(0px 3px 0px #e52628) drop-shadow(2px 0px 0px #e52628) drop-shadow(1px 2px 2px rgb(0, 0, 0, 0.5));
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 83%;
    font-size: 28px;
    font-weight: 700;
}
.deco.bird-1 {
    left: -5%;
    top: -5%;
    max-width: 23%;
}
.deco.bird-2 {
    right: -9%;
    bottom: -2%;
    max-width: 26%;
}
.deco.lantern-1 {
    left: 3%;
    top: 20%;
    max-width: 19%;
	animation: float 2.7s ease-in-out infinite;
}
.deco.lantern-2 {
    left: -8%;
    top: 41%;
    max-width: 13%;
	animation: float 2.5s ease-in-out infinite;
}
.deco.lantern-3 {
    left: 3%;
    top: 52%;
    max-width: 10%;
	animation: float 2.6s ease-in-out infinite;
}
.deco.lantern-4 {
    left: 14%;
    top: 64%;
    max-width: 5%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.lantern-5 {
    right: 19%;
    top: 14%;
    max-width: 6%;
	animation: float 2s ease-in-out infinite;
}
.deco.lantern-6 {
    right: 7%;
    top: 20%;
    max-width: 4%;
	animation: float 2.5s ease-in-out infinite;
}
.deco.lantern-7 {
    right: 13%;
    top: 34%;
    max-width: 4%;
	animation: float 2.5s ease-in-out infinite;
}
.deco.lantern-8 {
    right: 9%;
    top: 47%;
    max-width: 3%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.lantern-9 {
    right: 0%;
    top: 30%;
    max-width: 3%;
	animation: float 2s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
.token-wrap {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
	z-index: 2;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}
.reward-card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 45px 0 30px;
}
.reward-card {
    max-width: 309px;
    margin: 0 auto;
}
.how-wrap {
    position: relative;
    display: inline-block;
    max-width: 560px;
    vertical-align: top;
    margin: 15px 10px;
}
.how-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 62%;
    font-size: 21px;
    font-weight: 500;
    max-width: 70%;
    margin: 0 auto;
    height: 70px;
    display: flex;
    align-items: center;
	justify-content: center;
}
.tnc-wrapper {
	position: relative;
    background: linear-gradient(180deg, rgba(225, 100, 30, 1) 0%, rgba(181, 24, 4, 1) 100%);
    border: 4px solid #ffe100;
    border-radius: 15px;
    max-width: 900px;
    margin: 15px auto;
    padding: 15px 21px;
    font-size: 16px;
}
.tnc-title {
    margin-bottom: 10px;
}
ul.terms {
    padding-left: 17px;
    text-align: left;
}

/** 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: -32%;
    right: 0;
    top: 22%;
    z-index: 3;
    font-size: 34px;
    color: #000;
    font-weight: 700;
    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: 730px) {
.deco.bird-1 {
    left: -1%;
}
.deco.bird-2 {
	display: none;
}	
.logo {
    width: 45%;
    margin: 0 auto;
}	
.subtitle-wrap {
    font-size: 4.7vw;
}
.date-text {
    font-size: 4vw;
}	
}

@media(max-width: 600px) {
.how-text {
    height: 11.5vw;
    font-size: 3.4vw;
}	
}

@media(max-width: 480px) {
.token-wrap {
    max-width: 85%;
}	
.token-text {
	font-size: 6vw;
}
.tnc-wrapper {
    padding: 15px 15px;
    font-size: 14px;
}	
}










