* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}

:root {
  --primary-color: #368420;
  --Primary-Heading-color: #000000;
  --Primary-heading-f-size: clamp(1.25rem, 0.7955rem + 2.2727vw, 2.5rem);
  --Secondry-heading-f-size: clamp(1.125rem, 0.9886rem + 0.6818vw, 1.5rem);
  --Secondry-heading-color: #393939;
  --btn-radius: 12px;
  --card-xl-radius: 18px;
}

body {
  background: #fff;
  overscroll-behavior-x: contain;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a{
  text-decoration: none;
  color: inherit;
}

.primary-heading {
  font-size: var(--Primary-heading-f-size);
  color: var(--Primary-Heading-color);
  font-weight: 700;
  text-align: center;
  margin-bottom: 42px;
}

.secondry-heading {
  font-size: var(--Secondry-heading-f-size);
  color: var(--Secondry-heading-color);
  font-weight: 400;
  text-align: center;
  text-wrap: balance;
}

.container {
  max-width: 1170px;
}

.scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: 5px;
  /* Firefox */
  overflow-x: scroll;
  padding-bottom: 15px;
  overflow-y: auto;
  scroll-snap-type: x mandatory;
  /* min-width: 331px; */
}

.scrollbar>* {
  scroll-snap-align: start;
}

/* Width of the scrollbar */
.scrollbar::-webkit-scrollbar-button {
  display: none;
}

.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  background: transparent;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
  width: 3px;
}

/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: #a4a4a4;
  border-radius: 5px;
  width: 5px;
  height: 3px;
}

.spacing {
  padding-block: clamp(3.125rem, 1.9886rem + 5.6818vw, 6.25rem);
}

/* common tabs css start here */
.common-tab {
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 15px;
  margin-block: 74px 40px;
  overflow-x: scroll;
  padding-bottom: 10px;
}

.common-tab .nav-item {
  width: 100%;
}

.common-tab .nav-item .nav-link {
  width: 100%;
  background: #3939390d;
  color: #393939cc;
  white-space: nowrap;
}

.common-tab .nav-item .nav-link.active {
  background: #000;
  color: #fff;
}

/* common tabs css end here */

/* swiper css */
.swiper {
  width: 100%;
  height: 100%;
  padding-bottom: 65px;
}

.swiper-slide {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #0000001a;
  padding: 16px;
}

.swiper-slide.swiper-slide-active {
  box-shadow: 0px 3.4px 13.6px 0px #00000014;
}

.swiper-button-prev,
.swiper-button-prev1 {
  left: 90px;
}

.swiper-btn-wrapper {
  position: absolute;
  width: 174px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
}

.view-more-btn {
  font-weight: 400;
  font-size: 15.61px;
  color: #393939cc;
  text-decoration: none;
  line-height: 19.51px;
  letter-spacing: 0%;

  &:hover {
    color: inherit;
    text-decoration: none;
  }
}

