@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body { font-family: "Lato", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #452897 url("/event/assets/128mega/images/free-spin/bg-top.jpg")no-repeat top center; background-size: 100%;}

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;
}
button:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.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;
}
.top-sec {
    text-align: center;
}
.title-top {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.title-img {
    position: relative;
}
.deco.coin-1 {
    left: 6%;
    top: 10%;
    max-width: 15%;
	animation: float 2s ease-in-out infinite;
}
.deco.coin-2 {
    left: 1%;
    top: 18%;
    z-index: 1;
    max-width: 15%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.coin-3 {
    left: 4%;
    top: 45%;
    max-width: 7%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.coin-4 {
    right: 1%;
    top: 6%;
    z-index: 1;
    max-width: 23%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.coin-5 {
    right: 1%;
    top: 17%;
    z-index: 1;
    max-width: 14%;
	animation: float 2.4s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-13px);
    }
    100% {
        transform: translatey(0px);
    }
}
.epicwin-wrapper {
    position: relative;
    max-width: 1055px;
    margin: -9% auto 0;
}
button.epic-tebus {
    position: absolute;
    left: 27%;
    right: 0;
    top: 58%;
    max-width: 32%;
    margin: 0 auto;
}
button.ep-tnc {
    position: absolute;
    right: 5.5%;
    top: 45%;
    max-width: 8%;
}
button.epic-tebus:hover, button.ep-tnc:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.btm-sec {
    position: relative;
    background: url(/event/assets/128mega/images/free-spin/bg-btm.png) no-repeat top center;
    background-size: 100%;
    text-align: center;
	padding-bottom: 30px;
}
.crowdplay-wrapper {
    position: relative;
	margin-bottom: 15px;
}
.deco.male {
    left: 0%;
    top: 5%;
    max-width: 33%;
}
.deco.female {
    right: 0%;
    top: 5%;
    max-width: 21%;
}
.cptext {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    max-width: 45%;
    margin: 0 auto;
}
.cp-referral {
    position: absolute;
    left: 0;
    right: 0;
    top: 67%;
    max-width: 28%;
    margin: 0 auto;
}
.referral-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
    font-size: 46px;
    font-weight: 700;
}
button.cp-tnc {
    position: absolute;
    right: 21%;
    top: 66%;
    max-width: 10%;
}
button.cp-tnc:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.kawanbox {
    position: relative;
    max-width: 32%;
    display: inline-block;
    vertical-align: top;
}
button.refer-tebus-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10%;
    max-width: 74%;
    margin: 0 auto;
	filter: brightness(0.6);
	pointer-events: none;
	z-index: 1;
}
button.refer-tebus-btn:hover {
	transform: scale(0.98);
}
.kawanbox.claimed .kwimg {
	filter: brightness(0.5);
}
.kawanbox.claimed .kwimg button.refer-tebus-btn {
	filter: brightness(0.5);
	pointer-events: none;
}
.kawanbox.claimed::after {
	content: '';
	background: url("/event/assets/128mega/images/free-spin/done.png")no-repeat;
	background-size: 100%;
	width: 174px;
	height: 168px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8%;
	z-index: 1;
}
.kawanbox.active button.refer-tebus-btn {
	pointer-events: auto;
	animation: glowing 2s ease-in-out infinite;
}
@keyframes glowing {
    0% {
		filter: brightness(1) drop-shadow(0 0 3px #fffdc4) drop-shadow(0 0 3px #fffdc4);
    }
    50% {
		filter: brightness(1.07) drop-shadow(0 0 8px #fffdc4) drop-shadow(0 0 10px #fffdc4);
    }
    100% {
		filter: brightness(1) drop-shadow(0 0 3px #fffdc4) drop-shadow(0 0 3px #fffdc4);
    }
}

.share-wrapper {
    position: relative;
    margin: 0 auto;
}
.textshare {
    position: absolute;
    left: 0;
    right: 0;
    top: 14%;
    max-width: 45%;
    margin: 0 auto;
}
.qrcode-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    max-width: 17%;
    margin: 0 auto;
}
.copy-link-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    max-width: 53%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.link-input {
    margin: 0 auto;
    width: 100%;
    margin-right: -15px;
}
.link-input input {
    background: rgb(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    height: 55px;
    border-radius: 15px 0 0 15px;
    padding: 2px 20px;
    font-size: 16px;
}
button.copy-btn {
    max-width: 150px;
}
.btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 72%;
    max-width: 22%;
    margin: 0 auto;
}
.envelope-img {
	pointer-events: none;
}


.modal-dialog.terms {
    max-width: 800px;
}
.modal-content.terms {
    background: none;
    border: none;
}
button.close-x {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: #fff;
}
.modal-dialog.claim {
    max-width: 600px;
}
button.close-claim-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    color: #fff;
}
.claim-mission-wrapper {
    position: relative;
    margin: 0 auto;
}
.claim-form {
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
}
button.pasti-btn {
    max-width: 50%;
}

@media(max-width: 1080px) {
.referral-text {
    font-size: 3.6vw;
}	
.kawanbox.claimed::after {
    width: 16vw;
    height: 15.6vw;
}
.link-input input {
    height: 5vw;
    font-size: 1.5vw;
}	
button.copy-btn {
    max-width: 13vw;
}	
}



@media(max-width: 480px) {
.cp-stage {
    margin: 0 -10px;
    height: 80vw;
}
.cp-stage img {
    object-fit: cover;
    height: 100%;
}
button.cp-tnc {
    right: 9%;
    top: 68%;
    max-width: 13%;
}	
.referral-text {
    font-size: 5.5vw;
}
.cp-referral {
    max-width: 45%;
}	
.cptext {
    top: 15%;
    max-width: 64%;
}
.deco.male {
    left: -6%;
    top: 27%;
    max-width: 36%;
}	
.deco.female {
    right: -10%;
    top: 19%;
    max-width: 26%;
}	
.envelope-img {
    margin: 0 -10px;
    height: 90vw;
}
.envelope-img img {
	object-fit: cover;
	height: 100%;
}
.textshare {
    max-width: 77%;
}	
.qrcode-img {
    max-width: 26%;
}
.copy-link-wrap {
    max-width: 78%;
}
.link-input input {
	height: 8.8vw;
	font-size: 2.5vw;
	border-radius: 10px 0 0 10px;
	padding: 2px 10px;
}
button.copy-btn {
	max-width: 23vw;
}	
.btn-wrap {
    top: 74%;
    max-width: 34%;
}	
}
















