/* css new start */
.row.about_first.mo_p h1 {
    color: #26ABE2 !important;
    font-size: 24px !important;
    
}

#projects p.card-text {
    color: white;
    font-size: 18px;
    text-align: center;
}

#projects h5.card-title {
    color: white;
    font-size: 22px;
    text-align: center;
}

section#projects img {
    min-height: 242px;
}

span.under-line-about {
    position: relative;
    display: inline;
    font-size: 24px !important;
    color: #14447b !important;
}

.under-line-about::after {
    content: '';
    width: 100%;
    height: 8px;
    background: #26abe2;
    position: absolute;
    left: 0;
    bottom: -5px;
}

section.about-section-two {
    background-color: #cccccc;
}

.email_li a {
    color: black;
}




.contact-section {
    padding: 4rem 0;
    background-color: #f8f9fa;
}
.contact-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
}
.contact-icon {
    font-size: 1.5rem;
    color: #26ABE2;
    margin-right: 0.75rem;
    font-family: "Georgia", Sans-serif;
}
.social-icons a {
    color: #26ABE2;
    font-size: 1.5rem;
    margin-right: 1rem;
    font-family: "Georgia", Sans-serif;
}
.contact-image {
    max-width: 100%;
    border-radius: 0.5rem;
}

.contact-section h1.fea_cau_heading {
    padding-bottom: 0px !important;
    font-family: "Georgia", Sans-serif;
}
.contact-section p.card-text {
    padding-left: 0px !important;
    font-family: "Georgia", Sans-serif;
}

.contact-section li span {
    font-family: "Georgia", Sans-serif;
}










li.nav-item.donate_nav {
    background: #26abe2;
    padding: 3px 20px 3px 20px;
}

li.nav-item.donate_nav .nav-link:hover {
    border-bottom: none !important;
}
li.nav-item.donate_nav .nav-link{
    color: #fff !important;
}

.row.about_first h1 {
    padding-bottom: 0px !important;
    font-size: 24px !important;
    padding-left: 20px !important;
    color: #14447b !important;
}
.row.about_order h1 {
    padding-bottom: 0px !important;
    font-size: 24px !important;
}



.about_first p {
    font-size: 16px !important;
}
li.nav-item {
    margin-right: 40px !important;
}


.btn-hero{
    background-color: #14447B !important;
    font-family: "Georgia", Sans-serif !important;
    font-size: 25px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    border-radius: 9px 9px 9px 9px !important;
    padding: 20px 20px 20px 20px !important;
}

a.btn.btn-primary.mt-3.btn-hero:hover {
    transform: scale(1.1);
    background-color: #14447B;
    font-family: "Georgia", Sans-serif;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0.5px;
    border-radius: 9px 9px 9px 9px;
    padding: 20px 20px 20px 20px;
    transition-duration: .3s;
    transition-property: transform;
}
.fea_cau_heading {
    padding-left: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 40px !important;
}


.fea_cau_heading, .fea_cau_heading span {
    color: #26ABE2;
    font-family: "Georgia", Sans-serif;
    font-size: 42px;
    font-weight: 700;
}

.pro-bar .progress{
    width: 85%;
    height: 24px;
    border-radius: 0;
}

.pro-bar .progress-bar {
    font-family: "Georgia", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    background-color: #26ABE2;
}

.fea_cau_row img {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

.eve_heading {
    text-align: center;
    font-size: 24px;
    padding: 10px;
    font-weight: 700;
    color: #26abe2;
    font-family: "Georgia", Sans-serif;
}

.main-events-blue {
    background: #14447b;
    color: white;
    font-family: "Georgia", Sans-serif;
    padding-bottom: 10px;
}

.main-events {
    background: white;
    font-family: "Georgia", Sans-serif;
    padding-bottom: 10px;
}
.ev-date {
    text-align: right;
}

.position-absolute.w-100.h-100.top-0.start-0.opacity-50::before {
    content: "";
    background: #14447B;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.shd_txt.position-relative.z-index-2 {
    margin-left: 35px;
}

section#projects {
    background-color: #cccccc;
}
.prj-head,.prj-head span{
    color: #26ABE2;
    font-family: "Georgia", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}

