/* Amr */

@font-face {
  font-family: 'CareemRegular';
  src: url('https://amr099.github.io/Fonts/CAREEM-REGULAR.DB5F2BCA26992ED25A89.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
 body {
  font-family: 'CareemRegular' !important;
}


.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

footer a img{
  filter: brightness(0) invert(1);
  scale:1.3
}
 
/* منع النقر بزر الفأرة الأيمن */
body {
  -webkit-user-select: none; /* Chrome, Opera and Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* Internet Explorer/Edge */
  user-select: none;         /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

/* منع سحب الصور */
img {
  pointer-events: none;
}

/* إخفاء الصور عند محاولة سحبها (اختياري) */
img::after {
  content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA...'); /* ضع هنا صورة شفافة صغيرة */
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* منع تحديد النص */
body {
    -webkit-user-select: none; /* Chrome, Safari, Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* غير معتمد في كل المتصفحات بعد */
}

/* منع النقر بزر الفأرة الأيمن */
body {
    -webkit-touch-callout: none; /* iOS Safari */
}

/* إخفاء نص التعليمات عند محاولة النقر بزر الفأرة الأيمن */
html {
    -webkit-touch-callout: none;
}

/* منع النسخ */
body {
    -webkit-user-drag: none; /* Safari, Chrome */
}