@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

@font-face {
	font-family: Gilroy;
	src: url("../fonts/Gilroy-Regular.ttf");
	font-weight: 400;
}
@font-face {
	font-family: Gilroy;
	src: url("../fonts/Gilroy-Bold.ttf");
	font-weight: 600;
}
@font-face {
	font-family: Gilroy;
	src: url("../fonts/Gilroy-Heavy.ttf");
	font-weight: 700;
}

body { font-family: "Gilroy", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: url("../images/aug-jiwa-merdeka-deposit-challenge/bg.jpg")top center no-repeat; 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;
    top: 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;
}
.top-sec {
	background: url("../images/aug-jiwa-merdeka-deposit-challenge/mas-flag-bg.png")no-repeat center;
	background-size: 100%;
    position: relative;
    text-align: center;
	padding: 5px 0 30px;
}
button.home-btn {
    position: absolute;
    left: 5px;
    top: 0;
    max-width: 80px;
}
button.home-btn:hover, button.lang-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.1);
}
.language-wrap {
    position: absolute;
    right: 5px;
    top: 0;
}
button.lang-btn {
    max-width: 50px;
}
.title-top {
    position: relative;
    margin: 0 auto -8%;
}
.depo-wrapper {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 26%;
    max-width: 44%;
    margin: 0 auto;
}
.depo-icon {
    position: absolute;
    left: 3%;
    bottom: 2%;
    max-width: 16%;
}
.depo-text {
    position: absolute;
    left: 21%;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 75%;
}
.yellow-text {
    color: #fff600;
    margin-right: 7%;
}
.deco.planet-1 {
    left: -2%;
    top: -1%;
    max-width: 7%;
	animation: spin 5s linear infinite;
}
.deco.planet-2 {
    right: -6%;
    top: 0;
    max-width: 13%;
	animation: spin 5.2s linear infinite;
}
.deco.rocket-1 {
    left: 9%;
    top: -2%;
    max-width: 7%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.rocket-2 {
    right: 7%;
    top: -16%;
    max-width: 34%;
	animation: float 2.1s ease-in-out infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-15px);
    }
    100% {
        transform: translatey(0px);
    }
}
.title-img {
	position: relative;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    font-size: 24px;
    font-weight: 600;
	z-index: 2;
}
.event-container {
    position: relative;
    background: #01031d;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 0.5% 0;
    max-width: 1000px;
    margin: 0 auto;
    border: 2px solid #fff000;
    border-radius: 12px;
    padding: 10px 1% 25px;
}
.flagbox {
    position: relative;
	filter: grayscale(1);
}
.flagbox.done {
	filter: none;
}
.bonus-flag {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000086;
    color: #f6ff00;
    border: 2px solid #fee532;
    height: 24px;
    font-size: 14px;
    font-weight: 600;
    max-width: 68%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 45px;
    line-height: 1;
}
.rmb-note {
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0;
}
.how-title {
    background: linear-gradient(180deg, rgba(246, 250, 195, 1) 7%, rgba(254, 253, 6, 1) 37%, rgba(246, 250, 195, 1) 47%, rgba(254, 255, 3, 1) 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 38px;
    text-transform: uppercase;
}
.how-subtitle {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.how-subtitle {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.table-responsive.bonus-wrap {
    max-width: 860px;
    margin: 0 auto;
	border: 1px solid #17054c;
}
table.bonus-table tr th {
    background: #17054c;
    color: #fff600;
    font-weight: 600;
    padding: 10px 3px;
	text-transform: uppercase;
}
table.bonus-table tr td {
    background: #8f0000;
    border-top: 2px solid #17054c;
    padding: 7px 2px;
}
.brdright {
	border-right: 2px solid #17054c;
}
.btm-wrap {
    padding: 30px 0 15px;
}
.modal-dialog.terms {
    max-width: 700px;
	top: 4%;
}
.modal-content.terms {
	background: #01031d;
	border: 1px solid #fff000;
	border-radius: 10px;
	padding: 0 15px 15px;
}
.tnc-title {
    max-width: 300px;
    margin: -28px auto 15px;
}
button.tnc-btn {
    max-width: 320px;
    margin: 0 auto;
} 
button.close-x {
    position: absolute;
    right: 8px;
    top: 6px;
    color: #fff;
    z-index: 2;
}
ul.terms {
    padding-left: 17px;
}
ul.terms li {
	padding: 1px 0;
}
ul.terms li strong {
	font-weight: 600;
}

@media(max-width: 1180px) {
.depo-text {
    font-size: 1.9vw;
}
}

@media(max-width: 1080px) {
.date-text {
    font-size: 2.2vw;
}	
}

@media(max-width: 991px) {
.date-text {
    font-size: 2.2vw;
}
.logo {
    max-width: 22%;
    margin: 0 auto;
}
button.home-btn {
    max-width: 60px;
}	
button.lang-btn {
    max-width: 40px;
}
.bonus-flag {
    font-size: 1.5vw;
    height: 2.5vw;
}	
}

@media(max-width: 767px) {
.top-sec {
	background: none;
}
.title-top {
    position: relative;
    margin: 0 auto -10%;
}	
.title-img {
    height: 41vw;
    margin: 0 -10px;
}	
.title-img img {
    object-fit: cover;
    height: 100%;
}
.date-text {
	font-size: 2.8vw;
}
.how-title {
    font-size: 30px;
}
.how-subtitle {
    font-size: 15px;
}
table.bonus-table {
    font-size: 13px;
}
button.tnc-btn {
    max-width: 57%;
}
.rmb-note {
    font-size: 14px;
}	
.depo-wrapper {
	bottom: 27%;
	max-width: 50%;
}
.depo-text {
	font-size: 2.2vw;
}	
}

@media(max-width: 480px) {
.event-container {
	padding: 10px 1% 25px;
	grid-template-columns: repeat(5, 1fr);
}
button.lang-btn {
	max-width: 33px;
}
button.home-btn {
	max-width: 45px;
}	
.deco.rocket-2 {
    right: 3%;
    top: -5%;
    max-width: 34%;
}
.how-title {
	font-size: 24px;
}
.how-subtitle {
	font-size: 14px;
}	
.bonus-flag {
	font-size: 2.4vw;
	height: 3.5vw;
}	
	
}







