body {
  font-family: "Lato", "Roboto", sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #222;
}
.favicon {
  width: 32px;
  height: 32px;
}
.container {
  padding: 20px;
  max-width: 1300px;
  margin: auto;
}

.hero_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.hero_text {
  flex: 1 1 500px;
  padding-right: 20px;
}

.hero_text h1 {
  font-size: 5rem;
  font-weight: 800;
  font-family: "Almarai", Helvetica, Arial, Lucida, sans-serif;
  color: #1c1c1c;
  margin: 0;
  max-width: 80%;
}
.hero_text h4 {
  font-weight: 800;
  font-family: "Almarai", Helvetica, Arial, Lucida, sans-serif;
  color: #1c1c1c;
  margin-top: 0;
  font-size: 14px;
}

.hero_image img {
  max-width: 470px;
  width: 100%;
  height: auto;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-10px);
  }
}

.bounce_on_load {
  animation: bounce 3s ease-in-out infinite;
  animation-delay: 0.3s;
  will-change: transform;
}
.hero_text p {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  max-width: 70%;
  line-height: 1.5em;
}

.hero_btn_cta {
  display: flex;
  gap: 15px;
  margin: 0;
}
.title {
  color: #ff9416;
}
.hero_btn {
  padding: 15px 25px;
  background-color: #ff9416;
  color: #1c1c1c;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}
.hero_btn:hover {
  background-color: #1c1c1c;
  color: #f9f9f9;
}

.main_section {
  margin-top: 100px;
}

.main_section_heading h2 {
  max-width: 45%;
  margin-bottom: 30px;
  font-family: "Almarai", Helvetica, Arial, Lucida, sans-serif;
  font-size: 55px;
  color: #1c1c1c;
  font-weight: 800;
}
.main_section_intro_text {
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  max-width: 95%;
}
.mission_btn {
  padding: 15px 25px;
  background-color: #6dbfb8;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.content .card {
  display: none;
}
.content .card.active {
  display: block;
  padding-top: 20px;

  /* only active shows */
}
.mission_btn.active {
  color: #fff;
}
.mission_btn:hover {
  background-color: #29a5a5;
  color: #fff;
}

.utility_section {
  margin-top: 100px;
}

.utility_section h2 {
  margin-bottom: 30px;
  font-family: "Almarai", Helvetica, Arial, Lucida, sans-serif;
  font-size: 55px;
  color: #1c1c1c;
  font-weight: 800;
}

/* Swiper styles */
.swiper {
  width: 100%;
  padding: 20px 0;
}

/* Utility cards in Swiper */
.swiper-slide.utility {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  aspect-ratio: unset;
}

/* Make swiper slides square */
.swiper-slide {
  width: 400px !important;
  height: 675px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Text within each card */
.swiper-slide.utility h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1c1c1c;
  font-family: "Almarai", Helvetica, Arial, Lucida, sans-serif;
}

.swiper-slide.utility p,
.swiper-slide.utility ul,
.swiper-slide.utility li {
  font-size: 15px;
  line-height: 1.3rem;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #1c1c1c;
}
.slide_image {
  width: 350px;
  height: 200px;
  margin: 0 auto; /* centers the container */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.token_section {
  margin-top: 100px;
  padding: 40px 30px;
  border-radius: 8px;
  background-color: #f1f0f5;
}

.token_section h2 {
  font-size: 55px;
  color: #1c1c1c;
  font-family: "Almarai", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
}

.token_section p,
.token_section ul,
.token_section li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  color: #1c1c1c;
}

.token_features,
.token_features_last {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.token_feature span {
  font-weight: 800;
  font-size: 16px;
}
.token_feature {
  flex: 1 1 300px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.token_chart_wrapper {
  max-width: 900px; /* increase width */
  height: auto;
  margin: 40px auto;
}

.chart-container {
  max-width: 90%;
  margin: 0 auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  margin-top: 0.5rem;
  font-family: "Almarai", Helvetica, Arial, Lucida, sans-serif;
}

.chart-title {
  text-align: center;
  margin-bottom: 30px;
  color: #1c1c1c;
}

.bar {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.bar-label {
  width: 150px;
  font-weight: 600;
  color: #333;
  font-size: 1rem;
}

.bar-fill {
  flex: 1;
  height: 20px;
  background: #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.bar-value {
  height: 100%;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.bar-text {
  margin-left: 12px;
  font-size: 0.9rem;
  color: #555;
  min-width: 40px;
}
.bar-label p {
  font-weight: lighter;
  font-size: 0.8rem;
}
/* Bar widths (static) and colors */
.team .bar-value {
  width: 10%;
  background-color: #c62828;
}
.burn .bar-value {
  width: 20%;
  background-color: #ef6c00;
}
.community .bar-value {
  width: 70%;
  background-color: #00897b;
}

.roadmap_section {
  margin-top: 100px;
  background-color: #fff;
  padding: 0 2rem 2rem 2rem;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
}
.roadmap_section ul,
.roadmap_section h5 {
  margin: 0;
  padding: 0;
}
.roadmap .card {
  display: none;
}
.roadmap .card.active {
  display: block;
  padding-top: 20px;

  /* only active shows */
}
.roadmap_btn.active {
  background-color: #1c1c1c;
  color: #f9f9f9;
}
.roadmap_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  border-radius: 10px;
  padding: 3rem 3rem;
  /* box-shadow: 0 2px 6px rgba(83, 38, 38, 0.05); */
}

.roadmap_btn {
  padding: 10px 20px;
  background-color: #ff9416;
  color: #f1f0f5;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.one {
  padding: 18px 20px;
}
.two {
  padding: 18px 20px;
}
.roadmap_section h2 {
  font-size: 55px;
  color: #1c1c1c;
  font-family: "Almarai", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
}

/* Card style (for use inside .other_features or similar) */
.card {
  height: max-content;
  width: 300px;
  margin-top: 10px;
  border: none;
  border-radius: 15px;
  padding: 30px;
  background: rgba(222, 226, 250, 0.92);
  box-shadow: 0 4px 8px rgba(0, 1, 1, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #1c1c1c;
  font-size: 14px;
  transition: 0.5s ease-out;
  font-family: Arial, Helvetica, sans-serif;
}
.card li {
  padding-top: 10px;
  line-height: 1.5;
}

.other_features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
  margin-top: 2rem;
  padding: 2rem 0.5rem;

  border-radius: 10px;
}
.other_features .card {
  height: max-content;
}

/* Flip card wrapper */
.flip_card_wrapper {
  perspective: 1000px;
  width: 100%;
  max-width: 250px;
  flex: 1 1 300px;
}

/* Card container */
.flip_card_wrapper .card {
  width: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1/1;
  padding: 1rem 1rem;
}

/* Flip on hover */
.flip_card_wrapper:hover .card {
  transform: rotateY(180deg);
}

/* Front and back sides */
.flip_card_wrapper .front,
.flip_card_wrapper .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;

  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 1.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* .flip_card_wrapper .back {} */
/* Front stays visible initially */
.flip_card_wrapper .front {
  z-index: 2;
  background-color: #f1f0f5;
}

/* Back gets rotated */
.flip_card_wrapper .back {
  transform: rotateY(180deg);
  text-align: left;
  background: #fdfdfd;
}

/* Typography and spacing */
.flip_card_wrapper h3 {
  font-size: 1.4rem;
  font-weight: 700;
}

.flip_card_wrapper p {
  font-size: 1rem;
  line-height: 1.2rem;
}

.flip_card_wrapper ul {
  list-style-type: disc;
  padding-left: 1.2rem;
  font-size: 0.95rem;
  text-align: left;
}
.hidden {
  display: none;
}

.footer_section {
  background-color: #1c1c1c;
  width: 100%;
  color: #f1f0f5;
  margin-top: 80px;
  text-align: center;
  padding-bottom: 30px;
}
.prophecy {
  padding: 30px 20px;
  width: 70%;
  margin: 0 auto;
}
.prophecy p {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  line-height: 1.5em;
}
.prophecy h3 {
  font-size: 20px;
  color: #fff;
  font-family: "Almarai", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 800;
}

.icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 1.5rem;
}
.bi-facebook {
  color: #1877f2;
}
.bi-whatsapp {
  color: #25d366;
}
.bi-telegram {
  color: #fff;
}
.bi-tiktok {
  color: #ed4245;
}
.bi-twitter-x {
  color: #fff;
}
.bi-envelope-at-fill {
  color: #fff;
}
.email {
  font-size: 16px;
  text-align: center;
}
.footer_section h4 {
  text-align: center;
  color: #f9f9f9;
  margin-top: 40px;
  font-size: 15px;
}
.disclaimer p {
  font-size: 12px;
}

.coin-rain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Let users click through it */
  z-index: -1; /* Push it behind other content */
  overflow: hidden;
}

.coin {
  position: absolute;
  top: -100px;
  width: 30px; /* Make coin small */
  height: auto;
  animation: fall linear infinite;
  opacity: 0.8;
}

@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translateY(110vh) rotate(360deg);
    opacity: 0;
  }
}

