.filt-slider {
  backdrop-filter: brightness(0.6);
}
/* .th-hero-wrapper.hero5.slider-area {
  top: 7px;
  margin-bottom: 7px;
}
@media only screen and (max-width: 991px) {
  .th-hero-wrapper.hero5.slider-area {
    top: 0px;
    margin-bottom: 0px;
  }
} */
.space
  .container
  .slider-area
  #testiSlider1
  .swiper-wrapper
  .swiper-slide
  .testi-card
  .box-content
  .box-profile
  .box-avater
  img {
  max-width: 45px;
  filter: invert(1);
}
.mh-bt-uyg {
  min-height: 23rem;
}
.theme-clr {
  color: var(--theme-color);
}
.header-logo a img {
  max-width: 21rem;
}
.th-pagination ul li.active a {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: 1px solid var(--theme-color);
    font-weight: 600;
    transition: all 0.3s ease;
}

.th-pagination ul li.disabled span {
    color: var(--gray-color);
    opacity: 0.7;
    pointer-events: none;
    cursor: default;
}
