body {
  margin: 0;
  font-family: "Cairo", "DM Sans", sans-serif;
}
.title {
  font-family: "Cairo", sans-serif;
}

.desc,
p,
span,
li {
  font-family: "DM Sans", sans-serif;
}
/* HERO */
/* .hero {
  position: relative;
  background: url("../images/bg1.png") center/cover no-repeat;
  color: #fff;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.navbar-brand img {
  width: 230px;
}

.hero-content {
  position: relative;
  text-align: center;
  z-index: 2;
  padding-bottom: 200px;
  padding-top: 50px;
  font-family: "Cairo", sans-serif;
}

.hero-content h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.stats h3 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}

.stats p {
  margin: 5px 0 0;
  font-size: 30px;
  font-weight: 600;
} */

/* HERO */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: #fff;
}

/* VIDEO */
.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* OVERLAY */
.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.navbar-brand img {
  width: 230px;
}
/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding-top: 120px;
  font-family: "Cairo", sans-serif;
}

.hero-content h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 30px;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 80px;
}

.stats h3 {
  font-size: 50px;
  margin: 0;
  font-weight: 600;
}

.stats p {
  margin: 5px 0 0;
  font-size: 30px;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 36px;
  }

  .stats {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .hero-content {
    padding-top: 80px;
  }

  .hero-content h1 {
    font-size: 28px;
  }
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .logo {
    left: 20px;
    font-size: 22px;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .stats h3 {
    font-size: 30px;
  }

  .stats p {
    font-size: 30px;
  }

  .stats {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 40px;
  }

  .stats h3 {
    font-size: 30px;
  }

  .stats p {
    font-size: 30px;
  }
}
.perfect h5 {
  font-size: 32px;
  font-weight: 600;
}
.store-buttons a {
  color: #fff;
  text-transform: none;
}
.store-buttons a:hover {
  color: #fff;
  text-transform: none;
}

.store-buttons a img {
  height: 50px;
  margin: 10px;
  transition: 0.3s ease;
  cursor: pointer;
}

.store-buttons a img:hover {
  transform: scale(1.08);
}

.about-section {
  padding: 80px 20px;
  font-family: "Cairo", "DM Sans", sans-serif;
}

.about-images {
  position: relative;
  flex: 1;
}

.main-img {
  width: 100%;
  border-radius: 10px;
}

.small-img {
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 200px;
}

.subtitle {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #20282d;
  text-transform: uppercase;
}

.about-content h2 {
  font-size: 42px;
  font-weight: bold;
  margin: 15px 0;
  color: #1c2539;
}

.about-content p {
  color: #5d666f;
  line-height: 1.6;
}

.features ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.features li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #5d666f;
}

.features i {
  color: #072525;
  margin-right: 10px;
}

.contact-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.contact-box .icon {
  width: 50px;
  height: 50px;
  background: #072525;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}

.contact-box p {
  margin: 0;
  font-size: 14px;
  color: #5d666f;
}

.contact-box h4 {
  margin: 0;
  font-size: 20px;
  color: #1c2539;
}

@media (max-width: 992px) {
  .small-img {
    /* position: static; */
    margin-top: 20px;
  }

  .features ul {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .about-content h2 {
    font-size: 26px;
  }

  .small-img {
    /* width: 150px; */
    display: none;
  }
}

.steps {
  background-color: #072525;
  color: #fff;
  padding: 0 0 90px 0;
}
.how-it {
  border: 1px solid #999999;
  border-radius: 10px;
  padding: 10px;
  width: 140px;
}
.step-card {
  background: #fed582;
  border-radius: 10px;
  padding: 30px 30px;
  text-align: center;
  position: relative;
  transition: 0.3s;
  top: 50px;
}

.step-card:hover {
  transform: translateY(-5px);
}

.icon-box {
  width: 102px;
  height: 102px;
  background: #fed582;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  font-size: 30px;
  color: #022d2d;
}

.step-number {
  width: 35px;
  height: 35px;
  background: #022d2d;
  color: #f2c77b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  position: relative; /* IMPORTANT */
  top: 50px;
}

/* dashed line */
.step-number::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -90%;
  transform: translateY(-50%);
  width: 0;
  height: 60px;
  border-left: 2px dashed #ffffff;
}
.step-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
  color: #ad700c;
}

