.wows-lumix {
  overflow: hidden;
  position: relative;
  height: clamp(24.875rem, 60vw, 31.25rem);
}
.wows-lumix .wows-custom-main-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 11;
  max-width: clamp(15.625rem, 50vw, 28.125rem);
}
.wows-lumix .wows-custom-content {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.wows-lumix .swiper-slide-active .wows-custom-content {
  opacity: 1;
}
.wows-lumix .wows-custom-img-wrap {
  height: 100%;
  position: relative;
}
.wows-lumix .wows-custom-img-wrap .wows-custom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wows-lumix .wows-custom-sub-title {
  color: #d4d4d6;
  margin: 0 0 clamp(0.625rem, 2vw, 1.25rem);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
}
.wows-lumix .wows-custom-title {
  margin: 0 0 clamp(0.625rem, 2vw, 1.25rem);
  color: #19191d;
  font-size: clamp(1.875rem, 5vw, 3.125rem);
  font-weight: 700;
}
.wows-lumix .wows-custom-desc {
  font-size: clamp(0.875rem, 1.5vw, 1.1rem);
  color: #3f3f46;
  margin: 0 0 clamp(1.25rem, 2.5vw, 1.4rem);
}
.wows-lumix .wows-custom-desc p {
  margin: 0;
}
.wows-lumix .wows-custom-link-btn a {
  color: #000;
  font-size: clamp(0.875rem, 2vw, 1rem);
  text-transform: capitalize;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s ease-out;
  font-weight: 400;
}
.wows-lumix .wows-custom-link-btn a svg {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s;
}
.wows-lumix .wows-custom-link-btn a:hover {
  color: #000;
}
.wows-lumix .wows-custom-link-btn a:hover svg {
  opacity: 1;
  transform: scale(0);
}
.wows-lumix .wows-custom-link-btn a:hover .gut-custom-link-line {
  width: 60px;
  opacity: 1;
}
.wows-lumix .wows-custom-link-btn a:hover .gut-custom-link-line::before,
.wows-lumix .wows-custom-link-btn a:hover .gut-custom-link-line::after {
  width: 8px;
  opacity: 1;
}
.wows-lumix .gut-custom-link-line {
  width: 0;
  height: 1px;
  background: currentColor;
  position: relative;
  opacity: 0;
  transition: width 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s;
}
.wows-lumix .gut-custom-link-line:before,
.wows-lumix .gut-custom-link-line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  opacity: 0;
  transition: width 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s;
}
.wows-lumix .gut-custom-link-line:before {
  top: -3px;
  transform: rotate(45deg);
}
.wows-lumix .gut-custom-link-line::after {
  bottom: -3px;
  transform: rotate(-45deg);
}
.wows-lumix .wows-custom-thumbs-slider {
  position: absolute;
  left: clamp(6.25rem, 20vw, 12.5rem);
  top: 0;
  bottom: 50px;
  width: 100%;
  z-index: 1;
}
.wows-lumix .wows-lumix-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}
.wows-lumix .wows-lumix-pagination .swiper-pagination {
  position: unset !important;
}
.wows-lumix .wows-lumix-pagination .swiper-pagination .swiper-pagination-bullet {
  color: #000;
}