html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 126rem;
    margin: auto;
    background-color: #e7fff2;
}

body {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: My Font;
    src: url(Montserrat-Regular.otf);
}

@font-face {
    font-family: My Font1;
    src: url(Montserrat-Medium.otf);
}

@font-face {
    font-family: My Font2;
    src: url(Montserrat-Bold.otf);
}

@font-face {
    font-family: My Font3;
    src: url(LibreBaskerville-Regular.ttf);
}

nav {
    width: 100%;
    max-width: 126rem;
    height: 12rem;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    z-index: 999;
    position: fixed;
}

.box1 {
    width: 100%;
    height: 4.5rem;
    background-color: #ffeba6;
    display: flex;
}

.box1a {
    width: 55rem;
    height: 4.5rem;
    /* background-color: rgb(131, 59, 59); */
    text-align: center;
    font-size: 1.3rem;
    font-family: My Font2;
    box-sizing: border-box;
}

.box1a p {
    color: #707070;
}

.box1b {
    width: 36rem;
    height: 4.5rem;
    /* background-color: rgb(75, 16, 16); */
    text-align: center;
    font-size: 1.3rem;
    font-family: My Font2;
    box-sizing: border-box;
}

.box1b p {
    color: #707070;
}

.box1c {
    width: 35rem;
    height: 4.5rem;
    /* background-color: rgb(255, 120, 120); */
    font-size: 1.3rem;
    font-family: My Font2;
    box-sizing: border-box;
    padding-top: 1.3rem;
    padding-left: 2rem;
}

.box1c a {
    text-decoration: none;
    color: #707070;
}

.box2 {
    width: 100%;
    height: 7.5rem;
    /* background-color: rgb(60, 128, 128); */
    display: flex;
    box-sizing: border-box;
    position: relative;
}

.box2a {
    width: 40rem;
    height: 7.5rem;
    /* background-color: rgb(103, 185, 110); */
    box-sizing: border-box;
    padding-left: 15rem;
    padding-top: 1.5rem;
}

.box2a img {
    width: 160px;
}

.box2b {
    width: 90rem;
    height: 7.5rem;
    /* background-color: rgb(126, 163, 212); */
    text-align: center;
    box-sizing: border-box;
    padding-top: 3rem;
    font-family: My Font2;
    font-size: 1.4rem;
}

.box2 i {
    font-size: 2rem;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.box2b a {
    text-decoration: none;
    margin-left: 2.5rem;
    color: rgb(49, 49, 49);
    position: relative;
    padding-bottom: 0.01rem;
}

.box2b a:after {
    content: "";
    position: absolute;
    height: 0.2rem;
    width: 0;
    background-color: #066130;
    left: 0;
    bottom: -1rem;
    transition: 0.3s;
}

.box2b a:hover:after {
    width: 100%;
}

.box2c {
    width: 35rem;
    height: 7.5rem;
    /* background-color: rgb(255, 187, 187); */
    box-sizing: border-box;
}

.box2d {
    width: 18rem;
    height: 4rem;
    background-color: #066130;
    margin-top: 2rem;
    margin-left: 3rem;
    font-family: My Font1;
    font-size: 1.3rem;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1.2rem;
    color: white;
}

.box2d a {
    text-decoration: none;
    color: white;
}


/* Main Boady */


.box3 {
    width: 100%;
    height: 90rem;
    background-color: rgb(255, 255, 255);
    position: relative;
    box-sizing: border-box;
}

.box3a {
    width: 100%;
    height: calc(100dvh - 12rem);
    max-height: 55rem;
    position: absolute;
    top: 12rem;
    left: 0;
    background-color: black;
}

.box3ai {
    width: 100%;
    height: calc(100dvh - 12rem);
    position: absolute;
    top: 12rem;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.507); */
    z-index: 111;
}

.swiper {
    width: 100%;
    height: 100%;
}

.hero-image {
    width: 100%;
    height: calc(100dvh - 12rem);
    object-fit: cover;
    background: cover;
}

.main-title {
    color: white;
    font-family: My Font2;
    font-size: 3rem;
    width: 40rem;
    margin-left: 20rem;
    margin-top: 10rem;
}

.main-subtitle {
    color: white;
    font-family: My Font;
    font-size: 1.3rem;
    width: 40rem;
    margin-left: 20rem;
}

.box3b {
    width: 25rem;
    height: 30rem;
    display: absolute;
    background-color: #066130;
    position: absolute;
    left: 16rem;
    top: 48rem;
    z-index: 111;
    box-sizing: border-box;
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.5rem;
    color: white;
}

.box3b img {
    width: 10rem;
    height: 7rem;
    padding-top: 2rem;
    box-sizing: border-box;
}

