@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..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: #000 url("/event/assets/images/slot-live-challenge/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;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.floating-wrapper {
    position: fixed;
    z-index: 99;
    right: 2px;
    top: 100px;
	width: 100%;
    max-width: 58px;
	text-align: center;
}
button.float-btn {
    display: block;
    margin: 4px 0;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 180px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
a.float-item {
    display: inline-block;
    max-width: 54px;
	margin: 0 1px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 0 0 30px;
}
.logo {
	padding-top: 10px;
}
.deco.thunder-1 {
    left: 0;
    top: 0;
    max-width: 60%;
    mix-blend-mode: screen;
	animation: blink 2s ease-in-out infinite;	
}
.deco.thunder-2 {
    right: 0;
    top: 0;
    max-width: 47%;
    mix-blend-mode: screen;
	opacity: 0;
	animation: blink 2.2s ease-in-out infinite;
	animation-delay: 0.1s;
}
@keyframes blink {
    0% {
        opacity: 0;
    }
	20% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
	40% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.title-top {
    position: relative;
	margin-bottom: -4%;
}
.deco.item-1 {
    left: 15%;
    top: 0%;
    max-width: 13%;
	animation: float 2.2s ease-in-out infinite;	
}
.deco.item-2 {
    left: -2%;
    top: 18%;
    max-width: 15%;
	animation: float 2.5s ease-in-out infinite;	
}
.deco.item-3 {
    right: 15%;
    top: 3%;
    max-width: 16%;
	animation: float 2.8s ease-in-out infinite;	
}
.deco.item-4 {
    right: 0%;
    top: 49%;
    max-width: 10%;
	animation: float 3s ease-in-out infinite;	
}
.deco.item-5 {
    right: 1%;
    top: 23%;
    max-width: 12%;
	animation: float 2.3s ease-in-out infinite;	
}
.deco.item-6 {
    left: 1%;
    top: 73%;
    max-width: 8%;
	animation: float 2.1s ease-in-out infinite;	
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-13px);
    }
    100% {
        transform: translatey(0px);
    }
}
.date-event {
    position: relative;
    max-width: 600px;
    margin: 0 auto 15px;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Aero';
    font-size: 36px;
    text-shadow: 0px 2px 4px rgb(0, 0, 0, 0.7);
}
.subtitle {
    background: linear-gradient(180deg, rgba(198, 141, 50, 1) 0%, rgba(224, 191, 133, 1) 61%, rgba(251, 250, 222, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 24px;
    font-family: 'Aero';
}
.week-tabs {
    position: relative;
    padding: 20px 0;
}
button.week-btn {
    width: 24%;
    position: relative;
    display: inline-block;
	filter: grayscale(1);
}
.wktext {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    font-family: 'Aero';
    text-shadow: 0 1px 6px rgb(0, 0, 0, 0.8);
    text-transform: uppercase;
}
button.week-btn.active {
	filter: none;
}
.week-period {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}
.text-period {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-family: 'Aero';
}
ul.nav.nav-game {
    justify-content: center;
    align-items: center;
	max-width: 767px;
	margin: 0 auto;
}
ul.nav.nav-game li.nav-item {
    width: 50%;
}
ul.nav.nav-game li.nav-item .nav-link {
    padding: 0;
    position: relative;
	filter: grayscale(1);
}
.navtext {
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    color: #fff;
    font-family: 'Aero';
    font-size: 33px;
    text-transform: uppercase;
}
ul.nav.nav-game li.nav-item .nav-link.active {
	filter: none;
}
.top-winners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.winner-box {
    position: relative;
    max-width: 390px;
    margin: 0 auto;
}
.wininfo {
    position: absolute;
    left: 0;
    right: 0;
    top: 54%;
    font-size: 21px;
    font-weight: 500;
}
.winprize {
    background: linear-gradient(180deg, rgba(198, 141, 50, 1) 0%, rgba(224, 191, 133, 1) 61%, rgba(251, 250, 222, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 155%;
    font-family: 'Aero';
    filter: drop-shadow(1px -1px 2px black);
    margin-bottom: 1%;
}
.ranking-wrapper {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}
.table-responsive.ranking {
    position: absolute;
    left: 0;
    right: 0;
    top: 23%;
    max-width: 67%;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 14px;
	font-size: 16px;
}
table.ranking-table tr th {
	background: #0170b9;
	padding: 16px 1px;
	font-weight: 400;
	font-size: 110%;
	border: 1px solid #fff;
}
table.ranking-table tr td {
	padding: 7px 1px;
	border: 1px solid #fff;
}
table.ranking-table tr th:first-child {
	border-left: none;
}
table.ranking-table tr th:last-child {
	border-right: none;
}
table.ranking-table tr td:first-child {
	border-left: none;
}
table.ranking-table tr td:last-child {
	border-right: none;
}
table.ranking-table tr:first-child th {
	border-top: none;
}
table.ranking-table tr:last-child td {
	border-bottom: none;
}

/** Modal **/
.modal-dialog.popup {
	max-width: 700px;
}
.modal-content.popup {
	background: #0170b9;
    border-radius: 12px;
    border: 3px solid #fff;
	color: #fff;
	padding: 15px 25px 20px;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.popup-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 2px 4px rgb(0, 0, 0, 0.8);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
ul.terms {
    padding-left: 17px;
}

@media(max-width: 1080px) {
.logo {
    max-width: 36%;
    margin: 0 auto;
}	
.wktext {
    font-size: 2.7vw;
}	
.date-event {
    max-width: 57%;
}	
.date-text {
    font-size: 3.3vw;
}
.wininfo {
    font-size: 1.8vw;
}
.table-responsive.ranking {
    font-size: 15px;
	top: 22%;
}	
table.ranking-table tr th {
    padding: 2% 1px;
}
table.ranking-table tr td {
    padding: 1% 1px;
}
span.numbadge img {
    max-height: 4vw;
}	
.floating-wrapper {
    transform: scale(0.9);
    transform-origin: right top;
}	
}


@media(max-width: 767px) {
.floating-wrapper {
    transform: scale(0.8);
}	
.subtitle {
    font-size: 20px;
}	
.week-tabs {
    max-width: 480px;
    margin: 0 auto;
}	
button.week-btn {
    width: 49%;
}
.wktext {
	font-size: 26px;
}
.navtext {
    font-size: 4.5vw;
}	
.top-winners {
    grid-template-columns: repeat(2, 1fr);
}
.winner-box.no1 {
    grid-column: 1 / 3;
    width: 50%;
}	
.wininfo {
	font-size: 2.7vw;
}	
}

@media(max-width: 600px) {
.week-period {
    max-width: 80%;
}	
.text-period {
    font-size: 4.2vw;
}
.table-responsive.ranking {
    position: relative;
    max-width: 95%;
    margin-top: 30px;
	font-size: 13px;
}	
.frame-img {
    display: none;
}	
}

@media(max-width: 480px) {
.floating-wrapper {
    transform: scale(0.65);
}	
.subtitle {
    font-size: 16px;
}	
.wktext {
	font-size: 5vw;
}	
.popup-title {
    font-size: 20px;
}	
.modal-content.popup {
    padding: 15px 15px 15px;
    font-size: 14px;
}	
}











