@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body { font-family: "Poppins", sans-serif; line-height:1.2; font-size:15px; color:#fff;  background: #dce3e8 url("/event/assets/eg33/images/ho-ho-boom/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: 100px;
    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: 100px;
}
.float-btn-wrap {
    position: absolute;
    top: 21px;
    left: -8px;
    right: 0;
    max-width: 63px;
    margin: auto;
}
button.float-btn {
    margin: 3px 0;
    display: block;
    transition: 0.2s;
}
button.float-btn:hover {
	transform: rotate(5deg) scale(1.03);
	filter: brightness(1.07);
	transition: 0.2s;
}
.top-sec {
	position: relative;
	text-align: center;
	padding: 10px 0 60px;
}
.logo {
    max-width: 290px;
    margin: 0 auto;
}
.title-top {
    position: relative;
    max-width: 814px;
    margin: 0 auto;
}
.deco.ball-top {
    left: -20%;
    top: 53%;
    max-width: 30%;
	animation: float 2.1s ease-in-out infinite;
}
.subtitle-img {
    margin: 30px 0 40px;
}
.deco.slots-deco {
    right: -2%;
    top: -7%;
    max-width: 26%;
	animation: shake 2.1s ease-in-out infinite;
}
.how-title {
    margin-bottom: 20px;
}
.how-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1080px;
    margin: 0 auto;
	padding-bottom: 60px;
}
.token-wrap {
    position: relative;
    max-width: 450px;
    margin: 0 auto 30px;
}
.token-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    font-size: 42px;
    font-weight: 700;
}
.deco.deco-roulette {
    left: -4%;
    top: 0%;
    max-width: 25%;
	animation: float 2.2s ease-in-out infinite;
}
.deco.deco-ball {
    right: 2%;
    top: 0%;
    max-width: 19%;
	animation: shake 2s ease-in-out infinite;
}
.deco.deco-ball img {
    transform: rotate(267deg);
}
.mine-games {
    cursor: pointer;
}
button.tnc-btn:hover {
	transform: scale(0.98);
	filter: brightness(1.07);
}

@keyframes float {
  0% {
    transform: translateY(0);
  } 
	50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes shake {
  0% {
    transform: rotate(-5deg);
  } 
	50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

.modal-dialog.popup {
    max-width: 700px;
}
.modal-content.popup {
    background: linear-gradient(180deg, rgba(247, 192, 77, 1) 0%, rgba(242, 229, 122, 1) 100%);
    border: 2px solid #f6f6f6;
    border-radius: 15px;
    box-shadow: inset 0 0 9px 3px rgb(0, 0, 0, 0.2);
    padding: 15px 20px;
    color: #000;
}
button.close-x {
    position: absolute;
	font-size: 18px;
    right: 9px;
    top: 8px;
    z-index: 1;
}
.popup-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-shadow: 0 1px 1px #fff;
}
ul.terms {
    padding-left: 17px;
}
ul.terms li {
	padding: 2px 0;
}
.language-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
}
.language-wrapper a {
    display: inline-block;
    max-width: 70px;
    margin: 0 10px;
}

@media(max-width: 991px) {
.floating-wrapper {
    transform: scale(0.8);
    transform-origin: right top;
    top: 50px;
}
	
}

@media(max-width: 767px) {
.floating-wrapper {
	transform: scale(0.7);
}	
.music-wrapper {
    transform: scale(0.8);
    transform-origin: right bottom;
}	
.logo {
    max-width: 38%;
}	
.deco.slots-deco, .deco.ball-top {
	display: none;
}	
.how-title {
    max-width: 84%;
    margin: 0 auto 15px;
}
.how-wrapper {
    display: block;
}
.stepbox {
    display: inline-block;
    vertical-align: top;
    max-width: 49%;
}	
	
}

@media(max-width: 480px) {
.floating-wrapper {
    right: 0;
    transform: scale(0.6);
}	
.music-wrapper {
    transform: scale(0.7);
}	
.token-wrap {
    max-width: 80%;
}	
.token-text {
    font-size: 7.5vw;
}	
.deco.deco-roulette {
    left: 0%;
    top: 17%;
    max-width: 18%;
}
.deco.deco-ball {
    right: 2%;
    top: 17%;
    max-width: 19%;
}	
button.tnc-btn {
    max-width: 60%;
}	
.popup-title {
    font-size: 20px;
}	
.modal-content.popup {
    font-size: 14px;
    padding: 15px 15px;
}	
}











