@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: #000 url("../images/merdeka2026/background.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.08);
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.top-sec {
	position: relative;
	padding: 0 0 60px;
	text-align: center;
}
.title-top {
    position: relative;
    padding: 0 0 15px;
    max-width: 1100px;
    margin: 0 auto;
}
.date-event {
    margin-bottom: 15px;
}
.mypoint {
    position: relative;
    max-width: 372px;
    margin: 10px auto;
}
.pts-text {
    position: absolute;
    left: 42%;
    right: 0;
    top: 23%;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
}
.pts-num {
    font-size: 170%;
    font-weight: 700;
    color: #ffc826;
}
.daily-box {
    position: relative;
    display: inline-block;
    max-width: 474px;
    margin: 0 auto;
    vertical-align: top;
}
.mstext-info {
    position: absolute;
    left: 28%;
    right: 0;
    top: 32%;
    font-size: 18px;
	z-index: 2;
}
.mstext-info-2 {
    position: absolute;
    left: -39%;
    right: 0;
    top: 32%;
    font-size: 18px;
}
.mstext-2 {
    font-size: 150%;
    font-weight: 600;
}
.mstext-3 {
    font-size: 150%;
    font-weight: 600;
	color: #ffc826;
}
button.claim-btn {
    max-width: 51%;
    margin: 2% auto 0;
	filter: grayscale(1);
	pointer-events: none;
}
button.claim-btn.active {
	filter: none;
	pointer-events: auto;
}
.reward-wraper {
    position: relative;
    max-width: 929px;
    margin: 15px auto;
}
.rwbox {
    position: absolute;
    max-width: 16%;
}
.rwbox.no1 {
    left: 3%;
    top: 80%;
}
.rwbox.no2 {
    left: 22%;
    top: 80%;
}
.rwbox.no3 {
    left: 41.3%;
    top: 80%;
    margin: 0 auto;
}
.rwbox.no4 {
    left: 61%;
    top: 80%;
}
.rwbox.no5 {
    left: 81%;
    top: 80%;
}
.btn-wrap {
    padding: 10px 0;
}

.modal-dialog.terms {
    max-width: 750px;
    top: 5%;
}
.modal-content.terms {
    background: #000d1e;
    border: 2px solid #f69e00;
    border-radius: 15px;
    color: #fde5b2;
    padding: 0 20px 15px;
    font-size: 16px;
    font-weight: 500;
}
button.close-x {
    background: none;
    padding: 0;
    border: none;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2;
}
.tnc-title {
    max-width: 230px;
    margin: -35px auto 15px;
}
ol.terms {
    padding-left: 17px;
}
ul.terms {
	padding-left: 17px;
}
ul.terms li {
	padding: 1px 0;
}


@media(max-width: 767px) {

}


@media(max-width: 480px) {	
.date-event {
    max-width: 80%;
    margin: 0 auto 15px;
}	
.mypoint {
    max-width: 80%;
}	
.pts-text {
    font-size: 3.8vw;
}	
.mstext-info, .mstext-info-2 {
    font-size: 3.8vw;
}
.mstext-info-2 button.claim-btn {
	max-width: 27%;
	margin: 1% auto 0;
}
button.tnc-btn {
    max-width: 50%;
}	
.modal-content.terms {
    font-size: 14px;
}	
}






















