/* about__section */
.about__section {
    background-color: #EFEFEF;
    padding: 3rem 0;
    font-family: 'AwanZaman';
}

.about__section .main-title {
    margin-bottom: 20px;
    max-width: 200px;
}

.about__section .lead-text {
    line-height: 36px;
    margin: 0 auto 30px;
    text-align: justify;
    font-weight: 100;
    font-family: 'AwanZaman Th';
}

.about__section .aboutImg img {
    width: 100%;
    max-height: 560px;
    object-fit: cover;
    border-radius: 12px;
}
.about__section .linkes{
     align-items: center;
}
   
.about__section .linkes p{
    margin:0;
    color:#000;
    font-size: 2.8rem;
    font-weight:normal;
}
.about__section .btn-dark {
    background-color: #000;
    border: none;
    transition: 0.3s;
    display:flex;
    align-items:center;
    justify-content:center;
    display: inline-block;
    font-size: 1.6rem;
}
.about__section .btn-dark span{
    padding-right:1rem;
}
.about__section .btn-dark span svg{
    width:1.4rem;
}
.about__section .btn-dark:hover {
    background-color: #444;
}

/* ⬇️ الريسبونسف */

/* الهواتف */
@media (max-width: 768px) {
    .about__section {
        padding: 30px 15px;
    }
    .about__section .lead-text {
    line-height: 26px;
    }

    .about__section .main-title {
        font-size: 22px;
        text-align: center;
    }

    .about__section .aboutImg img {
        max-height: 350px;
    }
}

/* التابلت الأفقي */
@media (max-width: 991px) and (min-width: 768px) {
    .about__section {
        padding: 40px;
    }

    .about__section .main-title {
        font-size: 26px;
    }

    .about__section .aboutImg img {
        max-height: 350px;
    }
}

/* اللابتوبات المتوسطة */
@media (max-width: 1191px) and (min-width: 992px) {
    .about__section .main-title {
        font-size: 28px;
    }
    .about__section .aboutImg img {
        max-height: 400px;
    }
}

/* شاشات أكبر من 1191 */
@media (max-width: 1366px) and (min-width: 1191px) {
    .about__section .main-title {
        font-size: 3rem;
    }

    .about__section .aboutImg img {
        max-height: 480px;
    }
}
