@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.2;
    font-size: 15px;
    color: #fff;
    background: url("/event/assets/betasia/images/merdeka_road_2026/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 {
    background: url(/event/assets/betasia/images/merdeka_road_2026/floating-base.png) no-repeat;
    background-size: 100% 100%;
    padding: 25px 10px;
    position: fixed;
    right: 3px;
    top: 50px;
    z-index: 99;
    max-width: 70px;
}
button.float-btn {
    display: block;
    margin: 4px 0;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.dropdown-menu.language {
    min-width: 155px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
	margin-top: 3px;
}
a.float-item {
    display: inline-block;
    max-width: 45px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 10px 0 0;
}
.date-event {
    position: relative;
    max-width: 347px;
    margin: 0 auto 10px;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 23%;
    font-size: 24px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
}
.depo-wrap {
    position: relative;
    max-width: 650px;
    margin: 0 auto;
}
.depo-amt {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    font-size: 44px;
    font-weight: 700;
}
.stepbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 300px;
    margin: 0 10px 15px;
}
.stepimg {
    margin: 0 auto -16%;
}
.step-title {
    max-width: 77%;
    margin: 0 auto 5px;
}
.sptext {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    max-width: 85%;
    margin: 0 auto;
}
.how-wrapper {
    position: relative;
    padding: 0 0 30px;
}
.deco.fw-1 {
    left: -10%;
    top: 45%;
    max-width: 24%;
    mix-blend-mode: screen;
	animation: blink 2.3s ease-in-out infinite;
	animation-delay: 1s;
    opacity: 0;
}
.deco.fw-2 {
    right: -9%;
    top: 34%;
    max-width: 20%;
    mix-blend-mode: screen;
	animation: blink2 2.3s ease-in-out infinite;
	animation-delay: 0.6s;
    opacity: 0;
}
.deco.fw-3 {
    left: 2%;
    top: 28%;
    mix-blend-mode: screen;
	animation: blink 2.3s ease-in-out infinite;
	animation-delay: 0,3s;
    opacity: 0;
}
@keyframes blink {
    0% {
        transform: scale(0.2);
		opacity: 0;
    }
    50% {
        transform: scale(1);
		opacity: 1;
    }
    100% {
        transform: scale(1);
		opacity: 0;
    }
}
@keyframes blink2 {
    0% {
        transform: scale(0.2);
		transform-origin: bottom center;
		opacity: 0;
    }
    50% {
        transform: scale(1);
		opacity: 1;
    }
    100% {
        transform: scale(1);
		opacity: 0;
    }
}
.road-map-frame {
    position: relative;
    margin: 0 auto;
}
.msboard {
	position: absolute;
	max-width: 28%;
	z-index: 2;
}
.mstext {
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 800;
}
.msprize {
    font-size: 160%;
    color: #de0016;
}
.mission-box {
	position: absolute;
	max-width: 21%;
}
    .mission-box::after {
        content: '';
        background: url(/event/assets/betasia/images/merdeka_road_2026/locked.png) no-repeat;
        background-size: 100%;
        width: 100%;
        max-width: 32%;
        height: 30%;
        margin: auto;
        position: absolute;
        left: -16%;
        right: 0;
        top: 64%;
        z-index: 1;
    }
