@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: #001032 url("/event/assets/casinojr/images/lucky_twist/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: 77px;
}
.float-btn-wrap {
    position: absolute;
    top: 11px;
    left: -12px;
    max-width: 65px;
}
button.float-btn {
    margin: 5px 0;
    display: block;
	transition: 0.2s;
}
button.float-btn img {
    filter: drop-shadow(1px 4px 2px rgb(0, 0, 0, 0.2));
}
button.float-btn:hover {
	transform: rotate(-15deg) scale(0.98);
	filter: brightness(1.07);
	transition: 0.2s;
}
.top-sec {
	background: url("/event/assets/casinojr/images/lucky_twist/gashapon/table.png")no-repeat bottom center;
	background-size: 100%;
	background-position-y: 90%;
	position: relative;
	text-align: center;
	padding: 0 0 45px;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    max-width: 33%;
    margin: 0 auto;
    padding-top: 10px;
}
.deco.gift-1 {
    left: 0%;
    bottom: -10%;
    max-width: 12%;
    animation: float 2s ease-in-out infinite;
}
.deco.gift-2 {
    right: 0;
    bottom: -13%;
    max-width: 14%;
    animation: float 2.1s ease-in-out infinite;
}
.deco.diamond-1 {
    left: 10%;
    top: 41%;
    max-width: 10%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.diamond-2 {
    right: 11%;
    top: 40%;
    max-width: 7%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.star-1 {
    left: 16%;
    top: 0%;
    max-width: 6%;
	animation: shake 2s ease-in-out infinite;
	transform-origin: top center;
}
.deco.star-2 {
    right: 18%;
    top: 0;
    max-width: 8%;
	animation: shake 2.1s ease-in-out infinite;
	transform-origin: top center;
}
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(12px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes shake {
    0% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
    100% {
        transform: rotate(-5deg);
    }
}

.title-top {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}
.how-title {
    margin-bottom: 30px;
}
.event-date {
    position: absolute;
    left: 0;
    right: 0;
    top: 86%;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    text-shadow: 1px 2px 3px rgb(0, 0, 0, 0.7);
}
.step-wrapper {
    padding-bottom: 15px;
}
.stepbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
	margin: 5px auto;
}
.step-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 66%;
    max-width: 80%;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #000;
}
.sptext-1 {
    font-size: 160%;
    font-weight: 900;
}
.token-wrap {
    position: relative;
    max-width: 350px;
    margin: 15px auto 0;
}
.token-amt {
    position: absolute;
    left: 31%;
    right: 9%;
    top: 29%;
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.max-play {
    font-size: 18px;
    font-weight: 500;
}
.deco.skr-deco {
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    margin: 0 auto;
    z-index: -1;
}
/** gashapon **/
.gashapon-wrapper {
    position: relative;
    max-width: 600px;
    margin: 100px auto 25px;
}
.gsp-base-img {
    position: relative;
    z-index: 5;
    margin-top: -15%;
}
.gsp-back-img {
    max-width: 89%;
    margin: 0 auto;
}
.gsp-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: -10%;
    pointer-events: none;
    z-index: 4;
    max-width: 89%;
    margin: 0 auto;
}
.spin-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 49%;
    z-index: 6;
    max-width: 21%;
    margin: 0 auto;
}
.btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 68%;
    z-index: 6;
    max-width: 79%;
    margin: 0 auto;
}
button.draw-btn {
    margin: 0px 1%;
    width: 34%;
}
.ball {
	position: absolute;
	max-width: 17%;
}
.ball.red-1 {
    left: 36%;
    top: 43%;
}
.ball.red-2 {
    right: 29%;
    top: 44%;
    z-index: 3;
}
.ball.red-3 {
    right: 25%;
    top: 25%;
    transform: rotate(10deg);
    z-index: 1;
}
.ball.red-4 {
    right: 50%;
    top: 29%;
    transform: rotate(80deg);
    z-index: 1;
}
.ball.red-5 {
    right: 63%;
    top: 23%;
    transform: rotate(261deg);
    z-index: 1;
}
.ball.blue-1 {
    left: 30%;
    top: 19%;
    transform: rotate(25deg);
}
.ball.blue-2 {
    right: 33%;
    top: 32%;
    z-index: 2;
}
.ball.blue-3 {
    left: 25%;
    top: 42%;
    z-index: 1;
    transform: rotate(-30deg);
}
.ball.blue-4 {
    right: 18%;
    top: 38%;
    z-index: 1;
    transform: rotate(-80deg);
}
.ball.yellow-1 {
    left: 43%;
    right: 0;
    top: 41%;
}
.ball.yellow-2 {
    left: 19%;
    top: 37%;
    z-index: 1;
    transform: rotate(49deg);
}
.ball.yellow-3 {
    right: 10%;
    top: 28%;
    z-index: 0;
    transform: rotate(25deg);
}
.ball.yellow-4 {
    left: 8%;
    right: 0;
    top: 21%;
    margin: 0 auto;
    z-index: 1;
    transform: rotate(21deg);
}
.ball.yellow-5 {
    left: 10%;
    top: 28%;
    margin: 0 auto;
    z-index: 1;
    transform: rotate(86deg);
}


