/* ==========================
   Dark Sections Theme
========================== */

.services,
.why-us,
.gallery,
.testimonials{
    position: relative;

    background-color:#151515;

    background:
        radial-gradient(circle at top right, rgba(220,20,20,.15), transparent 35%),
        radial-gradient(circle at bottom left, rgba(255,255,255,.04), transparent 40%),
        linear-gradient(180deg,#151515,#1f1f1f);
}

/* العناوين */

.services .section-title h2,
.why-us .section-title h2,
.gallery .section-title h2,
.testimonials .section-title h2{
    color:#fff;
}

/* الوصف */

.services .section-title p,
.why-us .section-title p,
.gallery .section-title p,
.testimonials .section-title p{
    color:#d0d0d0;
}

/* ==========================
   Global Dark Theme
========================== */

.dark-section{
    
    position:relative;

    padding:80px 0;

    background-color:#151515;

    background:
        radial-gradient(circle at top right, rgba(220,20,20,.12), transparent 35%),
        radial-gradient(circle at bottom left, rgba(255,255,255,.03), transparent 40%),
        linear-gradient(180deg,#151515,#1c1c1c);
}

.dark-section .section-title h2{
    color:#fff;
}

.dark-section .section-title p{
    color:#cfcfcf;
}