body {
    font-family: 'Cairo', sans-serif; /* تعيين خط Cairo */
    direction: rtl; /* تعيين اتجاه الصفحة RTL */
    text-align: right; /* محاذاة النص إلى اليمين */
}

.form-group label {
    color: white; /* تغيير لون النص في labels إلى الأبيض */
}
* {
    font-family: 'Cairo', sans-serif; /* تعيين خط Cairo لكل عنصر */
}
.card img , .eventlogo  {
    width: 100%; /* عرض الصورة */
    height: auto; /* الحفاظ على نسبة العرض إلى الارتفاع */
    display: block; /* يجعل الصورة ككتلة */
    margin: 0 auto; /* يوسّط الصورة داخل العنصر */
    padding: 20px;;
}

 .head1{
    color:  white;
    color: white;
    margin-bottom: 20px;
}

.eventreg .form-group label {
    color:  #030744 !important;
}

.text-white{
    color:  #0d0331;
}

.label-white{
    color: white !important;
}