@keyframes move-twink-back {
  from {
    background-position: 0 0; }
  to {
    background-position: -10000px 5000px; } }
@-webkit-keyframes move-twink-back {
  from {
    background-position: 0 0; }
  to {
    background-position: -10000px 5000px; } }
@-moz-keyframes move-twink-back {
  from {
    background-position: 0 0; }
  to {
    background-position: -10000px 5000px; } }
@-ms-keyframes move-twink-back {
  from {
    background-position: 0 0; }
  to {
    background-position: -10000px 5000px; } }
@keyframes move-clouds-back {
  from {
    background-position: 0 0; }
  to {
    background-position: 10000px 0; } }
@-webkit-keyframes move-clouds-back {
  from {
    background-position: 0 0; }
  to {
    background-position: 10000px 0; } }
@-moz-keyframes move-clouds-back {
  from {
    background-position: 0 0; }
  to {
    background-position: 10000px 0; } }
@-ms-keyframes move-clouds-back {
  from {
    background-position: 0; }
  to {
    background-position: 10000px 0; } }
.stars, .twinkling, .clouds {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block; }

.stars {
  background: #01030d url(../img/stars.png) repeat top center;
  z-index: 0; }

.twinkling {
  background: transparent url(../img/twinkling2.png) repeat top center;
  z-index: 1;
  -moz-animation: move-twink-back 200s linear infinite;
  -ms-animation: move-twink-back 200s linear infinite;
  -o-animation: move-twink-back 200s linear infinite;
  -webkit-animation: move-twink-back 200s linear infinite;
  animation: move-twink-back 200s linear infinite; }

.clouds {
  background: transparent url(../img/clouds.png) repeat center center;
  z-index: 3;
  -moz-animation: move-clouds-back 200s linear infinite;
  -ms-animation: move-clouds-back 200s linear infinite;
  -o-animation: move-clouds-back 200s linear infinite;
  -webkit-animation: move-clouds-back 200s linear infinite;
  animation: move-clouds-back 200s linear infinite; }

body {
  color: #fff; }
  body .clouds {
    background: transparent; }

#content {
  margin-bottom: 53px;
  z-index: 4;
  position: relative; }
  #content .bg-app {
    background-color: rgba(1, 2, 7, 0.9);
    border-bottom: 2px solid #aaffeb;
    -webkit-box-shadow: 0 4px 5px 0 rgba(170, 255, 235, 0.14), 0 1px 10px 0 rgba(170, 255, 235, 0.12), 0 2px 4px -1px rgba(170, 255, 235, 0.3);
    box-shadow: 0 4px 5px 0 rgba(170, 255, 235, 0.14), 0 1px 10px 0 rgba(170, 255, 235, 0.12), 0 2px 4px -1px rgba(170, 255, 235, 0.3); }
  #content #review {
    background: #01020b;
    border: 3px solid #aaffeb;
    border-color: rgba(170, 255, 235, 0.8); }
  #content .heading {
    background: -moz-linear-gradient(90deg, #b4ffed 0%, #eafffa 50%, #b4ffed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b4ffed), color-stop(50%, #eafffa), color-stop(100%, #b4ffed));
    background: -webkit-linear-gradient(90deg, #b4ffed 0%, #eafffa 50%, #b4ffed 100%);
    background: -o-linear-gradient(90deg, #b4ffed 0%, #eafffa 50%, #b4ffed 100%);
    background: -ms-linear-gradient(90deg, #b4ffed 0%, #eafffa 50%, #b4ffed 100%);
    background: linear-gradient(0deg, #b4ffed 0%, #eafffa 50%, #b4ffed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ffed', endColorstr='#b4ffed',GradientType=0 );
    padding: 10px 0;
    color: #222;
    font-weight: 500; }
  #content .share-wrap a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 2px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #01020b;
    transition: 0.3s;
    font-size: 18px; }
    #content .share-wrap a:hover {
      text-decoration: none;
      border-color: #aaffeb; }
  #content .share-wrap .socicon-facebook {
    background: #3e5b98; }
  #content .share-wrap .socicon-twitter {
    background: #4da7de; }
  #content .share-wrap .socicon-pinterest {
    background: #c92619; }
  #content .share-wrap .socicon-viber {
    background: #7b519d; }
  #content .share-wrap .socicon-vkontakte {
    background: #5a7fa6; }
  #content .share-wrap .socicon-linkedin {
    background: #3371b7; }
  #content .share-wrap .socicon-reddit {
    background: #e74a1e; }
  #content .share-wrap .socicon-discord {
    background: #7289da; }
  #content .share-wrap .socicon-livejournal {
    background: #0099CC; }
  #content .share-wrap .socicon-whatsapp {
    background: #20B038; }
  #content .share-wrap .bg-app {
    width: 300px; }
  #content .game-wrap {
    border: 3px solid #aaffeb;
    position: relative;
    width: 966px;
    height: 606px; }
  #content .progress.Dark {
    display: block;
    background: transparent; }
  #content .webgl-content {
    top: auto;
    left: auto;
    position: relative;
    -webkit-transform: none;
    transform: none; }
  #content #gameContainer {
    background: #000 !important; }

