@charset "UTF-8";

/* Noto Sans Arabic */
@font-face {
  font-family: 'Noto Sans Arabic';
  src: url('/static/front/fonts/NotoSansArabic-Light.woff2') format('woff2'),
       url('/static/front/fonts/NotoSansArabic-Light.woff') format('woff'),
       url('/static/front/fonts/NotoSansArabic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans Arabic';
  src: url('/static/front/fonts/NotoSansArabic-Regular.woff2') format('woff2'),
       url('/static/front/fonts/NotoSansArabic-Regular.woff') format('woff'),
       url('/static/front/fonts/NotoSansArabic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans Arabic';
  src: url('/static/front/fonts/NotoSansArabic-Medium.woff2') format('woff2'),
       url('/static/front/fonts/NotoSansArabic-Medium.woff') format('woff'),
       url('/static/front/fonts/NotoSansArabic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Noto Sans Arabic';
  src: url('/static/front/fonts/NotoSansArabic-Bold.woff2') format('woff2'),
       url('/static/front/fonts/NotoSansArabic-Bold.woff') format('woff'),
       url('/static/front/fonts/NotoSansArabic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

.subHeader__section.--bgType18 {background: #002400;}
.subHeader__area.--imgType18::before {background-image: url(/public/assets/muslim/images/mosque.png); width: 337px; height: 207px; right: 98px; bottom: 30px;}

@media screen and (max-width: 1200px) {
    .subHeader__area.--imgType18::before {background-image: url(/public/assets/muslim/images/mosque_mo.png); width: 186px; height: 114px; right: 23px;}
    .thingsToDo__section.p20 {padding-left: 20px !important; padding-right:20px !important;}
}

@media screen and (max-width:750px) {
    .subHeader__area.--imgType18::before {background-image: url(/public/assets/muslim/images/mosque_mo.png); width: 186px; height: 114px; right: 23px;}
    .thingsToDo__section.p20 {padding-left: 20px; padding-right:20px;}
}