.modal-dialog.popup {
    max-width: 800px;
}
button.draw-btn:hover {
	filter: brightness(1.07) drop-shadow(0 0 5px rgb(255,255,255,0.5));
}
button.draw-btn:focus {
	transform: scale(0.95);
	filter: brightness(1.07);
}
.spin-img {
    transition: transform 1s ease;
}
.rotate {
    transform: rotate(270deg);
}

@keyframes tilt-shaking {
	0% { transform: translate(0, 0) rotate(0deg); }
	25% { transform: translate(3px, 3px) rotate(3deg); }
	50% { transform: translate(0, 0) rotate(0deg); }
	75% { transform: translate(-3px, 3px) rotate(-3deg); }
	100% { transform: translate(0, 0) rotate(0deg); }
}
.shaking .ball.blue-3 img, .shaking .ball.yellow-1 img, .shaking .ball.red-3 img, .shaking .ball.red-5 img {
	animation: tilt-shaking infinite 0.3s;
}
.shaking .ball.blue-1 img, .shaking .ball.yellow-2 img, .shaking .ball.red-2 img {
	animation: tilt-shaking infinite 0.3s;
}
.shaking .ball.blue-2 img, .shaking .ball.yellow-3 img, .shaking .ball.yellow-4 img, .shaking .ball.red-1 img {
	animation: tilt-shaking infinite 0.5s;
}
.shaking .ball.blue-4 img, .shaking .ball.yellow-5 img, .shaking .ball.red-4 img {
	animation: tilt-shaking infinite 0.4s;
}

.dropball {
    position: absolute;
    left: 0;
    right: 0;
    top: 83%;
    z-index: 7;
    max-width: 22%;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}	
.reward-ball {
	max-width: 66%;
    margin: 2% auto 0;
	opacity: 0;
	visibility: hidden;
	display: none;
	transform-origin: center;
	animation: dropshake 1.5s ease-in-out;
}
.reward-ball.ball-1.active, .reward-ball.ball-2.active, .reward-ball.ball-3.active {
	visibility: visible;
	opacity: 1;
	display: block;
}

@keyframes dropshake {
	0% { transform: translateY(-100%) }
	20% {transform: translateY(0) }
	30% {transform: translateY(-8px)}
	40% {transform: translateY(0px) }
	50% {transform: translateY(0) translateX(5px) rotate(5deg)}
	60% { transform: rotate(-10px) translateX(-10px)}
	70% { transform: rotate(10px) translateX(10px)}
	100% { transform: rotate(0) translateX(0px)}
}


