@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;
}
#particles-js {
    position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 0;
    width: 100%;
	pointer-events: none;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.top-sec {
	position: relative;
	padding: 10px 0 45px;
	text-align: center;
}
.logo {
    max-width: 31%;
    margin: 15px auto;
    filter: drop-shadow(0px 4px 2px black);
}
.title-top {
    position: relative;
    max-width: 980px;
    margin: -2% auto 30px;
}
.subtitle-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 82%;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 900;
    color: #ffe700;
    background: linear-gradient(90deg, rgba(255, 253, 0, 1) 0%, rgba(253, 168, 20, 1) 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #b7191d;
    filter: drop-shadow(0px 1px 1px #b7191d);
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 90%;
    color: #ffda2b;
    font-size: 30px;
}
@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: 26%;
    color: #010101;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 -2px 1px rgb(0, 0, 0, 0.7);
}
.reward-card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
    position: relative;
	max-width: 1100px;
    margin: 0 auto;
	padding: 15px 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/base.png") no-repeat;
    background-size: 100% 100%;
    max-width: 570px;
    min-height: 120px;
    margin: 0 auto 30px;
    padding: 35px 45px;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.tnc-wrapper {
    background: url(../images/base-big.png) no-repeat;
    background-size: 100% 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 3% 7% 3%;
    position: relative;
    z-index: 1;
}
.tnc-title {
    margin-bottom: 10px;
}
ul.terms {
    padding-left: 17px;
    color: #000;
    text-align: left;
    font-size: 17px;
	font-weight: 500;
	max-width: 80%;
}
.deco.man {
    right: -4%;
    bottom: 4%;
    max-width: 27%;
}

/** 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: 40%;
    z-index: 3;
    font-size: 30px;
    color: #fff;
    font-weight: 800;
    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: 991px) {
.subtitle-wrap {
	font-size: 3.5vw;
}
.date-text {
	font-size: 3.2vw;
}
.how-wrapper {
    grid-template-columns: auto;
    grid-gap: 5px;
}
.how-wrapper {
    padding-bottom: 0;
}	
.deco.man {
    display: none;
}
ul.terms {
    max-width: 100%;
}	
}

@media(max-width: 767px) {
ul.terms {
    font-size: 15px;
}
}

@media(max-width: 480px) {
.title-img {
	margin: 0 -10px;
	height: 55vw;
}	
.title-img img {
    object-fit: cover;
    height: 100%;
}
.subtitle-wrap {
	font-size: 3.5vw;
}
.date-text {
	font-size: 3.4vw;
}
.logo {
	max-width: 40%;
	margin: 1% auto 3%;
}	
.token-wrap {
    max-width: 85%;
}
.token-text {
	font-size: 6.2vw;
}
.how-title {
    max-width: 80%;
    margin: 0 auto;
}	
.how-title img {
    max-height: 7vw;
}	
.how-text {
	font-size: 16px;
	margin: -5% auto 30px;
	padding: 25px 35px 30px;
	min-height: auto;
}
.tnc-wrapper {
	padding: 7% 7% 7%;
}
.tnc-title {
    max-width: 80%;
    margin: 0 auto 5px;
}	
ul.terms {
    font-size: 14px;
}	
	
	
}

















