@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.bg-wwrapper > *:not(.chase-bg):not(.bg-overlay):not(.glass-overlay) {
    position: relative;
    z-index: 10;
}
.about-section {
    position: relative;
    width: 100%;
    min-height: 855px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 130px 0 120px 0;
    background: #f5f5f5;
}

.about-section .about-entaj-bg-imgs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.about-section .about-entaj-bg-imgs-right {
    position: absolute;
    right: -10px;
    bottom: 0;
    z-index: 2;
    width: clamp(290px, 25vw, 443px);
}
.about-section .about-entaj-bg-imgs-left {
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 2;
    width: clamp(290px, 22vw, 487px);
}

@media (max-width: 980px) {
    .about-section .about-entaj-bg-imgs {
        display: none;
    }
}

@media (max-width: 1024px) {
    .about-section .about-entaj-bg-imgs-right {
        display: none;
    }
    .about-section .about-entaj-bg-imgs-left {
        display: none;
    }
}
/* الخلفية السوداء شبه الشفافة */
.popup {
    display: none; /* مخفي افتراضياً */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

/* صندوق الفيديو */
.popup-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    background: #000;
    padding: 20px;
    border-radius: 10px;
}

/* زرار الإغلاق */
.about-section .close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}

@media (max-width: 992px) {
    .about-section {
        min-height: 700px;
        padding: 60px 0;
    }
}
@media (max-width: 768px) {
    .about-section {
        min-height: 600px;
        padding: 40px 0;
        overflow: hidden;
    }
}
.about-section .about-container {
    width: 100%;
    max-width: 995px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}
@media (max-width: 1200px) {
    .about-section .about-container {
        max-width: 900px;
    }
}
@media (max-width: 992px) {
    .about-section .about-container {
        max-width: 720px;
    }
}
@media (max-width: 768px) {
    .about-section .about-container {
        max-width: 540px;
    }
}
@media (max-width: 576px) {
    .about-section .about-container {
        max-width: 100%;
        padding: 0 20px;
    }
}
.about-section .about-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    padding-bottom: 97px;
    margin: auto;

    @media (max-width: 1690px) {
        max-width: 85%;
    }
}
.about-section .about-logo {
    margin-bottom: 10px;
}
.about-section .about-logo img {
    max-width: 606px;
    height: auto;
}
@media (max-width: 768px) {
    .about-section .about-logo img {
        max-width: 500px;
    }
}
@media (max-width: 576px) {
    .about-section .about-logo img {
        max-width: 400px;
    }
}
.about-section .about-title {
    font-size: clamp(32px, 5vw, 45px);
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.2;
}
.about-section .about-title .text-accent {
    color: #f05271;
}
@media (max-width: 768px) {
    .about-section .about-title {
        font-size: 36px;
        margin-bottom: 15px;
    }
}
@media (max-width: 576px) {
    .about-section .about-title {
        font-size: 28px;
    }
}
.about-section .about-subtitle {
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 700;
    color: rgba(0, 0, 0, 0.5019607843);
    margin-bottom: 6px;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .about-section .about-subtitle {
        font-size: 20px;
    }
}
@media (max-width: 576px) {
    .about-section .about-subtitle {
        font-size: 18px;
    }
}
.about-section .about-description {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5019607843);
    margin-bottom: 10px;
    line-height: 1.6;
    margin-top: -10px;
}
@media (max-width: 768px) {
    .about-section .about-description {
        font-size: 18px;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .about-section .about-description {
        font-size: 16px;
        margin-bottom: 20px;
    }
}
.about-section .about-highlight {
    font-size: clamp(18px, 2.5vw, 24px);
    font-weight: 600;
    color: #f8992c;
    margin-bottom: 10px;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .about-section .about-highlight {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .about-section .about-highlight {
        font-size: 18px;
    }
}
.about-section .about-final-description {
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5019607843);
    line-height: 1.6;
}
.about-section .about-final-description .text-bold {
    font-weight: 700;
}
@media (max-width: 768px) {
    .about-section .about-final-description {
        font-size: 18px;
    }
}
@media (max-width: 576px) {
    .about-section .about-final-description {
        font-size: 16px;
    }
}

[dir="rtl"] .about-section .about-content {
    text-align: center;
}
[dir="rtl"] .about-section .about-title,
[dir="rtl"] .about-section .about-subtitle,
[dir="rtl"] .about-section .about-description,
[dir="rtl"] .about-section .about-highlight,
[dir="rtl"] .about-section .about-final-description {
    text-align: center;
}
.with-line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12px;
    background: #f05271;
    z-index: 3;
}

/*# sourceMappingURL=about.css.map */
