@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

body { font-family: "Poppins", sans-serif; line-height:1.2; font-size:15px; color:#420000; background: url("/event/assets/eg33/images/win-rewards-daily/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;
}
.music-wrapper {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 100px;
    opacity: 1;
    transition: 0.3s;
    overflow: hidden;
    height: 40px;
    width: 40px;
    background: #fff;
    border-radius: 10px 0 0 10px;
}
.music-wrapper audio {
    position: absolute;
    left: -6px;
    top: -7px;
}
audio:focus {
	outline: none;
}
.floating-wrapper {
    position: fixed;
    right: 0;
    top: 100px;
    max-width: 80px;
    z-index: 99;
}
.float-btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
    padding: 11px;
}
button.float-btn {
    display: block;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.backtop {
	position: fixed;
	right: 0;
	bottom: 20px;
	width: 60px;
	margin: 0 auto;
	background: none;
	padding: 0;
	border: none;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}
.backtop.show {
  opacity: 1;
  visibility: visible;
}
.top-sec {
	position: relative;
	text-align: center;
	margin-bottom: -50px;
}
.logo {
    padding-top: 10px;
    margin-bottom: -5%;
    position: relative;
    z-index: 2;
}
.title-top {
    position: relative;
    max-width: 1100px;
    margin: 0 auto -8%;
}
.title-top {
    position: relative;
    max-width: 1100px;
    margin: 0 auto -8%;
}
.deco.fw-1 {
    left: -5%;
    top: 7%;
	z-index: -1;
    max-width: 41%;
	animation: firework 2.2s ease-in-out infinite;
}
.deco.fw-2 {
    right: -7%;
    top: 25%;
	max-width: 41%;
    z-index: -1;
	opacity: 0;
	animation: firework 2.2s ease-in-out infinite;
	animation-delay: 0.5s;
}
@keyframes firework {
    0% {
        transform: scale(0.3);
		opacity: 0;
    }
    70% {
        transform: scale(1);
		opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.depo-wrap {
    position: relative;
    max-width: 427px;
    margin: 0 auto 35px;
}
.depo-amt {
    position: absolute;
    left: 0;
    right: 0;
    top: 58%;
    font-size: 44px;
    font-weight: 800;
    color: #fff;
}
.reset-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: -1px 1px 2px #6e0000;
}
.redeem-time {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    color: #420000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.btm-sec {
    background: url(/event/assets/eg33/images/win-rewards-daily/lantern-bg.png) no-repeat top center;
    background-size: 100%;
    padding-bottom: 30px;
    padding-top: 70px;
}
.depo-mission-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}
.mission-box {
    position: relative;
    display: inline-block;
    max-width: 200px;
    margin: 15px 10px;
}
.mstext-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 24%;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.mstext-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 33%;
    font-size: 30px;
    font-weight: 800;
    border-bottom: 1px solid #e8c971;
    max-width: 75%;
    margin: 0 auto;
}
.mstext-3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 59%;
    font-size: 18px;
    font-weight: 700;
}
.token-img {
    margin-right: 8px;
    vertical-align: middle;
}
button.redeem-btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -13%;
    background: url(/event/assets/eg33/images/win-rewards-daily/redeem-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 67%;
    height: 52px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 700;
    color: #420000;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff2b0;
    padding-bottom: 12px;
	filter: grayscale(1);
	pointer-events: none;
}
button.redeem-btn.claimed {
	filter: grayscale(0);
	font-size: 24px;
}
button.redeem-btn.active {
	filter: grayscale(0);
	pointer-events: auto;
}
button.redeem-btn.active:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}
.mytoken {
    position: relative;
    max-width: 400px;
    margin: 0 auto 30px;
    text-align: center;
}
.token-text {
    position: absolute;
    left: 28%;
    right: 11%;
    top: 18%;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
ul.nav.nav-event {
    align-items: center;
    justify-content: center;
    max-width: 760px;
    margin: 0 auto -7%;
    position: relative;
    z-index: 2;
}
ul.nav.nav-event li.nav-item {
    width: 48%;
    margin: 0 1%;
}
ul.nav.nav-event li.nav-item a.nav-link {
    background: url(/event/assets/eg33/images/win-rewards-daily/tab-base.png) no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 369px;
    margin: 0 auto;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
	filter: brightness(0.7);
}
ul.nav.nav-event li.nav-item a.nav-link.active {
	filter: brightness(1);
}
.tab-content.cnybase {
    background: url(/event/assets/eg33/images/win-rewards-daily/frame-game.png) no-repeat;
    background-size: 100% 100%;
    max-width: 908px;
    height: 815px;
    margin: 0 auto;
    position: relative;
    padding: 10% 1% 0;
}
.deco.ap-1 {
    left: -1%;
    top: 30%;
    max-width: 20%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.ap-2 {
    right: -4%;
    top: 36%;
    max-width: 22%;
	animation: float 2.1s ease-in-out infinite;
}
@keyframes float {
  0% {
	transform: translateY(0);
  }
  50% {
	transform: translateY(-12px);
  }
  100% {
	transform: translateY(0);
  }
}
.angpao-shoot-event {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
	text-align: center;
	z-index: 1;
}
.angpao-shoot-event * {
 	cursor: url("/event/assets/eg33/images/win-rewards-daily/aim-pointer.png") 60 60 , auto;
}
.angpao {
	position: absolute;
	max-width: 24%;
	margin: 0 auto;
	z-index: 9;
}
.angpao:hover img {
	animation: shake 1.5s ease-in-out infinite;
}
@keyframes shake {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(-3deg);
  }
  30% {
    transform: rotate(3deg);
  }
  45% {
    transform: rotate(-2deg);
  }
  60% {
    transform: rotate(3deg);
  }
  75%  {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0);
  }
}
.angpao.reward-1 {
    left: 14%;
    top: 21%;
}
.angpao.reward-2 {
    left: 2%;
    right: 0;
    top: 21%;
}
.angpao.reward-3 {
    right: 12%;
    top: 21%;
}
.angpao.reward-4 {
    left: 14%;
    top: 64%;
}
.angpao.reward-5 {
    left: 2%;
    right: 0;
    top: 64%;
}
.angpao.reward-6 {
    right: 12%;
    top: 64%;
}
.rack-img {
    pointer-events: none;
}
.wheel-wrapper {
    max-width: 83%;
    margin: 0 auto;
    text-align: center;
	position: relative;
}
button.spin-btn {
    background: url(/event/assets/eg33/images/win-rewards-daily/start-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 31%;
    height: 55px;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 13%;
    font-size: 22px;
    font-weight: 700;
    color: #751a10;
    text-transform: uppercase;
	transition: 0.2s;
}
button.spin-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
	transition: 0.2s;
}



