/* Add custom CSS styles below */ 

/* Photos Slider */
body.index section:first-of-type{
  margin-top: 0;
}
salla-slider.photos-slider .swiper-slide {
    margin: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav {
    display: none;
}


/* Main Banner */
@media (max-width: 767px) {
.main-banner-component .main-banner-swiper,
.main-banner-component .content {
    height: 450px;
}
}


/* Special Banner */
.special-banner-component .md\:min-h-\[714px\] {
    justify-content: center;
}

.special-banner-component .md\:max-w-\[488px\] {
    max-width: 100%;
}
@media(min-width:768px){
  .special-banner-component .md\:max-w-\[488px\] {
    gap: 12px;
}
.special-banner-component  h3.special-banner-title{
  font-size: 40px;
}
}