.wows-kornel {
  overflow: hidden;
  position: relative;
}
.wows-kornel .wows-custom-main-slider {
  height: clamp(25rem, 70vw, 43.75rem);
}
.wows-kornel .wows-custom-img-wrap {
  height: 100%;
  position: relative;
}
.wows-kornel .wows-custom-img-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.445), transparent);
}
.wows-kornel .wows-custom-img-wrap .wows-custom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wows-kornel .wows-custom-content {
  max-width: clamp(21.563rem, 40vw, 31.25rem);
  padding: 10px 0;
  overflow: hidden;
  margin: 0 clamp(1.875rem, 6.5vw, 6.25rem);
}
.wows-kornel .wows-custom-sub-title {
  color: #d4d4d6;
  margin: 0 0 clamp(0.625rem, 2vw, 1.25rem);
  font-size: clamp(1rem, 2.5vw, 1.125rem);
}
.wows-kornel .wows-custom-title {
  margin: 0 0 clamp(0.625rem, 2vw, 1.25rem);
  color: #f8f8f8;
  font-size: clamp(1.875rem, 5vw, 3.125rem);
}
.wows-kornel .wows-custom-desc {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  color: #e0e0e0;
  margin: 0 0 clamp(1.25rem, 3vw, 1.875rem);
}
.wows-kornel .wows-custom-desc p {
  margin: 0;
}
.wows-kornel .wows-custom-link-btn a {
  display: inline-block;
  border: 1px solid #47525d;
  text-decoration: none;
  padding: 10px 20px;
  font-size: clamp(0.625rem, 1.5vw, 0.75rem);
  color: #fff;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.212);
  position: relative;
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
  letter-spacing: 2px;
  border-radius: 3px;
}
.wows-kornel .wows-custom-link-btn a:hover {
  border-color: #5e17eb;
  background-color: #5e17eb;
}
.wows-kornel .wows-custom-link-btn a:after {
  content: "";
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  border: 1px solid #47525d;
  transform: scaleX(0.9);
  transition: transform 0.3s ease;
}
.wows-kornel .wows-custom-link-btn a:hover:after {
  border-color: #5e17eb;
  transform: scaleX(1);
}
.wows-kornel .wows-custom-content,
.wows-kornel .wows-custom-thumbs-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wows-kornel .wows-custom-thumbs-slider {
  height: 100%;
  width: clamp(16.25rem, 30vw, 18.75rem);
  height: clamp(18.75rem, 35vw, 29.375rem);
  display: none;
}
.wows-kornel .wows-custom-thumbs-item::before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: -2;
  left: 50%;
  top: 50%;
  background: #5e17eb;
  transition: all 0.3s ease;
}
.wows-kornel .swiper-slide-active::before,
.wows-kornel .wows-custom-thumbs-item:hover::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.wows-kornel .wows-custom-thumbs-item {
  border-radius: 10px;
  overflow: hidden;
  backdrop-filter: blur(15px);
}
.wows-kornel .wows-custom-thumbs-content {
  padding: 0 clamp(1.25rem, 2vw, 1.875rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.wows-kornel .wows-custom-thumbs-desc {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  color: #dedede;
}
.wows-kornel .wows-custom-thumbs-desc,
.wows-kornel .wows-custom-thumbs-content .wows-custom-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #dedede;
}
.wows-kornel .wows-custom-thumbs-content .wows-custom-title {
  color: #fbfbfb;
  font-size: clamp(1rem, 1.5vw, 1.375rem);
  margin: 0 0 10px;
}
.wows-kornel .wows-custom-thumbs-desc p {
  margin: 0;
}
.wows-kornel .wows-swiper-pagination {
  position: absolute !important;
  bottom: 0 !important;
  z-index: 1;
  margin: clamp(1.875rem, 6.5vw, 6.25rem);
}
.wows-kornel.wows-slider-style-1 .wows-custom-thumbs-slider {
  right: clamp(1.875rem, 6.5vw, 6.25rem);
}
.wows-kornel.wows-slider-style-2 .wows-custom-thumbs-slider {
  left: clamp(1.875rem, 6.5vw, 6.25rem);
}
.wows-kornel.wows-slider-style-2 .wows-custom-content {
  right: 0;
  text-align: right;
}
.wows-kornel.wows-slider-style-2 .wows-swiper-pagination {
  right: 0;
  left: unset;
}

@media (min-width: 768px) {
  .wows-kornel .wows-custom-thumbs-slider {
    display: block;
  }
}