﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Anton&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: #061826 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;
}
#confetti {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
#space {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.top-sec {
	background: url("../images/btm-bg.png")no-repeat bottom center;
	background-size: 100%;
	text-align: center;
	position: relative;
	padding: 0 0 45px;
}
.logo {
    max-width: 230px;
    margin: 0 auto -3%;
}
.title-top {
    position: relative;
    max-width: 1090px;
    margin: 0 auto -1%;
}
.date-wrap {
    margin-bottom: 35px;
}
.depo-wrap {
    position: relative;
    max-width: 480px;
    margin: 0 auto 45px;
}
.depo-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 46%;
    font-size: 46px;
	font-weight: 700;
    color: #ffffa0;
    text-shadow: 3px 3px 3px rgb(0, 0, 0, 0.6);
}
.deco.gift-1 {
    left: -11%;
    bottom: 11%;
    max-width: 22%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.gift-2 {
    right: -13%;
    bottom: 4%;
    max-width: 18%;
	animation: float 2.4s ease-in-out infinite;
}
.mission-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 32%;
    margin: 5px auto 30px;
}
.ms-reward {
    position: relative;
}
.mission-box.grand-prize {
    max-width: 52%;
}
button.claim-btn {
    background: url(../images/claim-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 198px;
    height: 54px;
    color: #ffff9c;
    font-size: 26px;
    font-weight: 900;
    text-transform: uppercase;
    pointer-events: none;
}
.claim-text {
    background: linear-gradient(180deg, rgba(255, 237, 174, 1) 25%, rgba(217, 148, 73, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 4px 3px rgb(0, 0, 0, 0.8));
}
button.claim-btn.claimed {
	filter: grayscale(1);
}
button.claim-btn.active  {
	pointer-events: auto;
	animation: glowing ease-in-out 1.5s infinite;
}
button.claim-btn.active:hover {
	filter:  brightness(1.07);
	transform: scale(0.98);
}

.btn-wrap {
    padding-top: 15px;
}
button.tnc-btn {
    max-width: 400px;
	margin: 0 auto;
}
button.tnc-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}

@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);
  }
}

@keyframes float {
  0% {
	transform: translateY(0);
  }
  50% {
	transform: translateY(-15px);
  }
  100% {
	transform: translateY(0);
  }
}


/** Modal **/
button.close-x {
    position: absolute;
    right: 9px;
    top: 5px;
    color: #fff;
    font-size: 16px;
    z-index: 2;
}
.modal-dialog.terms {
    max-width: 700px;
}
.modal-content.terms {
    background: linear-gradient(180deg,rgba(14, 167, 202, 1) 0%, rgba(0, 60, 100, 1) 100%);
    border: 3px solid #fdfea6;
    border-radius: 15px;
    box-shadow: inset 0 0 3px 1px rgb(0, 0, 0, 0.6);
    padding: 15px 20px;
}
.tnc-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
	text-transform: uppercase;
    margin-bottom: 10px;
	color: #ffffa0;
	text-shadow: 3px 3px 3px rgb(0, 0, 0, 0.6);
}
ul.terms {
	padding-left: 17px;
}
.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 {
    position: absolute;
    left: 0;
    right: 0;
    top: 44%;
	color: #122e4b;
    font-size: 80px;
    font-weight: 900;
	transform: scale(0.2);
	opacity: 0;
	visibility: hidden;
}
.modal.show .reward-amt {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
	transition: ease 0.4s;
	transition-delay: 0.4s;
}



@media(max-width: 991px) {
.date-wrap {
    max-width: 57%;
    margin: 0 auto 5%;
}	
.mission-box {
    margin: 1% auto 2%;
}	
button.claim-btn {
    max-width: 63%;
    height: 5.5vw;
    font-size: 2.6vw;
}
.mission-box.grand-prize button.claim-btn {
    max-width: 40%;
    height: 5.5vw;
}
button.tnc-btn {
    max-width: 44%;
}	
}


@media(max-width: 480px) {
.depo-wrap {
    max-width: 75%;
}	
.depo-text {
    font-size: 7vw;
}	
.mission-box.grand-prize {
    max-width: 80%;
}
.mission-box.grand-prize button.claim-btn {
	height: 8.5vw;
	font-size: 4vw;
}	
button.tnc-btn {
    max-width: 60%;
}	
.modal-content.terms {
    padding: 15px 15px;
    font-size: 14px;
}	
.tnc-title {
    font-size: 20px;
}
.modal .reward-amt {
    font-size: 17vw;
}	
}


















