@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: Cubano;
  src: url("../fonts/Cubano.ttf");
}

body { font-family: "Cubano", sans-serif; line-height:1.2; font-size:15px; color:#191919; background: #c8d4e0 url("/event/assets/eg33/images/unity-spin-fiesta/bg.jpg") 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;
}
.floating-wrapper {
    position: fixed;
    z-index: 999;
    right: 4px;
    top: 100px;
    max-width: 77px;
}
.float-btn-wrap {
    position: absolute;
    top: 11px;
    left: -12px;
    max-width: 65px;
}
button.float-btn {
    margin: 5px 0;
    display: block;
	transition: 0.2s;
}
button.float-btn:hover {
	transform: rotate(-15deg) scale(0.98);
	filter: brightness(1.07);
	transition: 0.2s;
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 10px 0 45px;
}
.logo {
    max-width: 30%;
    margin: 0 auto -3%;
    position: relative;
    z-index: 1;
}
.title-wrapper {
    position: relative;
    max-width: 1094px;
    margin: 0 auto;
}
.title-img {
	position: relative;
	z-index: 1;
}
.deco.top-coin-1 {
    left: -18%;
    top: 57%;
    max-width: 31%;
	z-index: 2;
	animation: float 2.3s ease-in-out infinite;
}
.deco.top-coin-2 {
    right: -8%;
    top: 28%;
    max-width: 24%;
	z-index: 2;
	animation: float 2.2s ease-in-out infinite;
}
.deco.fw-1 {
    left: -4%;
    top: 7%;
    max-width: 45%;
	animation: blink 2.4s ease-in-out infinite;
}
.deco.fw-2 {
    right: 0%;
    top: 7%;
    max-width: 50%;
	animation: blink 2.5s ease-in-out infinite;
	opacity: 0;
	animation-delay: 0.5s;
}
.how-title {
    text-align: center;
}
.stepbox {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 10px 20px;
}
.depo-title {
    margin-bottom: -3%;
}
.depo-base {
    position: relative;
    max-width: 286px;
    margin: 0 auto;
}
.depo-amt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    padding-bottom: 1%;
}
.note-reset {
    padding: 5px;
}
.redeem-note {
    background: linear-gradient(180deg, rgba(255, 227, 32, 1) 0%, rgba(255, 142, 1, 1) 100%);
    box-shadow: inset 0 0 7px 2px #fff26b;
    padding: 15px 15px;
    border-radius: 45px;
    border-top: 1px solid #ffc400;
    border-bottom: 3px solid #ff1400;
    font-size: 25px;
    color: #281313;
    max-width: 1000px;
    margin: 30px auto -10px;
    position: relative;
	text-shadow: 0 0 1px #ffe72f, 0 0 2px #ffe72f;
}
.rdtext-2 {
    font-size: 63%;
    text-shadow: 0 0 1px #ffe72f, 0 0 2px #ffe72f, 0 0 3px #ffe72f;
}

