@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #09124c 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 { 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;
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 15px 0 0;
}
.logo {
    margin-bottom: 20px;
}
.title-top {
    position: relative;
    max-width: 870px;
    margin: 0 auto 30px;
}
.event-date {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.acumm-depo {
    position: relative;
    max-width: 470px;
    margin: 0 auto 30px;
}
.depo-amt {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    font-size: 38px;
    font-weight: 700;
}
.front-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	pointer-events: none;
}
.front-img img {
    width: 100%;
}
.xmas-event-wrappper {
    position: relative;
    max-width: 1034px;
    margin: 0 auto;
    padding-top: 13%;
}
.tree-img {
	pointer-events: none;
}
.star-top {
    position: absolute;
    left: 0;
    right: 0;
    top: -2%;
    max-width: 26%;
    margin: 0 auto;
	cursor: pointer;
	transition: ease 0.2s;
}
.star-top:hover {
	transform: scale(1.03);
	filter: brightness(1.07);
	transition: ease 0.2s;
}
.gift {
	position: absolute;
	margin: 0 auto;
	cursor: pointer;
	transition: ease 0.2s;
	filter: saturate(0.6);
}
.gift img {
    filter: drop-shadow(0 5px 4px rgb(0, 0, 0, 0.8));
}
.gift:hover {
	filter: brightness(1.07);
	transform: scale(1.03) rotate(5deg);
	transition: ease 0.2s;
}
.gift.claimed {
	filter: saturate(1);
}
.gift.active {
    filter: drop-shadow(0 0 2px #fcff04) drop-shadow(0 0 4px #fcff04) drop-shadow(0 0 7px #fcff04);
	animation: glowing 1.5s ease-in-out infinite;
}
.gift.active img {
	filter: none;
}
@keyframes glowing {
    0% {
        filter: drop-shadow(0 0 1px #fcff04) drop-shadow(0 0 2px #fcff04) drop-shadow(0 0 4px #fcff04) brightness(1);
    }
    50% {
        filter: drop-shadow(0 0 2px #fcff04) drop-shadow(0 0 5px #fcff04) drop-shadow(0 0 10px #fcff04) brightness(1.06);
    }
    100% {
        filter: drop-shadow(0 0 1px #fcff04) drop-shadow(0 0 2px #fcff04) drop-shadow(0 0 4px #fcff04) brightness(1);
    }
}
.gift.ms9 {
    left: 0;
    right: 0;
    top: 14%;
    max-width: 13%;
}
.gift.ms8 {
    right: 35%;
    top: 26%;
    max-width: 14%;
}
.gift.ms7 {
    left: 35%;
    top: 31%;
    max-width: 13%;
}
.gift.ms6 {
    right: 28%;
    top: 41%;
    max-width: 13%;
}
.gift.ms5 {
    left: 3%;
    right: 0;
    top: 44.5%;
    max-width: 12%;
}
.gift.ms4 {
    left: 31%;
    top: 49%;
    max-width: 12%;
}
.gift.ms3 {
    right: 23%;
    top: 60%;
    max-width: 11%;
}
.gift.ms2 {
    left: 7%;
    right: 0;
    top: 64%;
    max-width: 12%;
}
.gift.ms1 {
    left: 28%;
    top: 68%;
    max-width: 12%;
}
button.reward-btn {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 6%;
    max-width: 250px;
    margin: 0 auto;
}
button.reward-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-6px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes shake {
    0% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}

.deco.santa {
    left: -3%;
    top: -4%;
    max-width: 34%;
	animation: float 2s ease-in-out infinite;
}
.deco.gift-1 {
    right: -4%;
    top: 20%;
    max-width: 17%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.gift-2 {
    right: 17%;
    top: 12%;
    max-width: 12%;
	animation: float 1.9s ease-in-out infinite;
}
.deco.flake-1 {
    right: 9%;
    top: -4%;
    max-width: 12%;
	animation: shake 1.8s ease-in-out infinite;
}
.deco.flake-2 {
    right: -2%;
    top: 8%;
    max-width: 8%;
	animation: shake 2s ease-in-out infinite;
}
.deco.candy {
    right: 15%;
    top: 32%;
    max-width: 8%;
	animation: shake 2s ease-in-out infinite;
}

/** Modal **/
.modal-content.reward {
    background: none;
    border: none;
	text-align: center;
}
button.close-x {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: #fff;
}
.congratz-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 14%;
    max-width: 80%;
    margin: 0 auto;
}
.reward-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    max-width: 80%;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
}
.rwt-2 {
    color: #fcff00;
    font-size: 110%;
}
.chance-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 49%;
    max-width: 46%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
}
.chance-rate {
	font-size: 110%;
	font-weight: 700;
}
.bigpize .reward-text {
	top: 35%;
}
.bigpize .chance-text {
	color: #fcff00;
	font-size: 25px;
}
button.claim-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3%;
    max-width: 54%;
    margin: 0 auto;
	filter: grayscale(1);
	pointer-events: none;
}
button.claim-btn.active {
	filter: none;
	pointer-events: auto;
}
button.claim-btn.active:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
button.claim-btn.claimed {
	pointer-events: none;
	filter: none;
}
.modal-content.reward-table {
	background: none;
	border: none;
}
.modal-dialog.reward {
    max-width: 600px;
}
.table-wrapper {
    position: relative;
    text-align: center;
}
.reward-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 22%;
    max-width: 28%;
    margin: 0 auto;
}
.top-table {
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #51c75a;
    align-items: center;
    text-transform: uppercase;
    max-width: 75%;
    margin: 0 auto;
    background: #041d00;
    border: 2px solid #99f883;
    border-radius: 40px;
    box-shadow: 0 0 6px #158811, inset 0 0 5px #99f883;
    height: 71px;
    line-height: 1.1;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
}
.table-responsive.rwtable-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 39%;
    max-width: 75%;
    margin: 0 auto;
	overflow: hidden;
	border-radius: 15px;
	background: #052600;
	padding: 5px 0;
}
table.rw-table-wrap tr td {
    padding: 7px 2px;
    width: 33.3%;
    color: #51c75a;
    font-size: 15px;
}

@media(max-width: 860px) {
.logo {
    max-width: 38%;
    margin: 0 auto 15px;
}	
.event-date {
    font-size: 3.5vw;
}	
}

@media(max-width: 767px) {
button.reward-btn {
    max-width: 34%;
}
.star-top {
    top: -4%;
}
.gift.ms9 {
    top: 12%;
}
.gift.ms7 {
    top: 29%;
}	
}

@media(max-width: 580px) {
.top-table {
    font-size: 2vw;
    height: 10.8vw;
}
table.rw-table-wrap tr td {
	font-size: 2.7vw;
	padding: 1vw 0.5vw;
}	
}

@media(max-width: 480px) {
.acumm-depo {
    max-width: 85%;
}	
.depo-amt {
    font-size: 6.8vw;
}	
.reward-text {
    font-size: 5.8vw;
}
.chance-text {
    font-size: 3.7vw;
}	
.bigpize .chance-text {
    color: #fcff00;
    font-size: 5vw;
}	
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-6px);
    }
    100% {
        transform: translatey(0px);
    }
}	
}







