@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Montserrat", sans-serif; line-height:1.2; font-size:15px; color:#fff; background:#d7f5fd url("/event/assets/betasia/images/let-it-snow/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;
    z-index: 99;
    right: 2px;
    top: 100px;
	width: 100%;
    max-width: 60px;
	text-align: center;
}
.float-btn-wrap {
    position: absolute;
    top: 9%;
    left: 0;
    right: 0;
}
button.float-btn {
    display: block;
    margin: 7% 0;
}
button.float-btn:hover, button.home-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 165px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
	margin-top: 5px;
}
a.float-item {
    display: inline-block;
    max-width: 50px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
button#backtop {
    max-width: 60px;
	margin: 0 auto;
}
#backtop {
    opacity: 0;
    visibility: hidden;
}
#backtop.show {
  opacity: 1;
  visibility: visible;
}
.top-sec {
	background: url("/event/assets/betasia/images/let-it-snow/btm-bg.png")no-repeat bottom center;
	background-size: 100%;
	position: relative;
	padding: 10px 0 60px;
	text-align: center;
}
.logo {
    max-width: 270px;
    margin: 0 auto;
    filter: drop-shadow(0px 3px 2px rgb(0, 0, 0, 0.3));
    position: relative;
	z-index: 1;
}
.title-top {
    position: relative;
    margin-top: -13%;
}
.event-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 87%;
    font-size: 19px;
    font-weight: 700;
    text-shadow: 0px 1px 4px rgb(0, 0, 0, 0.7);
}
.deco.bell {
    left: 26%;
    top: 16%;
    max-width: 15%;
	animation: shake 2s ease-in-out infinite;
}
.deco.flake-1 {
    left: 9%;
    top: 20%;
    max-width: 12%;
    z-index: 1;
	animation: float 1.8s ease-in-out infinite;
}
.deco.flake-2 {
    left: -4%;
    top: 57%;
    max-width: 16%;
	animation: shake 2.2s ease-in-out infinite;
}
.deco.coin-1 {
    left: 1%;
    top: 12%;
    max-width: 13%;
	animation: float 2s ease-in-out infinite;
}
.deco.coin-2 {
    right: -2%;
    top: 26%;
    max-width: 12%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.light-1 {
    left: -17%;
    top: -3%;
    max-width: 40%;
    z-index: 1;
    mix-blend-mode: screen;
	animation: float 2s ease-in-out infinite;
}
.deco.light-2 {
    right: -11%;
    top: 8%;
    max-width: 40%;
    z-index: 1;
    mix-blend-mode: screen;
	animation: float 2.2s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-13px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes shake {
    0% {
        transform: rotate(5deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(5deg);
    }
}
.step-wrapper {
	position: relative;
	padding-bottom: 30px;
}
.stepbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 32%;
}
.how-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 74%;
    max-width: 69%;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 700;
    text-shadow: 0 2px 3px rgb(0, 0, 0, 0.8);
}
.token-wrap {
    position: relative;
    max-width: 540px;
    margin: 0 auto;
}
.token-amt {
    position: absolute;
    left: 38%;
    right: 18%;
    top: 43%;
    font-size: 65px;
    font-weight: 700;
    text-shadow: 0 2px 3px rgb(0, 0, 0, 0.4);
}
.deco.token-light {
    mix-blend-mode: screen;
    top: -4%;
    left: -4%;
    max-width: 49%;
    pointer-events: none;
	animation: glowing 3s ease-in-out infinite;
}
@keyframes glowing {
    0% {
        transform: scale(0.2);
		opacity: 0.1;
    }
    50% {
        transform: scale(1);
		opacity: 1;
    }
	70% {
        transform: scale(1);
		opacity: 1;
    }
    100% {
        transform: scale(0.2);
		opacity: 0.1;
    }
}
.max-note {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.game-wrapper {
    position: relative;
    max-width: 1070px;
    margin: 30px auto;
}
.deco.bird {
    left: 0%;
    top: -23%;
    max-width: 22%;
}
.roof-img {
    max-width: 70%;
    margin: 0 auto -30px;
}
.event-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    max-width: 66%;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.inner-wrapper {
	position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.angpao {
	position: absolute;
	width: 100%;
	top: 0;
	left: -30%;
	right: 0;
	cursor: pointer;
	z-index: 1;
}
.star {
	position: absolute;
	top: -20px;
	animation: animate 4s linear forwards;
	background: url("/event/assets/betasia/images/let-it-snow/snowflake.png")no-repeat;
	background-size: 100%;
	width: 105px;
    height: 120px;
}
.star-2 {
	position: absolute;
	top: -20px;
	animation: animate 4s linear forwards;
	background: url("/event/assets/betasia/images/let-it-snow/snowflake.png")no-repeat;
	background-size: 100%;
	width: 85px;
    height: 100px;
}
.star-3 {
	position: absolute;
	top: -20px;
	animation: animate 4s linear forwards;
	background: url("/event/assets/betasia/images/let-it-snow/snowflake.png")no-repeat;
	background-size: 100%;
	width: 70px;
    height: 90px;
}
.angpao div:hover {
	filter: drop-shadow(0 0 2px rgb(255,255,255,0.8)) drop-shadow(0 0 4px rgb(255,255,255,0.8));
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  80% {
    opacity: 1;
  	}	
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}

button.close-x {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 18px;
    z-index: 2;
}
.modal-content.reward {
    background: none;
    border: none;
    text-align: center;
    max-width: 450px;
    margin: 0 auto;
}
.reward-box {
    position: relative;
	cursor: pointer;
}
.prize {
    position: absolute;
    left: -7%;
    right: 0;
    top: 44%;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-shadow: 0px 0px 3px #fff, 0px 0px 10px #fff;
	filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 9px #fff);
    z-index: 2;
    transform: none;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.3);
}
img.open {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.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;
}
.frame-img {
    pointer-events: none;
}

.modal-dialog.popup {
    max-width: 750px;
}
.modal-content.popup {
	background: linear-gradient(180deg,rgba(19, 198, 255, 1) 0%, rgba(3, 88, 171, 1) 100%);
	border: 3px solid #eeb448;
	padding: 15px 25px;
	border-radius: 15px;
	box-shadow: inset 0 0 6px rgb(0, 0, 0, 0.6);
}
button.close-x {
    position: absolute;
    right: 9px;
    top: 6px;
    z-index: 2;
    color: #fff;
}
.poptitle {
    color: #fff;
    text-transform: uppercase;
	text-shadow: 0px 1px 4px rgb(0,0,0,0.4);
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
ul.terms {
    padding-left: 17px;
}

@media(max-width: 1080px) {
.logo {
    max-width: 25%;
}
.event-text {
    font-size: 1.6vw;
}	
.stepbox {
    max-width: 49%;
}
.token-wrap {
    width: 51%;
}	
.token-amt {
    font-size: 6vw;
}
.star {
	width: 10vw;
    height: 11vw;
}
.star-2 {
	width: 8.5vw;
    height: 9.5vw;
}
.star-3 {
	width: 7vw;
    height: 8vw;
}	
	
}

@media(max-width: 767px) {	
.floating-wrapper {
	top: 50px;
    transform-origin: right top;
	transform:scale(0.8);
}	
.music-wrapper {
	transform-origin: right bottom;
	transform: scale(0.85);
}	
.title-top {
    margin-top: -19%;
}	
.logo {
	max-width: 31%;
}	
.title-img {
    margin: 0 -10px;
    height: 95vw;
}
.title-img img {
    object-fit: cover;
    height: 100%;
}
.how-info {
    font-size: 2.2vw;
}
.event-text {
	font-size: 2.2vw;
}
.how-title {
    max-width: 85%;
    margin: 0 auto;
}
	
}

@media(max-width: 480px) {
.music-wrapper {
	transform-origin: right bottom;
	transform: scale(0.75);
}		
.floating-wrapper {
	transform:scale(0.7);
}
.token-wrap {
	width: 65%;
}	
.token-amt {
	font-size: 8vw;
}	
.max-note {
    font-size: 16px;
}
.modal-content.popup {
    padding: 15px 15px;	
	font-size: 14px;
}
.poptitle {
    font-size: 20px;
}	
.prize {
    font-size: 9vw;
}	
}



















