@charset "UTF-8";
.title {
  width: 100%;
  position: relative;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
  font-size: 2.77rem;
  margin-top: 150px;
  color: #fff;
  font-family: Manrope;
}
.title .div {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.2em;
  text-transform: capitalize;
  font-weight: 800;
}
.title .breadcrumb {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  opacity: 0.5;
  font-size: 14px;
}
.title .breadcrumb .home {
  position: relative;
  text-transform: capitalize;
  font-weight: 800;
}
.title .breadcrumb .icon {
  width: 12px;
  position: relative;
  height: 12px;
  overflow: hidden;
  flex-shrink: 0;
}

.bg-icon {
  width: 100%;
  position: absolute;
  margin: 0 !important;
  top: 200px;
  left: -75px;
  max-width: 100%;
  overflow: hidden;
  height: 929px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
}

.collage-animations {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin-top: 8.33rem;
  color: #fff;
  font-family: Inter;
}
.collage-animations .our-latest-parent {
  width: 68.44rem;
  font-size: 8.88rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.collage-animations .our-latest-parent .our-latest {
  align-self: stretch;
  position: relative;
  line-height: 8.88rem;
}
.collage-animations .our-latest-parent .project {
  align-self: stretch;
  position: relative;
  line-height: 8.88rem;
  text-align: right;
}
@media (max-width: 880px) {
  .collage-animations .our-latest-parent {
    width: 80%;
    font-size: 7rem;
  }
  .collage-animations .our-latest-parent .our-latest,
  .collage-animations .our-latest-parent .project {
    line-height: 7rem;
  }
}
.collage-animations .show-row {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 0.88rem;
  margin-top: -5.55rem;
  font-size: 1.77rem;
}
@media (max-width: 880px) {
  .collage-animations .show-row {
    margin-top: 3rem;
  }
}
.collage-animations .show-row .show-col1 {
  width: 33.77rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2.22rem;
}
@media (max-width: 880px) {
  .collage-animations .show-row .show-col1 {
    width: 80%;
    text-align: center;
  }
}
.collage-animations .show-row .show-col2 {
  width: 33.77rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8.88rem 0 0;
  box-sizing: border-box;
  gap: 2.22rem;
  text-align: right;
}
@media (max-width: 880px) {
  .collage-animations .show-row .show-col2 {
    width: 80%;
    padding: 2.22rem 0 0;
    text-align: center;
  }
}
.collage-animations .portfolio-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 0.66rem;
  cursor: pointer;
}
.collage-animations .portfolio-card:hover {
  opacity: 0.5;
}
.collage-animations .portfolio-card .image-icon {
  width: 33.77rem;
  position: relative;
  border-radius: 30px 0px 0px 0px;
  height: 35.55rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 880px) {
  .collage-animations .portfolio-card .image-icon {
    width: 100%;
    border-radius: 30px;
  }
}
.collage-animations .portfolio-card .d-animation- {
  width: 33.77rem;
  position: relative;
  line-height: 2.66rem;
  display: inline-block;
}
@media (max-width: 880px) {
  .collage-animations .portfolio-card .d-animation- {
    width: 100%;
  }
}
.collage-animations .portfolio-card .image-icon1 {
  width: 33.77rem;
  position: relative;
  height: 35.55rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 880px) {
  .collage-animations .portfolio-card .image-icon1 {
    width: 100%;
    border-radius: 30px;
  }
}
.collage-animations .portfolio-card .image-icon2 {
  width: 33.77rem;
  position: relative;
  border-radius: 0px 30px 0px 0px;
  height: 35.55rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 880px) {
  .collage-animations .portfolio-card .image-icon2 {
    width: 100%;
    border-radius: 30px;
  }
}

.video-modal {
  display: none; /* 預設隱藏 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999; /* 顯示在最上層，避免被其他元素蓋住 */
  align-items: center; /* 讓內容垂直置中 */
  justify-content: center; /* 讓內容水平置中 */
}
.video-modal.show {
  display: flex; /* 當有 .show 時顯示並使用 flex 置中 */
}
.video-modal .video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* 半透明背景 */
}
.video-modal .video-modal-content {
  position: relative;
  z-index: 1; /* 確保內容在半透明背景之上 */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* 可以依需求控制寬度 */
}
.video-modal .video-modal-content .modal-video {
  width: 80vw;
  max-width: 1200px; /* 影片最大寬度 */
  height: auto; /* 高度自動 */
  background: #000; /* 影片區塊背景色（以免載入前出現白底） */
  outline: none;
}

.contact-btn {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
  margin-top: 8.33rem;
  margin-bottom: 8.33rem;
  color: #161616;
  font-family: Manrope;
  text-decoration: none; /* 移除底線 */
  color: inherit; /* 繼承父層顏色，這樣可以保持原來的顏色 */
}
.contact-btn:hover {
  transition: none; /* 滑鼠移上去時立即變化，無過渡效果 */
  opacity: 0.8;
}
.contact-btn .contact-us {
  position: relative;
  text-transform: capitalize;
  font-weight: 800;
}
.contact-btn .icon {
  width: 18px;
  position: relative;
  height: 1rem;
  overflow: hidden;
  flex-shrink: 0;
}
.contact-btn .contact-btn1 {
  width: 200px;
  border-radius: 12px;
  background-color: #01ed8d;
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-sizing: border-box;
  gap: 10px;
}/*# sourceMappingURL=style_showcase_animation.css.map */