* {
  scroll-behavior: smooth;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
}

header {
  margin: 0 auto;
  background: url("/assets/bg_header.webp") no-repeat center;
  background-size: cover;
  background-position: center;
}
header.transparent {
  background: url("/assets/bg_header_transparent.webp") no-repeat center;
  background-size: cover;
  background-position: center;
}
header.transparent .nav-menu li a {
  color: hsl(259, 32%, 33%);
}
header .nav-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .nav-menu li {
  color: #4B3A70;
}
header .nav-menu li:not(header .nav-menu li:last-child) {
  margin-right: 50px;
}
header .nav-menu li a {
  display: flex;
  align-items: center;
}

.leading-auto {
  line-height: auto;
}

.leading-12 {
  line-height: 48px;
}

.leading-15 {
  line-height: 60px;
}

.leading-18 {
  line-height: 72px;
}

.leading-20 {
  line-height: 80px;
}

.rounded-20 {
  border-radius: 20px;
}

.bg-primary {
  background-color: #7629E4;
}

.bg-dark-purple {
  background-color: #341263;
}

.bg-dark-purple-secondary {
  background-color: #3B1670;
}

.bg-semi-white {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-gradient {
  background-image: linear-gradient(145deg, #5ECFFF 0%, #7B29FF 100%);
}

.bg-blur {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.5);
}

.text-purple {
  color: #4B3A70;
}

.text-dark-purple {
  color: #341263;
}

.text-semi-white {
  color: #EFF3FF;
}

.pl-primary {
  padding-left: 26px;
}

.mt-15 {
  margin-top: 60px;
}

.mt-20 {
  margin-top: 80px;
}

.dropdown-mobile {
  width: 100%;
  height: 70vh;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  transition: 0.5s cubic-bezier(0.8, -0.4, 1, 1.5);
  transform: translate(-100%, 0);
}
.dropdown-mobile.show {
  opacity: 1;
  transform: translate(0, 0);
}

.overlay-mobile.active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 8px 15px;
  color: #EFF3FF;
  font-size: 10px;
  font-weight: 600;
  border-radius: 30px;
  font-family: "Nunito", sans-serif;
}
.btn.btn-lg {
  min-width: 175px;
}
.btn.btn-primary {
  background-color: #6918DF;
}
.btn.btn-secondary {
  background-color: #FF3596;
}
.btn.btn-white {
  background-color: #FFFFFF;
  color: #6918DF;
}
.btn.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
}
.btn.disabled {
  background-color: rgba(75, 58, 112, 0.05);
  color: #CFD3DF;
}

.section-one {
  background: url("/assets/bg_section_1.webp") no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding-bottom: 30px;
}

.box-earning {
  background-color: rgba(23, 13, 69, 0.5);
}