/* Responsive breakpoints */

@media screen and (max-width: 360px) {
  .flip_card_wrapper .card {
    padding: 0.5rem;
  }
  .swiper_slide {
    flex-direction: column;
  }
  .icons {
    gap: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .hero_text h1 {
    font-size: 3.5rem;
    line-height: 1.2em;
  }
  .hero_text h4 span {
    margin-left: 0.5rem;
  }
  .main_section_heading h2 {
    max-width: 90%;
    font-size: 3rem;
  }
  .swiper-slide {
    width: 100% !important;
    height: auto !important;
    padding: 1.5rem;
  }

  .swiper-slide.utility {
    font-size: 1rem;
    padding: 1rem;
    border-radius: 10px;
  }

  .slide_image {
    width: 300px;
    height: 200px;
  }

  .token_section {
    padding: 30px 15px;
    max-width: 100%;
  }

  .token_section h2 {
    font-size: 3rem;
    text-align: center;
  }
  .token_features,
  .token_features_last {
    flex-direction: column;
    align-items: center;
  }

  .token_feature .card {
    /* Makes the cards take full width */
    max-width: 50%; /* Ensures the card uses all available space */
    padding: 15px; /* Adjust padding as needed */
    max-height: max-content;
  }

  .other_features {
    justify-content: center;
  }

  .other_features .flip_card_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }

  .flip_card_wrapper .card {
    width: 100%;
    padding: 0.8rem;
    aspect-ratio: 1 / 1;
  }
  .flip_card_wrapper .back p,
  .flip_card_wrapper .back ul,
  .flip_card_wrapper .back li {
    font-size: 1rem;
    line-height: 1;
  }
  .hidden {
    display: block;
    cursor: pointer;
  }

  .other_features .card h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .footer_section {
    margin-top: 20px;
  }
  .icons {
    flex-wrap: wrap;
    gap: 12px;
    font-size: 1.2rem;
    padding: 10px 0;
  }
}

