body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  background-color: #0b0f19;
  color: #fff;
  max-width: 100%;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.procolor {
  color: #1e90ff;
}

/* =====================================================
   HERO
===================================================== */

.container-bg {
  background-image: url("../nuaavpic/product\ engineering\ \ bg.png");
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  height: 110vh !important;
  color: white;
  width: 100% !important;
  overflow-x: hidden;
}

.product {
  font-size: 36px;
  margin-top: 13rem;
  font-weight: 300;
  width: 70%;
}

.scroll {
  background: none;
  color: #a8a8a8;
  border: none;
  margin-top: 80px !important;
  font-size: 16px;
  padding-top: 40px !important;
}

.ouragentic {
  color: #999999;
  font-size: 20px;
  line-height: 30px !important;
}

/* =====================================================
   DEMO BUTTON
===================================================== */

.demo-btn {
  position: relative;
  background: transparent;
  border: 1px solid #b8babc;
  padding: 18px 40px;
  border-radius: 35px;
  color: white;
  font-size: 20px;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.demo-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgb(22, 174, 239);
  z-index: -1;
  transition: 0.9s ease;
  border-radius: 30px;
}

.demo-btn:hover::before {
  width: 100%;
}

.demo-btn:hover {
  color: #000;
}

/* =====================================================
   HEADING
===================================================== */

.big-heading {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  margin-top: 25px;
}

/* =====================================================
   FEATURE CARDS
===================================================== */

#widths {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#widths .row {
  align-items: stretch;
}

#widths .row > [class*="col-"] {
  display: flex;
}

/* Main card */
.feature-card {
  background: #1f222d;
  color: white;
  border-radius: 10px;
  padding: 20px 20px;
  border: none;

  width: 100%;
  height: 100%;
  min-height: 414px;

  font-family: "Poppins", sans-serif;

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

/* ================= ICON ================= */

.feature-card .card-icon {
  width: 128px;
  height: 128px;

  object-fit: contain;

  display: block;
  flex-shrink: 0;

  margin: 35px auto 0;
}

/* ================= TITLE ================= */

.feature-card h3,
.feature-card h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;

  width: 100%;
  min-height: 60px;

  margin-top: 35px !important;
  margin-bottom: 18px !important;

  display: flex;
  align-items: center;
  justify-content: center;

  text-align: center;
}

/* ================= DESCRIPTION ================= */

.feature-card p {
  color: #e4e5ea;
  font-size: 16px;
  line-height: 1.5;

  width: 100%;

  margin: 0 !important;

  min-height: 72px;

  display: flex;
  align-items: flex-start;
  justify-content: center;

  text-align: center;
}

/* =====================================================
   SERVICE CARDS
===================================================== */

.service-card {
  background: #1f222d;
  color: white;
  border-radius: 15px;
  padding: 30px 25px;
  border: none;
  transition: 0.3s;
  height: 100%;
  min-height: 420px;

  display: flex;
  flex-direction: column;
}

#widths .service-card {
  width: 100%;
}

.service-card ul {
  color: #d8d7d7;
  line-height: 2.3;
}

.service-card h6 {
  color: #d8d7d7;
  margin-left: 15px;
}

.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;
}

/* =====================================================
   BLOG
===================================================== */

.blog-img {
  transition: 0.4s ease;
  transform-origin: left;
}

.align-items-stretch:hover .blog-img {
  transform: scaleX(1.05);
}

.read-more {
  color: black;
  transition: 0.3s;
  text-decoration: none;
}

.blog-section:hover .read-more {
  color: red;
}

.blog-img {
  border-radius: 20px;
  height: 400px;
  width: 400px;
  max-width: 100%;
  object-fit: cover;
  display: block;
}

.blog-title {
  font-size: 34px;
  font-weight: 250;
  line-height: 1.1;
}

.blog-desc {
  color: #9b9b9b;
  font-size: 20px;
  margin-top: 40px;
}

.blog-meta {
  color: #ffffff;
}

.date {
  font-size: 20px;
}

.tag {
  position: relative;
  border: 1px solid #555;
  padding: 5px 18px;
  border-radius: 20px;
  font-size: 20px;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 1;
}

.read-more {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.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;
}

h1 span {
  color: rgb(40, 181, 228);
}

/* =====================================================
   CASE BUTTON
===================================================== */

.container-btn {
  display: flex;
  justify-content: flex-end;
}

.case-btn {
  padding: 14px 32px;
  font-size: 18px;
  color: #ffffff;
  background: transparent;
  border: 2px solid #555;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-right: 6rem;
  margin-top: 4rem;
  margin-bottom: 6rem;
  text-decoration: none;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

/* =====================================================
   FUTURE SECTION
===================================================== */

.display {
  font-size: 96px;
  margin-left: 40px;
}

.future {
  margin-left: 15rem;
  margin-bottom: 6rem;
}

/* =====================================================
   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;
  position: relative;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 1;
  padding: 20px 10px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgb(22, 174, 239);
  z-index: -1;
  transition: 0.9s ease;
  border-radius: 30px;
}

.submit-btn:hover::before {
  width: 100%;
}

.submit-btn:hover {
  color: #000;
}

/* =====================================================
   CUSTOM LEFT OFFSET
===================================================== */

#lefts {
  margin-left: 10px !important;
}

