/* إزالة المسافة الفارغة أعلى أول سلايدر في الصفحة الرئيسية */
main > section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

main > section:empty {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}