.box3b .section-title {
    font-family: My Font3;
    color: #ffc400;
}

.box3b p {
    font-family: My Font;
}

.box3b .actionbox {
    width: 10rem;
    height: 4rem;
    background-color: #c29500;
    text-align: center;
    line-height: 4rem;
    margin-left: 4.5rem;
}

.box3b .actionbox a {
    color: white;
    text-decoration: none;
    font-family: My Font1;
    font-size: 1.5rem;
    letter-spacing: -0.1rem;
}

.box3c {
    width: 25rem;
    height: 30rem;
    display: absolute;
    background-color: #066130;
    position: absolute;
    left: 43rem;
    top: 48rem;
    z-index: 111;
    box-sizing: border-box;
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 2.5rem;
    color: white;
}

.box3c img {
    width: 10rem;
    height: 7rem;
    padding-top: 2rem;
    box-sizing: border-box;
}

.box3c .section-title {
    font-family: My Font3;
    color: #ffc400;
}

.box3c p {
    font-family: My Font;
}

.box3c .actionbox {
    width: 12rem;
    height: 4rem;
    background-color: #c29500;
    text-align: center;
    line-height: 4rem;
    margin-left: 3.6rem;
}

.box3c .actionbox a {
    color: white;
    text-decoration: none;
    font-family: My Font1;
    font-size: 1.5rem;
    letter-spacing: -0.1rem;
}


.box3d {
    width: 20rem;
    height: 30rem;
    display: absolute;
    background-color: #c29500;
    position: absolute;
    left: 70rem;
    top: 48rem;
    z-index: 111;
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2.5rem;
    text-align: center;
}

.box3d img {
    width: 10rem;
    height: 7rem;
    padding-top: 1rem;
    box-sizing: border-box;
}

.box3d .section-title {
    font-family: My Font3;
    color: white;
}

.box3d p {
    font-family: My Font;
}

.box3d .actionbox {
    width: 12rem;
    height: 4rem;
    background-color: #000000;
    text-align: center;
    line-height: 4rem;
    margin-left: 2.1rem;
    box-sizing: border-box;
}

.box3d .actionbox a {
    color: white;
    text-decoration: none;
    font-family: My Font1;
    font-size: 1.5rem;
    letter-spacing: -0.1rem;
}

.box3f {
    width: 20rem;
    height: 30rem;
    display: absolute;
    background-color: rgb(255, 123, 123);
    position: absolute;
    left: 90rem;
    top: 48rem;
    z-index: 111;
    box-sizing: border-box;
    background-image: url(Images/Making\ a\ donation\ image.jpg);
}


.box3e {
    width: 94rem;
    height: 0.2rem;
    display: absolute;
    background-color: rgb(0, 0, 0);
    position: absolute;
    left: 16rem;
    top: 82rem;
}

.box4 {
    width: 100%;
    height: 55rem;
    background-color: rgb(245, 244, 244);
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}

.box4a {
    width: 40rem;
    height: 40rem;
    background-color: rgb(241, 171, 171);
    box-sizing: border-box;
    position: absolute;
    left: 17rem;
    top: 5rem;
}

.box4a img {
    width: 100%;
    height: 100%;
}

.box4b {
    width: 50rem;
    height: 55rem;
    /* background-color: rgb(241, 171, 171); */
    box-sizing: border-box;
    position: absolute;
    left: 60rem;
    top: 5rem;
}

.box4b .content {
    margin-left: 3rem;
    /* margin-top: 3rem; */
}

.box4b .section-title1 {
    width: 35rem;
    font-family: My Font3;
    font-size: 3.0rem;
    letter-spacing: -0.1rem;
    line-height: 3rem;
    margin-top: 1rem;
}

.box4b .text-box {
    width: 45rem;
    font-family: My Font1;
    font-size: 1.5rem;
    line-height: 2.2rem;
}

.box4b .content .actionbox {
    width: 15rem;
    height: 5rem;
    background-color: black;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1.5rem;
    margin-top: 2rem;
}

.box4b .content a {
    text-decoration: none;
    font-family: My Font2;
    color: white;
    font-size: 1.5rem;
}



/* Main1 */

.box5 {
    width: 100%;
    height: 50rem;
    /* background-color: aquamarine; */
    position: relative;
}

.box5a {
    width: 100%;
    height: 30rem;
    background-color: rgb(0, 0, 0);
    position: absolute;
}

.box5a img {
    width: 100%;
    height: 100%;
}

.box5b {
    width: 30rem;
    height: 35rem;
    background-color: rgb(99, 248, 173);
    position: absolute;
    top: 9rem;
    left: 70rem;
}

.box5b img {
    width: 100%;
}

