@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600;700;800&display=swap');

body { font-family: "Barlow", 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%;
}
.t-body {
	overflow: hidden;
}
.max-container {
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
.top-sec {
	padding: 20px 0;
	text-align: center;
}
.title-top {
	position: relative;
	max-width: 841px;
	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: -3%;
    top: 18%;
	max-width: 23%;
    mix-blend-mode: lighten;
	animation: spark 2.5s linear infinite;
}
.flare.item-2 {
    right: -10%;
    top: -18%;
	max-width: 23%;
    mix-blend-mode: lighten;
	animation: spark 3s linear infinite;
}
.step-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0 10px;
    max-width: 650px;
    margin: 15px auto;
}
.round-wrapper {
    position: relative;
    max-width: 615px;
    margin: 0 auto;
}
.title-round {
    position: absolute;
    left: 0;
    right: 0;
    top: 3%;
	z-index: 2;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
	text-shadow: 2px 2px 3px rgb(0,0,0,0.9);
}
.tr-text-1 {
    text-transform: uppercase;
}
.tr-text-2 {
    font-size: 50%;
    font-weight: 500;
}
.countdown-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
	z-index: 2;
}
ul.cdbox {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.cdbox li {
    background: url(../images/circle-cd.png)no-repeat;
	background-size: 100%;
    width: 93px;
    height: 94px;
    margin: 0 2%;
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.dtext {
    font-size: 30%;
    font-weight: 400;
}
.prize-wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    padding: 30px 0;
}
.prize-box {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: 0 4%;
    max-width: 365px;
	margin: 0 auto;
    align-items: center;
}
.pz-detail {
    text-align: left;
    font-size: 18px;
}
.username {
    font-weight: 600;
    padding-bottom: 2px;
}
.turnover {
    font-size: 80%;
    color: #9c9c9c;
}
.ytext {
	color: #ffe27f;
}
@-webkit-keyframes float {
0% {
	transform: translateY(-15px);
}
50% {
	transform: translateY(0);
}
100% {
	transform: translateY(-15px);
}
}
.ft-item {
	position: absolute;
}
.ft-item.deco-1 {
    left: 2%;
    top: 5%;
    max-width: 19%;
	animation: float 2s ease-in-out infinite;
}
.ft-item.deco-2 {
	left: 0;
    top: 53%;
    max-width: 19%;
	animation: float 2.6s ease-in-out infinite;
}
.ft-item.deco-3 {
    top: 5%;
    right: -1%;
    max-width: 19%;
	animation: float 3s ease-in-out infinite;
}
.ft-item.deco-4 {
    top: 56%;
    right: -3%;
    max-width: 19%;
	animation: float 2.4s ease-in-out infinite;
}

.wlist-wrapper {
    position: relative;
    background: #0f202d;
    max-width: 790px;
    border-radius: 15px;
	padding: 18px 20px;
	margin: 15px auto 25px;
}
.table-responsive.winner-list {
    max-height: 400px;
    overflow: auto;
}
table.winner-table.top tr td {
	background: #152d41;
	color: #ffe27f;
	font-size: 19px;
	font-weight: 600;
	padding: 12px 2px;
} 
table.winner-table.top tr td:first-child {
	border-radius: 8px 0 0 8px;
} 
table.winner-table.top tr td:last-child {
	border-radius: 0 10px 10px 0;
} 
table.winner-table tr td {
	font-size: 17px;
	padding: 6px 2px;
} 
.winner-list {
	max-height: 350px;
	overflow: auto;
}
.table-responsive.winner-list::-webkit-scrollbar {
	width: 4px;
}
.table-responsive.winner-list::-webkit-scrollbar-track {
	background: #081420;
	border-radius: 15px;
}
.table-responsive.winner-list::-webkit-scrollbar-thumb {
	background: #28475f;
	border-radius: 15px;
}
.table-responsive.winner-list::-webkit-scrollbar-thumb:hover {
	background: #28475f;
}
.wl-title {
    position: relative;
    font-size: 26px;
    font-weight: 700;
    padding: 0 25px;
	text-align: left;
}
.wbtn {
	cursor: pointer;
}
.wbtn::after {
    content: '\f13a';
    font-family: 'Font Awesome 5 Free';
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    color: #fff;
    right: 30px;
    top: 0;
    transform: rotate(180deg);
    transition: 0.3s;
}
.wbtn.collapsed::after {
    content: '\f13a';
    font-family: 'Font Awesome 5 Free';
    transform: none;
    transition: 0.3s;
}
.wlist-content {
    margin-top: 15px;
}

@keyframes shine {
0% {
	left: -200%;
}
30% {
	left:-200%;
}
100% {
	left: 200%;
}
}
.pz-img {
    position: relative;
    overflow: hidden;
	border-radius: 50%;
}
.gold-shine {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    transform: skewX(20deg);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
    animation: shine 2.2s infinite;
    z-index: 1;
}
.gold-shine.badge2 {
	animation-delay: 0.5s;
}
.gold-shine.badge3 {
	animation-delay: 1s;
}

@media(max-width: 991px) {
body {
    background-size: 160%;
}
}

@media(max-width: 767px) {
	.title-top {width:80%;}
.ft-item {
	display: none;
}	
.prize-wrapper {
    display: block;
}	
.pzbox {
    display: inline-block;
    width: 47%;
    margin: 1% 0.5%;
}
.wl-title {
    font-size: 20px;
    padding: 0 25px 0 15px;
}
.wbtn::after {
    font-size: 20px;
    right: 0px;
    top: 0;
}
}
@media(max-width: 630px) {
.title-round {
    font-size: 5.7vw;
}
ul.cdbox li {
    width: 14.8vw;
    height: 15vw;
    font-size: 7vw;
}	
}

@media(max-width: 480px) {
body {
	background: #000 url("../images/m-bg.jpg")no-repeat top center;
    background-size: 175%;
}	
.pzbox {
    display: inline-block;
    width: 100%;
    margin: 2% 0;
}
.prize-box {
    grid-template-columns: 37% auto;
}
table.winner-table.top tr td, table.winner-table tr td {
    font-size: 14px;
}
.wlist-wrapper {
    padding: 15px 10px;
}	
.wl-title {
    font-size: 16px;
    padding: 0 25px 0 5px;
}	
.wbtn::after {
    font-size: 16px;
    right: 0px;
    top: 1px;
}	
}




















