:root {
    --banner-image-padding-height: 320px;
    --banner-font-size: 100px;
    --report-title-font-size: 26px;
    --program-report-font-size: 46;
    --program-report-font-color: #66e730;
    --article-box-btn: 20px;
    --article-blog-btn-font-size: 18px;
    --article-blog-btn-font-color: #BA3631;
}

.banner-wrapper {
    background: linear-gradient(0deg, rgb(0 0 0 / 1%), rgb(0 0 0 / 1%));
    background-position: center;
    background-size: cover;
    padding: var(--banner-image-padding-height);
    position: relative;
}

.banner-wrapper:after {
    content: "";
    background: url(../images/masjid-img.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -80px;
    right: 40px;
}

div#home .donate-wrapper {
    padding: 90px 0 0;
    /* background: var(--header-bg); */
}

.donate-desription h3 {
    background: unset;
    box-shadow: unset;
    margin-bottom: 30px;

}

/* .home-hadith-text h3 {
    font-family: spectral;
} */

.donate-btn {
    text-align: center;
}

.banner-title-box h1 {
    font-size: var(--banner-font-size);
    line-height: 64px;
    /* color: var(--header-bg); */
    /* padding-bottom: 15px; */
    text-shadow: 6px 6px 5px rgba(0, 0, 0, 0.25);
    text-transform: capitalize;
    text-align: center;
    min-height: 70px;
}

.banner-title-box p {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.01em;
    color: var(--text-color);
}

.banner-title-box span {
    display: none;
}


/* sectiton */
.about-wrapper {
    position: relative;
    padding-bottom: 195px;
    margin-bottom: 0;
}

.about-wrapper::after {
    content: "";
    background: url(../images/about-bg-img.svg);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25%;
    background-repeat: no-repeat;
    background-size: contain;
}

.about-description {
    max-width: 85%;
    padding-top: 45px;
}

.about-btn {
    padding-top: 20px;
}

.about-sub-title h3 {
    padding-bottom: 15px;
    font-size: 29px;
}

.preyer-title-box {
    background: var(--background);
    padding: 10px;
    text-align: center;
}

.preyer-title h4 {
    font-size: 34px;
    line-height: 44px;
    color: var(--text-color);
    text-align: center;
    padding-bottom: 10px;
}

.preyer-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.preyer-list ul li {
    font-size: 22px;
    line-height: 28px;
    color: var(--text-color);
    padding: 0 30px;
    position: relative;
    width: 100%;
    border-right: 1px solid #fff;
}

.preyer-list ul li:last-child {
    border: 0;
}

.timing-list {
    padding: 10px;
    background: var(--span-color);
}

.timing-list ul li img {
    margin-right: 10px;
}

.timing-list ul li {
    font-size: 24px;
}



.table-content table {
    width: 100%;
}

.table-content table tr td:first-child {
    color: #212121;
    font-weight: 600;
}


.table-content table,
th,
td {
    border: solid 1px #000;
    padding: 10px;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
}

.table-content table {
    border-collapse: collapse;
    caption-side: bottom;
}

.table-content caption {
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
}


/* service  */
.service-wrapper {
    background: #F8F8F8;
    padding: 75px 0;
}

.service-card-box {
    padding: 60px 0;
}

.service-content {
    background: var(--text-color);
    /* border: 1px solid #FFFFFF; */
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    text-align: center;
    transition: 0.6s;
}

.service-content:hover .card-btn-box a {
    color: var(--text-color);
}

.service-wrapper .card-btn-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.service-wrapper .card-btn-box a img {
    width: 25px;
}

.service-content:hover .card-btn-box a img {
    filter: brightness(0) invert(1);

}

.card-icon-box {
    transition: 0.5s;
}

.service-content:hover .card-btn-box {
    background: var(--background);
}

.service-content:hover .card-icon-box {
    background: var(--background);
}

.service-content:hover .card-icon-box img {
    filter: brightness(0) invert(1);
    transition: 0.5s;

}

.service-wrapper .card-icon-box img {
    width: 50px;
    height: auto;
    object-fit: cover;
    text-align: center;
    margin: auto;
    transition: 0.5s;
}

.service-wrapper .card-icon-box {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 30px;
    margin-top: -75px;
    position: relative;
}

.service-wrapper .card-title h4 {
    text-align: center;
    min-height: 50px;
}