.box5c {
    width: 20rem;
    height: 7rem;
    background-color: rgb(13, 31, 22);
    position: absolute;
    top: 33rem;
    left: 60rem;
    text-align: center;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 3.6rem;
    padding-right: 4rem;
}

.box5c p {
    color: white;
    font-family: My Font1;
    text-align: center;
    font-size: 1.5rem;
}

.box5d {
    width: 45rem;
    height: 20rem;
    /* background-color: rgb(13, 31, 22); */
    position: absolute;
    top: 8rem;
    left: 20rem;
}

.box5d .section-title2 {
    width: 35rem;
    font-family: My Font3;
    font-size: 3.0rem;
    letter-spacing: -0.1rem;
    line-height: 3rem;
    color: #ffd23c;
}

.box5d p {
    width: 43rem;
    font-family: My Font;
    font-size: 1.3rem;
    line-height: 1.7rem;
    color: white;
}

.box6 {
    width: 100%;
    height: 67rem;
    background-color: rgb(245, 244, 244);
}

.box6a {
    width: 100%;
    height: 17rem;
    /* background-color: aqua; */
    padding-top: 6rem;
    box-sizing: border-box;
}

.box6a .section-title3 {
    font-family: My Font2;
    font-size: 2.5rem;
    margin-left: 60rem;
}

.box6a .p {
    width: 72rem;
    text-align: center;
    font-size: 1.3rem;
    margin-left: 29rem;
    font-family: My Font1;
}

.box6b {
    width: 100%;
    height: 50rem;
    /* background-color: rgb(19, 73, 73); */
}

.box6b h1 {
    width: 15rem;
    text-align: left;
    margin-left: 3rem;
    font-family: My Font2;
    color: #ffc400;
    position: absolute;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.box6b p {
    width: 20rem;
    text-align: left;
    margin-left: 1.5rem;
    font-family: My Font1;
    font-size: 1.2rem;
    position: absolute;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 17rem;
    padding-bottom: 10rem;
}

.box6b .card {
    border-radius: 2rem;
    background-color: #066130;
    text-align: center;
    color: white;
    box-sizing: border-box;
    position: relative;
}

.box6b .textbox {
    width: 20rem;
    height: 25rem;
    position: absolute;

}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2rem;
    opacity: 0.15;
}


.box6b .actionbox {
    width: 15rem;
    height: 5rem;
    border: #066130 solid 0.2rem;
    border-radius: 3rem;
    text-align: center;
    box-sizing: border-box;
    padding-top: 1.5rem;
    margin-top: 2rem;
    margin-left: 32rem;
}

.box6b .actionbox a {
    text-decoration: none;
    font-family: My Font2;
    color: #066130;
    font-size: 1.5rem;
}

.grid-container {
    display: grid;
    /* border: 0.1rem solid red; */
    grid-template-columns: repeat(3, 25rem);
    gap: 1.5rem;
    justify-content: center;
}



/* Box7 */

.box7 {
    width: 100%;
    height: 25rem;
    background-color: rgb(0, 0, 0);
    padding-top: 160px;
    background-image: url(Images/Become\ A\ Volunteer.jpg);
    object-fit: cover;
}

.box7 .h {
    color: #ffc400;
    font-family: My Font3;
    font-size: 2.5rem;
    margin-left: 43rem;
}

.box7 .p {
    width: 70rem;
    text-align: center;
    font-size: 1.3rem;
    font-family: My Font;
    margin-left: 27rem;
    color: white;
}

.box7 .actionbox {
    width: 15rem;
    height: 5rem;
    background-color: rgba(214, 176, 3, 0.712);
    text-align: center;
    box-sizing: border-box;
    padding-top: 1.5rem;
    margin-top: 2rem;
    margin-left: 55rem;
}

.box7 a {
    text-decoration: none;
    font-family: My Font2;
    font-size: 1.5rem;
    color: white;
}



/* Box8 */

.box8 {
    width: 100%;
    height: 55rem;
    background-color: rgb(245, 244, 244);
    box-sizing: border-box;
}

.box8a {
    width: 100%;
    height: 17rem;
    /* background-color: aqua; */
    padding-top: 6rem;
    box-sizing: border-box;
}

.box8a .section-title {
    font-family: My Font2;
    font-size: 2.7rem;
    margin-left: 53rem;
    font-style: bold;
}

.box8a .p {
    width: 70rem;
    text-align: center;
    font-size: 1.4rem;
    margin-left: 29rem;
    font-family: My Font1;
}

.box8b {
    width: 100%;
    height: 50rem;
    padding-left: 21rem;
    justify-content: center;
    /* background-color: rgb(19, 73, 73);  */
}

.box8b h1 {
    width: 25rem;
    font-size: 1.5rem;
    text-align: left;
    margin-left: 9rem;
    margin-top: 2rem;
    font-family: My Font2;
}

