@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: Aero;
  src: url("../fonts/Aero.ttf");
}

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #4f1261 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, input:focus, select:focus { 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 {
    width: 100%;
}
button {
	background: none;
	border: none;
	padding: 0;
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
	pointer-events: none;
}
.max-container {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
}
.top-sec {
	text-align: center;
	position: relative;
	padding: 0 0 60px;
}
.title-top {
	position: relative;
	margin-bottom: -3%;
}
.deco.spark-1 {
    left: 12%;
    top: 43%;
    max-width: 20%;
    mix-blend-mode: screen;
}
.deco.spark-2 {
    right: 27%;
    top: 25%;
    max-width: 20%;
    mix-blend-mode: screen;
}
.deco.spark-3 {
    right: 11%;
    top: 46%;
    max-width: 27%;
    mix-blend-mode: screen;
}
.deco.coin-1 {
    top: 58%;
    left: 3%;
    max-width: 22%;
    z-index: -1;
	animation: 2.2s float ease-in-out infinite;
}
.deco.coin-2 {
    right: 2%;
    top: 32%;
    max-width: 16%;
	animation: 2.0s float ease-in-out infinite;
}
.how-wrapper {
	position: relative;
    max-width: 1000px;
    margin: 0 auto 15px;
}
.stepbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
	max-width: 30%;
    margin: 0px 1%;
    filter: drop-shadow(0px 3px 7px rgb(0, 0, 0, 0.4));
}
.accum-wrapper {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}
.accum-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    font-size: 44px;
	font-weight: 500;
    color: #fff;
}
.countdown-wrapper {
    position: relative;
    max-width: 730px;
    margin: 0 auto 30px;
}
#countdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    max-width: 75%;
    margin: 0 auto;
}
ul.countdown-list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    list-style-type: none;
	padding: 0;
}
ul.countdown-list li {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 500;
}
ul.countdown-list li span {
    display: block;
    font-size: 68px;
    color: #ffd338;
    line-height: 1.3;
}
.date-cd {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
.bonus-wrapper {
    position: relative;
    max-width: 755px;
    margin: 0 auto;
}
.deco.thunder {
    z-index: -1;
    max-width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -18%;
}
.bonus-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 17%;
    max-width: 59%;
    margin: 0 auto;
}
.bonus-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 500;
}
.table-responsive.bonus {
    position: absolute;
    top: 33%;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
    font-size: 22px;
}
table.bonus-table tr td {
    color: #fff;
    padding: 8px 2px;
}
table.bonus-table tr.top td {
    color: #ffd338;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 110%;
}
.week-result-base {
    position: relative;
    max-width: 580px;
    margin: 0 auto;
}
.amount-num {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    font-size: 44px;
	font-weight: 500;
}
button.comm-btn {
    background: #ffd338;
    height: 42px;
    width: 100%;
    max-width: 230px;
    border-radius: 40px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 4px;
}
button.comm-btn.terms {
	background: #ae00ff;
	color: #fff;
}
button.comm-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.deco.deco-1 {
    right: 3%;
    top: 3%;
    max-width: 15%;
	animation: 2.2s float ease-in-out infinite;
}
.deco.deco-2 {
    left: 1%;
    top: 15%;
    max-width: 18%;
	animation: 2.1s float ease-in-out infinite;
}
.deco.deco-3 {
    left: 0;
    top: 50%;
    max-width: 16%;
	animation: 2.4s float ease-in-out infinite;
}
.deco.deco-4 {
    right: 0;
    top: 58%;
    max-width: 12%;
	animation: 2s float ease-in-out infinite;
}
@-webkit-keyframes float {
0% {
	transform: translateY(0);
}
50% {
	transform: translateY(-14px);
}
100% {
	transform: translateY(0);
}
}

/** Modal **/
.modal-dialog.how {
    max-width: 700px;
}
.modal-content.how {
    background: #0b0c0c;
    border: 2px solid #fff;
    box-shadow: inset 0 0 1px 2px #ae00ff, 0 0 2px 2px #ae00ff;
    border-radius: 12px;
    padding: 25px 20px;
}
.tnc-title {
	text-align: center;
    color: #ffd338;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
ul.terms {
    padding-left: 17px;
    margin: 0;
}
ul.terms li {
    padding-bottom: 5px;
}
button.close-x {
    font-size: 15px;
    color: #fff;
    border: none;
    background: none;
    position: absolute;
    right: 8px;
    top: 6px;
    z-index: 2;
}

@media(max-width: 991px) {
.logo {
    max-width: 32%;
}	
.title-img {
    height: 56vw;
    margin: 0 -10px 0;
}	
.title-img img {
    object-fit: cover;
    margin: 0 -10px;
    height: 60vw;
}	
.deco.coin-1 {
    top: 53%;
    left: -14%;
    max-width: 29%;
}
.deco.coin-2 {
    right: -10%;
    top: 25%;
    max-width: 21%;
}
.deco.spark-1 {
    left: -3%;
    top: 48%;
    max-width: 26%;
}
.deco.spark-2 {
    right: 18%;
    top: 27%;
    max-width: 27%;
}	
.deco.spark-3 {
	right: -3%;
	top: 53%;
	max-width: 35%;
}	
}

@media(max-width: 767px) {
.deco {
	display: none;
}	
.table-responsive.bonus {
	font-size: 3.2vw;
	top: 32%;
}
table.bonus-table tr td {
    padding: 1.4% 2px;
}	
.bonus-text {
    font-size: 4.2vw;
}
ul.countdown-list li span {
    font-size: 10vw;
}	
.date-cd {
    font-size: 3.8vw;
}
ul.countdown-list li {
    font-size: 3vw;
}	
.btm-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}	
button.comm-btn {
	width: 50%;
	font-size: 3.5vw;
	height: 8vw;
}	
}

@media(max-width: 560px) {
.accum-text {
	font-size: 8vw;
}	
.amount-num {
    font-size: 7vw;
}	
}

@media(max-width: 480px) {
	
}









