@media(min-width:350px) and (max-width:480.98px) {
    .donate-card img {
        height: auto;
    }

    .margin-main {
        margin-bottom: 7rem;
    }

    .banner-area .col-md-9 {
        order: -1;
    }

    .banner-area .col-md-9 img {
        height: auto;
    }

    .flexed-footer {
        flex-wrap: wrap;
    }

    .one-foot,
    .two-foot,
    .three-foot {
        width: 100%;
        margin-bottom: 1rem;
        text-align: start;
    }

    footer {
        padding-top: 2.5rem;
    }

    footer .social-area a {
        margin-right: .5rem;
    }

    .sub-footer {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .project-area .splide__arrow--next {
        right: 0;
    }

    .project-area .splide__arrow--prev {
        left: 0;
    }

    .whatsapp-btn {
        right: 1rem;
        bottom: 2rem;
        width: 50px;
        height: 50px;
    }

    .top-header {
        text-align: center;
    }

    .logo {
        width: 4rem;
    }

    .icon {
        width: 3rem;
        height: 3rem;
    }

    .category-flex-scroll {
        gap: 5px
    }

    .category-card {
        min-width: 120px;
    }

    .category-name {
        font-size: .9rem;
        margin-top: .5rem;
    }

    .category-area {
        margin: 2rem 0;
    }
}

@media(min-width:481px) and (max-width:575.98px) {
    .donate-card img {
        height: auto;
    }

    .banner-area .col-md-9 {
        order: -1;
    }

    .flexed-footer {
        flex-wrap: wrap;
    }

    .one-foot,
    .two-foot,
    .three-foot {
        width: 100%;
        margin-bottom: 1rem;
        text-align: start;
    }

    footer {
        padding-top: 2.5rem;
    }

    footer .social-area a {
        margin-right: .5rem;
    }

    .sub-footer {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .project-area .splide__arrow--next {
        right: 0;
    }

    .project-area .splide__arrow--prev {
        left: 0;
    }

    .icon {
        width: 3rem;
        height: 3rem;
    }

    .category-flex-scroll {
        gap: 5px
    }

    .category-card {
        min-width: 120px;
    }

    .category-name {
        font-size: .9rem;
        margin-top: .5rem;
    }

    .category-area {
        margin: 2rem 0;
    }

    .banner-area .col-md-9 img {
        height: auto;
    }
}

@media(min-width:576px) and (max-width:767.98px) {
    .banner-area .col-md-9 {
        order: -1;
    }

    .flexed-footer {
        flex-wrap: wrap;
    }

    .one-foot,
    .two-foot,
    .three-foot {
        width: 50%;
        margin-bottom: 1rem;
        text-align: start;
    }

    footer {
        padding-top: 2.5rem;
    }

    footer .social-area a {
        margin-right: .5rem;
    }

    .project-area .splide__arrow--next {
        right: 0;
    }

    .project-area .splide__arrow--prev {
        left: 0;
    }

    .icon {
        width: 3rem;
        height: 3rem;
    }

    .category-flex-scroll {
        gap: 5px
    }

    .category-card {
        min-width: 120px;
    }

    .category-name {
        font-size: .9rem;
        margin-top: .5rem;
    }

    .category-area {
        margin: 2rem 0;
    }

    .banner-area .col-md-9 img {
        height: auto;
    }

    .donate-card img {
        height: 15rem;
    }

    .card-body {
        padding: 1rem .5rem;
    }
}

@media(min-width:768px) and (max-width:991.98px) {
    .banner-area img {
        height: 15rem;
    }

    .btn-primary {
        font-size: .8rem;
    }

    .info-absolute {
        bottom: .5rem;
        width: 100%;
        text-align: center;
    }

    .category-flex-scroll {
        gap: 5px
    }

    .category-card {
        min-width: 120px;
    }

    .category-name {
        font-size: .9rem;
        margin-top: .5rem;
    }

    .category-area {
        margin: 2rem 0;
    }

    .donate-card img {
        height: 15rem;
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .banner-area img {
        height: 20rem;
    }

    .btn-primary {
        font-size: .8rem;
    }

    .info-absolute {
        bottom: .5rem;
        width: 100%;
        text-align: center;
    }

    .category-flex-scroll {
        gap: 5px
    }

    .category-card {
        min-width: 120px;
    }

    .category-name {
        font-size: .9rem;
        margin-top: .5rem;
    }

    .category-area {
        margin: 2rem 0;
    }

    .donate-card img {
        height: 15rem;
    }
}

@media(min-width:1200px) and (max-width:1399.98px) {
    .banner-area img {
        height: 25rem;
    }

    .btn-primary {
        font-size: .8rem;
    }

    .info-absolute {
        bottom: .5rem;
        width: 100%;
        text-align: center;
    }

    .donate-card img {
        height: 15rem;
    }
}