/* =====================================================
   TABLET
===================================================== */

@media (max-width: 992px) {
  .product {
    font-size: 70px;
  }

  .big-heading {
    font-size: 70px;
  }

  .feature-card {
    min-height: 360px;
  }

  .feature-card .card-icon {
    width: 110px;
    height: 110px;
    margin-top: 25px;
  }

  .feature-card h3,
  .feature-card h5 {
    font-size: 17px;
    min-height: 52px;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
  }

  .feature-card p {
    font-size: 14px;
    min-height: 60px;
  }

  .service-card h1 {
    font-size: 32px;
  }

  .blog-title {
    font-size: 40px;
  }

  .blog-desc {
    font-size: 18px;
  }
}

/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 768px) {
  #flex {
    display: flex;
    flex-wrap: nowrap;
    max-width: 55% !important;
  }

  #flex-center {
    display: flex !important;
    justify-content: center !important;
    padding: 0;
  }

  #titles {
    padding: 0;
  }

  #widths {
    max-width: 100% !important;
  }

  #widths .row {
    align-items: stretch;
  }

  #widths .row > [class*="col-"] {
    display: flex;
  }

  #lefts {
    margin-left: 0 !important;
  }

  .product {
    font-size: 50px;
  }

  .big-heading {
    font-size: 45px;
    line-height: 1.2;
  }

  .demo-btn {
    padding: 12px 25px;
    font-size: 9px;
  }

  .scroll-btn {
    padding: 10px 20px;
    font-size: 14px;
  }

  /* ================= FEATURE CARDS MOBILE ================= */

  .feature-card {
    padding: 10px;

    width: 100%;
    height: 268px;
    min-height: 268px;

    margin-left: 0;
  }

  .feature-card .card-icon {
    width: 90px;
    height: 90px;

    object-fit: contain;

    margin: 10px auto 0;
  }

  .feature-card h3,
  .feature-card h5 {
    font-size: 10px;
    line-height: 1.3;

    min-height: 30px;

    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }

  .feature-card p {
    font-size: 9px;
    line-height: 1.4;

    min-height: 40px;

    margin: 0 !important;
  }

  .remove-margin-mobile {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }

  /* ================= SERVICE ================= */

  .service-card {
    padding: 40px 25px;
  }

  .service-card h1 {
    font-size: 26px;
  }

  /* ================= BLOG ================= */

  .blog-title {
    font-size: 10px !important;
  }

  .blog-desc {
    font-size: 7px;
    margin-top: 20px;
  }

  .date {
    font-size: 16px;
  }

  .tag {
    font-size: 11px;
    margin-right: 15px;
  }

  .read-more {
    font-size: 12px;
  }

  .blog-img {
    border-radius: 20px;
    height: 131px;
    width: 131px;
    object-fit: cover;
  }

  /* ================= FORM ================= */

  .mobile-form .form-control {
    border-radius: 25px;
    padding: 10px 15px;
    text-align: center;
    color: #fff !important;
  }

  .mobile-form .form-control::placeholder {
    color: #fff !important;
    opacity: 1;
  }

  .submit-btn {
    border: 1px solid #898787;
    position: relative;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
    overflow: hidden;
    z-index: 1;
    padding: 14px 7px;
    margin-right: 11rem;
    margin-bottom: 10rem;
  }

  .mobile-hide {
    display: none;
  }

  /* ================= HERO ================= */

  .container-bg {
    margin-top: 6rem;
    background-image: url("../nuaavpic/product\ engineering\ \ bg.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 266px !important;
    color: white;
  }

  /* ================= CASE ================= */

  .case-btn {
    padding: 14px 32px;
    font-size: 7px;
    color: #ffffff;
    background: transparent;
    border: 2px solid #555;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 2rem;
    margin-top: 0;
    margin-bottom: 3rem;
  }

  /* ================= FUTURE ================= */

  .lets {
    font-size: 32px;
    width: 100%;
    margin-right: 32px;
    margin-left: 16px;
  }

  .future {
    font-size: 24px;
    text-align: start;
    width: 100%;
    margin-left: 1rem;
    color: #32a8ef;
    margin-bottom: 0;
  }

  .text-info {
    font-size: 10px;
  }

  .Accelerate {
    font-size: 12px;
  }

  .mobile-hr {
    display: none;
  }

  .boost {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {
  .product {
    font-size: 16px;
    margin-top: 0;
  }

  .big-heading {
    font-size: 12px;
    margin-top: -5px;
  }

  .blog-title {
    font-size: 26px;
  }

  .ouragentic {
    color: #999999;
    font-size: 8px;
    line-height: 13px !important;
    margin-top: 1rem !important;
  }

  .feature-card {
    width: 100%;
    height: 268px;
    min-height: 268px;
  }

  .feature-card .card-icon {
    width: 90px;
    height: 90px;
    margin-top: 10px;
    object-fit: contain;
  }

  .feature-card h3,
  .feature-card h5 {
    font-size: 10px;
    min-height: 30px;
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }

  .feature-card p {
    font-size: 9px;
    min-height: 40px;
  }
}