@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?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:#191919; background: #fcecf7 url("/event/assets/images/free-spin-bonuses/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;
	pointer-events: none;
}
.max-container {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
.top-sec {
	position: relative;
	padding: 15px 0 45px;
	text-align: center;
}
.title-top {
    position: relative;
}
.deco.top-deco-1 {
    left: 4%;
    top: 1%;
    max-width: 14%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.top-deco-2 {
    right: 2%;
    top: 0%;
    max-width: 22%;
	animation: float 2.2s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-13px);
    }
    100% {
        transform: translatey(0px);
    }
}
.bonuses-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-top: -11%;
	max-width: 1100px;
	margin: -11% auto 0;
}
.tcard {
	position: relative;
	transform-style: preserve-3d;
	cursor: pointer;
}
.refer-friend-wrap {
    position: relative;
    max-width: 90%;
    margin-left: 10%;
    margin-top: 8%;
}
.deco.plane {
    left: -19%;
    top: -52%;
    max-width: 29%;
}
.deco.gift {
    right: 5%;
    top: -22%;
    max-width: 11%;
    z-index: 1;
	animation: float 2s ease-in-out infinite;
}
.refer-wrap {
    position: relative;
}
.free-spin {
    position: absolute;
    left: -11%;
    top: 13%;
    right: 0;
    max-width: 16%;
    margin: 0 auto;
	animation: shaking 2s ease-in-out infinite;
}
@keyframes shaking {
    0% {
		transform: rotate(-8deg);
    }
    50% {
		transform: rotate(8deg);
    }
    100% {
		transform: rotate(-8deg);
    }
}
.invite-wrapper {
    position: relative;
    margin: 30px 0;
}
.invite-wrapper {
    position: relative;
    margin: 30px auto;
    background: rgb(255, 255, 255, 0.8);
    border: 4px solid #006ae5;
    border-radius: 20px;
    padding: 25px 45px;
    display: grid;
    grid-template-columns: 220px auto;
	grid-gap: 30px;
    max-width: 880px;
}
.deco.cloud-1 {
    left: -23%;
    bottom: -1%;
    max-width: 27%;
	animation: moving 2s ease-in-out infinite;
}
.deco.cloud-2 {
    right: -16%;
    bottom: -11%;
    max-width: 27%;
	animation: moving 2.2s ease-in-out infinite;
}
@keyframes moving {
    0% {
		transform: translateX(5px);
    }
    50% {
		transform: translateX(-5px);
    }
    100% {
		transform: translateX(5px);
    }
}
.qrcode-img {
    border: 4px solid #0058dd;
    max-width: 220px;
    margin: 0 auto 6px;
}
.dltext {
    color: #0058dd;
    font-size: 16px;
    font-weight: 700;
}
.invite-info {
    text-align: left;
}
.invtitle {
    font-size: 30px;
    font-weight: 700;
    color: #0058dd;
}
.shtext {
    color: #0058dd;
    font-size: 18px;
    padding: 10px 0;
}
.refer-link-wrap {
    display: flex;
    align-items: center;
}
.input-wrap {
    width: 80%;
    border: 1px solid #b7b7b7;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    margin-right: -10px;
}
input.refer-input {
    border: none;
    background: #fff;
    height: 45px;
    padding: 0px 15px;
	color: #000;
}
button.copy-btn {
    background: #0058dd;
    border: 1px solid #0058dd;
    color: #fff;
    height: 46px;
    width: 20%;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
button.copy-btn:hover {
    background: #fff;
    color: #0058dd;
}
a.smbox {
    display: inline-block;
    margin-right: 15px;
    color: #272727;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}
a.smbox img {
    margin-bottom: 5px;
}
a.smbox:hover img {
	transform: scale(1.02);
}
.mission-container {
    position: relative;
    padding: 15px 0;
}
.msbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 48%;
    margin: 5px 0.5%;
	filter: grayscale(1) brightness(1.05);
}
.msbox.claimed, .msbox.active {
	filter: grayscale(0);
}
.msbox.claimed::after {
    content: '';
    background: url(/event/assets/images/free-spin-bonuses/collected.png) no-repeat;
    background-size: 100%;
    width: 207px;
    height: 184px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    right: 2%;
    top: 13%;
}
button.collect-btn {
    position: absolute;
    right: 4%;
    top: 60%;
    max-width: 32%;
	pointer-events: none;
}
.msbox.active button.collect-btn {
	animation: glowing 2s ease-in-out infinite;
	pointer-events: auto;
}
.msbox.active button.collect-btn:hover {
	transform: scale(0.98);
}

@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);
    }
}

@media(max-width: 1080px) {
.msbox.claimed::after {
    width: 17vw;
    height: 16vw;
}	
}

@media(max-width: 767px) {
.invite-wrapper {
	padding: 25px 20px;
	grid-template-columns: auto;
	grid-gap: 15px;
	margin: 30px auto 15px;
}
.invite-info {
    text-align: center;
}	
.deco.cloud-1, .deco.cloud-2 {
	display: none;
}	
a.smbox {
    margin: 0 8px;
}	
}

@media(max-width: 480px) {
.top-sec {
    padding: 10px 0 30px;
}	
.title-img {
    height: 63vw;
    margin: 0 -10px;
}	
.title-img img {
    object-fit: cover;
    height: 100%;
}	
.deco.top-deco-1 {
    left: 0%;
    top: 4%;
    max-width: 15%;
}	
.deco.top-deco-2 {
    right: -4%;
    top: 7%;
    max-width: 22%;
}	
.qrcode-img {
    max-width: 200px;
}
.input-wrap {
    width: 75%;
}
button.copy-btn {
    width: 29%;
}	
.msbox {
    max-width: 100%;
}
.msbox.claimed::after {
	width: 34vw;
	height: 32vw;
}	
}














