@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body { font-family: "Barlow", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #000 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;
	text-align: center;
	padding: 0 0 45px;
}
.spotlight {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	mix-blend-mode: screen;
	pointer-events: none;
}
.spotlight img {
	width: 100%;
}
.logo {
    max-width: 40%;
    margin: 0 auto -9%;
    position: relative;
    z-index: 1;
}
.title-top {
    position: relative;
    margin: 0 auto -14%;
}
.deco.dice-1 {
    left: 9%;
    top: 12%;
    max-width: 7%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.dice-2 {
    right: 10%;
    top: 16%;
    max-width: 7%;
	animation: float 2.1s ease-in-out infinite;
}
@keyframes float {
  0% {
	transform: translateY(0);
  }
  50% {
	transform: translateY(-15px);
  }
  100% {
	transform: translateY(0);
  }
}
.date-event {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 6%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.depo-wrapper {
    position: relative;
    max-width: 590px;
    margin: 0 auto 30px;
}
.depo-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    font-size: 59px;
    font-weight: 600;
}
.msbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 31%;
    margin: 10px 0.5%;
}
.msbox button.claim-btn {
	pointer-events: none;
}
.msbox.bigrw {
    max-width: 48%;
}
.msbox.claimed {
    filter: grayscale(1);
}
.msbox.active {
    animation: glowing 1.5s ease-in-out infinite;
}
.msbox.active button.claim-btn {
    animation: glowing 1.5s ease-in-out infinite;
	pointer-events: auto;
}
.msbox.active button.claim-btn:hover {
	transform: scale(1.03);
	transition: 0.2s;
}
@keyframes glowing {
  0% {
	filter: brightness(1.05) drop-shadow(0 0 8px #ffec4f);
  }
  50% {
	filter: brightness(1) drop-shadow(0 0 1px #ffec4f);
  }
  100% {
	filter: brightness(1.05) drop-shadow(0 0 8px #ffec4f);
  }
}
button.claim-btn {
    background: url(../images/claim-btn.png) no-repeat;
    background-size: 100% 100%;
    color: #fdff6e;
    font-size: 34px;
    font-weight: 800;
    text-shadow: 0 2px 4px rgb(0, 0, 0, 0.7);
    text-transform: uppercase;
    width: 100%;
    max-width: 70%;
    height: 75px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
	transition: 0.2s;
}
.msbox.bigrw button.claim-btn {
    max-width: 48%;
}
.tnc-btn-wrap {
	padding: 30px 0;
}
button.tnc-btn {
    background: url(../images/tnc-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 351px;
    height: 118px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
button.tnc-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
/** Modal **/
.modal-content.reward {
    background: none;
    border: none;
    color: #fff;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
}
button.close-x {
    position: absolute;
    right: 9px;
    top: 5px;
    color: #fff;
    font-size: 16px;
    z-index: 2;
}
.reward-box {
    position: relative;
    text-align: center;
}
.modal .reward-amt-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
	max-width: 90%;
    margin: 0 auto;
	transform: scale(0.2);
	opacity: 0;
	visibility: hidden;
}
.modal.show .reward-amt-img {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	transition: ease 0.4s;
	transition-delay: 0.4s;
}
.modal-dialog.terms {
    max-width: 700px;
}
.modal-content.terms {
    background: #131723;
    border: 3px solid #42c14a;
    border-radius: 15px;
    padding: 15px 20px;
}
.tnc-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #42c14a;
}
ul.terms {
	padding-left: 17px;
}


@media(max-width: 1080px) {
button.claim-btn {
    height: 7vw;
    font-size: 3.4vw;
}	
}

@media(max-width: 767px) {
.depo-wrapper {
    max-width: 80%;
}	
.depo-text {
    font-size: 8vw;
}
}

@media(max-width: 480px) {
.top-sec {
    padding: 0 0 15px;
}	
.title-img {
    margin: 0 -10px;
    height: 64vw;
}	
.title-img img {
    object-fit: cover;
    height: 100%;
}	
.deco.dice-1 {
    left: 2%;
    top: 13%;
    max-width: 9%;
}	
.deco.dice-2 {
    right: 2%;
    top: 18%;
    max-width: 9%;
}	
.date-event {
    max-width: 70%;
}	
.date-text {
    font-size: 4.5vw;
}	
button.tnc-btn {
    max-width: 65%;
    height: 23vw;
    font-size: 4.2vw;
}	
.modal-content.terms {
    padding: 15px 15px;
    font-size: 14px;
}	
	
}

