p.mb-4.prj-para {
    text-align: center;
    color: #5E5E5E;
    font-family: "Georgia", Sans-serif;
    font-size: 25px;
    font-weight: 600;
}


.project-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.project-card img {
    width: 100%;
    height: auto;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: center;
}

.project-card:hover .project-overlay {
    opacity: 1;
}

.project-card:hover img {
    transform: scale(1.1);
}

.card.project-card.overflow-hidden {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}

#projects a.btn.btn-primary {
    background: #26ABE2 !important;
}


section#donate {
    background-color: #14447B !important;
}

.modal-content {
    background: none;
    border: none;
}

.gray-box {
    background-color: #CCCCCC;
    border-radius: 15px !important;
    padding: 50px;
}

.gray-box p {
    color: #165389;
    font-family: "Georgia", Sans-serif;
    font-size: 30px;
    font-weight: 600;
}

section#donate h1 {
    text-align: center;
    padding-bottom: 50px;
}

.btn-char {
    background-color: #26ABE2;
    font-family: "Lexend", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 20px;
    border-color: #14447B;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.5);
    
}

.btn-char button {
    font-family: "Lexend", Sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}
.cus-amount{
    font-size: 25px !important;
    line-height: 1 !important;
}

.btn-char:hover {
    transform: scale(1.1);
    transition-duration: .3s;
    transition-property: transform;
    color: white;
    cursor: pointer;
}

.btn-char button:hover {
    color: #fff !important;
}

h4.caus_head {
    color: #26ABE2;
    font-family: "Georgia", Sans-serif;
    font-size: 27px;
    font-weight: 700;
    text-align: left;
    padding-left: 20px;
}

.fund{
    width: 100%;
    text-align: left;
    padding-left: 20px;
    color: #FFFFFF;
    font-family: "Georgia", Sans-serif;
    font-size: 27px;
    font-weight: 700;
}

.container-fluid.hero.text-md-left::before {
    content: "";
    background: #ffffff47;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #fff !important;
    color: #012e67;
  }


  

/* css new end */
.hero {
    background: url('images/AscendantCharityBanner.png') no-repeat center center/cover;
    color: white;
    width: 100%;
   
    padding: 25px;
    position: relative;
    background-color: #cccccc;
}
.shd_txt{

    z-index: 2;
}
.row.row_tab h4 {
    margin: 0 !important;
}
.row.row_tab {
    padding-left: 20px !important;
}

.row.row_tab  h1.th1 {
    padding-left: 0px !important;
}



.mission-section,
.vision-section {
    
    background-color: #012e67;
    color: #fff;
}

.featured-causes,
.volunteer-section {
    padding: 30px 20px;
}

.donation-section {
    background-color: #012e67;
    color: white;
    padding: 30px 20px;
    text-align: center;
}

.logo-image {
    width: 120px;
    margin-left: 30px;
}

footer {
    background-color: #012e67;
    color: white;
}

.header-style {
    padding: 0;
    background-color: #cccccc;
    border-bottom: 1px solid #000;
}

.hero-content {
    align-items: center;
    justify-content: center;
    margin-left: 2%;
}

.hero-title {
    color: #26ABE2;
    font-weight: 900;
    font-family: "Georgia", Sans-serif;
    font-size: 48px;
    padding: 1px;
}
.hero-title2 {
    color: #ffffff;
    font-weight: 800;
    font-family: "Georgia", Sans-serif;
    font-size: 3.8rem;
    padding: 1px;
    text-align: left;
}

.title2-line3 {
    color: #6ec1e4;
    font-weight: 800;
    font-family: "Georgia", Sans-serif;
    font-size: 3.8rem;
    padding: 1px;
    text-align: left;
}

.hero-subtitle {
    color: #494949;
    font-size: 2.0rem;
    font-weight: 600;
    font-family: "Georgia", Sans-serif;
    margin-top: 10px;
    margin-bottom: 40px;
}

.featured-causes {
    background-color: #cccccc;
    padding-bottom: 70px !important;
}

.featured-causes h2 {
    margin-bottom: 0px;
}

.featured-causes img {
    border-radius: 8px;
}

.navbar-nav {
    display: flex;
    justify-content: flex-end;
}

.nav-item {
    margin: 0 15px;
}

