* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}
#DbLogo {
    border: 1px solid white;
    border-radius: 50%;
    background:white;
}
header .topBar {
    padding: 10px;
    height: 55px;
    background: white;
}

header .topBar ul li {
    color: black;
}

#headerNavbar {
    height: 60px;
}

#headerNavbar .nav-Pitem {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-right: 60px;
}

#dropdown-menu, .dropdown-menu {
    background-color: #7D55C7;
    color: white;
}

.dropdown-menu a:hover {
    background-color: white !important;
    color: black !important;
}

header .topBar .language, .search {
    font-size: 14px;
    color: #003C43;
    cursor: pointer;
}

header .topBar .donate-button {
    background-color: #FF6200;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 6px 20px;
    width: 150px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
    transition: background 0.3s;
}

header .topBar .donate-button:hover {
    background-color: #00B388;
    color: black;
}

header .topBar select {
    border: none;
    width: 130px;
}

header .logo {
    height: 120px;
    margin-top: -50px;
}

header ul {
    background: white;
}

header li a {
    margin-right: 20px;
}

header li a:hover {
    border-bottom: 4px solid #7D55C7;
}
.active{
    border-bottom: 2px solid #7D55C7;
}
/*================= Footer ====================*/
footer .newsletter {
    background-color: #00BAB3;
    padding: 30px 20px;
    color: #004851;
}

footer .newsletter .div1 span {
    font-size: 25px;
    font-weight: bold;
    color: #004851;
}

footer .subscription {
    background-color: #FF6200;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    width: 150px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
    transition: background 0.3s;
}

footer .subscription:hover {
    background-color: #4A25AA;
    width: 200px;
    color: white;
}

footer a {
    text-decoration: none;
}

footer .newsletter .div {
    float: left;
}

footer .newsletter .div2 {
    float: right;
    background-color: #00BAB3;
    text-align: right;
    margin-top: 4px;
}

footer .newsletter button {
    background-color: #8e3a80;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

footer .div2 a {
    color: #004851;
    margin-left: 10px;
    padding: 12px;
    border-radius: 30px;
    border: 1px solid #004851;
}

    footer .div2 a:hover {
        border: 1px solid white;
        background: white;
    }

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40px 20px;
    background-color: #004851;
    color: white;
}

.footer-section {
    flex: 1 1 200px;
    margin: 20px;
}

.footer-section h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section li {
    margin-bottom: 10px;
}

.footer-section a {
    color: white;
    text-decoration: none;
    line-height: 2;
}

.footer-section p {
    line-height: 1;
}

footer .donate-button {
    background-color: #FF6600;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 20px;
}

footer .donate-button:hover {
    background-color: #00B388;
    color: black;
    width: 170px;
}

.logo-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #004851;
    padding-bottom: 20px;
}

.logo-section img {
    max-height: 60px;
    margin: 10px;
}

.copyright {
    text-align: center;
    padding: 20px;
    background-color: #004851;
    color: white;
}

.termsAndCondition {
    background-color: #004851;
    text-align: center;
}

.termsAndCondition ul {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    gap: 23px;
    list-style: none;
}

.termsAndCondition ul li {
    padding-right: 10px;
    border-right: 1px solid white;
    color: white;
    font-weight: bold;
}


/*========================= HOME  ==========================*/

#home .banner {
    background-image: url('../images/Home/banner.png');
    background-size: cover;
    height: 90vh;
    width: 100%;
    padding: 0;
}

#home .div1 {
    display: flex;
    align-items: center;
}

#home .div1 img {
    height: 200px;
}

#home .div2 {
    background: #004851;
    margin-top: 60px;
}

#home .div2 .content {
    padding: 50px;
    font-weight: bold;
    color: white;
}

#home .div2 .content h1 {
    font-weight: bold;
    font-size: 50px;
    color: white;
}

#home .div2 .content h2 {
    font-size: 25px;
    font-weight: 100;
    margin-top: 20px;
}

#home .aboutBtn {
    margin-top: 20px;
    background-color: #DDBBC5;
    color: #004851;
    font-weight: bold;
    font-size: 18px;
    border: none;
    padding: 15px 13px;
    width: 150px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 6px;
    transition: background 1s;
}

