﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

body { font-family: "Roboto", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: url("/event/assets/eg33/images/glow-n-gloom/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;
}
.floating-wrapper {
    position: fixed;
    z-index: 99;
    right: 5px;
    top: 100px;
    max-width: 51px;
    padding: 5px 0;
	background: url("/event/assets/eg33/images/glow-n-gloom/float-base.png")no-repeat;
	background-size: 100% 100%;
}
button.float-btn {
    filter: drop-shadow(0px 3px 3px rgb(0, 0, 0, 0.8));
    margin: 2px 0;
}
.dropdown-menu.language {
    background: none;
    border: none;
	margin: 0;
	padding: 0;
}
.top-sec {
	position: relative;
	padding: 15px 0 60px;
	text-align: center;
}
.logo {
    max-width: 400px;
    margin: 0 auto;
    filter: drop-shadow(0px 6px 4px rgb(0, 0, 0, 0.85));
    margin-bottom: -6%;
    position: relative;
}
.event-date {
    font-size: 38px;
    font-weight: 700;
    font-style: italic;
    padding-bottom: 20px;
    text-shadow: 1px 2px 5px rgb(0, 0, 0, 0.7);
}
.progress-wrapper {
    background: url(/event/assets/eg33/images/glow-n-gloom/progress-frame.png) no-repeat;
    background-size: 100% 100%;
    max-width: 990px;
    min-height: 256px;
    margin: 30px auto 15px;
    position: relative;
    padding: 45px 10px 10px;
}
.progress-title {
    position: absolute;
    left: 0;
    right: 0;
    top: -14%;
}
.progress-reset {
    background: linear-gradient(180deg, rgba(42, 82, 152, 1) 0%, rgba(30, 60, 115, 1) 100%);
    padding: 5px 10px;
    border-radius: 45px;
    max-width: max-content;
    margin: 0 auto;
    font-size: 18px;
    font-style: italic;
}
.turnover-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	grid-gap: 10px;
    max-width: 93%;
    margin: 25px auto 0;
}
.turnover-box {
    position: relative;
    max-width: 187px;
    margin: 0 auto;
}
.tb-title {
    height: 42px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
}
.title-text {
    width: 76%;
    background: linear-gradient(180deg, rgba(255, 254, 255, 1) 0%, rgba(199, 179, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.deco.prgdeco-1 {
    left: 3%;
}
.deco.prgdeco-2 {
    right: 3%;
}
.depo-current-wrap {
    position: relative;
    max-width: 187px;
    margin: 0 auto;
}
.depo-amt {
    position: absolute;
    left: 0;
    right: 0;
    top: 14%;
    font-size: 30px;
}
.mission-box {
    position: relative;
    max-width: 317px;
    margin: 0 auto 45px;
    display: inline-block;
    vertical-align: top;
	filter: grayscale(1);
}
.mission-box.active {
	filter: none;
}
.mstext {
    background: linear-gradient(180deg, rgba(255, 254, 255, 1) 0%, rgba(199, 179, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 17px;
    text-transform: uppercase;
}
.ms-amt {
    background: linear-gradient(180deg, rgba(240, 112, 8, 1) 0%, rgba(249, 191, 24, 1) 100%);
    color: #fff;
    text-shadow: 0 2px 1px rgb(0, 0, 0, 0.6);
    max-width: fit-content;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 10px;
    min-width: 100px;
    height: 26px;
    margin: 0 auto;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bonus-ms {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9%;
}
.bonus-text {
    position: absolute;
    left: 11%;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: initial;
    text-transform: uppercase;
}
.clm-btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -11%;
}
button.claim-btn {
    background: url(/event/assets/eg33/images/glow-n-gloom/claim-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 207px;
    height: 74px;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 1%;
}
.cmtext {
	background: linear-gradient(180deg, rgba(255, 254, 255, 1) 0%, rgba(199, 179, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	filter: drop-shadow(0 0 1px #7a4aff) drop-shadow(0 0 2px #7a4aff);
}
button.claim-btn:hover {
	transform: scale(0.98);
}
button.claim-btn.active {
	background: url("/event/assets/eg33/images/glow-n-gloom/claimed-btn.png") no-repeat;
    background-size: 100%;
	max-width: 241px;
	pointer-events: none;
}
button.claim-btn.active img {
    margin-right: 10px;
    margin-bottom: 3px;
    max-width: 14%;
}
.ms-divider {
    background: #f6970e;
    height: 4px;
    border-radius: 10px;
    margin: 30px auto 40px;
    width: 70%;
}
.ms-divider.blue {
    background: #37c2ef;
}
.ms-divider.red {
    background: #da5f6e;
}
.slots-note {
    background: linear-gradient(180deg, rgba(80, 125, 160, 1) 0%, rgba(39, 61, 79, 1) 100%);
    color: #fff;
    text-shadow: 0 2px 2px rgb(0, 0, 0, 0.8);
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
    max-width: max-content;
    margin: 0 auto 5px;
    padding: 3px 15px;
    border-radius: 41px;
}
.min-bet {
    font-size: 20px;
    font-style: italic;
	padding-bottom: 15px;
}

/** Modal **/
.modal-dialog.popup {
	max-width: 750px;
}
.modal-content.how {
	background: url("/event/assets/eg33/images/glow-n-gloom/how-base-popup.png")no-repeat;
	background-size: 100% 100%;
	min-height: 300px;
	border: none;
	color: #fff;
	text-align: center;
	padding: 15px 15px;
}
button.close-x {
    position: absolute;
    right: 14px;
    top: 11px;
    z-index: 2;
    color: #fff;
}
.poptitle {
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    padding-bottom: 15px;
	text-align: center;
}
.how-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.stepbox {
	display: inline-block;
    max-width: 240px;
    margin: 0 auto;
    font-size: 15px;
}
.remark-text {
    background: linear-gradient(180deg, rgba(56, 109, 197, 1) 0%, rgba(18, 44, 60, 1) 100%);
    max-width: max-content;
    padding: 2px 10px;
    border-radius: 45px;
    font-size: 14px;
    color: #ffec18;
    margin: 20px auto 0px;
}
.modal-content.terms {
	background: url("/event/assets/eg33/images/glow-n-gloom/tnc-base-popup.png")no-repeat;
	background-size: 100% 100%;
	padding: 15px 15px;
}
ul.terms {
	padding-left: 17px;
	font-size: 14px;
}

@media(max-width:991px) {
.logo {
    max-width: 40%;
}	
}


@media(max-width:767px) {
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: right top;
}
.event-date {
    font-size: 28px;
}
.progress-wrapper {
    background: #041933;
    border: 2px solid #fee064;
    border-radius: 10px;
    min-height: auto;
	padding: 15px 10px;
}
.progress-title {
    position: initial;
}	
.turnover-wrapper {
    grid-template-columns: repeat(2, 1fr);
    max-width: 500px;
}	
}

@media(max-width:660px) {
.progress-reset {
    font-size: 14px;
}	
.mission-box {
    max-width: 49%;
    margin: 0 auto 7%;
}
.bonus-ms {
    max-width: 64%;
    margin: 0 auto;
}	
.bonus-text {
    font-size: 2.9vw;
}	
button.claim-btn {
	font-size: 4.5vw;
	height: 11.5vw;
	max-width: 71%;
}	
button.claim-btn.active {
    max-width: 37vw;
}	
.slots-note {
    font-size: 18px;
}
}


@media(max-width:480px) {
.floating-wrapper {
	transform: scale(0.6);
	top: 50px;
}	
.event-date {
	font-size: 20px;
	padding-bottom: 10px;
}	
.progress-wrapper { 
	margin: 15px auto;
}	
.mstext {
    font-size: 16px;
}	
.ms-amt {
    font-size: 4vw;
    height: 5.5vw;
    min-width: 18vw;
}
.tb-title {
    font-size: 18px;
}
.depo-amt {
    font-size: 28px;
}	
.slots-note {
    font-size: 14px;
}	
.min-bet {
    font-size: 18px;
}
.modal-content.terms, .modal-content.how {
    background: #041933;
    border: 2px solid #fee064;
    border-radius: 10px;
}	
.poptitle {
    font-size: 20px;
}
.how-wrapper {
	display: block;
}
.stepbox {
    max-width: 49%;
    vertical-align: top;
}	
}
























