.project-single-hero {
    padding: 140px 0 100px;
    max-width: 1320px;
    margin: 0 auto;

    @media screen and (max-width: 768px) {
        padding: 85px 20px 40px;
    }
}

.project-single-hero__top {
    display: flex;
    align-items: center;
    font-family: 'Closer Text', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;

    @media screen and (max-width: 768px) {
        font-size: 12px;
    }
}

.breadcrumb {
    margin-right: 8px;
    font-family: 'Closer Text', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: rgba(0, 71, 53, 0.4);
    text-decoration: none;

    @media screen and (max-width: 768px) {
        font-size: 12px;
    }
}

.breadcrumb-current {
    color: #004735;
    font-family: 'Closer Text', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;

    @media screen and (max-width: 768px) {
        font-size: 12px;
    }
}

.project-single-hero__title {
    font-family: 'Closer Text', sans-serif;
    font-weight: 500;
    font-size: 72px;
    line-height: 104%;
    letter-spacing: -0.02em;
    margin: 40px 0 60px;
    color: #013026;

    @media screen and (max-width: 768px) {
        font-size: 32px;
        margin: 20px 0 40px;
        line-height: 110%;
        letter-spacing: -0.01em;
    }
}

.project-single-hero__image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    max-height: 700px;

    @media screen and (max-width: 480px) {
        max-height: 380px;
    }
}

.project-single-hero__image-wrapper img {
    width: 100%;
    /* height: auto;
    display: block; */
    max-height: 700px;
    object-fit: cover;
    height: 700px;

    @media screen and (max-width: 480px) {
        max-height: 380px;
        height: 380px;
    }
}

.project-single-hero__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.5%, rgba(0, 0, 0, 0.7) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.project-single-hero__footer {
    position: absolute;
    bottom: 50px;
    left: 50px;
    right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 0;

    @media screen and (max-width: 768px) {
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 10px 0;
        gap: 65px;
    }
}

.project-single-hero__date {
    font-family: 'Closer Text', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: rgba(207, 226, 224, 1);
    margin: 14px 0;

    @media screen and (max-width: 768px) {
        margin: 0;
    }

    br {
        @media screen and (min-width: 769px) {
            display: none;
        }
    }
}

.project-single-hero__socials {
    display: flex;
    gap: 16px;
    align-items: center;

    @media screen and (max-width: 768px) {
        gap: 10px;
    }
}

.project-single-hero__socials_text {
    font-family: 'Closer Text', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: rgba(207, 226, 224, 1);

    @media screen and (max-width: 768px) {
        display: none;
    }
}

.project-single-hero__socials a {
    background-color: rgba(207, 226, 224, 1);
    border-radius: 100px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;

    @media screen and (max-width: 768px) {
        width: 40px;
        height: 40px;
    }
}

.project-single-hero__socials svg {
    fill: white;
}

.project-single-hero__progress-block {
    display: flex;
    gap: 20px;
    padding: 0 0 60px;

    @media screen and (max-width: 768px) {
        flex-direction: column;
        gap: 16px;
        padding: 0 0 30px;
    }
}

.project-single-hero__progress-wrapper {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0, 71, 53, 0.2);
    position: relative;
    height: auto;

    @media screen and (max-width: 768px) {
        height: 50px;
    }

    span.amount {
        position: absolute;
        right: 20px;
        top: 20px;
        font-family: 'Closer Text', sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 110%;
        letter-spacing: -0.02em;
        color: rgba(0, 71, 53, 1);

        @media screen and (max-width: 768px) {
            font-size: 14px;
            line-height: 130%;
            letter-spacing: -0.01em;
            top: 16px;
            right: unset;
            left: 50%;
            transform: translateX(-50%);
            text-transform: uppercase;
            width: 100%;
            text-align: center;
        }
    }

    span.progress {
        font-family: 'Closer Text', sans-serif;
        font-weight: 500;
        font-size: 18px;
        line-height: 110%;
        letter-spacing: -0.02em;
        color: #FFFFFF;
        position: absolute;
        left: 20px;
        top: 20px;

        @media screen and (max-width: 768px) {
            display: none;
        }
    }
}

.project-single-hero__progress {
    height: 100%;
    width: var(--progress);
    background: linear-gradient(90deg, #004735 0%, rgba(0, 173, 129, 0) 100%);
}

.project-single-hero__progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.project-single-hero__donate-btn {
    background: rgba(207, 226, 224, 1);
    padding: 20px 40px;
    border-radius: 12px;
    color: rgba(0, 71, 53, 1);
    font-family: 'Closer Text', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-decoration: none;
    display: block;

    &:hover {
        background-color: #004735;
        color: #FFFFFF;
    }

    @media screen and (max-width: 768px) {
        width: 100%;
        padding: 16px 0;
        text-align: center;
    }
}

.project-single-hero__status {
    font-size: 14px;
    color: #013A2B;
}
