body {
  font-family: "Sora", "sans-serif";
  overflow-x: hidden !important;
}

.swiper {
  overflow: hidden;
}



.scroll-wrapper {
  overflow: hidden;
  position: relative;
}

.scroll-container {
  display: flex;
  gap: 20px;
  transition: transform 0.8s ease-in-out;
}


.nft-card img {
  height: 200px;
  object-fit: cover;
}

.verified {
  color: #20c997;
  font-size: 14px;
}

.navbar-toggler {
  border: none !important;
  box-shadow: none !important;
}

.nft-card {
  min-width: 320px;
  flex-shrink: 0;
  border-radius: 14px;
  border: none;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  background-color: transparent !important;
  transition: all 0.3s ease;
}

/* hover effect (optional but sweet) */
.nft-card:hover {
  transform: translateY(-6px);
}

a {
  text-decoration: none;
  color: inherit;
}



.swiper {
  background: transparent !important;
}


.swiper-slide {
  width: 320px !important;
}

.coin {
  height: 25px !important;
}


/* terms of service css */

.terms-hero {
  background-color: #111;
  color: #fff;
  padding: 60px 0 40px;
}

.terms-hero h1 {
  font-size: 2.5rem;
  font-weight: 800;
}

.terms-hero p {
  color: #aaa;
  font-size: 0.95rem;
}

.terms-body {
  background: #fff;
  border-radius: 16px;
  padding: 48px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  margin-top: -30px;
  position: relative;
}

.section-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 8px;
  border-bottom: 2px solid #f0f0f0;
}

.terms-body ul {
  list-style: none;
  padding-left: 0;
}

.terms-body ul li {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  font-size: 0.93rem;
  line-height: 1.7;
  color: #444;
}

.terms-body ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #212529;
  font-weight: bold;
}

.terms-body ul li strong {
  color: #111;
}

.toc {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 2rem;
}

.toc h6 {
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #888;
}

.toc a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  padding: 4px 0;
  transition: color 0.2s;
}

.toc a:hover {
  color: #000;
  font-weight: 600;
}

.badge-updated {
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 0.75rem;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
}

footer {
  background: #111;
  color: #aaa;
  padding: 24px 0;
  font-size: 0.85rem;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .terms-body {
    padding: 28px 20px;
  }

  .terms-hero h1 {
    font-size: 1.8rem;
  }
}