@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800&display=swap');

@font-face {
	font-family: 'AvertaStd';
	font-weight: 400;
	src: url("../fonts/AvertaStd-Regular.ttf");
}
@font-face {
	font-family: 'AvertaStd';
	font-weight: 500;
	src: url("../fonts/AvertaStd-Semibold.ttf");
}
@font-face {
	font-family: 'AvertaStd';
	font-weight: 700;
	src: url("../fonts/AvertaStd-Bold.ttf");
}
@font-face {
	font-family: 'AvertaStd';
	font-weight: 800;
	src: url("../fonts/AvertaStd-Black.ttf");
}

body { font-family: "AvertaStd", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #030e15; }

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, textarea: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;
    padding-top: 70px;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 10px;
}

/** Legend Challenge **/
.legend-body canvas.particles-js-canvas-el {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.legend-body {
	overflow: hidden;
}
.legendspin-sec {
	background: url("../images/bg.jpg")no-repeat top center;
	background-size: cover;
	position: relative;
	padding: 0 0 60px;
	text-align: center;
}
.legendspin-title {
    position: relative;
    max-width: 1270px;
    margin: 0 auto;
}
@-webkit-keyframes spark {
0% {
	transform: scale(0.2) rotate(0deg);
	opacity: 0.1;
}
50% {
	transform: scale(1) rotate(180deg);
	opacity: 1;
}
100% {
	transform: scale(0.2) rotate(360deg);
	opacity: 0.1;
}
}
.flare {
    position: absolute;
	pointer-events: none;
}
.flare.item-1 {
	left: 22%;
    top: 20%;
	max-width: 23%;
    mix-blend-mode: lighten;
	animation: spark 2.5s linear infinite;
}
.flare.item-2 {
    right: 19%;
    top: 26%;
    max-width: 23%;
    mix-blend-mode: lighten;
    animation: spark 2.5s linear infinite;
	animation-delay: 0.3s;
	opacity: 0;
}
.flare.item-3 {
    left: 43%;
    top: 47%;
    max-width: 23%;
    mix-blend-mode: lighten;
    animation: spark 3s linear infinite;
    animation-delay: 0.7s;
	opacity: 0;
}
.deco.magazine {
    left: 8%;
    bottom: 3%;
    max-width: 12%;
	animation: float 1.9s ease-in-out infinite;
}
.legend-step-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1060px;
    margin: 15px auto 30px;
}
.accumlate-turnover {
    position: relative;
    max-width: 500px;
    margin: 0 auto 30px;
    text-align: center;
}
.accumtext {
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    font-size: 60px;
    font-weight: 500;
}
.lg-countdown-wrapper {
    position: relative;
    text-align: center;
    max-width: 570px;
    margin: 0 auto 20px;
}
.period-date {
    position: absolute;
    left: 0;
    right: 0;
    top: 9%;
    font-size: 24px;
    color: #fff2d7;
}
.deco.bullet {
    left: -32%;
    top: 13%;
    max-width: 22%;
	animation: float 2s ease-in-out infinite;
}
.deco.gun {
    right: -31%;
    top: 4%;
    max-width: 21%;
	animation: float 2.2s ease-in-out infinite;
}
@-webkit-keyframes float {
0% {
	transform: translateY(-12px);
}
50% {
	transform: translateY(0);
}
100% {
	transform: translateY(-12px);
}
}

.title-round {
    margin-bottom: 10px;
}
.count-wrap {
    position: relative;
    max-width: 570px;
    margin: 0 auto;
}
.cdwrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 34%;
    max-width: 90%;
    margin: 0 auto;
}
ul.cdbox {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0;
    list-style-type: none;
}
ul.cdbox li {
    margin: 0;
    color: #f1cf8c;
    font-size: 60px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
ul.cdbox li .dtext {
    font-size: 30%;
    color: #818181;
}	
.turnbonus-wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.table-responsive.bonus {
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    max-width: 60%;
    margin: 0 auto;
}
table.bonus-table {
	font-size: 18px;
}
table.bonus-table tr.top td {
	font-size: 110%;
}
table.bonus-table tr td {
	padding: 5px 1px;
}
table.bonus-table tr td:last-child {
	color: #f3d671;
}
.week-result-base {
    position: relative;
    max-width: 500px;
    margin: 20px auto;
}
.amount-num {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    font-size: 65px;
    font-weight: 500;
}
.comm-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.actext-1 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
	text-align: center;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
.table-responsive.bonus {
	top: 42%;
}	
table.bonus-table {
    font-size: 2.3vw;
}	
table.bonus-table tr td {
	padding: 1.2% 2px;
}

}

@media (max-width: 599px) {
.accumlate-turnover {
    max-width: 80%;
}	
.accumtext {
    font-size: 10vw;
}
.period-date {
    font-size: 4.1vw;
}	
	
ul.cdbox li {
    font-size: 10vw;
}
.week-result-base {
    max-width: 80%;
}	
.amount-num {
    font-size: 10vw;
}	
button.comm-btn {
    max-width: 40%;
}	
.actext-1 {
    font-size: 18px;
}	
}


























