body {
  overflow-x: hidden;
}

.featured-project .swiper-wrapper {
  padding-bottom: 285px;
}

.featured-project-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.featured-project-item .project-body {
  max-width: 1400px;
  margin: 0 auto;
  padding: 400px 20px 350px;
  position: relative;
}
.featured-project-item .project-info {
  color: #fff;
}
.featured-project-item .project-info .project-label {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.featured-project-item .project-info h2 {
  margin: 0 0 37px;
  text-transform: none;
}
.featured-project-item .project-info .project-location {
  font-weight: 500;
}
.featured-project-item .project-info .btn-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 14px;
  margin-top: 37px;
}
.featured-project-item .project-info .btn-read-more span.icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.featured-project-item .project-nav-wrapper {
  position: absolute;
  right: 0;
  gap: 62px;
}
.featured-project-item .project-nav-wrapper .project-nav {
  display: flex;
  gap: 10px;
}
.featured-project-item .project-nav-wrapper .swiper-button-prev,
.featured-project-item .project-nav-wrapper .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  width: auto;
  height: auto;
  margin: 0;
}
.featured-project-item .project-nav-wrapper .swiper-button-prev::after,
.featured-project-item .project-nav-wrapper .swiper-button-next::after {
  content: "";
  display: none;
}
.featured-project-item .project-nav-wrapper .swiper-progress {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  position: relative;
  width: 100%;
  font-size: 16px;
}
.featured-project-item .project-nav-wrapper .swiper-progress .separator {
  width: 144px;
  height: 1px;
  background: #fff;
  position: relative;
  --progress-width: 0%;
}
.featured-project-item .project-nav-wrapper .swiper-progress .separator::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: var(--progress-width);
  background: #fff;
  transition: width 0.3s ease;
}
.featured-project-item .project-preview {
  max-width: 1274px;
  margin: 0 auto;
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  top: 85%;
  background-color: #F1F1F1;
}
.featured-project-item .project-preview img {
  height: 100%;
  object-fit: cover;
}
.featured-project-item .project-preview .project-preview-detail {
  padding: 80px 80px 60px;
}
.featured-project-item .project-preview .project-preview-detail h5 {
  font-size: 15px;
  margin: 0 0 30px;
  color: #41403E;
}
.featured-project-item .project-preview .project-preview-detail .project-preview-desc {
  font-size: 14px;
  line-height: 22px;
  color: #6E6B6A;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-project-item .project-preview .project-preview-detail .btn-with-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  max-width: 273px;
  font-size: 13px;
  text-transform: uppercase;
  color: #4E4C4C;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media (max-width: 768px) {
  .featured-project .swiper-wrapper {
    padding-bottom: 270px;
  }
  .featured-project .featured-project-item .project-body {
    padding: 150px 20px 100px;
  }
  .featured-project .featured-project-item .project-info .project-label {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .featured-project .featured-project-item .project-info h2 {
    font-size: 28px;
  }
  .featured-project .featured-project-item .project-nav-wrapper {
    margin-top: 30px;
    position: static;
    gap: 20px;
  }
  .featured-project .featured-project-item .project-preview .project-preview-detail {
    padding: 60px 30px;
  }
}

/*# sourceMappingURL=home.css.map */
