@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');

body { font-family: "Montserrat", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #d82221 url("/event/assets/betasia/images/sure-win-rewards/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;
}
.music-wrapper {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 50px;
    opacity: 1;
    transition: 0.3s;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 10px 0 0 10px;
}
.music-wrapper audio {
    position: absolute;
    left: -6px;
    top: -7px;
}
audio:focus {
	outline: none;
}
.floating-wrapper {
    position: fixed;
    right: 5px;
    top: 60px;
    z-index: 99;
}
button.float-btn {
    background: none;
    border: none;
    padding: 0;
    max-width: 60px;
    display: block;
    margin: 10px auto;
}
button:hover, a.social-link:hover {
	transform: scale(0.97);
	filter: brightness(1.07);
}

.top-sec {
    background: url(/event/assets/betasia/images/sure-win-rewards/lannterns-bg.png) no-repeat center center;
    background-size: 100%;
    background-position: 100% 540px;
    position: relative;
    text-align: center;
}
.deco.top-lantern-1 {
    left: 1%;
    top: -2px;
    max-width: 17%;
	transform-origin: top center;
	animation: shake 2.1s ease-in-out infinite;
}
.deco.top-lantern-2 {
    right: 1%;
    top: -2px;
    max-width: 17%;
	transform-origin: top center;
	animation: shake 2s ease-in-out infinite;
}
.logo {
    padding-top: 10px;
    position: relative;
    z-index: 9;
    margin-bottom: -6%;
}
.title-top {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}
.deco.fw-1 {
    left: -10%;
    top: 34%;
    max-width: 26%;
    z-index: -1;
	animation: blink 2.6s ease-in-out infinite;
}
.deco.fw-2 {
    right: 7%;
    top: 1%;
    max-width: 30%;
    z-index: -1;
    opacity: 0;
    animation: blink 2.6s ease-in-out infinite;
    animation-delay: 0.8s;
}
.deco.coin-1 {
    top: 40%;
    left: -5%;
    max-width: 9%;
    z-index: 2;
	animation: float 2s ease-in-out infinite;
}
.deco.coin-2 {
    top: 46%;
    right: -12%;
    max-width: 12%;
    z-index: 2;
	animation: float 2.2s ease-in-out infinite;
}
.deco.angpao-1 {
    left: -22%;
    top: 24%;
    max-width: 12%;
    z-index: 3;	
	animation: float 1.9s ease-in-out infinite;
}
.deco.angpao-2 {
    right: 22%;
    top: 11%;
    max-width: 11%;
    z-index: 3;
	animation: float 2.1s ease-in-out infinite;
}
.deco.branch-1 {
    left: -35%;
    top: 50%;
    max-width: 48%;
}
.deco.branch-2 {
    right: -35%;
    top: 50%;
    max-width: 48%;
}
@keyframes shake {
    0% {
        transform: rotate(-8deg);
    }
    50% {
        transform: rotate(8deg);
    }
    100% {
        transform: rotate(-8deg);
    }
}
@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;
    }
}
.title-img {
    position: relative;
    z-index: 2;
}
.subtitle-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4%;
    z-index: 3;
    max-width: 71%;
    margin: 0 auto;
}
.event-date {
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    color: #444;
    padding: 10px 0;
}
.token-wrapper {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
}
.token-num {
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    font-size: 70px;
    font-weight: 700;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 4%;
    font-family: 'Oswald';
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgb(0, 0, 0, 0.7);
}
.btm-sec {
	position: relative;
	text-align: center;
	padding: 30px 0 60px;
}
.event-tab-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    max-width: 900px;
    margin: 0 auto 20px;
}
a.tab-btn {
    background: url(/event/assets/betasia/images/sure-win-rewards/top-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 210px;
    height: 65px;
	margin: 0 auto;
    position: relative;
    display: grid;
    grid-template-columns: 40px auto;
    grid-gap: 5px;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 0 10px;
    text-align: center;
	font-family: 'Oswald';
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
	filter: grayscale(1) brightness(1.1);
}
a.tab-btn.active {
	filter: grayscale(0);
}
a.tab-btn:hover {
	filter: grayscale(0);
	transform: scale(1.02);
}
.event-container {
    position: relative;
}
.checkin-title {
    position: relative;
    max-width: 869px;
    margin: 0 auto -8%;
}
.daily-checkin-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    z-index: 2;
}
.checkin-container {
    background: url(/event/assets/betasia/images/sure-win-rewards/checkin-base-bg.png) no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    max-width: 930px;
    max-height: 978px;
    margin: 0 auto;
    padding: 45px 25px;
}
.checkin-desc {
    max-width: 85%;
    margin: 0 auto 25px;
    font-size: 16px;
    font-weight: 600;
}
.checkin-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px 10px;
    max-width: 850px;
    margin: 0 auto;
}
.checkin-box {
    position: relative;
    max-width: 144px;
    margin: 0 auto;
}
.checkin-date {
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
    font-size: 14px;
    font-weight: 600;
}
.ck-reward-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
    max-width: 52%;
    margin: 0 auto;
}
button.claim-btn {
    background: url(/event/assets/betasia/images/sure-win-rewards/claim-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 112px;
    height: 47px;
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
	z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13%;
	pointer-events: none;
	filter: saturate(0.5);
}
button.claim-btn.missed {
	filter: grayscale(1);
}
button.claim-btn.active {
	pointer-events: auto;
	filter: saturate(1);
	animation: glow 1.5s ease-in-out infinite;
}
button.claim-btn.claimed {
	filter: saturate(1);
}
@keyframes glow {
    0% {
        filter: drop-shadow(0 0 1px #f4d78b);
    }
    50% {
        filter: drop-shadow(0 0 8px #f4d78b) brightness(1.1);
    }
    100% {
        filter: drop-shadow(0 0 1px #f4d78b);
    }
}
.token-legend {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 45px auto 0;
    max-width: 400px;
}
.legend-box {
    display: flex;
	align-items: center;
	justify-content: center;
	background: url("/event/assets/betasia/images/sure-win-rewards/btn-token.png")no-repeat;
	background-size: 100% 100%;
	width: 100%;
	max-width: 169px;
	height: 43px;
	margin: 0 auto;
	font-weight: 600;
	font-size: 14px;
}
.legend-icon {
    max-width: 40px;
	margin-right: 5px;
}

.mystery-title {
    position: relative;
    margin-bottom: -5%;
}
.mystery-title-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    z-index: 2;
}
.mystery-container {
	background: url("/event/assets/betasia/images/sure-win-rewards/game2-base.png")no-repeat;
	background-size: 100% 100%;
	max-width: 616px;
	max-height: 739px;
	margin: 0 auto;
	position: relative;
	padding: 45px 20px;
}
.coinplay-text {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0;
}
.mystery-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 10px;
    max-width: 85%;
    margin: 30px auto 0;
}
.mystery-box {
    max-width: 125px;
    margin: 0 auto;
    position: relative;
}
.gift-img {
    margin-bottom: -17%;
}
button.open-btn {
    position: relative;
    background: url(/event/assets/betasia/images/sure-win-rewards/open-btn.png) no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 112px;
    height: 47px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 4px;
}
.deco.myscloud-1 {
    left: -27%;
    top: 14%;
    max-width: 48%;
    z-index: -1;
	animation: shaking 2.1s ease-in-out infinite;
}
.deco.myscloud-2 {
    right: -28%;
    top: 62%;
    max-width: 50%;
    z-index: -1;
	animation: shaking 2s ease-in-out infinite;
}
.deco.myscloud-2 img {
    transform: scaleX(-1);
}
.deco.mysbox-1 {
    left: -19%;
    top: 25%;
    max-width: 24%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.mysbox-2 {
    right: -19%;
    top: 50%;
    max-width: 24%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.mysbox-2 img {
    transform: scaleX(-1);
}
.deco.gold-1 {
    left: -9%;
    top: 76%;
    max-width: 13%;
	animation: float 1.8s ease-in-out infinite;
}
.deco.gold-2 {
	right: -7%;
    top: 17%;
    max-width: 13%;
	animation: float 1.9s ease-in-out infinite;
}
@keyframes shaking {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-15px);
    }
    100% {
        transform: translateX(0px);
    }
}

.wheel-wrapper {
    position: relative;
    max-width: 550px;
    margin: 30px auto 0;
	cursor: pointer;
}
.wheel-play-coin {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0 -10px;
}
.wheel-img {
    position: relative;
    z-index: 2;
}
button.spin-btn {
    background: url(/event/assets/betasia/images/sure-win-rewards/btn-big.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 80px;
    max-width: 207px;
    margin: 0 auto;
    color: #fff;
    padding-bottom: 9px;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 7%;
	text-shadow: 0 1px 3px rgb(0,0,0,0.6);
}
.deco.fw-deco-1 {
    left: -27%;
    top: 32%;
    max-width: 46%;
	animation: shake 1.9s ease-in-out infinite;
}
.deco.fw-deco-2 {
    left: -29%;
    top: 0%;
    max-width: 54%;
	animation: shaking 1.9s ease-in-out infinite;
}
.deco.fw-deco-3 {
    right: -28%;
    top: -6%;
    max-width: 46%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.fw-deco-4 {
    right: -29%;
    top: 47%;
    max-width: 57%;
	animation: shaking 2s ease-in-out infinite;
}
.bomb-legend-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 15px;
}
.legend-flip {
    position: relative;
    max-width: 287px;
    margin: 0 10px;
}
.legd-text {
    position: absolute;
    left: 38%;
    top: 27%;
    right: 6%;
    height: 46px;
    display: flex;
    align-items: center;
    color: #000;
    font-family: 'Oswald';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
}
.flip-play-coin {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0 -25px;
}
.bombgame-wrapper {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
	cursor: pointer;
}
.deco.flip-deco-1 {
    left: -13%;
    top: 35%;
    max-width: 46%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.flip-deco-2 {
    right: -14%;
    top: 44%;
    max-width: 49%;
	animation: shaking 2s ease-in-out infinite;
}
.bombgame-img {
    position: relative;
    z-index: 2;
}


/** Modal **/
.modal-dialog.terms {
    max-width: 750px;
}
.modal-content.popup {
    background: #ba280a;
    border: 4px solid #ffc392;
    border-radius: 10px;
	box-shadow: inset 0 0 10px rgb(0,0,0,0.4);
    padding: 15px 15px;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    z-index: 2;
}
.rules-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    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;
}
.modal-content.reward {
    background: none;
    border: none;
	max-width: 420px;
    margin: 0 auto;
}
.reward-box {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
	cursor: pointer;
}
.prize {
    position: absolute;
    left: 0;
    right: 0;
    top: 49%;
	z-index: 3;
    font-size: 34px;
    color: #000;
    font-weight: 700;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff;
    filter: drop-shadow(0px 0px 11px #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;
}

@media(max-width: 991px) {	
button.float-btn {
    max-width: 50px;
}
.logo {
    max-width: 30%;
    margin: 0 auto -7%;
}	
.top-sec {
    background-position: 100% 50%;
}	
}

@media(max-width: 767px) {
.event-tab-wrapper {
    grid-template-columns: repeat(2, 1fr);
    max-width: 440px;
}
.daily-checkin-title img {
    max-height: 13vw;
}	
.checkin-container {
    background: #ba280a;
    border: 4px solid #ffc392;
    border-radius: 10px;
	padding: 5% 2%;
}
.checkin-desc {
    max-width: 100%;
}
.checkin-wrapper {
    grid-gap: 5vw 1%;	
}
button.claim-btn {
    max-width: 84%;
    height: 6vw;
    padding-bottom: 0.5vw;
    font-size: 2vw;
}
.checkin-date {
    font-size: 2vw;
    top: 4%;
}	
.mys-box {
    max-width: 38%;
    margin: 0 auto;
}	
.mystery-title-img img {
    max-height: 17vw;
}	
.deco.mysbox-1, .deco.mysbox-2 {
	display: none;
}
.bomb-legend-wrapper {
    display: block;
}
.legend-flip {
    margin: 0 auto;
}	
}

@media(max-width: 480px) {
.music-wrapper {
	transform: scale(0.7);
	transform-origin: right bottom;
}
.floating-wrapper {
    right: 2px;
    top: 50px;
}	
button.float-btn {
    max-width: 38px;
}	
.event-date {
    font-size: 20px;
}
.token-wrapper {
    max-width: 90%;
}
.token-text {
    font-size: 5vw;
    top: 3%;
}	
.token-num {
    font-size: 13vw;
}
a.tab-btn {
    max-width: 200px;
    height: 60px;
    grid-template-columns: 35px auto;
	font-size: 15px;
}	
.checkin-desc {
    font-size: 14px;
}
.mystery-container {
    padding: 9% 4%;
}	
.mystery-wrapper {
    grid-gap: 5vw 2%;
    max-width: 100%;
    margin: 20px auto 0;
}
button.open-btn {
    max-width: 88%;
    font-size: 3.2vw;
    padding-bottom: 0.5vw;
    height: 10vw;
}
.coinplay-text {
    font-size: 16px;
    padding: 4% 0;
}
.wheel-play-coin {
    font-size: 16px;
}	
button.spin-btn {
    max-width: 45%;
    height: 17vw;
    font-size: 6.4vw;
}
.flip-play-coin {
    font-size: 16px;
    margin: 15px 0 -3%;
}
.modal-content.popup {
    font-size: 14px;
}	
.rules-title {
    font-size: 18px;
}	
}