footer {
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #222;
  text-align: center;
  color: #c0c0c0;
  font-size: 14px;
  z-index: 6; }

.modal-backdrop {
  z-index: 1; }

#how-it-works .close {
  color: #fff;
  text-shadow: none; }
#how-it-works .bg-dark {
  -webkit-box-shadow: 0 24px 38px 3px rgba(170, 255, 235, 0.14), 0 9px 46px 8px rgba(170, 255, 235, 0.12), 0 11px 15px -7px rgba(170, 255, 235, 0.2);
  box-shadow: 0 24px 38px 3px rgba(170, 255, 235, 0.14), 0 9px 46px 8px rgba(170, 255, 235, 0.12), 0 11px 15px -7px rgba(170, 255, 235, 0.2); }
#how-it-works iframe {
  width: 798px;
  height: 450px; }
#how-it-works .modal-body {
  line-height: 0; }

nav .lang a,
nav .menu a {
  color: #ededed;
  padding: 21px; }
  nav .lang a:hover,
  nav .menu a:hover {
    text-decoration: none;
    color: #222; }
  nav .lang a.hvr-bounce-to-bottom::before,
  nav .menu a.hvr-bounce-to-bottom::before {
    background: #aaffeb; }
  nav .lang a.active,
  nav .menu a.active {
    font-weight: bold; }

#chat.chat-wrap iframe {
  width: 100%;
  height: 400px;
  max-width: 600px; }

#ws-faq .btn {
  white-space: normal;
  background: #aaffeb;
  font-weight: 500; }
#ws-faq .card {
  background: #01020b; }
  #ws-faq .card .header {
    background: #aaffeb; }
  #ws-faq .card .collapse {
    background: #01020b; }
  #ws-faq .card .t-code {
    position: absolute;
    top: 0;
    left: -9999px; }

#divider {
  background: transparent;
  border: 1px solid #171717; }

#game .item {
  padding: 0 10px; }
  #game .item a {
    color: #2298D6; }
#game .game-wrap {
  margin-bottom: 70px; }
#game iframe {
  width: 100%;
  max-width: 500px;
  height: 400px; }
#game .footer > .left-text:first-child {
  position: absolute;
  left: 0;
  top: -40px; }

@media (max-width: 1660px) {
  #content .share-wrap .bg-app {
    width: 100%;
    max-width: 400px; } }
@media (max-width: 1310px) {
  #content .game-wrap {
    text-align: center !important;
    margin: 20px auto; }
  #content #start.container {
    width: 100%;
    max-width: none; }
    #content #start.container #review {
      margin: auto;
      text-align: center; }

  #game iframe {
    width: 100%;
    max-width: 500px;
    height: 400px; } }
.alert img {
  width: 30%;
  max-width: 100px; }
.alert h1 {
  font-size: 1.8rem; }

#review-text {
  padding-top: 10px;
  max-width: 900px;
  margin: auto; }
  #review-text h1 {
    font-size: 1.8em;
    line-height: 1; }
  #review-text p {
    text-align: justify; }

#referral .text-center img {
  max-width: 100%; }

.discord {
  color: #7289da !important; }
  .discord .socicon-discord:before {
    position: relative;
    top: 1px; }
  .discord:hover {
    color: #809bf6 !important; }

#pre-h1 {
  font-size: 24px;
  line-height: 1;
  margin-top: 10px;
  color: #aaffeb; }
  #pre-h1 p {
    margin: 0; }

.code {
  text-align: left;
  max-width: 700px;
  margin: 10px auto 0;
  background: #04082d;
  position: relative; }
  .code textarea {
    width: 100%; }
  .code .copy {
    position: absolute;
    right: 5px;
    bottom: 5px; }

.toast-content {
  -webkit-box-shadow: 0 4px 5px 0 rgba(170, 255, 235, 0.14), 0 1px 10px 0 rgba(170, 255, 235, 0.12), 0 2px 4px -1px rgba(170, 255, 235, 0.3);
  box-shadow: 0 4px 5px 0 rgba(170, 255, 235, 0.14), 0 1px 10px 0 rgba(170, 255, 235, 0.12), 0 2px 4px -1px rgba(170, 255, 235, 0.3);
  border: 1px solid #aaffeb; }

/** TODO: media */
@media (max-width: 1199px) {
  #review-text {
    text-align: center; } }
@media (max-width: 991px) {
  #content .game-wrap {
    margin: 20px;
    height: auto;
    width: auto; }

  nav ul li {
    text-align: center; } }
@media (max-width: 410px) {
  nav .navbar-brand img {
    width: 215px; } }
@media (min-width: 300px) {
  #review iframe {
    width: 100%;
    height: 170px; } }
@media (min-width: 400px) {
  #review iframe {
    height: 205px; } }
@media (min-width: 500px) {
  #review iframe {
    height: 265px; } }
@media (min-width: 580px) {
  #review {
    height: 326px;
    width: 546px; }
    #review iframe {
      width: 540px;
      height: 320px; } }

/*# sourceMappingURL=style.css.map */
