.header-wrap {
  position: relative;
  z-index: 99;
}

.header-wrap header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 45px 0;
  z-index: 99;
}

.header-wrap header::before {
  display: none;
}

.header-wrap header .logo {
  display: inline-flex;
}

.header-wrap header .logo a {
  width: 373px;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}

.header-wrap header .logo a img {
  width: 100%;
  height: auto;
}

.header-wrap header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-wrap header .btn {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.about-section.freefunder {
  overflow: hidden;
  padding: 112px 0 24px;
}

.about-section.freefunder .about-content {
  position: relative;
  z-index: 1;
}

.about-section.freefunder .about-content .shape {
  position: absolute;
  right: 0;
  top: -179px;
  width: 50vw;
  padding-right: 170px;
  bottom: 0;
  z-index: -1;
}

.about-section.freefunder .about-content .shape img {
  width: 100%;
  position: relative;
  left: -126px;
}

.about-section.freefunder .about-img-holder {
  position: relative;
}

.about-section.freefunder .about-img-holder img {
  top: 3px;
  left: 5px;
}

.about-section.freefunder .about-img-holder .shape {
  position: absolute;
  width: 50vw;
  bottom: 323px;
}


/*********free funder step work************/
section.landing.free-funder-work-step {
  padding-top: 74px;
  padding-bottom: 90px;
  background: linear-gradient(258.63deg, rgba(255, 255, 255, 0) -29.2%, rgba(71, 179, 178, 0.12) 75.49%);
}

section.landing.free-funder-work-step .main-title {
  width: 100%;
  max-width: 837px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

section.landing.free-funder-work-step .main-title h5 {
  font-weight: 500 !important;
}

section.landing.free-funder-work-step .main-title h5 span {
  font-weight: 700 !important;
}

section.landing.free-funder-work-step .funder-work-box {
  margin-top: 40px;
}

section.landing.free-funder-work-step .main-title::after {
  content: "";
  width: 170px;
  height: 174px;
  position: absolute;
  background: linear-gradient(268.81deg, rgba(71, 179, 178, 0.0784313725) -48.55%, rgba(255, 255, 255, 0) 85.44%);
  right: 60px;
  top: -40px;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

section.landing.free-funder-work-step .main-title::after {
  right: -53px;
  top: -20px;
}

span.green-text {
  background: linear-gradient(118.95deg, #4DC0BF 27.03%, #009A98 64.97%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}


/*********featured on************/
section.featured-on {
  position: relative;
  padding: 60px 0 141px;
  /* overflow: hidden; */
}

section.featured-on .container {
  max-width: 1326px;
  position: relative;
  z-index: 1;
}

section.featured-on .container::after {
  right: -15px;
}

section.featured-on .featured-right-box {
  border-radius: 24px;
  background: #fff;
  padding: 52px 75px;
  border-radius: 24px;
}

section.featured-on .featured-right-box .logo-icon ul {
  column-gap: 70px;
  row-gap: 24px;
}

section.featured-on .item-content-holder .image-holder img {
  display: block;
  border-radius: 8px;
}

section.featured-on .raise-meter {
  position: relative;
  margin: 4px 4px 0;
  float: left;
  text-align: center;
  font-size: 16px;
}

section.featured-on .barOverflow {
  position: relative;
  overflow: hidden;
  width: 145px;
  height: 72.5px;
  margin-bottom: -14px;
}

section.featured-on .raise-meter .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 37px solid #DAF0F0;
  border-bottom-color: #47B3B2;
  border-right-color: #47B3B2;
}

section.featured-on .item-content-holder :is(.save, .location) {
  font-size: 12px;
}

section.featured-on .item-content-holder :is(.save, .location) span img {
  width: 15px;
  height: auto;
}

section.featured-on .item-content-holder .meter-pin {
  font-size: 18px;
}

section.featured-on .item-content-holder .meter-pin p {
  font-size: 10px;
}

section.featured-on .featured-card-list ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
  position: relative;
  padding: 0;
  max-width: 631px;
}

section.featured-on .featured-card-list ul li {
  max-width: 263px;
}

section.featured-on .featured-card-list ul li:nth-child(1) .item-content-holder {
  box-shadow: 0px 0px 34px 0px rgba(0, 148, 147, 0.1);
}

section.featured-on .featured-card-list ul li:nth-child(2) {
  position: absolute;
  top: 78px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}

section.featured-on .featured-card-list ul li:nth-child(2) .item-content-holder {
  box-shadow: 0px 0px 98px 0px rgba(0, 148, 147, 0.3);
}

section.featured-on .featured-card-list ul li:nth-child(3) .item-content-holder {
  box-shadow: 0px 0px 34px 0px rgba(0, 148, 147, 0.1);
}

/*********testimonial************/

.testimonial-card {
  padding: 40px 24px;
  border-radius: 10px;
  border-left: 4px solid #47b3b2;
  display: flex;
  box-shadow: 6px 6px 24px 0px rgba(0, 148, 147, 0.06);
  margin: 24px;
  background: #fff;
}

.testimonial-card .testimonial-img {
  width: 25.746%;
  height: 146px;
  border-radius: 10px;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.testimonial-card .testimonial-img .label {
  font-family: Rubik;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: center;
  padding: 1px;
  position: absolute;
  top: -7px;
  left: -20px;
  z-index: 1;
  color: #fff;
  text-transform: capitalize;
  background-image: linear-gradient(118.95deg, #4DC0BF 27.03%, #009A98 64.97%);
  transform: rotate(-30deg);
}

.testimonial-card .testimonial-img .label span {
  display: block;
  padding: 4px 68px 4px 28px;
  background: #44CECD;
}

.testimonial-card .testimonial-img .label::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
}

.testimonial-card .testimonial-info {
  width: 100%;
  padding-left: 109px;
  position: relative;
  z-index: 1;
}

.testimonial-card .testimonial-info .qoute-icon {
  position: absolute;
  top: -21px;
  left: 93px;
  z-index: -1;
}

.testimonial-card .testimonial-info::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 78px;
  left: 54px;
  margin: auto 0;
  background: #daf0f0;
}

.testimonial-card .testimonial-info h3 {
  font-size: 16px !important;
  line-height: 1.375 !important;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #001f1e;
  padding-bottom: 16px;
  margin: 0 !important;

}

.testimonial-card .testimonial-info p {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 400;
  margin: 0;
}

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

.testimonial-wrap {
  position: relative;
  padding: 60px 0 78px;
}

/* .testimonial-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 683px;
  height: 683px;
  background: linear-gradient(320.16deg, rgba(255, 255, 255, 0) 26.19%, #47B3B2 46.34%, rgba(255, 255, 255, 0) 66.81%);
  border-radius: 100%;
  opacity: 0.08;
} */

.testimonial-wrap .testimonial-slider {
  max-width: 1053px;
  margin: 0 auto;
  z-index: 1;
}

.testimonial-wrap .testimonial-slider::after {
  content: "";
  position: absolute;
  top: -216px;
  left: -28%;
  bottom: 0;
  width: 683px;
  height: 683px;
  background: linear-gradient(320.16deg, rgba(255, 255, 255, 0) 26.19%, #47B3B2 46.34%, rgba(255, 255, 255, 0) 66.81%);
  border-radius: 100%;
  opacity: 0.08;
  z-index: -1;
}

.testimonial-wrap .testimonial-slider .slick-dots li {
  display: inline-flex;
}

.testimonial-wrap .testimonial-slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #daf0f0;
  border: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  /* z-index: 1; */
}

.testimonial-wrap .testimonial-slider .slick-dots li button::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background-image: linear-gradient(118.95deg, #009290 27.03%, #006362 64.97%);
  border-radius: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.testimonial-wrap .testimonial-slider .slick-dots li.slick-active button {
  background: #fff;
}

.testimonial-wrap .testimonial-slider .slick-dots li.slick-active button::after {
  opacity: 1;
}

.hero-memorial-expenses {
  overflow: hidden;
  padding: 264px 0 0;
  position: relative;
}

.hero-memorial-expenses::after {
  content: "";
  position: absolute;
  top: -87px;
  left: -91px;
  width: 364px;
  height: 364px;
  opacity: 0.08;
  border-radius: 100%;
  background: linear-gradient(329.63deg, #47B3B2 4.47%, rgba(255, 255, 255, 0) 64.76%);
}

.hero-memorial-expenses .hero-content {
  position: relative;
  z-index: 9;
}

.hero-memorial-expenses .hero-content .title {
  font-size: 70px !important;
  line-height: 1.142 !important;
  padding-right: 44px;
  padding-bottom: 8px;
  color: #001F1E;
}

.hero-memorial-expenses .hero-content .discription {
  max-width: 540px;
}

.hero-memorial-graphic {
  position: relative;
  height: 615px;
  width: 615px;
  margin: -84px 0 0 -156px;
}

.hero-memorial-graphic::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -20px;
  right: 0;
  bottom: 18px;
  border-radius: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26.46%, rgba(71, 179, 178, 0.24) 75.91%);
}

.hero-memorial-graphic .memorial-user-card {
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 154px;
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  box-shadow: 4.3px 4.3px 17.18px 0px rgba(0, 148, 147, 0.06);
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  z-index: 3;
}

.hero-memorial-graphic .memorial-user-card .img {
  margin: 0 auto;
  width: 62px;
  height: 62px;
  border-radius: 100px;
  background: #fff;
}

.hero-memorial-graphic .memorial-user-card .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-memorial-graphic .memorial-user-card .info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.076;
  text-align: center;
  color: #475757;
  padding-bottom: 2px;
}

.hero-memorial-graphic .memorial-user-card .info .price {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  letter-spacing: -0.02em;
  text-align: center;
  color: #001f1e;
  padding-bottom: 2px;
}

.hero-memorial-graphic .memorial-user-card .info .parent {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.142;
  text-align: center;
  color: #001f1e;
}

.hero-memorial-graphic .mobile-card.one {
  display: inline-block;
  position: absolute;
  left: 22px;
  bottom: 18px;
  z-index: 2;
}

.hero-memorial-graphic .mobile-card.one .item-content-holder {
  position: absolute;
  top: 92px;
  right: 60px;
  border-radius: 0;
  background: transparent;
}

.hero-memorial-graphic .mobile-card.one .raise-meter {
  position: relative;
  margin: 4px 4px 0;
  float: left;
  text-align: center;
  font-size: 16px;
}

.hero-memorial-graphic .mobile-card.one .barOverflow {
  position: relative;
  overflow: hidden;
  width: 145px;
  height: 72.5px;
  margin-bottom: -14px;
}

.hero-memorial-graphic .mobile-card.one .meter-pin {
  font-size: 14px;
}

.hero-memorial-graphic .mobile-card.one .raise-meter .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 37px solid #DAF0F0;
  border-bottom-color: #47B3B2;
  border-right-color: #47B3B2;
}

.hero-memorial-graphic .mobile-card.one .slide-title {
  font-size: 18px;
  margin: 26px 0 7px;
}

.hero-memorial-graphic .mobile-card.one .item-footer {
  font-size: 14px;
}

.hero-memorial-graphic .mobile-card.one .item-footer>div {
  column-gap: 7px;
}

.hero-memorial-graphic .mobile-card.one .item-footer>div span {
  margin: 0 !important;
  width: 14px;
  height: auto;
}

.hero-memorial-graphic .mobile-card.one .item-footer>div span img {
  width: 14px;
  height: auto;
}

.hero-memorial-graphic .mobile-card.one .money-raised {
  font-size: 24px !important;
}

.hero-memorial-graphic .mobile-card.one .image-holder {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  padding-bottom: 120px;
}

.hero-memorial-graphic .mobile-card.one .image-holder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-memorial-graphic .mobile-card.one .fees-box {
  width: 104px;
  position: absolute;
  top: -13px;
  left: 44px;
  border-radius: 14px;
  padding: 21px 16px;
  background: linear-gradient(118.95deg, #4DC0BF 27.03%, #009A98 64.97%);
  z-index: 2;
}

.hero-memorial-graphic .mobile-card.one .fees-box h3 {
  font-size: 31px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
  text-align: center !important;
  color: #fff !important;
  margin-bottom: -1px;
}

.hero-memorial-graphic .mobile-card.one .fees-box span {
  display: inline-flex;
  font-family: Century Gothic;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  color: #fff;
}

.hero-memorial-graphic .mobile-card.two {
  position: absolute;
  right: -50px;
  bottom: -36px;
  z-index: 3;
}

.hero-memorial-graphic .mobile-card.two .img {
  display: inline-block;
}

.hero-memorial-graphic .mobile-card.two .content {
  position: absolute;
  top: 107px;
  left: 93px;
}

.hero-memorial-graphic .mobile-card.two .content h3 {
  font-family: Rubik !important;
  font-weight: 700 !important;
  font-size: 25px !important;
  line-height: 20px !important;
  letter-spacing: -0.03em !important;
  text-align: center !important;
  color: #001f1e !important;
}

.hero-memorial-graphic .mobile-card.two .content img {
  margin: -36px 0 -22px;
}

.hero-memorial-graphic .mobile-card.two .content ul {
  display: flex;
  flex-direction: column;
  row-gap: 9px;
  list-style: none;
}

.hero-memorial-graphic .mobile-card.two .content ul li {
  font-family: Century Gothic;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #004e4d;
  padding-left: 31px;
  position: relative;
}

.hero-memorial-graphic .mobile-card.two .content ul li::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.233459' y='0.633179' width='14.9345' height='14.9345' rx='2.80023' fill='%2347B3B2'/%3E%3Cpath d='M6.17846 11.7562L3.034 8.61178L4.13456 7.51122L6.17846 9.55512L11.3668 4.36676L12.4674 5.46732L6.17846 11.7562Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center;
}

.create-freefunder-section.landing .green-card {
  overflow: hidden;
  position: relative;
}

.create-freefunder-section.landing .green-card img {
  position: absolute;
  inset: 0;
  object-fit: cover;
}

#footer {
  overflow: hidden;
  position: relative;
}

