* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter";
    font-weight: 500;
    font-style: normal;

}


.ti1 {
    font-size: xx-large;
    line-height: 2.0;
}

.fontdiv {
    line-height: 32.5px;
    text-align: justify;
    text-indent: 4rem;
    font-size: 20px;
}

.wwdt {
    line-height: 2.0;
    font-size: 20px;
}

/* nav bar styles 20/12/24 */
.navtest {
    /* padding: 0px 6px 0px 2px;
    font-size: 15px; */
    align-content: center;
}

.logoImage {
    position: relative;
    bottom: 8px;
    left: 14px;
}

.navBtn {
    display: none;
}

.offcanvas {
    --bs-offcanvas-width: 321px;
    background: radial-gradient(circle, #4285F4 0%, #437cd3 100%) !important;
    box-shadow: none;
}

.top_bar .modal-backdrop.show {
    position: absolute !important;
    z-index: 11 !important;
    opacity: 0 !important;
}

.side_menu a {
    text-align: center;
    color: white !important;
    text-decoration: none;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    border-radius: 40px !important;
    transition: background-color 0.3s ease, color 0.3s ease !important;
}

.side_menu a:hover {
    background-color: #ffcc00;
    color: #ffffff;
    border-radius: 20px;
}

/* Header styles */

/* .navbar ul {
    display: flex;
    list-style-type: none;
    text-align: center;
    align-content: center;
} */

/* .navbar ul li {
    margin-right: 35px;
} */

/* .navbar ul li:last-of-type {
    margin-right: 0px;
} */

.top_bar {
    background: radial-gradient(circle, #4285F4 0%, #437cd3 100%);
    padding: 20px 28px 15px 0px;
}

.logo img {
    height: 50px;
    margin-right: 0px;
}

.nav_link_part a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 40px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.nav_link_part a:hover {
    background-color: #ffcc00;
    color: #ffffff;
    border-radius: 20px;
}

.donate {
    cursor: pointer;
    position: relative;
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #FBBC05;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
}

.donate:hover {
    transform: scale(1.05);
    border-color: #fff9;
}

.donate:hover::before {
    animation: shine 1.5s ease-out infinite;
    overflow: hidden;
}

.donate::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
    top: 0;
    left: -100px;
    opacity: 0.6;
    animation: shine 1.5s ease-out infinite;
    overflow: hidden;
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }

    to {
        left: 100%;
    }
}






/* .donate {
    padding: 10px 20px;
    background-color: #ffcc00;
    color: #0a74da;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}.donate:hover {
    background-color: #ffb400;
} */




/* Header styles Ends */

/* footer styles */
.footer {
    background-color: #F9F9F9;
    padding: 40px 0px 20px 0px;
}

