.bg-foreground {
  background-color: rgb(160, 157, 145);
}

.bg-foreground {
  background-color: rgb(160, 157, 145);
}

.bg-default {
  background-color: rgb(217, 217, 217);
}

.text-black {
  color: rgb(0, 0, 0);
}

.home-latest {
  height: 100svh;
  padding-top: 96px;
  padding-bottom: 43px;
  overflow: hidden;
}
@media (min-width: 720px) {
  .home-latest {
    padding-bottom: 148px;
  }
}
.home-latest .date {
  padding-top: 5px;
}
.home-latest .subtitle {
  z-index: 9;
  position: relative;
}
.home-latest .spacer {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-latest .slider-item {
  padding-top: 90px;
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  height: 100%;
}
@media (min-width: 720px) {
  .home-latest .slider-item {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .home-latest .slider-item {
    padding-top: 0px;
  }
}
.home-latest .slider-item.active {
  visibility: visible;
}
.home-latest .slider-item .inner {
  height: 100%;
  padding-bottom: 119px;
}
@media (min-width: 992px) {
  .home-latest .slider-item .inner {
    padding-bottom: 0px;
  }
}
@media (max-width: 991.98px) {
  .home-latest .slider-item .project-titlee {
    order: 2;
  }
  .home-latest .slider-item .project-image {
    order: 1;
  }
  .home-latest .slider-item .project-numbering {
    order: 3;
    align-items: end;
  }
}
.home-latest .slider-item .project-titlee {
  display: flex;
  align-items: center;
}
.home-latest .slider-item .project-title {
  padding-top: 10px;
}
@media (min-width: 720px) {
  .home-latest .slider-item .project-title {
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .home-latest .slider-item .project-title {
    padding-top: 0px;
  }
}
.home-latest .slider-item .project-title .title {
  padding-top: 9px;
}
@media (min-width: 992px) {
  .home-latest .slider-item .project-title .title {
    padding-top: 15px;
  }
}
.home-latest .slider-item .image {
  height: 100%;
  overflow: hidden;
  padding-top: 60px;
}
.home-latest .slider-item .image img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 719.98px) {
  .home-latest .slider-item .image img {
    width: 100% !important;
  }
}
.home-latest .slider-item .image-wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  will-change: transform, opacity;
  pointer-events: none;
}
@media (min-width: 720px) {
  .home-latest .slider-item .image-wrapper {
    width: 98%;
  }
}
@media (min-width: 992px) {
  .home-latest .slider-item .image-wrapper {
    width: 90%;
    padding-bottom: 90px;
    padding-top: 224px;
  }
}
.home-latest .slider-item .image-wrapper .image {
  display: flex;
  pointer-events: all;
  z-index: 10;
  position: relative;
  cursor: pointer;
}
@media (min-width: 720px) {
  .home-latest .slider-item .image {
    padding-top: 189px;
  }
}
@media (min-width: 992px) {
  .home-latest .slider-item .image {
    padding-top: 0;
  }
}
.home-latest .slider-item .numbering {
  display: flex;
  justify-content: end;
}
@media (min-width: 992px) {
  .home-latest .slider-item .numbering {
    align-items: center;
  }
}
@media (max-width: 719.98px) {
  .home-about .subtitle-text {
    padding-bottom: 11px;
  }
}
.home-about .title {
  padding-top: 80px;
}
@media (min-width: 720px) {
  .home-about .title {
    padding-top: 19px;
    transform: translateX(-6px);
  }
}
@media (min-width: 992px) {
  .home-about .title {
    padding-top: 0;
    transform: translateX(0px);
  }
}
.home-about .content {
  padding-top: 16px;
}
@media (min-width: 720px) {
  .home-about .content {
    padding-top: 22px;
  }
}
.home-about .content a {
  margin-top: 28px;
}
@media (min-width: 992px) {
  .home-about .content a {
    margin-top: 37px;
  }
}
@media (max-width: 719.98px) {
  .home-about .image {
    padding-top: 60px;
  }
}
@media (max-width: 719.98px) {
  .home-sale .item:first-of-type {
    padding-top: 10px;
  }
}
@media (min-width: 720px) and (max-width: 991.98px) {
  .home-sale .item {
    padding-left: 1px;
    padding-right: 1px;
  }
}
.home-sale .item:not(:last-of-type) {
  padding-bottom: 81px;
}
@media (min-width: 720px) {
  .home-sale .item:not(:last-of-type) {
    padding-bottom: 92px;
  }
}
@media (min-width: 992px) {
  .home-sale .item:not(:last-of-type) {
    padding-bottom: 82px;
  }
}
.home-sale .swiper {
  position: relative;
}
.home-sale .swiper-slide {
  background-color: rgb(255, 255, 255);
}
.home-sale .swiper-badge {
  z-index: 2;
  padding: 10px;
}
@media (min-width: 992px) {
  .home-sale .swiper-badge {
    padding: 20px;
  }
}
.home-sale .swiper-pagination {
  left: auto;
  right: 0;
  top: 0;
  width: fit-content;
  height: fit-content;
  display: flex;
  position: absolute !important;
}
@media (max-width: 719.98px) {
  .home-sale .swiper-pagination {
    padding-top: 3px;
  }
}
.home-sale .content {
  padding-top: 11px;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 720px) {
  .home-sale .content {
    padding-top: 19px;
    gap: 9px;
  }
}
@media (min-width: 992px) {
  .home-sale .content {
    padding-top: 19px;
    flex-direction: row;
    gap: 0;
  }
}
.home-sale .details {
  padding-top: 4px;
}
.home-sale a {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .home-sale a {
    margin-top: 12px;
  }
}
.home-featured {
  height: 618px;
  overflow: clip;
  color: rgb(255, 255, 255);
  padding-top: 77px;
  margin-top: 119px;
}
@media (min-width: 720px) {
  .home-featured {
    margin-top: 91px;
    padding-top: 0;
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .home-featured {
    padding-top: 90px;
    margin-top: 0;
    background-color: #000000;
  }
}
.home-featured .mobile-navigation {
  position: absolute;
  top: 177px;
  bottom: 14px;
  z-index: 2;
  left: 13px;
  right: 11px;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media (min-width: 720px) {
  .home-featured .mobile-navigation {
    top: 172px;
    bottom: 31px;
  }
}
.home-featured .mobile-navigation .ft-link {
  opacity: 0.8;
  transition: opacity 0.3s ease;
  pointer-events: all;
}
.home-featured .mobile-navigation .ft-link.active {
  opacity: 1;
  color: var(--white);
}
.home-featured h3 {
  z-index: 3;
}
.home-featured-title {
  padding-bottom: 8px;
}
@media (min-width: 720px) {
  .home-featured-title {
    padding-bottom: 22px;
  }
}
@media (min-width: 992px) {
  .home-featured-title {
    padding-bottom: 0px;
  }
}
.home-featured .ft-link {
  padding-bottom: 5px;
  display: block;
  z-index: 3;
  position: relative;
}
@media (min-width: 992px) {
  .home-featured .ft-link .link-text {
    padding-left: 12.7%;
    width: 33.2%;
  }
}
@media (hover: hover) {
  .home-featured .ft-link:hover {
    color: #000000;
  }
}
.home-featured .ft-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.home-featured .ft-image__wrapper .item__image {
  position: absolute;
  left: 0;
  top: 0;
  height: 518px;
  width: 100%;
  object-fit: cover;
  opacity: 0.65;
}
@media (min-width: 720px) {
  .home-featured .ft-image__wrapper .item__image {
    height: 100vh;
  }
}
.home-featured .mobile-link {
  bottom: 15px;
}
@media (min-width: 992px) {
  .home-featured .mobile-link {
    bottom: 32px;
  }
}
.home-presale .col-12:not(:last-of-type) {
  margin-bottom: 22px;
}
@media (min-width: 720px) {
  .home-presale .col-12:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .home-presale .col-12:not(:last-of-type) {
    margin-bottom: 0px;
  }
}
.home-presale .item {
  display: flex;
  gap: 8px;
}
@media (min-width: 720px) {
  .home-presale .item {
    gap: 23px;
  }
}
@media (min-width: 992px) {
  .home-presale .item {
    gap: 26px;
  }
}
@media (max-width: 719.98px) {
  .home-presale .item:first-of-type {
    padding-top: 8px;
  }
}
.home-presale .item .image {
  width: 48.2%;
  aspect-ratio: 1/1.39;
  height: 100%;
  cursor: none !important;
}
@media (min-width: 720px) {
  .home-presale .item .image {
    width: 53.7%;
  }
}
@media (min-width: 992px) {
  .home-presale .item .image {
    width: 61%;
  }
}
.home-presale .item .badge {
  position: absolute;
  top: 18px;
  left: 11px;
}
@media (min-width: 720px) {
  .home-presale .item .badge {
    top: 11px;
    left: 11px;
  }
}
.home-presale .item .content {
  margin-top: auto;
  width: 49%;
}
@media (min-width: 720px) {
  .home-presale .item .content {
    width: 39%;
  }
}
.home-presale .item .content ul {
  padding-top: 13px;
}
.home-presale .item .content ul li:not(:last-of-type) {
  padding-bottom: 3px;
}
.home-presale .item .content .link-text {
  margin-top: 27px;
}
@media (min-width: 720px) {
  .home-presale .item .content .link-text {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .home-presale .item .content .link-text {
    margin-top: 31px;
  }
}
@media (hover: hover) {
  .home-presale .item:hover .link-text svg {
    transform: rotate(-45deg);
  }
}
.home-clients .link-text {
  margin-top: 28px;
}
@media (min-width: 720px) {
  .home-clients .link-text {
    margin-top: 38px;
  }
}
@media (min-width: 992px) {
  .home-clients .link-text {
    margin-top: 40px;
  }
}
.home-clients .image {
  filter: grayscale(100);
}
@media (max-width: 719.98px) {
  .home-clients .image {
    padding-top: 11px;
  }
}
.home-clients .content {
  padding-top: 6px;
}
@media (min-width: 720px) {
  .home-clients .content {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .home-clients .content {
    padding-top: 0px;
  }
}
@media (min-width: 720px) and (max-width: 991.98px) {
  .home-blog .col-12 {
    padding-left: 6px;
  }
}
.home-blog .col-12:not(:last-of-type) {
  padding-bottom: 8px;
}
@media (min-width: 720px) {
  .home-blog .col-12:not(:last-of-type) {
    padding-bottom: 26px;
  }
}
@media (min-width: 992px) {
  .home-blog .col-12:not(:last-of-type) {
    padding-bottom: 0px;
  }
}
.home-blog .item {
  display: block;
}
@media (max-width: 719.98px) {
  .home-blog .item {
    padding-top: 9px;
  }
}
.home-blog .image {
  margin-top: 4px;
  width: 100%;
  aspect-ratio: 1.5/1;
}
@media (min-width: 720px) {
  .home-blog .image {
    width: 95%;
    margin-top: 9px;
    aspect-ratio: 1.436/1;
  }
}
@media (min-width: 992px) {
  .home-blog .image {
    width: 100%;
    aspect-ratio: 1.64/1;
  }
}
.home-blog .image img {
  max-height: none !important;
  max-width: none !important;
  height: 100% !important;
  aspect-ratio: 1.5/1;
}
@media (min-width: 720px) {
  .home-blog .image img {
    aspect-ratio: 1.436/1;
  }
}
@media (min-width: 992px) {
  .home-blog .image img {
    aspect-ratio: 1.64/1;
  }
}
.home-blog .content {
  padding-top: 5px;
}
.home-blog .link-text {
  margin-top: 23px;
}
@media (min-width: 720px) {
  .home-blog .link-text {
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .home-blog .link-text {
    margin-top: 37px;
  }
}

.home-latest .project-image {
  position: relative;
  overflow: hidden;
}
.home-latest .image {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-latest .image img {
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
}

.slider-item,
.slider-item .inner,
.image-wrapper,
.project-numbering {
  pointer-events: none;
}

.slider-item a,
.slider-item .image img,
.project-title,
.slider-item .project-title {
  pointer-events: auto;
  z-index: 3;
}

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