.swiper-button-next,
.swiper-button-next1,
.swiper-button-prev,
.swiper-button-prev1 {
  position: absolute;
  width: 32px;
  height: 32px;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 0.98px solid #3939391a;
  color: #393939;
  top: auto;
  bottom: 0;
  background: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.swiper-button-next1:hover,
.swiper-button-prev1:hover {
  background-color: #000;
  color: #fff;
}

.swiper-button-prev:after,
.swiper-button-prev1:after,
.swiper-rtl .swiper-button-next:after,
.swiper-rtl .swiper-button-next1:after {
  content: "prev";
}

.swiper-button-next:after,
.swiper-button-next1:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-rtl .swiper-button-prev1:after {
  content: "next";
}

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next1:after,
.swiper-button-prev1:after {
  font-family: swiper-icons;
  font-size: 12px;
  font-weight: 600;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-next1 {
  right: 0;
}

.gallery-swiper-btn-wrapper {
  position: static;
  margin-inline: auto;
  transform: translateX(0);
}

.swiper-slide-img-box {
  position: relative;

  .play-icon-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 54px !important;
    width: 54px !important;
  }
}

.card-img-box {
  position: relative;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}

.card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.person-info-1 {
  position: absolute;
  background-color: #ffc30ea4;
  top: 13px;
  left: 13px;
  padding: 6px 8px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 10px;
}

.person-info-2 {
  position: absolute;
  background-color: #3684209f;
  top: 13px;
  right: 13px;
  padding: 6px 10px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  line-height: 9px;
  color: #fff;
}

.person-info-3 {
  position: absolute;
  background-color: #ffffff9f;
  bottom: 13px;
  left: 13px;
  padding: 6px 10px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  line-height: 9px;
}

.person-info-4 {
  position: absolute;
  background-color: #ffffff9f;
  bottom: 13px;
  right: 13px;
  padding: 6px 10px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  line-height: 9px;
  display: flex;
  align-items: center;
  gap: 4px;

  img {
    width: 14px;
  }
}

.card-heading {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.card-details {
  font-weight: 400;
  font-size: 16px;
  color: #393939cc;
}

.card-footer-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.c-footer-left p {
  color: #393939;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Outfit;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  gap: 10px;
  letter-spacing: 0%;
  flex-wrap: wrap;

  span {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 4px;
  }
}

.c-footer-left p span:nth-child(2) {
  color: red;
}

.card-donate-btn {
  background-color: var(--primary-color);
  color: #fff;
  width: 115px;
  height: 38px;
  border: none;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.checkout-container {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: white;
  padding: 10px 20px;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
}

.progress {
  border-radius: 100px;
  height: 12px;
  margin-block: 16px 8px;
}

.progress-bar {
  background-color: #6b9826;
}

.logos-list {
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
  align-items: center;
  overflow-x: scroll;
}

.logos-list-items {
  width: 100%;
  min-width: 150px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}

.Awards-wrapper {
  .logos-list-items {
    width: 100%;
    min-width: 150px;
    height: auto;
  }
}

.apply-now-btn {
  width: 100%;
  max-width: 176px;
  height: 51px;
  font-size: 16px;
  color: #fff;
  background: #005a31;
  font-weight: 600;
  border: none;
  border-radius: 50px;
}

.apply-now-btn:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* modal css start here */
.modal-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 10px;
}

.modal-sub-title {
  font-weight: 400;
  font-size: 17.32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #5b5b5b;
  margin-bottom: 30px;
}

.modal-body {
  padding: 72px 60px;
  position: relative;
}

.modal-body .btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.modal-content {
  border-radius: 32px;
}

.modal-body .form-control {
  height: 64px;
  border-radius: 8px;
  padding-top: 14px;
  padding-right: 25px;
  padding-bottom: 14px;
  padding-left: 25px;
  border: 1px solid #3939395c;
}

.modal-form-btn {
  width: 100%;
  height: 65px;
  font-size: 16px;
  color: #fff;
  background: #368420;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.modal-form-btn.login-btn {
  width: 100%;
  height: 65px;
  font-size: 16px;
  color: #000000;
  background: #00000033;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  margin-top: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.or-p {
  text-align: center;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  margin-block: 10px 30px;
  width: 251px;
  margin-inline: auto;
}

.or-p::before,
.or-p::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100px;
  height: 1px;
  background-color: #00000033;
}

.or-p::before {
  left: 0;
}

.or-p::after {
  right: 0;
}

.btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.signup-with-btn {
  width: 100%;
  height: 65px;
  border-radius: 8px !important;
  padding-block: 21px;
  border: 1px solid #39393980;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.signup-with-btn:hover {
  border: 1px solid #393939;
}

/* modal css end here */
#signUpModal:not([style*="display: none"])~.main-menu,
#signUpModal[style="display: block;"]~.main-menu {
  display: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.place-content-center {
  place-content: center;
}

.subscribe-content {
  padding: 68px 68px 68px 40px;
}

/* gallery swiper */
.swiper.mySwiper2,
.swiper.mySwiper1 {
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
}

.swiper.mySwiper2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  padding: 0;
  border-radius: 28px;
  overflow: hidden;
}

/* .swiper.mySwiper2 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/6;
} */
.swiper.mySwiper2 .swiper-slide iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/6;
}

.swiper.mySwiper1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.swiper.mySwiper1 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 60%;
  width: 100%;
}

.mySwiper1 {
  height: 40%;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
}

.mySwiper1 h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #005a31;
  margin-block: 16px 5px;
}

