@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: #000114 url("../images/aug-mari-check-in-hari-hari/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: 100px;
    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: 55px;
}
button.float-btn {
    display: block;
    margin: 10% 0;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 135px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
a.float-item {
    display: inline-block;
    max-width: 40px;
    margin: 5% auto;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}

.deco.blink-top {
    top: 0;
    left: 0;
    right: 0;
    mix-blend-mode: screen;
    pointer-events: none;
}
.deco.blink-top img {
	width: 100%;
}
.top-sec {
    position: relative;
    text-align: center;
    padding: 10px 0 45px;
}
.logo {
    position: relative;
	z-index: 2;
    max-width: 21%;
    margin: 0 auto -8%;
}
.title-top {
    position: relative;
    max-width: 1015px;
    margin: 0 auto 15px;
}
.date-event {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4.5%;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: italic;
}
.subtitle-wrap {
    font-size: 26px;
    max-width: 870px;
    margin: 0 auto 10px;
}
.subtext-1 {
    color: #fef329;
    font-size: 145%;
    font-weight: 700;
    margin-bottom: 10px;
}
.subtext-2 {
    font-style: italic;
}
.depo-box {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
}
.depo-text {
    position: absolute;
    left: 17%;
    right: 5%;
    top: 15%;
    font-size: 38px;
    font-weight: 700;
}
.deco.ribbon-1 {
    left: -4%;
    bottom: 4%;
    max-width: 14%;
	animation: float 2s ease-in-out infinite;
}
.deco.ribbon-2 {
    right: -4%;
    bottom: 2%;
    max-width: 14%;
	animation: float 2.2s ease-in-out infinite;
}
.event-wrapper {
	padding-top: 30px;
}
.reward-box {
    position: relative;
    display: inline-block;
    max-width: 220px;
    margin: 10px 5px 30px;
}
.daybox {
    background: #001130;
    border: 2px solid #ffde0e;
    border-radius: 40px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1px 5px;
    max-width: 85px;
    margin: 0 auto 6px;
}
.reward-inner {
    position: relative;
	margin: 0 auto 3px;
}
.rwimg {
    position: absolute;
    left: 0;
    right: 0;
    top: 1%;
}
.daily-depo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7%;
    color: #fef329;
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
}
button.claim-btn {
    background: url(../images/aug-mari-check-in-hari-hari/claim-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 220px;
    height: 50px;
    margin: 0 auto;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 1%;
	filter: grayscale(1);
}
.reward-box.claimed .reward-inner::after {
	content: '';
	background: url("../images/aug-mari-check-in-hari-hari/tick.png")no-repeat;
	background-size: 100%;
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 1;
	right: 5%;
	top: 5%;
}
.reward-box.active  button.claim-btn {
	filter: grayscale(0);
	animation: glowing 1.6s ease-in-out infinite;
}
.reward-box.active  button.claim-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.reward-box.today .reward-inner {
	animation: glowing 1.6s ease-in-out infinite;
}

@keyframes glowing {
    0% {
        filter: drop-shadow(0 0 1px #ffe900) drop-shadow(0 0 5px #ffe900);
    }
    50% {
        filter: drop-shadow(0 0 5px #ffe900) drop-shadow(0 0 10px #ffe900);
    }
    100% {
        filter: drop-shadow(0 0 1px #ffe900) drop-shadow(0 0 5px #ffe900);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-13px);
    }
    100% {
        transform: translatey(0px);
    }
}

.modal-dialog.terms {
	top: 25px;
    max-width: 750px;
}
.modal-content.terms {
    background: #001130;
    border: 2px solid #fed40f;
    border-radius: 15px;
    padding: 0 15px 15px;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fff;
    z-index: 2;
}
.title-rules {
    max-width: 419px;
    text-align: center;
    margin: -40px auto 15px;
    position: relative;
}
.rules-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 6%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fef329;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
}
ul.terms {
    padding-left: 17px;
}
.example-wrapper {
    text-align: center;
}

@media(max-width: 991px) {
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: right top;
}	
.music-wrapper {
    transform: scale(0.8);
    transform-origin: right bottom;
}
.date-event {
    font-size: 3.1vw;
}	
}

@media(max-width: 767px) {
.subtitle-wrap {
    font-size: 20px;
}
}


@media(max-width: 480px) {
.music-wrapper {
    transform: scale(0.7);
    transform-origin: right bottom;
}	
.floating-wrapper {
    transform: scale(0.65);
    transform-origin: right top;
}
.logo {
    max-width: 30%;
}	
.depo-box {
    max-width: 80%;
}	
.subtitle-wrap {
    font-size: 15px;
}	
.depo-text {
    font-size: 7vw;
}	
.event-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.reward-box {
    margin: 10px 5px 15px;
}	
.daily-depo {
    font-size: 6vw;
}
.daybox {
    font-size: 16px;
}	
button.claim-btn {
	font-size: 4vw;
	height: 11vw;
}
.reward-box.claimed .reward-inner::after {
    width: 8vw;
    height: 8vw;
}	
.rwimg img {
    max-height: 29.7vw;
}
	
.modal-content.terms {
    font-size: 14px;
}	
.title-rules {
    max-width: 350px;
    margin: -30px auto 15px;
}	
.rules-text {
    font-size: 22px;
}
.example-wrapper {
    line-height: 1.3;
}	
}










