<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
:root {
  --overlay-bg: #030303;
  --overlay-menu-linkcolor: #fff;
  --theme-font-color: #bf7e1b;
  --bg-body-color: #000;
  --font-toruks: "TorukSC", sans-serif;
}
/*slide menu*/
/*slide menu*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
  z-index: 50;
  .overlaybg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    width: 115vw;
  }
  video {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    mix-blend-mode: luminosity;
    opacity: 13%;
    width: 115vw;
  }
  .wrapstars {
    position: absolute;
    z-index: 1;
  }
  &amp;:before {
    content: "";
    background: var(--overlay-bg);
    left: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: left 0.5s ease;
  }
  &amp;:after {
    content: "";
    background: var(--overlay-bg);
    right: -55%;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    transition: all 0.5s ease;
  }
  &amp;.open {
    opacity: 1;
    visibility: visible;
    height: 100%;

    &amp;:before {
      left: 0;
    }
    &amp;:after {
      right: 0;
    }
    li {
      animation: fadeInRight 0.5s ease forwards;
      animation-delay: 0.35s;
      &amp;:nth-of-type(2) {
        animation-delay: 0.55s;
      }
      &amp;:nth-of-type(3) {
        animation-delay: 0.75s;
      }
      &amp;:nth-of-type(4) {
        animation-delay: 0.85s;
      }
      &amp;:nth-of-type(5) {
        animation-delay: 0.95s;
      }
    }
    .overlay-btns a {
      animation: fadeInUp 0.5s ease forwards;
      animation-delay: 0.1s;
      &amp;:nth-of-type(2) {
        animation-delay: 0.2s;
      }
      &amp;:nth-of-type(3) {
        animation-delay: 0.3s;
      }
      &amp;:nth-of-type(4) {
        animation-delay: 0.4s;
      }
      &amp;:nth-of-type(5) {
        animation-delay: 0.5s;
      }
      &amp;:nth-of-type(6) {
        animation-delay: 0.6s;
      }
      &amp;:nth-of-type(7) {
        animation-delay: 0.7s;
      }
      &amp;:nth-of-type(8) {
        animation-delay: 0.8s;
      }
      &amp;:nth-of-type(9) {
        animation-delay: 0.9s;
      }
      &amp;:nth-of-type(10) {
        animation-delay: 0.99s;
      }
    }
    .copyright {
      animation: fadeInUp 0.5s ease forwards;
      animation-delay: 0.55s;
    }
    .oclose {
      animation: fadeInRight 0.5s ease forwards;
      animation-delay: 0.5s;
    }
    .ologo {
      animation: fadeInRight 0.5s ease forwards;
      animation-delay: 0.5s;
    }
    .overlaybg {
      animation: fadeInRight 0.5s ease forwards;
    }
  }
  .overlay-btns {
    border-top: 1px solid #333333;
    background-color: #111111;
    position: absolute;
    z-index: 101;
    bottom: 0;
    width: 100%;
    padding: 50px 30px;
    .btnsocial ul li {
      float: left;
      padding: 0;
      margin-left: 15px;
      a {
        transition: all 0.5s;
        font-size: 19px;
        border: 1px solid #fff;
        line-height: 18px;
        padding: 10px 22px;
        border-radius: 20px;
        color: #fff;
      }
    }
    .copyright {
      opacity: 0;
      font-size: 19px;
      line-height: 18px;
      padding: 10px 22px;
      color: #fff;
      text-transform: uppercase;
    }
    .plinks ul li {
      float: left;
      padding: 0;
      margin-left: 15px;
      a {
        transition: all 0.5s;
        font-size: 19px;
        line-height: 18px;
        padding: 10px 22px;
        color: #747474;
        &amp;:hover {
          color: #fff;
        }
      }
    }
  }
  .overlay-header {
    position: relative;
    z-index: 101;
  }
  .overlay-header .ologo {
    margin: 20px 27px;
    opacity: 0;
  }
  .wrap-menu {
    position: relative;
  }
  .overlay-menu {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 43%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
  nav {
    z-index: 100;
  }
  ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%;
    li {
      display: block;
      padding: 0 50px;
      position: relative;
      opacity: 0;
      a {
        transition: all 0.5s;
        z-index: 99;
        display: block;
        font-size: calc(1.7rem + 3.4vw);
        font-weight: 600;
        color: #747474;
        text-decoration: none;
        text-transform: uppercase;
        line-height: calc(1.7rem + 3.4vw);
        &amp;:hover {
          color: #fff;
        }
      }
    }
  }
  .oclose {
    padding: 20px;
    opacity: 0;
  }
  button {
    text-decoration: none;
    margin-right: 20px;
    background: transparent;
    box-shadow: none;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 50%;
    &amp;:before,
    &amp;:after {
      content: "";
      position: absolute;
      width: 80%;
      height: 2px;
      background-color: #fff;
      transition: 0.3s ease-out;
      left: 50%;
      top: 50%;
    }
    &amp;:after {
      transform: translate(-50%, -50%) rotate(45deg);
    }
    &amp;:before {
      transform: translate(-50%, -50%) rotate(-45deg);
    }
    &amp;:hover,
    &amp;:focus {
      &amp;:before,
      &amp;:after {
        transform: translate(-50%, -50%) rotate(180deg);
      }
    }
  }
}

@keyframes pulse {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.3;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*end slide menu*/
body {
  margin: 0;
  padding: 0;
  background: var(--bg-body-color);
  font-family: "Inter", sans-serif;
}
.container {
  max-width: 1200px;
}
.tfc {
  /*theme font color*/
  color: #bf7e1b;
}
.menuBar &gt; .line &gt; .background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  transition: background-color 0.3s ease-in-out;
  transform-origin: left center;
}
.menuBar &gt; .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
@media (min-width: 1200px) {
  .menuBar &gt; .line &gt; .scrollbar {
    display: block;
    height: 100%;
    background-color: #1e1e1e;
    transform-origin: center top;
    transition: background-color 0.2s ease-in-out;
  }
  .menuBar &gt; .line {
    left: 6.2rem;
    right: auto;
    width: 1px;
    height: 100%;
  }
}
.side-bar,
.side-bar__top .menu-toggle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.2rem;
}
.side-bar__top {
  margin: 20px auto;
}
.side-bar {
  border-right: 1px solid #2e2e2ead;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  background: rgba(0, 0, 0, 1);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
  left: 0;
  min-height: 650px;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 22;
  &amp;::after {
    content: "";
  }
}
#nav-burger {
  width: 35px;
  height: 35px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  &amp;:hover {
    span:nth-child(1) {
      transform: scale(1.2);
    }
    span:nth-child(2) {
      transform: scale(1.2);
    }
    span:nth-child(4) {
      transform: scale(1.2);
    }
  }
}
#nav-burger span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-burger span:nth-child(1) {
  top: 0px;
  background-color: #4e5054;
}
#nav-burger span:nth-child(2),
#nav-burger span:nth-child(3) {
  top: 7px;
  background-color: #6d6e72;
}
#nav-burger span:nth-child(4) {
  top: 14px;
  background-color: #797a7e;
}
/*
#nav-burger.open span:nth-child(1) {top: 18px; width: 0%; left: 50%;}
#nav-burger.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-burger.open span:nth-child(4) {top: 18px;width: 0%;left: 50%;}
*/
.secpad {
  padding: 80px 0;
}
.sectitlepb {
  padding-bottom: 40px;
}
#hero {
  overflow: hidden;
  position: relative;
  background: url(/assets/images/homepage/hero-bg.png) no-repeat;
  background-size: cover;
  min-height: 1080px;
  height: 100vh;
  width: 100%;
  padding: 30px 0 0 0;
  margin: 0;
}
#hero .btn-primary {
  position: relative;
  z-index: 5;
}
h1.hero {
  font-family: "Inter", sans-serif;
  color: #646464;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
h2.hero {
  font-family: "Inter", sans-serif;
  color: #646464;
  font-size: 15px;
  font-weight: 400;
  line-height: 19.95px;
  text-transform: uppercase;
}
.heroimgs {
  position: absolute;
  z-index: 1;
}
.ecllpse {
  bottom: 0;
  left: 50%;
  margin-left: -614.5px;
  z-index: 2;
}
.midkongs {
  bottom: 0;
  left: 50%;
  margin-left: -211.5px;
  z-index: 4;
}
.tokongs {
  bottom: 0;
  left: 50%;
  margin-left: -400.5px;
  z-index: 3;
}
.lcrystal {
  left: 200px;
}
.trcrystal {
  right: 220px;
  top: 120px;
}
.brcrystal {
  bottom: -50px;
  right: 0;
}
.cbounce {
  -webkit-animation: crystalbounce 3.5s linear infinite;
  animation: crystalbounce 3.5s linear infinite;
}
.cbounce2 {
  -webkit-animation: crystalbounce 3s linear infinite;
  animation: crystalbounce 3s linear infinite;
}
.cbouncebc {
  -webkit-animation: crystalbounce 10s linear infinite;
  animation: crystalbounce 10s linear infinite;
}
@keyframes crystalbounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
#discover {
  position: relative;
  background: url(/assets/images/homepage/dotsbg4.png) no-repeat;
  background-position: center;
}

