@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
	font-family: Conthrax;
	src: url("../fonts/Conthrax.otf");
}

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 15px;
    color: #fff;
    background: #000 url("/event/assets/betasia/images/deposit-reward-rush/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: 60px;
	text-align: center;
}
button.float-btn {
    display: block;
    margin: 5px 0;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 155px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
	margin-top: 8px;
}
a.float-item {
    display: inline-block;
    max-width: 45px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
.top-sec {
    background: url("/event/assets/betasia/images/deposit-reward-rush/btm-bg.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    position: relative;
    text-align: center;
    padding: 10px 0 60px;
}
.logo {
    max-width: 300px;
    margin: 0 auto -5%;
}
.title-top {
    position: relative;
    max-width: 1100px;
    margin: 0 auto 15px;
}
.deco.coin-1 {
    left: -4%;
    top: -10%;
    max-width: 30%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.coin-2 {
    left: -10%;
    top: 20%;
    max-width: 30%;
	animation: float 2s ease-in-out infinite;
}
.deco.coin-3 {
    right: 2%;
    top: -11%;
    max-width: 27%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.coin-4 {
    right: -13%;
    top: 13%;
    max-width: 29%;
	animation: float 2.6s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
.step-wrapper {
	padding: 15px 0;
}
.stepbox {
    display: inline-block;
	vertical-align: top;
    width: 30%;
    margin: 0 1%;
}
.accum-depo {
    position: relative;
    max-width: 500px;
    margin: 15px auto;
}
.deptext {
    position: absolute;
    left: 0;
    right: 0;
    top: 42%;
    font-size: 42px;
    font-weight: 700;
    text-shadow: 0px 1px 3px rgb(0, 0, 0, 0.8);
}
.ladder-wrapper {
    position: relative;
    max-width: 1100px;
    margin: 20% auto 0;
}
.msbox {
	position: absolute;
	left: 0;
	right: 0;
}
button.start-depo {
    background: url(/event/assets/betasia/images/deposit-reward-rush/start-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 45%;
    height: 180px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1%;
    z-index: 2;
    font-family: 'Conthrax';
    font-size: 30px;
    text-transform: uppercase;
}
button.start-depo:hover { 
	transform: scale(0.98);
	filter: brightness(1.08);
}
span.start-text {
background: linear-gradient(180deg, rgba(250, 186, 70, 1) 0%, rgba(255, 240, 120, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 3px 3px rgb(0, 0, 0, 0.8));
}

.msinfo {
    font-size: 20px;
    filter: drop-shadow(0px 2px 3px rgb(0, 0, 0, 0.9));
	text-transform: uppercase;
}
.mstext-1 {
    font-family: "DM Serif Text";
	font-weight: 600;
}
.mstext-2 {
    font-weight: 700;
}
.msbonus {
    background: linear-gradient(180deg, rgba(250, 186, 70, 1) 0%, rgba(255, 240, 120, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Conthrax';
    font-style: italic;
}
button.claim-btn {
    background: url(/event/assets/betasia/images/deposit-reward-rush/btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 180px;
    height: 66px;
    font-family: "DM Serif Text";
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 2px 4px rgb(0, 0, 0, 0.8);
    padding-bottom: 0.5%;
    margin-top: 2px;
    filter: drop-shadow(0px 3px 5px black) grayscale(1);
    position: relative;
}
button.claim-btn.active, button.claim-btn.claimed {
	filter: drop-shadow(0px 3px 5px black) grayscale(0);
}
button.claim-btn.claimed {
	pointer-events: none;
}
button.claim-btn.active {
	animation: glowing 1.8s ease-in-out infinite;
}
@keyframes glowing {
    0% {
		transform: scale(0.98);
        filter: drop-shadow(0 0 3px #ffce76);
    }
    50% {
        transform: scale(1);
		filter: drop-shadow(0 0 10px #ffce76) brightness(1.07);
    }
    100% {
        transform: scale(0.98);
		filter: drop-shadow(0 0 3px #ffce76);
    }
}
button.claim-btn.active::after {
    content: '';
    background: url(/event/assets/betasia/images/deposit-reward-rush/key.png) no-repeat;
    background-size: 100%;
    width: 64px;
    height: 64px;
    position: absolute;
    left: -15%;
    top: 3%;
}
button.claim-btn.claimed::after {
    content: '';
    background: url(/event/assets/betasia/images/deposit-reward-rush/tick.png) no-repeat;
    background-size: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    left: -13%;
    top: 6%;
}
.msbox.ms1 {
    top: 75%;
}
.msbox.ms2 {
    top: 59%;
}
.msbox.ms3 {
    top: 45%;
}
.msbox.ms4 {
    top: 29%;
}
.msbox.ms5 {
    top: 12%;
}
.msbox.ms6 {
    max-width: 46%;
    margin: 0 auto;
    top: -22%;
}
.msbox.ms6 .msinfo {
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
}
.msbox.ms6 button.claim-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17%;
    margin: 0 auto;
}
.deco.moneybag-1 {
    left: 1%;
    top: 11%;
    max-width: 16%;
	animation: float 2.6s ease-in-out infinite;
}
.deco.moneybag-2 {
    right: 5%;
    top: -3%;
    max-width: 18%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.coin-front {
    left: 0;
    right: 0;
    bottom: 0;
	pointer-events: none;
}
.deco.coin-front img {
	width: 100%;
}
.modal-dialog.popup {
    max-width: 750px;
}
.modal-content.terms {
    background: rgb(0, 0, 0, 0.9);
    border: 2px solid #eec901;
    border-radius: 10px;
    padding: 15px 15px;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1;
    color: #fff;
}
.rules-title {
    text-align: center;
    color: #ffb700;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
ul.terms {
    padding-left: 17px;
}
ul.terms li {
    padding: 1px 0;
}


@media(max-width: 1080px) {
.logo {
    max-width: 29%;
}
.floating-wrapper {
	transform: scale(0.85);
	transform-origin: right top;
}	
}

@media(max-width: 991px) {
.msinfo {
    font-size: 2.2vw;
}
.msbonus {
    font-size: 3.1vw;
}
button.claim-btn {
	max-width: 19%;
	height: 6.5vw;
	font-size: 2.5vw;
}	
button.start-depo {
    height: 18vw;
	padding-bottom: 1%;
	font-size: 3vw;
}
button.claim-btn.active::after {
    width: 6.5vw;
    height: 6.5vw;
}
button.claim-btn.claimed::after {
    width: 6vw;
    height: 6vw;
}	
.msbox.ms6 button.claim-btn {
    max-width: 39%;
}	
}

@media(max-width: 767px) {
.floating-wrapper {
	transform: scale(0.8);
}	
}

@media(max-width: 480px) {
.floating-wrapper {
	transform: scale(0.7);
}	
.top-sec {
    padding: 10px 0 6%;
}	
.how-title {
    max-width: 80%;
    margin: 0 auto;
}
.stepbox {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin: 0 1%;
}
.accum-depo {
    max-width: 80%;
}	
.deptext {
    font-size: 8vw;
}
.rules-title {
    font-size: 18px;
}	
.modal-content.terms {
    font-size: 14px;
}	
}