.nav-link {
    color: #14447b;
    font-size: 23px;
    font-family: "Georgia", Sans-serif;
    text-transform: uppercase;
    padding: 10px;
    font-weight: 900;
    transition: background-color 0.3s;
}

.nav-link:hover {
    border-bottom: 6px solid #14447b;
    
}

.nav-item.active .nav-link {
    font-weight: bold;
    border-bottom: 6px solid #14447b;
}



.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #14447b;
}

.navbar-light .navbar-nav .nav-link {
    color: #14447b;

}

.navbar-light .navbar-nav .nav-link:hover {
    color: #14447b;
}

.containers {
    position: relative;
    width: 100%;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 280px;
    grid-gap: 30px;
}

.containers .card {
    position: relative;
    background: #ccc;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.containers .card:hover {
    box-shadow: 0 1px 15px 4px rgba(123, 172, 255, 0.329);
}

.containers .card .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.containers .card:hover .img-box {
    opacity: 0.5;
}

.containers .card .img-box img {
    width: auto;
    text-align: center;
    height: 100%;
}

.containers .card .content {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: -100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    transition: 0.54s;
}

.containers .card:hover .content {
    bottom: 0;
}

.containers .card:nth-child(1) .content,
.containers .card:nth-child(2) .content,
.containers .card:nth-child(3) .content,
.containers .card:nth-child(4) .content {
    background: linear-gradient(0deg, #14447b, transparent);
}

.containers .card .content h2 {
    margin: 0 0 10px;
    padding: 0;
    color: #fff;
    font-size: 20px;
}

.container-backgroung {
    position: relative;
    height: 500px;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(images/pt22.png);
    background-repeat: no-repeat;
    background-size: cover;
}




.cards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #14447b;
    color: #fff;
    margin: 40px 0px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
    transition: all 0.3s ease;
}

.percent {
    position: relative;
}

.cards svg {
    position: relative;
    width: 110px;
    height: 110px;
    transform: rotate(-90deg);
    transition: all 0.3s ease;
}

.cards svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 10;
    stroke-linecap: round;
}

.cards svg circle:last-of-type {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    stroke: #3cb7ff;
    animation: animate-dashoffset 2s;
}

.cards .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cards .number h3 {
    font-weight: 200;
    font-size: 2.5rem;
    transition: all 0.3s ease;
}

.cards number h3 span {
    font-size: 2rem;
}

@keyframes animate-dashoffset {
    from {
        stroke-dashoffset: 625px;
    }

    to {
        stroke-dashoffset: calc(625px - (625px * var(--percent)) / 100);
    }
}

.volunteer-subtitle {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Georgia", Sans-serif;
    padding: 2px;
    /* padding-top: 100px;
    margin-bottom: 20px; */
}

.volunteer-text {
    color: #fff;
    font-size: 22px;
    text-align: left;
    /* Adjusted for smaller screens */
    font-weight: 500;
    font-family: "Georgia", Sans-serif;
    padding: 0px 300px 0px 0px;
}

.row-h1 {
    background-color: antiquewhite;
    padding: 10px;
    margin-left: 150px;
    margin-top: 20px;
}
.row p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: left;
    padding: 20px;
    font-family: "Georgia", Sans-serif;
    font-size: 22px;
    font-weight: 400;
}

h1 {
    position: relative;
    padding: 20px;
    margin: 0;
    font-family: "Georgia", Sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #fff;
    text-align: left;
    transition: all 0.4s ease 0s;
}

.th1 {
    position: relative; /* Keep the existing relative positioning */
    padding: 5px;
    padding-bottom: 25px;
    font-family: "Georgia", Sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #26abe2;
    text-align: left;

}

.under-line3 {
    position: relative; /* Position for the pseudo-element */
    display: inline;
    font-family: "Georgia", Sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
}

.under-line3::after {
    content: ''; /* Create a pseudo-element */
    width: 100%; /* Full width of the text */
    height: 8px; /* Thickness of the underline */
    background: #14447b; /* Color of the underline */
    position: absolute; /* Position it absolutely */
    left: 0; /* Align it with the left of the text */
    bottom: -5px; /* Position it below the text */
}


