@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&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:#fff; background: #080c14 url("/event/assets/casinojr/images/bonus-treat-rush/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;
}
.floating-wrapper {
    position: fixed;
    z-index: 99;
    right: 5px;
    top: 100px;
	width: 100%;
    max-width: 60px;
	text-align: center;
}
button.float-btn {
    display: block;
    margin: 5px 0;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 155px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
	margin-top: 5px;
}
a.float-item {
    display: inline-block;
    max-width: 45px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
.top-sec {
	background: url("/event/assets/casinojr/images/bonus-treat-rush/bg-btm.png")no-repeat bottom center;
	background-size: 100%;
    position: relative;
    text-align: center;
    padding: 10px 0 60px;
}
.title-top {
    position: relative;
    margin-bottom: 30px;
}
.depo-wrapper {
    position: relative;
    max-width: 600px;
    margin: 0 auto 45px;
}
.depo-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    font-size: 50px;
    font-weight: 600;
}
.deco.ghost {
    left: -48%;
    top: 0%;
    max-width: 42%;
	animation: float 2s ease-in-out infinite;
}
.deco.elephant {
    right: -50%;
    top: -22%;
    max-width: 39%;
	animation: float 2.4s ease-in-out infinite;
}
.deco.fw1 {
    left: -10%;
    top: 55%;
    max-width: 16%;
    mix-blend-mode: screen;
	animation: blink 3s ease-in-out infinite;
}
.deco.fw2 {
    right: -9%;
    top: 32%;
    max-width: 16%;
    mix-blend-mode: screen;
	animation: blink 4s ease-in-out infinite;
}
.deco.fw3 {
    left: -16%;
    top: 13%;
    max-width: 20%;
    mix-blend-mode: screen;
	animation: blink 3.5s ease-in-out infinite;
}
.deco.fw4 {
    right: -14%;
    top: 5%;
    max-width: 18%;
    mix-blend-mode: screen;
	animation: blink 4s ease-in-out infinite;
}
@keyframes blink {
    0% {
        transform: scale(0.1);
		opacity: 0;
    }
    70% {
        transform: scale(1);
		opacity: 1;
    }
	100% {
		opacity: 0;
    }
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-13px);
    }
    100% {
        transform: translatey(0px);
    }
}
.claim-title {
    margin-bottom: 15px;
}
.msbox {
    position: relative;
    background: linear-gradient(180deg, rgba(42, 234, 219, 1) 0%, rgba(255, 255, 72, 1) 100%);
    display: inline-block;
    max-width: 260px;
    margin: 10px 5px 20px;
    border-radius: 10px;
	padding: 2px;
	vertical-align: top;
}
.msbox-inner {
	background: url("/event/assets/casinojr/images/bonus-treat-rush/base-bg.png")no-repeat;
	background-repeat: cover;
	border-radius: 8px;
}
.tier-num {
    position: relative;
	top: -15px;
    background: linear-gradient(180deg, rgba(42, 234, 219, 1) 0%, rgba(255, 255, 72, 1) 100%);
    padding: 2px;
    border-radius: 30px;
    max-width: 120px;
    margin: 0 auto;
}
.tier-inner {
    background: #11285c;
    border-radius: 28px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.mxtext {
    font-size: 18px;
    font-weight: 500;
}
.msprize {
    background: url(/event/assets/casinojr/images/bonus-treat-rush/base-wave.png) no-repeat top center;
    background-size: cover;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    font-family: 'Luckiest Guy';
    padding-top: 4%;
	border-bottom: 1px solid #1fe9dc;
}
.pztext {
    background: linear-gradient(180deg, rgba(254, 239, 69, 1) 0%, rgba(254, 218, 83, 1) 42%, rgba(252, 135, 138, 1) 76%, rgba(251, 112, 153, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(1px 1px 0px #000) drop-shadow(-1px -1px 0px #000);
}
.ms-img.bigprize {
    margin: -8% 0 -8%;
}
button.claim-btn {
    background: linear-gradient(180deg, rgba(37, 58, 75, 1) 0%, rgba(80, 125, 160, 1) 100%);
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px rgb(0, 0, 0, 0.7);
    height: 50px;
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
	pointer-events: none;
}
button.claim-btn img {
    max-height: 35px;
    margin-right: 10px;
    filter: drop-shadow(1px 2px 2px rgb(0, 0, 0, 0.8));
}
.msbox.done button.claim-btn {
	background: linear-gradient(180deg,rgba(254, 239, 69, 1) 0%, rgba(253, 215, 85, 1) 56%, rgba(251, 112, 153, 1) 100%);
	color: #081f57;
	text-shadow: none;
}
.msbox.done button.claim-btn img {
	filter: none;	
}
.msbox.active button.claim-btn {
	background: linear-gradient(180deg,rgba(247, 114, 209, 1) 0%, rgba(200, 114, 242, 1) 100%);
	pointer-events: auto;
}
.msbox.active button.claim-btn img {
	animation: zooming 1.2s ease-in-out infinite;
}
@keyframes zooming {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);;
    }
}

/** Modal **/
.modal-dialog.popup {
	max-width: 750px;
}
.modal-content.how {
	background: url("/event/assets/casinojr/images/bonus-treat-rush/how-popup-bg.jpg")no-repeat;
	background-size: cover;
	border: 1px solid #15e9dd;
	border-radius: 12px;
	padding: 15px 25px;
}
button.close-x {
    color: #84ecb8;
    border: 2px solid #84ecb8;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    line-height: 1;
    padding-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
button.close-x:hover {
	color: #fff;
	border-color: #fff;
}
.poptitle {
    text-align: center;
    margin-bottom: 15px;
}
.how-wrapper {
    position: relative;
    text-align: center;
}
.stepbox {
    position: relative;
    background: linear-gradient(180deg, rgba(42, 234, 219, 1) 0%, rgba(255, 255, 72, 1) 100%);
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    padding: 2px;
    max-width: 210px;
    margin: 39px 5px 20px;
}
.stepbox-inner {
    background: linear-gradient(180deg, rgba(29, 38, 103, 1) 0%, rgba(10, 18, 52, 1) 76%);
    border-radius: 8px;
    padding: 0 10px 10px;
}
.step-img {
    position: relative;
    max-width: 80%;
    margin: 0 auto 10px;
}
.step-img img {
    margin-top: -30%;
}
.step-info {
    font-size: 18px;
}
.sptext-1 {
    font-size: 115%;
    font-weight: 700;
    color: #abf2a1;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.modal-content.rules {
	background: #041526;
	border: 1px solid #15e9dd;
	border-radius: 12px;
	padding: 15px 25px;
}
ul.terms {
    padding-left: 17px;
}
ul.terms li {
    padding: 2px 0;
}

@media(max-width: 991px) {
.floating-wrapper {
	transform: scale(0.85);
	transform-origin: right top;
}
}

@media(max-width: 767px) {
.floating-wrapper {
	transform: scale(0.75);
}
.depo-wrapper {
    max-width: 80%;
}	
.depo-text {
    font-size: 6.5vw;
}
.deco.ghost, .deco.elephant {
	display: none;
}
	
}

@media(max-width: 480px) {
.floating-wrapper {
	top: 50px;
	transform: scale(0.65);
}	
.deco.fw1 {
    left: -1%;
    top: 17%;
}
.deco.fw2 {
    right: 0%;
    top: 3%;
}	
.msbox {
    max-width: 48%;
    margin: 1% 0.5% 6%;
}
.mxtext {
    font-size: 3.7vw;
}
.msprize {
	font-size: 5vw;
	height: 11.5vw;
}
.tier-num {
    max-width: 56%;
}	
.tier-inner {
    height: 5vw;
    font-size: 4vw;
}	
button.claim-btn {
    font-size: 5vw;
	height: 11vw;
}	
button.claim-btn img {
    max-height: 7vw;
}
.modal-content.rules {
    padding: 15px 15px;
}	
.poptitle {
    max-width: 85%;
    margin: 0 auto 15px;
}	
ul.terms {
	font-size: 14px;
}	
}






