@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: #000 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 {
	background: url("../images/top-bg.png")no-repeat top center;
	background-size: 100%;
	position: relative;
	padding: 10px 0 30px;
	text-align: center;
}
.logo {
    max-width: 300px;
    margin: 0 auto;
}
.title-top {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 71%;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgb(0, 0, 0, 0.8);
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes shake {
    0% {
        transform: translateX(-3px);
    }
    20% {
        transform: translateX(3px);
    }
	40% {
        transform: translateX(-3px);
    }
	60% {
        transform: translateX(3px);
    }
	80% {
        transform: translateX(3px);
    }
	100% {
        transform: translateX(-3px);
    }
}
.token-wrap {
    max-width: 480px;
    margin: -8% auto 0;
    position: relative;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 53%;
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 0px 5px rgb(0, 0, 0, 0.8);
}
.middle-sec {
    background: url(../images/branch.png) no-repeat top center;
    background-size: auto;
    position: relative;
    background-position-y: 75%;
}
.deco.left-b {
    left: 0;
    top: 10%;
    max-width: 28%;
    pointer-events: none;
	z-index: 2;
}
.deco.right-b {
    right: 0;
    top: -65%;
	max-width: 21%;
	z-index: 2;
	pointer-events: none;
}
.deco.snake {
    left: -8%;
    top: -10%;
    max-width: 20%;
	z-index: 1;
	animation: shake 1.5s linear infinite;
}
.deco.gorila {
    right: -4%;
    top: -103%;
    max-width: 31%;
    z-index: 1;
	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: 910px;
    margin: 0 auto;
    padding: 0px 0 45px;
}
.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;
	text-align: center;
	position: relative;
	z-index: 3;
}
.how-title {
    position: relative;
    z-index: 1;
}
.how-text {
    background: url(../images/base.png) no-repeat;
    background-size: 100% 100%;
    max-width: 513px;
    min-height: 173px;
    margin: -35px auto 30px;
    padding: 51px 65px 30px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 4px rgb(0, 0, 0, 0.7);
}
.tnc-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px 0;
    position: relative;
    z-index: 3;
    text-align: center;
}
.tnc-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 21%;
}
ul.terms {
    padding-left: 17px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 34%;
    max-width: 45%;
    margin: 0 auto;
}
.deco.girl {
    right: 8%;
    bottom: 0;
    max-width: 20%;
}


/** 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: 29%;
    z-index: 3;
    font-size: 34px;
    color: #fff;
    font-weight: 800;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
    text-shadow: 0 1px 8px rgb(0, 0, 0, 0.5);
}
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: 1080px) {
.deco.left-b, .deco.right-b { 
	display: none;	
}
.date-text {
    font-size: 2vw;
}	
}

@media(max-width: 991px) {
.logo {
    max-width: 30%;
}	
.middle-sec {
    background-position-y: -138px;
}	
.how-wrapper {
    grid-template-columns: auto;
    grid-gap: 5px;
}
.deco.snake {
    left: -10%;
    top: 0%;
    max-width: 20%;
}	
.deco.gorila {
    right: -7%;
    top: -99%;
    max-width: 31%;
}	
.tnc-wrapper {
    padding: 0;
}
.tnc-base {
    height: 62vw;
    margin: 0 -10px;
}
.tnc-base img {
    object-fit: cover;
    height: 100%;
}
ul.terms {
    font-size: 16px;
    max-width: 70%;
}	
.deco.girl {
    right: -3%;
    bottom: 0;
    max-width: 20%;
}	
	
	
}

@media(max-width: 767px) {
.middle-sec {
	background-position-y: 0;
	background-size: 124%;
}	
.tnc-title {
    max-width: 54%;
    margin: 0 auto;
}
ul.terms {
	font-size: 2vw;
}	
}

@media(max-width: 480px) {
.title-img {
	margin: 0 -10px;
	height: 89vw;
}	
.title-img img {
    object-fit: cover;
    height: 100%;
}	
.date-text {
	font-size: 2.5vw;
}
.logo {
    max-width: 40%;
}	
.deco.snake {
	display: none;
}	
.token-wrap {
    max-width: 85%;
}
.token-wrap {
	max-width: 65%;
}	
.token-text {
	font-size: 6.2vw;
}
.how-title {
    max-width: 80%;
    margin: 0 auto;
}	
.how-text {
	font-size: 15px;
	margin: -5% auto 30px;
	padding: 35px 60px 45px;
	min-height: auto;
}
.btm-sec {
	padding: 0 0 30px;
}	
.tnc-wrapper {
	background: #ba965e;
	padding: 15px 10px;
	border: 5px solid #ab743c;
	border-radius: 8px;
	box-shadow: inset 0 0 6px rgb(0, 0, 0, 0.5);
}	
.tnc-title {
    position: initial;
	max-width: 80%;
    margin-bottom: 10px;
}
ul.terms {
    position: initial;
    font-size: 14px;
    max-width: 100%;
	text-shadow: 0 1px 2px rgb(0,0,0,0.5);
}	
.deco.girl {
    display: none;
}	
.tnc-base {
    display: none;
}	
}

















