#project-main section#project-header {
    text-align: center;
    padding: 10rem 0;
    background: linear-gradient(160deg, rgb(49, 67, 89) 0%, rgba(30, 41, 59, 1) 100%);
}

#project-header p {
    margin: 2rem 0;
}

.project-details-links{
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2.5rem;
}

.project-details-links a {
    width: 150px;
}

.project-details-image {
    object-fit: cover;
    width: 100%;
    background-color: transparent;
    padding-bottom: 1rem;

}

.project-details-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tag {
    background:var(--orange);
    border-radius: 50px;
    padding: 0.5rem 1.1rem;
}

.category-tags {
    align-items: center;
    justify-content: center;
    margin-top: 2.8rem;
}

.project-details {
    margin-top: 2rem;
}


.project-details p {
    text-align: left;
}

.project-info {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    opacity: 0.7;
}

.tools-tags {
    gap: 0.7rem;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.tools-tags .tag {
    padding: 0.5rem 2rem;
    border-radius: 5px;
    margin-top: 0.5rem;
}

[data-theme='light'] {
    #project-main section#project-header {
        background: linear-gradient(117deg, rgba(242, 243, 245, 1) 0%, rgba(220, 223, 228, 1) 100%);
    }
}