@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: #8da5b6 url("/event/assets/eg33/images/lucky-roda/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 {
	background: url("/event/assets/eg33/images/lucky-roda/floating-base.png")no-repeat;
	background-size: 100% 100%;
    position: fixed;
    right: 5px;
    top: 50px;
    z-index: 99;
    max-width: 60px;
	padding: 10px 5px;
}
button.float-btn {
	display: block;
}
button.float-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07)
}
.backtop {
	position: fixed;
	right: 5px;
	bottom: 30px;
	width: 55px;
	margin: 0 auto;
	background: none;
	padding: 0;
	border: none;
	transition: background-color .3s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
}
.backtop.show {
  opacity: 1;
  visibility: visible;
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 10px 0 80px;
}
.title-top {
    position: relative;
    max-width: 885px;
    margin: 0 auto 30px;
}
.deco.top-coin-1 {
    max-width: 13%;
    top: 10%;
    left: 0%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.top-coin-2 {
    right: 6%;
    top: 9%;
    max-width: 12%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.top-coin-3 {
    right: 6%;
    max-width: 15%;
    top: 56%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.top-coin-4 {
    right: 8%;
    top: 32%;
    max-width: 11%;
	animation: float 2s ease-in-out infinite;
}
.deco.top-coin-5 {
    left: 3%;
    top: 24%;
    max-width: 10%;
	animation: float 1.9s ease-in-out infinite;
}

.stepbox {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 260px;
    margin: 5px 10px;
}
.step-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11%;
    height: 75px;
    max-width: 80%;
    margin: 0 auto;
    font-size: 15px;
}
.sp-title {
    font-size: 125%;
    font-weight: 800;
    color: #ad0017;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.sp-text {
    text-transform: uppercase;
	text-shadow: 0 1px 3px rgb(0, 0, 0, 0.5);
    font-weight: 600;
}
.token-wrap {
    position: relative;
    max-width: 284px;
    margin: 15px auto 30px;
}
.tk-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6e3828;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
}
.frame-wrapper {
    position: relative;
    max-width: 756px;
    margin: 0 auto;
}
.max-note {
    position: absolute;
    left: 0;
    right: 0;
    top: 3%;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.wheel-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 8%;
    max-width: 88%;
    margin: 0 auto;
}
.btn-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -9%;
    z-index: 1;
}
button.spin-btn {
    background: url(/event/assets/eg33/images/lucky-roda/spin-btn.png) no-repeat;
    background-size: 100%;
    width: 100%;
    position: relative;
    max-width: 277px;
    height: 154px;
    margin: 0 auto;
    color: #ad0017;
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 4%;
	transition: 0.2s;
}
button.spin-btn:hover {
	transform: scale(0.98);
	transition: 0.2s;
}
.deco.coin-1 {
    left: -17%;
    top: 1%;
    max-width: 10%;
	animation: float 2.3s ease-in-out infinite;
}
.deco.coin-2 {
    left: -21%;
    top: 52%;
    max-width: 12%;
	animation: float 2.1s ease-in-out infinite;
}
.deco.coin-3 {
    right: -28%;
    top: 12%;
    max-width: 15%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.coin-4 {
    top: 55%;
    right: -28%;
    max-width: 11%;
	animation: float 2s ease-in-out infinite;
}
@keyframes float {
    0% {
        transform: translateY();
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}

/** Modal **/
.modal-dialog.terms {
    max-width: 750px;
}
.modal-content.popup {
    background: linear-gradient(180deg, rgba(255, 238, 123, 1) 0%, rgba(254, 187, 19, 1) 100%);
    border: 2px solid #000;
    border-radius: 20px;
    box-shadow: inset 0 0 1px 3px #ffae00, inset 0 0 0 5px #fd9809;
    padding: 15px 25px;
    color: #000;
}
button.close-x {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.title-pop {
    color: #ad0017;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
ul.terms {
	padding-left: 17px;
}
ul.terms li {
	padding: 2px 0;
}
.flag-button {
    padding: 10px 0;
    text-align: center;
}
.flag-button a {
    display: inline-block;
    margin: 0 5px;
    max-width: 20%;
}



@media(max-width: 767px) {
.logo {
    max-width: 30%;
    margin: 0 auto;
}
button.spin-btn {
    max-width: 39%;
    height: 20.5vw;
    font-size: 3.5vw;
}	
.max-note {
    font-size: 3.4vw;
}	
.floating-wrapper {
    transform: scale(0.85);
    transform-origin: right top;
}
.backtop {
    transform: scale(0.9);
    transform-origin: right bottom;
}	
}

@media(max-width: 480px) {
.floating-wrapper {
    transform: scale(0.75);
}
.backtop {
    transform: scale(0.8);
}	
.how-title {
    max-width: 90%;
    margin: 0 auto;
}	
.modal-content.popup {
    padding: 15px 15px;
    font-size: 14px;
}	
.title-pop {
    font-size: 20px;
}	
	
	
}

