#home .aboutBtn:hover {
    background-color: white;
    color: black;
    width: 260px;
}

#home .section2 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #FFFFFF;
}

#home .section2 h1 {
    color: #004851;
    font-size: 50px;
    font-weight: bold;
}

#home .section2 h2 {
    color: #004851;
    font-size: 30px;
    font-weight: 200;
    line-height: 1.5;
}

#home .section2 .div2 {
    display: flex;
    width: 100%;
    background: white;
    border-top: 2px solid #004851;
}

#home .section2 .div2 .leftDiv {
    background-image: url("../images/Home/section-img.jpg");
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#home .section2 .playBnt {
    padding: 30px;
    background: #b490a3;
    border-radius: 50px;
}

#home .section2 .playBnt:hover {
    background: #00B388;
}

#home .section2 .playBnt i {
    font-size: 30px;
    color: #004851;
}

#home .section2 .div2 .rightDiv {
    padding-left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home .section2 .div2 a {
    color: #004851;
    margin-left: 0px;
    padding: 3px;
    border-radius: 0px;
    border: none;
}

#home .section2 .div2 a:hover {
    border: none;
    background: transparent;
}

#home .section2 .div2 .rightDiv h3 {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #004851;
}

#home .section2 .div2 .rightDiv h4 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 100;
}

#home .section2 .donatebtn {
    background-color: #8e3a80;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 15px 20px;
    width: 200px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
    transition: background 0.3s;
}

#home .section2 .donatebtn:hover {
    background-color: #4A25AA;
    width: 250px;
    color: white;
}

#home .section3 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: white;
}

#home .section3 .row div {
    background: #F0EDED;
    margin: 15px;
}

#home .section3 .row .item1 {
    padding: 30px;
}

#home .section3 .row .item2 {
    padding: 30px;
}

#home .section3 .row div h1 {
    color: #4A25AA;
    font-size: 50px;
    font-weight: 900;
}

#home .section3 .row div h2 {
    color: #4A25AA;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}

#home .section3 .row img {
    width: 70px;
    float: right;
    margin-right: 30px;
}

#home #hospitalBuilding {
    width: 250px;
    height: 400px;
    float: left
}

#home .section3 .row .gridItem3 {
    display: block;
}


#home .section4 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 50px;
    background: white;
}



#home .section4 .div1 .leftDiv {
    background: #004851;
    padding: 40px;
    color: white;
}

    #home .section4 .div1 .leftDiv h1 {
        font-size: 40px;
    }

#home .section4 .div1 {
    background: #B2EAE8;
}

#home .section4 .div1 img {
    height: 436px;
}

#home .readMoreBtn {
    margin-top: 20px;
    background-color: #8E3A80;
    color: #004851;
    font-weight: bold;
    font-size: 18px;
    border: none;
    padding: 15px 13px;
    width: 260px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 6px;
    transition: background 1s;
}

#home .readMoreBtn:hover {
    background-color: white;
    color: black;
    width: 280px;
}

#home .section5 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 50px;
    background: white;
}

#home .section5 .grid-container {
    display: grid;
    grid-template-columns: 400px 400px 400px;
    gap: 20px;
    width: 80%;
}

#home .section5 .card {
    position: relative;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-bottom: 20px;
}

    #home .section5 .card img {
        width: 100%;
        display: block;
    }

#home .section5 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 100% 0, 0 100%);
}

#home .section5 .text {
    font-size: 18px;
    font-weight: bold;
    color: #4a148c;
    margin-top: 10px;
}

#home .section5 h1 {
    text-align: center;
    font-size: 50px;
    color: #004851;
}

#home .section5 p {
    text-align: center;
    font-size: 23px;
    color: #004851;
    margin-bottom: 40px;
}


#home .section6 {
    background-image: url("../images/Home/Cancer.jpg");
    background-size: cover;
    background-position: center;
    height: 60vh;
    width: 100%;
}

#home .section6 .div1 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 70px;
    padding-bottom: 150px;
}

#home .section6 h1 {
    color: white;
    font-size: 30px;
    font-weight: bold;
}

#home .section6 p {
    color: white;
    font-size: 20px;
    line-height: 1.5;
}