/* h1 {
    position: relative;
    padding: 10px;
    margin: 0;
    font-family: "Georgia", Sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    color: #26abe2;
    transition: all 0.4s ease 0s;
} */

h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}

h1 em {
    font-style: normal;
    font-weight: 600;
}

/* .twelve h1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 320px;
    text-align: center;
    margin: auto;
    white-space: nowrap;
    padding-bottom: 13px;
}

.twelve h1:after {
    background-color: #14447b;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 8px;
    width: 170px;
    margin-bottom: 0.10em;
}

h1:before,
h1:after {
    background-color: #c50000;
} */

.th2 {
    position: relative; /* Keep the existing relative positioning */
    padding: 5px;
    padding-bottom: 25px;
    font-family: "Georgia", Sans-serif;
    font-size: 47px;
    font-weight: 800;
    color: #26abe2;
    text-align: center;

}

.under-line2 {
    position: relative; /* Position for the pseudo-element */
    display: inline;
    font-family: "Georgia", Sans-serif;
    font-size: 47px;
    font-weight: 800;
}
.under-line2::after {
    content: ''; /* Create a pseudo-element */
    width: 100%; /* Full width of the text */
    height: 8px; /* Thickness of the underline */
    background: #14447b; /* Color of the underline */
    position: absolute; /* Position it absolutely */
    left: 0; /* Align it with the left of the text */
    bottom: -5px; /* Position it below the text */
}

.th4 {
    position: relative; /* Keep the existing relative positioning */
    padding: 5px;
    padding-bottom: 25px;
    font-family: "Georgia", Sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;

}

.under-line4 {
    position: relative; /* Position for the pseudo-element */
    display: inline;
    font-family: "Georgia", Sans-serif;
    font-size: 40px;
    font-weight: 800;
}
.under-line4::after {
    content: ''; /* Create a pseudo-element */
    width: 100%; /* Full width of the text */
    height: 8px; /* Thickness of the underline */
    background: #ffffff; /* Color of the underline */
    position: absolute; /* Position it absolutely */
    left: 0; /* Align it with the left of the text */
    bottom: -5px; /* Position it below the text */
}

.donation-text {
    color: #fff;
    font-size: 2.6rem;
    font-weight: 800;
    font-family: "Georgia", Sans-serif;
    padding-top: 10px;
    margin-bottom: 20px;
}

.div-box {
    justify-content: center;
    align-items: center;
    height: 60vh;
    margin: 0;
    border-radius: 20px;
    background-color: #cccccc;
}