.footer_main {
    margin: 0px 60px 1px 50px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footerpart2 {
    display: flex;
    gap: 7rem;
}

.about-section {
    max-width: 400px;
}

.footer-logo {
    max-width: 100px;
    margin-bottom: 15px;
}

.about-section p {
    color: black;
    line-height: 1.6;
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    color: black;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #000;
}

.links-section h4,
.address-section h4 {
    color: black;
    font-weight: 500;
    margin-bottom: 15px;
}

.links-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-section ul li {
    margin-bottom: 10px;
}

.links-section ul li a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

.links-section ul li a:hover {
    color: #000;
    transform: scale(1, 1);
}

.address-section p {
    color: black;
    line-height: 1.6;
    margin-bottom: 10px;
}

.address-section p i {
    margin-right: 8px;
}


@media(min-Width:769px) and (max-width:991px) {
    .top_bar {
        display: none;
    }

    .img_div {
        height: 35px;
        width: 35px;
        position: relative;
        top: 8px;
    }

    .logoName {
        color: #ffff;
        font-weight: 600;
        font-size: 13px;
        position: relative;
        /* right: 85px; */
        left: 11px;
        top: 12px;
    }

    .navBtn {
        border: none;
        /* outline: none; */
        box-shadow: none;
    }

    .custom-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .footer-content {
        display: block;
    }
    .footerpart2 {
        gap: 5rem;
    }
    .footerfont




    .about-section,
    .links-section,
    .address-section {
        margin-bottom: 30px;
    }



}

@media(max-width:576px) {
    p {
        line-height: 2.0;
        font-size: 15px;
        font-weight: 500;

    }

    .ti1 {
        font-size: larger;
        line-height: 1.5;
        font-weight: 600;
    }

    .top_bar {
        height: 55px;
        display: none;
    }

    .logoImage {
        position: relative;
        left: 10px;
        height: 100%;
        width: 100%;
    }

    .logo img {
        height: 30px;
        width: 30px;
    }

    .img_div {
        height: 35px;
        width: 35px;
        position: relative;
        top: 8px;
    }

    .navButton {
        position: relative;
        left: 175px;
    }

    .logoName {
        color: #ffff;
        font-weight: 600;
        font-size: 13px;
        position: relative;
        /* right: 85px; */
        left: 11px;
        top: 12px;
    }

    .nav_link_part {
        display: none;
    }

    /* .minNav {
        display: flex;
        justify-content: space-between;
    } */

    .navBtn {
        border: none;
        /* outline: none; */
        box-shadow: none;
    }

    .custom-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .footerpart2 {
        display: block;
    }
}


@media (max-width: 768px) {

    p {
        line-height: 2.0;
        font-size: 15px;
        font-weight: 500;

    }

    .ti1 {
        font-size: larger;
        line-height: 1.5;
        font-weight: 600;
    }

    .top_bar {
        height: 55px;
        display: none;
    }

    .logoImage {
        position: relative;
        left: 10px;
        height: 100%;
        width: 100%;
    }

    .logo img {
        height: 30px;
        width: 30px;
    }

    .img_div {
        height: 35px;
        width: 35px;
        position: relative;
        top: 8px;
    }

    .navButton {
        position: relative;
        left: 175px;
    }

    .logoName {
        color: #ffff;
        font-weight: 600;
        font-size: 13px;
        position: relative;
        /* right: 85px; */
        left: 11px;
        top: 12px;
    }

    .nav_link_part {
        display: none;
    }

    /* .minNav {
        display: flex;
        justify-content: space-between;
    } */

    .navBtn {
        border: none;
        /* outline: none; */
        box-shadow: none;
    }

    .custom-toggler-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }


    .footer-content {
        display: block;

    }

    .footerpart2 {
        gap: 5rem;
    }




    .about-section,
    .links-section,
    .address-section {
        margin-bottom: 30px;
    }

}







/* footer styles End */

/* Donate banner code */



.banner-image {
    z-index: 2;
}

.donate-banner .col-md-8 {
    z-index: 2;
    color: #fff;
    align-content: center;
    text-align: center;
}

.donate-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: 1;
}

/**
  * Combine 2
  *
  * @author jh3y - jheytompkins.com
*/
@-webkit-keyframes combine-two {
    25% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

    50% {
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }

    75% {
        -webkit-transform: translate(0, 150%);
        transform: translate(0, 150%);
    }
}

@keyframes combine-two {
    25% {
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }

    50% {
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }

    75% {
        -webkit-transform: translate(0, 150%);
        transform: translate(0, 150%);
    }
}

.combine-two {
    height: 30px;
    position: relative;
    width: 30px;
}

.combine-two div {
    --rotation: 45;
    position: absolute;
    -webkit-transform: rotate(calc(var(--rotation) * 1deg));
    transform: rotate(calc(var(--rotation) * 1deg));
}

.combine-two div:after {
    -webkit-animation: combine-two 1.5s infinite ease;
    animation: combine-two 1.5s infinite ease;
    border: 15px solid transparent;
    border-top-color: var(--primary);
    content: '';
    display: block;
    height: 30px;
    width: 30px;
}

.combine-two div:nth-child(2) {
    --rotation: 135;
}

.combine-two div:nth-child(3) {
    --rotation: 225;
}

.combine-two div:nth-child(4) {
    --rotation: 315;
}


/* Loader code */

/* Basic loader styles */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Simple spinner animation */
#loader::before {
    content: "";
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

/* Spin animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Hide the content while loading */
#content {
    display: none;
}




@media(max-width:426px) {
    .donate-banner {
        margin: 0px 20px 0px 20px;
        padding-bottom: 20px;
        justify-content: center;
    }

}

@media(max-width:576px) {
    .footer-content {
        display: block;
        /* align-items: center; */
        /* text-align: center; */
    }

    .donate-banner {
        margin: 0px 15px 0px 15px;
        padding-bottom: 18px;
    }
}
