* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    outline: none !important;
    list-style: none;
    text-decoration: none;
}



html,
body {
    font-family: 'roboto-reguler';
    overflow-x: hidden;
}

label {
    margin-bottom: 0;
}

html {
    scroll-behavior: smooth;
}

::selection {
    background-color: var(--background);
    color: white;
}

span {
    font-family: 'roboto-medium';

}

ul,
ol {
    margin-bottom: 0;
    padding-left: 0;
}

a {
    text-decoration: none;
    font-family: 'roboto-medium';
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

:root {
    --text-color: #fff;
    --background: #005C29 !important;
    --title-color: #212121;
    --span-color: #4AAB21;
    --btn-color: #4AAB21;
    --description-color: #696969;
    --header-bg: #4AAB21;
    --donate-button-text-size: 20px;
    --hadith-text-size: 24px;
    --hadith-text-font-family: 'spectral';
    --header-font-size: 60px;
    --header-font-family: 'roboto-bold';
    --footer-contact-font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'roboto-bold';
}

h4 {
    font-size: 20px;
    line-height: 25px;
    color: var(--title-color);
    font-family: 'roboto-medium';
}


p {
    margin-bottom: 0;
    font-family: 'roboto-reguler';
    font-size: 24px;
    line-height: 30px;
    color: var(--description-color);
}

button {
    font-family: 'roboto-reguler';

}

::placeholder {
    /* color: #8181a5; */
    font-size: 16px;
    font-family: 'roboto-reguler';
    /* font-weight: bold; */
}

.our-gaping {
    margin-top: 105px;
    margin-bottom: 105px;
}

.common-btn a {
    font-size: var(--donate-button-text-size);
    line-height: 20px;
    letter-spacing: 0.2em;
    padding: 12px 25px;
    /* border: 2px solid var(--btn-color); */
    position: relative;
    overflow: hidden;
    color: var(--text-color);
    display: inline-block;
    background: var(--background);
    box-shadow: 3px 4px 9px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.common-btn a:hover {
    background: var(--background);
    color: var(--text-color);
    transition: 0.6s ease-in-out;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.title-box h3 {
    font-size: 46px;
    margin-top: 5px;
    font-family: 'roboto-bold';
    position: relative;
    border-left: 7px solid var(--background);
    padding-left: 20px;
    line-height: 63px;
    color: var(--title-color);
    text-transform: uppercase;
}

.title-box h3 span {
    font-family: 'roboto-bold';
    color: var(--span-color);
}

.sticky {
    position: fixed !important;
    top: 0px !important;
    left: 0;
    z-index: 9999990 !important;
    width: 100%;
    transition: top 0.3s;
    background: #fff;
    /* background: linear-gradient(180deg, rgb(101 153 173 / 100%), rgba(101, 153, 173, 0) 100%); */
    color: #000;
    /* padding: 20px !important; */
    /* box-shadow: 1px 2px 10px #ddd; */
}


@font-face {
    font-family: "roboto-bold";
    src: url("../fonts/roboto/Roboto-bold/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-bold/Roboto-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-reguler";
    src: url("../fonts/roboto/Roboto-Regular/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "roboto-medium";
    src: url("../fonts/roboto/Roboto-medium/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-medium/Roboto-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}




@media (min-width: 576px) {
    .container {
        max-width: 720px !important;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 880px !important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px !important;
        max-width: calc(100% - 50px) !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1500px !important;
        max-width: calc(100% - 100px) !important;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: calc(100% - 140px) !important;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}



/* header css */
.main-header {
    background: #F7F7F7;
}

.navigation {
    padding: 10px 0;
    background: var(--header-bg);
    border-top: 10px solid var(--background);
}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .header-left-box {
    display: flex;
    align-items: center;
    gap: 30px;
} */

.header-logo a img {
    width: 250px;
    height: auto;
    object-fit: cover;
}

.header-add-box a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--title-color);
    font-size: 26px;
    line-height: 36px;
}

.nav-manulist-box {
    background: var(--background);

}

.nav-manulist ul {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 20px; */
}

.nav-manulist ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-family: "roboto-medium";
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    word-break: break-all;
}

.nav-manulist ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transition: 0.6s;
}

.nav-manulist ul li {
    position: relative;
    WIDTH: 100%;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 5px 0;
    cursor: pointer;
}

.nav-manulist ul li a:hover::before {
    width: 100%;
    left: 0;
    right: 0;
}

.nav-manulist ul li:hover a::before {
    width: 100%;
    left: 0;
    right: 0;
}



.nav-manulist ul li a::before {
    content: "";
    width: 0%;
    height: 4px;
    background-color: var(--text-color);
    position: absolute;
    bottom: -7px;
    transition: 0.6s;
    left: 50%;
    right: 50%;
}

.nav-manulist ul li:after {
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.nav-manulist ul.sub-menu li {
    border-right: 0;
}

/* .nav-manulist ul li:after {
    content: "";
    border-right: 1px solid #fff;
    position: absolute;
    right: -69px;
    background: #fff;
    width: 1px;
    height: 26px;
} */
.nav-manulist ul li:last-child {
    border: 0;
}

.header-contact-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-num span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: var(--text-color);
}

.contact-num a {
    font-size: 26px;
    line-height: 33px;
    color: var(--text-color);
    font-family: "roboto-bold";
}

.header-right-box {
    text-align: center;
}

.header-right-box h4 {
    font-size: var(--header-font-size);
    color: var(--text-color);
    line-height: 75px;
    font-family: var(--header-font-family);
    margin-bottom: 10px;
    text-shadow: -1px 0 #000, 1px 0 #000, 0 1px #000, 0 -1px #000;
    text-transform: uppercase;
}

.header-right-box span {
    color: var(--text-color);
    font-size: 18px;
    line-height: 20px;
    font-family: 'roboto-reguler';
}


.fa-bar-header {
    display: none;
}

.nav-manulist .menu-arrow:after {
    width: 12px;
    height: 12px;
    border-right: 2px solid var(--text-color);
    border-bottom: 2px solid var(--text-color);
    position: relative;
    content: " ";
    display: inline-block;
    display: inline-block;
    transform: rotate(45deg);
    top: -5px;
    right: -8px;
}

.nav-manulist .menu-arrow {
    float: unset;
}

ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    background: #ffff;
    z-index: 999;
    top: 45px;
    display: block;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

ul.sub-menu li {
    padding: 0;
}

ul.sub-menu li:last-child a {
    border: 0;
}

ul.sub-menu li.action {
    border-left: 5px solid var(--span-color);
}

ul.sub-menu li a {
    color: var(--title-color) !important;
    display: block;
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: 0.6s;
}

ul.sub-menu li a:hover {
    background: var(--background);
    color: var(--text-color) !important;
}

ul.sub-menu li a::before {
    content: "";
    display: none;
}

ul.sub-menu li::after {
    content: "";
    display: none;
}



/* footer css */

section {
    overflow-x: clip;
}

.main-footer {
    padding: 60px 0;
    padding-bottom: 0;
    background: var(--header-bg);
    position: relative;
    z-index: 1;
}

.main-footer:before {
    content: "";
    background: url(../images/footer-masjid-img.png);
    background-repeat: no-repeat;
    width: 20%;
    height: 75%;
    position: absolute;
    top: -40%;
    left: 4%;
    z-index: -1;
}

.footer-logo a img {
    width: 250px;
    height: auto;
    object-fit: cover;
    /* background: #f7f7f7; */
    padding: 0 10px 10px;
}

.footer-text {
    margin-top: 25px;
    margin-bottom: 45px;
}

.footer-text span {
    color: var(--text-color);
    font-size: 16px;
    line-height: 30px;
}

.footer-icon-box h6 {
    font-size: 16px;
    line-height: 13px;
    letter-spacing: 0.08em;
    color: rgba(255, 255, 255, 0.87);
    margin-bottom: 20px;
}

.footer-icon {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-icon i {
    font-size: 32px;
}

.footer-manu-list h3 {
    font-size: 24px;
    line-height: 30px;
    color: var(--text-color);
    margin-bottom: 20px;
}

.footer-manu-list h3::after {
    content: "";
    background: var(--background);
    width: 40px;
    display: block;
    height: 4px;
}

ul.footer-list li {
    margin-bottom: 20px;
}

ul.footer-list li a {
    font-size: var(--footer-contact-font-size);
    line-height: 27px;
    color: var(--text-color);

}

ul.footer-list li a i {
    font-size: 28px;
}

.footer-manu-list {
    padding: 0 0px;
    height: 100%;
}

.footer-get .footer-list li a {
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: 'roboto-reguler';
    word-break: break-word;
}

.footer-get .footer-list {
    padding-top: 10px;
}

.footer-list li a img {
    filter: brightness(0) invert(1);
}

.footer-input-box {
    padding-top: 10px;
}

.footer-input-box input {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: 0;
    width: 100%;
    padding: 15px 20px;
    color: var(--text-color);
    border-radius: 4px;
    margin-bottom: 30px;
}

.footer-input-box input::placeholder {
    color: var(--text-color);
    font-size: 16px;
}

.footer-input-box button {
    padding: 10px 20px;
    border: 1px solid var(--background);
    border-radius: 5px;
    background: var(--background);
    color: var(--text-color);
    font-size: 20px;
    letter-spacing: 0.1px;
    transition: 0.6s;
}

.footer-input-box button:hover {
    background: var(--btn-color);
    color: var(--text-color);
}

.footer-manu-list #mvcwid{
    display: unset;
}

/* .footer-manu-list #wpsvcattribution{
    display: none;
} */

/* .page-down-arrow a {
    background: #fff;
    width: 50px;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 10px; 
    box-shadow: 1px 1px 7px #ddd;
    z-index: 999;
}

.page-up-arrow a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #666; 
    position: absolute;
    top: 60%; 
    left: 50%;
    transform: translateX(-50%);
} */

.page-up-arrow a {
    background: #fff;
    width: 50px;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 50px;
    box-shadow: 1px 1px 7px #ddd;
    z-index: 999;
}

.page-down-arrow a {
    background: #fff;
    width: 50px;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    left : 50px;
    bottom: 50px;
    box-shadow: 1px 1px 7px #ddd;
    z-index: 999;
    transform: rotate(180deg);
}


.serach-popup .modal-body input {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    border: 0;
    width: 100%;
    padding: 15px 30px;
    color: #0f0f0f;
    border-radius: 4px;
    margin-bottom: 30px;
    border: 0;
}

.serach-popup .modal-content {
    background: unset;
    border: 0;
}

.serach-popup .modal-header {
    border: 0;
}

.serach-popup .modal-header button {
    /* background: #f15a29; */
    text-shadow: unset;
    opacity: 1;
    color: #f15a29;
    border-radius: 50%;
    padding: 5px 15px;
    line-height: unset;
    transition: 0.25s;
}

.serach-popup .modal-header button:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.copy-right-wrp {
    padding: 20px;
    margin-top: 50px;
    background: var(--title-color);
}

.copy-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-right-text p {
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}

.copy-right-list ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.copy-right-list ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 21px;
}

.mobile-menu {
    display: none;
}


/* footer css */

.donate-wrapper {
    padding: 60px 0;
    /* background: var(--header-bg); */
}


/* .donate-content:before {
    content: "";
    background: url(../images/quoteleft.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 15%;
    height: 40%;
    left: -30px;
    top: 0;
} */

/* .donate-margin {
    margin-top: 30px;
} */

/* .donate-content::after {
    content: "";
    background: url(../images/quoteright.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 15%;
    height: 40%;
    right: -30px;
    bottom: 30px;
} */

.donate-desription h3 {
    text-align: center;
    color: var(--description-color);
    margin-bottom: 0px;
    font-style: italic;
    font-family: var(--hadith-text-font-family);
    font-size: var(--hadith-text-size);
    line-height: 30px;
    PADDING: 20px 200PX;
    /* background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 1px 5px; */
    BORDER-RADIUS: 10PX;
}

.donate-desription h3 {
    background: transparent !important;
    box-shadow: none !important;
}

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

.donate-btn a {
    background: var(--background);
    color: var(--text-color);
    text-align: center;
    transition: 0.6s;
    border: 1px solid var(--background);
}

.donate-btn a:hover {
    background: var(--btn-color);

}

/*  */

@media (max-width: 1655px) {
    .header-logo a img {
        width: 200px;
        height: auto;
        object-fit: cover;
    }

    .header-add-box a {
        gap: 8px;
        font-size: 22px;
        line-height: 28px;
    }

    .header-contact-box {
        gap: 8px;
    }

    .contact-num a {
        font-size: 18px;
        line-height: 28px;
    }

    .common-btn a {
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 0.1em;
        padding: 12px 20px;
    }

    .header-content {
        gap: 10px;
    }

    .nav-manulist ul {
        padding: 10px 0;
    }

    .nav-manulist ul li a {
        font-size: 20px;
        line-height: 20px;
    }

    .title-box h3 {
        font-size: 44px;
        line-height: 56px;
        margin-top: 0;
    }

    ul.sub-menu {
        top: 44px;
        padding: 0;
        width: 250px;
    }

    /* .our-gaping {
        margin-top: 60px;
        margin-bottom: 60px;
    } */
    p {
        font-size: 20px;
        line-height: 26px;
    }

    .main-footer:before {
        width: 40%;
    }

    .header-right-box h4 {
        font-size: 52px;
        line-height: 56px;
    }
    .blog-content-box{
        gap: 20px !important;
    }
    .nav-manulist ul li a{
        word-break: break-all;
    }
}

@media (max-width: 1365px) {
    .nav-manulist ul li a {
        font-size: 16px;
        line-height: 20px;
    }

    .nav-manulist .menu-arrow:after {
        top: -3px;
    }

    .footer-logo a img {
        width: 200px;
    }

    .header-right-box h4 {
        font-size: 46px;
        line-height: 50px;
    }

    .header-right-box span {
        font-size: 19px;
        line-height: 22px;
    }
    ul.sub-menu{
        width: 220px;
    }


}

@media (max-width: 1199px) {
    .header-logo a img {
        width: 170px;
        height: auto;
        object-fit: cover;
    }

    .donate-desription h3 {
        font-size: 20px;
        line-height: 25px;
        PADDING: 20px 20PX;
    }

    .header-right-box h4 {
        font-size: 36px;
        line-height: 40px;
    }

    .header-right-box span {
        font-size: 20px;
        line-height: 22px;
    }

    .header-right-box span {
        font-size: 18px;
        line-height: 22px;
    }

    .header-add-box a {
        gap: 8px;
        font-size: 18px;
        line-height: 22px;
    }

    .header-contact-box {
        gap: 8px;
    }

    .contact-num a {
        font-size: 16px;
        line-height: 22px;
    }

    .common-btn a {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.1em;
        padding: 12px 20px;
    }

    .nav-manulist ul {
        padding: 10px 0;
    }

    ul.sub-menu {
        padding: 0;
        width: 180px;
    }

    .nav-manulist ul li a {
        font-size: 14px;
        line-height: 20px;
    }

    .title-box h3 {
        font-size: 38px;
        line-height: 43px;
        margin-top: 0;
    }

    .our-gaping {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    p {
        font-size: 20px;
        line-height: 26px;
    }

    .footer-logo a img {
        width: 170px;
    }

    .footer-icon a img {
        width: 30px;
        height: 30px;
    }

    .main-footer:before {
        width: 40%;
        height: 55%;
        position: absolute;
        top: -38%;
        left: 4%;
    }

    /* .donate-desription h3 {
        font-size: 34px;
        line-height: 44px;
    } */

    /* .donate-content {
        padding: 0 100px;
    } */

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

}

@media (max-width: 991px) {

    p {
        font-size: 18px;
        line-height: 24px;
    }

    .our-gaping {
        margin-top: 45px;
        margin-bottom: 45px;
    }

    .title-box h3 {
        font-size: 34px;
        line-height: 38px;
    }

    .fa-bar-header {
        display: block;
    }

    .fa-bar-header span {
        width: 25px;
        height: 3px;
        background: var(--background) !important;
        margin: 3px 0;
        display: inline-block;
        position: relative;
    }

    .fa-bar-header span::before {
        width: 30px;
        height: 3px;
        background: var(--background);
        display: inline-block;
        content: "";
        position: absolute;
        left: 0;
        top: -8px;
    }

    .fa-bar-header span::after {
        width: 30px;
        height: 3px;
        background: var(--background);
        display: inline-block;
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
    }

    .header-logo a img {
        width: 180px;
        height: auto;
        object-fit: cover;
    }

    .header-right-box {
        display: none;
    }

    .nav-manulist ul li a::before {
        display: none;
    }

    .nav-manulist ul li::after {
        display: none;
    }

    ul.sub-menu li a:hover {
        background-color: unset;
        color: unset !important;
    }

    .nav-manulist-box.mobile-menu {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        transition: all ease .7s;
        transform: translateX(100%);
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
        background: var(--text-color);
    }

    .mobile-menu ul li a {
        color: var(--title-color);
    }

    .nav-manulist-box {
        display: none;
    }

    .nav-manulist ul {
        display: block;
    }

    .nav-manulist ul li {
        border-right: 0;
        border-bottom: 1px solid #055729;
        text-align: left;
    }

    .navigation {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .mobile-menu .close-icon {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 30px;
        right: 20px;
        z-index: 99999;
    }

    .mobile-menu .header-logo {
        padding: 10px 0;
    }

    .mobile-menu .header-logo a img {
        width: 150px;
    }

    .mobile-menu .nav-manulist ul li {
        padding: 15px 0;
    }

    .mobile-menu .close-icon::after,
    .mobile-menu .close-icon::before {
        width: 24px;
        height: 2px;
        background: var(--title-color);
        display: inline-block;
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
    }

    .mobile-menu .menu-arrow {
        float: right;
    }

    .mobile-menu .close-icon::before {
        transform: rotate(41deg);
    }

    .mobile-menu .close-icon::after {
        transform: rotate(135deg);
    }

    .nav-manulist ul li.opan-submenu:hover ul.sub-menu {
        opacity: 1;
        visibility: visible;
    }

    .nav-manulist .menu-arrow:after {
        transform: rotate(-44deg);
        top: 0px;
        right: 8px;
        border-right: 2px solid var(--background);
        border-bottom: 2px solid var(--background);
        right: 8px;
    }


    ul.sub-menu {
        transition: 0.6s;
        transform: translate(110%);
        width: 100%;
        height: 50%;
        overflow-y: auto;
        overflow-x: hidden;
        top: 125px;
        position: fixed;
        z-index: 99999;
    }

    ul.sub-menu li {
        padding: 15px 10px !important;
    }

    ul.sub-menu li a {
        padding: 0;
        border: 0;
    }

    ul.sub-menu .menu-arrow {
        float: unset;
    }

    ul.sub-menu .menu-arrow:after {
        top: -12px;
        right: -15px;
        transform: rotate(135deg);
    }

    .nav-manulist ul li:hover ul.sub-menu {
        /* transform: translate(0); */
        opacity: UNSET;
        visibility: UNSET;
        filter: unset;
    }

    ul.sub-menu.open-submenu {
        transform: translate(0);
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .main-footer:before {
        display: none;
    }

    .footer-logo a img {
        width: 150px;
    }

    .footer-icon a img {
        width: 25px;
        height: 25px;
    }

    .footer-get .footer-list li a {
        gap: 10px;
    }

    .main-footer ul.footer-list li a {
        font-size: 16px;
        line-height: 22px;
    }

    .footer-input-box button {
        padding: 12px 16px
    }

    .footer-input-box input {
        padding: 15px 15px;
    }

    .footer-manu-list h3 {
        margin-bottom: 10px;
    }



    .open-menu .mobile-menu {
        transform: translateX(0%);
    }

    .open-menu {
        overflow: hidden;
    }


    .mobile-menu {
        display: block;
    }

    /* .donate-desription h3 {
        font-size: 30px;
        line-height: 38px;
    } */

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

    .header-btn-box {
        display: none;
    }

    ul.sub-menu {
        padding: 10px 0;
    }

    .donate-content {
        padding: 80px 0 !important;
    }

    .about-main-box {
        padding: 0 !important;
        padding-bottom: 60px !important;
    }
}



@media (max-width: 767px) {
    .title-box h3 {
        font-size: 32px;
        line-height: 36px;
        padding-left: 15px;
    }

    .page-up-arrow a {
        right: 30px;
        bottom: 30px;
    }

    p {
        font-size: 16px;
        line-height: 22px;
    }

    .common-btn a {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 16px;
    }

    .fa-bar-header {
        display: block;
    }

    .fa-bar-header span {
        width: 25px;
        height: 3px;
        background: var(--background) !important;
        margin: 3px 0;
        display: inline-block;
        position: relative;
    }

    .fa-bar-header span::before {
        width: 30px;
        height: 3px;
        background: var(--background);
        display: inline-block;
        content: "";
        position: absolute;
        left: 0;
        top: -8px;
    }

    .fa-bar-header span::after {
        width: 30px;
        height: 3px;
        background: var(--background);
        display: inline-block;
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
    }

    .header-logo a img {
        width: 160px;
        height: auto;
        object-fit: cover;
    }

    .header-right-box {
        display: none;
    }



    .navigation {
        padding-top: 0;
        padding-bottom: 10px;
    }

    .our-gaping {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .main-footer ul.footer-list li a {
        font-size: 14px;
        line-height: 20px;
    }

    .footer-manu-list h3 {
        font-size: 22px;
    }

    .footer-logo a img {
        margin-bottom: 20px;
    }

    .footer-manu-list {
        margin-bottom: 20px;
        border-bottom: 1px solid #044f25;
        padding: 10px 0;
    }

    ul.footer-list li:last-child {
        margin-bottom: 0;
    }

    .main-footer {
        padding: 40px 0;
        padding-bottom: 0;
    }

    .copy-right {
        justify-content: center;
        flex-direction: column;
        gap: 0;
    }

    .copy-right-text p {
        text-align: center;
    }

    /* 
    .donate-desription h3 {
        text-align: center;
        font-size: 26px;
        line-height: 34px;
    } */

    .donate-content {
        max-width: 100%;
    }

    .donate-content {
        padding: 0 20px;
    }

    .donate-content:before {
        background-size: 50px;
        left: 0;
    }

    .donate-content:after {
        background-size: 50px;
        right: 0;
    }

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

    .donate-margin {
        margin-top: 10px;
    }

    .donate-desription h3 {
        font-size: 17px;
        line-height: 25px;
        PADDING: 20px 20PX;
    }
}

@media (max-width: 575px) {
    .title-box h3 {
        font-size: 28px;
        line-height: 32px;
        padding-left: 10px;
    }

    .main-footer {
        padding: 30px 0;
        padding-bottom: 0;
    }

    /* .donate-desription h3 {
        font-size: 24px;
        line-height: 30px;
    } */

    .page-up-arrow a {
        right: 20px;
        bottom: 20px;
    }

    .common-btn a {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 10px;
    }

    .header-logo a img {
        width: 140px;
    }

    .donate-content {
        padding: 40px 0 !important;
    }

    .about-main-box {
        padding-bottom: 40px !important;

    }
}


@media (max-width: 480px) {
    p {
        font-size: 14px;
        line-height: 20px;
    }

    .title-box h3 {
        font-size: 24px;
        line-height: 28px;
    }

    .contact-num span {
        font-size: 14px;
    }

    .our-gaping {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .common-btn a {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 16px;
    }

    .copy-right-list ul {
        gap: 10px;
        flex-direction: column;
    }

    /* .donate-desription h3 {
        font-size: 22px;
        line-height: 30px;
    } */

    .page-up-arrow a {
        right: 10px;
        bottom: 10px;
    }
}

/* .current-menu-parent a::before {
    content: "";
    width: 100% !important;

    height: 4px;
    background-color: var(--text-color);
    position: absolute;
    bottom: -7px;
    transition: 0.6s;
    left: 0 !important;
    right: 0 !important;
} */

/* ul#menu-top-menu .current-menu-item a::before {
    content: "";
    width: 100% !important;
    height: 4px;
    background-color: var(--text-color);
    position: absolute;
    bottom: -7px;
    transition: 0.6s;
    left: 0 !important;
    right: 0 !important;


} */
ul#menu-top-menu>.current-menu-item a::before {
    content: "";
    width: 100% !important;
    height: 4px;
    background-color: var(--text-color);
    position: absolute;
    bottom: -7px;
    transition: 0.6s;
    left: 0 !important;
    right: 0 !important;

}