#home .section6 .fundingBtn {
    margin-top: 20px;
    background-color: #8E3A80;
    color: white;
    font-weight: bold;
    font-size: 18px;
    border: none;
    padding: 15px 13px;
    width: 230px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 6px;
    transition: background 1s;
}

#home .section6 .fundingBtn:hover {
    background-color: white;
    color: black;
    width: 260px;
}

#home .section7 {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 70px;
    padding-bottom: 30px;
}

#home .section7 h1 {
    color: #004851;
    font-size: 40px;
    font-weight: 900;
}

#home .section7 h2 {
    color: #4A25AA;
    font-size: 30px;
    font-weight: bold;
    margin-top: 15px;
}

#home .section7 h3 {
    color: #004851;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 30px;
}

#home .section7 h4 {
    color: #4A25AA;
    font-size: 20px;
    margin-top: 15px;
}

#home .section7 p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.5;
}

#home .section7 img {
    width: 300px;
}

#home .section7 .grid {
    margin: 20px;
}

#home .section7 .gridItem {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}


/*========================= About Us ==========================*/
#aboutUs .section1 {
    background: #00BAB3;
    height: 65vh;
}

#aboutUs .section1 img {
    width: 100%;
    height: 65vh;
}

#aboutUs .titleSection {
    background: #004851;
    color: white;
    padding: 20px;
    font-weight: bold;
}

#aboutUs .section1 .content h1 {
    font-size: 50px;
    font-weight: 900;
    margin-top: 10%;
}

#aboutUs section1 .content p {
    font-size: 35px;
    font-weight: 100;
}

#aboutUs .section2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-right: 3%;
    padding-top: 50px;
    background: white;
}

#aboutUs ul, li {
    list-style: none;
}

#aboutUs .section2 img {
    width: 100%;
}

#aboutUs .section2 hr {
    background: #4A25AA;
    color: #4A25AA;
}

#aboutUs .section2 .donateSection {
    background: #004851;
    display: flex;
    gap: 30px;
    margin-top: 20px;
    justify-content: start;
    align-items: center;
}

#aboutUs .section2 .donateSection h2 {
    font-size: 35px;
    font-weight: bold;
    color: white;
}

#aboutUs .section2 .donateSection img {
    width: 230px;
}

#aboutUs .section2 .donatebtn {
    background-color: #FCAFC0;
    color: #004851;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 15px 20px;
    width: 200px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
    transition: background 0.3s;
}

#aboutUs .section2 .donatebtn:hover {
    width: 250px;
}

#aboutUs .section2 row h2 {
    color: #004851;
    font-weight: bold;
}

#aboutUs .section3 {
    padding-left: 3%;
    padding-right: 3%;
    padding-right: 3%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #4A25AA;
    margin-top: 50px;
}

#aboutUs .section3 h2 {
    font-size: 40px;
    font-weight: 900;
    color: white;
    text-align: center;
}

#aboutUs .section3 .divContainer {
    width: 100%;
    margin-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#aboutUs .section3 .divContainer .div1 {
    position: relative;
    background: url("../images/aboutUs/div1Img.jpg ");
    height: 450px;
    width: 500px;
    margin-top: 100px;
    background-size: cover;
    background-position: center;
    padding: 20px;
}

#aboutUs .section3 .divContainer .div2 {
    position: relative;
    background: url("../images/aboutUs/div2Img.jpg ");
    height: 350px;
    width: 400px;
    margin-top: 20px;
    background-size: cover;
    background-position: center;
    padding-left: 200px;
    float: right;
}

#aboutUs .section3 .divContainer .div3 {
    position: relative;
    background: url("../images/aboutUs/div3Img.jpg ");
    height: 350px;
    width: 400px;
    margin: 20px;
    background-size: cover;
    background-position: center;
    padding: 20px;
}

#aboutUs .section3 .divContainer .div4 {
    position: relative;
    background: url("../images/aboutUs/div4Img.jpg ");
    height: 450px;
    width: 500px;
    background-size: cover;
    background-position: center;
    padding: 20px;
    margin: 20px;
}

#aboutUs .section3 .divContainer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    padding: 30px;
}

#aboutUs .section3 .divContainer .div1:hover .overlay {
    display: none;
}

#aboutUs .section3 .divContainer .div2:hover .overlay {
    display: none;
}

