@import url('https://fonts.googleapis.com/css2?family=Arvo&family=Bowlby+One&family=Bowlby+One+SC&family=DynaPuff:wght@600&family=IBM+Plex+Mono:wght@300;400;600&family=Luckiest+Guy&family=Mouse+Memoirs&family=Plus+Jakarta+Sans:wght@300;400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,600;1,700;1,800&family=Roboto:wght@300&family=Sigmar+One&family=Ubuntu:wght@300&display=swap');
*{
    margin: 0;
    padding: 0;
}
html{
  scroll-behavior: smooth;
 
}


html,body{
  overflow-x: hidden;
}

.navbar-brand img,
.nav-logo {
  height: 65px !important;
  max-height: 65px !important;
  width: auto !important;
  object-fit: contain;
}
/* navbarcode css */
/* .navbar-nav {
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }
 
  .navbar {
    padding: 20px;
    background-color: #f0ebeb;
  }

  .navbar-brand {
    margin-right: 20px;
  }

  .navbar-collapse {
    flex-grow: unset;
  }

  .navbar-nav {
    flex-direction: row;

  }

  .navbar-nav .nav-item {
    margin-right: 15px;
  }

  .navbar-nav.mr-auto {
    margin-right: 0;
  }

  @media (max-width: 768px) {
    .navbar-nav {
      flex-direction: column;
    }

    .navbar-nav .nav-item {
      margin-right: 0;
      margin-bottom: 10px;
    }

    .navbar-collapse {
      padding-bottom: 15px;
    }
  }
  .button-colour{
    background-color: chocolate;
  } */

/* navbar */
.donate-button{
  border-radius: 10px;
background: linear-gradient(95deg, #EC7630 0%, #EC8433 100%);
color: white;
outline: none;
}
.donate-button:hover{
  color: red;

  transition: 0.2 ease-in;
}




/* page1 index page */
.ekra-foundation{
  color: #FF9B4F;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 56px; /* 140% */
margin-bottom: 20px;
}
























  /* footer code */
  .footer1{
    font-family: Rubik,Arial,sans-serif;
      font-weight: 400;
      font-size: 1rem;
      overflow-x: hidden;
      color: #607289;
  }
  
  h5 {
      font-size: 1rem;
      line-height: 1.375;
    font-family: poppins;
      font-weight: 500;
      color: #1e2d83;
  }
  
  a {
    color: #818494;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
  }
  
  a:hover {
    color: #007bff;
    text-decoration: none;
  }
  
  .footer2 {
    background: #ffffff;
  }
  /* section 3 card imaage code */
  .card-img-top {
    object-fit: cover;
    height: 200px; /* Adjust the height as needed */
  }

  .card {
    border: none;
  }
  .footer-responsive{
   justify-content: center;
  }
  .margin-footer{
    margin-right: 80px;
  }

  @media (max-width: 768px) {
    .card-img-top {
      height: 150px; /* Adjust the height as needed for smaller screens */
    }
  
    .footer-responsive{
      margin-left: 25px ;
      margin-top: 10px;

    }
    .margin-footer{
      margin-right: 0;
    }
  
  
  
  }
    .container-fluid {
      padding-left: 0;
      padding-right: 0;
    }


/* Main section styling */
.main-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: -2px 0;
  background: #FDEACF;

}

.rectangle-bg {
  background-color:  #FDEACF;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 20px;
}



.foundation-info {
  font-size: 16px;
  margin-bottom: 20px;
}

.image-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}


/* basdfhbasdhjkfg */
/* section 3 code */


/* dfhhdfhdfh */

