﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Teko:wght@300..700&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #09163b url("/event/assets/betasia/images/senang-menang/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;
}
#space {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.top-sec {
    position: relative;
    text-align: center;
    padding: 10px 0 30px;
}
.logo {
    margin: 0 auto -6%;
}
.title-top {
    position: relative;
    margin: 0 -150px;
}
.deco.coin-1 {
    left: 24%;
    top: 0%;
    max-width: 6%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.coin-2 {
    left: 13%;
    top: 76%;
    max-width: 10%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.coin-3 {
    right: 6%;
    top: 45%;
    max-width: 7%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.coin-4 {
    right: 13%;
    top: 75%;
    max-width: 5%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.gold {
    left: 1%;
    top: 6%;
    max-width: 12%;
	animation: shake 2.5s ease-in-out infinite;
}
.deco.bonus {
    right: 1%;
    top: 9%;
    max-width: 10%;
	animation: shake 2.3s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes shake {
    0% {
        transform: rotate(-10deg);
    }
	50% {
        transform: rotate(10deg);
    }
    100% {
        transform: rotate(-10deg);
    }
}
.event-tab-wrapper {
    padding: 15px 0 25px;
    max-width: 550px;
    margin: 0 auto;
}
button.event-tab {
    background: linear-gradient(180deg, rgba(240, 146, 33, 1) 0%, rgba(226, 81, 1, 1) 100%);
    border: 1px solid #fff;
    border-radius: 10px;
    height: 50px;
    color: #fff;
    font-family: "Teko", serif;
    font-size: 28px;
    font-weight: 600;
    padding: 4px 6px 1px;
    margin: 0 1%;
    width: 47%;
	vertical-align: top;
    filter: grayscale(1);
}
.cn button.event-tab {
	font-size: 21px!important;
}
button.event-tab.active {
	filter: none;
}
.title-wrap {
    margin-bottom: 30px;
}
.game-subtitle {
    max-width: 550px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 500;
}
.token-wrap {
    position: relative;
    max-width: 380px;
    margin: 0 auto -10px;
}
.info-btn-wrap {
    position: absolute;
    right: -16%;
    top: 29%;
    filter: drop-shadow(0px 3px 5px rgb(0, 0, 0, 0.8));
}
.token-title {
    position: absolute;
    left: 0;
    right: 0;
    top: -16%;
}
.token-num {
    position: absolute;
    left: 0;
    right: 0;
    top: 34%;
    font-family: "Teko";
    font-size: 48px;
    font-weight: 700;
    text-shadow: 1px 2px 5px rgb(0, 0, 0, 0.5);
}
.maxplay {
    font-family: "Teko";
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 10px;
}
.treasure-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 980px;
    margin: 15px auto 30px;
    grid-gap: 20px 10px;
}
.treasure-box {
    position: relative;
    cursor: pointer;
    display: inline-block;
    max-width: 318px;
    margin: 0 auto;
}
.claim-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6%;
    font-family: 'Teko';
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: 0 1px 5px rgb(0, 0, 0, 0.8);
}
.treasure-box:hover, button.rules-btn:hover, button.info-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.btm-wrap {
    padding: 15px 0;
}
.deposit-map {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}
.pinbox {
	position: absolute;
}
button.num-btn {
    max-width: 55%;
    position: absolute;
	bottom: 105%;
}
button.num-btn:hover {
	animation: float 1s ease-in-out infinite;
	filter: brightness(1.1);
}
button.claim-btn {
    background: url(/event/assets/betasia/images/senang-menang/claim-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 156px;
    height: 55px;
    color: #fff;
    font-family: 'Teko';
    text-shadow: 1px 1px 6px rgb(0, 0, 0, 0.5);
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
	filter: grayscale(1);
}
.pinbox.active button.claim-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.1);
}
.pinbox.active button.claim-btn {
	filter: none;
}
.pinbox.claimed button.claim-btn {
	filter: none;
	pointer-events: none;
}
.pinbox.no1 {
    right: 24%;
    top: 20%;
}
.pinbox.no1 button.num-btn  {
    left: -20%;
}
.pinbox.no2 {
    right: 8%;
    top: 41%;
}
.pinbox.no2 button.num-btn  {
    right: -9%;
}
.pinbox.no3 {
    left: 2%;
    top: 49%;
}
.pinbox.no3 button.num-btn {
    right: -9%;
}
.pinbox.no4 {
    left: 46%;
    top: 66%;
}
.pinbox.no4 button.num-btn {
	right: -30%;
}


/** Modal **/
button.close-x {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    color: #fff;
}
.modal-content.reward {
    background: none;
    border: none;
    max-width: 320px;
    margin: 0 auto;
}
.reward-box {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}
.prize {
    position: absolute;
    left: 0;
    right: 0;
    top: 34%;
    z-index: 3;
    font-size: 39px;
    font-family: 'Teko';
    font-weight: 700;
    color: #000;
    text-shadow: 1px 1px 4px #fff;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.3);
}
img.open {
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.2s;
}
img.open {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.reward-box.active img.closed {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.reward-box.active img.open {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
}
.reward-box.active .prize {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: 0.3s;
    transition-delay: 0.3s;
}
.modal-dialog.how {
    max-width: 800px;
}
.modal-content.how {
    background: linear-gradient(180deg, rgba(65, 120, 222, 1) 0%, rgba(33, 54, 115, 1) 100%);
    border: none;
    border-radius: 15px;
    box-shadow: inset 0 -1px 7px 1px rgb(0, 0, 0, 0.4);
    padding: 15px 15px 30px;
	text-align: center;
}
button.close-btn {
    position: absolute;
    right: 8px;
    top: 6px;
    z-index: 2;
    color: #fff;
}
.how-title {
    margin: -50px 0 5px;
}
.stepbox {
    position: relative;
    display: inline-block;
    max-width: 223px;
    margin: 0 auto;
    vertical-align: top;
}
.sptitle {
    font-family: 'Teko';
    font-size: 35px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 3px 5px rgb(0, 0, 0, 0.6);
    margin: -10px 0 0px;
}
.sptext {
    font-size: 17px;
}
.rules-title {
    font-family: 'Teko';
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-shadow: 1px 2px 5px rgb(0, 0, 0, 0.5);
}
.rules-title {
    font-family: 'Teko';
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 10px;
    text-shadow: 1px 2px 5px rgb(0, 0, 0, 0.5);
}
ul.terms {
    text-align: left;
    padding-left: 17px;
	margin: 0;
}
.modal-content.how.mission {
    max-width: 360px;
	margin: 0 auto;
	font-family: 'Teko';
}
.point-pin {
	max-width: 80px;
	margin: 0 auto;
}
.mstext {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}
.btext-1 {
    font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
}
.btext-2 {
	background: url("/event/assets/betasia/images/senang-menang/claim-btn.png")no-repeat;
	background-size: 100% 100%;
	width: 100%;
	max-width: 150px;
	height: 55px;
    font-size: 35px;
    font-weight: 700;
	text-shadow: 1px 2px 5px rgb(0, 0, 0, 0.5);
	margin: 2px auto;
	padding-top: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
    
@media(max-width: 991px) {
.logo {
    max-width: 30%;
}
.claim-text {
    font-size: 2.8vw;
}	
.treasure-container {
    grid-gap: 2vw 0.5vw;
}
button.claim-btn {
    max-width: 16vw;
	font-size: 3.2vw;
	height: 5.6vw;
}	
}

@media(max-width: 580px) {
button.event-tab {
	font-size: 5vw;
	height: 9vw;
	padding: 0.5vw 0 0.1vw;
	border-radius: 2vw;
}
.cn button.event-tab {
	font-size: 3.8vw!important;
}
.deco.gold, .deco.bonus {
	display: none;
}	
.btm-wrap {
    padding: 0;
}	
button.rules-btn {
    max-width: 50%;
}	
}

@media(max-width: 480px) {
.top-sec {
    padding: 5px 0 30px;
}	
.title-top {
    margin: 0 -42%;
}	
.game-subtitle {
    font-size: 15px;
}
.token-wrap {
    max-width: 250px;
    margin: 0 auto -6px;
}
.info-btn-wrap {
    max-width: 33px;
    right: -13%;
    top: 32%;
}	
.token-title {
    max-width: 61%;
    margin: 0 auto;
}
.token-num {
    font-size: 33px;
}	
.maxplay {
    font-size: 20px;
}
.modal-content.how {
	font-size: 14px;
}	
.stepbox {
    width: 48%;
}
.sptitle {
    font-size: 30px;
}
.sptext {
    font-size: 15px;
}	
}


















