  :root {
    --primary-color: #8bf704;
    --primary-color-dark: #7de004;
    --gray-color: #8c9bab;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  * {
    box-sizing: border-box;
    -webkit-font-smoothing: inherit;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  figure {
    margin: 0;
  }
  ul,
  ol,
  li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  body {
    font-family: "Inter Tight", serif;

    background-color: #1d2125;
    color: #b6c2cf;
  }
  .gray-color {
    color: var(--gray-color);
  }
  .app-nav {
    padding-block: 10px;
    border-bottom: 1px solid rgba(166, 197, 226, 0.16);
    backdrop-filter: blur(6px);
    background-color: rgba(0, 0, 0, 0.2);
  }
  .app-nav-items a {
    font-family: "Instrument Sans", serif;
    font-size: 17px;
    font-weight: 600;
    color: var(--gray-color);
    border-radius: 12px;
    padding: 16px 20px;
    transition: 200ms;
  }
  .app-nav-items a:hover {
    color: #fff;
    background-color: #131314;
  }

  .cta-btn {
    padding: 12px 20px;
    font-weight: 600;
    font-size: 17px;
    background-color: var(--primary-color);
    border-radius: 34px;
    color: #000;
    transition: 200ms;
  }
  .cta-btn:hover {
    background-color: var(--primary-color-dark);
  }
  .join-banner {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 25px;
    background-color: rgb(24, 24, 26);
    border: 1px solid rgb(40, 40, 44);
    padding: 5px 12px;
    text-align: start;
  }
  .join-banner .avatars img {
    margin-left: -7px;
  }
  img.avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .section-title {
    font-size: 4rem;
    font-weight: 700;
  }
  @media screen and (width<=768px) {
    .section-title {
      font-size: 2rem;
    }
  }
  .section-tag {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 10px 12px;
    margin-bottom: 10px;
    border: 1px solid rgba(166, 197, 226, 0.16);
    border-radius: 100px;
    background-color: rgb(19, 19, 21);
  }
  .dwnld-app-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
  .app-store-btn,
  .go-play-btn {
    width: 200px;
  }
  .dwnld-app-btns a {
    text-align: left;
    border: 1px solid rgba(166, 197, 226, 0.16);
    border-radius: 12px;
    background-color: rgba(161, 189, 217, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 10px;
    transition: 200ms;
  }
  .dwnld-app-btns a:hover {
    background-color: rgba(161, 189, 217, 0.2);
  }
  .card-bg {
    border-radius: 20px;
    background-color: rgba(5, 5, 5, 0.4);
    border: 1px solid rgba(166, 197, 226, 0.16);
  }
  .card-bg-secondary {
    border-radius: 20px;
    background-color: rgb(29, 33, 37);
    border: 1px solid rgba(166, 197, 226, 0.16);
  }
  .with-gradient {
    position: relative;
  }
  .with-gradient::after,
  .with-gradient::before {
    content: "";
    position: absolute;
    inset-inline: 0;
    bottom: 0;
    background: linear-gradient(
      180deg,
      rgba(29, 33, 37, 0) 0%,
      rgb(29, 33, 37) 100%
    );
  }

  .with-gradient::after {
    height: 130px;
  }

  .with-gradient::before {
    height: 254px;
  }
  .special-bg {
    position: relative;
  }

  .special-bg::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: url('/images/home/G5E3Hg44KVQi3oAJd4bMzA4lC4k.svg');
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
  }

  .marquee-list .swiper-wrapper {
    height: auto;
    transition-timing-function: linear; /* for continuous autoplay (like marquee) */
  }

  .marquee-list .swiper-slide {
    height: auto;
  }

  .marquee-list .swiper-slide > .slide-item {
    height: 100%;
    padding: 1.5rem;
    text-align: left;
    font-size: 17px;
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.1) 0%,
      rgb(0, 0, 0) 100%
    );
  }
  .faqs-accordion {
    width: min(100%, 795px);
    margin-inline: auto;
    text-align: left;
  }
  .faqs-accordion .accordion-item {
    background-color: #18181a;
    color: #fff;
    border: 0;
    border-radius: 14px;
  }
  .faqs-accordion .accordion-button {
    box-shadow: none;
    color: inherit;
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    padding-block: 22px;
  }
  .faqs-accordion .accordion-button::after {
    background-image: url('/images/home/mHa1SilBp9GVaW3Ir0GF3IPLVk.svg');
    background-size: 1.5rem;
    transform: none;
  }
  .accordion-button:not(.collapsed)::after {
    background-image: url('/images/home/AJdkGv0O4ZlRScfaznonakDPM0.svg');
  }