@font-face {
  font-family: 'Helvethaica';
  src: url('https://luckynikisite-com.b-cdn.net/fonts/fonts/DB-Helvethaica/DB-HelvethaicaX.ttf') format('truetype');
}
html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
body {
  background-image: url('../img/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body {
  font-family: 'Helvethaica';
}
ol {
    padding-inline-start: 20px;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
canvas {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.parallax {
  position: absolute;
  z-index: 0;
  /* overflow: hidden; */
}
.parallax, .coins {
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.c0_ {
  position: absolute;
  max-width: 100%;
}
#coin1 {
  background-image: url('../img/c1.png');
  width: 193px;
  height: 174px;
  right: 3%;
  top: 15%;
}
#coin2 {
  background-image: url('../img/c2.png');
  width: 267px;
  height: 241px;
  left: 2%;
  bottom: 3%;
}
#coin3 {
  background-image: url('../img/c3.png');
  width: 119px;
  height: 100px;
  left: 33%;
  top: 20%;
}
#coin4 {
  background-image: url('../img/c4.png');
  width: 79px;
  height: 70px;
  right: 11%;
  bottom: 1%;
}
.container {
  position: relative;
  z-index: 2;
  height: 100%;
}
.wrapper {
  max-width: 1630px;
  height: 100vh;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-container  {
  display: inline-flex;
  float: right;
  margin: 50px 0;
}
.btn {
  width: 200px;
  height: 50px;
  border: 2px solid #1A5D6E;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
}
.btn.play {
  background-image: linear-gradient(#0ABF8E,#186872);
  margin-right: 20px;
  border-color: #0ABF8E;
}
.left {
   margin-top: 12%;
   margin-left: 6%;
}
.left #freebet {
  margin-left: -10%;
}
.right {
  margin-left: 20px;
}
.bgwrapper {
  width:100%;
  height:100%;
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
  overflow: hidden;
}
.bg {
  animation:slide 7s ease-in-out infinite alternate;
  background-image: linear-gradient(-47deg, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.5) 50%);
  bottom:0;
  left:-50%;
  opacity:.5;
  position:absolute;
  right:-50%;
  top:0;
  z-index:-1;
}
.bg2 {
  animation-direction:alternate-reverse;
  animation-duration:4s;
}
.bg3 {
  animation-duration:5s;
}
@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}
.shine {
  -webkit-mask-image: linear-gradient(-75deg, rgba(255,255,255,.1) 30%, #fff 50%, rgba(255,255,255,.1) 70%);
  -webkit-mask-size: 200%;
  animation: shine 4s linear infinite;
}
@keyframes shine {
  from { -webkit-mask-position: 150%; }
  to { -webkit-mask-position: -50%; }
}
.shine-container {
  position: relative;
}
.shine-container img:first-child {
    display: block;
    position: relative;
    z-index: 0;
    filter: opacity(1);
}
.shine-container img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    filter: brightness(3);
}
.modal {
    max-width: 900px;
    color: #fff;
	overflow: initial;
}
.overlay {
    background-color: rgba(0,0,0,1);
    z-index: 9999;
    width: 100%;
    font-size: 20px;
    border: 1px solid #1A5D6E;
}
.modal, .blocker {
  z-index: 999;
}
.wrap-scroll {
    overflow-x: auto;
    position: relative;
}
table {
    max-width: 100%;
    width: 100%;
    border: 1px solid #1A5D6E;
    border-collapse: collapse;
    margin: 10px auto;
}
th {
    background-color: #1A5D6E;
}
th, td {
    border: 1px solid #1A5D6E;
    border-collapse: collapse;
    line-height: 2;
}
@media screen and (max-width: 1440px) {
  .c0_ {
    background-repeat: no-repeat;
    background-size: 90%;
  }
  .right img {
    width: 95%;
  }
  #coin1 {
    right: 0%;
  }
  #coin2 {
    bottom: -2%;
  }
  #coin3 {
  left: 20%;
  top: 10%;
  }
}
@media screen and (max-width: 1366px) {
  .left {
    margin-top: 0%;
    width: 45%;
  }
  .left #freebet {
    width: 90%;
  }
  .right img {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  body {
    background-image: url('../assets/img/mob/bg-x.jpg');
    background-position: initial;
  }
  .left #freebet {
    width: 85%;
  }
  .btn-container {
    margin: 40px 0;
  }
  .btn {
    width: 180px;
  }
  #coin1 {
    top: 5%;
  }
  #coin3 {
    left: 5%;
    top: 5%;
  }
  #coin5 {
    bottom: 5%;
  }
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  body {
    background-image: url('../img/mob/bg-y.jpg');
    background-position: unset;
  }
  .wrapper {
    display: inline-block;
    margin: 10% auto 0;
  }
  .left {
    display: table-footer-group;
    text-align: center;
  }
  .right {
    display: table-header-group;
    text-align: center;
  }
  .right img {
    width: 75%;
  }
  .left #freebet {
    width: 70%;
    margin-top: 5%;
    margin-left: 0;
  }
  .shine-container {
    width: 542px;
    margin: 0 auto;
  }
  .btn-container {
    display: inline-block;
    float: none;
  }
  .btn.play {
    margin-bottom: 20px;
  }
  .btn {
    width: 200px;
  }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
  #coin2 {
    bottom: -15%;
  }
}
@media screen and (max-width: 768px) {
	.container {
		margin-top: 70px;
	}
	.shine-container {
		width: 465px;
	}
	.left #freebet {
		width: 55%;
		margin-top: 5%;
		margin-left: -15%;
	}
}
@media screen and (max-width: 600px) {
  .shine-container {
    width: 400px;
  }
  .right img {
    width: 100%;
  }
  #coin1 {
    top: -5%;
  }
  #coin2 {
    bottom: -5%;
    left: -5%;
  }
  #coin3 {
    top: 2%;
  }
  #coin4 {
    right: 5%;
  }
  .btn-container {
    margin: 20px 0;
  }
}
@media screen and (max-height: 480px) and (orientation: landscape) {
  #coin1 {
    top: -1%;
    right: -1%;
  }
  #coin2 {
    bottom: -25%;
  }
  #coin3 {
    left: 2%;
    top: -2%;
  }
  #coin4 {
    right: 3%;
  }
}
@media screen and (max-height: 414px) and (orientation: landscape) {
  html, body {
    overflow-y: scroll;
  }
  .shine-container {
    width: 340px;
  }
  .c0_ {
    background-size: 70%;
    display: none;
  }
  .left #freebet {
    width: 70%;
    margin-left: 0;
  }
  .right {
    text-align: center;
    margin: 0;
  }
  .right img {
    width: 75%;
  }
  #coin3 {
    left: 0%;
  }
  .btn {
    font-size: 1.4em;
    width: 130px;
  }
  .btn-container {
    margin: 20px 0;
    float: none;
  }
  .wrapper {
    min-height: -webkit-fill-available;
    height: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .wrapper {
    padding: 0;
    height: 100%;
  }
  #coin1 {
    right: -20%;
  }
  #coin2 {
    bottom: -10%;
  }
  #coin3 {
    top: 0%;
    left: -5%;
  }
  #coin4 {
    bottom: 1px;
    right: 0%;
  }
  .left #freebet {
    width: 70%;
    margin-top: 5%;
    margin-left: -10%;
  }
  .right img {
    width: 85%;
  }
  .shine-container {
    width: 330px;
  }
  .btn.play {
    margin-right: 0;
  }
}
@media screen and (max-width: 414px) {
  .right img {
    width: 80%;
    margin: 20px auto 0;
  }
  .container {
	  height: 100%;
	  overflow-y: scroll;
	  overflow-x: hidden;
  }
  .wrapper {
    display: inline-table;
    margin: 5% auto 0;
  }
  .shine-container {
    width: 320px;
  }
}
@media screen and (max-width: 414px) and (max-height: 736px) and (orientation: portrait) {
  .right img {
    width: 80%;
    margin: 5px auto 0;
  }
  .container {
    height: auto
    /* overflow-y: scroll; */
  }
  .wrapper {
    display: inline-table;
    margin: 0 auto 0;
  }
}
@media screen and (max-height: 360px) and (orientation: landscape) {
  .shine-container {
    width: 280px;
  }

}
@media screen and (max-width: 360px) {
  .wrapper {
    padding: 0 10px;
  }
  .c0_ {
    background-size: 60%;
  }
  #coin1 {
    right: -20%;
  }
  #coin2 {
    bottom: -20%;
  }
  #coin4 {
    bottom: -1%;
    right: -5%;
  }
  .shine-container {
    width: 320px;
  }
  .left #freebet {
    width: 75%;
    margin-top: 0%;
    margin-left: -20%;
  }
  .right img {
    padding: 20px 0px;
  }
  .btn {
    font-size: 1.5em;
  }
}
@media screen and (max-height: 320px) {
  .wrapper {
    padding: 0 15px;
  }
  .shine-container {
    width: 230px;
  }
  .btn.play {
    margin-right: 10px;
  }
  .btn {
    font-size: 1.2em;
    width: 110px;
  }
  .left {
    margin-left: 3%;
  }
}
@media screen and (max-width: 320px) {
  .c0_ {
    background-size: 45%;
  }
  #coin1 {
    right: -35%;
  }
  #coin2 {
    bottom: -30%;
    left: -10%;
  }
  #coin4 {
    bottom: -5%;
    right: -10%;
  }
  .wrapper {
    margin: 0 auto;
  }
  .shine-container {
    width: 250px;
  }
  .left #freebet {
    width: 60%;
  }
  .right img {
    width: 85%;
    padding: 15px 0;
  }
  .btn {
    width: 155px;
    font-size: 1.2em;
  }
  .btn.play {
    margin-bottom: 15px;
  }
}