h1.discover,
h2.discover {
  color: #f0f0f0;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3rem;
}
h2.discover {
  color: #6e6e6d;
}
.disbox {
  border: 1px solid #343434;
  padding: 25px;
  background-color: #080707;
  border-radius: 20px;
  min-height: 262px;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.disbox:hover {
  border-color: var(--theme-font-color);
  background-color: #080707a1;
}
.dbx-mid {
  padding-top: 131px;
}
.dbx-end {
  padding-top: 262px;
}
@media only screen and (max-width: 768px) {
  .dbx-mid {
    padding-top: 0;
  }
  .dbx-end {
    padding-top: 0;
  }
}

.disbox .shadow,
.genbox .shadow,
.forgebox .shadow,
.iebox .shadow {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background-color: hsla(0, 0%, 100%, 0.3);
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 50%;
  filter: blur(50px);
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.disbox .btn,
.genbox .btn,
.iebox img {
  position: relative;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .shadow.out {
    opacity: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .shadow.in {
    opacity: 1;
  }
}
h3.title {
  color: #f0f0f0;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  margin-bottom: 30px;
}
.desc {
  color: #cacace;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}
#geneis {
  position: relative;
}
#genesis .desc p {
  width: 60%;
  text-align: justify;
}
.gencrystals {
  position: absolute;
}
.gcrystall {
  left: 100px;
  padding-top: 120px;
}
.tccrystal {
  left: 45%;
  margin-top: -50px;
}
.tr1crystal {
  margin-top: 87px;
  right: 23%;
}
.tr2crystal {
  right: 50px;
}
.genbox {
  text-align: center;
  border: 1px solid #343434;
  padding: 25px;
  background-color: #080707;
  border-radius: 20px;
  min-height: 203px;
  position: relative;
  overflow: hidden;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
h4.boxnum {
  -webkit-text-stroke-width: 1.4970734119415283;
  -webkit-text-stroke-color: #000;
  font-size: 5.614rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: radial-gradient(
    135.18% 140.26% at 108.36% -24%,
    #b6b6b6 0%,
    #363636 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h4.boxnum span.plus {
  font-size: 1.90038rem;
  font-style: normal;
  font-weight: 600;
  line-height: 119.667%; /* 2.27413rem */
  letter-spacing: -2.12838rem;
}
.genbox:hover {
  border-color: var(--theme-font-color);
  background-color: #080707a1;
}
.genbox p {
  font-family: "Lexend Deca", sans-serif;
  padding-top: 35px;
}
.genbox img {
  padding-top: 10px;
}

#ecosystem {
  position: inherit;
}
.ecobox {
  -webkit-border-radius: 20.52px;
  -moz-border-radius: 20.52px;
  border-radius: 20.52px;
  margin-right: 25px !important;
  width: 348px;
}
.wrap-splides {
  position: relative;
}
.ecoimg img {
  width: 348px;
  height: 172px;
  -webkit-border-top-left-radius: 20.52px;
  -webkit-border-top-right-radius: 20.52px;
  -moz-border-radius-topleft: 20.52px;
  -moz-border-radius-topright: 20.52px;
  border-top-left-radius: 20.52px;
  border-top-right-radius: 20.52px;
}
.ecocard {
  width: 348px;
  background-color: #0a0a09;
  -webkit-border-radius: 20.52px;
  -moz-border-radius: 20.52px;
  border-radius: 20.52px;
  border: 1px solid #343434;
  padding: 26px;
  position: relative;
  margin-top: -15px;
}
.ecocardtitle {
  font-size: 24.15px;
  color: var(--theme-font-color);
  text-transform: uppercase;
}
.ecostext {
  font-size: 12.51px;
  color: #d9d9d9;
  text-transform: lowercase;
  margin-top: 5px;
  margin-left: 10px;
  position: absolute;
}
.ecocardsubtext {
  background-color: #d9d9d91a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 12.83px;
  padding: 5px 10px;
  width: max-content;
  text-transform: uppercase;
}
.ecocarddesc {
  font-size: 26.47px;
  color: #fff;
}
.ecocard a.md {
  bottom: 0;
}
/*swiper*/
.all-swiper-nav {
  position: absolute;
  right: 20px;
  width: 68px;
  border: 2px solid #646464;
  border-radius: 20px;
  padding: 0;
  margin: 0;
  top: 30px;
  display: flex; /* Align items horizontally */
  align-items: center; /* Vertically center icons */
  justify-content: space-between; /* Space the buttons evenly */
  background-color: transparent; /* Ensure no background */
}

.all-swiper-nav button.swiper-nav {
  all: unset;
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

button.swiper-prev.swiper-nav svg:hover {
  background-color: #1e1e1e;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  cursor: pointer;
}
button.swiper-next.swiper-nav svg:hover {
  background-color: #1e1e1e;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  cursor: pointer;
}
.swiper-nav {
  z-index: 10;
  transition: 0.2s ease-in;
}
.eco-swiper-container {
  position: relative;
}
.eco-swiper-container.shadows:after,
.eco-swiper-container.shadows:before {
  content: "";
  position: absolute;
  top: 0;
  width: 20%;
  height: 100%;
  z-index: 6;
  pointer-events: none;
}
.eco-swiper-container.shadows:before {
  right: 0;
  background: linear-gradient(90deg, transparent, #000);
}
.eco-swiper-container.shadows:after {
  left: 0;
  background: linear-gradient(270deg, transparent, #000);
}

#forge {
  position: relative;
  background: url(/assets/images/homepage/dotsbg4.png) no-repeat;
  background-position: center;
}
#forgebg {
  background: url(/assets/images/homepage/forge-bg2kongs.png) no-repeat;
  background-position: left;
  min-height: 930px;
}
.forgelcrystal,
.forgercrystal {
  position: absolute;
}
.forgelcrystal {
  top: 230px;
}
.forgercrystal {
  top: 180px;
  right: 250px;
}
.forgebox {
  background: rgba(13, 1, 1, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-border-radius: 20.52px;
  -moz-border-radius: 20.52px;
  border-radius: 20.52px;
  margin-right: 25px !important;
  width: 100%;
  border: 1px solid #343434;
  padding: 25px;
  min-height: 290px;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.forgebox:hover {
  border-color: var(--theme-font-color);
  background-color: #080707a1;
}
.forgebox.fbox-wbg {
  background: url(/assets/images/homepage/forge-jngl.png) no-repeat;
  background-position: right;
}
.forgebox.fbox-wbg .desc {
  width: 63%;
}
#iecosystem {
  position: relative;
  background: url(/assets/images/homepage/ie-bg.png) no-repeat;
  background-position: center;
  min-height: 1080px;
}
.iecrystall {
  left: 10px;
  top: 150px;
}
.iecrystalr {
  right: 32%;
}
.iebox {
  min-height: 313px;
  background: radial-gradient(
        circle at 100% 100%,
        #151515 0,
        #151515 19px,
        transparent 19px
      )
      0% 0%/20px 20px no-repeat,
    radial-gradient(circle at 0 100%, #151515 0, #151515 19px, transparent 19px)
      100% 0%/20px 20px no-repeat,
    radial-gradient(circle at 100% 0, #151515 0, #151515 19px, transparent 19px)
      0% 100%/20px 20px no-repeat,
    radial-gradient(circle at 0 0, #151515 0, #151515 19px, transparent 19px)
      100% 100%/20px 20px no-repeat,
    linear-gradient(#151515, #151515) 50% 50% / calc(100% - 2px)
      calc(100% - 40px) no-repeat,
    linear-gradient(#151515, #151515) 50% 50% / calc(100% - 40px)
      calc(100% - 2px) no-repeat,
    linear-gradient(344deg, #9a9a9a 0%, #000000 72%);
  border-radius: 20px;
  padding: 15px;
  box-sizing: content-box;
  margin-bottom: 20px;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
}
.iebox img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 10px;
}
.iebox p.title {
  font-weight: 600;
  font-size: 11px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.iebox p.desc {
  font-weight: 300;
  font-size: 14px;
}
#jquatro {
  position: inherit;
}
.jqwrap {
  max-width: 1400px;
  margin: auto;
}
.jqboxinfo {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 20px;
  z-index: 1;
}
.jqboxinfo i.bi-info-circle {
  cursor: help;
}
.jqboxinfo i.bi-x-circle {
  cursor: pointer;
}
.jqbox {
  background: radial-gradient(
        circle at 100% 100%,
        #000000 0,
        #000000 19px,
        transparent 19px
      )
      0% 0%/20px 20px no-repeat,
    radial-gradient(circle at 0 100%, #000000 0, #000000 19px, transparent 19px)
      100% 0%/20px 20px no-repeat,
    radial-gradient(circle at 100% 0, #000000 0, #000000 19px, transparent 19px)
      0% 100%/20px 20px no-repeat,
    radial-gradient(circle at 0 0, #000000 0, #000000 19px, transparent 19px)
      100% 100%/20px 20px no-repeat,
    linear-gradient(#000000, #000000) 50% 50% / calc(100% - 2px)
      calc(100% - 40px) no-repeat,
    linear-gradient(#000000, #000000) 50% 50% / calc(100% - 40px)
      calc(100% - 2px) no-repeat,
    linear-gradient(344deg, #9a9a9a 0%, #000000 72%);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.jqbox.back {
  border: 1px solid #454545;
  position: relative;
  overflow: hidden;
}
.jqboxbg {
  min-height: 620px;
  margin: 1px;
  position: relative;
  border-radius: 21px;
  padding: 20px;
}
.jqboxbgj1 {
  background: url(/assets/images/homepage/jquatro-1.png) no-repeat;
}
.jqboxbgj2 {
  background: url(/assets/images/homepage/jquatro-2.png) no-repeat;
}
.jqboxbgj3 {
  background: url(/assets/images/homepage/jquatro-3.png) no-repeat;
}
.jqboxbgj4 {
  background: url(/assets/images/homepage/jquatro-4.png) no-repeat;
}
.jqbox:hover .jqimg,
.jqbox:focus .jqimg {
  transform: scale(1.1);
}
.jqboxbg .num {
  font-size: 1.09206rem;
  font-weight: 600;
  margin-bottom: 0;
}
.jqboxbg .text {
  font-size: 0.63125rem;
  font-weight: 300;
}
.jqimg {
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.jqimg img {
  height: 462px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.jq-bbox {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.04);
  border: 0.872753px solid rgba(255, 255, 255, 0.1);
  box-shadow: inset 16px 2px 34.4px 6px rgba(83, 96, 115, 0.31);
  backdrop-filter: blur(7.95px);
  border-radius: 11.3458px;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  transition: 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
    li {
      margin-bottom: 12px;
    }
  }
  label {
    color: white;
    font-weight: 400;
    margin-left: 15px;
    margin-top: -5px;
  }
  .bullet {
    color: white;
    font-weight: 500;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bf7e1b;
    position: relative;
  }
  .bullet:before,
  .bullet:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 25px;
    background-color: #bf7e1b;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform-origin: center center;
    animation: pulse 2s linear infinite;
  }
  .bullet:after {
    animation-delay: 1s;
  }
}
.jq-bbox img {
  transition: all 0.5s;
}
.jq-bbox:hover img {
  transform: scale(1.2);
}
.jq-bbox:hover {
  background: rgb(255 173 0 / 15%);
}
.jq-bbox.text-start.mt-5 {
  min-height: 226px;
}
.jq-bbox .title {
  font-size: 1.19594rem;
  font-style: normal;
  font-weight: 600;
}
.row.jqtexttop {
  padding-top: 130px;
}
.row.jqsmbox {
  padding-top: 7px;
}
#junglemap {
  position: inherit;
}
.pbox {
  margin-left: 25px !important;
}
.jmbox {
  background: radial-gradient(
        circle at 100% 100%,
        #151515 0,
        #151515 19px,
        transparent 19px
      )
      0% 0%/20px 20px no-repeat,
    radial-gradient(circle at 0 100%, #151515 0, #151515 19px, transparent 19px)
      100% 0%/20px 20px no-repeat,
    radial-gradient(circle at 100% 0, #151515 0, #151515 19px, transparent 19px)
      0% 100%/20px 20px no-repeat,
    radial-gradient(circle at 0 0, #151515 0, #151515 19px, transparent 19px)
      100% 100%/20px 20px no-repeat,
    linear-gradient(#151515, #151515) 50% 50% / calc(100% - 2px)
      calc(100% - 40px) no-repeat,
    linear-gradient(#151515, #151515) 50% 50% / calc(100% - 40px)
      calc(100% - 2px) no-repeat,
    linear-gradient(344deg, #9a9a9a 0%, #151515 72%);
  -webkit-border-radius: 20.52px;
  -moz-border-radius: 20.52px;
  border-radius: 20.52px;
  margin-left: 25px !important;
  padding: 1px;
  width: 319px !important;
  min-height: 418px !important;
}
.jmcard {
  padding: 10px;
}
.jmtophead {
  position: relative;
}
.jmcomplete,
.jmongoing,
.jmcomingsoon {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: rgba(133, 133, 133, 0.1);
  padding: 0 10px 0 0;
  border-radius: 5px;
  font-size: 0.97125rem;
  font-style: normal;
  font-weight: 600;
}
.jmongoing {
  color: #4bb021;
}
.jmcomingsoon {
  color: #bf871b;
}
.jmtoptitle {
  color: #b6b6b6;
  -webkit-text-stroke-width: 0.9886333346366882;
  -webkit-text-stroke-color: #000;
  font-size: 3.58238rem;
  font-style: normal;
  font-weight: 600;
  margin: auto;
  position: absolute;
  top: 47px;
  width: 100%;
  text-align: center;
  left: 0;
}

.jmcomplete i.tinydot {
  background: url(/assets/images/homepage/images/tinydot.png) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.jmongoing i.tinydot {
  background: url(/assets/images/homepage/tinydotog.png) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.jmcomingsoon i.tinydot {
  background: url(/assets/images/homepage/tinydotcs.png) no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.jmcard .btexts {
  padding: 10px 20px 0;
}
.jmcard img {
  width: 100%;
  border-radius: 14px;
  mix-blend-mode: luminosity;
  opacity: 0.2;
}
.jmcardtitle {
  padding-top: 20px;
  font-size: 12.54px;
  font-weight: 600;
  text-transform: uppercase;
}
.jmcarddesc {
  font-size: 15.4px;
  font-weight: 400;
  color: #5f5f5f;
}
#partners {
  position: inherit;
}
.simply-scroll {
  width: 100%;
  height: 200px;
  margin-bottom: 1em;
}
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 200px;
}
.simply-scroll .simply-scroll-list li {
  float: left;
  width: max-content;
  margin-right: 106px;
  height: max-content;
}
#powers {
  position: inherit;
}
.pvideowrap {
  height: 421px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: radial-gradient(
        circle at 100% 100%,
        #000000 0,
        #000000 18px,
        transparent 18px
      )
      0% 0% / 20px 20px no-repeat,
    radial-gradient(circle at 0 100%, #000000 0, #000000 18px, transparent 18px)
      100% 0% / 20px 20px no-repeat,
    radial-gradient(circle at 100% 0, #000000 0, #000000 18px, transparent 18px)
      0% 100% / 20px 20px no-repeat,
    radial-gradient(circle at 0 0, #000000 0, #000000 18px, transparent 18px)
      100% 100% / 20px 20px no-repeat,
    linear-gradient(#000000, #000000) 50% 50% / calc(100% - 4px)
      calc(100% - 40px) no-repeat,
    linear-gradient(#000000, #000000) 50% 50% / calc(100% - 40px)
      calc(100% - 4px) no-repeat,
    radial-gradient(transparent 63%, #979797 100%);
  border-radius: 20px;
  padding: 0;
  box-sizing: border-box;
}
.pvideowrap video {
  flex: 0;
  min-height: 100%;
  min-width: 100%;
  mix-blend-mode: luminosity;
  opacity: 0.7;
  padding: 2px;
}
.powtexts {
  position: absolute;
  width: 100%;
  text-align: center;
}
.powtexts h3 {
  font-size: 28.66px;
  font-weight: 600;
  width: 540px;
  margin: auto;
  line-height: 29px;
  padding-bottom: 20px;
}
.powtexts p {
  color: var(--theme-font-color);
  font-family: var(--font-toruks);
  font-weight: 100;
  font-size: 4rem;
  margin-bottom: 0;
}
i.jnglcoin {
  background: url(/assets/images/homepage/jnglcoin.com.png) no-repeat;
  width: 27px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}
#footer {
  background-color: #080808;
  font-family: "Manrope", sans-serif;
}
.fsocicons ul li {
  float: left;
  margin-right: 20px;
}
.fsocicons ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
#footer h4.tfc {
  font-size: 16px;
  font-weight: 400;
}
#footer .flinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .flinks ul li {
  padding-top: 8px;
}
#footer .flinks ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
#footer .vrybtm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .vrybtm ul li {
  float: right;
  margin-left: 20px;
}
#footer .vrybtm ul li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.fboxwrap {
  background: radial-gradient(
        circle at 100% 100%,
        #171717 0,
        #171717 15px,
        transparent 15px
      )
      0% 0%/16px 16px no-repeat,
    radial-gradient(circle at 0 100%, #171717 0, #171717 15px, transparent 15px)
      100% 0%/16px 16px no-repeat,
    radial-gradient(circle at 100% 0, #171717 0, #171717 15px, transparent 15px)
      0% 100%/16px 16px no-repeat,
    radial-gradient(circle at 0 0, #171717 0, #171717 15px, transparent 15px)
      100% 100%/16px 16px no-repeat,
    linear-gradient(#171717, #171717) 50% 50% / calc(100% - 2px)
      calc(100% - 32px) no-repeat,
    linear-gradient(#171717, #171717) 50% 50% / calc(100% - 32px)
      calc(100% - 2px) no-repeat,
    linear-gradient(#1a1a1a 32%, #454545 100%);
  border-radius: 16px;
  padding: 18px;
  box-sizing: border-box;
  margin-bottom: 20px;
  width: 88%;
  margin-left: auto;
}
#footer .fboxwrap img {
  float: left;
}
#footer .fboxwrap p {
  margin-left: 47px;
  text-align: right;
}
.fboxwrap p.fbtit {
  color: var(--theme-font-color);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.fboxwrap p.fbsubt {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
#footer .flinks a:hover {
  color: rgba(255, 255, 255, 0.6) !important;
  left: 2px;
  position: relative;
}
#footer .vrybtm a:hover {
  left: 2px;
  position: relative;
  color: #fff !important;
}
/*buttons*/
.btn-primary {
  background-color: #d7d7d71a;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 20px 40px;
}
.btn-primary.md {
  padding: 15px 35px;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.btn-primary2 {
  background-color: #d7d7d71a;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 20px 60px;
}
.btn-primary2.md {
  padding: 15px 60px;
  font-size: 10px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
}
.btn-secondary {
  color: var(--theme-font-color);
  background-color: transparent;
  border: none;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary2:hover {
  background-color: #797a7e63 !important;
  border-color: #fff !important;
}
@media only screen and (max-width: 768px) {
  #main {
    position: relative;
  }
  .overlay {
    button {
      margin-right: unset;
    }
    .overlay-btns {
      padding: 20px;
      .copyright {
        font-size: 11px;
        text-align: center;
      }
      .plinks {
        text-align: center;
        ul li a {
          font-size: 11px;
        }
      }
      .btnsocial ul {
        display: flex;
        justify-content: space-between;
      }
      .btnsocial ul li {
        margin-left: unset;
      }
      .btnsocial ul li a {
        font-size: 12px;
        line-height: 12px;
        padding: 8px 13px;
      }
      .d-flex.justify-content-between {
        flex-direction: column;
      }
    }
  }
  .side-bar {
    background: rgb(0 0 0 / 100%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1px);
    position: fixed;
    z-index: 22;
    border-bottom: 1px solid #616161;
    padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: row;
    height: auto;
    top: 0;
    min-height: auto;
    &amp;::after {
      content: unset;
    }
  }
  #nav-burger {
    width: 35px;
    height: 35px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    span {
      background-color: #f0f0f0 !important;
    }
    span:nth-child(1) {
      top: 10px;
    }
    span:nth-child(2) {
      width: 60%;
      top: 20px;
      right: 0;
      left: unset;
    }
    span:nth-child(3) {
      opacity: 0;
    }
    span:nth-child(4) {
      top: 30px;
    }
  }
  .side-bar__top {
    margin: 0;
  }
  .lcrystal,
  .trcrystal,
  .brcrystal {
    visibility: hidden;
  }
  #hero {
    h1.hero.pb-4 {
      margin-top: 70px;
    }
    img.kongrealm {
      display: none;
    }
    img.kongrealmm {
      display: block !important;
      margin: auto;
    }
  }
  #genesis {
    .desc p {
      width: 100%;
    }
    .tccrystal,
    .gcrystall,
    .tr1crystal,
    .tr2crystal {
      display: none;
    }
    .genbox {
      margin-bottom: 20px;
    }
  }
  #ecosystem {
    .ecobox {
      width: 100%;
    }
    .ecoimg {
      text-align: center;
    }
    .ecoimg,
    .ecocard {
      margin: auto;
    }
  }
  #iecosystem {
    .gencrystals {
      display: none;
    }
  }
  #forge {
    position: relative;
    #forgebg {
      background: none;
    }
    .f2kongm {
      display: block !important;
      margin: auto;
      position: absolute;
      top: 190px;
      left: 0;
    }
    .row.sectitlepb.ps-5 {
      padding-left: 0 !important;
      margin-bottom: 250px;
    }
    .forgelcrystal,
    .forgercrystal {
      visibility: hidden;
    }
    .forgebox.fbox-wbg .desc {
      width: 100%;
    }
  }
  #iecosystem {
    .mbg {
      display: block !important;
      img {
        width: 100%;
        transform: scale(1.1);
      }
    }
  }
  #junglemap {
    .jmbox {
      width: 100%;
    }
  }
  #powers {
    .pvideowrap {
      height: 189px;
    }
    .powtexts {
      h3 {
        width: 100%;
        font-size: 1rem;
      }
      p {
        font-size: 2rem;
      }
    }
  }
  #footer {
    .fboxwrap {
      margin-top: 20px;
      margin-bottom: 10px;
      width: 100%;
    }
    h4.tfc {
      margin-top: 20px;
    }
  }
}
</pre></body></html>