.box8b p {
    width: 27rem;
    text-align: justify;
    margin-bottom: 2rem;
    margin-left: 9rem;
    margin-top: 0.5;
    font-family: My Font1;
}

.box8b .image {
    height: 17rem;
    width: 40rem;
    border-radius: 1rem;
    background-color: #000000;
}

.box8b iframe {
    border-radius: 2rem;
}

.box8b .card {
    height: 35rem;
    width: 40rem;
    border: 0.1rem solid #066130;
    border-radius: 1rem;
    background-color: #97989c8a;
    box-sizing: border-box;
}

.box8b .grid-container {
    display: grid;
    grid-template-columns: repeat(3, 40rem);
    justify-content: center;
}

.date {
    width: 6rem;
    height: 10rem;
    background-color: #066130;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    border-radius: 1rem;
    padding-top: 1rem;
    margin-top: 2rem;
    margin-left: 2rem;
    display: block;
}

.grid-container .date .month {
    padding-left: 0;
    padding-bottom: 0;
    font-family: My Font2;
    font-size: 2.2rem;
    margin-left: 0.1rem;
    margin-top: 1rem;
    margin-bottom: 0;
    color: white;
}

.grid-container .date p {
    padding-left: 1rem;
    font-family: My Font1;
    text-align: left;
    color: white;
    margin: 0;
    letter-spacing: 0.1rem;
}

.box8b a {
    text-decoration: none;
    padding-left: 3rem; 
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    font-family: My Font2;
    color: black;
    border-radius: 1rem;
}

.box8b i {
    width: 100px;
    font-size: 1.5rem;
    margin-left: -2rem;
}


/* Footer */

.box9 {
    width: 100%;
    height: 35rem;
    background-color: rgb(0, 0, 0);
    padding-top: 40px;
    box-sizing: border-box;
    position: relative;
}

.boxf1 {
    width: 20rem;
    height: 25rem;
    /* background-color: rgba(240, 248, 255, 0.267);  */
    position: absolute;
    margin-left: 10rem;
    padding-top: 4.5rem;
    padding-left: 4rem;
    padding-right: 4.5rem;
    box-sizing: border-box;
}

.boxf1 .h {
    color: #ffc400;
    font-family: My font3;
    font-size: 1.7rem;
}

.boxf1 .quicklinks a {
    color: white;
    font-family: My Font1;
    text-decoration: none;
    font-size: 1.3rem;
    line-height: 2.5rem;
    margin-top: 5rem;
}

.boxf1 .quicklinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.boxf2 {
    width: 20rem;
    height: 25rem;
    /* background-color: rgba(240, 248, 255, 0.247);  */
    position: absolute;
    margin-left: 32rem;
    padding-left: 4rem;
    padding-top: 4.5rem;
    box-sizing: border-box;
}

.boxf2 .h {
    color: #ffc400;
    font-family: My font3;
    font-size: 1.7rem;
}

.boxf2 .quicklinks a {
    color: white;
    text-decoration: none;
    font-family: My Font1;
    font-size: 1.3rem;
}

.boxf2 .quicklinks ul {
    list-style: none;
    line-height: 2.7rem;
    padding: 0;
    margin: 0;
}


.boxf3 {
    width: 25rem;
    height: 25rem;
    /* background-color: rgba(240, 248, 255, 0.226);  */
    position: absolute;
    margin-left: 54rem;
    padding-top: 4.5rem;
    padding-left: 4rem;
    padding-right: 2rem;
    box-sizing: border-box;
}

.boxf3 .h {
    color: #ffc400;
    font-family: My font3;
    font-size: 1.7rem;
    margin-bottom: 3rem;
}

.boxf3 p {
    font-family: My Font1;
    font-size: 1.4rem;
    color: white;
}

.boxf3 a {
    font-family: My Font1;
    font-size: 1.3rem;
    color: rgb(255, 217, 0);
    text-decoration: none;
    font-style: italic;
}

.boxf4 {
    width: 35rem;
    height: 25rem;
    /* background-color: rgba(240, 248, 255, 0.26);   */
    position: absolute;
    margin-left: 81rem;
    padding-top: 4.5rem;
    padding-left: 4rem;
    box-sizing: border-box;
}

.boxf4 .h {
    color: #ffc400;
    font-size: 1.7rem;
    font-family: My Font3;
    margin-bottom: 3rem;
}

.boxf4 p {
    font-family: My Font;
    font-size: 1rem;
    color: white;
    width: 30rem;
}

.emailbox {
    width: 30rem;
    height: 4rem;
    background-color: rgba(255, 255, 255, 0.473);
    box-sizing: border-box;
    position: relative;
}