/** Modal **/
button.close-x {
    background: none;
    border: none;
    padding: 0;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
}
.modal-content.reward {
    background: none;
    border: none;
	max-width: 300px;
    margin: 0 auto;
}
.reward-box {
    position: relative;
    max-width: 178px;
    margin: 0 auto;
    text-align: center;
	cursor: pointer;
}
.prize {
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
	z-index: 3;
    font-size: 34px;
    color: #000;
    font-weight: 700;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff;
    filter: drop-shadow(0px 0px 11px #fff);
	opacity: 0;
	visibility: hidden;
	transform: scale(0.3);
}
img.open {
	position: absolute;
	left: 0;
	right: 0;
	transition: 0.2s;
}
img.open {
    opacity: 0;
    visibility: hidden;
	transition: 0.2s;
}
.reward-box.active img.closed {
    opacity: 0;
    visibility: hidden;
	transition: 0.2s;
}
.reward-box.active img.open {
    opacity: 1;
    visibility: visible;
	transition: 0.2s;
}
.reward-box.active .prize {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: 0.3s;
	transition-delay: 0.3s;
}
.modal-dialog.terms {
    max-width: 750px;
}
.modal-content.terms {
    background: url("/event/assets/eg33/images/win-rewards-daily/popup-base.png")no-repeat;
	background-size: 100% 100%;
    border: none;
    padding: 15px 40px 40px;
    color: #fff;
	font-weight: 400;
}
.modal-content.language {
    background: url("/event/assets/eg33/images/win-rewards-daily/popup-base-2.png")no-repeat;
	background-size: 100% 100%;
    border: none;
    padding: 15px 30px 40px;
	font-weight: 400;
}
.modal-dialog.how {
    max-width: 850px;
}
button.close-x {
    position: absolute;
    right: 12px;
    top: 6px;
    z-index: 2;
}
.pop-title-wrap {
    position: relative;
    max-width: 350px;
    margin: -10px auto 10px;
    text-align: center;
}
.pop-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 51%;
    font-size: 17px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
ul.terms {
    padding-left: 17px;
}
.lang-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.lang-wrap a {
	display: block;
	max-width: 90px;
	margin: 0 5px;
}
.lang-wrap a:hover {
	transform: scale(1.05);
	filter: brightness(1.1);
}
.how-wrapper {
    text-align: center;
	padding: 0 0 30px;
}
.stepbox {
    max-width: 31%;
    margin: 0 0.5%;
    display: inline-block;
    position: relative;
    text-align: center;
}
.stepinfo {
    position: absolute;
    left: 0;
    right: 0;
    top: 73%;
    max-width: 80%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 500;
}
.sptext-1 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}


