body {
  font-family: Lato;
}
.navbar-nav .nav-link.active {
  font-weight: 500;
  text-decoration: underline;
}

#carouselExampleAutoplaying {
  height: 500px;
  display: flex;
  justify-content: center;
  background: radial-gradient(black, transparent);
  margin-top: 40px;
}

#carouselExampleAutoplaying .carousel-inner,
#carouselExampleAutoplaying .carousel-item {
  height: 100%;
}

#carouselExampleAutoplaying .carousel-item img {
  height: 100%;
  object-fit: contain;
}

#banner {
  width: 100%;
  height: 480px;
  background: url(../../assets/banner-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  text-align: center;
  color: #fff;
  padding-bottom: 240px;
}

#banner:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(24deg, #000000 0%, rgba(0, 0, 0, 0) 93.12%);
}

#banner h1 {
  position: relative;
  font-size: 2.5rem;
  font-weight: 600;
  z-index: 1;
}

#banner h1 span {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 36px;
  display: block;
}

#products,
#about,
#our-clients,
#contact-us {
  text-align: center;
}

.pt-60 {
  padding-top: 60px;
}

.banner-img {
  height: 100% !important;
  object-fit: cover;
}

.about-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
  gap: 40px;
}

.about-image {
  width: 40%;
}

.about-text {
  width: 60%;
  text-align: center;
}

.client-main-area {
  margin-top: 40px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.client-main-area .client-img {
  background: #fff;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  cursor: pointer;
}

.client-img img {
  height: 100%;
}

.red {
  color: red;
}

#contact-us input {
  height: 60px !important;
}

form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#contact-us button {
  width: 150px;
  margin-top: 10px;
  padding: 12px 25px;
}
.text-muted {
  color: white !important;
}
footer li,
footer li .text-muted,
footer p {
  color: white !important;
}

@media (max-width: 767px) {
  .client-main-area .client-img {
    margin-bottom: 30px;
  }
  .client-main-area {
    gap: 0px;
  }
  .about-container {
    flex-direction: column;
    text-align: center;
  }
  .about-container .about-image,
  .about-text {
    width: 100%;
  }
  #banner {
    padding-bottom: 100px;
  }
}
