@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

@font-face {
	font-family: Zombie;
	src: url("../fonts/ZOMBIE.TTF");
}

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;
	padding: 10px 0 30px;
	text-align: center;
}
.logo {
    max-width: 27%;
    margin: 0 auto;
}
.title-top {
    position: relative;
    max-width: 980px;
    margin: -2% auto 30px;
}
.subtitle-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 79%;
    text-transform: uppercase;
    font-family: 'Zombie';
    font-size: 38px;
    color: #ffe700;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 86.5%;
    color: #ffff03;
    font-size: 34px;
    font-weight: 500;
    text-shadow: 0 2px 1px #f3a62c;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes shake {
    0% {
        transform: rotate(-12deg);
    }
    50% {
        transform: rotate(12deg);
    }
	100% {
        transform: rotate(-12deg);
    }
}
.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: 35px;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 -1px 0px #4a4a4a, 0 1px 0px #4a4a4a;
}
.deco.pumpkin-1 {
    left: -4%;
    top: 52%;
    max-width: 22%;
	animation: shake 2s ease-in-out infinite;
}
.deco.pumpkin-2 {
    right: -5%;
    top: -30%;
    max-width: 22%;
	animation: float 2s ease-in-out infinite;
}
.reward-card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
    position: relative;
	max-width: 1100px;
    margin: 0 auto;
	padding: 45px 0 30px;
}
.reward-card {
	cursor: pointer;
	transition: 0.2s;
}
.reward-card:hover {
	transform: scale(1.02);
	filter: brightness(1.1);
	transition: 0.2s;
}
.how-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
	padding-bottom: 25px;
}
.how-title {
    position: relative;
    z-index: 1;
}
.how-text {
    background: url(../images/how-base.png) no-repeat;
    background-size: 100% 100%;
    max-width: 570px;
    min-height: 120px;
    margin: -16px auto 30px;
    padding: 30px 30px;
    font-size: 26px;
    font-weight: 700;
    color: #000;
}
.tnc-wrapper {
    background: url(../images/tnc-base.png) no-repeat;
    background-size: 100% 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 20px 30px 30px;
    position: relative;
    z-index: 1;
}
.tnc-title {
    margin-bottom: 20px;
}
ul.terms {
    padding-left: 17px;
    color: #fff;
    text-align: left;
    font-size: 17px;
}

/** 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: 49%;
    z-index: 3;
    font-size: 34px;
    color: #000;
    font-weight: 800;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
	text-shadow: 0 0 2px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 10px #fff;
}
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;
}

.home-ico {
    position: absolute;
    top: 4%;
    left: 4%;
    background: #7ff800;
    padding: 10px;
    border-radius: 50px;
    font-size: 18px;
    animation: zoom-in-zoom-out 1.5s ease infinite;
    z-index: 1;
    color: #000;
}

.home-ico:hover {
    color: #fff;
}
@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%
  }
  50% {
    scale: 120%;
  }
  100% {
    scale: 100%;
  }
}

@media(max-width: 991px) {
.subtitle-wrap {
    font-size: 4vw;
}
.date-text {
    font-size: 3.8vw;
	text-shadow: 0 1px 1px #f3a62c;
}
.how-wrapper {
    grid-template-columns: auto;
    grid-gap: 5px;
}		
}

@media(max-width: 767px) {
	
}

@media(max-width: 480px) {
.title-img {
    margin: 0 -10px;
    height: 67vw;
}	
.title-img img {
    object-fit: cover;
    height: 100%;
}
.subtitle-wrap {
	font-size: 4.8vw;
}	
.date-text {
	font-size: 4.5vw;
}
.logo {
    max-width: 40%;
}	
.token-wrap {
    max-width: 85%;
}
.token-text {
	font-size: 6.2vw;
}
.how-title {
    max-width: 80%;
    margin: 0 auto;
}	
.how-text {
	font-size: 16px;
	margin: -5% auto 30px;
	padding: 25px 15px 30px;
	min-height: auto;
}
.tnc-wrapper {
	padding: 20px 15px 20px;
}	
ul.terms {
    font-size: 14px;
}	
	
	
}

















