@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background:#5c060b url("/event/assets/deluxewin/images/huat-you-deserve/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;
}
#particles-js {
    position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: 0;
    width: 100%;
	pointer-events: none;
}
.music-wrapper {
    position: fixed;
    z-index: 99;
    right: 0;
    top: 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;
}
button.home-btn {
    max-width: 60px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
}
.floating-wrapper {
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 50px;
    max-width: 105px;
    text-align: center;
}
.float-btn-wrap {
    position: absolute;
    left: 1%;
    right: 0;
    top: 16%;
    text-align: center;
}
button.float-btn {
    display: block;
    max-width: 52%;
    margin: 5% auto;
	transition: 0.2s;
}
button.float-btn:hover {
	transform: scale(0.97) rotate(10deg);
	filter: brightness(1.07);
	transition: 0.3s;
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 10px 0 45px;
}
.logo {
    max-width: 240px;
    margin: 0 auto -6%;
}
.deposit-wrap {
    max-width: 767px;
    margin: 0 auto -15px;
    position: relative;
}
.depo-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 16%;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 1px 1px 7px rgb(0, 0, 0, 0.6);
}
.tap-note {
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.deco.tree-1 {
    left: -15px;
    top: 22%;
    max-width: 23%;
	animation: shake2 4s ease-in-out infinite;
	transform-origin: left;
	z-index: -1;
}
.deco.tree-2 {
    right: -15px;
    top: 22%;
    max-width: 23%;
	animation: shake2 4.2s ease-in-out infinite;
	transform-origin: right;
	z-index: -1;
}
@keyframes shake2 {
  0% {
	transform: rotate(5deg);
  }
  50% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(5deg);
  }
}
@keyframes shake2 {
  0% {
	transform: rotate(5deg);
  }
  50% {
	transform: rotate(0deg);
  }
  100% {
	transform: rotate(5deg);
  }
}
.event-container {
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}
.deco.item-1 {
    left: 2%;
    top: 29%;
    max-width: 16%;
	animation: float 3s ease-in-out infinite;
}
.deco.item-2 {
    right: -2%;
    top: 58%;
    max-width: 14%;
	animation: shake1 3s ease-in-out infinite;
	transform-origin: top center;
}
@keyframes float {
  0% {
	transform: translateY(0);
  }
  50% {
	transform: translateY(-15px);
  }
  100% {
	transform: translateY(0);
  }
}
@keyframes shake1 {
  0% {
	transform: rotate(-10deg);
  }
  50% {
	transform: rotate(10deg);
  }
  100% {
	transform: rotate(-10deg);
  }
}
.msbox {
    position: absolute;
    max-width: 25%;
    margin: 0 auto;
	z-index: 2;
}
.gold-img {
	cursor: pointer;
}
.gold-img:hover img {
	transform: scale(0.98);
	filter: brightness(1.07);
}
button.claim-btn {
    background: url(/event/assets/deluxewin/images/huat-you-deserve/btn.png) no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 80%;
    height: 76px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: -6% auto 0;
	filter: grayscale(1);
	pointer-events: none;
}
button.claim-btn.active {
	filter: grayscale(0);
	pointer-events: auto; 
}
button.claim-btn.claimed {
	filter: grayscale(0);
}
button.claim-btn.active:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.msbox.msn-1 {
    left: 0;
    right: 0;
    top: 6%;
}
.msbox.msn-2 {
    left: 3%;
    top: 16%;
}
.msbox.msn-3 {
    left: 26%;
    top: 22%;
}
.msbox.msn-4 {
    left: 52%;
    top: 25%;
}
.msbox.msn-5 {
    right: 0%;
    top: 36%;
}
.msbox.msn-6 {
    right: 28%;
    top: 41%;
}
.msbox.msn-7 {
    left: 18%;
    top: 45%;
}
.msbox.msn-8 {
    left: 1%;
    top: 58%;
}
.msbox.msn-9 {
    left: 15%;
    top: 76%;
}
.msbox.msn-10 {
    right: 18%;
    top: 77%;
}

/** Modal **/
.modal-content.mission {
	background: url("/event/assets/deluxewin/images/huat-you-deserve/popup-base.png")no-repeat;
	background-size: 100% 100%;
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0;
}
.accum-text {
    font-size: 23px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.act-1 {
    color: #d25457;
}
.act-2 {
    color: #fff19b;
}
.bonus-text {
    font-size: 58px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
	margin: 0 auto 10px;
}
.btext-1 {
    color: #fff19b;
}
.btext-2 {
    font-size: 61%;
    color: #d25457;
}
button.close-btn {
    background: url(/event/assets/deluxewin/images/huat-you-deserve/btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 180px;
    height: 65px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    margin: 0 auto;
    letter-spacing: 1px;
}
button.close-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.modal-dialog.how {
	max-width: 767px;
}
.modal-content.how {
	background: url("/event/assets/deluxewin/images/huat-you-deserve/popup-base-how.png")no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 20px;
	border: none;
	color: #e7cb85;
}
button.close-x {
	position: absolute;
	color: #fff;
	z-index: 2;
	right: 23px;
    top: 17px;
}
.stepbox {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 5px auto;
}
.step-text {
    position: absolute;
    left: 2%;
    right: 0;
    top: 67%;
    max-width: 67%;
    margin: 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 2px 1px rgb(0, 0, 0, 0.7);
}
.popup-title {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.modal-content.terms {
	background: url("/event/assets/deluxewin/images/huat-you-deserve/popup-base-how.png")no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	text-align: center;
	padding: 25px 30px;
	border: none;
	color: #e7cb85;
}
ul.terms {
	padding-left: 17px;
	text-align: left;
}
.modal-content.language {
	background: url("/event/assets/deluxewin/images/huat-you-deserve/popup-base-how.png")no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 30px;
	border: none;
	color: #e7cb85;
}
.language-wrapper {
	text-align: center;
}
a.language-btn {
	display: inline-block;
	max-width: 100px;
	margin: 0 auto;
}
a.language-btn:hover {
	transform: scale(0.97);
	filter: brightness(1.07);
}

@media(max-width: 1100px) {
button.claim-btn {
    height: 7vw;
    font-size: 2.6vw;
    letter-spacing: 0.1vw;
}	
}

@media(max-width: 991px) {
.logo {
    max-width: 26%;
}	
}

@media(max-width: 767px) {
.floating-wrapper {
    max-width: 80px;
}	
.depo-text {
    font-size: 6.3vw;
}
.tap-note {
    font-size: 3.2vw;
}
.modal-content.how, .modal-content.language, .modal-content.terms {
    background: linear-gradient(180deg, rgba(77, 1, 6, 1) 0%, rgba(108, 0, 0, 1) 100%);
    border: 3px solid #fea439;
    border-radius: 20px;
    box-shadow: inset 0 -3px 2px #2c0000, inset 3px 0 2px #911016;
	padding: 20px 15px;
}	
}

@media(max-width: 480px) {
.music-wrapper {
    transform: scale(0.7);
    transform-origin: right top;
}
.floating-wrapper {
    max-width: 65px;
}
.deco.item-1 {
    top: 33%;
}	
.modal-content.terms {
	font-size: 14px;
}	
.popup-title {
    font-size: 22px;
}
}









