/*@media (max-width: 767px) {
    .max-w-\[700px\] {
        opacity: 0 !important;
    }
}*/

/*salla-slider.photos-slider .swiper-slide {
    margin: 0rem !important;
    width: 100%;
    padding: 0rem !important;
    border-radius: 0rem !important;
}

.rounded-md {
    border-radius: 0rem !important;
}

section.s-block.s-block--photos-slider {
    margin-top: 0rem;
    margin-bottom: 1rem !important;
}

.s-slider-has-notitle .s-slider-block__title {
    margin-top: 0rem !important;
}

salla-slider.photos-slider .swiper {
    margin: 0rem !important;
    width: 100%;
    padding: 0rem !important;
}*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

body {
  font-family: "Cairo", sans-serif;
}
.g_cat .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.g_cat .s-slider-swiper-wrapper {
    justify-content: center;
}
.copyright-text p {
    color: white !important;
}
@media (min-width: 768px) {
section:nth-child(1 of.landing-page-first-banner) .item-text.w-full.md\:w-fit.flex.flex-col.z-2.max-w-\[700px\] {
    max-width: 80% !important;
    margin-top: 22%;
    margin-right: -19%;
}
section:nth-child(2 of.landing-page-first-banner) .max-w-\[700px\] {
    max-width: 77% !important;
}
    .g_cat .swiper-wrapper{
justify-content: center;
}
    }
    @media (max-width:767px){
  section:nth-child(1 of.landing-page-first-banner)  .txt{
    align-items: center !important;
}}