.step-text {
  font-size: 16px;
  color: #ad700c;
}

/* Responsive spacing */
/* @media (max-width: 768px) {
  .step-card {
    padding: 23px 23px;
    height: 300px;
  }
} */

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .step-card {
    padding: 23px;
    height: 300px;
    top: 0;
  }
}

/* Large desktop */
@media (min-width: 992px) {
  .step-card {
    padding: 23px;
    height: 190px;
  }
}
/* .testimonial {
  padding: 90px 0 90px 0;
}


.testimonial-card {
  background: #f5f6f8;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.testimonial-card p {
  font-size: 16px;
  color: #000;
}

.testimonial-card h5 {
  margin-top: 15px;
  font-weight: 600;
}
.testimonial-card img {
  height: 60px;
  width: 60px;
} */

.testimonial {
  padding: 90px 0;
}

/* spacing for dots */
.testimonial-slider {
  padding-bottom: 50px;
}

/* CARD */
.testimonial-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 12px;
  height: 100%;
  transition: 0.3s ease;
  border: 1px solid #eee;
}

/* hover effect */
.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

/* TEXT */
.testimonial-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* NAME */
.testimonial-card h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

/* ROLE */
.testimonial-card h6 {
  margin: 0;
  font-size: 13px;
  color: #888;
}

/* IMAGE */
.testimonial-card img {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  object-fit: cover;
}

/* DOTS */
.swiper-pagination {
  padding-top: 30px !important;
  position: relative !important;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #072525 !important;
  width: 20px;
  border-radius: 10px;
}
.see-btn {
  background-color: #072525;
  padding: 15px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  font-family: "Cairo", "DM Sans", sans-serif;
}

/* SECTION */
.download-section {
  position: relative;
  padding: 100px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* GREEN SHAPES */
.shape {
  position: absolute;
  width: 250px;
  height: 250px;
  background: #0b3d2e;
  border-radius: 50px;
  z-index: 1;
}

.shape-top {
  top: 0;
  right: 40px;
}

.shape-bottom {
  bottom: 0;
  left: 40px;
}

/* VIDEO CARD */
.video-card {
  position: relative;
  width: 100%;
  max-width: 850px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* VIDEO */
.video-card video {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* DARK OVERLAY */
.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

/* CONTENT */
.video-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.video-content .video-img {
  width: 300px;
}
.video-content h2 {
  font-size: 42px;
  margin-bottom: 10px;
}

.video-content p {
  margin-bottom: 15px;
}

/* BUTTONS */
.store-buttons img {
  height: 45px;
  margin: 5px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .shape {
    /* width: 120px;
    height: 120px;
    border-radius: 25px; */
    display: none;
  }

  .video-card video {
    height: 300px;
  }

  .video-content h2 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .video-card video {
    height: 220px;
  }

  .video-content h2 {
    font-size: 22px;
  }

  .store-buttons a img {
    height: 38px;
  }
  .video-content .video-img {
    width: 170px;
  }
}
.footer-section {
  padding: 80px 20px;
}
.logo-side p {
  color: #7f848d;
  font-size: 18px;
}

.footer {
  /* background: #f5f6f8; */
  padding: 120px 0 0;
  font-family: "Cairo", sans-serif;
}

/* LOGO */
/* .footer .logo {
  font-size: 28px;
  font-weight: 700;
  color: #c7a15a;
  margin-bottom: 15px;
} */

/* TEXT */
.footer .desc {
  font-size: 18px;
  color: #7f848d;
  line-height: 1.6;
}

.footer .copy {
  font-size: 18px;
  margin-top: 15px;
  color: #293241;
}

/* HEADINGS */
.footer h5 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}

/* LINKS */
.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer ul li a {
  text-decoration: none;
  color: #7f848d;
  font-size: 16px;
  transition: 0.3s;
}

.footer ul li a:hover {
  color: #0b3d2e;
}

/* SOCIAL ICONS */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #e5e7eb;
  border-radius: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  color: #333;
  transition: 0.3s;
  text-decoration: none;
}

.social-icons a:hover {
  background: #0b3d2e;
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }

  .social-icons {
    justify-content: center;
  }
}
.line {
  border: 1px solid #3734a9;
}
.footer-bottom a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}
