.copyright-text p,
.sq-image-slider .s-count-down-md .s-count-down-item,
.sq-image-slider .s-count-down-item-label,
.sq-image-slider .s-count-down-item:after{
  color: #fff !important;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
  display: none;
}
@media (max-width: 520px) {
    .navbar-brand img {
        width: 50px !important;
    }
  .banner-image img, .banner-image picture {
    height: 44vh;
}
  .sq-image-slider img{
    height: 70vh;
}
  .sq-image-slider-5.sal-animate .top-12 {
    top: 11rem;
}
 .sq-image-slider-5.sal-animate .swiper-slide {
    height: 70vh;
}
}
@media (min-width:768px){
  .categories-sec .swiper-wrapper{
    justify-content: center;
  }
}
@media (min-width: 1280px) {
    .xl\:left-\[13\%\] {
        left: 40%;
    }
}