.emailbox input {
    width: 100%;
    height: 4rem;
    position: absolute;
    background-color: transparent;
    font-family: My Font;
    font-size: 1.2rem;
    font-style: italic;
    color: #ffc400;
    border: none;
    padding-left: 2rem;
    outline: none;
}

.emailbox input::placeholder {
    color: white;
}

button {
    width: 9rem;
    height: 4rem;
    background-color: #c29500;
    margin-left: 21rem;
    text-align: center;
    box-sizing: border-box;
    color: white;
    font-family: My Font2;
    font-size: 1.3rem;
    border: none;
}


/* Scroll to the top */

#progress {
    /* background-color: #03cc65;  */
    position: fixed;
    bottom: 2rem;
    right: 1rem;
    width: 6rem;
    height: 6rem;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 0.2rem;
    cursor: pointer;
}

#progress-value {
    display: block;
    height: calc(100% - 1.5rem);
    width: calc(100% - 1.5rem);
    background-color: white;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 2.5rem;
    color: black;
}


.box2b.responsive {
    position: absolute;
    width: 100%;
    height: 100dvh;
    background-color: red !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* The Modal */

/* Basic styles for the modal */
  
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.6); /* Black background with opacity */
    overflow-y: hidden;
}
  
.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    text-align: center;
    border-radius: 2rem;
    box-sizing: border-box;
    padding-top: 3rem;  
}
  
h2 {
    width: 20rem;
    color: #066130;
    font-size: 2.3em;
    font-family: My Font3;
    margin: auto;
    margin-bottom: 2rem;  
}

.modal-content p {
    margin: auto;
    width: 40rem;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    color: black;
}
  
