@font-face {
    font-family: 'bentonmoddispregular';
    src: url('../fonts/bentonmoddisp-regular-webfont.woff2') format('woff2'),
         url('../fonts/bentonmoddisp-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.heading-n{
     font-family: 'bentonmoddispregular';
     font-size: 48px;
     font-weight: 400;
     color:#000;
     margin-bottom: 15px;
}
.home-page-banner .heading{
    margin-bottom: 30px;
}
#banner-heading{
        font-family: 'bentonmoddispregular';
        font-weight: 400;
        font-size: 70px;
}
.banner-btns .btn{
    margin: 0;
}
.banner-btns{
    gap: 28px;
}
.home-page-banner{
    background-position: center;
}
.volunt-btn{
    opacity: 1;
}
.impac-img{
        height: 75px;
        width: 75px;
        margin-bottom: 23px;
}
.impac-img img,.impac-img svg{
    height: 100%;
    width: 100%;
}
.impac-title{
    font-size: 24px;
    font-weight: 500;
        font-family: 'Indivisible';
        color: #000;
}
.content{
    font-size: 18px;
    font-weight: 400;
     font-family: 'Indivisible';
        color: #000;
        letter-spacing: 0;
        line-height: 1.3;
}



.impact-row   .col-impact:first-child .impact-detail{
   padding-left:0
}
.small-head{
    margin-bottom: 20px;
    font-family: 'Indivisible';
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 30%;
   
}


.impact-row {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.form-control::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #000; 
}


.form-control::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  
}

.form-control:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;

}
.form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #B1B1B1;
  border-radius: 10px;
  font-size: 16px;
  outline: none;
}




.form-control:focus {
  border-color: #000;
}



.post-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.content-post {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}


.btn-read {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #000;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s ease;
}

.btn-read:hover {
    background: #000;
    color: #fff;
}



.card-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.card-content p {
    font-size: 15px;
    color: #555;
}


.btn-read {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 18px;
    border: 1px solid #000;
    border-radius: 25px;
    font-size: 12px;
    text-decoration: none;
    color: #000;
}

.our-impact-sec  .imp-d-btn{
    margin-top: 65px;

}

.support-sec{
    background-color: #FFF9FB;
}
.content-s{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Indivisible';
    color: #000;
}
.imp-d-btn{
    margin-top: 20px;
}
.con-col{
    padding-right: 50px;
}

.partner-sec .col-con{
    margin-bottom: 85px;
}
.part-title {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Indivisible';
    color: #000;
    line-height: 1.3;
}
.part-img,.part-title{
    margin-bottom:20px ;
}
.partner-detail {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgb(0 0 0 / 29%);
    width: 100%;
    padding: 20px;
}
.our-found-sec .btn-div{
     margin-top: 30px;   
}
.founder-name{
    margin-top: 20px;
    font-family: 'Indivisible';
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-style: italic;
}

.our-found-sec,.volunteer-sec{
    background-size: cover;
    background-repeat: no-repeat;
	position:relative;
}
.our-found-sec{
	z-index:-1;
}
.volunteer-sec{
    background-position: center;
    background-size: cover;
}
.btn-div{
    display: flex;
    gap:29px;
}
.btn-div a:nth-child(2){
    background-color: transparent;
    border-color: #000;
    color:#000;
}
.btn-div a:nth-child(2):hover{
        background-color: #000;
    border-color: #000;
    color:#fff;
    opacity: 1;
}
.latest-col{
    margin-bottom: 130px;
}

.btn-close{
    z-index: 5;
}

.card-content .post-title{
      font-size: 32px;
      font-weight: 400;  
      color: #000;
}
.card-content p.content-post{
    font-family: 'Indivisible';
    font-size: 16px; 
    font-weight: 400;
    color: #000;
    margin: 0;
    line-height: 2;
}
.btn-row-l{
    margin-top: 51px;
}
.btn-read.btn{
    color: #fff;
    border: 1px solid #000;
}
.btn-read.btn:hover{
    color: #000;
}
.found-col{
    padding-left: 50px;
}
.volun-form{
    margin-top: 30px;
}
.vol-form p:first-child{
    margin-bottom: 1rem;
}
.vol-form p:nth-child(2){
    margin-bottom: 1rem;
}





.news-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 30px;
}


.card {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    
    box-shadow: 0 10px 30px rgb(0 0 0 / 18%);
    border: none;
}


