/* Add custom CSS styles below */ 
/* main banner */
section:first-of-type {
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
  padding: 0rem;
  margin: 0rem;
  width: 100%;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
  opacity: 0;
}
salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
  padding: 0rem;
}
.s-block__title h2,
.s-slider-block__title h2 {
  border-bottom: unset;
  padding: 0;
}
.landing-page-first-banner {
    margin-top: 2rem;
}
/* end-banner*/

  /*Square pictures*/
.image-title .title-heade {
  color: #fff;
    background-color: unset;
    
}
/*

/*footer */

.copyright-text p {

    color: #fff !important;
}

.copyright-text a:hover {
    color: #fff !important;
}

.s-payments-list-item img {
    object-fit: cover;
    background: #ffffff !important;
    height: unset;
}
@media(max-width:768px) {
.landing-page-first-banner .item-text {
    max-width: 157px !important;
}

.landing-page-first-banner  .item-text h1 {
    font-size: 13px !important;
}
}