.splide {
  height: 600px;
  background-color: #fcfcfc;
}

.splide__track,
.splide__list {
  height: 100%;
}

.splide__slide-1 {
  background-image: url('../images/banners/home_banner.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px;
}

.caption {
  color: #fff;
}

.caption p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.caption h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}

.caption .btn {
  margin-top: 30px;
  padding: 15px 59px;
}

.section-service {
  border-top: 5px solid #bf0404;
  border-bottom: 5px solid #bf0404;
  overflow: hidden;
}

.service-card {
  padding: 25px 30px;
}

.section-service .col-lg-3:nth-child(even) {
  background-color: #eee;
}

.service-text {
  margin: 0;
  margin-top: 20px;
}

.service-body {
  background-color: transparent;
}

.section-feature {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-img {
  position: relative;
  width: 100%;
}

.feature-img img.not(.pattern) {
  width: 471px;
}

.feature-img .pattern {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  z-index: -1;
}

.feature-box {
  position: relative;
  z-index: 1;
  background-color: #bf0404;
  padding: 45px 50px;
  color: #fff;
  width: 323px;
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  right: 0;
}

.feature-box p {
  width: 223px;
}

.feature-body h3 {
  color: #191825;
  margin: 0;
}

.feature-body {
  margin-top: 20px;
}

.feature-items {
  margin-top: 25px;
}

.feature-list-img img {
  width: 60px;
  height: 60px;
}

.feature-list-text h3 {
  margin-bottom: 15px;
  line-height: 30px;
}

.feature-list-text p {
  font-size: 16px;
  line-height: 30px;
}

.section-why {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-why h2 {
  font-size: 42px;
  font-weight: 600;
  margin: 0;
}

.why-content {
  display: flex;
  gap: 10px;
  flex-direction: column;
  text-align: justify;
}

.why-img {
  width: 100%;
}

.why-img img {
  width: 100%;
}

.section-iconCard {
  padding: 50px 0 70px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section-iconCard.we-serve {
  background-image: url('../images/we_serve_bg.png');
}

.section-iconCard h2 {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
}

.icon-card {
  background-color: rgba(0, 0, 0, 0.3);
  border: #333 1px solid;
  padding: 20px;
  color: #fff;
  border-radius: 5px;
}

.icon-card-img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.icon-card-img img {
  width: 100%;
  height: 100%;
}

.icon-card h3 {
  font-family: 'Varela Round';
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}

.icon-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .navbar-nav {
    gap: initial;
  }

  .navbar-collapse {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
  }

  .navbar-nav .nav-link {
    color: #191825;
  }

  .navbar-toggler {
    border: var(--bs-border-width) solid #f5f5f5;
    background-color: #fff;
  }
}
