@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?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: #080c22 url("/event/assets/casinojr/images/tikam-game-of-luck/bg.png")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: 120px;
    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#backtop {
    position: fixed;
    right: 4px;
    max-width: 60px;
    bottom: 5px;
    z-index: 99;
}
#backtop {
    opacity: 0;
    visibility: hidden;
}
#backtop.show {
  opacity: 1;
  visibility: visible;
}
.floating-wrapper {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50px;
    max-width: 75px;
}
.float-btn-wrap {
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    padding: 4px;
}
button.float-btn {
    display: block;
    margin: 2px 0;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.08);
}
.dropdown-menu.language {
    min-width: 210px;
    background: none;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
a.float-item {
    display: inline-block;
    max-width: 65px;
}
a.float-item:hover {
	filter: brightness(1.07);
	transform: scale(1.03);
}
.top-sec {
    position: relative;
    padding: 0 0 45px;
    text-align: center;
}
.logo {
    padding-top: 10px;
    max-width: 310px;
    margin: 0 auto -5%;
}
.deco.lantern-1 {
    left: -5%;
    top: -2px;
    max-width: 20%;
	animation: shake 2.1s ease-in-out infinite;
	transform-origin: top center;
}
.deco.lantern-2 {
    right: -5%;
    top: -2px;
    max-width: 20%;
	animation: shake 2.2s ease-in-out infinite;
	transform-origin: top center;
}
@keyframes shake {
    0% {
        transform: rotate(-6deg);
    }
    50% {
        transform: rotate(6deg);
    }
    100% {
        transform: rotate(-6deg);
    }
}
.title-top {
    position: relative;
    margin-bottom: -8%;
}
.date-event {
    position: relative;
    max-width: 540px;
    margin: 0 auto 30px;
}
.date-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 21%;
    font-size: 30px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
}
.how-wrapper {
    padding-bottom: 30px;
}
.stepbox {
    display: inline-block;
    position: relative;
    max-width: 260px;
    margin: 5px 10px;
    filter: drop-shadow(0px 3px 5px rgb(0, 0, 0, 0.7));
}
.step-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 76%;
    height: 70px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
}
.mission-date {
    max-width: 380px;
    margin: 0 auto;
    position: relative;
}
.date-daily {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 500;
}
.calendar-icon {
    margin-right: 20px;
    padding-bottom: 5px;
}
.calendar-icon img {
    max-width: 30px;
}
.claim-note {
    color: #00ffc6;
    font-size: 16px;
    margin-bottom: 10px;
}
.mission-wrapper {
    position: relative;
    padding-bottom: 20px;
}
.msbox {
    position: relative;
    max-width: 272px;
    display: inline-block;
    margin: 5px 10px;
	filter: drop-shadow(0px 3px 5px rgb(0, 0, 0, 0.7));
}
.ms-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 61%;
    max-width: 75%;
    margin: 0 auto;
    font-size: 21px;
    font-weight: 500;
}
.textsm {
    font-size: 85%;
    display: block;
}
button.claim-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2%;
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 2px 2px rgb(0, 0, 0, 0.7);
    max-width: 80%;
    margin: 0 auto;
	opacity: 0.6;
	pointer-events: none;
}
button.claim-btn.claimed {
	opacity: 1;
}
button.claim-btn.active {
	opacity: 1;
	pointer-events: auto;
}
button.claim-btn.active:hover {
	color: #ffde00;
	transform: scale(0.98);
}
.mytoken {
    position: relative;
    max-width: 400px;
    margin: 0 auto -20px;
}
.token-text {
    position: absolute;
    left: 28%;
    right: 6%;
    top: 38%;
    font-size: 32px;
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
}
.ylw-text {
    color: #ffde00;
}
.max-note {
    color: #00ffc6;
    font-size: 16px;
    margin-bottom: 10px;
}
.tikam-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 880px;
    margin: 30px auto;
    filter: drop-shadow(0px 0px 6px #851959) drop-shadow(0px 0px 12px #851959);
}
.tikam-reward {
	position: relative;
	cursor: pointer;
}
img.hover-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	opacity: 0;
	transition: ease-in-out 0.2s;
}
.tikam-reward:hover img.hover-img {
	visibility: visible;
	opacity: 1;
	transition: ease-in-out 0.2s;
}
.tikam-reward:hover img.close-img {
	visibility: hidden;
	opacity: 0;
	transition: ease-in-out 0.2s;
}
.tikam-reward.claimed {
	filter: grayscale(1);
	pointer-events: none;
}

/** 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: 350px;
    margin: 0 auto;
}
.reward-box {
    position: relative;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
	cursor: pointer;
}
.prize {
    position: absolute;
    left: 0;
    right: 0;
    top: 76%;
    z-index: 3;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    background: #a91c0a;
    max-width: 64%;
    border-radius: 45px;
    margin: 0 auto;
    text-shadow: 2px 2px 1px rgb(0, 0, 0, 0.7);
    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;
}
button.open-btn {
    background: url(/event/assets/casinojr/images/tikam-game-of-luck/button.png) no-repeat;
    background-size: 100%;
    width: 100%;
    max-width: 170px;
    height: 60px;
    margin: 0 auto;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px rgb(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14%;
}
.reward-box.active button.open-btn {
	display: none;
}
.modal-dialog.popup {
	max-width: 750px;
}
.modal-content.popup {
	background: url("/event/assets/casinojr/images/tikam-game-of-luck/pop")
}
.modal-content.popup {
    background: linear-gradient(180deg, rgba(52, 8, 85, 1) 19%, rgba(8, 0, 36, 1) 97%);
    border: 2px solid #fdf095;
    border-radius: 12px;
    padding: 15px 20px;
	color: #fff;
}
.rules-title {
	text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
ul.terms {
	padding-left: 17px;
}

@media(max-width: 1080px) {
.logo {
    max-width: 31%;
}	
}

@media(max-width: 991px) {
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: right top;
}	
.music-wrapper {
	transform: scale(0.8);
	transform-origin: right bottom;
}	
button#backtop {
    max-width: 45px;
}	
.title-top {
    margin-bottom: -7%;
}	
.date-event {
    max-width: 55%;
}	
.date-text {
    font-size: 3.1vw;
}	
}

@media(max-width: 767px) {
	
}

@media(max-width: 480px) {
.floating-wrapper {
	transform: scale(0.65);
}
.music-wrapper {
	transform: scale(0.7);
}  
.logo {
	max-width: 40%;
	margin: 0 auto -3%;
}
.stepbox {
    width: 47%;
    margin: 5px 1%;
	vertical-align: top;
}	
.step-info {
    font-size: 4vw;
    height: 12vw;
}	
.msbox {
    width: 49%;
    margin: 5px 0%;
    vertical-align: top;
}	
.ms-text {
    font-size: 3.8vw;
}
button.claim-btn {
    font-size: 5.2vw;
}	
.how-title, .mission-title {
    max-width: 90%;
    margin: 0 auto;
}
.mission-date {
    max-width: 81%;
}	
.date-daily {
    font-size: 7vw;
}	
.mytoken {
    max-width: 80%;
}	
.token-text {
    font-size: 6.3vw;
}
.mytoken {
	max-width: 80%;
	margin-bottom: -3%;
}	
.modal-content.popup {
    font-size: 14px;
}	
.rules-title {
    font-size: 20px;
}
}















