.section-hero-content {
  --pd: 2.4rem;
}
.section-hero-content .project-hot-info-header {
  padding: var(--pd);
  border-radius: var(--pd);
  background-color: #FAFAFA;
}
.section-hero-content .project-hot-info {
  width: 45.8333333333%;
  position: absolute;
  z-index: 1;
  top: var(--pd);
  left: var(--pd);
}
.section-hero-content .project-hot-img {
  width: 75%;
  margin-left: auto;
}
.section-hero-content .project-hot-link {
  position: absolute;
  bottom: 4rem;
  right: 4rem;
}

.section-hero-gallery {
  margin-top: var(--rg);
}
.section-hero-gallery .gallery-img {
  border-radius: 1.6rem;
  overflow: hidden;
}

.section-video-thumb {
  border-radius: 6.4rem;
  overflow: hidden;
  position: relative;
  box-shadow: var(--box-shadow-1);
}
.section-video-thumb::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background-color: rgba(36, 36, 36, 0.5);
}
.section-video-thumb .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-gallery {
  width: 100%;
  height: 150vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F3F3F3;
  position: relative;
}
@media (min-width: 1201px) {
  .section-gallery:hover {
    cursor: none;
  }
  .section-gallery:hover .cursor-detail {
    opacity: 1;
  }
}
.section-gallery .section-gallery-content {
  transform: rotate(15deg);
  flex-wrap: nowrap;
}
.section-gallery .gallery-img {
  margin-bottom: var(--rg);
  border-radius: var(--rg);
  border: 0.6rem solid #1B2933;
  overflow: hidden;
}
.section-gallery .section-gallery-item {
  width: 22vw;
}

.section-tone-vibe-mood-show {
  position: relative;
}

.tone-vibe-mood-img {
  border-radius: 1.6rem;
  overflow: hidden;
}

.section-transformed-gallery {
  position: relative;
  padding: 8rem;
}
.section-transformed-gallery .transformed-img {
  height: auto;
}
.section-transformed-gallery .transformed-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.transformed-gallery-swiper-thumbs {
  position: absolute;
  inset: 0;
  border-radius: 4rem;
  overflow: hidden;
}
.transformed-gallery-swiper-thumbs::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  backdrop-filter: blur(6px);
}
.transformed-gallery-swiper-thumbs::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -1%, rgba(0, 0, 0, 0.32) 90%);
}
.transformed-gallery-swiper-thumbs .swiper {
  width: 100%;
  height: 100%;
}

.transformed-gallery-swiper-main {
  position: relative;
  z-index: 2;
  aspect-ratio: 1056/524;
}
.transformed-gallery-swiper-main .transformed-gallery-swiper-w {
  position: absolute;
  inset: 0;
  border-radius: 3.2rem;
  border: 0.4rem solid #FFFDFD;
  overflow: hidden;
}
.transformed-gallery-swiper-main .transformed-gallery-swiper-w .swiper {
  width: 100%;
  height: 100%;
}

.transformed-gallery-swiper-next {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.6rem 0;
  transform: translateY(100%);
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  color: #fff;
  cursor: pointer;
}
.transformed-gallery-swiper-next img {
  width: 2.4rem;
  height: 2.4rem;
}

.banner-img_split {
  display: flex;
  height: 100%;
}
.banner-img_split > img {
  display: none;
}

.banner-img_split .img-item {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner-img_split .img-item img {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--widthImg);
  max-width: var(--widthImg);
  height: 100%;
  transform: none;
  transition-duration: 0.5s;
  transition-delay: 1.2s;
  object-fit: cover;
}

.swiper-slide-active .banner-img_split .img-item img {
  transition-duration: 1.5s !important;
  transition-delay: 0s !important;
  transform: translateX(var(--percent));
}

.responsive-gallery-swiper {
  position: relative;
}
.responsive-gallery-swiper .responsive-img {
  border-radius: 2.4rem;
  border: 0.2rem solid #1B2933;
  overflow: hidden;
}

.section-bg-white {
  position: relative;
}
@media (min-width: 1201px) {
  .section-bg-white {
    background-color: #fff;
    padding-bottom: 8rem;
    border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 8rem;
    box-shadow: 0rem 0.8rem 1.6rem 0px rgba(0, 0, 0, 0.1);
  }
}

.section-fully-customize-gallery {
  position: relative;
  overflow: hidden;
}
.section-fully-customize-gallery::before, .section-fully-customize-gallery::after {
  content: "";
  top: 0;
  z-index: 5;
  width: 18rem;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.section-fully-customize-gallery::before {
  left: -0.2rem;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, #fff 90%);
}
.section-fully-customize-gallery::after {
  right: -0.2rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 90%);
}
.section-fully-customize-gallery .swiper-slide {
  height: auto;
}

.fully-customize-img {
  border-radius: 1.6rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.fully-customize-img img {
  width: 100%;
  height: 100%;
}

.other-projects-navigation {
  position: relative;
  max-width: max-content;
  margin-left: auto;
}
.other-projects-navigation .swiper-navigation {
  position: static;
  transform: unset;
  width: 100%;
  gap: 0.8rem;
}

@media (max-width: 1200px) {
  .row {
    --rg: 1.6rem;
    --cg: 1.6rem;
  }
  .section-gallery {
    height: 50vh;
  }
  .section-gallery .gallery-img {
    border-width: 0.3rem;
  }
  .section-gallery .section-gallery-item {
    width: 25vw;
  }
  .section-transformed-gallery {
    padding: 6rem;
  }
  .responsive-gallery-swiper .swiper-slide {
    width: 40%;
  }
}
@media (max-width: 993px) {
  .project-hot-item {
    --spacing: 2.4rem;
    flex-direction: column;
  }
  .section-hero-content .project-hot-info {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
  .section-hero-content .project-hot-img {
    width: 100%;
  }
  .section-hero-content .project-hot-link {
    bottom: var(--spacing);
    right: var(--spacing);
  }
  .section-video-thumb {
    border-radius: 3.2rem;
  }
  .section-video-header .col,
  .section-tone-vibe-mood-header .col,
  .section-transformed-header .col,
  .section-responsive-header .col,
  .section-fully-customize-header .col,
  .section-other-projects-header .col {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .title-36 br {
    display: none;
  }
  .section-hero-content {
    --pd: 1.6rem;
  }
  .project-hot-item {
    --spacing: 1.6rem;
  }
  .project-hot-info {
    order: 1;
  }
  .section-hero-content .project-hot-link {
    order: 2;
    margin-top: 1.6rem;
    position: relative;
    bottom: 0;
    right: 0;
  }
  .section-hero-content .project-hot-img {
    order: 3;
  }
  .section-tone-vibe-mood .swiper-slide {
    width: 50%;
  }
  .section-transformed-gallery {
    padding: 1rem;
  }
  .transformed-gallery-swiper-main .transformed-gallery-swiper-w {
    border-width: 0.2rem;
  }
  .transformed-gallery-swiper-next {
    color: #000;
  }
  .transformed-gallery-swiper-next img {
    filter: brightness(0);
  }
  .responsive-gallery-swiper .swiper-slide {
    width: 80%;
  }
  .fully-customize-gallery-swiper .swiper-slide {
    width: 80%;
  }
  .section-fully-customize-gallery::before, .section-fully-customize-gallery::after {
    width: 2rem;
  }
  .section-other-projects-list .swiper-slide {
    width: 90vw;
  }
  .section-gallery .section-gallery-item {
    width: 33vw;
  }
}

/*# sourceMappingURL=du-an-detail.css.map */
