
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

li{
    list-style: none;
}

.container{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

.ECC{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ERC{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.ECT{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.ERT{
    display: flex;
    justify-content: center;
    position: relative;
}



/* =================RED BREAD CRUMB ================= */

 .bread_crumb_red{
    background: white;
    padding: 50px 0;
  }

  .do-section-wrapper {
    display: flex;
    background: white;
  }

  .left-space {
    width: 300px; /* adjust white space width here */
    background: white;
  }

  .do-section {
    position: relative;
    flex-grow: 1;
    height: 250px;
    background: url('../img/a11.jpeg') center/cover no-repeat;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%, 0 0);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(255, 0, 0, 0.85);
  }

  .content {
    position: relative;
    color: white;
    text-align: center;
    z-index: 1;
  }

  .content h1 {
    color: rgba(255, 255, 255, 0.96);
    font-family: "Montserrat", Sans-serif;
    font-size: 4.1rem;
    font-weight: 700;
    line-height: 0.9em;
    letter-spacing: -3.5px;

  }

  .content p {
    text-align: center;
    color: rgba(255, 255, 255, 0.96);
    font-family: "Montserrat", Sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 500;
    margin-top: 30px;
}

/* ============PORTFOLIO============= */

.portfolio{
    position: relative;
    padding: 50px 0;
}

.portfolio_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.portfolio_gallery{
    padding: 20px;
    position: relative;
    margin-bottom: 40px;
    background-color: #f3f3f3;
}

.gallery_wrapper{
    display: grid;
    grid-template-columns: repeat(6,1fr);
    position: relative;
    width: 100%;
    gap: 20px;
    height: 250px;
}

.gallery_wrapper-2{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    position: relative;
    width: 100%;
    gap: 20px;
}

.gallery_wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery_wrapper-2 img{
    height: auto;
    width: 100%;
}

.slider{
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    padding: 30px 0;
}

.slider:nth-of-type(2){
    padding: 0 0 70px 0 !important;
}

.slider h2{
    font-size: 48px;
    font-family: var(--heading-font);
    font-weight: 700;
    padding: 30px 0;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 1200px;
    line-height: 1.3;
    padding-left: 20px !important;
}

.slider_container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
   margin-left: auto;
   margin-right: auto;
   max-width: 1200px;
   overflow: hidden;
   background-color: #fff;
}

.slider_wrapper{
    display: flex;
    align-items: center;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.slide_item{
    padding: 10px;
    position: relative;
    display: flex;
    flex: 0 0 25%;
    height: 400px;
    justify-content: center;
}

.slide_item img{
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.nav{
background: transparent;
border: none;
font-size: 28px;
color: #DDDDDD;
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 10;
padding: 10px;
}

.prev{
    left: 0;
}

.next{
    right: 0;
}




/* ============HEADER================ */

.top_header{
    position: relative;
    z-index: 99;
    background-color: #f42424;
    /* border-bottom: 1px solid black; */
    padding: 10px;
}

.top_header_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.top_header_wrapper>p{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins",sans-serif;
}

.top_header_wrapper>p>i{
    display: flex;
    align-items: center;
    margin-right: 7px;
}

.top_header_wrapper>ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.top_header_wrapper>ul>li>a>i{
    font-size: 24px;
    color: #ffffff;
    position: relative;
    display: block;
}







.header{
    position: relative;
    z-index: 99;
    height: 150px;
    background-color: #ffffff;
    /* border-bottom: 1px solid black; */
    padding: 10px;
}

.header_container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1250px;
    width: 100%;
    height: 100%;
}

.header_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
}

.logo img{
    width: 150px;
    height: auto;
}

.navbar > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.navbar>ul>li>a{
    /* padding: 15px 18px;
    color: #218E57;
    font-family: "Alata", Sans-serif;
    font-weight: 500; */

    text-transform: capitalize;
    color: #000000;
    line-height: 32px;
    font-size: 15px;
    letter-spacing: 0.5px;
    padding: 0.75em 1.3125em;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    transition: all 0.2s linear;
}

.navbar ul>li>a:hover{
    color: red;
}

.navbar ul>li>a::after{
    content: "";
    display: inline-block;
    position: relative;
    width: 3px;
    height: 3px;
    left: 1.1875em;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #3D3D3D;
    transform: translateY(-50%);
}

.navbar ul > li:last-child > a::after {
    display: none;
}


.header_btn>a{
    /* background-color: #13561C;
    font-size: 15px;
    color: #ffffff;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    padding: 12px 24px; */

    padding: 18px 45px;
    background-color: transparent;
    background-image: linear-gradient(269deg, #F32527 0%, #F32527 100%);
    box-shadow: 6px 6px 25px 0px rgba(0, 217, 166, 0.35);
    text-shadow: 0px 0px 0px rgba(0, 0,0,0.3);
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    border-radius: 100em;
}

.hamburg{
    display: none;
}



/* WRAP MENU BAR */

.menu_back_filter{
    background-color: #776e6ebd;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 8;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition:all 0.7s ease;
}

.menu_wrap_container{
    background-color: white;
    top: 0;
    right: -100%;
    position: fixed;
    z-index: 999;
    width: 300px;
    max-width: 100%;
    height: 100%;
    /* visibility: hidden; */
    transition:all 0.4s ease-out;
    cursor: pointer;
}

.menu_wrap{
    display: flex;
    flex-direction: column;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
}
/* .wrap_logo_btn{
    position: relative;
} */

.wrap__close_btn{
    position: absolute;
    font-size: 22px;
    top: 20px;
    right: 30px;
    text-align: center;
    display: flex;
    color: red;
    z-index: 40;
}

.nav_wrap_logo{
    padding: 20px 25px;
    position: relative;
}
.nav_wrap_logo a img{
    height: 80px;
    object-fit: contain;
}

.menu_container{
    margin-top: 80px;
}

.menu_list{
    display: block;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.192);
    width: 100%;
}

.menu_list li{
    border-top: 1px solid rgba(0, 0, 0, 0.192);
    display: block;
    position: relative;
}

.menu_list li a{
    text-decoration: none !important;
}

.menu_list>li>a{
    display: block;
    padding: 10px 20px;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
}

.menu_list li>a:hover{
    color: #22aa11;
}




/* ================TRUSTEE==================== */

.trustee{
    position: relative;
    padding: 50px 0;
    background-color: #f42424;
}

.trustee_wrapper{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    padding: 20px;
}

.trustee_item{
    width: 100%;
    position: relative;
}

.img_trustee img{
    height: 350px;
    width: 350px;
    border-radius: 50%;
    object-fit: cover;
    vertical-align: middle;
}

.img_trustee img{
    /* height: auto;
    width: 100%; */

    /* width: 100%;
    height: 300px;
    object-fit: fill;
    border-radius: 10px; */
}

.trustee_content{
    padding: 20px;
    position: relative;
}

.trustee_content>h2{
    color: #ffffff;
    font-family: "Montserrat",sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
}

.trustee_content>p{
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    text-align: justify;
}



/* ================HELP======== */


.help{
    background: url(../img/help.jpg) center /cover no-repeat;
    padding: 130px 0;
    position: relative;
    margin-bottom: 80px;
}

.cause_breadcrumb{
    margin-bottom: 0 !important;
    background: url(../img/cause-bread.jpg) center /cover no-repeat;
}

.donate-banner-overlay{
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.donate_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0 30px;
}

.donate_content>h1{
    font-size: 70px;
    font-weight: 900;
    stroke: #000;
    text-shadow: 0px 19px 6px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center;
}

.donate_content>p{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    text-align: center;
    text-transform: uppercase;
}

.btn_donate{
    margin-top: 50px;
}

.btn_donate>a{
    /* background-color: #91C1BF; */
    background-color: #f42424;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 20px 40px;
    transition: all 0.3s linear;
    text-align: center;
    display: inline-block;
}

.btn_donate>a:hover{
    background-color: #ffffff;
    color: red;
    border: 1px solid black;
}


/* ==============GOALS============= */

.goals{
    position: relative;
    padding: 100px 0;
}

.goals_head>h1{
    color: #331c16;
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
}

.goals_head>h2{
    color: #f42424;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
}

.goals_head>p{
    color: #4e504e;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 30px;
    position: relative;
    text-align: center;
}

.goals_content{
    position: relative;
    margin-top: 70px;
    width: 100%;
}

.goals_content_wrapper{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 40px 20px;
    width: 100%;
}

.goal-item{
  display: flex;
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
  height: 120px;
}

.goal_icon{
  width: 30%;
  background-color: #f22727;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 100%;
}

.goal_icon>img{
    height: 50px;
    width: 100%;
    object-fit: contain;
}

.goal_txt{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.goal_txt>p{
    color: #331c16;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 900;
    padding: 0 20px;
}

/* =================FOCUS========== */

.focus{
    position: relative;
    padding: 100px 0;
    background-color: #f3f3f3;
}

.focus-item{
    background-color: #f42424;
}

.focus-item>.goal_txt>p{
    color: #ffffff;
}


/* ===============CONTACT DETAILS======== */

.contact_details{
    background-color: #f22727;
    position: relative;
    padding: 80px;
    border-top: 1px solid black;
}

.contact_details_wrapper{
    justify-content: space-between !important;
    padding: 0 40px;
}

.adrress_icon{
    background-color: #9bdaed;
    border: 4px solid #000000;
    border-radius: 60px 60px 60px 0;
    text-align: center;
    padding: 0.5em;
}

.adrress_icon>i{
    transform: rotate(35deg);
}

.contact_btns>a{
    font-family: "Poppins", Sans-serif;
    letter-spacing: 1px;
    color: #FFFFFF;
    background-color: rgba(175, 221, 237, 0);
    border: 3px solid #ffffff;
    border-radius: 25px 0;
    padding: 18px 45px;
    display: inline-block;
}

.contact_info_txt>h2{
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 24px;
}

.contact_info_txt>p{
    color: #ffffff;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    font-size: 18px;
    margin-top: 30px;
}


/* ===============FOOTER================== */

.footer{
    background-color: #3E3C3D;
    padding:  80px 35px 65px 35px;
}

.footer_wrapper{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    gap: 50px;
}

.footer_section{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    position: relative;
    padding: 20px;
}

.footer_section>h2{
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0 0 10px 0;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.footer_section>h2::before{
    content: " ";
    height: 3px;
    width: 28%;
    background-color: #f22727;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer_section>p{
    color: #ACACAC;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.footer_section>ul>li>a{
    padding: 12px;
    padding-left: 0 !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    font-family: "Montserrat",sans-serif;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s linear;
}

.footer_section>ul>li>a:hover{
    color: #f22727;
}

.footer_section:nth-of-type(1) ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.footer_section:nth-of-type(1) ul>li>a>i {
    font-size: 24px;
}


.footer_logo{
    width: 100%;
    margin-bottom: 45px;
}

.footer_logo img{
    height: 100%;
    width: 50%;
}

.footer_section:nth-of-type(3)>ul>li>a>i{
    margin-right: 7px;
    font-size: 16px;
    color: #f22727;
}

/* copyright */


.copyright{
    background-color: var(--footer-color);
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.Copy_txt{
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    color: #f22727;
    text-align: left;
}

.footer_social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.footer_social i{
    background-color: #27a8e0;
    min-height: 25px;
    border-radius: 10%;
    padding: 10px;
    color: var(--default-white);
}


/* =============RECENT NEWS================= */

.recent_news{
    position: relative;
    padding: 80px 0;
}

.recent_news_wrapper{
    position: relative;
    margin-bottom: 50px;
}

.recent_news>.container>h2,.our_trustees>.container>h2,.latest_causes>.container>h2{
    font-family: "Poppins", Sans-serif;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    line-height: 25px;
    color: #000000;
    margin: 0px 0px 80px 0px;
    text-align: center;
    position: relative;
    padding: 20px;
}

.recent_news>.container>h2::before, .our_trustees>.container>h2::before,.latest_causes>.container>h2::before{
    /* content: " ";
    height: 4px;
    background-color: #f22727;
    flex-grow: 1;
    min-width: 200px;
    margin-right: 30px;
    position: absolute;
    bottom: 0; */

    content: " ";
    width: 80px;
    height: 4px;
    background-color: #f22727;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.news_item{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
    padding: 20px;
}

.news_img{
   width: 100%;
  /* max-width: 400px; */
  /* height: 500px; */
  overflow: hidden;
  border-radius: 8px;
}

.news_img>img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;

}

.news_txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 100%;
}

.line_news_heading{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.line_news_heading>a{

    font-size: 24px;
    color: #FF0000;
    padding: 10px 35px;
    border: 2px solid black;
    display: inline-block;
    white-space: nowrap;
    max-width: 100%;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

.line_news{
    height: 2px;
    background-color: #f22727;
    flex-grow: 1;
    min-width: 200px;
    margin-right: 30px;
}

.news_txt>p{
    font-size: 16px;
    font-weight: 700;
    font-family: "Montserrat",sans-serif;
}


/* ==============OUR TRUSTEES========= */

.our_trustees{
    position: relative;
    padding-bottom: 50px;
}

.our_trustees_wrapper{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}

.our_trustee_item{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: relative;
    width: 100%;
    padding: 10px;
}

.our_trustee_img{
    height: 200px;
    width: 40%;
}

.our_trustee_img>img{
    max-height: 200px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.our_trustee_txt{
    width: 60%;
    padding: 0 10px 0 20px;
}

.our_trustee_txt>h2{
    color: #FD0000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 3em;
    letter-spacing: 1.9px;
}

.our_trustee_txt>p{
    color: rgb(0, 0, 0);
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.5px;
}





/* ========== CONTACT =========== */

.contact{
    position: relative;
    background: url(../img/contact.jpeg) center / contain no-repeat;
}

.contact-overlay{
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact_container{
    padding: 100px 0 50px 0;
    position: relative;
}

.wrapper_contact_full{
    display: flex;
    justify-content: center;
    padding: 20px;
}


.contact_details_contact{
    position: relative;
}

.contact_details_contact h2{
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 39px;
    font-family: "Roboto",sans-serif;
}

.contact_info{
    display: flex;
    margin-bottom: 30px;
}

.social_contact{
    display: flex;
    align-items: center;
    gap: 50px;
}

.contact_info .icon_contact i{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ebf3fa;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    color: #f42424;
}

.contact_txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
}

.contact_txt h2{
    position: relative;
    display: block;
    font-size: clamp(20px,24px,26px);
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 1px;
    font-family: "Roboto",sans-serif;
}

.contact_txt p{
    font-size: 18px;
    line-height: 26px;
    color: #888888;
    font-family: "Poppins",sans-serif;
    font-weight: 400;
}

.contact_form{
    padding-left: 50px;
}

.contact_form_wrapper>h2{
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 39px;
    font-family: "Roboto",sans-serif;
}


.form-50{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 30px;
}

form input,textarea{
    position: relative;
    display: block;
    width: 100%;
    height: 54px;
    border: 1px solid #e5e5e5;
    padding: 10px 20px;
    font-size: 15px;
    color: #8a8d91;
}

form input:focus{
    outline: none;
}

.form-50 textarea{
    width: 100%;
    height: 150px;
}

.form-50  button{
    border: none;
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 17px;
    line-height: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 15px 34px;
    border-radius: 30px;
    z-index: 1;
    color: #ffffff;
    background: #f22727;
    margin-top: 30px;
}

.map_container{
    width: 100%;
    height: 400px;
}

.map_container iframe{
    width: 100%;
    height: 100%;
}

/* ========================CONTACT BREADCRUMB============ */

.breadcrumb_contact{
    background: url(../img/conatact_bread.jpeg) center / cover no-repeat;
    padding: 90px 0;
    position: relative;
}

.donate-banner-overlay{
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.donate_wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 0 30px;
}

.approach_donate_content>h1{
    font-size: 70px;
    font-weight: 900;
    line-height: 70px;
    stroke: #000;
    text-shadow: 0px 19px 6px rgba(0, 0, 0, 0.3);
    color: #CCF4F1;
    font-family: "Nuinto",sans-serif;
    margin-bottom: 50px;
    text-align: center;
}

.approach_donate_content>p{
    font-size: 20px;
    font-weight: 400;
    line-height: 70px;
    stroke: #000;
    text-shadow: 0px 19px 6px rgba(0, 0, 0, 0.3);
    color: #CCF4F1;
    font-family: "Poppins",sans-serif;
    text-align: center;
}

.approach_donate_content>h1,.approach_donate_content>p{
    color: #ffffff;
}

.btn_donate{
    margin-top: 50px;
}

.btn_donate>a{
    /* background-color: #91C1BF; */
    background-color: #218E57;
    font-family: "Roboto", Sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    padding: 20px 40px;
    transition: all 0.3s linear;
    text-align: center;
    display: inline-block;
}

.btn_donate>a:hover{
    background-color: #ffffff;
    color: #218E57;
    border: 1px solid black;
}

.btn_donate>a>i{
    margin-right: 5px;
}




/* =====================DONATION================= */

.donation{
    position: relative;
    padding: 50px 0;
}

.donation_wrapper{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 0 20px;
}

.donation_item{
    background-color: #f3f3f3;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 150px;
}

.donation_img img{
    border-radius: 50%;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

.img_content{
    position: absolute;
    bottom: 0;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.05);
    margin: 20px;
    border-left: 2px dashed #f42424;
}

.img_content>p{
    color: #191919;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    line-height: 30px;
}

/* donation item right */

.donation_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.donation-section {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .line_donation {
    display: flex;
    gap: 5px;
  }

  .line_donation::before {
    content: "• • • • • • •";
    color: red;
    font-size: 20px;
    letter-spacing: 4px;
  }

  .donation-section>h2:nth-of-type(1) {
    color: #E10F0FF5;
    font-family: "Montserrat", Sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2em;
    position: relative;
  }

  .donation_content>h2{
    color: #262626;
    font-family: "Montserrat", Sans-serif;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .donation_content>p , .donation_content>ul>li{
    color: #191919;
    font-family: "Montserrat", Sans-serif;
    font-size: 1rem;
    line-height: 1.6em;
  }

  .donation-list {
    position: relative;
    margin-top: 30px;
  }

  .donation-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .checkmark {
    color: #c62828;
    margin-right: 8px;
    font-size: 18px;
    transform: rotate(-10deg);
  }



  /* ===============PROJECT============== */

  .project{
    position: relative;
    padding: 50px;
  }

  .project>.container>h2 ,  .portfolio>.container>h2{
    text-align: center;
    color: #ff1111;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 32px;
  }


  .project>.container>p,   .portfolio>.container>p{
    text-align: center;
    color: rgb(68, 68, 68);
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 0 20px 0;
    position: relative;
  }

  .project>.container>p::before,  .portfolio>.container>p::before{
    content: " ";
    width: 60px;
    height: 4px;
    background-color: #f22727;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }

  .project_wrapper{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 50px;
    padding: 0 20px;
    margin-top: 80px;
  }

  .project_item{
    /* border: 1px solid black; */
    box-shadow: 1px 1px 10px 2px #f2f2f2;
    position: relative;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .project_item>img{
    width: 85px;
    height: auto;
  }

  .project_item>h2{
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1px;
    color: #f42424;
    margin-top: 50px;
  }

  .project_item>p{
    color: #000000 !important;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 22px;
    text-align: center;
  }



  /* =======================PArmarth============ */

.parmarth_item{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.parmarth_content>h2{
    color: red !important;
}
.parmarth_img>img{
    height: auto;
    width: 100%;
}




/* =============LATEST CAUSES========= */

.latest_causes{
    position: relative;
    padding: 50px;
}
.latest_causes>.container>h2{
    margin-bottom: 40px !important;
}

.latest_causes>.container>p{
    font-size: 16px;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    color: rgb(0, 0, 0);
    text-align: center;
}

.latest_causes_wrapper{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    position: relative;
    padding: 20px;
    margin-top: 50px;
}

.latest_clause_item{
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
}

.latest_clause_item>img{
    height: auto;
    width: 100%;
}

.latest_clause_item>p{
    text-align: left;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #c8c8c8;
}

.latest_clause_item>a{
    box-shadow: 0 0 0 1px #3D3D3D inset;
    background-color: transparent !important;
    color: #3D3D3D;
    padding: 15px 40px;
    margin-top: 40px;
    display: inline-block;
    font-size: 14px;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
}




/* ==================RESPONSIVE========== */

@media(max-width:1068px){
    .header_btn>a{
        display: none;
    }

}

@media(max-width:968px){
   .navbar{
    display: none;
   }

   .hamburg{
    display: block;
    font-size: 32px;
    padding-right: 20px;
   }

   .project_wrapper{
    grid-template-columns: repeat(2,1fr);
   }

   .donation_wrapper{
    grid-template-columns: repeat(1,1fr);
   }

   .contact_details_wrapper{
    flex-direction: column;
    gap: 30px;
   }

   .left-space{
    width: 150px;
   }

   .gallery_wrapper{
    grid-template-columns: repeat(3,1fr);
   }

   .wrapper_contact_full{
    flex-direction: column;
    gap: 30px;
   }

}

@media(max-width:768px){

   .project_wrapper{
    grid-template-columns: repeat(1,1fr);
   }

   .latest_causes_wrapper{
    grid-template-columns: repeat(1,1fr);
    }

    .news_item{
        grid-template-columns: repeat(1,1fr);
    }

    .our_trustees_wrapper{
        grid-template-columns: repeat(1,1fr);
    }

    .top_header_wrapper>ul{
        display: none;
    }
    .top_header_wrapper{
        flex-direction: column;
    }

    .trustee_wrapper{
        grid-template-columns: repeat(1,1fr);
    }

    .left-space{
        width: 30px;
    }

    .do-section{
        height: 200px;
    }

    .do-section>.content>h1{
        font-size: 2rem;
    }

    .do-section>.content>p{
        font-size: 0.7rem;
    }

    .bread_crumb_red{
        padding: 25px 0;
    }

    .slide_item{
        flex: 0 0 50%;
    }

}

@media(max-width:468px){

    .help{
        padding: 90px 0;
    }

    .donate_content>h1{
        font-size: 48px;
    }

    .goals_content_wrapper{
        grid-template-columns: repeat(1,1fr);
        padding: 0 20px;
    }

    .goals_head>p{
        text-align: justify;
        padding: 20px;
    }

}