/* .mental-health-sec3-image {
  max-width: 100%;
  height: auto;
}

.image-left {
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.image-left img {
  max-width: 50%;
  margin-right: 1em;
}

.text-content {
  max-width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}

@media (max-width: 768px) {
  .image-left {
      flex-direction: column;
  }
  
  .image-left img {
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 1em;
  }
  
  .text-content {
      max-width: 100%;
  }
}8
 .sec3-text{
  color: #FFAEA2;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
} 
.sec3-para{
  color: #FFAEA2;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
} */
/* ******************************************************************** */
/* sec3  mental halth */
.sec3-text{
  color: #FFAEA2;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
} 
.sec3-para{
  color: #FFAEA2;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
/* .sec-3-image-mental{
  width: fit-content;
} */


/* 88888888888888888888 */
.masthead {
  background-size: cover;
  min-height: 60vh;
  position: relative;
  color: white;
  /* text-shadow: 2px 2px 2px rgba(0,0,0,.5); */
}

 .mental-health-sec2-text{
  font-size: 2rem;
  padding: 14px;

}
.mental-health-sec2-para{
  font-size: 1rem;
display: flex;
justify-content: center;
padding: 14px;
}

.color-overlay {
  position: absolute;
  /* background-color: rgba(0,0,0,0.2); */
  height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .masthead {
      min-height: 60vh;
  }
  .mental-health-sec2-text  {
      font-size: calc(1rem + 3.3vw);
  } 
 

}
/* ************************************ */
/* menatla haelth 5th section */
@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
      display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
      display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */
@media (min-width: 768px) {
  
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }
  
  .carousel-inner .carousel-item-left.active, 
  .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left{ 
transform: translateX(0);
}


.mental-health-sec4-text{
  color: #FFF;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-bottom: 2%;

}

.mental-health-sec4-para{
color: #FFF;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 0 0120px 120px;
}

/* Keep the existing styles */

/* Keep the existing styles */

@media (max-width: 768px) {
  .masthead {
    min-height: 70vh; /* Adjust the height to prevent overlap */
  }
  .mental-health-sec4-text {
    font-size: 24px; /* Adjust font size */
    margin: 20px 15px 10px; /* Add margin to the sides */
    text-align: center; /* Center the text */
  }
  .mental-health-sec4-para {
    font-size: 16px; /* Adjust font size */
    margin: 0 15px 0 15px; /* Add margin to the sides */
    text-align: center; /* Center the text */
  }
}






/* section4 index page */

#overprogram{
  color: black;
  font-weight: bold;
  text-align: center;
}
.content-1-h1{
   /* color: rgb(255, 102, 0);  */
   /* font-size: 3.5vw; */
   text-align: center;
   margin: 0;
   color: #101010;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
margin-top: 30px;
margin-bottom: 30px;
}
.container-1{
  width: 85%;
  margin: 0 auto;
  padding-top: 40px ;
}
.content-1-p{
/* color: rgb(168, 141, 19);

font-weight: 400;



font-size: 1.2vw; */
color: #000;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
line-height: 1.8rem;
margin: 8px auto 0 auto;
width: 50%;
text-align: center;



}

