.slider-active .slick-dots {
  display: none;
}

.home header .menu-area .logo img {
  filter: invert(100%);
}

.home header .menu-area.sticky-menu .logo img {
  filter: invert(0);
}

#pro-gallery {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  #pro-gallery {
    padding: 0 25px;
  }
}

#pro-gallery img {
  height: 785px;
  border-radius: 25px;
  object-fit: cover;
}

@media (max-width: 1800px) {
  #pro-gallery img {
    height: 755px;
  }
}

@media (max-width: 1500px) {
  #pro-gallery img {
    height: 720px;
  }
}

@media (max-width: 1199.98px) {
  #pro-gallery img {
    height: 520px;
  }
}

@media (max-width: 991.98px) {
  #pro-gallery img {
    height: 420px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  #pro-gallery img {
    height: 350px;
  }
}

@media (max-width: 767.98px) {
  #pro-gallery img {
    height: 300px;
  }
}

#pro-gallery .swiper-slide {
  padding: 0 10px;
}

@media (max-width: 991.98px) {
  #pro-gallery .swiper-slide {
    padding: 0 5px;
  }
}

#pro-gallery .swiper {
  overflow: visible;
}

@media (max-width: 767.98px) {
  .banner-content .title {
    font-size: 28px !important;
    line-height: 32px !important;
  }
}
