:root {
    --color-white: #fff;
    --color-gray-50: #ffffffcc;
    --color-gray-100: #f5f5f5;
    --color-gray-200: #e5e5e5;
    --color-gray-300: #d4d4d4;
    --color-gray-400: #a3a3a3;
    --color-gray-500: #737373;
    --color-gray-600: #525252;
    --color-gray-700: #404040;
    --color-gray-800: #262626;
    --color-gray-900: #171717;
    --color-black: #141414;
    --color-black-two: black;
    --color-black-three: #161616;
    --color-black-four: #32373c;
    --color-lightGray-1: #e7e7e7;
    --color-lightGray-2: #e8e8e8;
    --color-lightGray-3: #f1f1f1;
    --color-lightGray-4: #777777;
    --color-lightGray-5: #eeeeee;
    --color-lightGray-6: #838383;
    --color-lightGray-7: #f7f7f7;
    --color-lightGray-8: #e9e9e9;
    --color-dark-blue: #334862;
    --color-dark-blue-two: #446084;
    --color-dark-blue-three: #0078d7;
    --color-dark-blue-four: #1c64f2;
    --color-yellow-one: #ffb606;
    --color-yellow-two: #cc9104;
    --color-yellow-three: #e6a303;
    --color-yellow-four: #faedcc;
    --color-yellow-five: #e9a501;
    --color-yellow-sex: #de982f;
    --color-yellow-seven: #f8ead5;
    --color-yellow-eight: #f7f7f7;
    --color-yellow-nine: #faca15;
    --color-red-one: #d26e4b;
    --color-red-two: #f1d3c8;
    --color-green-one: #057a55;
    --transition-0-3: 0.3s;
    --transition-0-5: 0.5s;
}

/* Start About Us */
.about-us {}

.about-us .image {
    position: relative;
    margin-top: -13px;
}

.about-us .image img {
    width: 100%;
    height: 70vh;
    filter: brightness(0.5);
}

