body {
  height: 100vh !important;
  overflow-x: hidden !important;
}

.fp-watermark {
  display: none !important;
}

footer {
  display: none !important;
}

.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 {
  color: #fff;
  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: var(--e-global-color-primary);
}
.featured-project-item .project-preview .project-preview-detail .project-preview-desc {
  font-size: 14px;
  line-height: 22px;
  color: var(--e-global-color-text);
  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;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.featured-project-item .project-preview .project-preview-detail .btn-with-icon::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: width 0.3s ease;
}
.featured-project-item .project-preview .project-preview-detail .btn-with-icon:hover::before, .featured-project-item .project-preview .project-preview-detail .btn-with-icon:focus::before {
  width: 100%;
}
.featured-project-item .project-preview .project-preview-detail .btn-with-icon:hover .btn-icon, .featured-project-item .project-preview .project-preview-detail .btn-with-icon:focus .btn-icon {
  transform: translateX(5px);
}
.featured-project-item .project-preview .project-preview-detail .btn-with-icon .btn-icon {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.featured-project-item .project-preview .project-preview-detail .btn-with-icon .btn-icon svg {
  width: 32px;
  height: auto;
}
.featured-project-item .project-preview .project-preview-detail .btn-with-icon.btn-slide:hover .btn-icon {
  transform: translateX(10px);
}
.featured-project-item .project-preview .project-preview-detail .btn-with-icon.btn-scale:hover .btn-icon {
  transform: scale(1.1);
}
.featured-project-item .project-preview .project-preview-detail .btn-with-icon.btn-fill {
  border: 1px solid #000;
  position: relative;
  z-index: 1;
}
.featured-project-item .project-preview .project-preview-detail .btn-with-icon.btn-fill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #000;
  z-index: -1;
  transition: width 0.3s ease;
}
.featured-project-item .project-preview .project-preview-detail .btn-with-icon.btn-fill:hover {
  color: #fff !important;
}
.featured-project-item .project-preview .project-preview-detail .btn-with-icon.btn-fill:hover::before {
  width: 100%;
}
.featured-project-item .project-preview .project-preview-detail .btn-with-icon.btn-fill:hover .btn-icon {
  transform: rotate(180deg);
}

@media (max-width: 883px) {
  .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;
  }
  .featured-project .featured-project-item .btn-with-icon {
    max-width: 100% !important;
  }
}

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