@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Averia Serif Libre", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #3f7443 url("/event/assets/deluxewin/images/raya-untung/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: 999;
    right: 3px;
    top: 100px;
    max-width: 50px;
    text-align: center;
}
button.float-btn {
    display: block;
    margin: 12% auto;
	transition: 0.2s;
}
button.float-btn:hover {
	transform: scale(0.97);
	filter: brightness(1.07);
	transition: 0.3s;
}
.top-sec {
	background: url("/event/assets/deluxewin/images/raya-untung/top-bg.png")no-repeat top center;
	background-size: 100%;
	position: relative;
	text-align: center;
	padding: 0 0 45px;
}
.deco.star-1 {
    left: -8%;
    top: -2px;
    max-width: 8%;
	animation: hanging 2s ease-in-out infinite;
}
.deco.star-2 {
    right: -8%;
    top: -2px;
    max-width: 8%;
	animation: hanging 2s ease-in-out infinite;
}
.deco.lantern-1 {
    top: -2px;
    left: 0;
    max-width: 16%;
	animation: hanging 2.2s ease-in-out infinite;
}
.deco.lantern-2 {
    top: -2px;
    right: 0%;
    max-width: 16%;
	animation: hanging 2.2s ease-in-out infinite;
}
.logo {
    position: relative;
    max-width: 35%;
    margin: 0 auto -9%;
    padding-top: 15px;
    z-index: 1;
}
.title-top {
    position: relative;
}
.event-date {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7%;
    font-size: 25px;
    text-transform: uppercase;
	z-index: 2;
}
.title-img {
    position: relative;
}
.deco.coin-1 {
    left: -2%;
    bottom: -4%;
    max-width: 10%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.note-1 {
    left: -3%;
    top: 61%;
    max-width: 15%;
	animation: float 2。2s ease-in-out infinite;
}
.deco.note-2 {
    left: 0;
    right: 13%;
    top: 22%;
    max-width: 6%;
    margin: 0 auto;
	animation: float 2s ease-in-out infinite;
}
.deco.note-3 {
    right: -2%;
    bottom: 0%;
    max-width: 11%;
	animation: float 2s ease-in-out infinite;
}
.deco.note-4 {
    right: 12%;
    top: 12%;
    max-width: 10%;
    margin: 0 auto;
	animation: float 2.3s ease-in-out infinite;
}
.deco.butterfly {
    left: 12%;
    top: -2%;
    max-width: 11%;
	animation: float 2s ease-in-out infinite;
}
.deco.fw-1 {
    left: 33%;
    top: 10%;
    max-width: 19%;
    mix-blend-mode: screen;
    z-index: -1;
    animation: blink 2.3s ease-in-out infinite;
}
.deco.fw-2 {
    left: -8%;
    top: 24%;
    max-width: 19%;
    mix-blend-mode: screen;
    z-index: -1;
    animation: blink 2.3s ease-in-out infinite;
    animation-delay: 0.3s;
    opacity: 0;
}
.deco.fw-3 {
    right: -9%;
    top: 57%;
    max-width: 17%;
    mix-blend-mode: screen;
    z-index: -1;
    animation: blink 2.3s ease-in-out infinite;
    animation-delay: 0.6s;
    opacity: 0;
}
@keyframes blink {
    0% {
        transform: scale(0.2);
		opacity: 0;
    }
    50% {
        transform: scale(1);
		opacity: 1;
    }
    100% {
        transform: scale(1);
		opacity: 0;
    }
}
@keyframes hanging {
    0% {
        transform: rotate(5deg);
		transform-origin: top center;
    }
	50% {
        transform: rotate(-5deg);
		transform-origin: top center;
    }
    100% {
        transform: rotate(5deg);
		transform-origin: top center;
    }
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-13px);
    }
    100% {
        transform: translatey(0px);
    }
}
.how-wrapper {
    position: relative;
}
.stepbox {
    position: relative;
    display: inline-block;
    max-width: 269px;
    margin: 10px 10px;
    vertical-align: top;
}
.step-text {
    font-size: 16px;
    text-transform: uppercase;
    margin: -10px auto 0;
}
.sptext-1 {
    font-size: 145%;
    font-weight: 700;
}
.token-wrap {
    position: relative;
    max-width: 550px;
    margin: 0 auto;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 48%;
    font-size: 44px;
    font-weight: 700;
}
.max-play {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0;
}
.wheel-play {
    position: relative;
    max-width: 900px;
    margin: 15px auto;
	cursor: pointer;
	transition: 0.1s;
}
.wheel-play:hover {
	transform: scale(1.03);
	filter: brightness(1.07);
	transition: 0.2s;
}
.prize-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 15px;
    max-width: 800px;
    margin: 0 auto;
	padding: 15px 0;
}
.deco.deco-1 {
    left: -1%;
    top: 46%;
    max-width: 11%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.deco-2 {
    right: -1%;
    top: 50%;
    max-width: 9%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.deco-3 {
    left: -4%;
    top: -5%;
    max-width: 21%;
    mix-blend-mode: screen;
	animation: blink 2.3s ease-in-out infinite;
    animation-delay: 0.7s;
    opacity: 0;
}
.deco.deco-4 {
    right: -6%;
    top: 70%;
    max-width: 24%;
    mix-blend-mode: screen;
	animation: blink 2.3s ease-in-out infinite;
    animation-delay: 0.3s;
    opacity: 0;
}

.modal-dialog.terms {
    max-width: 750px;
}
.modal-content.popup {
    background: linear-gradient(180deg, rgba(47,170,53,1) 0%, rgba(12,101,30,1) 100%);
    border: 3px solid #e6b345;
    border-radius: 15px;
    box-shadow: inset 0 0 5px rgb(0, 0, 0, 0.8);
    padding: 15px 15px;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-family: 'Roboto';
	z-index: 2;
}
.popup-title-img {
    text-align: center;
    max-width: 360px;
    margin: 0 auto 15px;
}
.popup-title {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 0 2px 3px rgb(0, 0, 0, 0.6);
    margin-bottom: 15px;
}
ul.terms {
	padding-left: 17px;
}
.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: 1180px) {
.event-date {
    font-size: 2.1vw;
}	
}

@media(max-width: 991px) {
.music-wrapper {
	transform: scale(0.8);
	transform-origin: right top;
}
.floating-wrapper {
	transform: scale(0.8);
	transform-origin: right top;
}	
}

@media(max-width: 480px) {
.floating-wrapper {
	transform: scale(0.7);
}
.music-wrapper {
	transform: scale(0.8);
}	
.logo {
    max-width: 44%;
    padding-top: 5px;
}	
.title-img {
	margin: 0 -10px;
	height: 64vw;
}
.title-img img {
    object-fit: cover;
    height: 100%;
}	
.event-date {
	font-size: 2.8vw;
}	
.stepbox {
    width: 47%;
    margin: 5px 1%;
}
.step-text {
    font-size: 3.3vw;
}
.token-text {
    font-size: 8.2vw;
}	
.max-play {
    font-size: 16px;
}	
.prize-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px 10px;
}	
.popup-title {
    font-size: 20px;
}	
.modal-content.popup {
    font-size: 14px;
}	
}


























