.navbar a {
    color: #171717;
}

.project-image {
    width: 100%;
    height: 590px;
    top: 100px;
    gap: 0px;
    opacity: 0px;
    background-color: #EDEDED;
}

.project-image img {
    width: 100%;
    height: 100%;
}

.project-details {
    background-color: #ffffff;
    padding-left: 90px;
}

.project-name {
    width: 1120px;
    height: 154px;
    margin-bottom: 20px;
    /* إضافة مسافة أسفل اسم المشروع */
}

.project-name h1 {
    font-family: 'Cairo-Bold', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #150C43;
}

.about-project {
    display: flex;
    flex-direction: row;
    gap: 108px;
    padding-left: 90px;
}

.about-project h1 {
    font-family: 'Cairo-Bold', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 57.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #150C43;
}

.about-project p {
    font-family: 'Cairo-Regular', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4000000059604645px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8E8E93
}

.small-images {
    display: flex;
    gap: 15px;
}

.project-images {
    width: 1120px;
    height: 1140px;
    margin-left: 12%;

}

.small-images img {
    width: 550px;

}

.big-image {
    width: 1115px;
    height: 550px;
    margin-top: 25px;
    background-color: #EDEDED;
}

.big-image img {
    height: 100%;
    width: 100%;
}

.project-desc {
    width: 100%;
    height: 264px;
    gap: 24px;
    display: flex;
    flex-direction: row;
    padding-left: 90px;
    margin-top: 100px;
}

.project-desc h1 {
    font-family: 'Cairo-Bold', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 52.8px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #150C43;
    max-width: 400px;
}

.project-desc p {
    font-family: 'Cairo-Regular', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4000000059604645px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #8E8E93
}

.project-footer-image {
    margin-left: 190px;
    padding-bottom: 250px;
}

.link-project {
    background-color: #020218;
    height: 300px;
}

.waitingfor-content button {
    width: 253px;
    height: 60px;
    padding: 9px 24px 9px 24px;
    gap: 4px;
    border-radius: 15px;
    font-family: 'Cairo-Bold', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.4000000059604645px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #3B3AEF;
    background-color: #FFFFFF;
    margin-top: 20px;
    margin-left: 375px;
    cursor: pointer;
}