#aboutUs .section3 .divContainer .div3:hover .overlay {
    display: none;
}

#aboutUs .section3 .divContainer .div4:hover .overlay {
    display: none;
}

#aboutUs .section3 .divContainer h1 {
    color: #4A25AA;
    font-weight: 900;
}

#aboutUs .section3 h4 {
    color: #4A25AA;
    font-weight: bold;
}

#aboutUs .section3 h5 {
    color: white;
    font-weight: bold;
    text-align: center;
}

#aboutUs .section3 .impactBtn {
    margin-top: 70px;
    margin-bottom: 150px;
    background-color: #FCAFC0;
    color: #004851;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 15px 20px;
    width: 300px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
    transition: background 0.3s;
}

#aboutUs .section3 .impactBtn:hover {
    width: 400px;
}

#aboutUs .section3 .moreAboutUs .cardConainer {
    justify-content: center;
}

#aboutUs .section3 .moreAboutUs .cardConainer div {
    background: white;
    padding: 15px;
    margin: 10px;
}

#aboutUs .section3 .moreAboutUs .cardConainer img {
    width: 100%;
    height: 300px;
}

#aboutUs .readMoreBtn {
    background-color: #8e3a80;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 15px 20px;
    width: 150px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
    transition: background 0.3s;
}

    #aboutUs .readMoreBtn:hover {
        background-color: #4A25AA;
        width: 200px;
        color: white;
    }

#aboutUs .section4 .div1 {
    background: url("../images/aboutUs/section4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 60vh;
    padding-left: 5%;
    padding-top: 100px;
}

#aboutUs .section4 h2 {
    font-size: 40px;
    font-weight: 900;
    color: white;
}

#aboutUs .section4 h5 {
    color: white;
    font-weight: bold;
}

#aboutUs .section4 .Btn {
    margin-top: 20px;
    background-color: #8e3a80;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 15px 20px;
    width: 300px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s;
}

    #aboutUs .section4 .Btn:hover {
        background-color: #4A25AA;
        width: 350px;
        color: white;
    }

#aboutUs .section4 .div2 {
    background: #7D55C7;
    padding-left: 5%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

#aboutUs .quote-box {
    background-color: #7D55C7;
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    position: relative;
    text-align: center;
    border: 2px solid white;
}

#aboutUs .quote-box::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
}

#aboutUs .quote-text {
    font-size: 18px;
    color: white;
    font-weight: bold;
}

#aboutUs .quote-author {
    font-size: 14px;
    color: white;
    margin-top: 10px;
}

#aboutUs .quote-author a {
    text-decoration: none;
    color: #1e88e5;
    font-weight: bold;
}

#aboutUs .quote-author a:hover {
    text-decoration: underline;
}

/*======================= Support Us Page ======================*/
#suppotrUs .section1 {
    background: #00BAB3;
    height: 65vh;
}

#suppotrUs .section1 img {
    width: 100%;
    height: 65vh;
}

#suppotrUs .titleSection {
    background: #004851;
    color: white;
    padding: 20px;
    font-weight: bold;
}

#suppotrUs .section1 .content h1 {
    font-size: 50px;
    font-weight: 900;
    margin-top: 10%;
}

#suppotrUs section1 .content p {
    font-size: 35px;
    font-weight: 100;
}

#suppotrUs .section2 h2 {
    color: #4A25AA;
    font-weight: bold;
}

#suppotrUs .section2 {
    padding-left: 3%;
    padding-right: 3%;
    padding-right: 3%;
    padding-top: 50px;
    background: white;
}

#suppotrUs ul, li {
    list-style: none;
}

#suppotrUs .section2 img {
    width: 100%;
}

#suppotrUs .section2 hr {
    background: #4A25AA;
    color: #4A25AA;
}

#suppotrUs .section2 .donateSection {
    background: #004851;
    display: flex;
    gap: 30px;
    margin-top: 20px;
    justify-content: start;
    align-items: center;
}

#suppotrUs .section2 .donateSection h2 {
    font-size: 35px;
    font-weight: bold;
    color: white;
}

#suppotrUs .section2 .donateSection img {
    width: 230px;
}

