.project-detail-section {
    background-color: var(--fv-primary-bg-color);
    padding: 140px  0 80px;
}
.project-detail-section .section-heading h2 {
    font-size: 2.125rem;
    line-height: 46px;
    max-width: 40%;
    margin-bottom: 35px;
}
.project-detail-section .section-heading .section-description {
    margin-top: 0;
    max-width: 700px;
    font-size: 1.375rem;
    font-weight: 300;
}
.project-detail-section .slider-section .owl-carousel {
    position: relative;
}
.project-detail-section .slider-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.project-detail-section .slider-section .owl-nav .owl-prev {
    background: url(../../frontend/assets/images/arrow_back_about.svg),rgba(80,150,100,.7);
    width: 40px;
    height: 40px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
    background-size: 50%;
}
.project-detail-section .slider-section .owl-nav .owl-next {
    background: url(../../frontend/assets/images/arrow_forward_about.svg),rgba(80,150,100,.7);
    width: 40px;
    height: 40px;
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100%;
    background-size: 50%;
}
.project-detail-section .slider-section .owl-nav .owl-prev:hover,.project-detail-section .slider-section .owl-nav .owl-next:hover {
    background-color: hsl(137.14deg 30.43% 65%);
}
.project-detail-section .slider-section .owl-nav button span {
    visibility: hidden;
}
.project-detail-section .owl-carousel .owl-item img {
    max-width: 794px;
    height: 431px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.branding-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
    margin-top: 50px;
}
.branding-images .donation-img {
    display: flex;
    align-items: center;
    position: relative;
}
.branding-images .company-logo {
    max-width: 260px;
}
.branding-images .company-logo img {
    max-width: 150px;
    width: 100%;
    mix-blend-mode: multiply;
}
.section-button {
    min-height: 40px;
    box-shadow: none;
    border: none;
    background-color: var(--fv-green-dark-color);
    padding: 8px 20px;
    color: var(--fv-white-color);
    margin-top: 200px;
    font-weight: bold;
    min-width: 180px;
}
.donation-main {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    background-color: var(--fv-green-dark-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.donation-main .donation-amount {
    color: var(--fv-white-color);
    font-size: 2.5rem;
    font-weight: 600;
}
.donation-main .badge {
    color: var(--fv-white-color);
    position: relative;
    width: 400px;
    border-radius: 50%;
}
.project-detail-section .slider-section img {
    max-width: 794px;
    width: 100%;
}

@media (max-width: 1440px) {
    .project-detail-section .section-heading h2 {
        max-width: 55%;
    }
}
@media (max-width: 1024px) {
    .project-detail-section .section-heading .section-description, .branding-images {
        max-width: 100%;
    }
    .project-detail-section .slider-section {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .slider-section {
        margin-top: 40px;
    }
    .project-detail-section {
        padding: 80px 0;
    }
    .project-detail-section .section-button {
        margin-top: 40px;
    }
    .project-detail-section .section-heading h2 {
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .project-detail-section .section-heading .section-description, .branding-images {
        max-width: 100%;
    }
}

@media(max-width: 767px) {
    .project-detail-section {
        padding: 40px 0;
    }
    .project-detail-section .section-heading h2 {
        font-size: 2rem;
        max-width: 100%;
    }
    .project-detail-section .section-heading .section-description {
        text-align: center;
        font-size: 1rem;
    }
    .branding-images {
        flex-direction: column;
    }
    .branding-images .company-logo {
        margin-top: 1rem;
    }
    .project-detail-section .owl-carousel .owl-item img {
        max-width: 100%;
        width: 100%;
        height: 100%;
    }
}
