/* Add custom CSS styles below */ 
/* تغيير لون خلفية الفوتر إلى رمادي فاتح */
footer,
.site-footer,
.footer {
    background-color: #f8f8f8 !important;
}
/* لون النص داخل الفوتر */
footer,
.site-footer,
.footer {
    color: #222222 !important;
}
@media(max-width:768px){

.image-div.w-full.h-\[580px\].Al__anime.fade{
  height: 300px;
}

}
@supports (-webkit-touch-callout: none) {
   img.h-1\/2.w-auto.my-auto.opacity-80.hover\:opacity-100.transition-all.cursor-pointer  {
    height: auto !important;
  }
}