@media (max-width: 500px) {
  .bar-label {
    width: 100px;
    font-size: 0.9rem;
  }

  .bar-text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 540px) {
  .swiper-slide {
    width: 100% !important;
    height: auto !important;
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .swiper-slide.utility {
    padding: 1rem;
    border-radius: 10px;
    font-size: 0.95rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  .slide_image {
    width: 100%;
    height: auto;
    max-height: 180px;
    margin-bottom: 15px;
  }

  .swiper-slide.utility h3 {
    font-size: 1.2rem;
  }

  .swiper-slide.utility p,
  .swiper-slide.utility ul,
  .swiper-slide.utility li {
    font-size: 0.95rem;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .swiper-slide {
    aspect-ratio: 1 / 1.2;
  } /* Slightly taller on small screens  */
  .swiper_slide {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .token_features,
  .token_features_last {
    flex-direction: column;
    align-items: center;
  }

  .token_feature,
  .card {
    width: 100%;
    max-width: 70%;
    max-height: max-content;
  }

  .roadmap_cards {
    text-align: center;
    justify-content: center;
    padding: 1rem 0;
    border-radius: 10px;
  }
  .card {
    text-align: left;
    justify-content: center;
    margin-left: 20px;
  }
  .other_features {
    justify-content: center;
    margin: 50px 0;
  }
  .other_features .card {
    flex: 1 1 100%;
    padding: 1rem 2rem;
    justify-content: center;
    margin-left: 25px;
    text-align: left;
  }
  .flip_card_wrapper {
    max-width: 90%;
  }

  .flip_card_wrapper h3 {
    font-size: 1.1rem;
  }

  .flip_card_wrapper p,
  .flip_card_wrapper ul {
    font-size: 0.85rem;
  }

  .flip_card_wrapper .card {
    aspect-ratio: 1 / 1;

    margin: 0 auto;
  }

  .flip_card_wrapper .back {
    overflow-y: hidden;
  }
  .flip_card_wrapper {
    cursor: pointer;
    touch-action: manipulation;
  }
}
@media screen and (max-width: 820px) {
  .roadmap_section {
    padding: 1rem;
    margin-top: 50px;
  }

  .roadmap_section h2 {
    font-size: 2.5rem;
    text-align: center;
  }

  .roadmap_cards {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    gap: 20px;
  }

  .roadmap .card,
  .roadmap .card.active {
    width: 100%;
    max-width: 90%;
    padding: 1.5rem;
    text-align: left;
  }

  .roadmap_btn {
    font-size: 0.9rem;
    padding: 10px 16px;
    margin: 0.5rem 0;
    width: 100%;
    max-width: 200px;
  }
}
