@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: url("../images/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;
}
.top-sec {
	position: relative;
	padding: 10px 0 45px;
	text-align: center;
	background: url("../images/bg-btm.png")no-repeat bottom center;
	background-size: 100%;
}
button.home-btn {
    background: none;
    border: none;
    padding: 0;
	max-width: 70px;
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 9;
}
button.home-btn.login {
    left: auto;
    right: 5px;
}
button.home-btn:hover {
	transform: scale(0.97);
	filter: brightness(1.07);
}
.title-top {
    position: relative;
    padding: 0 0 15px;
    max-width: 1100px;
    margin: 0 auto;
}
@keyframes float {
  0% {
	transform: translateY(0);
  }
  50% {
	transform: translateY(-15px);
  }
  100% {
	transform: translateY(0);
  }
}
.event-period {
    margin-bottom: 20px;
}
.how-title {
    margin-bottom: 30px;
}
.event-wrapper {
    position: relative;
    max-width: 734px;
    margin: 0 auto 15px;
    text-align: center;
}
.msbox {
    position: absolute;
    max-width: 25%;
    margin: 0 auto;
}
.msbox.claimed::after {
    content: '';
    background: url(../images/tick.png) no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: absolute;
    left: 9%;
    right: 0;
    top: 68%;
}
.msbox.no1 {
    left: 0%;
    top: 0;
}
.msbox.no2 {
    top: 0;
    left: 25%;
}
.msbox.no3 {
    right: 25%;
    top: 0;
}
.msbox.no4 {
    right: 0%;
    top: 0%;
}
.msbox.no5 {
    left: 13.5%;
    top: 33.5%;
}
.msbox.no6 {
    left: 1.7%;
    right: 0;
    top: 33.5%;
}
.msbox.no7 {
    right: 12%;
    top: 33.5%;
}
.msinfo {
    position: absolute;
    left: 8%;
    right: 0;
    top: 32%;
    max-width: 80%;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    font-style: italic;
    font-weight: 500;
}
.mstext1 {
    margin-bottom: 8%;
}
span.hightlight-1 {
    font-size: 110%;
    font-weight: 600;
    color: #331301;
}
span.hightlight-2 {
    font-size: 120%;
    font-weight: 700;
    color: #4f0000;
}
button.claim-btn {
    position: absolute;
    left: 8%;
    right: 0;
    top: 60%;
    max-width: 79%;
    margin: 0 auto;
	filter: grayscale(1);
	pointer-events: none;
}
.msbox.active button.claim-btn {
	filter: grayscale(0);
	pointer-events: auto;
}
.msbox.active button.claim-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
button.tnc-btn {
	position: relative;
    max-width: 234px;
    margin: 0 auto;
    background: none;
    border: none;
    padding: 0;
}
button.tnc-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}

.modal-dialog.terms {
    max-width: 750px;
    top: 5%;
}
.modal-content.terms {
    background: #00523b;
    border: 2px solid #f7d76f;
    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) {
button.tnc-btn {
    max-width: 43%;
}
}

@media(max-width: 676px) {	
.event-period {
    max-width: 61%;
    margin: 0 auto 3%;
}
.msinfo {
    font-size: 1.9vw;
}	
.msbox.claimed::after {
    width: 6.5vw;
    height: 6.5vw;
}	
}

@media(max-width: 480px) {		
button.tnc-btn {
    max-width: 48%;
}	
.modal-content.terms {
    padding: 0 15px 15px;
    font-size: 14px;
}
.tnc-title {
	max-width: 54%;
	margin: -8% auto 15px;
}	
}