body, footer {
    background-color: #000 !important;
    color: #aaaaaa;
}
  
h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}

p {
    color: #aaaaaa;
}

.hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),url('../images/dark-version.jpg');
    background-size: cover;       /* تجعل الصورة تغطي القسم بالكامل */
    background-position: center;  /* تجعل الصورة متمركزة */
    background-repeat: no-repeat; /* تمنع تكرار الصورة */

}

.alternate {
    background-color: #151718;
}

.navbar {
    background-color: #000 !important;
    color: #151718;
}

.btn-light {
    color: #151718 !important;
}

.btn-outline-light:hover {
    color: #151718 !important;
}

/* Change the color of the navigation arrows in the Student Reviews section.*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
   filter: invert(1) grayscale(100);
}

/* Make the accordion button text white*/
.accordion-button {
    color: #ffffff;
}
.accordion-button::after {
    filter: invert(1);
}
.accordion-body, .accordion-body p {
    color: #aaaaaa !important; 
}

/*dark black in release section*/
.release {
    background-color: #0F0F0F !important;
}

footer .middle-footer {
    background-color: #0F0F0F;
}

#card-error p {
    color: #373232 !important;
}

.list-video {
    color: #fff;
}