﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');

body { font-family: "Chakra Petch", sans-serif; line-height:1.2; font-size:15px; color:#fff; background: #0a1230 url("/event/assets/casinojr/images/build-a-snowman/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;
    top: 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;
}
button.home-btn {
    position: absolute;
    left: 0;
    top: 5px;
    max-width: 80px;
}
.floating-side {
	position: fixed;
	right: 5px;
	bottom: 10px;
	z-index: 99;
}
button.float-btn {
    display: block;
    max-width: 75px;
    margin: 8px 0;
}
#backtop {
	visibility: hidden;
	opacity: 0;
}
#backtop.show {
  opacity: 1;
  visibility: visible;
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 0 0 30px;
}
.logo {
	padding-top: 10px;
    margin: 0px auto -6%;
}
.subtitle-wrap {
    font-size: 23px;
    font-weight: 700;
    max-width: 600px;
    margin: 0 auto 40px;
    color: #d4f1fb;
    text-shadow: 0 0 2px #7ee4f7, 0 3px 1px rgb(0, 0, 0, 0.2);
    filter: drop-shadow(0px 0px 3px #455bc5) drop-shadow(0px 0px 4px #455bc5) drop-shadow(0px 0px 5px #455bc5) drop-shadow(0px 0px 6px #455bc5);
}
.my-depo {
    font-size: 30px;
    font-weight: 700;
}
.how-btn {
    margin-left: 5px;
    font-size: 90%;
	cursor: pointer;
}
.how-btn:hover {
	color: #81fdff;
}
.depo-wrapper {
    position: relative;
    max-width: 508px;
    margin: 0 auto;
}
.depo-amt {
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    font-size: 46px;
    font-weight: 600;
    color: #eefbfe;
    text-shadow: 0 0 2px #81fdff;
    filter: drop-shadow(0px 0px 4px #3187c0) drop-shadow(0px 0px 5px #3187c0) drop-shadow(0px 0px 6px #3187c0);
}
.deco.tree1 {
    left: 0;
    bottom: 0;
    max-width: 19%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.tree2 {
    right: 0;
    bottom: 0;
	max-width: 19%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.snowflake {
    left: 25%;
    top: 10%;
    max-width: 12%;
	animation: shake 2.1s ease-in-out infinite;
}
.deco.sock {
    right: 25%;
    top: 75%;
    max-width: 12%;
	animation: shake 2.2s ease-in-out infinite;
}
@keyframes shake {
    0% {
        transform: rotate(-10deg);
    }
	50% {
        transform: rotate(12deg);
    }
    100% {
        transform: rotate(-10deg);
    }
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-12px);
    }
    100% {
        transform: translatey(0px);
    }
}
.event-wrapper {
    position: relative;
    max-width: 1100px;
    margin: 45px auto 15%;
}
.snowman-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    z-index: 2;
    max-width: 44%;
    margin: 0 auto;
}
.smpart {
	position: absolute;
	display: none;
}
.smpart.active {
	display: block;
}
.smpart.nose {
    left: 0;
    right: 0;
    top: 22%;
    max-width: 18%;
    margin: 0 auto;
}
.smpart.eye {
    left: 0;
    right: 0;
    top: 15%;
    max-width: 35%;
    margin: 0 auto;
}
.smpart.mouth {
    left: 0;
    right: 0;
    top: 31%;
    max-width: 30%;
    margin: 0 auto;
}
.smpart.scalf {
    left: 0%;
    right: -6%;
    top: 34%;
}
.smpart.button {
    left: 0;
    right: 0;
    top: 59%;
    max-width: 13%;
    margin: 0 auto;
}
.smpart.hat {
    left: 0;
    right: 0;
    top: -29%;
    max-width: 83%;
    margin: 0 auto;
}
.smpart.arms {
    left: -2%;
    right: 0;
    top: 40%;
    margin: 0 -24%;
}
.bonus-box {
	position: absolute;
	max-width: 21%;
	z-index: 2;
}
.claim-btn-wrap {
    position: relative;
    margin: -10% auto 0;
}
button.claim-btn {
	background: url("/event/assets/casinojr/images/build-a-snowman/rules-btn.png")no-repeat;
	background-size: 100% 100%;
	width: 100%;
	max-width: 90%;
	height: 45px;
	font-size: 30px;
	font-weight: 700;
	color: #fff;
}
button.claim-btn:hover, button.rules-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.1);
}
.bonus-box button.claim-btn, .bonus-box .bnsimg {
	filter: grayscale(1);
	pointer-events: none;
}
.bonus-box.active button.claim-btn, .bonus-box.active .bnsimg, .bonus-box.claimed .bnsimg {
	filter: none;
	pointer-events: auto;
}
.bonus-box.claimed .bnsimg {
	filter: none;
}
.bonus-box.claimed button.claim-btn {
	pointer-events: none;
	filter: grayscale(1);
}
.bonus-box.no1 {
    left: 0;
    top: 1%;
}
.bonus-box.no2 {
    left: 0;
    top: 30%;
}
.bonus-box.no3 {
    left: 0;
    top: 60%;
}
.bonus-box.no4 {
    right: 0;
    top: 1%;
}
.bonus-box.no5 {
    right: 0;
    top: 30%;
}
.bonus-box.no6 {
    right: 0;
    top: 60%;
}
.bonus-box.no7 {
	left: 0;
    right: 0;
	margin: 0 auto;
    bottom: -13%;
}
.rules-btn-wrap {
    padding: 20px 0;
}
button.rules-btn {
    background: url(/event/assets/casinojr/images/build-a-snowman/rules-btn.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 350px;
    height: 75px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}


/** Modal **/
.modal-dialog.popup {
	max-width: 750px;
}
.modal-content.popup {
    background: url(/event/assets/casinojr/images/build-a-snowman/popup-base.png) no-repeat;
    background-size: 100% 100%;
    min-height: 500px;
    border: none;
    padding: 30px 40px;
    text-align: center;
}
.modal-content.how {
    background: url(/event/assets/casinojr/images/build-a-snowman/how-popup.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    padding: 30px 30px;
    text-align: center;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2;
    color: #fff;
    font-weight: 700;
}
.popup-title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 10px;
}
.language-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 300px;
	grid-gap: 10px;
    margin: 0 auto;
}
ul.terms {
    text-align: left;
    padding-left: 17px;
    font-size: 16px;
}
ul.terms li {
	padding: 1px 0;
}
.stepbox {
    position: relative;
    display: inline-block;
    max-width: 32%;
    margin: 5px 0;
}