.gift-img img.after {
    display: none;
}
.start-board {
    position: absolute;
    right: 16%;
    bottom: 0;
    max-width: 35%;
}	
.start-sign {
    position: absolute;
    left: 0;
    right: 0;
    top: 14%;
    max-width: 70%;
    margin: 0 auto;
}
.start-sign:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.gift-img {
    position: relative;
    z-index: 1;
}
button.claim-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 90%;
    margin: 0 auto;
	animation: bounce 1.3s ease-in-out infinite;
    display: none;
	z-index: 2;
}
@keyframes bounce {
    0% {
        transform: scale(0.97);
		filter: brightness(1);
    }
    50% {
        transform: scale(1);
		filter: brightness(1.1) drop-shadow(0 0 5px #ffd739);
    }
    100% {
        transform: scale(0.97);
		filter: brightness(1);
    }
}
.bonus-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
	z-index: 3;
    color: #000;
    font-size: 34px;
    font-weight: 800;
    text-shadow: 1px 1px 0px #ffd900, -1px -1px 0px #ffd900;
    filter: drop-shadow(0px 0px 1px #ffd900) drop-shadow(0px 0px 2px #ffd900);
	display: none;
}
.mission-box.active button.claim-btn {
	display: block;
}
.mission-box.active .gift-img img {
	filter: drop-shadow(0 0 4px #fff1b9) drop-shadow(0 0 8px #fff1b9);
}
.mission-box.active::before {
    content: '';
    background: url(/event/assets/betasia/images/merdeka_road_2026/light.png) no-repeat;
    background-size: 100%;
    height: 100%;
    width: 128%;
    position: absolute;
    left: -14%;
    right: 0;
    top: 3%;
    z-index: 0;
}
.mission-box.claimed .bonus-text  {
	display: block;
}
.mission-box.claimed::after, .mission-box.active::after {
	content: none;
}
.mission-box.claimed .gift-img img.before {
    display: none;
}
.mission-box.claimed .gift-img img.after {
    display: block;
}
.mission-box.no1 {
    left: 22%;
    top: 73%;
}
.deco.num1 {
    left: -24%;
    top: 53%;
    max-width: 36%;
}
.msboard.box-1 {
    left: -2%;
    top: 71%;
}
.mission-box.no2 {
    right: 21%;
    top: 57%;
}
.deco.num2 {
    right: -24%;
    top: 54%;
    max-width: 36%;
}
.msboard.box-2 {
    right: -1%;
    top: 53%;
    z-index: 2;
}
.mission-box.no3 {
    left: 25%;
    top: 45%;
}
.deco.num3 {
    left: -23%;
    top: 58%;
    max-width: 36%;
}
.msboard.box-3 {
    left: 0%;
    top: 46%;
}
.mission-box.no4 {
    right: 23%;
    top: 32%;
}
.deco.num4 {
    right: -22%;
    top: 56%;
    max-width: 36%;
}
.msboard.box-4 {
    right: -2%;
    top: 33%;
}
.mission-box.no5 {
    left: 25%;
    top: 24%;
    max-width: 20%;
}
.deco.num5 {
    left: -25%;
    top: 54%;
    max-width: 38%;
}
.msboard.box-5 {
    left: 0%;
    top: 24%;
}
.mission-box.no6 {
    left: 18%;
    right: 0;
    top: 9%;
    margin: 0 auto;
    max-width: 24%;
}
.deco.num6 {
    left: -23%;
    top: 53%;
    max-width: 34%;
}
.msboard.box-6 {
    right: 7%;
    top: 6%;
}

/** Modal **/
.modal-dialog.popup {
	max-width: 700px;
}
.modal-content.popup {
    background: radial-gradient(circle,rgba(12, 36, 92, 1) 26%, rgba(0, 7, 27, 1) 100%);
    border-radius: 12px;
    border: 2px solid #f9c946;
    box-shadow: inset 0 0 9px 4px rgb(0,0,0,0.7);
    padding: 15px 20px;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    z-index: 1;
}
.popup-title {
    text-align: center;
    font-size: 24px;
	font-weight: 700;
    margin-bottom: 15px;
}
ul.terms {
	padding-left: 17px;
}

@media(max-width: 1100px) {
.music-wrapper {
	transform: scale(0.8);
	transform-origin: right top;
}		
.floating-wrapper {
    transform: scale(0.85);
    transform-origin: right top;
}	
.mstext {
    font-size: 1.5vw;
}	
.bonus-text {
    font-size: 3vw;
}	
}

@media(max-width: 767px) {
.music-wrapper {
	transform: scale(0.7);
}		
.floating-wrapper {
    transform: scale(0.75);
    transform-origin: right top;
}	
.logo {
    max-width: 50%;
    margin: 0 auto;
}
.depo-wrap {
    max-width: 80%;
}	
.depo-amt {
    font-size: 5.5vw;
}	
.stepbox {
    width: 48%;
    margin: 0 0.5% 15px;
}	
.sptext {
    font-size: 15px;
}
}

@media(max-width: 480px) {
.floating-wrapper {
    transform: scale(0.65);
    transform-origin: right top;
}	
.date-event {
    max-width: 70%;
}	
.date-text {
    font-size: 4.5vw;
}	
.modal-content.popup {
    font-size: 14px;
	padding: 15px;
}
.popup-title {
    font-size: 20px;
}	
	
}










