
.slider,
.blog_slider {
  position: relative;
  height: 55vh;
  width: 100%;
  margin: 1% 0% 4% 0%;
}
.slider-container,
.blog_slider-container {
  width: 100%;
  height: 100%;
}
.slider-wrapper,
.blog_slider-wrapper {
  width: 100%;
  height: 100%;
}
.slider-slide,
.blog_slider-slide {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  /* background-color: black; */
  background: linear-gradient(90deg, rgba(0,0,0,1) 60%, #424242 66%, rgba(0,0,0,1) 79%);
}
.slider-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.blog_slider-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.content_data {
  position: relative;
  top: -100%;
  width: 50%;
  /* left: 7.5%; */
  color: white;
  line-height: 1.5em;
  font-size: 1.1em;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  margin-left: 6%;
}
.user_thought,
.heading_title {
  margin-bottom: 4%;
}
.blog_content_data {
  position: relative;
  top: -100%;
  width: 55%;
  /* left: 7.5%; */
  color: white;
  line-height: 1.5em;
  /* font-size: 1.1em; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-left: 6%;
}
.blog_content_data .usertext {
  color: #33bfff;
  line-height: 1.3em;
}
.body_title > title {
  margin-bottom: 2%;
}
.body_title a {
  color: #33bfff;
}
[class^="slider-button-"] {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  font-size: 4vh;
  cursor: pointer;
}
[class^="slider-button-"] i {
  color: #b5b5b5;
}
[class^="blog_slider-button-"] {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  font-size: 4vh;
  cursor: pointer;
}
[class^="blog_slider-button-"] i {
  color: #b5b5b5;
}
[class^="partner_slider-button-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2vh;
  cursor: pointer;
}
[class^="partner_slider-button-"] img{
  width: 50%;
}
[class^="partner_slider-button-"] i {
  color: #b5b5b5;
}
[class^="about_timeline_slider-button-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2vh;
  cursor: pointer;
}
[class^="about_timeline_slider-button-"] img{
  width: 50%;
}
[class^="about_timeline_slider-button-"] i {
  color: #b5b5b5;
}
.slider-button-next,
.blog_slider-button-next,
.ceo-slider-button-next {
  right: 0%;
}
.slider-button-next, .blog_slider-button-next {
  /* left: 0%; */
}
.ceo-slider-button-prev{
  left: 0%;
}
/* our story section css */
.our_story_section,
.our_partner_section {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30%;
  width: 100%;
  padding: 1%;
  position: relative;
  top: 20%;
  background: white;
  margin-bottom: 1%;
}
.our_partner_section_homepage{
  width: 70%;
}
.our_story_section_container,
.our_partner_section_container {
  width: 70%;
  height: 100%;
}
.our_story_content,
.our_partner_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* font-size: 1.1em; */
  line-height: 1.6em;
}
.our_story_content > h1 {
  margin-bottom: 3%;
  position: relative;
}
.our_partner_content > h1 {
  margin-bottom: 3%;
  position: relative;
}
.our_story_content > h1::before {
  content: "";
    position: absolute;
    left: 50%;
    bottom: -5%;
    height: 5px;
    width: 70%;
    background: #00A651;
    border-radius: 20px;
    transform: translate(-50%);
}
.partner_logo_slider {
  position: relative;
  height: 15vh;
  width: 100%;
  margin: 3% 0% 5% 0%;
  left: 50%;
  transform: translateX(-50%);
}
.partner_slider-container{
  display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.partner_slider-wrapper {
  width: 90%;
  height: 100%;
}
.our_partner_content > h1::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5%;
  height: 5px;
  width: 70%;
  background: #00A651;
  border-radius: 20px;
  transform: translate(-50%);
}
.our_story_content p {
  padding: 0% 0%;
  text-align: center;
}
.our_story_content a {
  color: #14a0df;
  font-weight: 600;
}
.our_partner_content p {
  padding: 0% 0%;
  text-align: center;
}
.our_partner_content a {
  color: #14a0df;
  font-weight: 600;
}
.partner_slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* .partner_slider-container{
    display: flex;
    justify-content: center;
    align-items: center;
} */
.partner_slider-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 15vh !important;
}
.partner-logo{
  height: 80%;
  width: 85%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner_slider-button-next,
.about_timeline_slider-button-next {
  right: 0%;
}
.partner_slider-button-prev,
.about_timeline_slider-button-prev {
  left: 2%;
}
/* our story, our partner section */
.slick-list {
  box-shadow: none !important;
}


.asking_heading{
  margin-bottom: 3%;
  color: #33BFFF;
}
.org_details{
  display: flex;
  flex-direction: column;
}
.contact_btn{
  border: 3px solid #33BFFF;
  padding: 1% 1%;
  width: 20%;
  color: white;
  background: #33BFFF;
  border-radius: 5px;
}

.donate_block{
  position: absolute;
  top: 7%;
  color: white;
  width: 35%;
  left: 62%;
  /* background: red; */
  height: 85%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
}
.donate_list{
  margin: 0%;
  padding: 1%;
  width: 40%;
  height: 40%;
  background: rgba(255, 255, 255, 0.28);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.arror_icon_slider{
  opacity: 0.8;
}

/* ceo clider btn css */
[class^="ceo-slider-button-"] {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  font-size: 4vh;
  cursor: pointer;
}


/* Custom Slick Slider Pagination */
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  height: 5%;
  position: relative;
  bottom: 10%;
}
.ceo_slider-wrapper .slick-dots{
  position: absolute;
  bottom: -10%;
  left: 5%;
  width: 100%;
}
.employee_card_container .slick-dots{
  bottom: 7%;
}
.slick-dots li {
  margin: 0 5px;
  width: 40px;
  height: 11px;
  background-color: #A09797;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 50px;
}
.slick-dots li button {
  font-size: 0; /* Hide the content of the buttons */
  opacity: 0;
}
.slick-dots li.slick-active {
  background-color: #33BFFF;
}

@media (max-aspect-ratio: 4/3) {
  .content_data {
    /* font-size: 0.9em; */
  }
  h1{
    font-size: 3vh;
  }
  .our_story_content, .our_partner_content{
    font-size: 0.9em;
  }
}
@media (max-width: 768px) {
  .blog_content_data {
    /* font-size: 0.8em; */
    width: 85%;
    font-size: 2.1vh;
  }
  .content_data{
    width: 85%;
  }
  .swiper-button-white, .slider-button-white{
    display: none;
  }
  .slick-dots li{
    width: 15px;
    height: 5px;
  }
  .our_story_section_container, .our_partner_section{
    width: 90%;
  }
}
@media (max-width: 480px) {
  .blog_slider{
    height: 75vh;
  }
}