.card-title {
    min-height: 170px;
}

.card-title p {
    font-size: 16px;
    line-height: 20px;
    padding: 20PX 0;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 100px;
}

.service-slider-box {
    margin-top: 30px;
}

.support-card-title .donate-btn.common-btn {
    margin-top: 25px;
}

.card-cost a {
    font-size: 18px;
    color: var(--background);
    line-height: 22px;
    font-family: 'roboto-bold';
}

.service-description-box {
    padding: 30px 40px;
}

.card-btn-box {
    padding: 15px;
    border-top: 1px solid #EAEAEA;
    transition: 0.6s;
    border-radius: 0px 0px 10px 10px;

}

.card-btn-box a {
    font-size: 18px;
    color: var(--background);
    line-height: 22px;
    font-family: 'roboto-bold';
}


.service-wrapper button.owl-prev {
    color: #fff !important;

    border-radius: 8px;
    background: #005C29 !important;
    position: absolute;
    position: absolute;
    top: 44%;
    left: -25px;
}

.service-wrapper button.owl-prev span {
    padding: 0px 15px 0px 15px !important;
    line-height: unset;
    font-size: 27px !important;
    display: block;
    transition: 0.6s;
}

.service-wrapper button.owl-prev:hover span {
    background: var(--btn-color);
    border-radius: 8px;
}

.service-wrapper button.owl-next:hover span {
    background: var(--btn-color);
    border-radius: 8px;
}

.service-wrapper button.owl-next {
    color: #fff !important;
    border-radius: 8px;
    background: #005C29 !important;
    position: absolute;
    top: 44%;
    right: -25px;
}

.service-wrapper button.owl-next span {
    padding: 0px 15px 0px 15px !important;
    line-height: unset;
    font-size: 27px !important;
    display: block;
    transition: 0.6s;

}

.service-wrapper .owl-dots {
    display: none !important;
}

/* mission */
.mission-description p {
    margin-bottom: 30px;
}

.mission-description p:last-child {
    margin-bottom: 0;
}

.mission-right-sec img {
    width: 100%;
    height: auto;

}