#suppotrUs .section2 .donatebtn {
    background-color: #FCAFC0;
    color: #004851;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 15px 20px;
    width: 200px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
    transition: background 0.3s;
}

    #suppotrUs .section2 .donatebtn:hover {
        width: 250px;
    }

#suppotrUs .section2 h1 {
    color: #333333;
    font-weight: 700;
}

#suppotrUs .section2 row h2 {
    color: #004851;
    font-weight: bold;
}

#suppotrUs .btn1 {
    background-color: #8E3A80;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    width: 200px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
    transition: background 0.3s;
}

#suppotrUs .btn2 {
    background-color: #FCAFC0;
    color: #004851;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    width: 200px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
    transition: background 0.3s;
}

#suppotrUs .btn1:hover {
    background-color: #4A25AA;
    width: 230px;
    color: white;
}

#suppotrUs .btn2:hover {
    background-color: white;
    width: 230px;
    color: white;
}

#suppotrUs .section2 .img1 {
    height: 440px;
}

#suppotrUs .section3 {
    width: 100%;
    height: 100%;
}

#suppotrUs .section3 .fundraising {
    background: #004851;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 60px;
}

#suppotrUs .section3 .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 340px);
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
}

#suppotrUs .section3 .grid div {
    background: white;
    padding: 20px;
}

#suppotrUs .section3 h1 {
    color: white;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

#suppotrUs .section3 h2 {
    color: #4A25AA;
    font-weight: bold;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#suppotrUs .section3 img {
    width: 300px;
    height: 300px;
}

#suppotrUs .section3 .other {
    background: #4A25AA;
    padding-top: 50px;
    padding-bottom: 50px;
}

#suppotrUs .section4 {
    background: url('../images/Support/Bake-Sale.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
}

#suppotrUs .section4 p {
    font-size: 20px;
}
/*===================== Funding ====================*/

#funding .section1 {
    background: #00BAB3;
    height: 65vh;
}

#funding .section1 img {
    width: 100%;
    height: 65vh;
}

#funding .titleSection {
    background: #004851;
    color: white;
    padding: 20px;
    font-weight: bold;
}

#funding .section1 .content h1 {
    font-size: 50px;
    font-weight: 900;
    margin-top: 10%;
}

#funding .section2 {
    background: #F0EDED;
    padding: 50px;
}

#funding .section2 h2 {
    color: #004851;
    font-weight: 800;
    margin-top: 30px;
    text-align: center;
}

#funding .section2 h4 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

#funding .section2 .grid div {
    background: white;
    margin-top: 30px;
    margin-right: 40px;
    padding: 45px;
}

#funding .section2 .grid div h5 {
    color: #4A4EC8;
    font-weight: bold;
    font-size: 25px;
}

#funding .section2 .grid div h6 {
    color: #4A4EC8;
    font-weight: bold;
}

#funding .section3 {
    background: #004851;
    padding-top: 50px;
    padding-bottom: 50px;
}

#funding .section3 h4 {
    color: #4a4ec8;
}

#funding .section3 img {
    width: 465px;
    height: 465px;
}

#funding .btn1 {
    background-color: #8E3A80;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    width: 200px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
    transition: background 0.3s;
}

#funding .btn2 {
    background-color: #FCAFC0;
    color: #004851;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    width: 200px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
    transition: background 0.3s;
}

#funding .btn1:hover {
    background-color: #4A25AA;
    width: 230px;
    color: white;
}

#funding .section4 {
    padding: 50px;
}

#funding .section4 img {
    width: 500px;
}

#funding .section4 h3 {
    color: #004851;
    font-weight: bolder;
    margin-bottom: 30px;
    font-size: 40px;
}

#funding .section4 h5 {
    color: black;
    font-weight: bolder;
    margin-top: 10px;
}

#funding .section4 p {
    color: black;
    font-size: 20px;
    margin-top: 10px;
}

#funding .section4 li {
    color: black;
    font-size: 20px;
    margin-top: 10px;
    margin-left: -30px
}

#funding .section5 {
    background: #4A25AA;
    padding-top: 0px;
    padding-bottom: 0px;
}

/*===================== News Page ======================*/
#news .section1 {
    background: #004851;
    height: 65vh;
}

#news .section1 img {
    width: 100%;
    height: 65vh;
}