.about-us .image .text-image {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.about-us .image .text-image h1 {
    font-size: 50px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .about-us .image img {
        height: 45vh;
    }

    .about-us .image .text-image {
        width: 100%;
    }

    .about-us .image .text-image h1 {
        font-size: 35px;
    }
}

.about-us .image .text-image .title {
    text-transform: uppercase;
    font-weight: 500;
}

.about-us .image .text-image .title span {
    color: var(--color-yellow-one);
}

.about-us .image .text-image strong {
    display: block;
    margin: 15px 0;
}

.about-us .image .text-image .social-media {}

.about-us .image .text-image .social-media a {
    position: relative;
}

.about-us .image .text-image .social-media a svg {
    width: 15px;
    margin: 3px;
}

.about-us .image .text-image .social-media a::after {
    position: absolute;
    bottom: 35px;
    top: -50px;
    left: 0;
    background-color: var(--color-black);
    padding: 5px;
}

.about-us .image .text-image .social-media a[aria-label="Call us"] {
    content: 'Call us';
    color: red;
}

.about-us .image .text-image .social-media a svg path {
    fill: white;
}

/* End About Us */


/* Start Who Are We About Us */
.who-are-we-about-us {
    padding-top: 50px;
    padding-bottom: 50px;
}



.who-are-we-about-us .container .colum-left {
    padding-bottom: 30px;
}

.who-are-we-about-us .container .colum-left h2 {
    font-weight: bold;
}

.who-are-we-about-us .container .colum-left h2 span {
    color: var(--color-yellow-one);
}

.who-are-we-about-us .container .colum-left p {
    font-family: "Roboto", sans-serif;
    color: var(--color-lightGray-4);
}

.who-are-we-about-us .container .colum-left p a {
    color: var(--color-yellow-one);
}

.who-are-we-about-us .container .colum-right .image img {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    width: 100%;
    max-width: 100%;
}

/* End Who Are We About Us */


/* Start Why Learn With Us */
.who-learn-with-us {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #0a0a0a;
    color: var(--color-white);
}

.who-learn-with-us .container .colum-left {}

.who-learn-with-us .container .colum-left p {
    font-family: "Roboto", sans-serif;

}

.who-learn-with-us .container .colum-left h2 {
    font-weight: bold;
}

.who-learn-with-us .container .colum-left h2 span {
    color: var(--color-yellow-one);
}

.who-learn-with-us .container .colum-right {
    padding-top: 55px;
}

.who-learn-with-us .container .colum-right .body-col-r {
    margin-left: 80px;
}

.who-learn-with-us .container .colum-right .body-col-r .icon {
    position: relative;
}

.who-learn-with-us .container .colum-right .body-col-r .icon svg {
    position: absolute;
    width: 60px;
    height: 60px;
    left: -80px;
    overflow: hidden;
}

.who-learn-with-us .container .colum-right .body-col-r .icon svg path {
    fill: var(--color-yellow-one);
}

.who-learn-with-us .container .colum-right .body-col-r p:first-of-type {
    margin-bottom: 5px;
}

.who-learn-with-us .container .colum-right .body-col-r p:last-child {
    margin-bottom: 35px;
}

.who-learn-with-us .container .colum-right .body-col-r .btn-primary-3.browse-our-courses {
    width: 60%;
    background-color: var(--color-yellow-one);
    margin-top: 20px;
}

.who-learn-with-us .container .colum-right .body-col-r .btn-primary-3.browse-our-courses:hover {
    background-color: var(--color-yellow-two);
}

@media only screen and (max-width: 1040px) {
    .who-learn-with-us .container .colum-right .body-col-r .btn-primary-3.browse-our-courses {
        width: 100%;
        font-size: 12px;
        line-height: 3.4;
    }
}

@media screen and (max-width: 767px) {
    .who-learn-with-us .container .colum-right .body-col-r .btn-primary-3.browse-our-courses {
        width: 75%;
        font-size: 15px;
        line-height: 2.7;
    }


}

/* End Why Learn With Us */


/* Start Num Text Why Learn With Us */
.num-text-why-learn-with-us {
    background-color: var(--color-yellow-one);
    height: 260px;
    width: 100%;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    position: relative;
}

.num-text-why-learn-with-us .triangle {
    width: 50px;
    height: 30px;
    background-color: #0a0a0a;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translate(-50%, -50%);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.num-text-why-learn-with-us .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    /* توزيع العناصر بشكل متساوٍ في الفضاء المتاح */
}

.num-text-why-learn-with-us .row .col-xl-4 {
    flex: 1 1 30%;
    /* التأكد من أن كل عنصر يأخذ نسبة متساوية من المساحة */
    max-width: 30%;
    /* تحديد العرض الأقصى للعنصر لضمان عدم تجاوز الحجم */
}

.num-text-why-learn-with-us .row .num.text {
    padding-top: 100px;
    text-align: center;
}

.num-text-why-learn-with-us .row .num.text strong {
    font-size: 250%;
}

.num-text-why-learn-with-us .row .num.text p {
    font-size: 1.3em;
    color: var(--color-white);
    text-transform: uppercase;
}

/* End Num Text Why Learn With Us */



/* Start Meet Our */
.meet-our {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f0f0f0;
}


.meet-our .container .title {
    text-align: center;
    margin-bottom: 30px;
}

.meet-our .container .title h2 {
    text-transform: uppercase;
    font-weight: bolder;
}

.meet-our .container .title h2 strong {
    color: var(--color-yellow-one);
}

.meet-our .container .body {
    font-family: "Roboto", sans-serif;
}

.meet-our .container .body .image {
    position: relative;
    width: 80%;
    height: 50%;
    margin: 10px auto;
}

.meet-our .container .body .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: fill;
}

.meet-our .container .body .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3e180042;
    border-radius: 50%;
}

.meet-our .container .body:hover .image::before {
    background-color: var(--color-white);
    z-index: -1;
}

.meet-our .container .body h4 {
    font-size: 18px;
    text-align: center;
    font-family: "Roboto Slab", serif;
}

.meet-our .container .body p {
    font-size: 16px;
    text-align: center;
    color: var(--color-lightGray-4);
}

/* End Meet Our */


