@import url('https://fonts.googleapis.com/css2?family=Montserrat: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&family=Raleway: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 {
  background-color: #1E2432;
  max-width: 100vw;
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
}
.custom-navbar {
  height: 110px;
  background: rgba(30,36,50,0.25);
  width: 100%;
  top: 0.4px;
  position: fixed;
  z-index: 10;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  border-bottom: 1px solid rgba(81,97,135,0.34);
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.swiper {
  width: 100%;
  padding-bottom: 50px;
}
.swiper-pagination {
  bottom: 0;
}
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #323d51;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #EFE237 0%, #F5AC27 100%);
}
.showcase-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  overflow-x: hidden;
  overflow: hidden;
}
.showcase-section .spinner-background {
  top: -50px;
  background: repeating-conic-gradient(#00a7ff 0deg 10deg, #00284d 10deg 20deg);
}
.showcase-section .swiper {
  z-index: 2;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 250px;
  max-width: 70vw;
  aspect-ratio: 588/1181;
  position: relative;
}
.swiper-slide .appShowcase {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  overflow: hidden;
  transition-duration: 0.4s;
  background-size: cover;
  background-position: center;
}
.swiper-slide.swiper-slide-prev .appShowcase {
  transition-duration: 0.4s;
  filter: blur(5px);
  opacity: 0.4;
}
.swiper-slide-shadow-left {
  display: none !important;
}
.swiper-slide-shadow-right {
  display: none !important;
}
.swiper-slide.swiper-slide-next .appShowcase {
  transition-duration: 0.4s;
  filter: blur(5px);
  opacity: 0.4;
}
.swiper-slide.swiper-slide-active .appShowcase {
  transition-duration: 0.4s;
  opacity: 1;
}
.spinner-background {
    position: absolute;
    width: 800px;
    height: 800px;
    left: calc(50% - 400px);
    background: repeating-conic-gradient(
        #7ab5d4 0deg 10deg,
        #fff 10deg 20deg
    );
    animation: spin 20s linear infinite;
    border-radius: 50%;
    mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
    opacity: 0.2;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.4;

  animation: 2s gradientOpacity ease-in-out infinite;
    animation-direction: alternate;
}
@keyframes gradientOpacity {
    0% {
      opacity: 0.7;
    }
    100% {
      opacity: 0.3;
    }
  }
.fortune {
  width: 110%;
  position: absolute;
  z-index: 3;
  left: -5%;
  opacity: 0.15;
}
.dot-grid {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  opacity: 0.5;
  background-image: url('/img/dot.svg');
  background-size: 3px 3px;
  background-repeat: repeat;
  top: 0;
  left: 0;
}
.custom-panel {
  width: 100%;
  height: auto;
  min-height: 300px;
  background-image: url('/img/panel-bg.svg');
  background-size: cover;
  background-position: center top;
  border-radius: 15px;
  z-index: 7;
  margin-top: 70px;
  padding: 30px;
  box-shadow: 0px 30px 35px 10px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;

  opacity: 0;
  filter: blur(20px);
  transform: translateY(40px);
}
.custom-panel h2 {
  color: #fff;
  font-weight: 700;
}
.custom-panel p {
  color: #536887;
  font-weight: 500;
  line-height: 31px;
  font-size: 15px;
}
.custom-panel img.nft-example {
  width: 460px;
  position: absolute;
  margin-left: 30px;
  margin-top: -50px;
}
.custom-panel iframe {
  height: 1000px;
  margin-top: -360px;
  width: 1000px;
  margin-left: -300px;
  position: absolute;
}
.games-container {
  width: 100%;
  height: auto;
  min-height: 200px;
  overflow: hidden;
  z-index: 3;
  margin-top: 120px;
  position: relative;
}
.games-container .center-content {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    background: radial-gradient(#200e3bb3, black);
}
.games-container .center-content .container {
  text-align: center;
}
.games-container .center-content h2 {
  color: white;
  font-weight: 700;
  font-size: 50px;
}
.games-container .center-content p {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  color: #a4c6ff;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  text-shadow: 0px 3px 10px black;
  color: #718eb9;
  font-weight: 500;
  line-height: 31px;
  font-size: 15px;
}
.games-container .center-content .custom-button {
  width: fit-content;
  padding-left: 30px;
  padding-right: 30px;
  min-width: 140px;
  border-radius: 100px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  display: block;
  line-height: 40px;
  background-color: #00f3eaa8;
  color: white;
  border: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 20px 0px #00f3eaa8;
}
.games-container .game {
  width: 11.5vw;
  height: 11.5vw;
  background-color: #0d0147;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  margin-bottom: 1vw;
  border-radius: 6px;
  float: left;
  opacity: 0.3;
  transition-duration: 1s;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.games-container .game-no {
  width: 11.5vw;
  height: 11.5vw;
  background-color: #0d0147;
  margin-left: 0.5vw;
  margin-right: 0.5vw;
  margin-bottom: 1vw;
  border-radius: 6px;
  float: left;
  opacity: 0.3;
  transition-duration: 1s;
  background-size: cover;
  background-position: center;
  pointer-events: none;
}
.games-container .game.lift {
  transition-duration: 1s;
  opacity: 1;
}
.partner-section {
  width: 100%;
  height: auto;
  min-height: 30px;
  overflow: hidden;
  margin-top: 130px;
}

.partner-section .partner-logo {
  width: 100%;
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.7;
  transition-duration: 0.2s;
}
.partner-section .partner-logo:hover {
  transform: translateY(-5px);
  transition-duration: 0.2s;
  opacity: 1;
}
.scroll-container {
  position: absolute;
  width: 100px;
  height: auto;
  min-height: 20px;
  bottom: 50px;
  left: calc(50% - 50px);
  text-align: center;
  line-height: 10px;
  text-transform: uppercase;
  font-size: 10px;
  color: white;
  font-weight: 500;
  text-shadow: 0px 0px 4px #00000047;
  z-index: 2;
}
.scroll-container svg {
  width: 15px;
  margin-bottom: 15px;
}
.social-container {
  display: none;
  position: fixed;
  border-radius: 0px 6px 6px 0px;
  border: 1px solid rgba(81,97,135,0.34);
  border-left: none;
  background: rgba(30,36,50,0.25);
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  height: 200px;
  top: calc(50% - 150px);
  width: 50px;
  left: 0;
  z-index: 10;
}
.custom-navbar .menu-actions {
  width: fit-content;
  float: right;
  height: 80px;
  margin-top: 10px;
  min-width: 100px;
  padding-top: 15px;
}
.custom-navbar .menu-actions .custom-button {
  width: fit-content;
  min-width: 140px;
  border-radius: 100px;
  height: 40px;
  text-align: center;
  display: block;
  border: 1px solid rgba(81,97,135,0.74);
  color: #23a5ff;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 38px;
  font-weight: 600;
  display: block;
  float: left;
  margin-top: -20px;
  margin-right: -20px;
}
.custom-navbar .menu-items {
  width: fit-content;
  float: left;
  height: 80px;
  margin-top: 10px;
  min-width: 100px;
}
.custom-navbar .menu-items .menu-item {
  text-decoration: none;
  color: #718bc8;
  width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 20px;
  margin-right: 20px;
  height: 80px;
  display: block;
  float: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 70px;
}
.custom-navbar .menu-items .menu-item.active {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.video-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.video-holder video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
.custom-navbar .logo {
  width: 140px;
  top:0;
  position: absolute;
  left: calc(50% - 70px);
}
.firstpage-hero {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
}
.firstpage-hero .tele {
  width: 150px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.firstpage-hero.scrolled {
  opacity: 0.2;
}
.firstpage-hero p.text {
  text-align: center;
  color: #e7f0ff;
  font-weight: 600;
  font-size: 16px;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.firstpage-hero p.verified {
  font-size: 12px;
  font-weight: 600;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: rgb(240, 185, 11);
  text-shadow: 0px 3px 5px rgba(0,0,0,0.2);
  margin-bottom: 5px;
}
.firstpage-hero p.verified img {
  width: 16px;
  margin-top: -1px;
  color: rgb(240, 185, 11);
}
.firstpage-hero .container {
  z-index: 7;
}
.firstpage-hero .container h1 {
  text-align: center;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 60px;
  font-size: 'Raleway', sans-serif;
}
.firstpage-hero .button-container {
  width: 100%;
  max-width: 400px;
  height: 40px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.firstpage-hero .button-container .custom-button {
  width: 206px;
  height: 70px;
  text-align: center;
  background-image: url('/img/yellow_button.png');
  background-size: cover;
  background-position: center;
  text-decoration: none;
  line-height: 65px;
  font-weight: 700;
  display: block;
  color: white;
  text-shadow: 0px 2px 2px #0000005c;
  margin-left: auto;
  margin-right: auto;
  transition-duration: 0.3s;
}
.firstpage-hero .button-container .custom-button:hover {
  cursor: pointer;
  transform: translateY(-4px);
  transition-duration: 0.3s;
}
.custom-navbar .menu-actions .custom-button {
  width: 206px;
  height: 70px;
  text-align: center;
  background-image: url('/img/yellow_button.png');
  background-size: cover;
  background-position: center;
  text-decoration: none;
  line-height: 65px;
  font-weight: 700;
  display: block;
  color: white;
  float: left;
  border-radius: 0px;
  border: none;
  transform: scale(0.75);
  text-shadow: 0px 2px 2px #0000005c;
  transition-duration: 0.3s;
}

.divider {
  width: calc(100vw + 2px);
  position: absolute;
  bottom: -1px;
  height: 100px;
  pointer-events: none;
  left: -1px;
  z-index: 6;
  background-image: url('/img/divider.svg');
  background-size: cover;
  background-position: center;
}
.panel {
  width: 100%;
  background-color: #232c3b;
  background-image: url(/img/panel-bg.svg);
  background-size: cover;
  background-position: center top;
  height: auto;
  min-height: 300px;
  margin-bottom: 20px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 20px 30px 3px #0000001f;
}
.panel .content {
  padding: 20px;
}
.panel .content h3 {
  color: #a9c4f6;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 22px;
}
.panel .content p {
  color: #536887;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  margin: 0px;
  text-align: center;
}
.panel .hero {
  width: 100%;
  height: 130px;
  position: relative;
  background: linear-gradient(180deg, #00c3ff, #0a61ff);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 10px 20px 3px rgba(0,0,0,0.2);
}
.panel .hero .dot-grid {
  width: 100%;
  height: 130px;
  position: absolute;
  z-index: 5;
  opacity: 0.5;
  background-image: url('/img/dot.svg');
  background-size: 3px 3px;
  background-repeat: repeat;
  top: 0;
  left: 0;
}
h2.title {
  width: 100%;
  color: white;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
}
.perks {
  position: absolute;
  width: 50%;
  left: calc(50% - 25%);
  margin-top: -130px;
  z-index: -1;
  opacity: 0.15;
}
.panel .hero .image {
  width: 100%;
  height: 130px;
  background-image: url('/img/fade.svg');
  background-size: cover;
  opacity: 1;
  background-position: center bottom;
  position: absolute;
  top: 0;
}
.panel .hero img {
  position: relative;
  z-index: 2;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 5px;
}
.panel.center {
  background-color: transparent;

}
.coin-section {
  width: 100%;
  height: auto;
  min-height: 300px;
  background-image: url('/img/dot2.svg');
  background-size: 3px 3px;
  box-shadow: 0px 10px 30px 4px rgb(0 0 0 / 34%);
  background-repeat: repeat;
  background-color: #1e2432;
  margin-top: 120px;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.coin-section .panel {
  max-width: 400px;
  z-index: 3;
  display: block;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  padding: 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 10px;
  background-color: rgba(30,36,50,0.4);
  background-image: none;
  overflow: visible;
  box-shadow: none;
}
.coin-section .panel h3 {
  color: #fff;
  font-weight: 700;
}
.coin-section .panel p {
  color: #718eb9;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  margin: 0px;
  text-align: center;
}
.coin-section .panel p b {
  color:#26acff;
}
.coin-section .coin-left {
  position: absolute;
  left: -138px;
  top: -20px;
  height: 390px;
  animation: 3s coinLeft ease-in-out infinite;
  animation-direction: alternate;
  pointer-events: none;
}
.coin-section .coin-right {
  position: absolute;
  right: -154px;
  top: -20px;
  height: 390px;
  animation: 4s coinRight ease-in-out infinite;
  animation-direction: alternate;
  pointer-events: none;
}

@keyframes coinRight {
    0% {
      top: -40px;
    }
    100% {
      top: -20px;
    }
  }

@keyframes coinLeft {
    0% {
      top: -20px;
    }
    100% {
      top: -40px;
    }
  }

.coin-section .gradient {
  opacity: 0.3;
  height: 200%;
  position: absolute;
  top: -50%;
  animation: 5s gradient2Opacity ease-in-out infinite;
    animation-direction: alternate;
}


@keyframes gradient2Opacity {
    0% {
      opacity: 0.2;
    }
    100% {
      opacity: 0.1;
    }
  }

.guide-section {
  width: 100%;
  height: auto;
  min-height: 600px;
  background-color: #1E2432;
  position: relative;
  overflow: hidden;
  background-image: url('../img/game-banner.jpg');
  background-size: cover;
  background-position: center;
  padding-top: 160px;
}
.guide-section .container {
  position: relative;
  z-index: 3;
}
.guide-section .container .panel {
  padding: 35px;
  text-align: center;
  min-height: 30px;
  padding-bottom: 40px;
}
.guide-section .container .col-lg-3 {
  position: relative;
}
.guide-section .container .col-lg-3 img.play {
  position: absolute;
  width: 50px;
  left: -25px;
  top: calc(50% - 45px);
}
.guide-section .container .panel h3 {
  color: #a9c4f6;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 22px;
}
.guide-section .container .panel p {
  color: #536887;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  margin: 0px;
  text-align: center;
}
.guide-section .container .panel a.action {
  width: fit-content;
  min-width: 140px;
  border-radius: 100px;
  height: 40px;
  text-align: center;
  display: block;
  border: 1px solid rgba(81,97,135,0.74);
  color: #23a5ff;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 38px;
  font-weight: 600;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.guide-section .container .panel a.action:hover {
  background-color: #0099f3a3;
  transition-duration: 0.4s;
  color: white;
}
.guide-section .container .panel a.action.unable {
  pointer-events: none;
  background-color: transparent;
  border: 2px dotted #536887;
  line-height: 36px;
  color: #536887;
}
.guide-section .overlay-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #1e2432, #1e2432b0);
  z-index: 2;
  position: absolute;
}
.guide-section .video-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 400px;
  width: 100%;
}
.guide-section .video-holder2 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.guide-section .video-holder2 video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  position: relative;
}
.social-section {
  width: 100%;
  height: auto;
  min-height: 100px;
  margin-top: 30px;
  margin-bottom: 120px;
}
.social-section .social-panel {
  width: 100%;
  height: auto;
  min-height: 70px;
  padding-top: 15px;
}
.social-section .social-panel img {
  height: 30px;
  margin-top: 3px;
  margin-right: 10px;
}
.social-section .social-panel h4 {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #536887;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  transition-duration: 0.2s;
}
.social-section .social-panel h4:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
  color: #718db7;
}
.social-section .social-panel h4 small {
  font-weight: 400;
}
.social-section .social-panel.noborder {
  border-right: none;
}
a {
  text-decoration: none !important;
}
footer {
  width: 100%;
  height: auto;
  min-height: 400px;
  background-color: #161c27;
  margin-top: 70px;
  padding: 40px;
  padding-top: 70px;
  padding-bottom: 50px;
}
footer .logo {
  width: 140px;
}
footer a.link {
  display: block;
  width: 100%;
  float: left;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #536887;
  font-weight: 600;
  transition-duration: 0.2s;
}
footer a.link:hover {
  transition-duration: 0.2s;
  transform: translateY(-2px);
  color: #23a5ff;
}
footer h3 {
  color: #536286;
  font-weight: 700;
  font-size: 19px;
  margin-top: 6px;
  line-height: 28px;
}
footer img.social {
  width: 13px;
  margin-top: -2px;
  margin-right: 6px;
}
footer h4 {
  color: #a9c4f6;
  font-weight: 700;
  margin-top: 30px;
  font-size: 14px;
}
.bottom-bar {
  width: 100%;
  height: 70px;
  background-color: #0f131b;
}
.game-one {
  opacity: 0;
  filter:blur(20px);
  transform: translateY(160px);
  position: relative;
}
.game-one.scrolled {
  opacity: 1;
  filter:blur(0px);
  transform: translateY(0px);
}
.game-two {
  opacity: 0;
  filter:blur(20px);
  transform: translateY(120px);
  position: relative;
}
.game-two.scrolled {
  opacity: 1;
  filter:blur(0px);
  transform: translateY(0px);
}
.game-three {
  opacity: 0;
  filter:blur(20px);
  transform: translateY(80px);
  position: relative;
}
.game-three.scrolled {
  opacity: 1;
  filter:blur(0px);
  transform: translateY(0px);
}
.game-four {
  opacity: 0;
  filter:blur(20px);
  transform: translateY(40px);
  position: relative;
}
.game-four.scrolled {
  opacity: 1;
  filter:blur(0px);
  transform: translateY(0px);
}
.section-three {
  opacity: 0;
  filter: blur(20px);
}
.section-three.scrolled {
  opacity: 1;
  filter: blur(0px);
}
.center-content {
  opacity: 1;
}

.custom-panel.scrolled {
  opacity: 1;
  filter: blur(0px);
  transform: translateY(0px);
}
.fortune.scrolled {
  opacity: 0.7;
  transform: scale(1.2);
}
.hero-content.scrolled {
  margin-top: -10%;
  opacity: 0;
}
.infopanel-side {
  opacity: 0;
  transform: translateY(100px);
  filter: blur(20px);
}
.infopanel-side.scrolled {
  opacity: 1;
  transform: translateY(0px);
  filter: blur(0px);
}
.infopanel-center {
  opacity: 0;
  transform: translateY(100px);
  filter: blur(20px);
}
.infopanel-center.scrolled {
  opacity: 1;
  transform: translateY(0px);
  filter: blur(0px);
}
@media screen and (max-width: 992px) {
  .custom-panel img.nft-example {
    width: 100%;
    margin: 0px;
    position: relative;
  }
  .guide-section .container .col-lg-3 img.play {
    display: none;
  }
  .games-container .game {
    width: 23vw;
    height: 23vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
  .custom-panel {
    padding-top: 70px;
  }
  .custom-navbar .menu-items {
    display: none;
  }
  .custom-navbar .menu-actions {
    display: none;
  }
}
