@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&amp;display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  background-color: #fbfbfb;
}
.swiper {
  width: 100%;
  height: 100%;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide {
  width: 60%;
}

.swiper-wrapper {
  display: flex;
  align-items: stretch;
  /* Ensures all slides stretch to the same height */
}

.swiper-slide {
  display: flex;
  height: auto;
  /* Ensure height adapts dynamically */
}

/* .swiper-slide:nth-child(2n) {
  width: 40%;
}

.swiper-slide:nth-child(3n) {
  width: 20%;
} */

.btn-nav {
  background-color: #049855 !important;
}
.btn-header {
  background-color: #0a5231 !important;
  color: white !important;
}
.extra-img-1 {
  position: absolute;
  top: 0;
  left: 50%;
}
.extra-img-2 {
  position: absolute;
  top: 0;
  left: -8%;
}
.extra-img-3 {
  position: absolute;
  bottom: 0%;
  left: -8%;
}
.btn-sec {
  padding: 14px 32px;
  border-radius: 8px;
  border: 1px solid #737780;
  background-color: #fff;
  color: #737780;
}
.extra-link {
  text-decoration: none;
  color: #049855;
}
.extra-link:hover {
  color: #ff5722;
}
.custom-height {
  max-height: 220px !important;
  object-fit: cover;
}
.img-radius {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.progress-bar {
  background-color: #ffc5b2;
}
.btn-extra {
  display: none;
}

/* Custom Project details page style css */
.pd-header {
  position: relative;
}
.pd-header > div {
  max-width: 1076px;
  margin: 0px auto;
}

.pd-header > div > h1 {
  color: var(--Black-900, #171b26);

  /* Heading/H1 ( Size 56px)/Bold */
  font-family: Inter;
  font-size: 54px;
  font-weight: 600;
  line-height: 64px; /* 114.286% */
}
.pd-header > div > p {
  color: var(--Black-700, #3d424d);

  /* Paragraph/P2 ( Size 16px)/Regular */
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; /* 162.5% */
}

.donate-main-card {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.dobate-card {
  display: flex;
  padding: 12px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 12px;
  border: 1px solid var(--Black-200, #ebebeb);
  background: var(--Black-50, #fbfbfb);
  min-width: 286px;
  min-height: 84px;
}

.dct-1 {
  color: var(--Black-700, #3d424d);
  font-family: Inter;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 20px; /* 125% */
}
.dct-2 {
  color: var(--Black-900, #171b26);

  /* Paragraph/P1 ( Size 18px)/Medium */
  font-family: Inter;
  font-size: 18px !important;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
}
.sect-ptb {
  /*padding-top: 30px;*/
  padding-bottom: 30px;
}
.fund-kamp-main {
  margin: 0 auto;
  max-width: 1320px;
  padding: 100px 120px;
  border-radius: 16px;
  background: var(--White, #fff);
  box-shadow: 0px 6px 12px 0px rgba(16, 24, 40, 0.04);
}

.fund-kamp-heading {
  color: var(--Black-900, #171b26);

  /* Heading/H2 ( Size 48px)/Bold */
  font-family: Inter;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px; /* 116.667% */
  text-align: center;
}

.fund-kamp-card-1,
.fund-kamp-card-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.fund-kamp-card-1 {
  margin-top: 3.75rem;
  padding-bottom: 3.125rem;
}
.fund-kamp-card-2 {
  padding-top: 3.125rem;
  margin-bottom: 3.75rem;
}

.donate-amount-main {
  display: flex;
  padding: 56px;
  gap: 2.375rem;
  border-radius: 16px;
  background: #ebfaf3;
}
.donate-amount-btn-left {
  max-width: 370px;
  padding: 16px 48px;
  border-radius: 12px;
  background: var(--Black-900, #171b26);
}
.donate-amount-btn-left > span {
  color: var(--White, #fff);

  /* Heading/H2 ( Size 48px)/Semibold */
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 116.667% */
}
.donate-amount-btn-right {
  padding: 16px 48px;
  border-radius: 12px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}
.donate-amount-btn-right > span {
  color: var(--Black-600, #585c67);

  /* Heading/H2 ( Size 48px)/Semibold */
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px; /* 116.667% */
}
.est-img {
  display: flex;
  padding-top: 12px;
  gap: 1.875rem;
  justify-content: start;
}

.die-card-main {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
}
.die-card-mar {
  margin-left: 12px;
  margin-right: 12px;
}

.modal-img-con {
  /**margin: 0px 122px;*/
  margin-left: 60px;
}

.modal-margin {
  display: flex;
  width: 1256px;
  /**
  justify-content: center;
  margin: 0px auto;
  */
  gap: 16px;
  margin-left: 50px;
}

.single-top {
  border-radius: 15px;
  width: 700px;
}

.triple-top {
  border-radius: 15px;
  width: 348px;
}

.image-gallery {
  margin-bottom: 50px;
}


a {
  text-decoration: none;
}

.image-gallery a {
  width: auto
}
.image-gallery a>img {
  width: 250px;
  border-radius: 15px;
}

.image-gallery a>img.vertical {
  height: 167px;
    width: auto;
}

@media screen and (max-width: 1024px) {
  .pd-header > div {
    max-width: 776px;
    margin: 0px auto;
  }

  .modal-margin {
    display: flex;
    width: 776px;
    justify-content: start;
    gap: 16px;
    margin: 0px;
  }
}
@media screen and (max-width: 768px) {
  .pd-header > div {
    max-width: 576px;
    margin: 0px auto;
  }

  .modal-margin {
    display: flex;
    width: 576px;/*
    justify-content: start;
    margin: 0px;*/
    gap: 16px;
    margin-left: 50px;
  }
}

.triple-top{
  height: 100%; /* Make all images take full height of parent */
  object-fit: cover; 
}
@media only screen and (max-width: 600px) {
 
  .extra-img-1 {
    display: none;
  }
  .extra-img-2 {
    display: none;
  }
  .extra-img-3 {
    display: none;
  }
  .full-width {
    display: block;
    width: 100%;
  }
  .btn-sec {
    display: none;
  }
  .center-aligned {
    text-align: center;
  }
  .negative-margin {
    margin-top: 0rem !important;
  }
  .shd {
    box-shadow: none !important;
  }
  .shd-1 {
    margin-left: -0.5rem !important;
  }
  .btn-extra {
    display: inline-block;
  }
  /* Custom Project details page style css */

  .pd-header > img {
    object-fit: cover;
    width: 100%;
    min-height: 15.625rem;
  }

  .pd-header div {
    /* position: absolute; */
    max-width: 90%;
    margin: auto;
    top: 170px;
    left: 0;
    right: 0;
    padding: 12px;
    gap: 8px;
    border-radius: 8px 8px 0px 0px;
    background: #fff;
  }

  .pd-header > div > h2 {
    color: var(--Black-900, #171b26);
    font-family: Inter;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px; /* 114.286% */
  }
  .pd-header > div > p {
    color: var(--Black-700, #3d424d);

    /* Paragraph/P3 ( Size 14px)/Regular */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
  }

  .pd-main > .sect-1 {
    margin-top: 32px;
  }
  .rh-img {
    min-height: 210.6px !important;
  }

  .fund-kamp-main {
    margin: 0 12px;
    padding: 30px 20px;
    border-radius: 16px;
    background: var(--White, #fff);
    box-shadow: 0px 6px 12px 0px rgba(16, 24, 40, 0.04);
  }
  .fund-kamp-heading {
    color: var(--Black-900, #171b26);
    text-align: center;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; /* 121.429% */
  }

  .fund-kamp-card-1,
  .fund-kamp-card-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
  }
  .fund-kamp-card-1 {
    margin-top: 30px;
    padding-bottom: 25px;
  }
  .fund-kamp-card-2 {
    flex-direction: column-reverse;
    padding-top: 0px;
    margin-bottom: 0px;
  }

  .top-nac-card-1-marging {
    margin-bottom: 32px;
  }
  .top-nac-card-div {
    min-width: fit-content;
  }
  .top-nac-card-img {
    border-radius: 8px;
    height: 220px !important;
    object-fit: cover;
    object-position: top;
  }
  .donate-amount-main {
    display: flex;
    flex-direction: column;
    padding: 28px;
    border-radius: 16px;
    background: #ebfaf3;
  }
  .donate-amount-btn-left {
    min-width: 100%;
    padding: 16px 48px;
    border-radius: 12px;
    background: var(--Black-900, #171b26);
  }
  .donate-amount-btn-left > span {
    color: var(--White, #fff);

    /* Heading/H2 ( Size 48px)/Semibold */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
  }
  .donate-amount-btn-right {
    width: 100%;
    padding: 12px 32px;
    border-radius: 12px;
    background: var(--White, #fff);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  }
  .donate-amount-btn-right > span {
    color: var(--Black-600, #585c67);

    /* Heading/H2 ( Size 48px)/Semibold */
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px; /* 116.667% */
  }
  .est-img {
    flex-direction: column;
    min-width: 100%;
  }
  .die-img {
    width: 100% !important;
  }

  .modal-margin {
    display: flex;
    width: 100%;
    justify-content: start;
    gap: 16px;
    margin: 0px;
  }
  .modal-card img {
    width: 100%;
  }
  .modal-img-con {
    margin-top: 48px;
    margin-left: 16px;
    margin-right: 16px;
  }
}


/* new Css */
.blog-image-centered > img{
  padding-bottom: 15px;
}

.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* Ensures card takes full height */
}

.card-body {
  flex-grow: 1;
  /* Makes sure the text container fills the available space */
}