/** Modal **/
.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;
	animation: glowing infinite linear 1.5s;
}
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;
}
.prize-get {
    position: absolute;
    left: 0;
    right: 0;
    top: 51%;
	font-size: 40px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    transform: scale(0.2);
    z-index: 3;
}
.prize-shine-img {
	position: absolute;
    left: 0;
    right: 0;
    top: 18%;
    z-index: 2;
	opacity: 0;
    visibility: hidden;
	transition: 0.2s;
	transform: scale(0.2);
}
.reward-box.active .prize-get {
	opacity: 1;
    visibility: visible;
	transform: scale(1);
	transition: ease 0.3s;
	transition-delay: 0.3s;
}
.reward-box.active .prize-shine-img {
	opacity: 1;
    visibility: visible;
	transform: scale(1);
	transition: ease 0.3s;
}
@keyframes glowing {
	0% { filter: drop-shadow(0 0 3px rgb(255,255,255,1))}
	50% { filter: drop-shadow(0 0 10px rgb(255,255,255,1)) brightness(1.1)}
	100% { filter: drop-shadow(0 0 3px rgb(255,255,255,1))}
}
button.close-btn {
    color: #fff;
    max-width: max-content;
    margin: 0 auto;
    font-size: 28px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
	opacity: 0;
	visibility: hidden;
	transition: linear 0.3s;
}
.reward-box.active ~ button.close-btn {
	opacity: 1;
	visibility: visible;
	transition: linear 0.3s;
}

button.close-x {
    position: absolute;
    color: #fff;
    right: 9px;
    top: 10px;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
}
.modal-content.language {
    background: #0c2709;
	border: 2px solid #07633f;
	border-radius: 20px;
	box-shadow: inset 0 2px 5px rgb(0,0,0,0.9);
	color: #f0ffeb;
	border-radius: 12px;
    padding: 15px 20px 30px;
}
.title-1 {
    font-size: 25px;
	font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.lang-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    max-width: 70%;
    margin: 0 auto;
}
.modal-dialog.terms {
	max-width: 700px;
}
.modal-content.terms {
	background: #0c2709;
	border: 2px solid #07633f;
	border-radius: 20px;
	box-shadow: inset 0 2px 5px rgb(0,0,0,0.9);
	color: #f0ffeb;
	padding: 30px 30px;
}
button.close-tnc {
    position: absolute;
    right: 13px;
    top: 10px;
    color: #fff;
    font-size: 18px;
    z-index: 1;
}
.title-popup {
    font-size: 26px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
ul.terms {
	padding-left: 17px;
}


@media(max-width: 1080px) {
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: right top;
}
	
}

@media(max-width: 767px) {
.music-wrapper {
    transform: scale(0.85);
    transform-origin: right top;
}	
.floating-wrapper {
    transform: scale(0.65);
}
.top-sec {
    background-size: 150%;
}	
}

@media(max-width: 480px) {
.floating-wrapper {
    transform: scale(0.5);
}	
.music-wrapper {
    transform: scale(0.75);
}
.top-sec {
    background-size: 180%;
}	
.title-top {
    margin: 0 auto 15px;
}	
.title-img {
    height: 75vw;
    margin: 0 -10px;
}	
.title-img img {
    object-fit: cover;
    height: 100%;
}	
.logo {
    top: 5px;
    max-width: 43%;
}	
.how-title {
    max-width: 75%;
    margin: 0 auto 20px;
}	
.stepbox {
    max-width: 49%;
}
.step-info {
    font-size: 2.5vw;
}
.token-wrap {
    max-width: 75%;
}	
.token-amt {
    font-size: 7vw;
}
.max-play {
    font-size: 15px;
}	
.gashapon-wrapper {
    margin: 75px auto 25px;
}
button.close-tnc {
    right: 10px;
    top: 9px;
    font-size: 15px;
}	
.modal-content.terms {
	font-size: 14px;
	padding: 15px 15px;
}	
.title-popup {
    font-size: 20px;
}
}














