@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body { font-family: "Montserrat", sans-serif; line-height:1.2; font-size:15px; color:#fff; background:#567b92 url("/event/assets/eg33/images/zombie-barrels/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;
}
.music-wrapper {
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 50px;
    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;
    z-index: 999;
    right: 4px;
    top: 100px;
    max-width: 60px;
}
.float-btn-wrap {
    position: absolute;
    top: 17px;
    left: -5px;
    max-width: 65px;
}
button.float-btn {
    margin: 3px 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: 25%;
    margin: 0px auto -8%;
    position: relative;
    z-index: 1;
}
.title-top {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
}
.bg-moving-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
    mix-blend-mode: screen;
    z-index: 1;
    pointer-events: none;
    max-width: 43%;
    margin: 0 auto;
}
.deco.top-1 {
    left: -3%;
    top: 41%;
    max-width: 13%;
	animation: shake 1.5s ease-in-out infinite;
}
.deco.top-2 {
    right: -2%;
    top: 69%;
	max-width: 12%;
    animation: shake 1.8s ease-in-out infinite;
}
.deco.top-2 img {
    transform: rotate(70deg);
}
.how-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.how-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 5%;
}
.step-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 26%;
    max-width: 1080px;
    margin: 0 auto;
}
.stepbox {
    position: relative;
    display: inline-block;
    max-width: 32%;
}
.deco.flame-1 {
    left: 17%;
    top: 4%;
    max-width: 36%;
}
.deco.flame-2 {
    right: 14%;
    top: 3%;
    max-width: 37%;
}
.date-wrap {
    position: relative;
    max-width: 410px;
    margin: 0 auto;
}
.date-text {
    position: absolute;
    left: 26%;
    right: 3%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 35px;
    font-weight: 800;
    text-shadow: 1px 1px 0px #fff, -1px 0px 0px #fff;
    filter: drop-shadow(0px 2px 2px rgb(0, 0, 0, 0.5));
}
.claim-note {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
    text-shadow: 0.5px 0.5px 0px #fff, -0.5px 0px 0px #fff;
    filter: drop-shadow(0px 2px 2px rgb(0, 0, 0, 0.5));
}
.mission-wrap {
    position: relative;
    margin: 30px 0 60px;
}
.msbox {
    position: relative;
    max-width: 350px;
    display: inline-block;
    margin: 5px auto 35px;
}
button.claim-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8%;
    z-index: 1;
    background: url(/event/assets/eg33/images/zombie-barrels/claim-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 70%;
    height: 81px;
    margin: 0 auto;
    color: #2b2b2b;
    font-weight: 800;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 0 1.5px 1px #000;
}
.msbox.claimed::after {
    content: '';
    background: url(/event/assets/eg33/images/zombie-barrels/Tick.png) no-repeat;
    background-size: 100%;
    width: 180px;
    height: 191px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 22%;
    z-index: 1;
}
.msbox.claimed .ms-img {
	filter: grayscale(1);
}
.msbox.claimed button.claim-btn {
	filter: grayscale(1);
}
.msbox.active button.claim-btn {
	animation: blink 1.5s ease-in-out infinite;
}
@keyframes blink {
    0% {
        filter: drop-shadow(0 0 2px #fff) brightness(1);
		transform: scale(1);
    }
    50% {
        filter: drop-shadow(0 0 8px #fff) brightness(1.1);
		transform: scale(1.02);
    }
    100% {
        filter: drop-shadow(0 0 2px #fff) brightness(1);
		transform: scale(1);
    }
}
.deco.deco-sign-1 {
    max-width: 18%;
    left: -5%;
    top: -2%;
	animation: shake 2s ease-in-out infinite;
}
.deco.deco-sign-2 {
    max-width: 18%;
    right: -11%;
    top: -2%;
	animation: shake 2.2s ease-in-out infinite;
}
@keyframes shake {
    0% {
		transform: rotate(10deg);
    }
    50% {
		transform: rotate(-10deg);
    }
    100% {
		transform: rotate(10deg);
    }
}
.token-wrap {
    position: relative;
    max-width: 520px;
    margin: 0 auto;
}
.tk-text {
    position: absolute;
    left: 21%;
    right: 2%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 1px 2px 5px rgb(0, 0, 0, 0.7);
}
.max-note {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 2px 5px rgb(0, 0, 0, 0.7);
    padding: 5px 0;
}
.ms-reward-wrapper {
    position: relative;
    margin: 30px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    max-width: 1000px;
}
.rwbox {
    position: relative;
    max-width: 220px;
    margin: 0 auto;
	transition: 0.2s;
	cursor: pointer;
}
.rwbox:hover {
	transform: scale(1.03);
	transition: 0.2s;
	filter: drop-shadow(0 0 5px #fff) drop-shadow(0 0 10px #fff);
}
.tnc-container {
    position: relative;
    background: url(/event/assets/eg33/images/zombie-barrels/metal-base.png) no-repeat;
    background-size: 100% 100%;
    max-width: 1000px;
    margin: 9% auto 0;
    min-height: 700px;
    text-align: left;
    padding: 6% 5% 1% 14%;
    font-size: 14px;
    font-weight: 700;
    color: #2e120c;
    text-shadow: 0 0 2px #fff, 0 0 3px #fff;
}
.deco.tncblock {
    left: -13%;
    bottom: -1%;
    max-width: 28%;
}
.tnc-title {
    margin-bottom: 15px;
}
ul.terms {
    padding-left: 17px;
}
.modal-content.language {
	background: #d0d2c8;
	border: 3px solid #512d28;
	border-radius: 10px;
	box-shadow: inset 0 0 3px 2px rgb(0,0,0,0.7);
	padding: 20px 25px;
	text-align: center;
}
button.close-x {
    position: absolute;
    color: #000;
    right: 13px;
    top: 8px;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
}
.title-1 {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    text-shadow: -1px 0px 0 #fff, 1px 1px 0 #fff;
    margin-bottom: 15px;
}
.lang-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    max-width: 70%;
    margin: 0 auto;
}
.modal-content.reward {
    background: none;
    border: none;
	max-width: 300px;
    margin: 0 auto;
}
.reward-box {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
	cursor: pointer;
}
.prize {
    position: absolute;
    left: 0;
    right: 0;
    top: 47%;
    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;
}



@media(max-width: 1080px) {
.how-title img {
    max-height: 7.5vw;
}	
.daily-title img {
    max-height: 10vw;
}	
}

@media(max-width: 991px) {
.music-wrapper {
	transform: scale(0.85);
	transform-origin: bottom right;
}
.floating-wrapper {
    transform: scale(0.85);
    transform-origin: right top;
}	
}

@media(max-width: 767px) {
.floating-wrapper {
    transform: scale(0.75);
    transform-origin: right top;
}
.how-title {
    position: relative;
}
.step-wrapper {
    position: relative;
}
.stepbox {
	position: relative;
	display: inline-block;
	max-width: 53%;
	margin: 0 -2%;
}	
.deco.flame-1, .deco.flame-2 {
    display: none;
}	
.how-base, .deco.tncblock {
    display: none;
}	
.msbox {
    max-width: 48%;
    margin: 5px auto 4%;
}	
.msbox.claimed::after {
    width: 51%;
    height: 57%;
}	
button.claim-btn {
    height: 10.5vw;
    font-size: 5vw;
}
.token-wrap {
    max-width: 70%;
}		
.tk-text {
    font-size: 5.4vw;
}	
.tnc-container {
    padding: 20px 15px;
	min-height: auto;
	background: #c9cac0;
	border: 4px solid #684747;
	border-radius: 16px;
	box-shadow: inset 0 0 5px 2px rgb(0,0,0,0.7);
}	
.tnc-title {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 15px;
}	
}

@media(max-width: 480px) {
.floating-wrapper {
	transform: scale(0.60);
	transform-origin: right bottom;
	top: auto;
	bottom: 100px;
}	
.music-wrapper {
	transform: scale(0.75);
	transform-origin: bottom right;
}	
.date-wrap {
    max-width: 75%;
}	
.date-text {
    font-size: 7vw;
}	
.claim-note {
    font-size: 15px;	
}
.max-note {
    font-size: 16px;
}
.logo {
    max-width: 36%;
    margin: 0px auto -15%;
}	
.title-img {
    height: 76vw;
    margin: 0 -10px;
}
.title-img img {
    height: 100%;
    object-fit: cover;
}	
.bg-moving-img {
    max-width: 78%;
}
.how-title img {
	max-height: 9.5vw;
}
.reward-box {
    max-width: 260px;
}
.prize {
    font-size: 32px;
}
}


