.mySwiper1 p {
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #000;
  margin-block: 0px 5px;
}

.mySwiper1 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 1;
  padding: 0;
  border: none;
  position: relative;
}

.mySwiper1 .swiper-slide .play-icon-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 82px !important;
  width: 82px !important;
}

.mySwiper1 .swiper-slide-thumb-active {
  opacity: 1;
  box-shadow: none;
}

.swiper.mySwiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/8;
  border-radius: 18px;
}

.donated-ammount {
  font-weight: 400;
  font-size: 13.65px;
  line-height: 100%;
  text-align: center;
}

/*  */
.swiper1 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide1 {
  text-align: center;
  font-size: 18px;
  background: #333;
  height: calc((100% - 30px) / 2) !important;

  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.the-detail {
  font-weight: 400;
  font-size: 21.67px;
  line-height: 100%;
  text-align: center;
  color: #282728;
  text-wrap: balance;
}

.blk-read-more-btn {
  font-weight: 400;
  font-size: 23.07px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #ffffff;
  width: 162.844970703125px;
  height: 52.419925689697266px;
  border-radius: 8px;
  border: 1px solid #000;
  background: #000;
}

.blk-read-more-btn:hover {
  border: 1px solid #000;
}

.time-left {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #df1d3b !important;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  margin-top: 16px;
}

.donation-btn-w-100 {
  background: #368420;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);
  line-height: 30px;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #ffffff;
  width: 100%;
  height: clamp(2rem, 1.6818rem + 1.5909vw, 2.875rem);
  border-radius: 8px;
  border: none;
  display: block;
  margin-block: 32px;
}

.people-just-donated,
.person-just-donated {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
  margin-bottom: 36px;
}

.people-just-donated h6,
.person-just-donated h6 {
  font-weight: 500;
  font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
  letter-spacing: 0%;
  color: #368420;
}

.person-just-donated h6 {
  color: #000000;
}

.donator-img {
  width: 64px;
  height: 64px;
  border: 1px solid;
  border-radius: 50%;
  border-color: #368420;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #393939;
  display: flex;
  justify-content: center;
  align-items: center;

  span {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
  }
}

.person-just-donated .donator-img {
  border-color: #000;
  place-content: center;
  background-color: #393939;
  border-radius: 50%;
  overflow: hidden;
}

.person-just-donated .donator-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.person-story-detail .donator-img {
  background-color: #fff;
}

.person-story-detail .donator-img img {
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.donator-details p {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);
  letter-spacing: 0%;
  color: #393939;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  white-space: nowrap;
}

.donator-details p span:first-child {
  display: inline-block;
  width: 75px;
}

.donator-details p span:last-child {
  display: inline-block;
  width: 75px;
  text-decoration: underline;
}

.person-donated-list li:nth-child(n + 4) {
  display: none;
}

.see-all-btn {
  width: 100%;
  height: 66px;
  border-radius: 16px;
  background: none;
  border-top: 2px solid #393939;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.Help-Me-to-grow-inner-wrapper .donator-img {
  border: none;
}

.person-story-detail .donation-detail-card {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #fff;
}

hr {
  border-color: #393939;
}

.w-share-btn,
.fb-share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #ffffff;
  gap: 16px;
}

.fb-share-btn {
  background: #3c5a99;
}

.w-share-btn {
  background: #27d466;
}

.down-btn {
  background: none;
  border: none;
  text-align: center;
  margin-top: 24px;
  margin-inline: auto;
  display: block;
}

.down-btn[aria-expanded="true"] {
  img {
    transition: all .5s;
    rotate: 180deg;
  }
}

.contact-us-btn {
  width: 204px;
  height: 59px;
  background: #368420;
  color: #fff;
  font-weight: 700;
  font-size: 20.66px;
  border-radius: 10px;
  margin-top: 26px;
}

.contact-us-btn:hover {
  background: #fff;
  color: #368420;
}

.Refine-Search-btn {
  background-color: transparent;
  border-color: #368420;
  height: 38px;
  width: 162px;
  color: #368420;
  font-weight: 700;
  font-size: 16.27px;
}

.Refine-Search-btn:hover {
  background: #368420;
  color: #fff;
}

