body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  background-color: #0b0f19;
  color: #fff;
}

.product {
  font-size: 96px;
  margin-top: 6rem;
}
.scroll {
  background: none;
  color: #a8a8a8;
  border: none;
  margin-top: 80px !important;
  font-size: 16px;
  padding-top: 40px !important;
}
/* .scroll-btn {
  background: transparent;
  border: 1px solid #0b0f19;
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  transition: 0.3s;
} */
.ourteam {
  color: #999999;
}

.demo-btn {
  background: transparent;
  border: 1px solid #b8babc;
  padding: 18px 40px;
  border-radius: 35px;
  color: white;
  font-size: 20px;
}

.big-heading {
  font-size: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 100; /* thin */
  line-height: 1.1;
}

.feature-card {
  background: #1f222d;
  color: white;
  border-radius: 15px;
  padding: 60px 45px;
  border: none;
  transition: 0.3s;
  height: 100%;
  min-height: 420px;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.card-icon {
  width: 40%;
  margin: 0 auto 20px auto;
  display: block;
  margin-top: 40px;
}

.feature-card h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 45px;
}

.feature-card p {
  color: #e4e5ea;
  font-size: 25px;
}

/* service-card start */

.service-card {
  background: #1f222d;
  color: white;
  border-radius: 15px;
  padding: 60px 45px;
  border: none;
  transition: 0.3s;
  height: 100%;
  min-height: 420px;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.service-icon {
  width: 60px;
  display: block;
  margin: 0 auto 15px;
}

.service-card h1 {
  font-size: 45px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-card p {
  font-size: 16px;
  margin-bottom: 10px;
}
/* service-card end  */

.blog-img {
  border-radius: 20px;
  height: 100%;
  object-fit: cover;
}

.blog-title {
  font-size: 60px;
  font-weight: 250;
  line-height: 1.1;
}

.blog-desc {
  color: #9b9b9b;
  font-size: 20px;
  margin-top: 40px;
  max-width: 520px;
}

.blog-meta {
  color: #ffffff;
}
.date {
  font-size: 20px;
}

.tag {
  border: 1px solid #555;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 20px;
}

.read-more {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
}

.read-more:hover {
  color: white;
}

.Accelerate {
  font-family: "Montserrat", sans-serif;
  font-weight: 50;
  letter-spacing: 1px;
  margin-top: 40px;
  color: rgb(191, 188, 182);
}
hr {
  border: none;
  border-top: 1px solid rgb(190, 187, 187);
  margin: 20px 0;
}

/* <============form==========> */

.contact-form {
  background: #252525;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
}

.form-control {
  background: transparent;
  border: 2px solid #898787;
  color: #fff;
  border-radius: 10px;
}

.form-control:focus {
  background: transparent;
  border-color: #1e90ff;
  box-shadow: none;
  color: #fff;
}

.form-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.submit-btn {
  border: 1px solid #898787;

  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
}

.submit-btn:hover {
  background: orange;
}

/* ===================== */
/* TABLET RESPONSIVE */
/* ===================== */

@media (max-width: 992px) {
  .product {
    font-size: 70px;
  }

  .big-heading {
    font-size: 70px;
  }

  .feature-card h3 {
    font-size: 32px;
  }

  .feature-card p {
    font-size: 18px;
  }

  .service-card h1 {
    font-size: 32px;
  }

  .blog-title {
    font-size: 40px;
  }

  .blog-desc {
    font-size: 18px;
  }

  .card-icon {
    width: 50%;
  }
}

/* ===================== */
/* MOBILE RESPONSIVE */
/* ===================== */

@media (max-width: 768px) {
  .product {
    font-size: 50px;
  }

  .big-heading {
    font-size: 45px;
    line-height: 1.2;
  }

  .demo-btn {
    padding: 12px 25px;
    font-size: 16px;
  }

  .scroll-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  .feature-card {
    padding: 40px 25px;
    min-height: auto;
  }

  .feature-card h3 {
    font-size: 26px;
  }

  .feature-card p {
    font-size: 16px;
  }

  .service-card {
    padding: 40px 25px;
  }

  .service-card h1 {
    font-size: 26px;
  }

  .blog-title {
    font-size: 32px;
  }

  .blog-desc {
    font-size: 16px;
    margin-top: 20px;
  }

  .date {
    font-size: 16px;
  }

  .tag {
    font-size: 11px;
  }

  .read-more {
    font-size: 16px;
  }

  .blog-img {
    height: auto;
  }
}

/* ===================== */
/* SMALL MOBILE */
/* ===================== */

@media (max-width: 480px) {
  .product {
    font-size: 36px;
  }

  .big-heading {
    font-size: 32px;
  }

  .blog-title {
    font-size: 26px;
  }

  .card-icon {
    width: 60%;
  }
}