#news h1 {
    font-size: 50px;
    font-weight: bold;
    margin-top:100px;

}
#news .titleSection {
    background: #004851;
    color: white;
    padding: 20px;
    font-weight: bold;
}

#news .section2 {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 30px;
}

#news .section2 h1 {
    color: #4A25AA;
    font-size: 40px;
    font-weight: 900;
    text-align : center;
}

#news .section2 h2 {
    color: #4A25AA;
    font-size: 22px;
    font-weight: 700;
    margin-top: 15px;
}

#news .section2 h3 {
    color: #004851;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 30px;
}

#news .section2 h4 {
    color: #4A25AA;
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
}

#news .section2 p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.5;
}

#news .section2 img {
    width: 300px;
    height: 300px;
}

#news .section2 .grid {
    margin: 20px;
}

#news .section2 .gridItem {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 30px;
}

#news .section2 .btn{
    border-radius: 30px;
    color: white;
    background:#004851;
    margin: 5px;
    font-weight: bold;
}
#news .section2 .btn:hover{
    background:#4A25AA;
}
#news .section2 .hr{
    background:#004851; 
    color:#004851; 
    height:1px;
}

/*======================= Donate =========================*/

#donate .section1 {
    justify-content: center;
    align-items: center;
    height: 140vh;
}

#donate .leftDiv {
    height: 130vh;
    padding: 60px;
    background: #7D55C7;
    color: white;
}
#donate .rightDiv {
    margin-top: 70px;
    margin-left: -60px;
}

#donate .section1 h1 {
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 20px;
    font-family: brocha, "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}

#donate .section1 h3 {
    font-weight: bold;
    margin-bottom: 50px;
}

#donate .section1 h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

#tab {
    width: 500px;
    padding-bottom: 60px;
}
#tab .btnContainer1 {
    padding: 1px;
    background: #4A25AA;
    width: 300px;
}

#tab .btnContainer1 a {
    height: 45px;
    width: 148px;
    text-align:center;
    text-decoration:none;
    padding: 4px;
    background: white;
    color: #4A25AA;
    font-weight: bold;
    margin-right: 2px;
    font-weight: bold;
    font-size: 20px;
}

#tab .btnContainer2 a {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 45px;
    width: 100px;
    text-align:center;
    text-decoration:none;
    padding: 4px;
    background: #00BAB3;
    color: #004851;
    font-weight: bold;
    margin-right: 2px;
    font-weight: bold;
    font-size: 20px;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
}

#tab h5 {
    color: #7D55C7;
    font-weight: bold;
}

#tab .continue {
    width: 120px;
    background-color: #8E3A80;
    padding: 10px;
    color: white;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 20px;
    text-decoration: none;
}

#donate .section2 {
    width: 100%;
    height: 100%;
}

#donate .section2 .fundraising {
    background: #004851;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 60px;
}

#donate .section2 .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 340px);
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
}

#donate .section2 .grid div {
    background: white;
    padding: 20px;
}

#donate .section2 h1 {
    color: white;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

#donate .section2 h2 {
    color: #4A25AA;
    font-weight: bold;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#donate .section2 img {
    width: 300px;
    height: 300px;
}


#donate .section3  {
    margin-top:40px;
    margin-bottom:40px;
}
#donate .section3 h1{
    color:#4A25AA;
    font-weight: bold;
}
#donate .section3 h4{
    color:black;
    font-weight: bold;
}
#donate .section3 p{
    color:#4D4D4D;
    margin-bottom: 30px;
}
#donate .section4 {
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
}

#donate .section4 p {
    font-size: 20px;
}

#donate  .btn1 {
    background-color: #8E3A80;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    width: 150px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
    transition: background 0.3s;
}

#donate .btn1:hover {
    background-color: #4A25AA;
    width: 230px;
    color: white;
}
#donate .btn2 {
    background-color: #8E3A80;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    width: 270px;
    height:50px;
    display:flex;
    align-items:center;
    cursor: pointer;
    text-transform: uppercase;
    text-align: left;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    border-radius: 4px;
    transition: background 0.3s;
}

#donate .btn2:hover {
    background-color: #4A25AA;
    width: 290px;
    color: white;
}





