@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Made Gentle';
  src: url("../font/MADE-Gentle.otf");
}

body { font-family: "Made Gentle", sans-serif; line-height:1.2; font-size:15px; color:#fff;background: url("/event/assets/eg33/images/merdeka-check-in-attendance/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;
}
button:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.t-body {
	overflow: hidden;
}
.deco {
	position: absolute;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.floating-wrapper {
    position: fixed;
    z-index: 99;
    right: 2px;
    top: 100px;
	width: 100%;
    max-width: 60px;
	text-align: center;
}
button.float-btn {
    display: block;
    margin: 2px 0;
}
button.float-btn:hover, button.home-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 160px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
    top: 4px !important;
}
a.float-item {
    display: inline-block;
    max-width: 50px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
button.home-btn {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    max-width: 60px;
}
.top-sec {
    position: relative;
    text-align: center;
    padding: 10px 0 45px;
}
.logo {
    position: relative;
    max-width: 30%;
    margin: 0 auto;
	z-index: 2;
}
.title-top {
    position: relative;
    max-width: 1100px;
    margin: -3% auto 0;
}
.deco.top-1 {
    left: 16%;
    top: -12%;
    max-width: 9%;
    z-index: 1;
    animation: float 2.4s ease-in-out infinite;
}
.deco.top-2 {
    right: -7%;
    top: 24%;
    max-width: 11%;
    z-index: 1;
	animation: float 2.2s ease-in-out infinite;
}
.deco.top-3 {
    left: -5%;
    top: 53%;
    max-width: 10%;
    z-index: 1;
	animation: float 2.1s ease-in-out infinite;
}
.deco.top-4 {
    left: -6%;
    top: 18%;
    max-width: 14%;
    z-index: 1;
	animation: float 2.3s ease-in-out infinite;
}
.deco.top-5 {
    right: 11%;
    top: 91%;
    max-width: 7%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.fw-1 {
    left: -21%;
    top: 0%;
    max-width: 38%;
	animation: blink 2.3s ease-in-out infinite;
    animation-delay: 0.6s;
    opacity: 0;
}
.deco.fw-2 {
    right: -9%;
    top: -3%;
    max-width: 37%;
	animation: blink 2.2s ease-in-out infinite;
    animation-delay: 0.8s;
    opacity: 0;
}
.deco.fw-3 {
    max-width: 19%;
    margin: 0 auto;
    left: 7%;
    right: 0;
    top: 0%;
	animation: blink 2.2s ease-in-out infinite;
    animation-delay: 0.4s;
    opacity: 0;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-13px);
    }
    100% {
        transform: translatey(0px);
    }
}
@keyframes blink {
    0% {
        transform: scale(0.2);
		opacity: 0;
    }
    50% {
        transform: scale(1);
		opacity: 1;
    }
    100% {
        transform: scale(1);
		opacity: 0;
    }
}
.title-img {
	position: relative;
}
.title-img-wrap {
	position: relative;
}
.date-wrap {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 34%;
    color: #000;
    font-size: 23px;
    text-transform: uppercase;
}
.subtitle-wrap {
    position: relative;
    max-width: 1100px;
    margin: 20px auto;
}
.subtitle-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 2%;
}
.point-box {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.tick-icon {
    margin-right: 10px;
}
.tick-icon img {
    max-height: 40px;
}
.event-container {
    position: relative;
    background: rgb(255, 255, 255, 0.4);
    border-radius: 25px;
    max-width: 1100px;
    margin: 0 auto 75px;
	padding: 30px 0 50px;
}
.deco.btm-1 {
    left: -11%;
    top: 17%;
    max-width: 8%;
	animation: float 2.5s ease-in-out infinite;
}
.deco.btm-2 {
    right: -14%;
    top: 46%;
    max-width: 18%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.btm-3 {
    left: -9%;
    top: 66%;
    max-width: 13%;
	animation: float 2.3s ease-in-out infinite;
}
.reward-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 238px;
    margin: 10px 10px;
}
.reward-box.claimed .reward-img, .reward-box.claimed .prize-btn, .reward-box.claimed .day-img {
	filter: grayscale(1);
}
.reward-box.claimed::after {
	content: '';
	background: url("/event/assets/eg33/images/merdeka-check-in-attendance/tick.png")no-repeat;
	background-size: 100%;
	width: 120px;
	height: 113px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.day-img {
    max-width: 90%;
    margin: 0 auto -21%;
}
.reward-img {
    margin-bottom: -9%;
}
.prize-btn {
    background: url(/event/assets/eg33/images/merdeka-check-in-attendance/prize-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 183px;
    height: 58px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding-top: 4%;
    text-shadow: 1px 1px 5px rgb(0, 0, 0, 0.5);
}
.event-wrapper {
    margin-bottom: 20px;
}
button.claim-btn {
    background: url(/event/assets/eg33/images/merdeka-check-in-attendance/claim-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 350px;
    height: 95px;
    margin: 0 auto;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgb(0, 0, 0, 0.5);
    color: #fff;
    font-size: 26px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6%;
}
button.comm-btn {
    background: url(/event/assets/eg33/images/merdeka-check-in-attendance/yellow-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 340px;
    height: 95px;
    color: #fff;
    font-size: 30px;
    padding: 1% 2%;
    text-shadow: 1px 1px 5px rgb(0, 0, 0, 0.5);
    text-transform: uppercase;
    margin: 5px 10px;
}
button.comm-btn.depo {
	background: url("/event/assets/eg33/images/merdeka-check-in-attendance/blue-btn.png") no-repeat;
    background-size: 100% 100%;
}
button.comm-btn img {
    max-height: 60px;
    margin-right: 10px;
}

.modal-dialog.terms {
    max-width: 750px;
}
.modal-content.popup {
    background: linear-gradient(180deg,rgba(251, 208, 148, 1) 0%, rgba(255, 133, 43, 1) 35%, rgba(255, 102, 33, 1) 100%);
    border: 3px solid #ffbc7a;
    border-radius: 15px;
    box-shadow: inset 0 0 5px rgb(0, 0, 0, 0.8);
    padding: 15px 15px;
	color: #fff;
	text-shadow: 1px 1px 5px rgb(0, 0, 0, 0.5);
	font-family: 'Roboto';
	font-weight: 500;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
	z-index: 2;
	text-shadow: 1px 1px 5px rgb(0, 0, 0, 0.5);
}
.popup-title {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    text-shadow: 0 2px 3px rgb(0, 0, 0, 0.6);
    margin-bottom: 15px;
	font-family: 'Made Gentle';
}
ul.terms {
    padding-left: 17px;
}
.exp-wrap {
    font-size: 17px;
}


@media(max-width: 991px) {
	
}

@media(max-width:767px) {
.top-sec {
    padding: 5px 0 45px;
}	
.floating-wrapper {
    transform: scale(0.75);
    transform-origin: right top;
}
button.home-btn {
    left: 5px;
    max-width: 45px;
}	
.reward-box {
    width: 30%;
    margin: 1% 1%;
}
.subtitle-wrap {
    background: linear-gradient(180deg, rgba(230, 56, 3, 1) 0%, rgba(236, 7, 3, 1) 100%);
    border: 3px solid #a30906;
    border-radius: 15px;
    box-shadow: inset 0 0 9px 5px #d60005;
    padding: 15px 5px;
}
.subtitle-box {
    position: relative;
    flex-direction: column;
    grid-gap: 12px;
	font-size: 16px;
}	
.note-img {
    display: none;
}	
.prize-btn {
    width: 80%;
    height: 7.7vw;
    font-size: 2.7vw;
}	
.reward-box.claimed::after {
    width: 54%;
    height: 15vw;
}	
.event-container .deco {
	display: none;
}	
}

@media(max-width: 480px) {
.floating-wrapper {
	transform: scale(0.65);
}	
button.home-btn {
	max-width: 40px;
}	
.event-container {
    padding: 15px 0 30px;
}	
.date-wrap {
    max-width: 84%;
}
.date-text {
    font-size: 4.2vw;
    top: 36%;
}		
.subtitle-box {
	align-items: flex-start;
	font-size: 14px;
}	
.tick-icon img {
    max-height: 25px;
}	
button.claim-btn {
    max-width: 70%;
    height: 18vw;
    font-size: 5vw;
}
.btn-wrap {
    display: flex;
    align-items: center;
}	
button.comm-btn {
    width: 48%;
    margin: 1%;
    height: 17vw;
    font-size: 4vw;
}	
button.comm-btn img {
    margin-right: 5%;
    max-height: 11vw;
}
.modal-content.popup {
    font-size: 14px;
}	
.popup-title {
    font-size: 20px;
}	
.exp-wrap {
    font-size: 15px;
}	
}