@media(max-width: 991px) {	
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: right top;
}
.backtop {
    width: 50px;
}
button.spin-btn {
    height: 6.5vw;
    font-size: 2.5vw;
}
.top-sec {
    margin-bottom: 0;
}	
.btm-sec {
    padding-top: 0;
}	
}


@media(max-width: 767px) {
.floating-wrapper {
	top: 50px;
    transform: scale(0.7);
    transform-origin: right top;
}	
.tab-content.cnybase {
    height: 100vw;
}	
ul.nav.nav-event li.nav-item a.nav-link {
    background-size: 100% 100%;
    font-size: 3vw;
    height: 11.5vw;
}
.wheel-wrapper {
    margin-top: 5%;
}
.stepbox {
    max-width: 48%;
    margin: 5px 0.5%;
}	
.modal-content.language, .modal-content.terms {
    background: linear-gradient(170deg, rgba(223, 67, 18, 1) 6%, rgba(249, 139, 66, 1) 33%, rgba(255, 156, 77, 1) 67%, rgba(223, 67, 18, 1) 97%);
    border: 5px solid #b11616;
    border-radius: 15px;
    box-shadow: inset 0 0 1px 2px #f8ca84, inset 0 0 5px 3px rgb(0, 0, 0, 0.4);
	padding: 15px 20px;
	font-size: 14px;
}	
}

@media(max-width: 550px) {
.sptext-1 {
    font-size: 4vw;
}	
.stepinfo {
    font-size: 2.4vw;
}	
.how-wrapper {
    padding: 0 0 10px;
}	
}

@media(max-width: 480px) {
.music-wrapper {
	transform: scale(0.7);
	transform-origin: right top;
}	
.floating-wrapper {
    transform: scale(0.55);
    transform-origin: right top;
}
.backtop {
    width: 40px;
}
.logo {
    max-width: 35%;
    margin: 0 auto -10%;
}	
.title-img {
    margin: 0 -10px;
    height: 87vw;
}
.title-img img {
    object-fit: cover;
    height: 100%;
}
.depo-wrap {
    max-width: 93%;
}	
.depo-amt {
    font-size: 9vw;
}	
.reset-text {
    font-size: 2.5vw;
}
.redeem-time {
    font-size: 3vw;
}
.mission-box {
    width: 45%;
    margin: 4% 1%;
}	
.mstext-1 {
    font-size: 2.5vw;
}
.mstext-2 {
    font-size: 6.5vw;
}	
.mstext-3 {
    font-size: 4vw;
}
.token-img img {
    max-height: 5.5vw;
}	
button.redeem-btn {
    height: 11vw;
    font-size: 3.6vw;
    padding-bottom: 2.8vw;
}
button.redeem-btn.claimed {
    font-size: 5vw;
}
.mytoken {
    max-width: 87%;
}	
.token-text {
    font-size: 6.5vw;
}	
button.spin-btn {
	height: 9.5vw;
	font-size: 3.5vw;
	max-width: 40%;
	bottom: 8%;
}	
ul.nav.nav-event {
    margin: 0 auto -1%;
}	
.modal-content.language, .modal-content.terms {
	padding: 15px 15px;
	font-size: 13px;
}	
}




