@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: #000 url("/event/assets/images/merdeka-madness/bg-main.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;
}
button:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.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;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.top-sec {
	position: relative;
	padding: 15px 0 50px; 
	text-align: center;
}
.title-main {
	position: relative;
    margin-bottom: 20px;
}
.event-pick-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    text-align: center;
	max-width: 1080px;
    margin: 0 auto;
}
.date-img {
    max-width: 80%;
    margin: 0 auto 5px;
}
.event-img img { 
	transition: ease 0.3s;
}
.event-img:hover img {
	transform: scale(1.03);
	filter: brightness(1.07) drop-shadow(0 0 6px #f6d557);
	transition: ease 0.3s;
}
.tnc-btn-wrap {
    padding: 20px 0;
    text-align: center;
}
button.tnc-btn {
    max-width: 440px;
    margin: 0 auto;
}
.modal-dialog.popup.modal-dialog-centered {
    max-width: 800px;
}
.modal-content.terms {
    background: none;
    border: none;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    font-size: 22px;
    z-index: 2;
}
.thunder-effect {
    position: absolute;
    left: 0;
    right: 0;
    top: 11%;
    mix-blend-mode: screen;
    z-index: 0;
    pointer-events: none;
    max-width: 65%;
    margin: 0 auto;
    opacity: 0.5;
}
.title-1 {
	position: relative;
    max-width: 940px;
    margin: 0 auto 20px;
}
.my-deposit {
    position: relative;
    max-width: 480px;
    margin: 0 auto 30px;
}
.depo-amt {
    position: absolute;
    left: 9%;
    right: 0;
    top: 39%;
    font-size: 34px;
    font-weight: 700;
}
.deposit-event-wrapper {
    position: relative;
}
.depobox {
    position: relative;
	vertical-align: top;
    max-width: 380px;
    margin: 0 0.5% 70px;
    display: inline-block;
    width: 31%;
	filter: brightness(0.6);
}
.depo-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    font-size: 17px;
}
.dptext-2 {
    font-size: 210%;
    font-weight: 700;
}
.token-get {
    position: absolute;
    left: 15%;
    right: 0;
    top: 55%;
    color: #ffe930;
    max-width: 23%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tknum {
    font-size: 220%;
    font-weight: 700;
}
button.claim-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14%;
    max-width: 59%;
    margin: 0 auto;
    z-index: 3;
	display: none;
}
.depobox.active {
	filter: none;
}
.depobox.active button.claim-btn {
	display: initial;
	animation: bounce 1.3s ease-in-out infinite;	
}
@keyframes bounce {
    0% {
        transform: scale(0.95);
		filter: brightness(1);
    }
    50% {
        transform: scale(1);
		filter: brightness(1.1) drop-shadow(0 0 5px #f568f8);
    }
    100% {
        transform: scale(0.95);
		filter: brightness(1);
    }
}
.depobox.claimed button.claim-btn {
	display: initial;
	pointer-events: none;
}
.depobox.claimed {
	filter: none;
}
.depobox.claimed::after {
    content: '';
    background: url(/event/assets/images/merdeka-madness/checked.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 51%;
    width: 45%;
    height: 55%;
    margin: 0 auto;
    z-index: 5;
}
.my-token {
    position: relative;
    max-width: 480px;
    margin: 0 auto 30px;
}
.token-amt {
    position: absolute;
    left: 4%;
    right: 0;
    top: 36%;
    font-size: 38px;
    font-weight: 700;
}
.mission-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 380px;
    width: 31%;
    margin: 0 0.5% 60px;
}
.mission-box.done::after {
    content: '';
    background: url(/event/assets/images/merdeka-madness/checked.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 51%;
    width: 45%;
    height: 55%;
    margin: 0 auto;
    z-index: 5;
}
.difftext {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    font-size: 105%;
}
.green-text {
    color: #00ff96;
    font-weight: 600;
}
.msprize {
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
    font-size: 34px;
    font-weight: 600;
}
.tkrq {
    font-size: 170%;
    font-weight: 700;
    vertical-align: middle;
}
button.start-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12%;
    max-width: 55%;
    margin: 0 auto;
    z-index: 3;
}
.tkreq {
    position: absolute;
    left: 0;
    right: 0;
    top: 66%;
    font-size: 95%;
    color: #ffe930;
}

.modal-dialog.game.modal-dialog-centered {
    max-width: 991px;
}
.modal-content.game {
	background: none;
	border: none;
}
.items-wrapper {
    position: absolute;
    left: 6%;
    top: 32%;
    max-width: 73%;
    width: 100%;
    margin: 0 auto;
}
.sitem {
	cursor: pointer;
	transition: 0.3s;
}
.sitem:hover {
	transform: scale(1.03);
	filter: brightness(1.07) drop-shadow(0 0 5px rgb(255,255,255,0.8));
	transition: 0.3s;
}
.reward-box {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
}
.rwprize {
    position: absolute;
    z-index: 2;
    left: -33%;
    right: 0;
    top: 43%;
    text-align: center;
    color: #000;
    font-size: 36px;
    font-weight: 700;
    text-shadow: 0 0 4px #fff, 0 0 8px #fff;
    filter: drop-shadow(0px 0px 6px #fff);
	opacity: 0;
	visibility: hidden;
	transform: scale(0.2);
}
img.after-img {
    position: absolute;
    left: 0;
    right: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.modal.show img.before-img {
    opacity: 0;
	visibility: hidden;
	transition: ease-in-out 0.3s;
	transition-delay: 1s;
}
.modal.show img.after-img {
    position: absolute;
    left: 0;
    right: 0;
	top: 0;
	opacity: 1;
	visibility: visible;
	transition: ease-in-out 0.3s;
	transition-delay: 1s;
}
.modal.show .rwprize {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: ease-in-out 0.6s;
	transition-delay: 1.2s;
}
button.close-x.reward {
	opacity: 0;
	visibility: hidden;
}
.modal.show button.close-x.reward {
	display: initial;
	opacity: 1;
	visibility: visible;
	transition-delay: 1s;
}

.bird-wrapper {
    position: relative;
}
.sitem.bird {
    display: inline-block;
    vertical-align: top;
    width: 26%;
    margin: 5px 1%;
}
.sitem.bird:nth-child(4) {
	margin-left: 18%;
}
.hibiscus-wrapper {
    position: relative;
	text-align: center;
}
.sitem.hibiscus {
    display: inline-block;
    vertical-align: top;
    width: 21%;
    margin: 5px 0.5%;
}
.kopi-wrapper {
    position: relative;
}
.sitem.kopi {
    display: inline-block;
    vertical-align: top;
    width: 14%;
    margin: 5px 2.4%;
}
.flower-wrapper {
    position: relative;
	text-align: center
}
.sitem.flower {
    display: inline-block;
    vertical-align: top;
    width: 18.5%;
    margin: 2px 0;
}
.durian-wrapper {
    position: relative;
}
.sitem.durian {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    margin: 2px 0.5%;
}
.sitem.durian:nth-child(6) {
	margin-left: 4%;
}
.sitem.durian:nth-child(11) {
	margin-left: 10%;
}
.wau-wrapper {
    position: relative;
	text-align: center;
}
.sitem.wau {
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin: 4px 0.2%;
}
.nale-wrapper {
    position: relative;
}
.sitem.nale {
    display: inline-block;
    vertical-align: top;
    width: 15.5%;
    margin: 4px 0%;
}

@media(max-width: 1100px) {
.music-wrapper {
	transform: scale(0.8);
	transform-origin: right top;
}	
.depobox {
    width: 48%;
}	
}

@media(max-width: 767px) {
.music-wrapper {
	transform: scale(0.7);
}	
.event-pick-wrapper {
    grid-gap: 0;
}
.my-deposit {
    max-width: 70%;
}	
.depo-amt {
    font-size: 4.5vw;
}
.depo-info {
    font-size: 2.3vw;
}	
.token-get {
    top: 54%;
    left: 11%;
    font-size: 2vw;
}
.depobox {
    margin-bottom: 8vw;
}	
.my-token {
    max-width: 65%;
}	
.token-amt {
    font-size: 5vw;
}	
.mission-box {
	width: 48%;
	font-size: 2.1vw;
	margin-bottom: 8vw;
}
.msprize {
    font-size: 4.5vw;
}
	
	
	
}

@media(max-width: 480px) {
body {
    min-height: 100vh;
}	
.date-img {
    max-width: 90%;
}	
button.tnc-btn {
    max-width: 75%;
}
.modal-content.game button.close-x {
    right: 0px;
    top: 0px;
}	
	
}

















