﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

@font-face {
	font-family: Novecento Wide;
	font-weight: 400;
	src: url("../fonts/NovecentoWideMedium.otf");
}
@font-face {
	font-family: Novecento Wide;
	font-weight: 700;
	src: url("../fonts/NovecentoWideBold.otf");
}

body { font-family: "Novecento Wide", sans-serif; line-height:1.2; font-size:15px; color:#191919; background: url("/event/assets/128casino/images/8th-anniversary-turnover-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%;
}
.t-body {
    overflow: hidden;
}
.max-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.top-sec {
    text-align: center;
    position: relative;
    padding: 0 0 20px;
}
.logo {
    position: absolute;
    left: 10px;
    top: 10px;
    filter: drop-shadow(0px 0px 3px #fff) drop-shadow(0px 0px 6px #fff) drop-shadow(0px 0px 9px #fff);
	z-index: 2;
}
.banner-top {
    position: relative;
    margin-bottom: -50px;
}
.banner-top img {
    width: 100%
}
.top-deco {
	position: absolute;
}
.top-deco.p1 {
    left: 0;
    right: 0;
    top: 20%;
    max-width: 64%;
    margin: 0 auto;
	animation: 2s float ease-in-out infinite;
}
.top-deco.p2 {
    left: 0;
    right: 0;
    top: 15%;
    max-width: 82%;
    margin: 0 auto;
	animation: 2.5s float ease-in-out infinite;
}
@-webkit-keyframes float {
0% {
	transform: translateY(0);
}

50% {
	transform: translateY(-15px);
}

100% {
	transform: translateY(0);
}
}
.max-container.how {
	background: url("/event/assets/128casino/images/8th-anniversary-turnover-challenge/how-bg-light.png")no-repeat bottom center;
	background-size: 100% 100%;
	padding: 15px 0;
}
.max-container.how::after {
	content: '';
    background: #9e4501;
    height: 1px;
    width: 600px;
	margin: 0 auto;
    position: absolute;
	left: 0;
    right: 0;
    bottom: 0;
}
.how-title {
	position: relative;
	max-width: 242px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.how-title::before {
    content: '';
    background: #9e4501;
    height: 1px;
    width: 160px;
    position: absolute;
    left: -73%;
    top: 11px;
}
.how-title::after {
    content: '';
    background: #9e4501;
    height: 1px;
    width: 160px;
    position: absolute;
    right: -73%;
    top: 11px;
}
.how-wrapper {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	max-width: 900px;
	margin: 0 auto;
}
.stepbox {
    display: inline-block;
    padding: 10px 0;
}
.turnover-wrap {
    position: relative;
    max-width: 365px;
    margin: 30px auto;
}
.amt-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    font-size: 45px;
    font-weight: 900;
    color: #812401;
}
.deco {
	position: absolute;
	z-index: -1;
}
.deco.d1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -1%;
    max-width: 84%;
    margin: 0 auto;
	animation: 2.6s float ease-in-out infinite;
}
.deco.d2 {
    left: 0;
    right: 0;
    top: 25%;
    max-width: 95%;
    margin: 0 auto;
	animation:3s float ease-in-out infinite;
}
.prize-box {
    position: relative;
    max-width: 412px;
    margin: 0 auto;
}
.prize-box.top {
    max-width: 600px;
    margin: 0 auto;
}
.wname {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    font-size: 27px;
    font-weight: 700;
    color: #812401;
}
.prize-col {
    display: grid;
    grid-template-columns: repeat(2,1fr);
	grid-gap: 10px;
    max-width: 900px;
    margin: 0 auto;
}
.rank-wrap {
    background: url(/event/assets/128casino/images/8th-anniversary-turnover-challenge/rank-base.png);
    background-size: 100% 100%;
    max-width: 85%;
    min-height: 450px;
    margin: 0 auto;
    padding: 10% 15px 6%;
}
.consolation-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.consoimg {
    margin-bottom: -19%;
    position: relative;
}
table.rank-table {
    font-size: 26px;
    font-weight: 700;
    color: #812401;
}
table.rank-table tr td:first-child {
    color: #947823;
    padding: 7px 2px;
}
.btn-wrap {
    padding: 15px 0;
}
button.tnc-btn {
    background: none;
    border: none;
    padding: 0;
    max-width: 400px;
    margin: 0 auto;
}

.modal-dialog.terms {
    max-width: 600px;
}
.modal-content.terms {
    background: linear-gradient(to bottom, rgba(31,23,22,1) 0%, rgba(59,57,56,1) 100%)!important;
    border: 3px solid #91742e;
    border-radius: 30px;
    color: #fff;
    padding: 15px;
    font-family: 'Lato';
}
button.close-x {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 18px;
    color: #fff;
    z-index: 2;
}
.terms-title {
    text-align: center;
    max-width: 310px;
    margin: 0 auto 15px;
}
ul.terms {
    padding-left: 17px;
}

@media(max-width: 991px) {
.logo {
    max-width: 160px;
}	
.consolation-wrapper {
    grid-template-columns: auto;
}	
.cons-box {
    max-width: 650px;
    margin: 0 auto;
}	
	
}

@media(max-width: 767px) {
.prize-col {
    grid-template-columns: auto;
}	
.banner-top {
    margin-bottom: -5%;
    height: 58vw;
}	
.banner-top img {
    object-fit: cover;
    height: 100%;
}
.top-deco.p1 {
    max-width: 98%;
}
.top-deco.p2 {
    max-width: 100%;
}
.logo {
    max-width: 22%;
}	
.how-wrapper {
    display: block;
}
.stepbox {
    width: 49%;
}
.max-container.how::after {
    width: 70%;
}
}


@media(max-width: 620px) {
.prize-box.top .wname {
    font-size: 4.5vw;
}	
.rank-wrap {
    min-height: auto;
    max-width: 90%;
}
table.rank-table {
    font-size: 4.2vw;
}	
.consoimg {
    margin: 0 -7% -19%;
}	
}

@media(max-width: 480px) {
.turnover-wrap {
    max-width: 300px;
}
.amt-text {
    font-size: 36px;
}
button.tnc-btn {
    max-width: 75%;
    margin: 0 auto;
}	
}

@media(max-width: 420px) {
.wname {
    font-size: 6vw;
}
}






