/* .grids-1{
  margin: 8rem 0;
  display: grid;
  justify-content: center;
  gap: 30px;
  grid-template-columns: 30% 30%;
  grid-template-rows: 200px 200px;
} */
.grids-1 {
  margin: 8rem 0;
  display: grid;
  justify-content: center;
  gap: 30px;
  /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: auto; */
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
/* .gd-1{
background-color: #10141E;
border-radius: 15px;
border: 2px solid white;
padding: 20px;
} */

.gd-1 {
  background-color: none;
  border-radius: 15px;
  /* border: 2px solid white; */
  padding: 20px;
  max-width: 400px; /* Added */
  margin: 0 auto; /* Center cards */
}
.gd-1:nth-child(1),
.gd-1:nth-child(2) {
  grid-row: 1; /* Align first two grids at the top */
}

.gd-1:nth-child(3),
.gd-1:nth-child(4) {
  grid-row: 2; /* Align last two grids at the bottom */
}
.gd-1:nth-child(5),
.gd-1:nth-child(6) {
  grid-row: 3; /* Align last two grids at the bottom */
}





.gird-1-heading{
  color: rgb(57, 196, 15);
  font-size: 1rem;
text-align: center;
}
.gird-1-para{
  color: rgb(184, 26, 136);
  text-align: left;

}

@media (max-width:780px) {
  .content-1-h1{
    font-size: 45px;
  }
    .grids-1{
      grid-template-columns: minmax(100px,1fr);
     
  }
  .content-1-p{
    width: 80%;
  }


  .grid-content{
    margin-top: 30px;
    text-align: center;
  }
  
}
@media (max-width:390px) {
  .content-1-h1{
    font-size: 35px;
  }

}
.masthead-1 {
  background-size: cover;
  min-height: 50vh;
  position: relative;
  color: rgb(104, 16, 31);
  /* text-shadow: 2px 2px 2px rgba(0,0,0,.5); */
}

@media (max-width: 780px) {
  .grids-1 {
    grid-template-columns: 1fr;
    grid-template-rows: auto; /* Reset grid rows for responsiveness */
  }

  .gd-1:nth-child(1),
  .gd-1:nth-child(2),
  .gd-1:nth-child(3),
  .gd-1:nth-child(4) {
    grid-row: auto; /* Reset grid row for responsiveness */
  }
}

/* jdshjkhfjkfhsd */
/* jdshjfghjksfhjksdhfjkdsfsd
f
sdfsdf
sdf
sd
f
sd
fsdfsdf
 */
/* not using */





.container-page1-overimapct {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
margin: 60px;
}


@media (max-width:768px){
  
.container-page1-overimapct {
 
margin: auto;

}


}


.info-box {

  text-align: center;
 padding:15px; 
  width: 250px; 
  /* height: 50px;  */

}

.info-box h2 {
  color: #1E2628;
  font-size: 32px;
  font-family: Poppins;
  font-weight: 700;
  word-wrap: break-word;
}

.info-box p {
  color: #1E2628;
  font-size: 24px;
  font-family: Poppins;
  font-weight: 400;
  word-wrap: break-word;
}


@media (max-width: 768px) {
  .info-box {
      width: 100%; 
      max-width: none; 
  }
} 






/* peace education pgae */

.peace-edu-sec1-text {
  text-align: center; /* Center the text */
  padding-top: 20px; /* Add 20px padding to the top */
  padding-bottom: 20px; /* Add 20px padding to the bottom */
}
.peaceeducation-2{
  background: #D5EEF6
}
.peaceeducation-3{
  background: #2D6670
}



.peace-edu-sec2-text{

  color: white; font-size: 40px; font-family: Poppins; font-weight: 400; word-wrap: break-word;
  width: 650px;

}

@media (max-width: 768px) {
  .peace-edu-sec2-text{

    color: white; font-size: 40px; font-family: Poppins; font-weight: 400; word-wrap: break-word;
    width: 350px;
  
  }
}
.peaceeducation-4{
  background:#B4BA50
}


/* mental health */
.mental-health-sec1-text {
  text-align: center; /* Center the text */
  padding-top: 20px; /* Add 20px padding to the top */
  padding-bottom: 20px; /* Add 20px padding to the bottom */
 text-align: center; color: #F28576; font-size: 40px; font-family: Poppins; font-weight: 600; word-wrap: break-word
}


/* ============================================================================================================================================================================================ */
/* join us */
.card-1 {
  border-radius: 155px;
  background: linear-gradient(104deg, #FF2400 0%, #FAA63F 100%);
  width: 100%;
  max-width: 1290px;
  height: 170px;
  margin: auto;
}

.card-whitecircle {
  width: 111.419px;
  height: 111.419px;
  background: white;
  border-radius: 60px;
}

.float-start {
  float: left;
  margin-right: 20px;
}

.card-text {
  color: rgb(255, 255, 255);
  /* text-align: left; */
  margin-left: 20px; 
}

.card-text-heading {
  font-size: 1.2rem;
  margin-bottom: 10px;
}


.card-1 {
  border-radius: 155px;
  background: linear-gradient(104deg, #f08331 0%, #FAA63F 100%);
  width: 100%;
  max-width: 1290px;
  height: auto;
  margin: auto;
  padding: 20px; /* Add padding for better spacing */
}

.card-whitecircle {
  width: 111.419px;
  height: 111.419px;
  background: white;
  border-radius: 60px;
}

.float-start {
  margin-right: 20px;
}

.card-text {
  color: rgb(255, 255, 255);
}

.card-text-heading {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
  .card-1 {
      height: auto;
      border-radius: 25px;
      
  }
  .responsive-left{
    display: flex;
    align-items: start;
    justify-content: left;
    width: inherit;
  }
  .card-text{
    text-align: left;
  }
  .card-whitecircle {
      margin-bottom: 20px;
      float: left;
      
  }
}

/* reading club section 2 */
































/* ============================================================================================================================================================================================================ */
.card-text-para {
  font-size: 1rem;
}
.socialmedia-icon {
  margin-bottom: 10px;
}
.text-col{
  color:  #ED8133;
  
}
.gs-heading{
  color:  #ED8133;
  font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.hover-link:hover{
  color:  #ED8133;
}

.section-1-joinus-para{
  color: #C1C1C1;
text-align: center;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.joinus-heading3{
  color: #ED8133;
font-family: Poppins;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
@media (max-width: 768px) {
.joinus-heading3{
  font-size: 21px;
}




}

.ourstory-image {
  margin-left: 0;
}

/* reading club */
.readclub-headline {
  width: 100%;
  min-height: 380px;
  background: url("images/reading-club-banner.png") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

 .readclub-heading{
  font-size: 3.2rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  color: #FFF;
  font-family: Poppins;
 
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media   (max-width: 600px){



  .readclub-heading{
 
  font-size: 2.2rem;
  }

}



/* reading club */





/* Responsive Styling */
@media (max-width: 768px) {

  .section-2-reading {
      align-items: center;
      text-align: center;
  }
  .readingclub-section2 {
    height: 50vh;

}


}
/* read club sec 22 */
.readingclub-section2{ 
  background: #42AAC6;
  /* height: 50vh; */
  text-align: center;
  padding-bottom: 100px;
  padding-top: 100px;
}

.readingclub-sec2-heading {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}

.readingclub-sec2-content {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

/* Media queries for responsiveness */
@media screen and (max-width: 768px) {
  .readingclub-sec2-heading {
    font-size: 30px;
    align-self: start;
  }

  .readingclub-sec2-content {
    font-size: 16px;
  }
}




/* reaing club cards */
/* .imppraticecard{
  margin: 40px;
  

}
.ipcard{

 height: 300px;
  width: 500px;
  background-color:  #818EEA;
  border-radius:50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.svgcontainer{
  width: inherit;
  align-items: start;
  margin-left: 100px;
  margin-bottom: 10px;

}
.pargarphip{
  margin-left: 50px;
  margin-top: 10px;
  margin-right: 50px;
  text-wrap: inherit;
}
.pargarphip p{
  color: white;
} */
.imppraticecard {
  margin: 40px;
 

}


.ipcard {
  height: 300px;
  width: 450px;
  background-color: #818EEA;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px;
}

.svgcontainer {
 
 width: inherit;

}
.svgcontainer img{
 
margin-left: 50px;
margin-bottom: 20px;
}

.pargarphip {
  margin-left: 50px;
  margin-top: 10px;
  margin-right: 50px;
  text-wrap: inherit;
}

.pargarphip p {
  color: white;

  color: #FFF;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.firstrowip{
  display: flex;
  justify-content: center;
  align-items: center;

}
@media (max-width: 768px) {
  .firstrowip {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ipcard {
    height: auto;
    min-height: 280px;
    width: 100%;
    max-width: 380px;
    margin: 15px auto;
  }
}



.sec4-heading{
  color: #818EEA;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
/* section5 */
.container-sec5{
  width: 100%;
  max-width: 943px;
  margin: 0 auto;
}

.important-heading-sec5 {
  color: #E00000;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}

.highlight-text-sec5 {
  color: #CDCDCD;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .container-sec5{
    width: 80%;
    max-width: 943px;
    margin: 0 auto;
  }
  .sec4-heading{
    font-size: 20px;

  }
  .ourstory-image{
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .mobile-margin-top{
   padding: 10px;
  }
 
}