.button {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    will-change: box-shadow, transform;
    background: radial-gradient(100% 100% at 100% 0%, #89E5FF 0%, #14447b 100%);
    box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
    padding: 0 32px;
    margin: 10px;
    border-radius: 6px;
    color: #fff;
    height: 68px;
    width: 250px;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.button:hover {
    box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #14447b;
    transform: translateY(-2px);
}

.button:active {
    box-shadow: inset 0px 3px 7px #14447b;
    transform: translateY(2px);
}

@media (max-width: 320px) {
    .hero {
        height: auto;
        padding: 15px;
    }

    h1.hero-title {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    .logo-image {
        width: 70px;
    }

    .header-style {
        height: 80px;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .navbar-nav .nav-link {
        font-size: 12px;
        padding: 6px;
    }

    .containers {
        grid-template-columns: 1fr; /* Keep single column */
        grid-gap: 8px;
    }

    .cards {
        width: 240px;
        height: 200px;
    }

    .button {
        height: 35px;
        width: 160px;
        font-size: 14px;
    }

    .donation-section {
        padding: 5px 5px;
    }

    .donation-text {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .donation-text-title {
        font-size: 1rem;
    }
    .row-h1 {
        margin-left: 20px;
        margin-top: 20px;
    }

    .volunteer-subtitle {
        font-size: 1.2rem;
    }

    .volunteer-text {
        font-size: 0.9rem;
    }

    .div-box {
        height: 48vh;
        padding: 10px;
    }

    .h3, h3 {
        font-size: 1.2rem;
    }
}

@media (max-width: 768px) {

    .under-line-about::after{
        display: none;
    }

    .row.about_order .order{
        order: 1;
    }
    .row.about_first.mo_p {
        padding-top: 40px !important;
    }

    .contact-section p.card-text {
       
        font-size: 20px !important;
        line-height: 23px;
    }


    a.btn.btn-primary.mt-3.btn-hero {
        font-size: 16px !important;
    }
    .under-line3::after{
        display: none;
    }

    .under-line2::after{
        display: none;
    }
    .under-line4::after{
        display: none;
    }
    .fea_cau_heading, .fea_cau_heading span {
        font-size: 28px;
        padding-bottom: 15px !important;
        padding-top: 15px !important;
    }
    .row.fea_cau_row .col-md-6 {
        padding-bottom: 30px;
    }

    .col-md-6.pro-bar {
        padding-bottom: 30px !important;
    }
    h4.caus_head {
        width: 100%;
        font-size: 20px;
    }
    .ev-date{
        text-align: left;
    }

    .main-events .col-md-6 {
        padding-left: 30px;
    }
    .main-events-blue .col-md-6 {
        padding-left: 30px;
    }
    .eve_heading{
        text-align: left;
        font-size: 20px;
    }

    .shd_txt.position-relative.z-index-2{
        margin-left: 0px !important;
    }
    .fund{
        font-size: 20px !important;
    }
    .prj-head, .prj-head span {
        font-size: 28px !important;
        text-align: left;
        padding-left: 0px !important;
    }

    p.mb-4.prj-para{
        font-size: 20px !important;
        text-align: left;
    }

    section#donate h1 {
        text-align: left;
        font-size: 28px;
        padding-left: 0px !important;
        padding-bottom: 30px;
        padding-top: 0px;
    }

    #donate span.under-line4 {
        font-size: 28px !important;
    }
    .gray-box {
        padding: 30px;
    }

    .gray-box p {
        font-size: 20px;
        
        text-align: left;
    }




    .nav-link{
        font-size: 15px !important;
    }
    img.logo-image {
       
        margin-left: 20px !important;
    }
    div#navbarNav {
        /* padding-left: 40px; */
        z-index: 1;
    }
    .button {
        margin: 10px;
        padding: 15px;
        width: auto;
        font-size: 16px;
    }

    .container-backgroung{

        height: auto;
        overflow: hidden;
    }
    .volunteer-subtitle {
        font-size: 15px;
        padding-left: 20px;
        padding-top: 30px;
    }

    span.title2-line3 {
        font-size: 28px !important;
    }
    
    h2.hero-title2 {
        font-size: 24px;
        padding-left: 20px;
    }
    
    
    
    p.volunteer-text {
        padding: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    section#about {
        padding: 0px !important;
    }

    h1.th1, h1.th1 span {
        font-size: 20px !important;
    }
    
    section#about h1 {
        font-size: 24px !important;
    }
    
    section#about p {
        font-size: 18px !important;
        margin: 0px !important;
    }
    
    h1.th2, h1.th2 span {
        font-size: 20px !important;
      
    }
    h1.th4 span {
        font-size: 22px !important;
    }
    
    h1.th4 {
        padding-bottom: 20px !important;
        padding-top: 20px;
        font-size: 22px !important;
    
    }

    .div-box {
        height: auto !important;
    }
    p.donation-text-title {
        font-size: 18px !important;
        line-height: 25px;
        margin: 0 !important;
    }
    .featured-causes .cards {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .button {
        margin: 10px;
        padding: 10px;
        width: auto;
        font-size: 14px;
        margin-left: 0px !important;
    }
}


.donation-text-title {
    color: #14447b;
    font-size: 1.6rem;
    font-weight: 800;
    font-family: "Georgia", Sans-serif;
    padding-top: 20px;
    margin-bottom: 20px;
}


@media (max-width: 480px) {
    .hero {
        padding: 20px;
    }

    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 0px !important;
    }

    .donation-text {
        font-size: 1.5rem;
    }
}

.donation-text {
    font-size: 28px;
    margin-bottom: 20px;
}

.div-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}



@media(max-width: 1024px){
    
    
    .hero .col-md-8.hero-content.text-left {
        margin: 0 !important;
    }
    
    .hero button.button {
        margin: 0px !important;
    }

    
    .hero .col-md-8.hero-content.text-left {
        margin: 0 !important;
    }
    
    .hero button.button {
        margin: 0px !important;
    }
    
   
    
    }



