/* Font */
@font-face {
  font-family: 'DINNextLTArabic';
  src: url('https://wpazzrk.github.io/Moaaz/Fonts/DINNextLTArabic-Regular-3.ttf');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'DINNextLTArabic', sans-serif;
}

/* main 2 start */
section:nth-child(2 of .main_banner) .custom_container {
    width: 100%;
}
@media (min-width: 768px) {
    section:nth-child(2 of .main_banner) .md\:\!h-\[600px\] {
        height: 600px !important;
    }
}
@media (max-width: 768px) {
    section:nth-child(2 of .main_banner) .md\:\!h-\[600px\] {
        height: 300px !important;
    }
}
section:nth-child(2 of .main_banner) .slider_image {
    height: 100% !important;
}
section:nth-child(2 of .main_banner) .slider_image img {
    object-fit: cover;
}
section:nth-child(2 of .main_banner) .overflow-clip.swiper-slide:nth-child(2) .slider_image {
    order: -1;
}
/* main 2 end */

/* footer */
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
  background-color: #1F1F1F !important;
}
@media(max-width: 640px) {
  .store-footer * {
    text-align: center;
    margin-inline: auto;
  }
}