/* -------------- Banner Section ----------------- */
.banner-section {
  width: 100%;
  height: 100vh;
  max-height: 875px;
  margin-top: 81px !important;
  overflow: hidden;
  position: relative;
}

.banner-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.banner-content-setion {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--primary);
  padding: 0 1rem;
}

.banner-content {
  max-width: 900px;
}

.banner-content h1 {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.4;
  margin-bottom: 8px;
}

.banner-content p {
  font-size: 21px;
  font-weight: 300;
  color: var(--primary);
  font-family: var(--ff-secondary);
}
@media (max-width: 768px) {
  .banner-section {
    height: 90vh;
  }

  .banner-content h1 {
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .banner-content p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
/* --------building the future----------- */
.future-section {
  padding: 100px 0;
}
.future-section-heading {
  font-size: 44px;
  font-weight: 600;
  line-height: 58px;
  color: var(--secondary);
  margin-bottom: 35px;
}
.future-section-text {
  font-size: 20px;
  line-height: 32.5px;
  font-weight: 400;
  font-family: var(--ff-secondary);
  color: var(--tertiary);
  text-align: justify;
  margin-bottom: 64px;
}
.future-card {
  padding: 29.5px 22px;
}
.future-card img {
  margin-bottom: 15px;
}
.future-card h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: var(--secondary);
  max-width: 201px;
  margin-bottom: 12px;
}
.future-card p {
  font-family: var(--ff-secondary);
  font-weight: 300;
  font-size: 18px;
  color: var(--tertiary);
  margin: 0;
}
.future-image-wrapper img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .future-section {
    padding: 48px 0;
  }
  .future-section-heading {
    font-size: 30px;
  }
}
/* ----------------working-details----------- */
.working-details-section {
  background-color: var(--secondary);
  padding: 100px 0;
  color: var(--primary);
}
.working-details-heading {
  text-align: center;
  color: var(--primary);
  font-weight: 600;
  font-size: 44px;
  line-height: 58px;
  margin-bottom: 25px;
}
.working-details-text {
  font-family: var(--ff-secondary);
  color: var(--primary);
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  margin: 0 125px 60px 125px;
}
.manufacturing-card {
  padding: 32.5px 28px;
  background-color: var(--secondary);
  border: 1px solid #ffffff33;
  color: var(--primary);
}
.manufacturing-card-second {
  background-color: #ffffff14;
  border-color: #ffffff1a;
}
.manufacturing-card img {
  margin-bottom: 25px;
}
.manufacturing-card h4 {
  font-weight: 600;
  color: var(--primary);
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.manufacturing-card p {
  font-family: var(--ff-secondary);
  color: var(--primary);
  font-size: 14px;
  margin: 0;
}
.working-details-image-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 472px;
}
@media (max-width: 768px) {
  .working-details-section {
    padding: 48px 0;
  }
  .working-details-heading {
    font-size: 30px;
  }
  .working-details-text {
    margin-left: 0;
    margin-right: 0;
    text-align: justify;
    margin-bottom: 30px;
  }
}
/* -----------quality-section------------ */
.quality-section {
  padding: 100px 0;
}
.quality-section-heading {
  font-weight: 600;
  font-size: 44px;
  line-height: 53.6px;
  color: var(--secondary);
  max-width: 485px;
}
.quality-section-text {
  font-family: var(--ff-secondary);
  font-weight: 400;
  font-size: 17px;
  color: var(--tertiary);
  max-width: 585px;
}
.quality-container {
  margin-bottom: 60px;
}
.quality-card {
  padding: 39px 43px;
  border-radius: 0;
}
.quality-card img {
  margin-bottom: 23px;
}
.quality-card h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: var(--secondary);
  margin-bottom: 23px;
}
.quality-card p {
  font-family: var(--ff-secondary);
  font-weight: 400;
  font-size: 16px;
  line-height: 27.2px;
  color: var(--tertiary);
  margin: 0;
  text-align: justify;
}
.quality-card-first {
  border-top-left-radius: 10px !important;
}
.quality-card-first p {
  padding-bottom: 27px;
}
.quality-card-second {
  border-top-right-radius: 10px !important;
}
.quality-card-third {
  border-bottom-left-radius: 10px !important;
  padding-bottom: 35px;
}
.quality-card-fourth {
  border-bottom-right-radius: 10px !important;
  padding: 0;
}
.quality-card-fourth img {
  height: auto;
  margin-bottom: 0px;
  object-fit: cover;
  border-bottom-right-radius: 10px !important;
}
@media (min-width:1200px) and (max-width:1399.5px){
  .quality-card-fourth img {
    height: 358px !important;
  }
}
@media (max-width: 1199px) {
  .quality-section {
    padding: 48px 0;
  }
  .quality-section-heading {
    font-size: 30px;
    max-width: 100% !important;
  }
  .quality-section-text {
    text-align: justify;
  }
  .quality-container {
    margin-bottom: 30px;
  }
  .quality-card-first,
  .quality-card-second,
  .quality-card-third {
    padding-left: 23px;
    padding-right: 23px;
  }
  .quality-card-first {
    border-top-right-radius: 10px !important;
  }
  .quality-card-second {
    border-top-right-radius: 0 !important;
  }
  .quality-card-third {
    border-bottom-left-radius: 0 !important;
  }
  .quality-card-fourth img,
  .quality-card-fourth {
    border-bottom-left-radius: 10px !important;
  }
}
