/* Add custom CSS styles below */
/*Cairo*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Lemonada:wght@300..700&display=swap');


*{
  font-family: "Cairo", sans-serif;
  font-optical-sizing: auto;

}

/**/

.item-text h1 {
    font-size: 33px !important;
}



.landing-page-first-banner .txt {
    margin-left: 6%;
}
/*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;
}

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;
}
/*banner*/

@media (min-width: 768px) {

section:nth-child(1 of .landing-page-first-banner) .landing-banner {
    height: 66vh !important;
}

section:nth-child(2 of .landing-page-first-banner) .landing-banner {
    height: 63vh !important;
}

section:nth-child(3 of .landing-page-first-banner) .landing-banner {
    height: 60vh !important;
}
    
}

@media (max-width: 390px){

section:nth-child(1 of .landing-page-first-banner) .landing-banner {
    height: 22vh !important;
}

section:nth-child(2 of .landing-page-first-banner) .landing-banner {
    height: 24vh !important;
}

section:nth-child(3 of .landing-page-first-banner) .landing-banner {
    height: 19vh !important;
}
    
}

@media(max-width:768px) {
.landing-page-first-banner .item-text {
    max-width: 214px !important;
}
.landing-page-first-banner .txt{
margin-left:0;


}

/*cat*/
 .g_cat .grid-cols-3 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
/* end cat*/

.item-text h1 {
    font-size: 10px !important;
    color: #805b4e !important;
    line-height: 20px !important;
    font-weight: bold !important;
}
section:nth-child(1 of .landing-page-first-banner) .txt {
    margin-left: 0;
}

 section:nth-child(2 of .landing-page-first-banner) .item-text h1 {
    font-size: 16px !important;

}

}