.card-1 {
    grid-row: span 2;
}

.card-1 .card-img {
    width: 100%;
    height: 380px;
    overflow: hidden;
    border-radius: 12px;
}

.card-1 .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.card:not(.card-1) .card-img {
    width: 100%; 
    height: auto; 
    overflow: hidden;
    border-radius: 12px;
}



.card:not(.card-1) .card-content {
    flex: 1;
    margin-left: 20px;
}

.btn-read {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid #000;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    transition: 0.3s ease;
    margin-top: 10px;
}

.btn-read:hover {
    background: #000;
    color: #fff;
}

.card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .card-img {
    width: 100%;
}
.card-info-col {
    align-items: center;
}

.card.card-1 .content-post{
     margin-top: 20px;
     margin-bottom: 20px;
}
.card.card-1 .card-img img {
    width: 100%;
    position: relative;
    height: auto;
    max-height: inherit;
}

.card.card-1 .card-img {
    margin-bottom: 30px;
}
.see-btn{
    margin-top: 50px;
}
.events-slider {
  margin: 0 20px;
  padding: 25px 0;
  display: flex;
}

.event-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.events-child {
  background: #fff;
  border-radius: 14px;
  padding: 50px;
  box-shadow: 0 7px 18px rgb(0 0 0 / 29%);
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #000;
}

.event-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.btn-read {
  margin-top: auto;
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid black;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  color: black;
  transition: background-color 0.3s, color 0.3s;
  width: max-content;
}

.btn-read:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}

.slick-prev:before,
.slick-next:before {
  color: black;
  font-size: 30px;
}
.events-child{
    margin: 20px;
}
.date{
     margin-top: 20px;
    font-family: 'Indivisible';
    font-weight: 500; 
    color: #000;
}
.events-child h3{
    font-family: 'bentonmoddispregular';
    font-weight: 400;
    font-size: 40px;
    color: #000;
    opacity:1;
}
.events-child .see-btn{
color: #000;
background-color: transparent;
border: 1px solid #000;
width: max-content;
margin: 0;
}
.events-child .see-btn:hover{
    color: #fff;
background-color: #000;
border: 1px solid #000;
opacity: 1;
}
.latest-story-sec .news-grid .btn{
    padding:5px 25px 3px 25px;
}
.card-2 .btn,.card-3 .btn,.card-4 .btn,.card-5 .btn{
    margin-top: 20px;
}
    .card .card-img img{
        border-radius: 10px;
}
.card-2 .row{
    align-items: center;
}
.parent-slider {
    position: relative;
}

.custom-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: flex;
    justify-content: space-between;
    align-items: center;

    pointer-events: none;  
    z-index: 2;
}

.custom-prev,.custom-prev-c
,.custom-next,.custom-next-c {
    pointer-events: auto;   
}