/* impact */
.impact-wrapper {
    padding: 40px 0;
    background: url(../images/impact-bg-img.png);
    background-color: var(--background);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.impact-title h3 {
    color: var(--text-color);
    text-align: center;
}

.impact-title h3 span {
    color: #66E730;
}

.impact-title p {
    text-align: center;
    color: var(--text-color);
    margin-top: 10px;
    display: none;
}

.card-title-box p {
    color: var(--text-color);
    line-height: 32.68px;
    font-size: var(--report-title-font-size);
    text-align: center;
}

.card-icon h4 {
    color: var(--program-report-font-color);
    text-align: center;
    font-size: 46px;
    line-height: 63.5px;
}

.hk-clss {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.serva-content-box {
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* support-css */
.support-title-box {
    /* text-align: center; */
    max-width: 30%;
    margin: auto;
}

.support-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 60px;
    gap: 60px;
}

/* .support-card-box:last-child {
    display: none;
} */

.support-card-title {
    text-align: center;
}

.support-icon img {
    width: 43px;
    height: 43px;
    display: block;
    margin: auto;
    transition: 0.6s;
}

.support-card-title h4 {
    font-size: 26px;
    line-height: 32px;
    padding: 20px 0;
}

.support-card-box {
    padding: 0 60px;
}

/* .support-card-box:hover .support-icon:before{
    transform: rotate(0deg);
    opacity: 1;
    visibility: visible;
}

.support-card-box:hover .support-icon img{
    filter: brightness(0) invert(1);
}

.support-icon{
    position: relative;
}

.support-icon:before {
    content: "";
    width: 70px;
    height: 70px;
    background: var(--background);
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: -12px;
    transform: rotate(90deg);
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
} */



/* causes-content css */
.causes-content {
    padding-top: 40px;
}

.causes-description p {
    margin-bottom: 20px;
}

.causes-description p:last-child {
    margin-bottom: 0;
}

.causes-slider-box {
    margin-left: 83PX;
    overflow-x: auto;
}

/* .causes-slider-box::-webkit-scrollbar {
    display: none;
} */


.causes-list {
    padding: 30px;
    background: #F8F8F8;
    border-radius: 8px;
    display: flex;
    gap: 20px;
    align-items: center;
    transition: 0.6s;
}

.causes-list h4 {
    color: var(--title-color);
    font-size: 26px;
    line-height: 32px;
    transition: 0.6s;
    text-transform: uppercase;
}

.causes-list img {
    filter: invert(1);
    transition: 0.6s;
}

.causes-slider-list {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 40px;
}

.causes-list:hover {
    background: var(--background);
}

.causes-list:hover h4 {
    color: #fff;
    transition: 0.6s;
}

.causes-list:hover img {
    filter: unset;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 150px;
    overflow: hidden;
}

.marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.marquee .track .content {
    font-style: normal;
    font-weight: 500;
    font-size: 34px;
    line-height: 51px;
    text-align: center;
    text-transform: capitalize;
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marquee .track .content span {
    padding: 0 22px;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* articles */
.articles-wrapper .articles-btn-box a {
    font-size: var(--article-box-btn);
}

.articles-title-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-title {
    margin-bottom: 50px;
}

.blog-wrapper {
    padding-bottom: 40px;
}


.blog-card-box {
    padding: 15px;
    background: #FFFFFF;
    border: 0.648577px solid rgba(24, 25, 69, 0.1);
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
    border-radius: 20.7545px;
}

.blogf-img-box {
    position: relative;
}

.blog-content-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px;
    padding-top: 60px;
}

.blogf-img-box img {
    width: 100%;
    border-radius: 20.7545px;
    height: 230px;
    object-fit: cover;
}

.blogs-title-box {
    margin: 20px 0;
}

.blogs-title-box p {
    color: #181945;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.blogs-title-box span {
    color: #18194599;
    font-size: 16px;
    line-height: 22px;
    display: block;
}

.blogs-title-box h4 {
    font-size: 18px;
    color: #181945;
    line-height: 24px;
}

.blog-text-box p {
    margin-bottom: 10px;
    display: -webkit-box;
    max-width: 100%;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 80px;
    font-size: 16px;
    line-height: 22px;
}

.blog-link a {
    font-size: var(--article-blog-btn-font-size);
    line-height: 25px;
    color: var(--article-blog-btn-font-color);
    font-family: 'roboto-bold';
    margin-top: 20px;
    display: block;
}

.blog-content-btn {
    display: block;
    text-align: center;
    margin: auto;
}

.blog-content-btn a {
    padding: 15px 25px;
    border-radius: 5px;
    background: var(--btn-color);
    color: var(--common-color);
    font-size: 20px;
    letter-spacing: 0.1px;
    margin-top: 40px;
    box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.15);
}

section.articles-wrapper {
    padding-top: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 120px;
}

.articles-btn-box a {
    background: var(--btn-color);
}

.owl-carousel .owl-item img {
    display: unset;
    width: unset;
}

.service-description-box .donate-btn.common-btn a {
    letter-spacing: 0;
}

.causes-wrapper {
    display: none;
}

i.fa-solid.fa-coins,
i.fa-solid.fa-spoon,
i.fa-solid.fa-cow,
i.fa-solid.fa-sack-dollar,
i.fa-solid.fa-graduation-cap,
i.fa-solid.fa-droplet,
.service-description-box .card-icon-box i {
    font-size: 40px;
    color: #005928;
}

/* .service-content:hover .card-icon-box i.fa-solid.fa-coins,
.service-content:hover .card-icon-box i.fa-solid.fa-cow,
.service-content:hover .card-icon-box i.fa-solid.fa-sack-dollar,
.service-content:hover .card-icon-box i.fa-solid.fa-graduation-cap {
    color: #fff;
} */


.service-content:hover .card-icon-box i {
    color: #fff;
}



@media (min-width: 991px) and (max-width: 1655px){
    .service-wrapper .card-title h4{
        min-height: 75px;
    }
}

@media (max-width: 1655px) {
    .support-title-box {
        max-width: 40%;
    }

    .about-wrapper::after {
        height: 20%;
    }

    .preyer-list ul li {
        font-size: 18px;
        padding: 0 10px;
    }

    .banner-wrapper:after {
        width: 15%;
        height: 95%;
        background-position: center;
        background-size: contain;
    }
    .blog-content-box{
        gap: 20px;
    }
}


@media (max-width: 1365px) {
    .banner-wrapper {
        padding: 250px 0;
    }

    .blogf-img-box img {
        height: 180px;
    }

    .banner-wrapper:after {
        width: 30%;
        height: 49%;
    }

    .banner-title-box h1 {
        font-size: 82px;
        line-height: 64px;
        min-height: 64px;
    }

    .about-description {
        max-width: 100%;
    }

    .about-wrapper::after {
        height: 16%;
    }


}

@media (max-width: 1199px) {
    .banner-wrapper {
        padding: 150px 0;
    }

    .banner-wrapper:after {
        background-size: cover;
    }

    .banner-title-box h1 {
        font-size: 62px;
        line-height: 68px;
        min-height: 68px;
    }

    .about-description {
        max-width: 100%;
        padding-top: 30px;
    }

    .preyer-title h4 {
        font-size: 24px;
        line-height: 34px;
    }

    .preyer-list ul li {
        font-size: 16px;
        line-height: 23px;
        padding: 0 7px 0 5px;
    }

    .timing-list ul li {
        font-size: 16px;
    }

    .preyer-list ul {
        justify-content: space-between;
    }

    .table-content table,
    th,
    td {
        border: solid 1px #000;
        padding: 10px;
        text-align: center;
        font-size: 18px;
        line-height: 20px;
    }

    .about-wrapper::after {
        height: 20%;
    }

    .about-wrapper {
        padding-bottom: 120px;
    }

    .service-wrapper {
        padding: 45px 0;
    }

    .service-description-box {
        padding: 20px 20px;
    }

    .card-icon h4 {
        font-size: 40px;
        line-height: 53.5px;
    }

    .serva-content-box {
        padding: 20px 0;
        gap: 10px;
    }

    .card-title-box p {
        line-height: 28.68px;
        font-size: 20px;
    }

    .causes-list h4 {
        font-size: 20px;
        line-height: 26px;
    }

    .causes-list {
        padding: 20px;
    }

    .marquee {
        height: 110px;
    }

    .marquee .track .content {
        min-height: 110px;
    }

    .support-content {
        padding-top: 40px;
        gap: 20px;
    }

    .support-card-box {
        padding: 0 30px;
    }

    .support-title-box {
        max-width: 40%;
    }

    .blog-content-box {
        gap: 10px;
        padding-top: 40px;
    }

    .support-card-title h4 {
        font-size: 22px;
    }

    .blogf-img-box img {
        height: 160px;
    }

    .banner-wrapper:after {
        background-size: contain;
        height: 65%;
    }
}

@media(max-width: 991px) {

    .banner-wrapper {
        padding: 120px 0;
    }

    .banner-title-box h1 {
        font-size: 46px;
        line-height: 52px;
        min-height: 52px;
    }

    .about-description {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .preyer-list ul {
        justify-content: center;
        gap: 0;
    }

    .impact-wrapper {
        padding: 30px 0;
    }

    .card-icon h4 {
        font-size: 32px;
        line-height: 43.5px;
    }

    .card-title-box p {
        line-height: 24.68px;
        font-size: 18px;
    }

    .causes-list h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .causes-list {
        padding: 10px;
    }

    .support-title-box {
        max-width: 42%;
    }

    .support-card-title h4 {
        font-size: 22px !important;
        line-height: 28px !important;
        padding: 11px 0 !important;
    }

    .support-content {
        gap: 10px;
    }

    .support-card-box {
        padding: 0 10px;
    }

    section.articles-wrapper {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .service-wrapper button.owl-prev {
        left: -5px;
    }

    .service-wrapper button.owl-next {
        right: -5px;
    }

    .about-wrapper::after {
        height: 10%;
    }

    .preyer-list ul li {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .banner-wrapper {
        padding: 130px 0;
    }

    .blogf-img-box img {
        height: 200px;
    }

    .banner-title-box h1 {
        font-size: 50px;
        line-height: 60px;
        min-height: 60px;
    }

    .banner-wrapper:after {
        display: none;
    }

    .about-description {
        padding: 25px 0;
        max-width: 100%;
    }

    .preyer-title h4 {
        font-size: 28px;
        line-height: 34px;
    }

    .preyer-list ul li {
        font-size: 18px;
        line-height: 24px;
    }

    .timing-list ul li {
        font-size: 18px;
    }

    .table-content table,
    th,
    td {
        font-size: 18px;
        line-height: 24px;
        padding: 5px;
    }

    .about-wrapper {
        padding-bottom: 85px;
    }

    .about-wrapper::after {
        height: 8%;
    }

    .service-wrapper {
        padding: 40px 0;
    }

    .service-card-box {
        padding-bottom: 20px;
    }

    .mission-description p {
        margin-bottom: 20px;
    }

    .serva-content-box {
        padding: 20px 0;
        padding-bottom: 0;
        grid-template-columns: repeat(3, 1fr);
    }

    .card-icon h4 {
        font-size: 30px;
        line-height: 43.5px;
    }

    .causes-content {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .card-title-box p {
        line-height: 22.68px;
        font-size: 18px;
    }

    .impact-wrapper {
        padding: 30px 0;
    }

    .causes-list h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .causes-list {
        padding: 15px;
    }

    .causes-slider-list {
        padding-top: 0;
    }

    .marquee {
        height: 70px;
    }

    .marquee .track .content {
        min-height: 70px;
    }



    .support-title-box {
        max-width: 58%;
    }

    .support-content {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 30px;
        gap: 20px;
    }

    .support-card-box {
        padding: 0 20px;
    }

    .support-card-title h4 {
        font-size: 20px;
        line-height: 26px;
        padding: 10px 0;
    }

    .blog-content-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 30px 0;
    }

    .blogs-title-box {
        margin: 10px 0;
    }

    .blog-link a {
        font-size: 16px;
        line-height: 23px;
    }

    .service-wrapper button.owl-prev {
        position: unset;
    }

    .service-wrapper button.owl-next {
        position: unset;
    }

    .service-wrapper .owl-nav {
        position: absolute;
        top: -70px;
        right: 0;
        display: flex;
        gap: 20px
    }

    section.articles-wrapper {
        padding-top: 30px;
    }
}

@media (max-width: 575px) {
    .banner-wrapper {
        padding: 100px 0;
    }

    .banner-title-box h1 {
        font-size: 38px;
        line-height: 50px;
        min-height: 50px;
    }

    .preyer-title h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .causes-list h4 {
        font-size: 16px;
        line-height: 22px;
    }



    .support-content {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-content-box {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding: 20px 0;
        padding-bottom: 0;
    }

    .serva-content-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-wrapper .card-icon-box img {
        width: 40px;
    }

    .about-wrapper::after {
        height: 6%;
    }

    .service-wrapper .card-icon-box {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
        margin-top: -45px;
    }
}

@media (max-width: 480px) {
    .about-description {
        padding: 15px 0;
    }

    .preyer-title h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .preyer-list ul li {
        font-size: 16px;
        line-height: 20px;
    }

    .timing-list ul li {
        font-size: 16px;
    }

    .table-content table,
    th,
    td {
        font-size: 16px;
        line-height: 20px;
    }

    .service-description-box {
        padding: 20px 20px;
    }

    .card-title p {
        font-size: 14px;
        line-height: 20px;
        padding: 10PX 0;
    }

    .card-cost a {
        font-size: 16px;
    }

    .card-btn-box a {
        font-size: 16px;
    }

    .card-icon h4 {
        font-size: 26px;
        line-height: 33.5px;
    }

    .causes-list {
        padding: 10px;
    }

    .causes-list h4 {
        font-size: 14px;
        line-height: 20px;
    }



    .support-card-title h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .articles-title-main {
        flex-direction: column;
        align-items: unset;
        gap: 20px;
    }

    .articles-btn-box {
        text-align: center;
    }

    .service-wrapper .card-icon-box img {
        width: 30px;
    }

    .about-wrapper::after {
        height: 5%;
    }

    .support-title-box {
        max-width: 65%;
    }

    .banner-title-box h1 {
        font-size: 38px;
        line-height: 50px;
        min-height: 100px
    }

    .service-wrapper .owl-nav {
        gap: 5px;
    }
}


@media (max-width: 375px) {
    .about-wrapper::after {
        height: 5%;
        display: none;
    }

    .about-wrapper {
        padding-bottom: 20px;
    }

    .support-title-box {
        max-width: 85%;
    }

    .service-wrapper .card-btn-box a {
        gap: 10px;
    }
    .card-title p{
        max-height: 140px;
        -webkit-line-clamp: 6;
    }
}