﻿@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: #000 url("/event/assets/betasia/images/fight-to-rank/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;
	pointer-events: none;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.floating-wrapper {
    position: fixed;
    right: 0;
    top: 60px;
    z-index: 99;
}
button.float-btn {
    background: none;
    border: none;
    padding: 0;
    max-width: 70px;
    display: block;
    margin: 0;
}
button:hover, a.social-link:hover {
	transform: scale(0.97);
	filter: brightness(1.07);
}

.top-sec {
	background: url("/event/assets/betasia/images/fight-to-rank/btm-bg.png")no-repeat bottom center;
	background-size: 100%;
    position: relative;
    padding: 10px 0 30px;
    text-align: center;
}
.logo {
    max-width: 260px;
    margin: 0 auto;
}
.title-top {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}
.deco.fw-1 {
    left: -16%;
    top: -16%;
    max-width: 30%;
	opacity: 0;
	animation: blink 2.6s ease-in-out infinite;
}
.deco.fw-2 {
    left: 10%;
    top: 0%;
    max-width: 24%;
	opacity: 0;
	animation: blink 2.5s ease-in-out infinite;
	animation-delay: 0.8s;
}
.deco.fw-3 {
    right: 10%;
    top: 13%;
    max-width: 22%;
	opacity: 0;
	animation: blink 2.5s ease-in-out infinite;
	animation-delay: 0.3s;
}
.deco.fw-4 {
    right: -14%;
    top: -20%;
    max-width: 32%;
	opacity: 0;
	animation: blink 2.6s ease-in-out infinite;
	animation-delay: 0.5s;
}
.deco.coin-1 {
    left: 18%;
    top: -7%;
    z-index: 2;
    max-width: 7%;
	animation: float 2.5s ease-in-out infinite;
}
.deco.coin-2 {
    right: 9%;
    top: 8%;
    z-index: 2;
    max-width: 7%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.diamond-1 {
    left: 17%;
    top: 18%;
    z-index: 2;
    max-width: 11%;
	animation: float 2s ease-in-out infinite;
}
.deco.cherry-1 {
    right: 16%;
    top: 27%;
    z-index: 2;
    max-width: 10%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.shape-1 {
    left: -7%;
    top: 22%;
    max-width: 9%;
	animation: float 2.8s ease-in-out infinite;
}
.deco.shape-2 {
    right: -5%;
    top: 13%;
    max-width: 10%;
	animation: float 3s ease-in-out infinite;
}
.deco.shape-3 {
    left: -5%;
    top: 64%;
    max-width: 10%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.shape-4 {
    right: -1%;
    top: 67%;
    max-width: 8%;
	animation: float 2.6s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-15px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes blink {
    0% {
        transform: scale(0.2);
		opacity: 0;
    }
    50% {
        transform: scale(1);
		opacity: 1;
    }
    100% {
        transform: scale(1);
		opacity: 0;
    }
}
.how-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1000px;
    margin: 0 auto;
	padding: 15px 0;
}
.prize-wrapper {
    padding-bottom: 30px;
}
.top-prize {
    position: relative;
    max-width: 360px;
    margin: 0 5px;
    display: inline-block;
}
.pts-prize {
    position: absolute;
    left: 0;
    right: 0;
    top: 58%;
    font-size: 27px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgb(0, 0, 0, 0.8);
}
.minbet {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.mintext {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgb(0, 0, 0, 0.8);
}
.weekly-container {
	padding: 30px 0 15px
}
ul.nav.nav-winner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    grid-gap: 15px 15px;
    max-width: 880px;
    margin: 0 auto 30px;
}
ul.nav.nav-winner li.nav-item a.nav-link {
    background: url(/event/assets/betasia/images/fight-to-rank/week-base.png) no-repeat;
    background-size: 100% 100%;
    max-width: 280px;
    width: 100%;
    height: 90px;
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-shadow: 0 1px 6px rgb(0, 0, 0, 0.6);
	filter: grayscale(1);
}
ul.nav.nav-winner li.nav-item a.nav-link.active {
	filter: none;
}
.week-title {
    position: relative;
    max-width: 800px;
    margin: 0 auto -50px;
    z-index: 2;
}
.weektext {
    position: absolute;
    left: 0;
    right: 0;
    top: 68%;
    font-size: 30px;
    font-weight: 700;
    z-index: 2;
}
.week-img {
    position: relative;
}
.deco.lightning {
    z-index: -1;
    left: 0;
    right: 0;
    top: -6%;
    margin: 0 -10%;
}
.weekly-frame-wrapper {
    background: linear-gradient(180deg, rgba(232, 222, 135, 1) 0%, rgba(122, 83, 40, 1) 100%);
    max-width: 780px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 8px;
    position: relative;
}
.frame-inner {
    background: linear-gradient(180deg, rgba(54, 34, 106, 1) 0%, rgba(124, 80, 227, 1) 100%);
    position: relative;
    border-radius: 12px;
    padding: 110px 10px 15px;
}
.winner-wrapper {
    position: relative;
}
.winner-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}	
.winner-box {
    position: relative;
    display: inline-block;
    max-width: 220px;
    width: 100%;
    background: linear-gradient(180deg, rgba(54, 34, 106, 1) 0%, rgba(124, 80, 227, 1) 100%);
    border-radius: 12px;
    border: 5px solid #dbbb66;
    margin: 25px 10px 30px;
    min-height: 210px;
}
.rank-plate {
    position: absolute;
    left: 0;
    right: 0;
    top: -33%;
    max-width: 75%;
    margin: 0 auto;
}
.winner-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 12%;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.provider-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-img {
    display: inline-block;
    max-width: 27%;
    margin: 0 1%;
    filter: drop-shadow(1px 3px 2px rgb(0, 0, 0, 0.4));
}
.logo-img img {
    max-height: 80px;
}
.note-text {
	margin-top: 15px;
}

/** Modal **/
.modal-dialog.terms {
    max-width: 750px;
}
.modal-content.popup {
	background: linear-gradient(180deg, rgba(54, 34, 106, 1) 0%, rgba(124, 80, 227, 1) 100%);
    border: 4px solid #dbbb66;
    border-radius: 10px;
    padding: 15px 15px;
}
button.close-x {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 2;
    color: #fff;
}
.rules-title {
	text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
ul.terms {
    padding-left: 17px;
}
.language-wrapper {
    text-align: center;
}
.language-wrapper a {
    display: inline-block;
    max-width: 90px;
    margin: 0 5px;
}

@media(max-width: 991px) {
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: right top;
}	
.logo {
    max-width: 29%;
}
ul.nav.nav-winner {
    grid-gap: 1.5vw 1.5%;
}	
ul.nav.nav-winner li.nav-item a.nav-link {
    font-size: 3.7vw;
	height: 11.7vw;
}	
}


@media(max-width: 767px) {
.week-title {
    margin: 0 auto -7%;
}	
.weektext {
    font-size: 3.8vw;
}	
}

@media(max-width: 600px) {
.mintext {
    font-size: 4vw;
}	
}

@media(max-width: 480px) {
.floating-wrapper {
    transform: scale(0.7);
    transform-origin: right top;
}		
.title-img {
    height: 63vw;
    margin: 0 -10px;
}
.title-img img {
    object-fit: cover;
    height: 100%;
}
.top-prize {
    max-width: 320px;
}	
.pts-prize {
    font-size: 23px;
}
.how-wrapper {
    display: block;
}
.stepbox {
    display: inline-block;
    width: 49%;
} 	
}
