#footer .footer-shape {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.artwork-work {
  display: inline-block;
  position: relative;
  z-index: -1;
}

.artwork-work .circle {
  position: relative;
  width: 562px;
  height: 562px;
  overflow: hidden;
  border-radius: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 56px 0 70px;
}

.artwork-work .circle::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(0deg, #47b3b1 0%, #47b3b1 19%, #ffffff 100%);
  opacity: 0.24;
}

.artwork-work .circle ul {
  width: 100%;
  position: relative;
  background: rgb(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  padding: 36px 35px 20px 23px;
  /* row-gap: 10px; */
  list-style: none;
  margin: 0;
  z-index: 1;
}

.artwork-work .circle ul li {
  display: flex;
  padding-bottom: 10px;
}

.artwork-work .circle ul li .card {
  text-align: left !important;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 8px 22px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  border: 0;
  z-index: 1;
  border-radius: 50px;
}

.artwork-work .circle ul li .card:hover {
  box-shadow: 10px 0 10px rgb(0, 148, 147, 0.1);
}

.artwork-work .circle ul li .card .card-img {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

.artwork-work .circle ul li .card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: initial;
}

.artwork-work .circle ul li .card .card-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px;
  width: 100%;
  column-gap: 10px;
  padding-left: 10px;
}

.artwork-work .circle ul li .card .card-info h3 {
  font-size: 14px !important;
  line-height: 1.2 !important;
  padding-bottom: 2px;
  margin: 0;
}