.section-two {
  background-color: #00030A;
  position: relative;
}
.section-two .section-intro {
  height: -moz-fit-content;
  height: fit-content;
}
.section-two .section-intro .bg-absolute {
  position: absolute;
  top: 0;
  right: 0;
  background: url("/assets/bg_introducing.webp") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-tap {
  background: url("/assets/bg_tap_home.webp") no-repeat;
  background-size: contain;
  background-position: top center;
  position: relative;
  padding: 120px 0 30px;
}

.last-section-home {
  background-image: url("/assets/bg_section_3.webp"), url("/assets/bg_section_4.webp");
  background-repeat: no-repeat;
  background-size: 100% 50%, 100% 50%;
  background-position: top, bottom;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

.card-list li {
  flex: 0 0 208px;
}
.card-list .container-img {
  border-radius: 8px 8px 0 0;
}
.card-list .card-desc {
  border-radius: 0 0 8px 8px;
}

.card-news {
  min-width: 33.3333333333%;
}
.card-news .container-img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
}
.card-news .container-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.card-news .card-desc {
  padding: 10px;
  text-align: left;
  color: #4B3A70;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.card-news .card-desc small {
  margin-bottom: 2px;
}
.card-news .card-desc h4 {
  font-size: 13px;
  margin-bottom: 2px;
  font-weight: 500;
}
.card-news .card-desc a {
  font-size: 10px;
  font-weight: 400;
}

.features-page {
  background: url("/assets/bg_app_features.webp") no-repeat;
  height: -moz-fit-content;
  height: fit-content;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.mantle {
  width: 55px;
  height: 15px;
}

.section-token-one {
  background: url("/assets/bg_token_1.webp") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.section-token-two {
  background: url("/assets/bg_token_2.webp") no-repeat;
  height: -moz-fit-content;
  height: fit-content;
  background-size: cover;
  background-position: top center;
  position: relative;
}

.section-token-three {
  background: url("/assets/bg_token_3.webp") no-repeat;
  height: -moz-fit-content;
  height: fit-content;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding-bottom: 30px;
}

.section-token-four {
  background: url("/assets/bg_token_4.webp") no-repeat;
  height: -moz-fit-content;
  height: fit-content;
  background-size: contain;
  background-position: top center;
  position: relative;
  background-color: #341263;
  padding: 120px 0 20px;
}

.dummy-step-img {
  max-width: 413px;
  display: block;
}

.marquee {
  background-color: #FFFFFF;
  padding: 12px 0;
}

.animate-marquee {
  animation: marquee 25s linear infinite;
}
.animate-marquee img:not(.animate-marquee img:last-child) {
  margin-right: 15px;
}
.animate-marquee img:first-child {
  width: 48.77px;
  height: 50px;
}
.animate-marquee img:nth-child(2) {
  width: 305.06px;
  height: 40px;
}
.animate-marquee img:nth-child(3) {
  width: 74.18px;
  height: 50px;
}
.animate-marquee img:nth-child(4) {
  width: 55px;
  height: 55px;
}
.animate-marquee img:nth-child(5) {
  width: 282.74px;
  height: 50px;
}
.animate-marquee img:nth-child(6) {
  width: 195.38px;
  height: 40px;
}
.animate-marquee img:nth-child(7) {
  width: 100.53px;
  height: 35px;
}
.animate-marquee img:nth-child(8) {
  width: 85.71px;
  height: 30px;
}
.animate-marquee img:nth-child(9) {
  width: 160px;
  height: 50px;
}
.animate-marquee img:nth-child(10) {
  width: 96.02px;
  height: 50px;
}
.animate-marquee img:nth-child(11) {
  width: 135.02px;
  height: 40px;
}
.animate-marquee img:last-child {
  width: 120.24px;
  height: 40px;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.section-tokenomics {
  background-color: #341263;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px 0;
}
.section-tokenomics .tokenomics-obj {
  width: 185px;
  margin: 0 auto;
  height: 105px;
}
.section-tokenomics .tokenomics-pie {
  width: 90%;
  margin: 30px 0;
}
.section-tokenomics ul.list-distribution {
  list-style: none;
}
.section-tokenomics ul.list-distribution li {
  width: 100%;
  margin: 0 auto;
}
.section-tokenomics ul.list-distribution li div {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.section-roadmap {
  background-color: #341263;
  height: auto;
}
.section-roadmap .splide__slide {
  border-radius: 8px;
  padding: 12px 0;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.section-roadmap .splide__slide .check {
  width: 18px;
  height: 18px;
  display: block;
  margin-left: 12px;
}
.section-roadmap .splide__slide .gradient-bar {
  min-width: 149px;
  height: 3px;
  background-image: linear-gradient(145deg, #7B29FF, #5ECFFF);
  border-radius: 50px 0 0 50px;
  margin-left: auto;
}
.section-roadmap .splide__slide ul {
  list-style-position: inside;
  list-style-type: disc;
  max-height: 170px;
  padding-right: 8px;
}

.rounded-img-gradient {
  position: relative;
  width: 75px;
  height: 75px;
  overflow: hidden;
  padding: 4px;
  border-radius: 50%;
}
.rounded-img-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
  border-radius: 50%;
  background: linear-gradient(180deg, #7B29FF 0%, #5FCEFF 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.rounded-img-gradient img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.visible-scroll {
  overflow-y: scroll;
}
.visible-scroll::-webkit-scrollbar-thumb {
  width: 8px;
  height: 4px;
  border-radius: 10px;
  background: rgba(123, 41, 255, 0.25);
  box-shadow: inset 0 0 5px rgba(230, 230, 230, 0.5);
}
.visible-scroll::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 5px rgba(230, 230, 230, 0.5);
}

.section-private-sale {
  background: url("/assets/bg_privatesale.webp") no-repeat top center;
  background-size: cover;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 600px;
  padding: 100px 0 30px;
  position: relative;
}

.step-to-buy {
  flex: 0 0 165px;
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

.section-advertisers,
.section-detail-news,
.section-faq {
  height: -moz-fit-content;
  height: fit-content;
  background: url("/assets/bg_advertisers.webp") no-repeat top center;
  background-size: cover;
  position: relative;
  padding-bottom: 30px;
}

.section-expand .collapse-parent {
  position: relative;
}
.section-expand .collapse-parent::after {
  position: absolute;
  content: "";
  background: url("/assets/chevron_down.webp") no-repeat right center;
  right: 0;
  background-size: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.input-adv {
  width: 100%;
  border-radius: 3px;
  padding: 12px;
  margin-bottom: 12px;
  background-color: rgba(75, 58, 112, 0.05);
}
.input-adv::-moz-placeholder {
  color: rgba(75, 58, 112, 0.4);
  font-weight: 400;
  font-size: 12px;
  line-height: auto;
}
.input-adv::placeholder {
  color: rgba(75, 58, 112, 0.4);
  font-weight: 400;
  font-size: 12px;
  line-height: auto;
}

.section-news {
  background: url("/assets/bg_news.webp") no-repeat center;
  background-size: cover;
  background-position: top center;
  position: relative;
  padding-bottom: 30px;
}

.input-email {
  background-color: #6A20D5;
  height: 38px;
}

.input-email::-moz-placeholder {
  font-size: 11px;
  line-height: auto;
  color: #EFF3FF;
  font-weight: 200;
}

.input-email::placeholder {
  font-size: 11px;
  line-height: auto;
  color: #EFF3FF;
  font-weight: 200;
}

.card-benefits {
  width: 165px;
  flex: 0 0 165px;
}

.card-service {
  width: 166px;
  flex: 0 0 165px;
}

.right-small-cols {
  background-color: #541CA5;
}

.text-loading {
  display: none;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.splide__arrow {
  width: 30px;
  height: 30px;
}
.splide__arrow svg {
  width: 12px;
  height: 12px;
}

.splide__track {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.splide__list .splide__slide img:not(.sm-icon) {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px 10px 0 0;
}
.splide__list .splide__slide .card-desc {
  border-radius: 0 0 10px 10px;
}
.splide__list .splide__slide.is-active {
  border: none !important;
}

.member-list .flex.flex-col {
  width: calc(33.3333333333% - 10px);
  margin-bottom: 15px;
}