/* button end here */
.BG-F8F8F8 {
  background: #f8f8f8;
}

.time-location {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-weight: 200;
  font-size: 11.91px;
}

.time-location span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.disbursement-p {
  font-weight: 200;
  font-size: 16.11px;
}

.card-sub-btn,
.card-accept-btn,
.card-reject-btn {
  width: 100%;
  max-width: 102px;
  height: 27px;
  border-radius: 8px;
  color: #fff;
  background: #000;
  font-weight: 300;
  font-size: 14.01px;
  border: 1px solid #000;
  place-content: center;
  padding: 0 5px;
  flex: 1 1;
}

.card-accept-btn {
  background: #3b8740;
  border-radius: 8px !important;
  border: 1px solid #3b8740;
}

.card-reject-btn {
  background: #af051f;
  border-radius: 8px !important;
  border: 1px solid #af051f;
}

.card-accept-btn:hover {
  border: 1px solid #3b8740;
}

.card-reject-btn:hover {
  border: 1px solid #af051f;
}

.card-sub-btn:hover {
  border: 1px solid #000;
}

.card-sub-btn.btn,
.card-accepted-btn.btn {
  flex-shrink: 0;
}

.person-info-1.event-date {
  top: 0;
  width: 63px;
  text-align: center;
  border-radius: 0 0 8px 8px;
  color: #fff;
  font-weight: 300;
  font-size: 12.61px;
  left: 21px;
  line-height: 1.2;

  background: linear-gradient(0deg, #48b02b 0%, #2d8215 98.85%);

  span {
    display: block;
    font-weight: 500;
    font-size: 23.82px;
    color: #000;
  }
}

.load-more-btn-white {
  width: 195px;
  height: 60px;
  background: #fff;
  border-width: 1px;
  border-radius: 16px;
  border: 1px solid #000000;
  font-weight: 600;
  font-size: 16px;

  &:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset,
      rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
  }
}

/* flex classes */

.flex-center-start {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.flex-center-end {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
}

.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.flex-start-between {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}

.support-these-people {
  font-weight: 700;
  font-size: 19.1px;
  color: #368420;
  margin-bottom: 17px;
}

/* grid-view-cards start here */
.grid-view-card-wrapper .swiper-slide {
  height: calc((100% - 30px) / 2) !important;
  border: none;
  padding: 0;
}

.grid-view-card-wrapper .swiper-slide .card-img-box {
  aspect-ratio: 1/1.3;
}

.grid-view-card-wrapper .swiper-slide.swiper-slide-active {
  box-shadow: none;
}

.grid-view-card-wrapper .swiper-slide .progress-bar {
  background-color: #368420;
}

.grid-view-card-wrapper .card-heading {
  margin-bottom: 0;
}

.grid-view-card-wrapper .card-footer-btns {
  gap: 20px;
}

.grid-view-card-wrapper .c-footer-left {
  flex-grow: 1;
}

/* grid-view-cards end here */

.tags {
  margin-top: 10px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;

  li {
    padding: 7px 16px;
    background: #F5F5F5;
    font-size: 12px;
    border-radius: 25px;
  }
}

.with-cash-btn {
  gap: 0;

  .card-donate-btn {
    border-radius: 0 25px 25px 0;
    width: fit-content;
    padding-inline: 10px;
    font-size: 14px;
  }

  .dropdown-toggle {

    color: #000;
    border: 1px solid #3939394D;
    border-radius: 25px 0 0 25px;
    font-size: 14px;
    height: 38px;
    padding-inline: 6px 0;
  }
}

/* pagination start here  */

.pagination-wrapper {
  nav {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 8px 21px;
    border-radius: 8px;
    margin-top: 38px;
    background-color: #fff;
  }

  .pagination {
    gap: 20px;

    .page-link {
      border: none;
      color: #a9a9a9;
      font-weight: 400;
      font-size: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      height: 29px;
      width: 29px;
      border-radius: 50%;

      span {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 29px;
        width: 29px;
      }
    }

    .page-link[aria-label="Next"] {
      img {
        rotate: 180deg;
      }
    }

    .active>.page-link,
    .page-link.active {
      background-color: #000;
      color: #fff;
    }
  }
}

.page-link:hover {
  background-color: #eaeaea;
}

/* pagination end here  */
.sewa-fundation {
  border-top: 1px solid #393939;
  margin-bottom: 48px;
  margin-top: 10px;
  padding-top: 19px;
}

.sewa-fundation h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
}