.slick-prev,
.slick-next {
    font-size: 0;
    height: 93px;
    width: 34px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.slick-prev {
    margin-left: 10px;
    position: absolute;
    left: -25px;
}

.slick-next {
    margin-right: 10px;
     position: absolute;
     right: -25px;
}

.slick-prev svg,
.slick-next svg {
    height: 100%;
    width: 100%;
}
.img-col img{
    border-radius: 20px;
}
.volunteer-sec .found-col{
    padding: 0;
    padding-right: 50px;
}
.volunteer-sec .small-head{
    font-size: 17px;
}
.modal-body{
    color: #000;
    opacity: 1;
}
.latest-story-sec .heading-n{
    margin-bottom: 23px;
}
.card .btn{
    background-color: transparent;
    color: #000;
    border:1px solid #000;
}
.card .btn:hover{
    background-color:#000;
    color: #fff;
    border:1px solid #fff;
    opacity: 1;
}
/* RESPONSIVE */
@media (max-width: 992px) {
    .news-grid {
        grid-template-columns: 1fr;
    }

    .card-1 {
        grid-row: span 1;
    }

    .card:not(.card-1) .d-flex {
        flex-direction: column;
    }

    .card:not(.card-1) .card-img {
        width: 100%;
        height: 220px;
        margin-bottom: 15px;
    }

    .card:not(.card-1) .card-content {
        margin-left: 0;
    }
}
@media(min-width:1500px){
        .card .card-img img { 
    max-height: 284px;
}
.card.card-1 .card-img img { 
    height: auto;
    max-height: inherit;
}
}
@media(min-width:1700px){
    .partner-sec .content-s{
        padding: 0 330px;
    } 
}
@media (min-width:1199px){
    .impact-detail {
    padding-right: 70px;
}
}
@media(min-width:1199px){
   .home-banner-description p {
    padding: 0 140px;
}
}
@media (max-width:1750px){
    .card-2 .row{
        align-items: unset;
    } 
}

@media (max-width:1440px){
    .card-2 .row{
        align-items: unset;
    }
    .card-content .post-title{
        font-size: 25px;
    }
    .card:not(.card-1) .card-content {
    
    margin-left: 0px;
}
.events-child{
    padding: 25px;
}
.events-child{
    margin: 10px;
}
}
@media (max-width:1366px){
    .our-found-sec{
        background-position: -65px;
    }
}
@media (max-width:1199px){
   .our-found-sec {
    background-position: -157px;
}
.part-title{
    font-size: 20px;
}
.news-grid{
        grid-template-columns: 100%;
}
.card .row{
    flex-direction: column;
}
.volunteer-sec{
    background-position: -698px 0px;
}
.card .row .col-lg-6{
        width:100%;
    }
    .card-img{
        margin-bottom: 30px;
    }
    .latest-col {
    margin-bottom: 50px;
}
.volunteer-sec .found-col {
    padding-right: 0;
}
.con-col{
    padding-right: 0;
}
.impact-row{
    grid-template-columns: repeat(2, 1fr);
}
  .card:not(.card-1) .card-img{
    height: 380px;
}
.volunteer-sec{
    background-position: -698px 0px;
}
.small-head{
    font-size: 15px;
}
.slick-next{
    right: -18px;
}
.slick-prev{
    left: -18px;
}
}
@media (max-width:991px){
    .slick-prev{
        left: -15px;
    }
    .slick-next{
        right: -15px;
    }
    .slick-prev, .slick-next{
        height: 65px;
    }
    
   .our-found-sec .found-col {
    padding-left: 0px;
}
.volunteer-sec,.our-found-sec{
    background-image:none !important;
}
.img-col img{
    width: 100%;
}
.support-row {
    flex-direction: column-reverse;
}
.support-row  .img-col {
    margin-bottom: 40px;
}
.small-head{
    margin-bottom: 10px;
}
.heading-n{
    line-height: 1;
}
.volunteer-sec  .content-s p{
        margin-bottom:10px
    }
    .volun-form{
        margin-top: 15px;
    }
    .vol-form p:nth-child(3){
        margin-bottom: 25px;
    }
    .card-2 .btn, .card-3 .btn, .card-4 .btn, .card-5 .btn{
        margin-top: 10px;
    }
    .our-found-sec  .content-s p{
            margin-bottom: 10px;
    }
    .founder-name {
        margin-top: 10px;
    }
    .our-found-sec .btn-div{
        margin-top: 15px;
    }
.card.card-1 .content-post {
    margin-top: 10px;
    margin-bottom: 10px;
}
.partner-sec .container .row:nth-child(2){
     --bs-gutter-y: 2rem !important;   
}
.partner-sec .col-con {
    margin-bottom: 45px;
}
.heading-n{
    margin-bottom: 10px;
}
}
@media (max-width:767px){
      .our-impact-sec  .imp-d-btn {
    margin-top: 35px;
}
.impact-row {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
}
.col-impact{
        border:1px solid #cccc;
        border-radius:10px;
        padding:10px;
    } 
    .our-impact-sec  .imp-d-btn {
    margin-top: 35px;
}
.events-slider{
    padding: 15px 0;
}
.latest-col {
    margin-bottom: 35px;
}
.see-btn {
    margin-top: 35px;
}
.card .card-img{
    height: 100% !important;
}


}
@media (max-width:567px){
    .btn-div{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.btn-div a{
    width: max-content;
}
.events-child {
    margin: 0;
    margin-block: 5px;
}
.events-child{
    box-shadow: 0 1px 11px rgb(0 0 0 / 20%);
}
.custom-btn{
    display: none;
}
.small-head{
        line-height: 1.6;
}
#banner-heading{
    font-size: 40px;
}
.home-page-banner .heading{
    margin-bottom: 15px;
}
.home p:first-child{
    margin-bottom: 20px;
}
}
@media(max-width:467px){
  .events-slider{
    margin: 0;
  }  
  .events-child {
    padding: 15px;
}
}