.cta-btn {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border: none;
    margin: 10px;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
  
.cta-btn:hover {
    background-color: #218838;
}
  
.close-btn {
    color: white;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
  
.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



/* Media Query 430 */

@media screen and (max-width: 430px) {

    html {
        max-width: 430px;
    }

    body {
        width: 430px;
        overflow-x: hidden;
        scroll-behavior: smooth;
    }

    /* NAV BAR */

    nav {
        width: 100%;
        height: 12rem;
        background-color: rgb(255, 255, 255);
        box-sizing: border-box;
        z-index: 999;
        position: fixed;
        /* border: 4px solid red;
        background-color: red; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box1 {
        width: 100%;
        height: 9rem;
        background-color: #ffeba6;
        display: block;
        display: none;
    }

    .box2 {
        width: 100%;
        height: 7.5rem;
        /* background-color: rgb(60, 128, 128); */
        display: flex;
        box-sizing: border-box;
        position: relative;
        justify-content: space-between;
        align-items: center;
        padding: 10px 20px;
    }

    .box2a {
        width: fit-content;
        height: fit-content;
        /* background-color: rgb(103, 185, 110);   */
        box-sizing: border-box;
        padding-left: 0;
        padding-top: 2rem;
        margin-left: 1rem;
        z-index: 111;
    }

    .box2a img {
        width: 200px;
    }

    .box2b {
        width: 420rem;
        height: 12rem;
        text-align: center;
        box-sizing: border-box;
        padding-top: 5.8rem;
        font-family: My Font2;
        font-size: 1.4rem;
        z-index: 111;
        margin-left: 0;
        display: none;
    }

    #menuList {
        width: 420rem;
        height: 12rem;
        text-align: center;
        box-sizing: border-box;
        font-family: My Font2;
        font-size: 1.4rem;
        margin-left: 0;
        display: block;
        z-index: -999;
        margin-top: 24rem;
    }

    .box2b#menuList {
        display: none;
    }


    /* .black-sheep {
        background-color: rgb(255, 255, 255);
        width: 15rem;
        height: 5rem;
        position: absolute;
        margin-left: 20rem;
    } */

    .box2 i {
        font-size: 3.5rem;
        display: block;
        padding-right: 2rem;
        margin-top: 1rem;
        z-index: 999;
    }

    #menuList a {
        text-decoration: none;
        margin-left: 0;
        color: white;
        position: relative;
        padding-top: 2rem;
        padding-bottom: 0.01rem;
        display: block;
        background-color: #066130;
        height: 5rem;
        width: 100%;
        gap: 0;
        text-align: center;
        box-sizing: border-box;
        z-index: -999;
        /* display: none;      */
    }

    .box2c {
        width: 35rem;
        height: 7.5rem;
        /* background-color: rgb(255, 187, 187); */
        box-sizing: border-box;
        display: none;
    }

    .box2d {
        width: 18rem;
        height: 4rem;
        background-color: #066130;
        margin-top: 2rem;
        margin-left: 3rem;
        font-family: My Font1;
        font-size: 1.3rem;
        text-align: center;
        box-sizing: border-box;
        padding-top: 1.2rem;
        color: white;
        display: none;
    }


    /* MAIN */

    .box3 {
        width: 430px;
        height: 92rem;
        background-color: rgb(255, 255, 255);
        position: relative;
        box-sizing: border-box;
    }

    .box3a {
        width: 430px;
        height: calc(100dvh - 12rem);
        max-height: 40rem;
        position: absolute;
        top: 12rem;
        left: 0;
        background-color: black;
    }

    .box3ai {
        width: 430px;
        height: calc(100dvh - 12rem);
        position: absolute;
        top: 12rem;
        left: 0;
        /* background-color: rgba(0, 0, 0, 0.507); */
        z-index: 111;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .hero-image {
        width: 100%;
        height: calc(100dvh - 12rem);
        object-fit: cover;
        background: cover;
    }

    .main-title {
        color: white;
        font-family: My Font2;
        font-size: 2.3rem;
        width: 35rem;
        margin-left: 4.5rem;
        margin-top: 10rem;
        text-align: center;
        letter-spacing: -0.1rem;
    }

    .main-subtitle {
        color: white;
        font-family: My Font;
        font-size: 1.2rem;
        width: 33rem;
        margin-left: 5.5rem;
        text-align: center;
    }

    .box3b {
        width: 16rem;
        height: 20rem;
        display: absolute;
        background-color: #066130;
        position: absolute;
        left: 5rem;
        top: 43rem;
        z-index: 111;
        box-sizing: border-box;
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 0.8rem;
        color: white;
    }

    .box3b img {
        width: 8rem;
        height: 7rem;
        padding-top: 2rem;
        box-sizing: border-box;
    }

    .box3b .section-title {
        font-family: My Font3;
        color: #ffc400;
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: 1.7rem;
    }

    .box3b p {
        font-family: My Font;
        display: none;
    }

    .box3b .actionbox {
        width: 10rem;
        height: 4rem;
        background-color: #c29500;
        text-align: center;
        line-height: 4rem;
        margin-left: 1rem;
    }

    .box3c {
        width: 16rem;
        height: 20rem;
        display: absolute;
        background-color: #066130;
        position: absolute;
        left: 22rem;
        top: 43rem;
        z-index: 111;
        box-sizing: border-box;
        text-align: center;
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 0.8rem;
        color: white;
    }

    .box3c img {
        width: 8rem;
        height: 7rem;
        padding-top: 2rem;
        box-sizing: border-box;
    }

    .box3c .section-title {
        font-family: My Font3;
        color: #ffc400;
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: 1.7rem;
    }

    .box3c p {
        font-family: My Font;
        display: none;
    }

    .box3c .actionbox {
        width: 12rem;
        height: 4rem;
        background-color: #c29500;
        text-align: center;
        line-height: 4rem;
        margin-left: 0.15rem;
    }

    .box3d {
        width: 18rem;
        height: 20rem;
        display: absolute;
        background-color: #c29500;
        position: absolute;
        left: 5rem;
        top: 65rem;
        z-index: 111;
        box-sizing: border-box;
        padding-left: 1.5rem;
        padding-right: 2rem;
        padding-top: 0.8rem;
        text-align: center;
    }

    .box3d img {
        width: 8rem;
        height: 7rem;
        padding-top: 1rem;
        box-sizing: border-box;
    }

    .box3d .section-title {
        font-family: My Font3;
        color: white;
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: 1.7rem;
    }

    .box3d p {
        font-family: My Font;
        display: none;
    }

    .box3d .actionbox {
        width: 12rem;
        height: 4rem;
        background-color: #000000;
        text-align: center;
        line-height: 4rem;
        margin-left: 0.6rem;
        box-sizing: border-box;
    }

    .box3f {
        width: 16rem;
        height: 20rem;
        display: absolute;
        background-color: rgb(255, 123, 123);
        position: absolute;
        left: 22rem;
        top: 65rem;
        z-index: 111;
        box-sizing: border-box;
        background-image: url(Images/Making\ a\ donation\ image.jpg);
    }

    .box3e {
        width: 33rem;
        height: 0.2rem;
        display: absolute;
        background-color: rgb(0, 0, 0);
        position: absolute;
        left: 5rem;
        top: 87rem;
    }

    .box4 {
        width: 100%;
        height: 68rem;
        background-color: rgb(245, 244, 244);
        box-sizing: border-box;
        position: relative;
        box-sizing: border-box;
    }

    .box4a {
        width: 43rem;
        height: 20rem;
        background-color: rgb(241, 171, 171);
        box-sizing: border-box;
        position: absolute;
        left: 0;
        top: 0;
    }

    .box4a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .box4b {
        width: 50rem;
        height: 55rem;
        /* background-color: rgb(241, 171, 171); */
        box-sizing: border-box;
        position: absolute;
        left: 1rem;
        top: 22rem;
    }

    .box4b .section-title1 {
        width: 33rem;
        font-family: My Font2;
        font-size: 3.0rem;
        letter-spacing: -0.3rem;
        line-height: 3rem;
        margin-top: 1rem;
        margin-left: 1.3rem;
        text-align: center;
    }

    .box4b .text-box {
        width: 35rem;
        font-family: My Font1;
        font-size: 1.1rem;
        line-height: 1.5rem;
        text-align: justify;
    }

    .box4b .content .actionbox {
        width: 15rem;
        height: 5rem;
        background-color: black;
        text-align: center;
        box-sizing: border-box;
        padding-top: 1.5rem;
        margin-top: 2rem;
        margin-left: 10rem;
    }


    /* Main1 */

    .box5 {
        width: 100%;
        height: 45rem;
        /* background-color: aquamarine; */
        position: relative;
    }

    .box5a {
        width: 100%;
        height: 35rem;
        background-color: rgb(0, 0, 0);
        position: absolute;
    }

    .box5a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .box5b {
        width: 30rem;
        height: 35rem;
        background-color: rgb(99, 248, 173);
        position: absolute;
        top: 9rem;
        left: 70rem;
    }

    .box5b img {
        width: 100%;
    }

    .box5c {
        width: 20rem;
        height: 7rem;
        background-color: rgb(20, 65, 43);
        position: absolute;
        top: 32rem;
        left: 11.5rem;
        text-align: center;
        justify-content: center;
        box-sizing: border-box;
        padding-left: 3.6rem;
        padding-right: 4rem;
    }

    .box5c p {
        color: white;
        font-family: My Font1;
        text-align: center;
        font-size: 1.5rem;
    }

    .box5d {
        width: 35rem;
        height: 20rem;
        /* background-color: rgb(13, 31, 22); */
        position: absolute;
        top: 9rem;
        left: 4rem;
        text-align: center;
    }

    .box5d .section-title2 {
        width: 35rem;
        font-family: My Font2;
        font-size: 2.5rem;
        letter-spacing: -0.1rem;
        line-height: 3rem;
        color: white;
        text-align: center;
    }

    .box5d p {
        width: 35rem;
        font-family: My Font1;
        font-size: 1rem;
        line-height: 1.5rem;
        color: white;
        text-align: justify;
    }

    .box6 {
        width: 100%;
        height: 80rem;
        background-color: rgb(245, 244, 244);
    }

    .box6a {
        width: 100%;
        height: 23rem;
        /* background-color: aqua; */
        padding-top: 6rem;
        box-sizing: border-box;
    }

    .box6a .section-title3 {
        font-family: My Font2;
        font-size: 2.9rem;
        margin-left: 16rem;
    }

    .box6a .p {
        width: 35rem;
        text-align: justify;
        font-size: 1.3rem;
        margin-left: 4rem;
        font-family: My Font1;
    }

    .box6b {
        width: 100%;
        height: 55rem;
        padding-left: 0;
        padding-right: 2rem;
        /* background-color: rgb(19, 73, 73); */
    }

    .box6b h1 {
        width: 16rem;
        text-align: left;
        margin-left: 0.5rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .box6b p {
        text-align: justify;
        display: none;
    }

    .box6b .actionbox {
        width: 15rem;
        height: 5rem;
        text-align: center;
        box-sizing: border-box;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        margin-top: 25rem;
        margin-left: -7rem;
    }

    .grid-container {
        display: grid;
        /* border: 0.1rem solid red; */
        grid-template-columns: repeat(2, 17rem);
        gap: 1rem;
        justify-content: center;
    }

    .box6b .card {
        height: 20rem;
        border: 0.1rem solid rgb(75, 82, 92);
        border-radius: 2rem;
        background-color: #066130;
        text-align: center;
        box-sizing: border-box;
    }

    .card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }



    .box7 {
        width: 100%;
        height: 35rem;
        background-color: rgb(0, 0, 0);
        padding-top: 53px;
        padding-left: 1.5rem;
        background-image: url(Images/Become\ A\ Volunteer.jpg);
        object-fit: cover;
        box-sizing: border-box;
        text-align: center;
    }

    .box7 .h {
        color: #ffd23c;
        font-family: My Font2;
        font-size: 3rem;
        margin-left: 0;
        text-align: center;
        box-sizing: border-box;
        line-height: 2.5rem;
    }

    .box7 .p {
        width: 35rem;
        text-align: justify;
        font-size: 1.3rem;
        font-family: My Font1;
        margin-left: 2.5rem;
        color: white;
    }

    .box7 .actionbox {
        width: 15rem;
        height: 5rem;
        background-color: rgba(214, 176, 3, 0.712);
        text-align: center;
        box-sizing: border-box;
        padding-top: 1.5rem;
        margin-top: 4rem;
        margin-left: 12rem;
    }


    /* Box8 */

.box8 {
    width: 100%;
    height: 95rem;
    background-color: rgb(245, 244, 244);
    box-sizing: border-box;
}

.box8a {
    width: 100%;
    height: 17rem;
    /* background-color: aqua; */
    padding-top: 6rem;
    box-sizing: border-box;
}

.box8a .section-title {
    font-family: My Font2;
    font-size: 2.7rem;
    margin-left: 10rem;
    font-style: bold;
}

.box8a .p {
    width: 33rem;
    text-align: center;
    font-size: 1.2rem;
    margin-left: 5rem;
    font-family: My Font1;
}

.box8b {
    width: 100%;
    height: 50rem;
    padding-top: 3rem;
    padding-left: 5rem;
    justify-content: center;
    box-sizing: border-box;
    /* background-color: rgb(19, 73, 73);  */
}

.box8b h1 {
    width: 25rem;
    font-size: 1.5rem;
    text-align: left;
    margin-left: 9rem;
    margin-top: 2rem;
    font-family: My Font2;
}

.box8b p {
    width: 22rem;
    text-align: justify;
    margin-bottom: 1rem;
    margin-left: 9rem;
    margin-top: 0.5;
    font-family: My Font1;
}

.box8b .image {
    height: 17rem;
    width: 35rem;
    border-radius: 1rem;
    background-color: #000000;
}

.box8b iframe {
    border-radius: 2rem;
}

.box8b .card {
    height: 36rem;
    width: 35rem;
    border: 0.1rem solid #066130;
    border-radius: 1rem;
    background-color: #97989c8a;
    box-sizing: border-box;
}

.box8b .grid-container {
    display: grid;
    grid-template-columns: repeat(1, 40rem);
    justify-content: center;
}

.date {
    width: 6rem;
    height: 10rem;
    background-color: #066130;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    border-radius: 1rem;
    padding-top: 1rem;
    margin-top: 2rem;
    margin-left: 2rem;
    display: block;
}

.grid-container .date .month {
    padding-left: 0;
    padding-bottom: 0;
    font-family: My Font2;
    font-size: 2.2rem;
    margin-left: 0.1rem;
    margin-top: 1rem;
    margin-bottom: 0;
    color: white;
}

.grid-container .date p {
    padding-left: 1rem;
    font-family: My Font1;
    text-align: left;
    color: white;
    margin: 0;
    letter-spacing: 0.1rem;
}

.box8b a {
    text-decoration: none;
    padding-left: 3rem; 
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
    font-size: 1.5rem;
    font-family: My Font2;
    color: black;
    border-radius: 1rem;
}

.box8b i {
    width: 100px;
    font-size: 1.5rem;
    margin-left: -2rem;
}


    /* Footer */

    .box9 {
        width: 100%;
        height: 35rem;
        background-color: rgb(0, 0, 0);
        padding-top: 40px;
        box-sizing: border-box;
        position: relative;
    }

    .boxf1 {
        width: 20rem;
        height: 25rem;
        /* background-color: rgba(240, 248, 255, 0.267);  */
        position: absolute;
        margin-left: 5rem;
        padding-top: 4.5rem;
        padding-left: 4rem;
        padding-right: 4.5rem;
        box-sizing: border-box;
    }

    .boxf2 {
        width: 20rem;
        height: 25rem;
        /* background-color: rgba(240, 248, 255, 0.247);  */
        position: absolute;
        margin-left: 20rem;
        padding-left: 4rem;
        padding-top: 4.5rem;
        box-sizing: border-box;
    }


    /* The Modal */

    .modal {
        display: none; /* Hidden by default */
        position: fixed;
        z-index: 999; /* Sit on top */
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto; /* Enable scroll if needed */
        background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
        overflow-y: hidden;
    }

    .modal-content {
        background-color: #fff;
        margin: 15% auto;
        margin-top: 25rem;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        max-width: 500px;
        text-align: center;
        border-radius: 2rem;
        box-sizing: border-box;
        padding-top: 3rem;  
    }
      
    h2 {
        width: 25rem;
        color: #066130;
        font-size: 2.3em;
        font-family: My Font3;
        margin: auto;
        margin-bottom: 2rem;  
    }
    
    .modal-content p {
        margin: auto;
        width: 30rem;
        font-size: 1.4rem;
        margin-bottom: 1.5rem;
        color: black;
    }    
   
}