/*======================= Responsive design ======================*/
@media (max-width: 800px) {
    header .logo {
    height: 60px;
    margin-top: -30px;
}

header ul {
    background: white;
    width: 100%;
    text-align: center;
}

/*======== home =========*/
#home .div1 {
}

#home .banner {
    background-image: url('../images/Home/banner.png');
    height: 120vh;
    width: 100%;
    padding: 0;
}

#home .div1 img {
    height: 130px;
}

#home .div2 {
    background: #004851;
    margin-top: 30px;
}

#home .div2 .content {
    padding: 30px;
    font-weight: bold;
    color: white;
    width: 100%;
}

#home .div2 .content h1 {
    font-weight: bold;
    font-size: 30px;
    color: white;
}

#home .div2 .content h2 {
    font-size: 20px;
    font-weight: 100;
    margin-top: 20px;
}

    #home .section2 h1 {
        color: #004851;
        font-size: 30px;
        font-weight: bold;
    }

    #home .section2 h2 {
        color: #004851;
        font-size: 20px;
        font-weight: 200;
        line-height: 1.5;
    }

    #home .section4 .div1 img {
        height: 436px;
        margin-top: 30px;
        margin-bottom: 30px
    }

    #home .section5 .grid-container {
        display: grid;
        grid-template-columns: 400px 400px 400px;
        gap: 20px;
        width: 80%;
    }

    #home .section5 .grid-container {
        display: grid;
        grid-template-columns: 450px;
        gap: 20px;
        width: 80%;
        align-items: center;
    }

    #home .section6 {
        background-image: url("../images/Home/");
        background-size: cover;
        background-position: center;
        height: 70vh;
        width: 100%;
    }

    #home .section7 .gridItem {
        display: block;
        gap: 30px;
        justify-content: center;
        align-items: center;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
    }

    footer .newsletter {
        background-color: #00BAB3;
        padding: 14px 20px;
        color: #004851;
    }
    /*============= About Us ===========*/
    #aboutUs .section1 {
        background: #00BAB3;
        height: 130vh;
    }

    #aboutUs .section1 .content h1 {
        font-size: 40px;
        font-weight: 900;
        margin-top: 10%;
    }

    #aboutUs section1 .content p {
        font-size: 25px;
        font-weight: 100;
    }

    #aboutUs .section3 .divContainer {
        width: 100%;
        margin-top: 80px;
        display: block;
        justify-content: center;
        align-items: center;
    }

    #aboutUs .section3 .divContainer .div1 {
        position: relative;
        background: url("../images/aboutUs/div1Img.jpg ");
        height: 350px;
        width: 400px;
        margin-top: 100px;
        background-size: cover;
        background-position: center;
        padding: 20px;
    }

    #aboutUs .section3 .divContainer .div2 {
        position: relative;
        background: url("../images/aboutUs/div2Img.jpg ");
        height: 350px;
        width: 400px;
        margin-top: 20px;
        background-size: cover;
        background-position: center;
    }

    #aboutUs .section3 .divContainer .div3 {
        position: relative;
        background: url("../images/aboutUs/div3Img.jpg ");
        height: 350px;
        width: 400px;
        margin: 20px;
        background-size: cover;
        background-position: center;
        padding: 20px;
    }

    #aboutUs .section3 .divContainer .div4 {
        position: relative;
        background: url("../images/aboutUs/div4Img.jpg ");
        height: 350px;
        width: 400px;
        background-size: cover;
        background-position: center;
        padding: 20px;
    }

    /*============= Support Us ===========*/
    #suppotrUs .section1 {
        background: #00BAB3;
        height: 130vh;
    }
    /*============= Funding ===========*/
    #funding .section1 {
        background: #00BAB3;
        height: 100vh;
    }

    #funding .section2 .grid div {
        background: white;
        margin-top: 20px;
        margin-right: 0px;
        padding: 15px;
    }

    #funding .section3 img {
        width: 385px;
        height: 385px;
    }

    #funding .section4 img {
        width: 360px;
    }

    /*======================= News Page ======================*/
    #news .section1 {
        background: #00BAB3;
        height: 100vh;
    }
    #news h1 {
        font-size: 50px;
        font-weight: bold;
        margin-top: 10px;
    }
}



@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