.sewa-table tr td {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.8295rem + 0.2273vw, 1rem);
  line-height: 2;
  letter-spacing: 0%;
}

.stars {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: end;
  position: relative;
}

.stars__star-icon {
  stroke: #000;
  stroke-width: 2px;
  fill: transparent;
  transition: 0.1s all;
  vertical-align: top;
}

.stars__star {
  width: 16px;
  height: 16px;
  position: relative;
  cursor: pointer;
  margin: 0 1px;
}

.stars__checkbox {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 0;
  height: 0;
}

.stars__star:hover>.stars__star-icon {
  fill: #000;
}

.stars__star:hover~.stars__star>.stars__star-icon {
  fill: #000;
}

.stars__checkbox:checked+.stars__star>.stars__star-icon {
  fill: #000;
}

.stars__checkbox:checked~.stars__star>.stars__star-icon {
  fill: #000;
}



.grid-no-swiper .swiper-slide {
  border: none;
  padding: 0;
}

.grid-no-swiper .swiper-slide .card-img-box {
  aspect-ratio: 1/1.3;
}

.grid-no-swiper .swiper-slide.swiper-slide-active {
  box-shadow: none;
}

.grid-no-swiper .swiper-slide .progress-bar {
  background-color: #368420;
}

.grid-no-swiper .card-heading {
  margin-bottom: 0;
}

.grid-no-swiper .card-footer-btns {
  gap: 20px;
}

.grid-no-swiper .c-footer-left {
  flex-grow: 1;
}

.uk-lightbox {
  background: #000000a1;
  backdrop-filter: blur(10px);
}

@media screen and (max-width: 991px) {
  .person-story-detail .donation-detail-card {
    position: static;

  }

  .btn-group {
    flex-direction: column;
    gap: 10px;
  }

  .with-cash-btn {
    flex-direction: row;
    gap: 0;
  }

  .modal-form-btn.login-btn {
    margin-top: 12px;
  }

  .subscribe-content {
    padding: 35px;
  }

  .sub-img-div {
    width: 100%;
    height: 100%;
    padding: 0px 40px 25px 40px;
    text-align: center;
  }

  .sub-img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1/1;
    border-radius: 20px;
  }

  .the-story-card {
    flex-direction: column;
  }

  .btn-group:has(.see-all-btn) {
    flex-direction: row;
    gap: 10px;
  }

  .see-all-btn {
    height: 45px;
    border-radius: 11px;
    font-size: 14px;

    img {
      height: 17px;
    }
  }
}

@media screen and (max-width: 768px) {

  /* .container {
    width: 90%;
    max-width: 1170px;
  } */
  .swiper.mySwiper1 {

    padding-bottom: 30px;
  }

  .btn-group-donate-apply .btn {
    width: 100%;
    padding: 10px;
    border-radius: 6.25px;
    font-size: 12px;
  }

  .swiper.mySwiper1 {
    height: 150px !important;
  }

  .spacing {
    padding-block: 85px;
  }

  .event-list-swiper .swiper-slide {
    padding: 5px;
  }

  .modal-body {
    padding: 60px 25px;
  }

  .swiper.mySwiper2 .swiper-slide iframe {
    aspect-ratio: 16 / 9;
  }

  .swiper.mySwiper2 .swiper-slide {
    border-radius: 12px;
    overflow: hidden;
  }

  .mySwiper1 .swiper-slide {
    border-radius: 8px;
  }

  .donator-img {
    width: 44px;
    height: 44px;
  }

  .mySwiper1 .swiper-slide .play-icon-img {
    height: 35px !important;
    width: 35px !important;
  }

  .card-img-box {
    height: 250px;
    min-height: 250px;
    max-height: 250px;
  }
}

@media screen and (max-width: 480px) {
  .card-img-box {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }
}

img.application-picture-success-story {
  width: 100% !important;
  height: 250px !important;
  max-width: 100% !important;
  display: block !important;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
  visibility: visible !important;
  opacity: 1 !important;
}