@import url('https://fonts.googleapis.com/css2?family=Glory:ital,wght@0,100..800;1,100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Iceland&display=swap');

.iceland-regular {
  font-family: "Iceland", sans-serif;
  font-weight: 400;
  font-style: normal;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Glory", sans-serif;
}
body {
  background: #05070c;
  color: white;
  line-height: 1.6;
  overflow-x: hidden;
}
#navbar {
  transition: all 0.3s ease;
}

.nft-solutions-section {
  position: relative;
  padding: 140px 24px 160px;
  background: radial-gradient(
    circle at top,
    #0f0a22 0%,
    #0b0f2a 45%,
    #05070c 100%
  );
  overflow: hidden;
}

.nft-container {
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

/* Capsule */
.nft-pill {
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 999px;
  background: rgba(168, 85, 247, 0.15);
  color: #c4b5fd;
  margin-bottom: 24px;
}

.about-pill {
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 999px;
  background:#202429;
  color: white;
  margin-bottom: 24px;
}


/* Heading */
.nft-heading {
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  font-weight: 600;
  margin-bottom: 80px;
}

/* Cards layout */
/* .nft-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
} */

/* Card */
.nft-card {
  position: relative;
  padding: 50px 26px 90px;
  border-radius: 26px;
  background:
    linear-gradient(
      to bottom,
      rgba(255,255,255,0.08),
      rgba(255,255,255,0.02),
      rgba(255,255,255,0)
    );
  backdrop-filter: blur(10px);
  overflow: hidden;
}

/* MELT EFFECT */
/* .nft-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 70px;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0),
    #05070c
  );
} */

/* Icon */
.nft-icon {
  margin: auto;
  margin-bottom: 26px;
  display: grid;
  place-items: center;
}

/* Text */
.nft-card h4 {
  font-size: 26px;
  margin-bottom: 12px;
}

.nft-card p {
  font-size: 19px;
  color: rgba(255,255,255,0.7);
}

/* Index number */
.nft-index {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 42px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 1024px) {
  .nft-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .nft-cards {
    grid-template-columns: 1fr;
  }
}

.cyfonii-section {
  padding: 140px 24px;
  background: radial-gradient(
    circle at top right,
    #2a1b5d 0%,
    #0b0f2a 45%,
    #05070c 100%
  );
  overflow: hidden;
}

.cyfonii-container {
  max-width: 1400px;
  margin: auto;
}

/* Top */
.cyfonii-top {
  text-align: center;
  margin-bottom: 90px;
}

.cyfonii-pill {
  display: inline-block;
  padding: 8px 18px;
  font-size: 12px;
  border-radius: 999px;
  background: rgba(168, 85, 247, 0.15);
  color: #c4b5fd;
  margin-bottom: 18px;
}

.cyfonii-heading {
  font-size: clamp(2.4rem, 5vw, 3.5rem);
}

/* Content split */
.cyfonii-content {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Cards */
.cyfonii-cards {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.cy-card {
  position: relative;
  padding: 28px 28px 48px;
  border-radius: 20px;
  /* background: linear-gradient(
    to bottom,
    rgba(255,255,255,0.10),
    rgba(255,255,255,0.04),
    rgba(255,255,255,0)
  ); */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  overflow: hidden;
}

/* MELT */
/* .cy-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 60px;
  background: linear-gradient(
    to bottom,
    rgba(255,255,255,0),
    #05070c
  );
} */


.cy-card-inner {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}


.cy-icon {
  flex-shrink: 0;
}


.cyfonii-visual {
  position: relative;
  display: grid;
  place-items: center;
}

.cyfonii-visual img {
  max-width: 100%;
  filter: drop-shadow(0 30px 80px rgba(168,85,247,0.35));
}


/* Responsive */
@media (max-width: 1024px) {
  .cyfonii-content {
    grid-template-columns: 1fr;
  }

  .cyfonii-visual {
    order: -1;
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .cy-card-inner {
    gap: 14px;
  }
}

/* Capsule */
.capsule {
  display: inline-block;
  padding: 6px 14px;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  margin-bottom: 12px;
}

/* Title */
.pricing-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 600;
}
.pricing-title span {
  background: linear-gradient(90deg,#8b5cf6,#22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Card base (NO BORDER) */
.pricing-card {
  position: relative;
  border-radius: 22px;
  padding: 1px;
  background: transparent;
  transition: all 0.4s ease;
}

/* Gradient line ONLY ON HOVER */
.pricing-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;
  background: linear-gradient(120deg,#8b5cf6,#22d3ee);
  opacity: 0;
  transition: opacity 0.4s ease;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}

/* Hover effect */
.pricing-card:hover::before {
  opacity: 1;
}

/* INNER LIGHT CARD */
.inner-card {
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.066),
    rgba(255,255,255,0.02)
  );
  backdrop-filter: blur(20px);
  border-radius: 22px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.inner-panel {
  /* background: linear-gradient(
    180deg,
    rgba(0,0,0,0.35),
    rgba(0,0,0,0.55)
  ); */
  background: #05070c;
  border-radius: 18px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* .plan-capsule {
  display: inline-block;
  padding: 4px 12px;
  font-size: 11px;
  letter-spacing: 1px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  width: fit-content;
  margin-bottom: 14px;
} */
.plan-capsule {
  display: inline-block;
  padding: 4px 12px;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 999px;
  background: transparent;
  width: fit-content;
  margin-bottom: 14px;
  position: relative;
  color: white;
  /* opacity: 0.9; */
}

/* Gradient border */
.plan-capsule::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 1px;
  background: linear-gradient(120deg, #8a5cf698, #22d3ee9b);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}


/* Plan tag */
.plan-tag {
  font-size: 12px;
  letter-spacing: 1px;
  opacity: 0.7;
}

/* Price */
.price {
  font-size: 36px;
  font-weight: 600;
  margin: 20px 0;
  /* color: #6efdde; */
}
.price span {
  font-size: 14px;
  opacity: 0.6;
}
/* Button (gradient stroke by default) */
.pricing-btn {
  width: 100%;
  padding: 12px 0;
  border-radius: 999px;
  background: transparent;
  color: white;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.pricing-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 1px;
  background: linear-gradient(120deg,#8b5cf6,#22d3ee);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}

.arrow {
  display: inline-block;
  margin-left: 8px;
  transition: transform 0.3s ease;
}


/* Button hover → filled */
.pricing-card:hover .pricing-btn {
  background: linear-gradient(120deg,#8b5cf6,#22d3ee);
}
.pricing-card:hover .pricing-btn::before {
  opacity: 0;
}

.social-icon:hover {
  transform: scale(1.25) translateY(-0.25rem);
  color: #cdd714;
  filter: drop-shadow(0 0 8px rgba(205, 215, 20, 0.7));
}

.marquee-text {
  font-size: clamp(2rem, 6vw, 6rem);
  font-weight: 900;
  opacity: 0.3;
  line-height: 1;
  white-space: nowrap;
  background: linear-gradient(to bottom, #6833e2, #22d3ee);
  -webkit-background-clip: text;
  color: transparent;
}

.bg-themeColor5{
  opacity: 1;
  background-color: rgba(45, 1, 246, 1);
}
.bg-themeColor6{
  opacity: 1;
background-color: rgb(7 247 211 / var(--tw-bg-opacity));
}

.swiper {
  width: 100%;
  padding: 80px 0;
  overflow: hidden;
}

.swiper-slide img {
  /* width: 100%; */
  /* height: 100%; */
  object-fit: cover;
  display: block;
  width: 100%;
}

.swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
}

.swiper-slide {
  width: 480px !important;
  flex-shrink: 0 !important;
  width: 300px;
  height: 300px;
  background-position: center;
  background-size: cover;
}