@media(max-width: 1080px) {
.title-top {
    height: 58vw;
    margin: 0 -10px;
}
.title-top img {
    object-fit: cover;
    height: 100%;
}
button.claim-btn {
    height: 4.2vw;
    font-size: 2.7vw;
}	
}

@media(max-width: 991px) {
.logo {
    max-width: 28%;
}	
}

@media(max-width: 767px) {
button.float-btn {
    max-width: 55px;
}
button.home-btn {
    max-width: 55px;
    left: 5px;
}
.subtitle-wrap {
    font-size: 20px;
}
.modal-content.popup, .modal-content.how {
    border: 2px solid #00c3d7;
    border-radius: 10px;
    background: rgb(43, 22, 59, 0.9);
    box-shadow: inset 0 0 7px rgb(0, 0, 0, 0.6);
    padding: 20px 15px;
}	
.deco.tree1, .deco.tree2 {
	display: none;
}	
}

@media(max-width: 480px) {
.music-wrapper {
    transform: scale(0.8);
    transform-origin: right top;
}		
button.float-btn, button.home-btn  {
    max-width: 45px;
}	
button.rules-btn {
    max-width: 60%;
    height: 13vw;
    font-size: 5vw;
}
.subtitle-wrap {
	font-size: 17px;
	font-weight: 600;
}
.my-depo {
    font-size: 20px;
    font-weight: 700;
}
.depo-wrapper {
    max-width: 340px;
}
.depo-amt {
    font-size: 30px;
}	
.popup-title {
    font-size: 21px;
}
.language-wrapper {
    max-width: 250px;
}	
}






