 ::-webkit-scrollbar{
    width: 0;
    height: 0;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
    scroll-padding-top: 3rem;
    overflow-x: hidden;
}
:root {
    --main-color: #ff9f0d;
    --text-color: #ffffffea;
    --second-color: #9e9e9e;
    --bg-color: #111111;

    --big-font: 10.5rem;
    --h2-font: 2.6rem;
    --p-font: 1.1rem;

    --width: 100px;
    --height: 50px;
    --quantity: 10;
}
html::after{
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    pointer-events: none;
    background-image: url(/static/media/canvas.png);
    background-position: center;
    background-size: 100vw;
} 
body{
    position: relative;
    background: var(--bg-color);
    color: var(--text-color);
    font-family: Poppins;
    font-size: 12px;
    overflow-x: hidden;
}
body::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
}
.pre-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.2s ease-in-out;
}

.in-view {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* ------------ Preloader section ------------------- */
.preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100%;
  background: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.loader-container {
  position: relative;
  width: 120px;
  height: 120px;
}

.Logo {
  width: 120px;
  height: 80px;
  border-radius: 50%;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader-ring {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid var(--second-color);
  border-top: 5px solid var(--main-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


/* ------------------ Header section ------------------- */
nav.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--text-color);
}
.logo .btn {
  border: 2px solid var(--main-color);
  gap: 0.5rem;
    color: var(--text-color);
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.9rem;
    font-weight: 500;
    transition: background 0.3s ease;
}

.logo .btn:hover {
    background: var(--second-color);
}

.container {
  position: relative;
    padding: 5rem 2rem;
    padding-bottom: 5rem;
    width: 100%;
}

.stats-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.stats-text {
  flex: 1;
  max-width: 550px;
}
.stats-text h2 {
  font-size: var(--h2-font);
  color: var(--text-color);
  margin-bottom: 1rem;
}
.stats-text p {
  font-size: var(--p-font);
  color: var(--second-color);
}
.counters {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1;
  justify-content: space-around;
  flex-wrap: wrap;
}
.counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
}
.counter span {
  font-size: var(--h2-font);
  color: var(--main-color);
}
.counter p {
  font-size: var(--p-font);
  color: var(--second-color);
  margin-top: 0.5rem;
}

/* ------------------ Bulid up  ------------------- */
.hero-section {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    width: 100%;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}

.image-arc-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.arc-card {
    position: absolute; 
    width: 180px;
    height: 220px;
    background-color: var(--second-color);
    border-radius: 20px;
    overflow: hidden; 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.arc-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


    .arc-card:hover {
    transform: scale(1.1) !important; 
    z-index: 10;
    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.4);
}

.card-1 {
  top: 23%;
  left: 6%;
  transform: rotate(-50deg);
}
.card-2 {
  top: 2%;
  left: 24%;
  transform: rotate(-13deg);
}
.card-3 {
  top: 0%;
  left: 45%;
  transform: rotate(0deg);
}
.card-4 {
  top: 2%;
  right: 24%;
  transform: rotate(13deg);
}
.card-5 {
  top: 23%;
  right: 6%;
  transform: rotate(50deg);
}
.card-6 {
  top: 65%;
  right: 1%;
  transform: rotate(90deg);
}
.card-7 {
  top: 65%;
  left: 1%;
  transform: rotate(-90deg);
}

.central-content {
    position: relative;
    top: 7rem;
    z-index: 5;
    text-align: left;
    color: var(--text-color);
}

.central-content h1 {
    font-size: var(--h2-font);
    margin-bottom: 1rem;
    text-align: left;
}

.central-content p {
    text-align: left;
    font-size: var(--p-font);
    color: var(--second-color);
    max-width: 450px;
    margin-bottom: 2rem;
}

.cta-button {
    display: inline-block;
    background: linear-gradient(to right, #ff6b35, var(--main-color));
    color: var(--text-color);
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.cta-button:hover {
    transform: scale(1.05);
}

/* ------------------ Testimonials Section ------------------- */
.testimonial-section {
    padding: 4rem 2rem;
}

.testimonial-section h2 {
  font-size: 3.5rem;
  margin-bottom: 0.5rem;
}

.testimonial-section p {
  font-size: 1.3rem;
  color: var(--second-color);
  max-width: 700px;
  margin: 0 0 2rem;
}

.testimonial-slider {
  display: flex;
  gap: 2rem;
  animation: scroll-left 30s linear infinite;
  width: max-content;
}

@keyframes scroll-left {
  0% {
  transform: translateX(0%);
  }
  100% {
  transform: translateX(-50%);
  }
}

.testimonial-wrapper {
  max-width: 100%;
  overflow: hidden;
}

.testimonial-card {
  background-color: #1e1e1e;
  border-radius: 12px;
  padding: 1.5rem;
  width: 320px;
  min-width: 320px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}

.testimonial-card .stars {
  color: var(--main-color);
  margin-bottom: 1rem;
}

.testimonial-card p {
  font-size: 1.1rem;
  color: var(--second-color);
  margin-bottom: 1.5rem;
}

.profile {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.profile img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--main-color);
}

.profile-info {
  text-align: left;
}

.profile-info h4 {
  margin: 0;
  font-size: 1.5rem;
}

.profile-info span {
  font-size: 1rem;
  color: #888;
}

/* Duplicate for smooth infinite loop */
.testimonial-slider::after {
  content: "";
  display: block;
  min-width: 2rem;
}


/* ----------------- Pricing Section ----------------------- */
.pricing-section {
  width: 100%;
  background: var(--bg-color);
}
.plans-section {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.plans-section h2 {
  font-size: 3.8rem;
  font-weight: 900;
  margin-bottom: 10px;
  text-align: center;
  text-transform: uppercase;
}
.plans-section p {
  font-size: 1.6rem;
  color: var(--second-color);
  margin-bottom: 40px;
  line-height: 1.5;
  max-width: 600px;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
}
.plan-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.plan-card {
  background: linear-gradient(145deg, #2d2d2d, #3a3a3a);
  width: 350px;
  height: auto;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.plan-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  z-index: 0;
}
.plan-card.highlighted {
  background: linear-gradient(145deg, #f74d00, #ff6b35);
  transform: scale(1.05);
}
.price-container {
  background: linear-gradient(145deg, #2d2d2d, var(--bg-color));
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.nuru {
  background: linear-gradient(145deg, #ff6b35, var(--main-color));
}
.plan-card h2 {
  font-size: 1.1rem;
}
.plan-card h3 {
  font-size: 2.2em;
  margin: 0 0 8px;
  color: var(--text-color);
  font-weight: 700;
  display: inline;
}
.plan-card p.title {
  text-align: left;
  font-size: 1.2rem;
  color: var(--second-color);
  margin: 0;
  font-weight: 500;
  display: inline;
}
.nuru p.title {
  color: var(--bg-color);
}
.plan-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  margin-left: 2rem;
  position: relative;
  z-index: 1;
}
.plan-card ul li {
  font-size: 1.1rem;
  color: var(--text-color);
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px;
}
.plan-card ul li::before {
  content: "✔";
  color: var(--main-color);
  position: absolute;
  left: 0;
  font-size: 1.2em;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.8);
}
.plan-card a {
  margin-left: 2rem;
}
.button {
  display: inline-flex;
      align-items: center;
      padding: 10px 15px;
      text-decoration: none;
      border-radius: 20px;
      color: var(--bg-color);
      animation: heartbeat 1.8s infinite;
      transition: all 0.3s ease;
    }
.run {
  background-color: var(--second-color);
}
.button .icon {
      margin-right: 10px;
      border-radius: 50%;
      background-color: var(--text-color);
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
.run .icon {
  background-color: var(--main-color);
}

.run:hover {
  background: var(--text-color);
  color: var(--bg-color);
}

.button .text {
      transition: color 0.3s;
    }

/* ---------------------------------- FAQ's and Questions ----------------------------------------- */
.faq-section {
  padding: 4rem 2rem;
  max-width: 100%;
  margin: 1rem;
  font-family: 'Segoe UI', sans-serif;
  color: var(--text-color);
  background-color: var(--bg-color);
}

.faq-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.faq-section p {
  color: var(--second-color);
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

.faq-item {
  border: 1px solid var(--main-color);
  border-radius: 16px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.faq-item:hover {
  transform: scale(1.01);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  padding: 1rem 1.5rem;
  font-size: 1.3rem;
  color: var(--text-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
}

.faq-answer {
  padding: 0 1.5rem;
  font-size: 1.3rem;
  color: var(--second-color);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  opacity: 1;
  padding: 1rem 1.5rem;
}

.faq-question .icon {
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--main-color);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question .icon {
  content: "-";
  transform: rotate(45deg);
}


/* ------------------- Banner Section --------------------- */
.banner-section {
  width: 100%;
  height: 450px;
  background-image: url('/static/media/title8.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}
.banner-content {
  position: relative;
  top: 50%;
  transform: translateY(-40%);
  text-align: center;
}
.banner-content h2 {
  color: var(--second-color);
  font-size: 4.3rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.banner-content .button {
  animation: heartbeat 1.8s infinite;
  transition: all 0.3s ease;
}
@keyframes heartbeat {
  0%, 100% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.banner-content .run {
  background: var(--main-color);
}
.banner-content .run:hover {
  background: var(--second-color);
  color: var(--bg-color);
}
.banner-content .icon {
  background: var(--text-color);
}
.banner-content .run:hover .icon i {
  color: var(--main-color);
}
/* ------------------------- Footer ----------------------- */
.footer {
  background-color: var(--bg-color);
  color: var(--text-color);
  padding: 3rem 2rem;
  font-size: var(--p-font);
  border-top: 1px solid var(--main-color);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 2rem;
  gap: 2rem;
}

.footer-left h3 {
  margin: 0;
  font-size: var(--h2-font);
  color: var(--main-color);
}

.footer-left p {
  font-size: var(--p-font);
  margin-top: 0.5rem;
  color: var(--second-color);
  max-width: 300px;
}

.footer-left img {
  margin-top: 1rem;
  width: 120px;
  height: auto;
}

.footer-middle ul,
.footer-right ul {
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-middle ul li,
.footer-right ul li {
  margin-bottom: 1.3rem;
  gap: 0.5rem;
}

.footer-middle ul li a,
.footer-right ul li a {
  color: var(--second-color);
  text-decoration: none;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.footer-middle ul li a i {
  color: var(--main-color);
  font-size: 1.2rem;
}

.footer-middle ul li a:hover,
.footer-right ul li a:hover {
  color: var(--main-color);
}
.footer-middle ul li a:hover i {
  transform: rotateX(180deg);
  transition: transform 0.8s ease;
}

.footer-bottom {
  text-align: center;
  color: var(--second-color);
  border-top: 1px solid var(--main-color);
  padding-top: 1rem;
  font-size: 0.85rem;
}

.footer-bottom p a {
  color: var(--main-color);
  font-weight: bold;
}
/* ---------- Responsive Arc Layout Scaling ---------- */

@media (max-width: 1345px) {
  .arc-card {
    width: 160px;
    height: 200px;
  }
}

@media (max-width: 1200px) {
  .arc-card {
    width: 140px;
    height: 180px;
  }
  .card-1 { top: 20%; left: 3%; transform: rotate(-65deg);}
  .card-2 { top: 3%; left: 18%; }
  .card-3 { top: 0%; left: 43%; }
  .card-4 { top: 3%; right: 18%; }
  .card-5 { top: 20%; right: 3%; transform: rotate(65deg);}
  .card-6 { top: 48%; right: 0%; }
  .card-7 { top: 48%; left: 0%; }
  .central-content {
    top: 3rem;
  }
  .central-content h1 {
    font-size: 2.3rem;
  }
}

@media (max-width: 1024px) {
  .arc-card {
    width: 125px;
    height: 160px;
  }
}

@media (max-width: 880px) {
  .arc-card {
    width: 110px;
    height: 150px;
  }
}

@media (max-width: 768px) {
  nav.navbar {
    flex-direction: column;
    padding: 1rem;
  } 
  .stats-text {
    max-width: 350px;
  }
  .stats-text h2 {
    font-size: 2.2rem;
  }
  .arc-card {
    width: 100px;
    height: 140px;
  }
  .card-1 { top: 25%; left: 3%; }
  .card-2 { top: 6%; left: 18%; }
  .card-3 { top: 0%; left: 43%; }
  .card-4 { top: 6%; right: 18%; }
  .card-5 { top: 25%; right: 3%; }
  .card-6 { top: 48%; right: 0%; }
  .card-7 { top: 48%; left: 0%; }
  .central-content {
    top: 1rem;
    margin-left: 1rem;
  }
  .central-content h1 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .central-content p {
    font-size: 1rem;
    max-width: 300px;
  }
  .pricing-cards {
    flex-direction: column;
  }
  .testimonials {
    flex-direction: column;
  }
  .footer-content {
    gap: 1rem;
  }
  .footer-left h3 {
    font-size: 1.5rem;
  }
  .footer-left p {
    width: 210px;
    font-size: 0.9rem;
  }
 .footer-left img {
    width: 90px;
  }
  .footer-middle ul li a, footer-right ul li a {
    font-size: 0.9rem;
  }
  .footer-middle ul li a {
    gap: 0.3rem;
  }
}
@media (max-width: 600px) {
  .arc-card {
    width: 90px;
    height: 130px;
  }
  .card-1 { top: 28%; left: 4%; }
  .card-2 { top: 10%; left: 18%; }
  .card-3 { top: 4%; left: 40%; }
  .card-4 { top: 10%; right: 18%; }
  .card-5 { top: 28%; right: 4%; }
  .central-content h1 {
    display: none;
  }
  .central-content p {
    display: none;
  }
  .cta-button {
    animation: heartbeat 1.8s infinite;
    transition: all 0.3s ease;
  }
  .testimonial-section h2 {
    font-size: 2.1rem;
  }
  .testimonial-section p {
    font-size: 1rem;
    max-width: 100%;
  }
  .plans-section h2 {
    font-size: 2.2rem;
    text-align: center;
  }
  .plans-section p {
    font-size: 1rem;
    text-align: center;
    max-width: 100%;
  }
  .price-container h2 {
    font-size: 1.3rem;
  }
  .banner-content h2 {
    font-size: 2.3rem;
    color: var(--text-color);
    opacity: 0.9;
  }

}
@media (max-width: 480px) {
  .stats-text {
    max-width: 260px;
  }
  .stats-text h2 {
    font-size: 1.8rem;
  }
  .stats-text p {
    font-size: 0.9rem;
  }
  .hero-section {
    height: 450px;
  }
  .arc-card {
    width: 120px;
    height: 120px;
  }
  .card-1, .card-2, .card-4, .card-5 {
    display: none;
  }
  .card-3 { top: 4%; left: 41%; }
  .card-6 { top: 35%; right: 5%; transform: rotate(45deg);}
  .card-7 { top: 35%; left: 5%; transform: rotate(-45deg);}
  .testimonial-section h2 {
    font-size: 2rem;
  }
  .testimonial-section p {
    font-size: 0.9rem;
    max-width: 100%;
  }
  .testimonial-card {
    width: 280px;
    min-width: 280px;
  }
  .plans-section h2 {
    font-size: 2rem;
    text-align: center;
  }
  .plans-section p {
    font-size: 0.9rem;
    text-align: center;
    max-width: 100%;
  }
  .price-container h2 {
    font-size: 1.1rem;
  }
  .plan-card h3 {
    font-size: 1.5rem;
  }
  .banner-content h2 {
    font-size: 2.1rem;
    color: var(--text-color);
    opacity: 0.9;
  }
   .footer {
    padding: 2rem 0.2rem;
  }
  .footer-left {
    width: 100px;
  }
  .footer-left h3 {
    font-size: 1.2rem;
  }
  .footer-left p {
    display: none;
  }
  .footer-left img {
    width: 50px;
  }
}
@media (max-width: 399px) {
  .stats-section {
    flex-direction: column;
  }
  .stats-text {
    width: 300px;
  }
  .counters {
    flex-direction: row;
  }
}
@media (max-width: 360px) {
  .counters {
    flex-wrap: nowrap;
  }
  .arc-card {
    width: 70px;
    height: 100px;
  }
}

@media (max-width: 300px) {
  .stats-text h2 {
    font-size: 1.3rem;
  }
  .counters {
    font-size: 1.1rem;
  }
  .counters span {
    font-size: 1.5rem;
  }
  .arc-card {
    width: 60px;
    height: 90px;
  }
  .profile-info h4 {
    font-size: 1rem;
  }
  .profile-info span {
    font-size: 0.8rem;
  }
  .testimonial-card {
    width: 200px;
    min-width: 200px;
  }
  .testimonial-card p {
    font-size: 0.7rem;
  }
}
@media(max-width: 299px) {
  .stats-text {
    width: 200px;
  }
}
@media (max-width: 250px) {
  .hero-section {
    height: 100px;
  }
  .arc-card {
    display: none;
  }
}
@media (max-width: 249px) {
  .hero-section, .testimonial-section, .pricing-section, .faq-section, .banner-section {
    display: none;
  }
}