/* Start How To Start Learning With Quran Ayat */
.how-to-start-learning-with-quran-ayat {
    padding: 100px 0;
    background-color: #0a0a0a;
    color: var(--color-white);

}

.how-to-start-learning-with-quran-ayat .container {}

.how-to-start-learning-with-quran-ayat .container h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}

.how-to-start-learning-with-quran-ayat .container h2 span {
    color: var(--color-yellow-one);
}

.how-to-start-learning-with-quran-ayat .container .body {
    text-align: center;
    font-family: "Roboto", sans-serif;
    margin-bottom: 50px;
}

.how-to-start-learning-with-quran-ayat .container .body h4 {
    font-size: 60px;
    font-weight: bold;
    color: var(--color-lightGray-4);
    color: #ccc;
    margin-bottom: 20px;
}

.how-to-start-learning-with-quran-ayat .container .body strong {
    font-family: "Roboto Slab", serif;
    display: block;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.how-to-start-learning-with-quran-ayat .container .body p {
    color: #cccccc;
}

.how-to-start-learning-with-quran-ayat .container .body a.btn-line {
    color: var(--color-yellow-one);
    font-weight: bold;
    width: 200px;
    position: relative;
}

.how-to-start-learning-with-quran-ayat .container .body a.btn-line span {
    position: absolute;
    width: 60%;
    height: 2px;
    background-color: var(--color-yellow-one);
    top: 150%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .3;
    transition: var(--transition-0-5);
}

.how-to-start-learning-with-quran-ayat .container .body a:hover.btn-line {
    color: var(--color-white);
}

.how-to-start-learning-with-quran-ayat .container .body a.btn-line:hover span {
    width: 100%;
    background-color: var(--color-white);
    opacity: 1;
}

/* End How To Start Learning With Quran Ayat */


/* Start Our Customers’ Feedback */
.our-customers-feedback {
    padding: 70px 0;
}

.our-customers-feedback .container .title {
    text-align: center;
}

.our-customers-feedback .container .title h2 {
    font-weight: bold;
}

.our-customers-feedback .container .title h2 span {
    color: var(--color-yellow-one);
}

.slider-five .sliders {
    padding: 50px;
    text-align: center;
    cursor: pointer;
}

.slider-five .sliders img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: auto;
}

.slider-five .sliders .star {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-five .sliders .star img {
    width: 15px;
    height: 15px;
    margin: 20px 2px;
}

.slider-five .sliders p {
    color: var(--color-lightGray-4);
    font-size: 15px;
    font-style: italic;
    width: 60%;
    height: 115px;
    margin: 0 auto 10px auto;
}

.slider-five .sliders h6 {
    text-transform: capitalize;
    font-size: 20px;
    color: var(--color-lightGray-4);
}

.slider-five .sliders h6 span {
    text-transform: uppercase;
    font-weight: normal;
}

.slider-five img {
    width: 100%;
}

h6 {
    color: var(--color-lightGray-3);
}

.slider-five .slick-dots li button {
    position: absolute;
    top: 25px;
    background-color: transparent;
    font-size: 0;
}

.slider-five .slick-dots li button:before {
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-gray-400);
    opacity: 1;
}

.slick-prev {
    left: 200px;
}

.slick-next {
    right: 200px;
}

.slick-prev:before, .slick-next:before {
    border: 1px solid var(--color-black-four);
    color: var(--color-black-four);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    padding: 17px;
    border-radius: 50%;
    transition: var(--transition-0-3);
}

.slick-prev:hover::before, .slick-next:hover::before {
    background-color: var(--color-yellow-one);
    color: var(--color-white);
    border: none;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: 100px;
    }

    .slick-next {
        right: 100px;
    }

    .slider-five .sliders p {
        height: 175px;
    }
}

@media screen and (max-width: 768px) {
    .slick-prev {
        left: 10px;
    }

    .slick-next {
        right: 25;
    }

    .slider-five .sliders p {
        width: 100%;
        height: 155px;
    }
}

@media screen and (max-width: 768px) {
    .slider-five .sliders p {
        height: 250px;
    }

}

/* End Our Customers’ Feedback */

.body-browse-more-info-offline {
    padding-top: 50px;
}