﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #212436 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;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.wheel-sec {
	background: url("../images/btm-bg.png")no-repeat bottom center;
	background-size: 100%;
	position: relative;
	text-align: center;
	padding: 30px 0 30px;
}
.title-top {
	position: relative;
    max-width: 750px;
    margin: 0 auto;
}
.deco.spark-1 {
    left: -25%;
    top: -26%;
    max-width: 55%;
    mix-blend-mode: screen;
	pointer-events: none;
}
.deco.spark-2 {
    right: -23%;
    top: 38%;
    max-width: 55%;
    mix-blend-mode: screen;
    pointer-events: none;
}
.wheel-wrapper {
	max-width: 1000px;
	margin: 0 auto;
}
.wheel-wrapper iframe {
    border: none;
    width: 100%;
    height: 646px;
}

.accumulate-wrapper {
    background: #360c5c;
    max-width: 766px;
    margin: 5px auto;
    padding: 30px 15px;
    text-align: center;
    border-radius: 28px;
    border: 2px solid #794cb9;
}
.acc-text {
    font-style: italic;
    font-size: 21px;
    font-weight: 500;
    text-transform: uppercase;
}
.org-text {
    color: #ffd338;
}
.depo-amt-wrap {
    max-width: 500px;
    margin: 10px auto;
    display: grid;
    grid-template-columns: auto 160px;
    align-items: center;
}
.depo-level {
    background: #572989;
    max-width: 500px;
    border-radius: 30px 0 0 30px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}
button.depo-btn {
    background: #ffd338;
    border-radius: 0 30px 30px 0;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    height: 45px;
    padding: 2px 5px;
    transition: 0.2s;
}
button.depo-btn:hover {
    background: #4a0791;
	color: #ffd338;
}
.winner-list-wrapper {
    max-width: 760px;
    margin: 15px auto;
}
.winner-box {
    background: rgb(49, 10, 91, 0.8);
    background-size: 100% 100%;
    width: 100%;
    min-height: 400px;
    margin: 0 auto;
    padding: 15px 20px;
    overflow: hidden;
    border-radius: 28px;
    border: 2px solid #794cb9;
    text-align: center;
}
.title-winner {
    font-size: 26px;
    font-weight: 700;
    color: #ffd338;
    text-transform: uppercase;
    padding-bottom: 15px;
}
table.list-table tr td {
    padding: 10px 2px;
    font-size: 18px;
	font-weight: 500;
}
table.list-table tr.top-title td {
    background: #7f34ce;
    border: none;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 2px;
    text-transform: uppercase;
}
table.list-table tr.top-title td:first-child {
	border-radius: 8px 0 0 8px; 	
}
table.list-table tr.top-title td:last-child {
	border-radius: 0 8px 8px 0; 	
}
.pagination-wrap {
    display: flex;
	align-content: center;
	justify-content: center;
	padding: 10px 0;
}
.pagination-wrap a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
}
.pagination-wrap a:hover {
	color: #ffd338;
}
.note-wheel {
    background: #360c5c;
    max-width: 760px;
    margin: 0 auto;
    padding: 20px 20px;
    border-radius: 15px;
    display: grid;
    grid-template-columns: 35px auto;
    font-size: 17px;
}
.note-text {
    text-align: left;
}

@media(max-width: 1080px) {
.wheel-wrapper iframe {
    height: 60vw;
}
	


@media(max-width: 480px) {
.acc-text {
    font-size: 18px;	
}
.title-winner {
    font-size: 20px;
}
table.list-table tr td, table.list-table tr.top-title td {
    font-size: 16px;
}
.note-wheel {
	padding: 20px 15px;
    font-size: 15px;
}
.depo-amt-wrap {
    grid-template-columns: auto 40%;
    grid-gap: 10px;
}
.depo-level {
    font-size: 16px;
}
button.depo-btn {
	font-size: 15px;
}	
}

@media(max-width: 480px) {
.wheel-wrapper iframe {
    height: 80vw;
}
}

