.event-wrapper {
	background: url("/event/assets/eg33/images/unity-spin-fiesta/event-base.png")no-repeat;
	background-size: 100% 100%;
	padding: 30px 30px;
	margin-bottom: 30px;
}
.msbox {
    position: relative;
    vertical-align: top;
    display: inline-block;
    max-width: 195px;
    margin: 10px 5px;
    color: #4d2600;
    text-transform: uppercase;
}
.msbox.claimed {
    filter: brightness(0.8) sepia(0.5);
	pointer-events: none;
}
.acctext {
    position: absolute;
    left: 0;
    right: 0;
    top: 13%;
    font-size: 20px;
    line-height: 1.1;
    max-width: 88%;
    margin: 0 auto;
    text-shadow: 0 0 1px #eacfff, 0 0 2px #eacfff;
}
.acc-amount {
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    font-size: 35px;
    text-shadow: 0 0 1px #eacfff, 0 0 2px #eacfff;
}
.tkget {
    position: absolute;
    left: 0;
    right: 0;
    top: 55.5%;
    font-size: 20px;
    text-shadow: 0 0 1px #eacfff, 0 0 2px #eacfff;
}
button.claim-btn {
    background: url(/event/assets/eg33/images/unity-spin-fiesta/claim-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 95%;
    height: 54px;
    margin: 0 auto;
    font-size: 30px;
    color: #5e2e00;
    text-shadow: 0 0 1px #ffe72f, 0 0 2px #ffe72f;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9%;
}
.msbox.active button.claim-btn {
	animation: shine 1.2s ease-in-out infinite;
}
.token-wrap {
    position: relative;
    max-width: 332px;
    margin: 0 auto;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    padding-bottom: 6%;
    color: #281313;
}
.wheel-wrapper {
	position: relative;
	max-width: 610px;
	margin: 15px auto;
}
button.spin-btn {
    background: url(/event/assets/eg33/images/unity-spin-fiesta/spin.png) no-repeat;
    background-size: 100%;
    width: 100px;
    height: 100px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 39%;
    z-index: 1;
    font-size: 26px;
    font-weight: 700;
}
button.spin-btn:hover {
	transform: scale(1.03);
	filter: drop-shadow(0 0 5px rgb(255,255,255,0.7));
}
.deco.flower-1 {
    left: -4%;
    bottom: -2%;
    max-width: 17%;
	animation: shake 2.1s ease-in-out infinite;
}
.deco.flower-2 {
    bottom: -3%;
    right: -4%;
    max-width: 17%;
	animation: shake 2.2s ease-in-out infinite;
}
.deco.deco-coin-1 {
    left: -1%;
    top: 38%;
    max-width: 15%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.deco-coin-2 {
    right: -1%;
    top: 41%;
    max-width: 8%;
	animation: float 2s ease-in-out infinite;
}
.deco.flower-3 {
    left: 1%;
    bottom: 1%;
    max-width: 16%;
	animation: shake 2s ease-in-out infinite;
}
.deco.flower-4 {
    right: 1%;
    bottom: 0%;
    max-width: 16%;
	animation: shake 2.1s ease-in-out infinite;
}
@keyframes shine {
    0% {
		transform: scale(1);
        filter: drop-shadow(0 0 1px #ffcd3f);
    }
    50% {
		transform: scale(1.03);
        filter: drop-shadow(0 0 8px #ffcd3f) brightness(1.07);
    }
    100% {
		transform: scale(1);
        filter: drop-shadow(0 0 1px #ffcd3f);
    }
}
@keyframes shake {
    0% {
        transform: rotate(-15deg);
    }
    50% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-15deg);
    }
}
@keyframes float {
    0% {
        transform: translateY(-12px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-12px);
    }
}
@keyframes blink {
    0% {
        transform: scale(0.2);
		opacity: 0;
    }
    50% {
        transform: scale(1);
		opacity: 1;
    }
    100% {
        transform: scale(1);
		opacity: 0;
    }
}




/** Modal **/
button.close-x {
    position: absolute;
    color: #000;
    right: 24px;
    top: 17px;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
}
.modal-dialog.terms.modal-dialog-centered {
	top: 5%;
    max-width: 700px;
}
.modal-content.terms {
	background: url("/event/assets/eg33/images/unity-spin-fiesta/popup-base.png")no-repeat;
	background-size: 100% 100%;
	border: none;
	padding: 15px 30px 20px;
	color: #2e120c;
	font-family: 'Montserrat';
}
.how-title-popup {
	text-align: center;
    margin: -55px auto 5px;
    max-width: 80%;
}
ul.terms {
    padding-left: 17px;
    font-weight: 600;
}
ul.terms li {
	padding: 2px 0;
}
.modal-content.language {
    background: url("/event/assets/eg33/images/unity-spin-fiesta/popup-base.png") no-repeat;
    background-size: 100% 100%;
    border: none;
    padding: 15px 20px 30px;
}
.title-1 {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #2e120c;
    margin-bottom: 10px;
}
.lang-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    max-width: 70%;
    margin: 0 auto;
}

@media(max-width: 1080px) {
.event-wrapper {
    max-width: 767px;
	padding: 20px 10px;
    margin: 0 auto 30px;
    background: rgb(255, 255, 255, 0.5);
    border-radius: 30px;
    border-bottom: 6px solid rgb(255, 255, 255, 0.5);
}
	
}

@media(max-width: 991px) {
.floating-wrapper {
	transform: scale(0.7);
	transform-origin: right top;
}	
}


@media (max-width: 767px) {
.floating-wrapper {
	transform: scale(0.6);
}
.redeem-note {
    font-size: 20px;
}
.stepbox {
    width: 48%;
    margin: 1% 0.5%;
}
.how-title {
    max-width: 80%;
    margin: 0 auto;
}
.depo-title {
	max-width: 90%;
	margin: 0 auto -3%;
}
.deco.deco-coin-1,.deco.deco-coin-2 {
	display: none;
}	
.modal-content.terms, .modal-content.language  {
	background: linear-gradient(180deg, rgba(255, 230, 84, 1) 0%, rgba(247, 177, 51, 1) 30%, rgba(244, 155, 37, 1) 100%);
	border-radius: 15px;
	border: 2px solid #fcde69;
	box-shadow: inset 0 0 14px 5px #f9cb42;
	padding: 0 15px 20px;
}
button.close-x {
    right: 10px;
    top: 6px;
}
}

@media (max-width: 620px) {
button.spin-btn {
	height: 17vw;
	width: 17vw;
	font-size: 4.5vw;
}
}

@media (max-width: 480px) {
.floating-wrapper {
	transform: scale(0.5);
}
.redeem-note {
	font-size: 18px;
	padding: 10px 15px;
}	
.title-img {
    height: 72vw;
    margin: 0 -10px;
}	
.title-img img {
    object-fit: cover;
    height: 100%;
}
.how-title-popup {
    margin: -9% auto 5px;
}
.modal-content.terms, .modal-content.language {
	font-size: 14px;
}
.title-1 {
    padding-top: 10px;
    font-size: 24px;
}	
	
}

@media (max-width: 440px) {
.msbox {
    max-width: 48%;
    margin: 1% 0.5%;
}	
.acctext {
    font-size: 4.6vw;
}
.acc-amount {
    font-size: 8vw;
}
.tkget {
    font-size: 4.6vw;
}
button.claim-btn {
    height: 12vw;
    font-size: 6.8vw;
}	
	
}






















