@font-face {
  font-family: Bebas;
  src: url(/asset/typography/Bebas-Regular.ttf); }

@font-face {
  font-family: Gothic;
  src: url(/asset/typography/Gothic.ttf); }

@font-face {
  font-family: GothicB;
  src: url(/asset/typography/GothicB.ttf); }

@font-face {
  font-family: GothicI;
  src: url(/asset/typography/GothicI.ttf); }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.background-image {
  background-image: url('/asset/icons/main-banner.png');
  background-size: cover;
  background-position: top;
  width: 100%;
  position: relative;
  height: 100vh;
}
.main-banner .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main-banner .logo img {
  width: 100%
}
.main-banner .social-media-icons {
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  align-items: center;
}
.main-banner .social-left {
  position: absolute;
  left: 10px;
}
.main-banner .social-right {
  position: absolute;
  right: 10px;
}
.main-banner .social-media-icons a {
  display: block;
  margin: 10px 0;
}
.main-banner .social-media-icons img {
  width: 40px;
}

.dark-green {
  background-color: #081823 !important;
}
.green {
  background-color: #0E2331 !important;
}
.orange {
  color: #EDCB9B !important;
}
html {
  font-size: 100%; }

.main-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.main-container .inner-container .icons{
  gap: 10px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -80px;
  background-color: white;
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  list-style-type: none;
  padding: 0;
  margin: 0; }

.dropdown-menu li {
    padding: 8px 16px; }

.dropdown-menu li a {
  text-decoration: none;
  font-size: 1.2rem;
  color: black !important;
  display: block; }

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.white-paper, .community-container {
  margin-top: 0; }

.pdf-container {
  width: 100%;
  height: 100vh;
  border: none; }

.pdf-container iframe {
  width: 100%;
  border: none;
  height: 100vh; }

.linktree-section {
  border: none;
  background-color: white;
  color: rgb(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0, 0.2, 0.5, 3) 0s;
  box-shadow: rgba(10, 11, 13, 0.08) 0px 2px 4px 0px;
  border-radius: 25px;
  margin: 0 auto;
  padding: 8px;
  width: 200px; 
  font-weight: bolder;
  text-decoration: none;
  justify-content: center; }

.social-section {
  border: none;
  background-color: white;
  color: rgb(0, 0, 0);
  transition: transform 0.3s cubic-bezier(0, 0.2, 0.5, 3) 0s;
  box-shadow: rgba(10, 11, 13, 0.08) 0px 2px 4px 0px;
  border-radius: 4px;
  margin: 0 auto;
  margin-bottom: 16px;
  padding: 8px;
  text-decoration: none;
  width: 600px; }