.artwork-work .circle ul li .card .card-info span {
  font-weight: 700;
  font-size: 20px !important;
  line-height: 1.2 !important;
  padding-bottom: 10px;
  margin: 0;
  font-family: Rubik !important;
}

.artwork-work .circle .raise-meter-box {
  width: 66px;
  height: 66px;
  border-radius: 100%;
  background: #daf2f2;
  display: grid;
  place-items: center;
}

.artwork-work .progress-container {
  display: grid;
  place-items: center;
  position: relative;
  width: 54px;
  height: 54px;
}

.artwork-work svg {
  transform: scaleX(-1);
}

.artwork-work .progress-circle-bg,
.artwork-work .progress-circle {
  fill: none;
  stroke-width: 3;
}

.artwork-work .progress-circle-bg {
  stroke: #d0f1f0;
}

.artwork-work .progress-circle {
  stroke: url(#grad);
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: center;
  stroke-dasharray: 160.22;
  stroke-dashoffset: 160.22;
  transition: stroke-dashoffset 1s ease-out;
}

.artwork-work .progress-text {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.artwork-work .progress-text .percent {
  font-family: "Rubik";
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(90deg, rgba(0, 30, 30, 1) 0%, rgba(0, 129, 128, 1) 50%, rgba(0, 30, 30, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.artwork-work .progress-text .label {
  font-size: 8px;
  line-height: 1;
  color: #425757;
  font-family: "Century Gothic", sans-serif;
}

.artwork-work .fixed-ring {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 3px solid #006867;
  border-radius: 50%;
  background: white;
  top: 2px;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

.artwork-work .fast-support {
  display: inline-flex;
  position: absolute;
  z-index: 1;
  left: -50px;
  bottom: 143px;
}

.artwork-work .fast-support .icon-box {
  width: 92px;
  height: 92px;
  background: #fff;
  border-radius: 100%;
  display: grid;
  place-items: center;
  padding: 19px;
}

.artwork-work .fast-support .icon-box img {
  width: 100%;
  height: auto;
  position: initial;
  z-index: 1;
}

.artwork-work .fast-support h3 {
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  color: #001f1e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  text-align: center;
  margin: 0;
}

.artwork-work .fees-box {
  width: 95px;
  position: absolute;
  top: 92px;
  right: 2px;
  border-radius: 14px;
  padding: 17px 16px;
  background: #47b3b1;
  z-index: 2;
}

.artwork-work .fees-box h3 {
  font-size: 31px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.03em !important;
  text-align: center !important;
  color: #fff !important;
  margin-bottom: -4px;
}

.artwork-work .fees-box span {
  display: inline-flex;
  font-family: Century Gothic;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  color: #fff;
}

.artwork-work .donate-box {
  background: #fff;
  border-radius: 12px;
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  padding: 20px;
  position: absolute;
  z-index: 2;
  right: -72px;
  bottom: 137px;
  filter: drop-shadow(-4px 6.928px 12px rgba(0, 146, 148, 0.1));
}

.artwork-work .donate-box img {
  width: 100%;
  height: auto;
  position: initial;
  z-index: 1;
}

.artwork-work .shape {
  position: absolute;
  right: -182px;
  bottom: 210px;
  z-index: 1;
  width: 280px;
}

.artwork-work .shape img {
  width: 100%;
  height: auto;
  position: initial;
  z-index: 1;
}

/* .artwork-work .slick-track {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
} */


.home-hero-section {
  overflow: hidden;
}

@media(min-width:767.99px) {
  section.landing.free-funder-work-step .funder-work-card .series {
    font-size: 48px !important;
  }
}

@media(min-width:768px) {
  section.featured-on .container::after {
    content: "";
    position: absolute;
    top: -120px;
    /* right: -15px; */
    width: 168px;
    height: 168px;
    background: linear-gradient(358.82deg, #47B3B2 -3.96%, rgba(255, 255, 255, 0) 119.98%);
    opacity: 0.14;
    z-index: -1;
  }

  .testimonial-wrap .testimonial-slider .slick-dots {
    margin: 0;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: -32px;
    bottom: 0;
    row-gap: 16px;
  }

  .menu-toggle {
    display: none;
  }
}

@media (max-width:991px) and (min-width:767px) {

  .free-funder-work-step .slider-row,
  .plateform-box .slider-row {
    display: flex !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: left !important;
  }

  .free-funder-work-step .slider-row .card-row,
  .plateform-box .slider-row .card-row {
    max-width: 316px !important;
    width: 100%;
    min-width: 316px;
  }

  section.landing.free-funder-work-step .funder-work-card {
    padding: 0px 10px !important;
  }

}

@media (max-width:1440px) {
  section.featured-on .container::after {
    right: 0px;
  }
}

@media (max-width:1279px) {
  .hero-memorial-expenses .hero-content .title {
    font-size: 64px !important;
  }

  .header-wrap header .logo a {
    width: 250px;
  }

  .testimonial-wrap .testimonial-slider::after {
    top: -150px;
    width: 583px;
    height: 583px;
  }

  .artwork-work {
    transform: scale(0.6);
    margin: -70px 0;
  }
}

@media (max-width:1199px) {
  .hero-memorial-expenses .hero-content .title {
    font-size: 54px !important;
  }

  .hero-memorial-graphic {
    transform: scale(0.75);
  }

  .testimonial-wrap .testimonial-slider .slick-dots {
    right: -10px;
  }

  .testimonial-wrap .testimonial-slider::after {
    top: -100px;
    width: 483px;
    height: 483px;
  }
}

@media (max-width:991px) {
  .header-wrap header .logo a {
    width: 230px;
  }

  .hero-memorial-expenses .hero-content {
    text-align: center;
  }

  .hero-memorial-expenses .hero-content .title {
    font-size: 44px !important;
    padding: 0 0 14px;
    margin: 0 !important;
  }

  .hero-memorial-expenses .hero-content .discription {
    margin-top: 7px !important;
  }

  .hero-memorial-graphic {
    margin: 0 auto;
  }

  section.landing.free-funder-work-step {
    padding-top: 45px;
    padding-bottom: 80px;
  }

  section.landing.free-funder-work-step .main-title h1 {
    font-size: 50px !important;
    line-height: 60px !important;
  }

  section.landing.free-funder-work-step .funder-work-box {
    margin-top: 30px;
  }

  section.landing.free-funder-work-step .funder-work-card {
    padding: 0px 30px;
  }

  section.featured-on {
    padding: 60px 0 70px;
  }

  .testimonial-wrap .testimonial-slider::after {
    top: -80px;
    width: 383px;
    height: 383px;
  }

  .testimonial-card .testimonial-info {
    padding-left: 60px;
  }

  .testimonial-card .testimonial-info::after {
    left: 30px;
  }

  .about-section.freefunder .about-img-holder img {
    top: 0;
  }

  section.about-section .about-content {
    margin: 0;
  }
}

@media (max-width:767px) {
  .header-wrap header {
    padding: 24px 0;
  }

  .header-wrap header .header-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    padding: 20px;
    text-align: center;
  }

  header .menu-toggle button {
    border: 0;
    padding: 0;
    background: transparent;
  }

  .hero-memorial-expenses {
    padding: 100px 0 50px;
    margin: 0 0 -210px;
  }

  .hero-memorial-expenses::after {
    display: none;
  }

  .hero-memorial-expenses .hero-content .title {
    font-size: 34px !important;
  }

  .about-section.freefunder .about-content .shape,
  .about-section.freefunder .about-img-holder .shape {
    display: none;
  }

  .hero-memorial-graphic {
    transform: scale(0.6);
    /* margin: -84px 0 0 -156px; */
    margin: -84px auto 0 -12.5%;
  }

  .hero-memorial-graphic .memorial-user-card {
    display: none;
  }

  section.landing.free-funder-work-step .main-title:after {
    display: none;
  }

  .free-funder-work-step .btn {
    margin-top: 40px;
  }

  section.featured-on {
    padding: 54px 0 64px;
  }

  section.featured-on .featured-card-list ul {
    max-width: 455px;
  }

  /* section.featured-on .featured-card-list ul li {
    padding-bottom: 60px;
  } */

  section.featured-on .featured-card-list ul li:nth-child(2) {
    top: 60px;
    left: auto;
  }

  section.featured-on .featured-card-list ul li:nth-child(3) {
    display: none !important;
  }

  section.featured-on .featured-right-box {
    padding: 52px 20px 0;
  }

  .testimonial-card {
    flex-direction: column;
    row-gap: 54px;
    padding: 44px 48px;
    border-top: 4px solid #47b3b2;
    border-left: 0;
    margin: 24px 0;
  }

  .testimonial-card .testimonial-img {
    width: 100%;
  }

  .testimonial-card .testimonial-info {
    padding-left: 0;
  }

  .testimonial-card .testimonial-info::after {
    display: none;
  }

  .testimonial-wrap .testimonial-slider .slick-dots {
    margin-top: 0;
  }

  .testimonial-card .testimonial-info .qoute-icon {
    position: absolute;
    top: -21px;
    left: -16px;
    z-index: -1;
  }

  .testimonial-wrap {
    padding: 60px 0 8px;
  }

  .testimonial-wrap .testimonial-slider::after {
    display: none;
  }

  .faq-section.landing .title-two,
  section.about-section.freefunder .title,
  section.landing.free-funder-work-step .main-title h1,
  .why-freefunder-section.landing .title-two {
    font-size: 34px !important;
    line-height: 1.235 !important;
  }

  .featured-on h5.money-raised {
    font-size: 22px !important;
  }

  .featured-on .slide-title {
    font-size: 15px !important;
  }

  section.featured-on .item-content-holder .image-holder img {
    width: 100%;
  }

  section.featured-on .item-content-holder {
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  .hero-memorial-graphic {
    margin: -84px auto 0 -10%;
  }

  .artwork-work {
    transform: scale(0.5);
    /* margin-left: -28%; */
    margin-left: -10%;
  }
}

@media (max-width: 575px) {
  .hero-memorial-graphic {
    margin: -84px 0 0 -18%;
  }
}

@media (max-width: 479.98px) {
  .why-freefunder-section.landing .col-6 {
    width: 50%;
    max-width: 50%;
  }
}

@media (max-width: 480px) {
  .hero-memorial-graphic {
    margin: -84px 0 0 -42%;
  }

  .artwork-work {
    transform: scale(0.45);
    margin: -120px 0 -120px -100px;
  }
}



/* === 29-10-25 === */
.about-section .discription a,
.why-freefunder-section .color-primary a {
  color: #47b3b2;
}

.about-section.medical-fundraising {
  padding: 98px 0 30px;
}

.hero-memorial-expenses.hero-medical {
  padding-bottom: 45px;
  padding-top: 194px;
}

.hero-memorial-expenses.hero-medical .hero-content .title {
  font-size: 48px !important;
  line-height: 1.333 !important;
}

.hero-memorial-expenses.hero-medical .hero-content .discription {
  max-width: 620px;
  font-family: "Century Gothic", sans-serif;
}

.hero-memorial-expenses.hero-medical .hero-content .list {
  padding-top: 33px;
  max-width: 668px;
}

.hero-memorial-expenses.hero-medical .hero-content .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  row-gap: 34px;
  padding: 0;
  list-style: none;
  position: relative;
}

.hero-memorial-expenses.hero-medical .hero-content .list ul li {
  padding: 0 30px;
  width: 50%;
  display: flex;
}

.hero-memorial-expenses.hero-medical .hero-content .list ul li .icon-box {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.hero-memorial-expenses.hero-medical .hero-content .list ul li .info {
  font-family: "Century Gothic", sans-serif;
  color: #475757;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  padding-left: 16px;
  width: 100%;
}

.hero-memorial-expenses.hero-medical .hero-content .list ul li .info h3 {
  font-size: 24px !important;
  line-height: 1.3333 !important;
  font-weight: 700;
  color: #001F1E;
  margin: 0;
}

.hero-memorial-expenses.hero-medical .hero-content .list ul li .info p {
  margin: 0;
}

.hero-memorial-expenses.hero-medical .featured-slider-wrap {
  background: #fff;
  padding: 26px 0px 26px 20px;
}

.hero-memorial-expenses.hero-medical .featured-slider-wrap .title-three {
  font-family: "Rubik";
  font-size: 20px !important;
  line-height: 1.1363;
  font-weight: 700;
  padding-bottom: 22px;
  margin: 0;
  letter-spacing: -0.02em;
  color: #001F1E;
}

.hero-memorial-expenses.hero-medical .featured-slider-wrap .featured-slider .slick-slide a {
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: auto;
}

.hero-memorial-expenses.hero-medical .featured-slider-wrap .slider-wrap {
  overflow: hidden;
}

.hero-memorial-expenses.hero-medical .featured-slider-wrap .featured-slider {
  margin: 0 -18px;
}

.hero-memorial-expenses.hero-medical .featured-slider-wrap .featured-slider .slick-track {
  display: flex;
}

.hero-memorial-expenses.hero-medical .featured-slider-wrap .featured-slider .slick-slide {
  padding: 0 18px;
}

.hero-memorial-expenses.hero-medical .featured-slider-wrap .featured-slider .slick-slide a img {
  height: 45px;
  width: auto;
}

.donationToast {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 99;
  width: 490px;
  border: 0;
  border-radius: 0;
}

.donate-section-inner {
  max-width: 490px;
  padding: 18px 28px;
  padding: 24px 18px 24px 18px;
  background: linear-gradient(270deg, rgba(71, 179, 178, 0.12) 8.33%, rgba(255, 255, 255, 0) 114.49%), #FFFFFF;
  box-shadow: -8px 14px 34px rgba(0, 148, 147, 0.08);
  border-radius: 8px 0px 0px 8px;
  border: 2px solid #47B3B2;
  margin-left: auto;
  display: flex;
  gap: 24px;
}

.donation-amount {
  padding: 27px 18px;
  border-radius: 6px;
  background: url('../images/danation-ammount-bg.svg') center center;
  background-size: cover;
  font-size: 34px;
  line-height: 1.26;
  font-weight: 700;
  color: #fff;
  font-family: "Rubik";
  display: inline-flex;
  flex-shrink: 1;
  white-space: nowrap;
}

.donation-title {
  font-family: 'Rubik';
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #001F1E;
  margin-bottom: 8px;
}

.donation-title span {
  display: block;
  color: #47B3B2;
}

.donation-time {
  font-family: "Century Gothic", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #475757;
}

.success-story-box {
  cursor: pointer;
  padding: 24px 34px 24px 24px;
  border: 1px solid #DAF0F0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.success-story-box .img-cover {
  border-radius: 8px;
  overflow: hidden;
  width: 141px;
  height: 106px;
  display: block;
  flex-shrink: 0;
  position: relative;
}

.success-story-box .img-cover img:not(.ribbon) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.success-story-box .img-cover img.ribbon {
  position: absolute;
  top: 0;
  left: 0;
}

.success-story-box .info {
  width: 100%;
  padding-left: 30px;
}

.success-story-box .info h3 {
  font-size: 24px !important;
  line-height: 1.3333 !important;
  font-weight: 700;
  color: #001F1E;
  margin: 0;
}

.active .success-story-box {
  border-color: #009A98;
  border-width: 2px;
  /* box-shadow: 0 0 0 1px #009A98; */
  box-shadow: 0px 0px 34px rgba(0, 148, 147, 0.1);
}

.section-success-story {
  padding: 95px 0 84px;
  position: relative;
  z-index: 1;
}

.success-story-box-large {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #DAF0F0;
  box-shadow: 6px 6px 24px 0px #0094930F;
  padding: 34px 48px;
  font-family: "Century Gothic", sans-serif;
}

.success-story-box-large .box-img-meter {
  display: flex;
  justify-content: space-between;
}

.success-story-box-large .box-img-meter .box-img {
  border-radius: 8px;
  overflow: hidden;
  width: 188px;
  height: 137px;
  display: block;
  flex-shrink: 0;
  position: relative;
}

.success-story-box-large .box-img-meter .box-img img:not(.ribbon) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.success-story-box-large .box-img-meter .box-img img.ribbon {
  width: 102px;
  position: absolute;
  top: 0;
  left: 0;
}

.success-story-box-large .box-meter {
  text-align: right;
  width: 100%;
  padding-right: 17px;
}

.success-story-box-large .box-meter h3 {
  font-weight: 700;
  font-size: 30px !important;
  line-height: 1.333 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 16px;
}

.success-story-box-large .raise-meter-holder .raise-meter {
  position: relative;
  margin: 4px 4px 0;
  float: left;
  text-align: center;
  font-size: 16px;
}

.success-story-box-large .raise-meter-holder .barOverflow {
  position: relative;
  overflow: hidden;
  width: 145px;
  height: 72.5px;
  margin-bottom: -14px;
}

.success-story-box-large .raise-meter-holder .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 37px solid #DAF0F0;
  border-bottom-color: #47B3B2;
  border-right-color: #47B3B2;
}

.success-story-box-large .box-content {
  font-family: "Century Gothic", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #001F1E;
}

.success-story-box-large .box-content .sub-text {
  font-size: 18px;
}

.success-story-box-large .box-content h3 {
  font-weight: 700;
  font-size: 30px !important;
  line-height: 1.333 !important;
  letter-spacing: -0.03em !important;
  margin-bottom: 12px;
}

.success-story-location-info {
  text-decoration: none;
  color: #475757;
  font-size: 12px;
}

.success-story-box-large .box-content .item-footer {
  padding-bottom: 28px;
}

.success-story-box-large .box-content .name {
  font-family: "Rubik";
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #001F1E;
}

.section-success-story .title-holder {
  font-family: "Century Gothic", sans-serif;
}

.section-success-story .nav-tab-content {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

.section-success-story .nav-tab-content .nav-content-col {
  width: 44.299%;
  padding-right: 48px;
}

.section-success-story .nav-tab-content .tab-content-col {
  width: 55.701%;
}

.section-success-story .nav-tab-content .nav {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}

.section-success-story .nav-tab-content .nav li {
  width: 100%;
}

@media (min-width:768px) {
  .hero-memorial-expenses.hero-medical .hero-content .list ul::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 1px;
    background: #DAF0F0;
  }

  .section-success-story .nav-tab-content .tab-content {
    height: 100%;
    padding: 48px;
    border-radius: 18px;
    background: linear-gradient(130.26deg, rgba(228, 247, 247, 0.54) 0.5%, rgba(218, 240, 240, 0.216) 45.31%, rgba(230, 247, 247, 0.54) 99.16%);
  }
}

@media (max-width:1199px) {
  .section-success-story .nav-tab-content .nav-content-col {
    padding-right: 30px;
  }
}

@media (max-width:991px) {
  .about-section.medical-fundraising {
    padding: 50px 0 30px;
  }

  .about-section.medical-fundraising .about-content {
    margin-top: -50px;
  }

  .hero-memorial-expenses.hero-medical .featured-slider-wrap {
    width: 100%;
    padding: 14px 0 21px;
  }

  .hero-memorial-expenses.hero-medical .hero-content .list {
    padding-top: 48px;
  }

  .success-story-box {
    padding: 9px 8px;
  }

  .success-story-box .img-cover {
    width: 96px;
    height: 70px;
  }

  .success-story-box .img-cover img.ribbon {
    width: 66px;
  }

  .success-story-box .info {
    padding-left: 18px;
  }

  .success-story-box .info h3 {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }

  .section-success-story .nav-tab-content .nav-content-col {
    width: 100%;
    padding: 0;
  }

  .section-success-story .nav-tab-content .nav {
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 18px;
    overflow: auto;
    padding: 2px 0;
  }

  .section-success-story .nav-tab-content .nav li {
    min-width: 278px;
    width: initial;
  }

  .section-success-story .nav-tab-content .tab-content-col {
    width: 100%;
    padding-top: 24px;
  }
}

@media (max-width:767px) {
  .about-section.medical-fundraising .about-content {
    margin-top: -70px;
  }

  .hero-memorial-expenses.hero-medical {
    margin-bottom: 0;
  }

  .hero-memorial-expenses.hero-medical .hero-content .title {
    font-size: 34px !important;
    padding: 0 0 6px;
  }

  .hero-memorial-expenses.hero-medical .hero-content .list ul {
    row-gap: 20px;
  }

  .hero-memorial-expenses.hero-medical .hero-content .list ul li {
    width: 100%;
    flex-direction: row;
    row-gap: 16px;
  }

  .hero-memorial-expenses.hero-medical .hero-content .list ul li .info {
    padding-left: 10px;
  }

  .success-story-box-large {
    padding: 24px 18px 34px;
  }

  .success-story-box-large .box-img-meter {
    flex-direction: column;
    row-gap: 30px;
  }

  .success-story-box-large .box-img-meter .box-img {
    margin: 0 auto;
  }

  .success-story-box-large .box-meter {
    padding: 0;
    text-align: center;
  }

  .success-story-box-large .box-content {
    text-align: center;
  }

  .success-story-box-large .box-meter h3 {
    color: #47B3B2 !important;
  }

  .success-story-box-large .box-content .item-footer {
    justify-content: center;
  }

  .section-success-story {
    padding: 0px 0 13px;
  }

  .section-success-story .title-holder::after,
  .section-success-story .title-holder::before {
    display: none;
  }

  .section-success-story h2.title-two {
    font-size: 42px !important;
  }

  .hero-memorial-expenses.hero-medical {
    padding-top: 100px;
  }

  /* .donate-section {
    padding: 40px 0;
  } */

  .donationToast {
    width: 300px;
  }

  .donationToast .donate-section-inner {
    padding: 10px;
    gap: 15px;
  }

  .donationToast .donate-section-inner .donation-amount {
    padding: 15px 10px;
    font-size: 16px;
  }

  .donationToast .donate-section-inner .donation-title {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
  }
}

/* === 29-10-25 === */