.featured-project {
  height: 500px;
}
.featured-project .featured-project-item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.featured-project .featured-project-item .project-body {
  position: absolute;
  bottom: 0;
  padding: 20px 40px 60px;
}
.featured-project .featured-project-item .project-body .project-info > * {
  color: #fff;
}
.featured-project .featured-project-item .project-body .project-info .project-label,
.featured-project .featured-project-item .project-body .project-info .project-location {
  display: none;
}
.featured-project .featured-project-item .project-body .project-info .project-label {
  text-transform: uppercase;
}
.featured-project .featured-project-item .project-body .project-info .project-name {
  margin: 0 0 30px;
  text-transform: uppercase;
}
.featured-project .featured-project-item .project-body .project-info .project-name a {
  color: inherit;
}
.featured-project .featured-project-item .project-body .project-info .btn-with-icon {
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 1px solid #fff;
  padding: 0 0 20px;
  min-width: 274px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.featured-project .featured-project-item .project-body .project-info .btn-with-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.featured-project .featured-project-item .project-body .project-info .btn-with-icon:hover::after {
  width: 100%;
}
.featured-project .swiper-button {
  display: none;
}
.featured-project.home {
  height: 100vh;
}
.featured-project.home .featured-project-item .project-body {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  bottom: unset;
}
.featured-project.home .featured-project-item .project-body .project-info .project-label,
.featured-project.home .featured-project-item .project-body .project-info .project-location {
  display: block;
}
.featured-project.home .featured-project-item .project-body .project-info .project-label {
  font-size: 18px;
  margin-bottom: 50px;
}
.featured-project.home .featured-project-item .project-body .project-info .project-name {
  margin: 0 0 37px;
  text-transform: none;
}
.featured-project.home .featured-project-item .project-body .project-info .project-location {
  font-weight: 500;
}
.featured-project.home .swiper-button {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4196078431);
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.featured-project.home .swiper-button::after, .featured-project.home .swiper-button::before {
  display: none;
}
.featured-project.home .swiper-button.swiper-button-prev {
  left: 30px;
}
.featured-project.home .swiper-button.swiper-button-next {
  right: 30px;
}
.featured-project.home .swiper-button svg {
  width: 30px;
  height: 30px;
}
.featured-project.home:hover .swiper-button {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .featured-project {
    height: 350px;
  }
  .featured-project .featured-project-item .project-body {
    padding: 10px 10px 50px;
  }
  .featured-project.home {
    height: 80vh;
  }
  .featured-project.home .featured-project-item .project-body {
    padding: 10px 60px !important;
  }
  .featured-project.home .featured-project-item .project-body .project-info .project-name {
    margin-bottom: 20px;
  }
  .featured-project.home .swiper-button {
    width: 40px;
    height: 40px;
  }
  .featured-project.home .swiper-button.swiper-button-prev {
    left: 10px;
  }
  .featured-project.home .swiper-button.swiper-button-next {
    right: 10px;
  }
  .featured-project.home .swiper-button svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 883px) {
  .featured-project.home .featured-project-item .project-info .project-label {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .featured-project.home .featured-project-item .project-info .project-name {
    font-size: 28px;
  }
}
@media (max-width: 1600px) {
  .featured-project.home .featured-project-item .project-body {
    padding: 20px 100px;
  }
}

/*# sourceMappingURL=featured-project.css.map */
