@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

/********banner*********/
section.s-block.s-block--fixed-banner .container {
  max-width: 100%;
  padding: 0;
}
section.s-block:nth-of-type(1) {
  margin-top: 0px;
}
section.s-block img {
  background-color: transparent;
  border-radius: 0px;
}
/********banner*********/
section.s-block:nth-of-type(2).s-block--fixed-banner.wide-placeholder,section.s-block:nth-of-type(6).s-block--fixed-banner.wide-placeholder,section.s-block:nth-of-type(11).s-block--fixed-banner.wide-placeholder,section.s-block:nth-of-type(14).s-block--fixed-banner.wide-placeholder {width:90%;
margin:20px auto;
}
body{background-color:#ffff !important;}

.s-slider-block__title h2 {font-weight:400;
font-size:24px;
font-family: "Almarai", sans-serif !important;
}
body.blog-single img.h-80.mb-10.w-full.object-cover.rounded-md,body.blog-index img.h-full.w-full.object-cover {
    object-fit: contain;
}