.social-section:hover, .linktree-section:hover{
  transform: scale(1.05);
  background-color: #f0f0f0; }

.social-section .social-section-item {
  transition: color 0.3s ease; }

.social-section p, .linktree-section p{
  color: black;
  font-size: 16px;
  margin: 0;
  font-weight: bolder; }

.social-section img{
  width: 50px; }

body {
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #0E2331; }

#main-content {
  flex: 1;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  z-index: 5;
}

.hamburger span {
  background: #fff;
  height: 3px;
  margin: 4px 0;
  width: 25px;
}

.inner-container {
  max-width: 1920px;
  margin: 0 auto; }
  .inner-container .data-info {
    font-family: Bebas;
    font-size: 3rem;
    max-width: 958px;
    text-align: left; }
  .inner-container .data-info-coming {
    margin-top: 5rem;
    font-family: Bebas;
    font-size: 3rem;
    text-align: center; }
  .inner-container .coin-img {
    height: 400px; }
  .inner-community-container .coin-img {
    height: 100px; }
  .inner-container .mar-h {
    margin-left: 50px;
    margin-right: 50px; }

.link-container {
  font-family: Bebas;
  background-color: #0E2331;
  color: #fff;
  text-align: center;
  padding: 0 100px; }

.sec-container {
  padding: 0 60px 100px;
  font-family: Gothic;
  background-color: #081823;
  color: #fff; }
  .sec-container.global {
    padding: 0 100px 0px; }
  .sec-container .logo {
    gap: 0.5rem;
    font-family: Bebas; }
  .sec-container .logo .logo-info {
    align-items: start; }
    .sec-container .logo .main {
      line-height: 1.3rem;
      font-size: 2rem; }
    .sec-container .logo .sec {
      font-size: 1rem; }
  .sec-container ul {
    font-size: 1.5rem;
    z-index: 2;
    gap: 2rem; }
    .sec-container ul li {
      list-style: none;
      font-family: Bebas; }
      .sec-container ul li a {
        text-decoration: none;
        color: #fff; }
  .sec-container .body-container .data-info {
    font-family: Bebas;
    font-size: 3rem;
    max-width: 100%;
    color: #EDCB9B;
    text-align: center !important; }
    .sec-container .body-container p {
      color: #EDCB9B;
      font-size: 1.5rem;
    }
  .sec-container .body-container .btn-sec {
    gap: 1rem; }
    .sec-container .body-container .btn-sec a {
    z-index: 2;}
    .sec-container .body-container .btn-sec button {
      font-family: Gothic;
      color: #fff;
      border: 1px solid #EDCB9B;
      outline: none;
      background-color: transparent;
      border-radius: 0.5rem;
      font-size: 1.3rem;
      font-weight: bolder;
      padding: 0.6rem 2rem; }
      .sec-container .body-container .btn-sec button.active {
        background-color: #EDCB9B; }
      .sec-container .body-container .btn-sec button:hover {
        background-color: #EDCB9B; }

.other-container {
  padding: 0 100px; }
  .other-container .features {
    margin-top: -90px;
    color: #fff;
    background-color: #121e4a;
    max-width: 1611px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #EDCB9B;
    border-radius: 5px;
    padding: 4rem; }
    .other-container .features .feature {
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
      text-align: center;
      padding-bottom: 4rem; }
      .other-container .features .feature .head {
        font-family: Bebas;
        font-size: 1.5rem; }
  .other-container .aboutus {
    margin-top: 4rem;
    text-align: left;
    font-family: Bebas;
    color: #EDCB9B;
    font-size: 3.2rem; }
  .other-container .intro {
    display: block;
    color: #EDCB9B;
    text-align: left;
    font-family: GothicB;
    font-size: 1.2rem; }
  .other-container .intro_bb {
    padding: 2px;
    width: 100px;
    margin-bottom: 3rem;
    background-color: #EDCB9B; }
  .other-container .aboutus-info {
    color: #fff;
    margin-bottom: 2rem;
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 1px; }

.token-container {
  padding: 0 100px 100px; }
  .token-container .aboutus {
    margin-top: 4rem;
    text-align: center;
    font-family: Bebas;
    color: #EDCB9B;
    font-size: 3.2rem; }
  .token-container .intro {
    display: block;
    color: #EDCB9B;
    text-align: center;
    font-family: GothicB;
    font-size: 1.2rem; }
  .token-container .intro_bb {
    padding: 2px;
    width: 100px;
    margin-bottom: 3rem;
    background-color: #EDCB9B; }
  .token-container .tile {
    border-radius: 8px;
    background-color: #EDCB9B;
    transition: transform 0.3s ease, background-color 0.3s ease;
    padding: 2rem 1rem; }
  .token-container .tile:hover {
    transform: scale(1.1); }
  .token-container .tile .heading {
      font-size: 1.6rem;
      font-family: Bebas;
      font-weight: bold; }
  .token-container .tile .value {
    font-weight: bold; }

.rest-information {
  margin: 10rem auto;
  margin-bottom: -90px;
  color: #fff;
  background-color: #121e4a;
  border: 1px solid #EDCB9B;
  border-radius: 5px;
  padding: 4rem; }
  .rest-information .card-info {
    gap: 1.5rem; }
    .rest-information .card-info .head {
      font-family: Bebas;
      font-size: 1.5rem; }

footer {
  background-color: #0E2331 !important; }
  footer .footer {
    max-width: 1920px;
    margin: 0 auto 0; }
    footer .footer .logo {
      gap: 0.5rem;
      font-family: Bebas; }
    footer .footer .main {
      color: #fff;
      font-size: 2.5rem; }
    footer .footer .logo-info {
      text-align: left; }
    footer .footer .copyright {
      font-family: GothicB; }
    footer .footer .icons {
      gap: 0.8rem; }
    footer .footer .icons a {
      font-size: 1.3rem;
      color: #FFFFFF;
      text-decoration: none;}
    footer .footer .icons a:not(:last-child)::after {
      content: '|';
      margin-left: 0.8rem;
    }

.cls-1,
.cls-2 {
  fill: red; }

.black {
  color: #000 !important;
}

.choose-us .choose-us-container {
  display: flex;
  gap: 20px;
}

.choose-us .card {
  border: 1px solid #EDCB9B;
  border-radius: 5px;
  background-color: #0E2331;
  padding: 2rem;
  flex: 1;
  transition: all 0.3s ease-out 0s;
  position: relative;
  top: 0px;
}

.choose-us .card:hover {
  top: -4px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);
  border-bottom: 4px solid #EDCB9B;
}

.choose-us .card .round-image {
  display: flex;
  justify-content: center;
}

.choose-us .card .round-image img {
  width: 8rem;
  border-radius: 100px;
  height: 8rem;
  border: 3px solid #EDCB9B;
}

.choose-us .card .heading {
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.75rem;
  font-weight: bold;
  text-align: center;
}

.choose-us .card .value {
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
}

.connect-us .icons{
  gap: 20px;
  align-items: center;
}
.connect-us .email {
  font-family: unset;
}
.coming-soon {
  font-size: 2rem !important;
}
@media screen and (max-width: 991px) {
  .main-banner .logo {
    position: absolute;
    top: 30%;
    left: 0;
    transform: scale(1.5);
  }
  .main-banner .social-media-icons {
    transform: scale(1.5);
    flex-direction: row;
  }
  .main-banner .social-left {
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main-banner .social-right {
    top: 90%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
  }
  .main-banner .social-media-icons img {
    width: 60px;
  }
  .choose-us .choose-us-container {
    flex-direction: column;
  }
  .nav-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -250px; /* Start hidden off the screen */
    width: 250px;
    height: 100%;
    background-color: #fff;
    padding-top: 60px;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    z-index: 3 !important;
    align-items: center;
    border: 1px solid #EDCB9B;
    padding-left: 0 !important;
  }
  .nav-menu li a{
    color: black !important;
  }
  .nav-menu.active {
    right: 0; /* Slide in the menu */
  }
  .hamburger {
      display: flex;
  }
  .close-btn {
    display: block !important;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    z-index: 5; /* Ensure it's on top of everything */
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 70%; }
  .main-container .inner-container {
    flex-direction: column;
  }
  .main-container .inner-container .icons{
    margin-top: 10px;
  }
  .sec-container {
    padding-left: 5rem;
    padding-right: 5rem; }
    .sec-container.global {
      padding-left: 5rem;
      padding-right: 5rem; }
  .coin-img {
    height: 200px !important; }
  .mar-h {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .other-container {
    padding-left: 5rem;
    padding-right: 5rem; }
    .other-container .features {
      padding: 1rem; }
    .other-container .aboutus-info {
      max-width: 100%; }
  .token-container {
    padding-left: 0;
    padding-right: 0; }
  .tile {
    margin-bottom: 1rem; }
  .mar-5 {
    margin-top: 5rem; }
  .content {
    gap: 3rem;
    flex-direction: column; }
  .copyright {
    margin-top: 1rem;
    text-align: center !important; }
  .social-section { 
    width: 400px; }
  .social-section p, .linktree-section p{
    font-size: 14px; }
  .link-container {
    padding-left: 5rem;
    padding-right: 5rem; } 
.choose-us .choose-us-container {
  flex-direction: column;
}
  @keyframes marquee {
    0% { transform: translateX(100%); } /* Starts off-screen to the right */
    100% { transform: translateX(-100%); } /* Moves off-screen to the left */} 
}

@media screen and (max-width: 480px) {
  nav {
    flex-direction: row; } 
  .sec-container .logo .main {
    display: none !important; }
  .sec-container .logo .sec {
    display: none !important; }
  .link-container {
    padding-left: 2rem;
    padding-right: 2rem; }
  .sec-container ul {
    gap: 1rem;
    font-size: 1.5rem; }
  .social-section { 
    width: 320px; }
  .social-section p, .linktree-section p{
    font-size: 12px; }
}
