:root {
  --global-font: "GT Walsheim Pro", Sans-serif;
  --primary-color: #8ce476;
  --dark-color: #123218;
  --light-color: #ffffff;
  --hover-color: #81d26d;
}

*,
*:after,
*::before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

label {
  transition: 0.3s;
}

img,
svg {
  max-width: 100%;
  vertical-align: middle;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

svg,
path {
  transition: 0.3s;
}

button:focus {
  outline: 0 !important;
}

.container {
  width: clamp(320px, 93%, 1230px);
  margin: 0 auto;
  padding: 0 15px;
}

.flex-ctr-spb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-auto-spb {
  display: flex;
  justify-content: space-between;
}

.flex-ctr {
  display: flex;
  align-items: center;
}

.flex-ctr-ctr {
  display: flex;
  align-items: center;
  justify-content: center;
}

.select2-results__option {
  padding-left: 18px;
  font-size: 15px;
}

.place-order .btn-primary,
.donation-steps .btn-primary {
  font-size: 18px;
  line-height: 1;
  font-family: var(--global-font);
  font-weight: 400;
  color: #000000;
  background-color: var(--primary-color);
  cursor: pointer;
  transition: 0.3s;
  border: none;
  padding: 16px 30px;
  border-radius: 150px;
  text-align: center;
  letter-spacing: 0 !important;
}

.place-order .btn-primary:hover,
.donation-steps .btn-primary:focus,
.donation-steps .btn-primary:hover {
  background-color: var(--hover-color);
  outline: none;
  box-shadow: none;
  color: #000000;
}

body .place-order .btn-primary:not(:disabled):not(.disabled):active,
body .donation-steps .btn-primary:not(:disabled):not(.disabled):active,
body .donation-steps .btn-primary:active {
  background-color: #000000;
  color: #ffffff;
  outline: none;
  box-shadow: none;
}

@media (max-width: 575px) {
  .donation-steps .btn-primary {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .container {
    width: 100%;
  }
}

/* ********* Donation Steps *********** */
.donation-steps {
  position: relative;
  z-index: 1;
}

.donation-steps__bg {
  margin: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.donation-steps__bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.steps__levels {
  gap: 135px;
  padding-bottom: 30px;
}

.steps__row {
  position: relative;
}

.donation-steps .steps__row-btn:focus,
.donation-steps .steps__row-btn:hover {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.donation-steps .steps__row-btn:hover svg rect {
  stroke: var(--hover-color);
  fill: var(--hover-color);
}

.donation-steps .woocommerce-checkout {
  padding-top: 30px;
}

.donation-steps .steps__row-btn {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  gap: 12px;
  font-size: 16px;
  line-height: 1;
  font-family: var(--global-font);
  font-weight: 500;
  color: var(--dark-color);
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

.donation-steps .steps__row-btn svg {
  margin-right: 12px;
}

.steps__level {
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--global-font);
  font-weight: 500;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #a4b8a7;
  background-color: transparent;
  border: 2px solid #a4b8a7;
  transition: 0.3s;
  position: relative;
}

.steps__level::before {
  content: "";
  height: 2px;
  width: 115px;
  background-color: #a4b8a7;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  transform: translateY(-50%);
  transition: 0.3s;
}

.steps__level:first-of-type::before {
  display: none;
}

.active-level.steps__level {
  color: var(--light-color);
  background-color: #123218;
  border-color: transparent;
}

.active-level.steps__level::before {
  background-color: #123218;
}

.steps__level-text {
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  color: #a4b8a7;
  white-space: nowrap;
  z-index: 1;
}

.checkout-levels .active-level:not(.text-show)::after {
  position: absolute;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAyOSAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTQuNSIgY3k9IjE0LjUiIHI9IjE0LjUiIGZpbGw9IiMxMjMyMTgiLz4KPHBhdGggZD0iTTkgMTQuNUwxMyAxOC41TDIwIDEwIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  top: -2px;
  left: -2px;
  z-index: 9;
  height: 29px;
}

.active-level .steps__level-text {
  color: var(--dark-color);
}

.steps__inner {
  padding-top: 20px;
}

.wc-stripe-card-icons-container img {
  display: none !important;
}

.wc_payment_method.payment_method_ppcp label {
  line-height: 2.5;
}

.wc_payment_method.payment_method_ppcp img {
  padding: 15px !important;
  background-color: #ffffff;
  max-height: initial !important;
  border-radius: 10px !important;
}

@media (max-width: 1080px) {
  .steps__levels {
    gap: 100px;
  }

  .steps__level::before {
    width: 85px;
  }
}

@media (max-width: 991px) {
  .step-prev__text {
    display: none;
  }

  .donation-steps .steps__row-btn,
  .steps__level-text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .donation-steps .steps__row-btn.step-prev {
    top: 16px;
    left: 0px;
    font-size: 0;
  }

  /* .checkout-levels .active-level:not(.text-show) .steps__level-text, */
  .steps__level .steps__level-text {
    display: none;
  }

  .steps__level.active-level.text-show .steps__level-text {
    display: block;
  }
}

@media (max-width: 575px) {
  .steps__level {
    height: 26px;
    width: 26px;
  }

  .steps__levels {
    gap: 65px;
  }

  .steps__level::before {
    width: 46px;
  }
}

/* ************* Step ************ */
.slick-slider .slick-arrow {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDMyMCA1MTIiPjxwYXRoIGQ9Ik05LjQgMjMzLjRjLTEyLjUgMTIuNS0xMi41IDMyLjggMCA0NS4zbDE5MiAxOTJjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0w3Ny4zIDI1NiAyNDYuNiA4Ni42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwbC0xOTIgMTkyeiIvPjwvc3ZnPg==");
  border-radius: 0;
  border: 0 !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0 !important;
  background-color: transparent !important;
  opacity: 0;
}

.slick-slider:hover .slick-arrow {
  opacity: 1;
}

.slick-slider.tab-slider .slick-arrow {
  height: 24px;
  width: 24px;
  padding: 0;
  top: 7px;
  left: -24px;
  right: auto;
  position: absolute;
  z-index: 99;
  transition: 0.3s;
  box-shadow: none !important;
}

.slick-slider.tab-slider .slick-arrow.slick-next {
  left: auto;
  right: -24px;
  transform: rotate(180deg);
}

.slick-slider.cards-slider .slick-arrow {
  height: 40px;
  width: 40px;
  padding: 0;
  top: calc(50% - 20px);
  left: 10px;
  right: auto;
  position: absolute;
  z-index: 99;
  transition: 0.3s;
  background-color: #ffffff !important;
  background-size: 12px;
  box-shadow: 0 5px 34px 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}

.slick-slider.cards-slider .slick-arrow.slick-disabled {
  opacity: 0.4;
}

.slick-slider.cards-slider .slick-arrow.slick-next {
  left: auto;
  right: 10px;
  transform: rotate(180deg);
}

@media (max-width: 575px) {
  .slick-slider .slick-arrow {
    display: none !important;
  }
}

.step__content.flex-auto-spb {
  gap: 20px;
}

.step__preview-content {
  position: relative;
}

.step__main-content,
.step__preview-content {
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--light-color);
}

.step-2 .step__preview-content {
  background-color: rgba(255, 255, 255, 0.5);
  align-self: flex-start;
  position: sticky;
  top: 150px;
}

.step__main-content {
  background-color: transparent;
  flex: 1;
}

.step__tab-header {
  padding: 20px 28px 13px;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgb(18 50 24 / 15%);
  position: relative;
  z-index: 1;
}

/* .step__tab-header::after {
    content: "";
    height: 100%;
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(
        to right,
        transparent 10%,
        rgb(255, 255, 255) 100%
    );
    z-index: 2;
    pointer-events: none;
} */

/* .step__tab {
    width: 800px;
} */

.step__tab:not(.slick-initialized) {
  display: flex;
}

.step__main-content .step__tab-btn {
  padding: 10px 22px;
  gap: 6px;
  border: none;
  background-color: transparent;
  color: var(--dark-color);
  font-size: 17px;
  line-height: 1.2;
  font-family: var(--global-font);
  font-weight: 500;
  border-radius: 64px;
  transition: 0.3s;
  cursor: pointer;
  display: inline-flex !important;
  margin-right: 5px;
}

.step__main-content .step__tab-btn svg {
  width: 22px;
  height: auto;
}

.step__main-content .step__tab-btn:active path,
.step__main-content .active-tab-btn path {
  stroke: #ffffff;
  fill: #ffffff;
}

.step__main-content .step__tab-btn:active,
.step__main-content .active-tab-btn {
  background-color: #010106;
  color: #ffffff;
}

.step__main-content .step__tab-btn:focus {
  background-color: #000000 !important;
  color: #ffffff;
}

.step__main-content .step__tab-btn:hover {
  color: var(--primary-color) !important;
  background-color: var(--dark-color) !important;
}

/* .step__tab-btn.disable {
  pointer-events: none;
  opacity: 0.2;
} */

.step__tab-btn svg rect,
.step__tab-btn svg path {
  transition: 0.3s;
}

.active-tab-btn svg path,
.step__tab-btn:hover svg path {
  stroke: var(--primary-color);
  fill: var(--primary-color);
}

.cards-slider .step__tab-content__card {
  height: auto;
  display: flex !important;
}

.cards-slider .slick-slide {
  margin-right: 14px;
}

.cards-slider .slick-track {
  display: flex !important;
}

.step__tab-body__inner {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.step__tab-content.cards-slider {
  padding: 25px 0px 30px 26px;
}

.step__tab-content {
  padding: 25px 26px 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

.step__tab-content .card-style01 {
  width: 300px;
  flex: 0 0 300px;
}

.step__tab-content:not(.slick-initialized) {
  display: flex;
  gap: 14px;
}

.cards-slider .card__context-top {
  flex: 1;
}

@media (max-width: 991px) {
}

@media (max-width: 991px) {
  .step__content.flex-auto-spb {
    /* gap: 20px; */
    display: block;
  }
}

@media (max-width: 767px) {
  .step__tab-header {
    padding: 10px 20px;
  }

  .step__tab-btn {
    padding: 12px 20px;
    font-size: 15px;
  }

  .step__tab-content {
    padding: 20px;
  }
}

/* ****** Card Style01 ******* */
.card-style01 {
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--light-color);
  flex-direction: column;
}

.card-style01 .card__thumb {
  position: relative;
  aspect-ratio: 1.67/1;
  margin: 0;
  overflow: hidden;
}

.card-style01 .card__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.card-style01:hover .card__thumb img {
  transform: scale(1.05);
}

.card-style01 .card__type {
  margin-top: -45px;
  position: relative;
  z-index: 99;
}

.card-style01 .card__info {
  position: absolute;
  top: 22px;
  right: 22px;
  /* cursor: pointer; */
}

.card-style01 .card__badge {
  position: absolute;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--dark-color);
  display: inline-block;
  padding: 6px 10px;
  border-radius: 7px;
  background-color: #c6b3e5;
  bottom: 16px;
  left: 32px;
}

.card-style01 .card__context {
  padding: 20px;
  flex-direction: column;
  flex: 1;
}

.card__row {
  gap: 10px;
}

.bp-card .card__title {
  font-size: 22px;
  line-height: 1.3;
  font-family: var(--global-font);
  color: #000000;
  font-weight: 500;
  margin: 0 0 10px;
}

.card__dsc {
  font-size: 16px;
  line-height: 1.37;
  font-weight: 400;
  margin: 15px 0 0;
}

.card__context-bottom {
  margin-top: 20px;
}

.card__label {
  font-size: 13px;
  line-height: 1.3;
  font-family: var(--global-font);
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin: 5px 0 0;
}

.bp-card
  .card__context
  .card__input:not([type="button"]):not([type="submit"]):focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.bp-card .card__context .card__input:not([type="button"]):not([type="submit"]) {
  font-size: 22px;
  font-family: var(--global-font);
  font-weight: 500;
  flex: 1;
  color: #123218;
  padding: 13px 38px 13px 13px;
  border-radius: 10px;
  outline: none;
  background-color: #f4f4f4;
  max-width: calc(100% - 30px);
  line-height: 1;
  text-align: right;
}

.editable.card__row {
  position: relative;
}

.editable .card__input {
  padding-left: 30px !important;
  appearance: none;
}

.card__row.editable::after {
  content: "€";
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
}

.card__context .card__amount-control {
  font-size: 20px;
  line-height: 0;
  font-weight: 400;
  color: var(--dark-color);
  border-radius: 50%;
  background-color: #f4f4f4;
  cursor: pointer;
  display: block;
  border: none;
  height: 20px;
  width: 20px;
  padding: 0;
  transition: 0.3s;
}

.card__context .card__amount-control:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
}

.card__amount-inc {
  margin-bottom: 5px;
}

.card__amount-dec {
  padding-bottom: 3px;
}

.card__context .card__add-btn {
  width: 100%;
  margin-top: 15px;
}

.step__preview-content {
  width: 385px;
  padding: 30px 32px 35px;
  flex-direction: column;
  box-shadow: 0 16px 34px 0 rgba(0, 0, 0, 0.05);
}

.step__preview-content .step__preview-content__titile {
  font-size: 22px;
  line-height: 1.3;
  font-family: var(--global-font);
  font-weight: 600;
  color: #000000;
  margin: 0;
  letter-spacing: 0px;
}

.toggle-cart {
  display: none;
  padding: 5px;
  cursor: pointer;
}

.step__preview-categories {
  margin: 40px 0 30px;
}

.step-1 .step__preview-categories {
  min-height: 320px;
}

.step__preview-category {
  gap: 10px;
  margin-bottom: 10px;
}

.step__preview-category:last-child {
  margin: 0;
}

.step__preview-category__left {
  gap: 7px;
  flex: 1;
}

.step__preview-category__icon {
  height: 42px;
  width: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1edfb;
}

.step-2 .step__preview-category__icon {
  background-color: rgba(0, 0, 0, 0.05);
}

.step__preview-category__icon img {
  width: 22px;
}

.step__preview-category__name {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 6px;
}

.step__preview-category__amount {
  font-size: 18px;
  line-height: 1.2;
  font-family: var(--global-font);
  font-weight: 400;
  color: #000000;
  margin: 0;
}

.donation-steps .step__preview-category__remove:hover {
  background-color: transparent;
}

.donation-steps .step__preview-category__remove {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.step__preview-content__bottom {
  padding-top: 15px;
  border-top: 1px solid rgba(164, 184, 167, 0.5);
}

.step__preview-content__total-label {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  margin: 0 0 10px;
  color: rgba(0, 0, 0, 0.3);
}

.step__preview-content__total-amount {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 500;
  font-family: var(--global-font);
  color: var(--dark-color);
  margin: 0;
}

.step__preview-content__btn {
  letter-spacing: 1.6px;
}

.step-1 .step__preview-categories {
  min-height: auto;
}

@media (max-width: 991px) {
  .card__title {
    font-size: 20px;
  }

  .card__input {
    font-size: 20px;
  }

  .step__preview-content {
    width: 100%;
    margin-top: 30px;
  }

  .step__preview-content__titile {
    font-size: 22px;
  }

  .step__preview-categories {
    margin: 30px 0;
  }

  .step__preview-category__icon,
  .step__preview-category__icon svg {
    height: 40px;
    width: 40px;
  }

  .step__preview-category__amount {
    font-size: 17px;
  }

  .step__preview-content__total-amount {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .card-style01 .card__badge {
    bottom: 15px;
    left: 16px;
  }

  .card__title,
  .card__amount-control {
    font-size: 18px;
  }

  .card__dsc,
  .step__preview-content__total-label {
    font-size: 15px;
  }

  .card__input {
    font-size: 18px;
    padding: 10px;
  }

  .step__preview-content__titile {
    font-size: 20px;
  }

  .step__preview-category__amount {
    font-size: 17px;
  }

  .step__preview-content__total-amount {
    font-size: 28px;
  }

  .floating-mini-cart {
    position: fixed;
    left: 17px;
    bottom: 17px;
    width: calc(100% - 34px);
    padding: 24px 25px 20px;
    box-shadow: 0 5px 34px 0 rgba(0, 0, 0, 0.12);
    z-index: 999999;
  }

  .floating-mini-cart .step__preview-categories {
    display: none;
  }

  .floating-mini-cart.expand .step__preview-categories {
    display: block;
  }

  .floating-mini-cart .step__preview-content__bottom {
    border-top: 0;
  }

  .floating-mini-cart.expand .step__preview-content__bottom {
    border-top: 1px solid rgba(164, 184, 167, 0.5);
  }

  .toggle-cart {
    display: inline-block;
  }

  .floating-mini-cart.expand .toggle-cart {
    transform: rotate(180deg);
    padding-top: 0px;
  }
}

/* *********** Card Style02 ************ */
.card-style02 {
  display: flex;
  justify-content: space-between;
  background-color: var(--light-color);
  border-radius: 20px;
  overflow: hidden;
  flex-direction: row-reverse;
}

.card-style02 .card__thumb,
.card-style02 .card__context {
  flex: 1;
  max-width: 50%;
}

.card-style02 .card__context {
  padding: 25px;
  display: block;
}

.card-style02 .card__title {
  font-size: 34px;
  line-height: 1.1;
  font-weight: 500;
  font-family: var(--global-font);
  color: #000000;
  margin: 0 0 15px;
  flex: 1;
}

.card-style02 .card__dsc {
  font-size: 16px;
  line-height: 1.37;
  font-weight: 400;
  margin: 0;
  color: #000000;
}

.card-style02 .card__info {
  align-self: flex-start;
}

.card-style02 .card__thumb {
  margin: 0;
  aspect-ratio: 1.55/1;
}

.card-style02 .card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.step__tab-content__add-item {
  text-align: center;
  margin-top: 36px;
}

.step__tab-content__add-text {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--dark-color);
  margin: 0 0 8px;
}

.step__tab-content__add-btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}

.step__tab-content__add-btn svg path {
  transition: 0.3s;
}

.step__tab-content__add-btn:hover svg path {
  stroke: var(--primary-color);
}

.page .step__tab-content-info,
.page .step__tab-content-info a {
  font-size: 16px;
  line-height: 1.3;
  font-family: var(--global-font);
  color: rgb(18 50 24 / 50%);
  font-weight: 400;
  max-width: 690px;
}

.step__tab-content-info {
  margin-top: 50px;
}

.step__tab-content-info,
.step__tab-content-info a {
  font-weight: 300;
}

.step__tab-content-info a {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .card-style02 .card__title,
  .step__tab-content__add-item {
    font-size: 32px;
  }

  .step-2 .step__preview-content {
    margin: 0;
    position: static;
    top: initial;
  }

  .step-2 .step__content.flex-auto-spb {
    display: flex;
    flex-direction: column-reverse;
  }

  .step__main-content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .card-style01 .card__thumb,
  .card-style02 .card__thumb {
    aspect-ratio: initial;
  }

  .card-style01 .card__thumb img,
  .card-style02 .card__thumb img {
    height: 120px;
  }

  .card-style02 .card__title,
  .step__tab-content__add-item {
    font-size: 28px;
  }

  .card-style02 .card__context {
    padding: 20px;
  }

  .card-style02 .card__dsc,
  .step__tab-content__add-text {
    font-size: 15px;
  }

  .page .step__tab-content-info,
  .page .step__tab-content-info a {
    font-size: 13px !important;
  }

  .step__tab-content-info {
    margin-top: 30px;
  }

  .card-style02 {
    flex-direction: column;
  }

  .card-style02 .card__thumb,
  .card-style02 .card__context {
    max-width: 100%;
  }
}

/*
.kurban {
  margin-top: 13px;
  background-color: var(--light-color);
  border-radius: 20px;
  padding: 16px 18px;
  gap: 10px;
  display: none;
}

.kurban__icon,
.kurban__field {
  padding: 12px 10px;
  background-color: #f4f4f4;
  border-radius: 10px;
  border: none;
}

.step__tab-content__add-item .kurban {
  display: flex;
}

.kurban__name,
.kurban__type {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  font-family: var(--global-font);
  color: #123218;
}

.kurban__name {
  flex: 1;
}

.kurban__type {
  width: 225px;
}

.kurban__remove {
  cursor: pointer;
  padding: 0 6px 2px;
  line-height: 1;
  font-size: 20px;
  color: var(--dark-color);
  background-color: #f4f4f4;
  transition: 0.3s;
  border-radius: 5px;
  border: none;
}

.kurban__remove:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
} */

/* ******** 2nd Step ******** */
.step-2 .step__main-content {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 30px 32px 35px;
}

._step.step-2 .step__main-content__title {
  font-size: 24px;
  line-height: 1.3;
  font-family: var(--global-font);
  font-weight: 700;
  color: var(--dark-color);
  margin: 0;
}

.step__main-content__fields {
  margin-top: 20px;
  /* max-width: 490px; */
}

.form__field {
  width: 100%;
  margin: 0 0 14px;
  position: relative;
  background-color: var(--light-color);
  border-radius: 10px;
}

.form__field:last-child {
  margin: 0;
}

.form__row {
  margin-bottom: 10px;
  gap: 10px;
}

.form__row .form__field {
  flex: 1;
  max-width: 50%;
  margin: 0;
}

.form__field label {
  position: absolute;
  top: 15px;
  left: 18px;
  opacity: 0.5;
  pointer-events: none;
}

.form__field label,
.form__field input,
.form__field textarea {
  font-size: 18px;
  line-height: 1.1;
  font-family: var(--global-font);
  font-weight: 400;
  width: 100%;
  color: #123218;
  border: none;
  background-color: transparent;
  outline: none;
}

.form__field input.has-error,
.form__field .form_field.has-error {
  box-shadow: 0 0 0 1px red !important;
}

.flex-ctr.step__main-content__check-item label {
  margin-bottom: 0 !important;
}

.step__main-content__checklist input[type="checkbox"] {
  position: relative;
  visibility: hidden;
  display: none;
}

/* Updated CSS for checkbox after element */
.step__main-content__checklist input[type="checkbox"] + label {
  position: relative;
  padding-left: 28px;
}

.step__main-content__checklist input[type="checkbox"] + label::after {
  content: "";
  height: 20px;
  width: 20px;
  background-color: var(--light-color);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  transition: 0.3s;
  border: 1px solid transparent;
  z-index: 1;
}

.step__main-content__checklist input[type="checkbox"]:checked + label:after {
  background-color: #94d49a;
}

.step__main-content__checklist input[type="checkbox"]:checked + label::before {
  content: "";
  display: block;
  height: 6px;
  width: 10px;
  border: solid #fff;
  border-width: 0 0 2px 2px;
  z-index: 99;
  position: absolute;
  top: 6px;
  left: 5px;
  visibility: visible;
  transform: rotate(-45deg);
}

.has-error input[type="checkbox"]::after {
  border-color: red;
}

.has-error input[type="checkbox"]:checked:after {
  border-color: transparent;
}

.form__field input,
.form__field textarea {
  border-radius: 10px;
  padding: 20px 18px 10px;
}

.form__field input:focus,
.form__field textarea:focus {
  outline: 1px solid #0000001e;
}

.form__field textarea {
  height: 90px;
  resize: none;
}

.form__field label {
  width: auto;
  display: inline-block;
  transition: 0.3s;
}

.form__field input:focus + label,
.form__field textarea:focus + label,
.form__field label.positioned {
  font-size: 12px;
  top: 7px;
}

.step__main-content__checklist {
  /* max-width: 525px; */
  margin-top: 16px;
}

.check-info {
  padding-left: 8px;
}

.step__main-content__checklist input[type="checkbox"] {
  height: 24px;
  width: 24px;
  accent-color: var(--primary-color);
}

.step__main-content__check-item > label {
  font-size: 16px;
  line-height: 1.1;
  font-family: var(--global-font);
  font-weight: 400;
  color: #123218;
  display: inline-block;
  padding-left: 10px;
  flex: 1;
  max-width: max-content;
  letter-spacing: 0 !important;
}

.step__main-content__receipt-fields {
  margin-top: 16px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
}

.step__main-content__receipt-fields.no-border {
  border-bottom: 0;
  padding-bottom: 0;
}

.step__main-content__payment {
  margin-top: 30px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.page .step .step__main-content__payment-title {
  font-size: 20px;
  line-height: 1.2;
  font-family: var(--global-font);
  font-weight: 400;
  color: var(--dark-color);
  margin: 0 0 17px;
}

.step__main-content__payment .woocommerce-checkout-payment {
  /* gap: 10px; */
  margin: 0 0 25px;
  list-style: none;
  padding: 0;
  /* display: flex; */
  /* align-items: center; */
}

.step__main-content__payment .woocommerce-checkout-payment .button {
  font-size: 17px;
  line-height: 1;
  font-family: var(--global-font);
  font-weight: 500;
  color: var(--dark-color);
  background-color: var(--primary-color);
  cursor: pointer;
  transition: 0.3s;
  border: none;
  padding: 14px 24px;
  border-radius: 64px;
  text-align: center;
}

.step__main-content__payment .woocommerce-checkout-payment li {
  list-style: none;
}

.step__main-content__payment-mathod a {
  display: inline-block;
  max-width: 86px;
}

._step.step-2 .kurban-data__title {
  margin: 20px 0 0;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--global-font);
  color: var(--dark-color);
  gap: 10px;
}

.kurban-data__donor {
  margin: 10px 0;
  gap: 10px;
}

.kurban-data__donor-profile {
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 50%;
}

.kurban-data__donor-profile.incognito_on {
  box-shadow: 0 0 0 1px #8ce476;
}

.kurban-data__donor-profile.incognito_on rect {
  fill: #d9f5de;
  stroke: #d9f5de;
}

.kurban-data__donor-field {
  margin: 0;
  flex: 1;
  background-color: transparent;
}

.kurban-data__donor-field input[readonly] {
  background-color: rgba(0, 0, 0, 0.05) !important;
  transition: 0.3s;
}

.kurban-data__donor-field input:focus {
  background-color: var(--light-color);
  box-shadow: none !important;
  outline: none !important;
}

.fest-field {
  max-width: 225px;
}

.kurban-data__dsc {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: #123218;
  max-width: 400px;
}

.confirmation-check {
  margin-top: 35px;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.confirmation-check > div {
  align-items: flex-start;
  max-width: 515px;
  display: flex;
}

.confirmation-check > div label {
  font-size: 16px;
  line-height: 1.1;
  font-family: var(--global-font);
  font-weight: 400;
  color: #123218;
  display: inline-block;
  padding-left: 10px;
  flex: 1;
  max-width: max-content;
  letter-spacing: 0px;
}

.step__main-content__check-item {
  margin-bottom: 10px;
}

.variation .item-count {
  display: none;
}

body .woocommerce-privacy-policy-text a {
  color: #000000;
  text-decoration: underline !important;
}

.step-2 .step-next {
  margin-top: 35px;
  border: 0 !important;
}

.step-2 .step-next:focus {
  outline: none !important;
}

.has-error label {
  color: red !important;
}

@media (max-width: 991px) {
  .step__main-content__title {
    font-size: 22px;
  }

  .form__field label,
  .form__field input,
  .form__field textarea {
    font-size: 17px;
  }

  .kurban-data__info svg,
  .check-info svg {
    height: 32px;
    width: 32px;
  }
}

@media (max-width: 767px) {
  .kurban-data__info svg,
  .check-info svg {
    height: 24px;
    width: 24px;
  }

  .check-info {
    padding-left: 0px;
  }

  .step-2 .step__main-content {
    padding: 20px;
  }

  .step__main-content__title {
    font-size: 20px;
  }

  .form__field label,
  .form__field input,
  .form__field textarea {
    font-size: 16px;
  }

  .step__main-content__checklist input[type="checkbox"] {
    height: 20px;
    width: 20px;
    margin: 0;
  }

  .step__main-content__check-item > label,
  .step__main-content__payment-title {
    font-size: 15px;
  }

  .kurban-data__title {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .form__row {
    flex-direction: column;
  }

  .kurban-data__donor {
    flex-wrap: wrap;
  }

  .kurban-data__donor-field.fest-field {
    flex: 100% !important;
  }

  .form__row .form__field,
  .kurban-data__donor-field {
    max-width: 100%;
    width: 100%;
    flex: 1;
  }
}

/* ******** 3rd Step ******** */
.step-3 .step__main-content {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 30px 32px 35px;
  max-width: 695px;
}

.step__data-list-wrap {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) transparent;
}

.step__data-list {
  padding: 0;
  margin: 30px 0 0;
  min-width: 450px;
}

.step__data-item p {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #1e1f2c;
  margin: 0;
}

.step__data-item p:first-child {
  flex: 2;
  max-width: 50%;
  min-width: 200px;
}

.step__data-item p {
  flex: 1;
}

.step__data-item {
  list-style: none;
  margin-bottom: 10px;
}

.step__data-item:first-child {
  margin-bottom: 15px;
}

.total-count {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .step-3 .step__main-content {
    padding: 20px;
  }

  .step__data-item p {
    font-size: 15px;
  }

  .step__main-content__payment .woocommerce-checkout-payment {
    flex-wrap: wrap;
  }
}

/* loder */
.add-to-cart-button {
  position: relative;
}

.add-to-cart-button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}

.add-to-cart-button--loading::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid transparent;
  border-top-color: #ffffff;
  border-radius: 80%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

.cart_loder_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.4;
  background: #0000006b;
  cursor: wait;
  z-index: 9999;
  display: none;
}

.step-1 {
  position: relative;
}

.section_loader {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: calc(50% - 160px);
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 6px solid #56c939;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
  display: none;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
  }

  25% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
  }

  50% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  62.5% {
    clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  75% {
    clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }

  100% {
    clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
  }
}

@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }

  49.99% {
    transform: scaleY(1) rotate(135deg);
  }

  50% {
    transform: scaleY(-1) rotate(0deg);
  }

  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

/* Added */
.card__type__icon {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 50%;
}

.card__type__icon img {
  width: 100%;
}

.reviwe_wrapper.flex-ctr {
  align-items: flex-start;
}

@media (max-width: 575px) {
  .reviwe_wrapper.flex-ctr {
    display: block;
  }
}

.step__address {
  flex: 1;
}

.step__orders p,
.step__address p {
  margin-bottom: 2px;
}

.step__orders .bts {
  margin-top: 10px;
}

.step__orders > p:first-child,
.step__address > p:first-child {
  margin-bottom: 10px;
}

.step__orders {
  flex: 1;
}

.step__flex_1 {
  flex: 1;
}

.step__data-spenden {
  padding: 0;
  margin: 0;
}

ul.wc_payment_methods.payment_methods.methods {
  margin: 0;
  padding: 0;
}

.payment_box p {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

.payment_box label {
  display: block;
  margin-bottom: 5px;
}

.payment_box input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}

.step__main-content__payment .woocommerce-checkout-payment li {
  list-style: none;
  margin-bottom: 10px;
}

.payment_box .payment_box_content p {
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}

.payment_box .payment_box_content {
  border-top: 1px solid #e0e0e0;
  padding-top: 10px;
}

.payment_box .payment_box_content p:last-child {
  margin-bottom: 0;
}

.payment_box .payment_box_content .woocommerce-error {
  color: #d9534f;
}

.kurban-data {
  display: none;
}

.kurban-data.active {
  display: block;
}

form .step-2 .form-row {
  position: relative;
}

form .step-2 .form-row label {
  font-size: 18px;
  line-height: 1.1;
  font-family: var(--global-font);
  font-weight: 400;
  width: 100%;
  color: rgba(0, 0, 0, 0.4);
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  top: 18px;
  left: 18px;
  pointer-events: none;
  white-space: nowrap;
}

form .step-2 .form-row label .optional {
  display: none;
}

form .step-2 .form-row label.positioned {
  font-size: 12px;
  top: 10px;
}

.step-2 .step__preview-category__remove {
  display: none;
}

/* added */
.woocommerce-shipping-fields {
  margin-top: 16px;
}

.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.woocommerce-additional-fields__field-wrapper p,
.woocommerce-billing-fields__field-wrapper p {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-billing-fields__field-wrapper
  p:not(#billing_first_name_field):not(#billing_last_name_field) {
  grid-column: span 2;
}

.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-billing-fields__field-wrapper p {
  width: 100% !important;
  display: block;
}

.woocommerce-additional-fields__field-wrapper p textarea,
.woocommerce-billing-fields__field-wrapper p textarea,
.woocommerce-billing-fields__field-wrapper p input {
  font-size: 16px !important;
  padding: 20px 18px 10px 18px !important;
}

.woocommerce form .form-row textarea {
  height: 6em;
}

.woocommerce form .form-row .input-text:focus {
  box-shadow: 0 0 0 0.75px rgba(0, 0, 0, 0.3) !important;
}

.woocommerce form .form-row .input-text.has-error {
  box-shadow: 0 0 0 0.75px rgba(255, 0, 0, 0.301) !important;
}

.woocommerce-checkout-payment {
  margin-top: 30px;
}

.form-row.place-order .button {
  color: var(--e-global-color-text) !important;
  background-color: var(--e-global-color-accent) !important;
  border-radius: 40px;
  font-weight: 500;
}

@media (max-width: 575px) {
  .payment_method_stripe_klarna label:before {
    content: "Klarna" !important;
    font-size: 15px !important;
    vertical-align: middle;
    display: inline-block;
    padding: 6px 10px 6px;
  }

  .payment_method_stripe_klarna label {
    font-size: 0;
  }
}

/* Tooltip */
#billing_country_field label {
  font-size: 12px;
  top: 10px;
  z-index: 9;
  left: 20px;
}

#billing_country_field .select2-container--default .select2-selection--single {
  height: 48px;
  border: none;
  border-radius: 8px;
}

#billing_country_field
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-size: 15px;
  padding-top: 15px;
  padding-left: 20px;
  line-height: 32px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: var(--primary-color) !important;
  color: #fff;
}

#billing_country_field
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 11px;
}

input.select2-search__field {
  height: 42px;
  width: 96% !important;
  margin: 0 10px;
  border: 1px solid var(--primary-color) !important;
}

span.select2-dropdown.select2-dropdown--below {
  border: none;
}

#hl-swiper-slides .elementor-main-swiper {
  padding: 100px 15px 50px;
}

#hl-swiper-slides .swiper-slide {
  transform: rotate(-8deg);
  transition: 0.5s;
}

#hl-swiper-slides .swiper-slide-prev {
  transform: rotate(-4deg);
}

#hl-swiper-slides .swiper-slide-next {
  transform: rotate(4deg);
}

#hl-swiper-slides .swiper-slide-prev,
#hl-swiper-slides .swiper-slide-next {
  margin-top: -60px;
  margin-bottom: 60px;
}

#hl-swiper-slides .swiper-slide-active {
  margin-top: -90px;
  margin-bottom: 90px;
  transform: rotate(0);
}

#hl-swiper-slides .swiper-slide-active ~ .swiper-slide:not(.swiper-slide-next) {
  transform: rotate(8deg);
}

/* .hil-swiper-container .swiper-slide {
  width: 400px !important;
} */

@media (max-width: 1280px) {
  #hl-swiper-slides .elementor-main-swiper {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  #hl-swiper-slides .elementor-main-swiper {
    margin: 0 -20%;
    width: 140%;
  }

  .step__tab-content .card-style01 {
    width: 400px;
    flex: 0 0 400px;
  }
}

@media (max-width: 767px) {
  #hl-swiper-slides .elementor-main-swiper {
    margin: 0 -50%;
    width: 200%;
  }
}

@media (max-width: 480px) {
  .step__tab-content .card-style01 {
    width: 300px;
    flex: 0 0 300px;
  }

  #hl-swiper-slides .elementor-main-swiper {
    margin: 0 -70%;
    width: 240%;
  }

  .elementor-widget-testimonial-carousel .swiper-slide {
    padding: 15px !important;
  }
}

.select2-container--default .select2-results > .select2-results__options {
  scrollbar-width: thin;
}

.select2-results__option {
  border-bottom: 1px solid #6666662a;
}

.select2-results__option {
  font-size: 14px;
  transition: 0.3s;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: var(--light-color) !important;
  color: var(--primary-color);
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  color: var(--primary-color);
}

/* ******** Global Style ******** */

.ha-container {
  width: clamp(320px, 93%, 1290px);
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 575px) {
  .ha-container {
    width: 100%;
  }
}

.ha-flex {
  display: flex;
}

.ha-items-center {
  align-items: center;
}

.ha-content-between {
  justify-content: space-between;
}

/* ****************************** */
/* ************ Blogs *********** */
/* ****************************** */

.ha-blogs__filter {
  gap: 30px;
}

.ha-blogs__categories {
  gap: 10px;
  flex: 1;
}

body .ha-blogs .ha-blogs__category-link.active-btn {
  background-color: var(--e-global-color-accent);
}

body .ha-blogs .ha-blogs__category-link,
body .ha-blogs .ha-blogs__load-more__btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1.1;
  font-family: var(--global-font);
  font-weight: 400;
  color: #000000;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #d9f5de;
  text-decoration: none;
  transition: 0.3s;
}

body .ha-blogs .ha-blogs__category-link:hover,
body .ha-blogs .ha-blogs__load-more__btn:hover {
  border-color: var(--primary-color);
}

.ha-blogs__search {
  position: relative;
}

html body input[type="text"].ha-blogs__search__input {
  font-size: 16px !important;
  line-height: 1 !important;
  font-family: var(--global-font) !important;
  font-weight: 400 !important;
  color: #000000 !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  background-color: transparent !important;
  border: 1px solid #123218 !important;
  outline: none !important;
  width: 265px !important;
  transition: 0.3s !important;
}

html body input[type="text"].ha-blogs__search__input:focus {
  border-color: var(--primary-color);
}

html body .ha-blogs__search__icon {
  position: absolute;
  background-color: transparent !important;
  border: none;
  outline: none;
  cursor: pointer;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding: 0;
}

html body .ha-blogs__search__icon path {
  transition: 0.3s;
}

html body .ha-blogs__search__icon:hover path {
  fill: var(--primary-color);
}

.ha-blogs__grid {
  padding-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 22px;
}

.ha-blog {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 20px 0 rgba(18, 50, 24, 0.08);
  background-color: #ffffff;
  transition: 0.3s;
}

.ha-blog:hover {
  box-shadow: 0 4px 0 3px rgba(18, 50, 24, 0.08);
}

body .ha-blogs__grid .ha-blog__thumb {
  display: block;
  width: 100%;
  overflow: hidden;
}

.ha-blog__thumb img {
  width: 100%;
  transition: 0.3s;
  aspect-ratio: 1 / 0.42;
  object-fit: cover;
}

.ha-blog:hover .ha-blog__thumb img {
  scale: 1.05;
}

.ha-blog__content {
  padding: 30px;
  flex-direction: column;
  gap: 35px;
}

body .ha-blogs .ha-blog__title-wrap {
  text-decoration: none;
  display: inline-block;
}

body .ha-blogs .ha-blog__title {
  font-size: 22px;
  line-height: 1.3;
  font-family: var(--global-font);
  font-weight: 500;
  color: var(--dark-color);
  margin: 0 0 8px;
  transition: 0.3s;
}

body .ha-blogs .ha-blog__title:hover {
  color: var(--primary-color);
}

body .ha-blogs .ha-blog__date {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--dark-color);
  margin: 0;
}

body .ha-blogs .ha-blog__dsc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--dark-color);
  margin: 20px 0 0;
}

body .ha-blogs .ha-blog__link {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--dark-color);
  transition: 0.3s;
  text-decoration: none;
}

body .ha-blogs .ha-blog__link:hover {
  color: var(--primary-color);
}

.ha-blog__icon {
  margin-left: 5px;
  transition: 0.3s;
}

.ha-blog__link:hover .ha-blog__icon {
  margin-left: 12px;
}

.ha-blog__link .ha-blog__icon path {
  transition: 0.3s;
}

.ha-blog__link:hover .ha-blog__icon path {
  stroke: var(--primary-color);
}

.ha-blogs__load-more {
  margin-top: 50px;
  text-align: center;
}

body .ha-blogs .ha-blogs__load-more__btn {
  font-size: 18px;
  padding: 15px 40px;
  border-radius: 100px;
}

@media (max-width: 1080px) {
  .ha-blogs__categories {
    flex-wrap: wrap;
  }
}

@media (max-width: 991px) {
  .ha-blogs__grid {
    gap: 20px;
  }

  .ha-blog__content {
    gap: 20px;
    padding: 20px;
  }

  .ha-blog:hover {
    box-shadow: 0 3px 0 2px rgba(18, 50, 24, 0.08);
  }

  .ha-blogs__categories {
    gap: 6px;
  }

  body .ha-blogs .ha-blogs__category-link {
    padding: 7px 12px;
  }
}

@media (max-width: 767px) {
  .ha-blogs__filter {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .ha-blogs__categories {
    flex-wrap: nowrap;
  }

  html body input[type="text"].ha-blogs__search__input {
    padding: 8px 12px;
    max-width: 100%;
  }

  .ha-blogs__categories-wrap {
    overflow: scroll;
    max-width: 100%;
    scrollbar-width: none;
  }

  .ha-blogs__grid {
    gap: 15px;
  }

  .ha-blog__content {
    gap: 15px;
    padding: 15px;
  }

  body .ha-blogs .ha-blog__title {
    font-size: 20px;
  }

  body .ha-blogs .ha-blog__link {
    font-size: 16px;
  }

  body .ha-blogs .ha-blogs__load-more__btn {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .ha-blogs__grid {
    grid-template-columns: 1fr;
    place-items: center;
    gap: 20px;
    padding-top: 30px;
  }

  .ha-blog {
    max-width: 400px;
  }

  body .ha-blogs .ha-blog__link {
    font-size: 15px;
  }

  .ha-blogs__load-more {
    margin-top: 35px;
  }

  body .ha-blogs .ha-blogs__load-more__btn {
    font-size: 15px;
    padding: 13px 30px;
    border-radius: 100px;
  }
}

/* ****************************** */
/* *** Parallax Image Slider  *** */
/* ****************************** */
.ha-parallax-slider-area {
  padding: 120px 0;
  position: relative;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  user-select: none;
  overflow: hidden;
}

body .ha-parallax-slider-area .ha-parallax-slider-area__title {
  font-size: 86px;
  font-weight: 500;
  font-family: var(--global-font);
  color: var(--light-color);
  line-height: 1.1;
  margin: 0;
  position: relative;
  z-index: 9999999999;
}

.ha-glassmorphism-card {
  position: absolute;
  width: 418px;
  right: 3.5vw;
  bottom: 47px;
  padding: 32px;
  border-radius: 20px;
  z-index: 9;
  background: rgba(244, 245, 248, 0.5);
  backdrop-filter: blur(8px);
}

body .ha-glassmorphism-card .ha-glassmorphism-card__title {
  font-size: 22px;
  line-height: 1.3;
  font-family: var(--global-font);
  font-weight: 600;
  color: #123218;
  margin: 0 0 24px;
}

.ha-glassmorphism-card__range {
  height: 10px;
  width: 100%;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.11);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ha-glassmorphism-card__truck {
  position: absolute;
  height: 100%;
  width: 0%;
  background-color: #94d49a;
  border-radius: 100px;
  z-index: 9;
  max-width: 100%;
}

.ha-glassmorphism-card__price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 15px 0 0;
}

.ha-glassmorphism-card__price span {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #123218;
}

.ha-glassmorphism-card__price .ha-glassmorphism-card__price_bold span {
  font-size: 38px !important;
  font-weight: 700 !important;
}

.ha-glassmorphism-card .ha-glassmorphism-card__text {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #123218;
  margin: 6px 0 0;
}

.ha-glassmorphism-card .ha-glassmorphism-card__desc {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
  opacity: 0.6;
  margin: -16px 0 0;
}

.ha-parallax-slider {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  transition: transform 0.8s;
}

.ha-parallax-slider__thumb {
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  margin: 0;
  transition: 0.3s;
  overflow: hidden;
}

.ha-parallax-slider__img {
  /* width: 60vmin; */
  /* height: 56vmin; */
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  /* transition: object-position 0.5s ; */
}

.ha-thumb1 {
  top: 23.5%;
  left: 10%;
  z-index: 2;

  height: 35%;
  width: 21%;
  /* aspect-ratio: 0.88/1; */
}

.ha-thumb2 {
  bottom: 13%;
  left: 22%;
  z-index: 1;

  height: 35.8%;
  width: 18.75%;
  /* aspect-ratio: 0.77/1; */
}

.ha-thumb3 {
  top: 6.5%;
  right: 41%;
  z-index: 2;

  height: 34.35%;
  width: 15%;
  /* aspect-ratio: 0.66/1; */
}

.ha-thumb4 {
  top: 19%;
  right: 13%;
  z-index: 2;

  height: 41%;
  width: 26%;
  /* aspect-ratio: 0.95/1; */
}

.ha-thumb5 {
  bottom: 2%;
  right: 24%;
  z-index: 1;

  height: 29.8%;
  width: 24.8%;
  /* aspect-ratio: 1.22/1; */
}

.ha-thumb6 {
  bottom: 13%;
  right: -8.7%;
  z-index: 1;

  height: 31%;
  width: 21%;
  /* aspect-ratio: 0.99/1; */
}

.ha-thumb7 {
  top: 7%;
  left: 97%;
  z-index: 1;

  height: 33%;
  width: 27%;
  /* aspect-ratio: 0.99/1; */
}

.ha-thumb8 {
  bottom: 13%;
  left: 114%;
  z-index: 1;

  height: 41%;
  width: 22%;
  /* aspect-ratio: 0.99/1; */
}

.ha-thumb9 {
  top: 10%;
  left: 138%;
  z-index: 1;

  height: 43%;
  width: 28%;
  /* aspect-ratio: 0.99/1; */
}

.ha-thumb10 {
  bottom: 8%;
  left: 156%;
  z-index: 2;

  height: 43%;
  width: 18%;
  /* aspect-ratio: 0.99/1; */
}

.ha-progress-bar {
  position: absolute;
  height: 6px;
  width: 150px;
  border-radius: 10px;
  background-color: rgba(246, 246, 246, 0.32);
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.ha-progress-bar__truck {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 10px;
  background-color: #c6b3e5;
  transition: 0.4s;
}

.ha-parallax-slider-area .ha-arrow {
  position: absolute;
  background-color: transparent;
  border: none;
  padding: 0;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: 0.3s;
}

.ha-arrow.ha-arrow_hidden {
  transition-delay: 0.3s;
  opacity: 0;
  pointer-events: none;
}

.ha-parallax-slider-area .ha-arrow:hover {
  background-color: var(--light-color);
}

.ha-parallax-slider-area .ha-arrow-next {
  right: 7vw;
}

.ha-parallax-slider-area .ha-arrow-prev {
  left: 7vw;
}

@media (max-width: 1200px) {
  .ha-progress-bar {
    bottom: 20px;
  }

  .ha-parallax-slider-area .ha-arrow svg {
    height: 40px;
    width: 40px;
  }

  .ha-glassmorphism-card {
    width: 350px;
    padding: 20px;
  }

  body .ha-glassmorphism-card .ha-glassmorphism-card__title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .ha-glassmorphism-card__range {
    height: 7px;
  }
}

@media (max-width: 991px) {
  .ha-parallax-slider-area .ha-arrow-next {
    right: 2vw;
  }

  .ha-parallax-slider-area .ha-arrow-prev {
    left: 2vw;
  }

  body .ha-parallax-slider-area .ha-parallax-slider-area__title {
    font-size: 72px;
  }

  .ha-glassmorphism-card__price .ha-glassmorphism-card__price_bold {
    font-size: 28px;
  }

  .ha-parallax-slider__thumb {
    min-width: 160px;
    border-radius: 10px;
  }

  /*
  .ha-parallax-slider__img {
    object-position: center;
  } */

  .ha-thumb1 {
    height: 30%;
    width: 24%;
  }

  .ha-thumb2 {
    height: 34%;
    width: 23%;
  }

  .ha-thumb3 {
    height: 32%;
    width: 19%;
  }

  .ha-thumb4 {
    height: 38%;
    width: 27%;
  }

  .ha-thumb5 {
    height: 23%;
    width: 29%;
  }

  .ha-thumb6 {
    height: 31%;
    width: 26%;
    bottom: 10%;
  }

  .ha-thumb7 {
    /* height: 33%; */
    width: 30%;
  }

  .ha-thumb8 {
    height: 35%;
    width: 29%;
    left: 110%;
    bottom: 16%;
  }

  .ha-thumb9 {
    height: 42%;
    width: 37%;
    top: 8%;
  }

  .ha-thumb10 {
    height: 40%;
    width: 22%;
  }
}

@media (max-width: 767px) {
  body .ha-parallax-slider-area .ha-parallax-slider-area__title {
    font-size: 64px;
  }

  .ha-glassmorphism-card {
    width: 300px;
    padding: 15px;
    border-radius: 15px;
  }

  .ha-thumb1 {
    height: 24%;
    width: 32%;
    left: 5%;
  }

  .ha-thumb2 {
    height: 28%;
    /* width: 23%; */
  }

  .ha-thumb3 {
    height: 23%;
    /* width: 19%; */
  }

  .ha-thumb4 {
    top: 33%;
    height: 26%;
    width: 38%;
  }

  .ha-thumb5 {
    height: 17%;
    /* width: 29%; */
  }

  .ha-thumb6 {
    height: 24%;
    width: 29%;
    /* bottom: 10%; */
  }

  .ha-thumb7 {
    /* height: 33%; */
    width: 46%;
    left: 90%;
  }

  .ha-thumb8 {
    height: 27%;
    width: 36%;
    left: 100%;
    bottom: 29%;
  }

  .ha-thumb9 {
    height: 33%;
    width: 37%;
    top: 12%;
  }

  .ha-thumb10 {
    height: 30%;
    width: 27%;
    left: 140%;
  }
}

@media (max-width: 575px) {
  body .ha-parallax-slider-area .ha-parallax-slider-area__title {
    font-size: 40px;
  }

  .ha-progress-bar {
    bottom: 26px;
  }

  .ha-glassmorphism-card {
    right: 50%;
    transform: translateX(50%);
    bottom: 70px;
  }

  .ha-thumb1 {
    /* height: 24%;
    width: 32%;*/
    left: 2%;
    /* top: 27%; */
  }

  .ha-thumb2 {
    /* height: 28%; */
    /* width: 23%; */
    left: 8%;
  }

  .ha-thumb3 {
    /* height: 23%; */
    /* width: 19%; */
    left: 33%;
    top: 2%;
  }

  .ha-parallax-slider-area .ha-arrow {
    transform: translate(0);
    top: auto;
    bottom: 10px;
  }
}

/* ****************************** */
/* ******** Sticky Block ******** */
/* ****************************** */

.ha-fig-content-block {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 160px;
  margin-bottom: 40px;
}

.ha-fig-content-block:last-child {
  margin-bottom: 0;
}

.ha-block1 {
  margin-bottom: -180px;
}

.ha-block2 {
  margin: 240px 0 -90px;
}

.ha-block3 {
  margin: 150px 0 0;
}

.ha-fig-content-block .ha-block__inner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.ha-block__context {
  max-width: 55%;
  align-self: stretch;
}

.ha-block__context,
.ha-block__thumb {
  flex: 1;
}

.ha-block__thumb {
  max-width: 45%;
  margin: 0;
}

.ha-block__thumb img {
  border-radius: 20px;
  width: 100%;
}

body .ha-fig-content-block .ha-block__badge {
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  padding: 10px 14px;
  display: inline-block;
  margin: 30px 0 0;
  border-radius: 10px;
  background-color: #ff6c6c;
}

body .ha-fig-content-block:nth-child(2) .ha-block__badge {
  background-color: #f5ef68;
  color: #000000;
}

body .ha-fig-content-block:nth-child(3) .ha-block__badge {
  background-color: #94d49a;
}

body .ha-fig-content-block .ha-block__title {
  font-size: 34px;
  line-height: 1.3;
  font-weight: 500;
  color: #123218;
  margin: 0 0 24px;
}

body .ha-fig-content-block .ha-block__dsc {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

@media (max-width: 1024px) {
  .ha-block-group {
    padding: 110px 0 200px;
  }

  .ha-fig-content-block {
    top: 50px;
  }

  .ha-block1 {
    margin-bottom: -130px;
  }

  .ha-block2 {
    margin: 180px 0 -65px;
  }

  .ha-block3 {
    margin: 120px 0 0;
  }

  .ha-fig-content-block .ha-block__inner-content {
    gap: 20px;
  }

  .ha-fig-content-block {
    padding: 20px;
  }

  body .ha-fig-content-block .ha-block__badge {
    padding: 6px 14px;
  }

  body .ha-fig-content-block .ha-block__title {
    font-size: 28px;
    margin: 0 0 18px;
  }

  body .ha-fig-content-block .ha-block__dsc {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .ha-block-group {
    padding: 60px 0;
  }

  .ha-fig-content-block .ha-block__inner-content {
    flex-direction: column-reverse;
  }

  .ha-block__context,
  .ha-block__thumb {
    max-width: 100%;
  }

  .ha-fig-content-block {
    position: static;
    margin: 40px 0 0;
  }

  .ha-fig-content-block:first-child {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .ha-fig-content-block:not(:first-child) {
    margin-top: 30px;
  }
}

/* ****************************** */
/* ********** Main Style ******** */
/* ****************************** */
.ha-vertical-slider-wrap {
  width: 1200px;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 100px 140px 100px 80px;
  border-radius: 20px;
  background-color: #f1edfb;
  margin: 0 auto;
  position: relative;
}

.ha-vertical-slider-controller {
  width: 35%;
  margin: -30px 0;
}

.ha-vertical-slider-controll__trigger {
  background-color: transparent;
  border: none;
  outline: none;
  margin: 0 auto;
  font-size: 50px;
  font-weight: 700;
  font-family: var(--global-font);
  color: #c6b3e5;
  margin: 30px 0;
  transition: 0.3s;
  display: block;
  text-align: center;
  line-height: 1;
}

.slick-current.ha-vertical-slider-controll__trigger {
  scale: 2.45;
  color: #123218;
}

.ha-vertical-slider-content {
  /* position: relative; */
  width: calc(100% - (35% + 60px));
}

body .ha-vertical-slider-content .ha-vertical-slider-content__title,
body .ha-vertical-slider-content .ha-vertical-slider-content__dsc {
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--global-font);
  font-weight: 600;
  color: #123218;
  margin: 0 0 10px;
}

body .ha-vertical-slider-content .ha-vertical-slider-content__dsc {
  font-weight: 400;
  margin-bottom: 20px;
}

.ha-vertical-slider-content .slick-dots {
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  list-style: none;
  padding: 0;
  margin: 0;
}

.ha-vertical-slider-content .slick-dots li {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background-color: #c6b3e5;
  cursor: pointer;
  margin-bottom: 24px;
  transition: 0.3s;
}

.ha-vertical-slider-content .slick-dots button {
  display: none;
}

.ha-vertical-slider-content .slick-dots li:last-child {
  margin: 0;
}

.ha-vertical-slider-content .slick-dots li.slick-active {
  background-color: #123218;
}

.ha-vertical-slider-content__row {
  gap: 10px;
  flex-wrap: wrap;
}

.ha-vertical-slider-content__link {
  font-size: 12px;
  line-height: 1.2;
  font-family: var(--global-font);
  font-weight: 400;
  color: #123218;
  padding: 6px 16px;
  border-radius: 7px;
  border: 1px solid #123218;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.ha-vertical-slider-content__link:hover {
  background-color: var(--primary-color);
  color: var(--light-color);
  border-color: var(--primary-color);
}

@media (max-width: 1200px) {
  .slick-current.ha-vertical-slider-controll__trigger {
    scale: 2;
  }
}

@media (max-width: 1023px) {
  .ha-vertical-slider-wrap {
    padding: 50px 80px 50px 20px;
    gap: 15px;
  }

  .slick-current.ha-vertical-slider-controll__trigger {
    scale: 1.5;
  }

  .ha-vertical-slider-controll__trigger {
    margin: 10px 0;
  }

  .ha-vertical-slider-controll__trigger {
    font-size: 38px;
  }

  .ha-vertical-slider-controller {
    width: 250px;
    margin: -10px 0;
  }

  .ha-vertical-slider-content {
    width: calc(100% - (250px + 15px));
  }

  .ha-vertical-slider-content .slick-dots {
    right: -45px;
  }

  .ha-vertical-slider-content .slick-dots li {
    height: 12px;
    width: 12px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .ha-vertical-slider-wrap {
    padding: 30px;
    flex-direction: column-reverse;
    gap: 30px;
  }

  .ha-vertical-slider-controller,
  .ha-vertical-slider-content {
    width: 100%;
    margin: 0;
  }

  .ha-vertical-slider-controll__trigger {
    margin: 0;
  }

  .ha-vertical-slider-controll__trigger {
    line-height: 1.3;
  }
}

@media (max-width: 575px) {
  .ha-vertical-slider-wrap {
    padding: 20px;
  }

  .ha-vertical-slider-controll__trigger {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .ha-vertical-slider-controll__trigger {
    font-size: 28px;
  }
}

/* *************************** */
/* ******* Action Plan ******* */
/* *************************** */
.ha-action-plan__slide {
  margin-right: 20px;
}

.ha-action-plan__step {
  background-color: var(--light-color);
}

body .ha-action-plan__step .ha-step__thumb {
  border-radius: 20px;
  overflow: hidden;
}

.ha-step__thumb img {
  width: 100%;
}

.ha-step__content {
  margin-top: 24px;
}

body .ha-action-plan__step .ha-step__title-wrap {
  display: inline-block;
  margin: 0 0 10px;
  text-decoration: none;
}

body .ha-action-plan__step .ha-step__title {
  font-size: 26px;
  line-height: 1.2;
  font-family: var(--global-font);
  font-weight: 500;
  color: var(--dark-color);
  margin: 0;
  transition: 0.3s;
}

body .ha-action-plan__step .ha-step__title:hover {
  color: var(--primary-color);
}

body .ha-action-plan__step .ha-step__dsc {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--dark-color);
  max-width: 325px;
  margin: 0;
}

body .ha-action-plan__slider .slick-list {
  width: 100vw;
}

.ha-action-plan__step {
  width: 390px;
}

@media (max-width: 880px) {
  .ha-action-plan__step {
    width: 320px;
  }
}

@media (max-width: 767px) {
  body .ha-action-plan__step .ha-step__title {
    font-size: 20px;
  }

  .ha-action-plan__slide {
    margin-right: 10px;
  }

  .ha-step__content {
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  body .ha-action-plan__slider .slick-list {
    width: 130vw;
  }
}

@media (max-width: 400px) {
  body .ha-action-plan__slider .slick-list {
    width: 180vw;
  }
}

/* ****************************** */
/* ************ Blogs *********** */
/* ****************************** */
.ha-gallery__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.ha-gallery__item {
  position: relative;
  border-radius: 20px;
  z-index: 1;
  overflow: hidden;
}

.ha-gallery__item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 50%
  );
  pointer-events: none;
}

body .ha-gallery .ha-gallery__item__thumb {
  display: block;
  width: 100%;
  height: 100%;
}

.ha-gallery__item__figure,
.ha-gallery__item__figure img {
  width: 100%;
  height: 100%;
}

.ha-gallery__item__figure img {
  object-fit: cover;
  transition: 0.5s;
  height: 100%;
  aspect-ratio: 1 / 0.95;
}

.ha-gallery__item:hover .ha-gallery__item__figure img {
  scale: 1.03;
}

.ha-gallery__item__content {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px;
  left: 0;
  bottom: 0;
  z-index: 9;
  pointer-events: none;
}

body .ha-gallery .ha-gallery__item__title {
  font-size: 26px;
  line-height: 1.2;
  font-family: var(--global-font);
  font-weight: 500;
  color: var(--light-color);
  margin: 0;
  transition: 0.3s;
  padding-right: 10px;
}

.ha-gallery__item__arrow {
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  border: 1px solid var(--light-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.ha-gallery__item__arrow path,
.ha-gallery__item__arrow svg {
  transition: 0.3s;
}

body .ha-gallery__item:hover .ha-gallery__item__arrow svg {
  transform: rotate(-45deg);
}

body .ha-gallery .glightbox-container .ginner-container {
  padding: 20px;
}

@media (max-width: 1200px) {
  .ha-gallery__item__content {
    padding: 15px;
  }

  .ha-gallery__item__arrow {
    height: 30px;
    width: 30px;
  }

  body .ha-gallery .ha-gallery__item__title {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .ha-gallery__inner {
    gap: 15px;
  }
}

@media (max-width: 767px) {
  .ha-gallery__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  body .ha-gallery .glightbox-container .ginner-container {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .ha-gallery__inner {
    grid-template-columns: 1fr;
  }
}

button.gnext.gbtn,
button.gclose.gbtn,
button.gprev.gbtn {
  padding: 0 !important;
}

/*
  Map css
*/
#hp-map {
  height: 560px;
  width: 100%;
}

.hp-map-wrap {
  position: relative;
  z-index: 1;
}

.hp-map-search {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 9;
  width: 330px;
}

#hp-map__search-field {
  width: 100%;
  border: none;
  border-radius: 12px;

  font-size: 16px;
  padding: 16px;
  box-shadow: 8px 0 20px #0000001f;
  width: 100%;
  font-family: sans-serif;
  background-color: #fff;
  color: #000;
}

/* Custom InfoWindow Styles */
.hp-custom-info-window {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 330px;
  height: calc(100% - 100px);
  background-color: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  display: none;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
  overflow: hidden;
}

.hp-custom-info-window img {
  max-width: 100%;
}

.hp-arrows {
  width: 100%;
}

.hp-prev-btn {
  transform: rotate(-90deg);
}

.hp-next-btn {
  transform: rotate(-90deg);
}

.hp-map-area .hp-custom-info-window .hp-prev-btn,
.hp-map-area .hp-custom-info-window .hp-next-btn {
  cursor: pointer;
  border: none;
  padding: 3px 8px;
  /* font-size: 16px; */
  border-radius: 5px;
  display: block;
  width: max-content;
  background-color: rgba(0, 0, 0, 0.02);
}

.hp-map-wrap {
  position: relative;
}

.hp-map-area .hp-custom-info-window .hp-custom-info-window__subtitle {
  font-size: 16px;
  line-height: 1.3;
  font-family: sans-serif;
  font-weight: 500;
  color: #3a3a3a;
  margin: 20px 0 0;
  text-align: center;
}

.hp-map-area .hp-custom-info-window .hp-custom-info-window__title {
  font-size: 20px;
  line-height: 1.3;
  font-family: sans-serif;
  font-weight: 600;
  color: #0a0a0a;
  margin: 8px 0 0;
}

div#hp-content {
  width: 100%;
}

.hp-custom-info-window img {
  margin: 0 -20px -20px;
  width: calc(100% + 40px);
  max-width: calc(100% + 40px) !important;
  border-radius: 0 !important;
  aspect-ratio: 2.01/1;
}

@media (min-width: 576px) {
  .hp-custom-info-window img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.hp-custom-info {
  margin: 24px 0;
}

.hp-custom-info__text {
  gap: 10px;
  font: 400 14px var(--global-font);
  color: #000;
  margin: 0 0 12px;
}

.hp-custom-info__label {
  opacity: 0.4;
  width: 90px;
}

.hp-custom-info__data {
  flex: 1;
}

@media (max-width: 1200px) {
  #hp-map {
    height: 570px;
  }
}

@media (max-width: 767px) {
  #hp-map {
    height: 500px;
  }

  .hp-map-search {
    width: 250px;
    top: 10px;
    left: 10px;
  }

  #hp-map__search-field {
    border-radius: 8px;
    font-size: 15px;
    padding: 12px;
  }

  .hp-custom-info-window {
    bottom: 10px;
    left: 10px;
    width: 250px;
    height: calc(100% - 70px);
    padding: 12px;
  }

  .hp-map-area .hp-custom-info-window .hp-custom-info-window__subtitle {
    font-size: 15px;
    margin: 18px 0 0;
  }

  .hp-map-area .hp-custom-info-window .hp-custom-info-window__title {
    font-size: 18px;
  }

  .hp-map-area .hp-custom-info-window .hp-prev-btn,
  .hp-map-area .hp-custom-info-window .hp-next-btn {
    padding: 0;
    background-color: transparent;
  }

  .hp-prev-btn path,
  .hp-next-btn path {
    transition: 0.3s;
  }

  .hp-prev-btn:hover path,
  .hp-next-btn:hover path {
    fill: #8ce476 !important;
  }
}

@media (max-width: 575px) {
  .hp-map-area .hp-custom-info-window .hp-custom-info-window__subtitle {
    font-size: 14px;
  }

  .hp-map-area .hp-custom-info-window .hp-custom-info-window__title {
    font-size: 16px;
  }

  .hp-map-search {
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
  }

  .hp-custom-info-window {
    bottom: 16px;
    left: 10px;
    width: calc(100% - 20px);
    height: auto;
    flex-direction: row;
    gap: 15px;
  }

  .hp-map-area .hp-custom-info-window .hp-custom-info-window__subtitle {
    margin-top: 0;
  }

  .hp-map-area .hp-custom-info-window .hp-custom-info-window__subtitle,
  .hp-map-area .hp-custom-info-window .hp-custom-info-window__title {
    text-align: start;
  }

  .hp-custom-info-window img {
    margin: 0;
    flex: 1;
    width: 130px;
    aspect-ratio: 1/1;
    object-fit: cover;
  }

  .hp-map-area .hp-custom-info-window .hp-prev-btn,
  .hp-map-area .hp-custom-info-window .hp-next-btn {
    margin: 0;
    rotate: -90deg;
  }

  .hp-custom-info-window {
    display: block !important;
  }

  .hp-custom-info-window__content {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 15px;
  }

  .hp-custom-info {
    margin: 10px 0 0;
  }

  .hp-map-area .hp-custom-info-window .hp-custom-info-window__title {
    margin: 0;
  }

  .hp-map-area .hp-custom-info-window .hp-prev-btn,
  .hp-map-area .hp-custom-info-window .hp-next-btn {
    rotate: 0deg;
    margin-bottom: 15px;
  }

  .hp-custom-info-window__content__text {
    flex: 2;
  }
}

@media (max-width: 420px) {
  .hp-custom-info-window img {
    display: none;
  }
}

/* ****************************** */
/* ******** User Dashboard ****** */
/* ****************************** */
.subscription-details {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.subscription-details label {
  width: 100%;
}

.woocommerce-MyAccount-content p {
  display: none;
}

.subscription-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ccc; /* Optional: add a border for separation */
}

/* Remove border for the last row */
.subscription-row:last-child {
  border-bottom: none; /* No border for the last item */
}

.subscription-label {
  font-weight: bold; /* Optional: make labels bold */
  width: 40%; /* Adjust the width as needed */
}

.subscription-value {
  width: 60%; /* Adjust the width as needed */
  text-align: right; /* Align the value to the right */
}

.subscription-actions {
  margin-top: 20px;
}

.action-button {
  padding: 10px 20px;
  margin-right: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s, color 0.3s;
}

.cancel-button {
  background-color: #f44336; /* Red color for cancel */
  color: white;
}

.cancel-button:hover {
  background-color: #d32f2f; /* Darker red on hover */
}

.charge-button {
  background-color: #4caf50; /* Green color for charge */
  color: white;
}

.charge-button:hover {
  background-color: #388e3c; /* Darker green on hover */
}

#subscription-price {
  border: 1px solid #000;
}

.subscription-selector-row {
  display: flex;
}

#subscription-selector {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#subscription-selector.hidden {
  display: none;
}

#subscription-type {
  margin-left: 10px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ccc;
}

/* ****************************** */
/* ******** Donation Popup ****** */
/* ****************************** */
.ha-popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9999999999;
  overflow: auto;
  display: none;
}

.ha-popup__inner {
  position: relative;
}

.ha-donation-popup .ha-popup__close {
  position: fixed;
  top: 10px;
  right: 30px;
  z-index: 9;
  padding: 4px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 5px 0 #00000034;
  background-color: transparent !important;
}

.ha-popup__close svg {
  pointer-events: none;
}

.ha-popup__close path {
  transition: 0.3s;
  fill: #ffffff;
}

.ha-popup__close:hover path {
  fill: red;
}

.ha-donation-form {
  flex: 1;
  padding: 32px;
  position: relative;
  z-index: 1;
}

.ha-popup__main-content__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  margin: 0;
}

.ha-popup__main-content__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
  border-radius: 0;
}

.ha-popup__thumb {
  position: relative;
  height: 100vh;
  width: 51%;
  z-index: 1;
  margin: 0;
  position: sticky;
  top: 0;
}

.ha-popup__thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.ha-popup__thumb::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
}

.ha-popup__thumb__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  font: 500 86px var(--global-font);
  margin: 15px;
  color: var(--light-color);
  width: 80%;
  max-width: 490px;
}

.ha-popup__logo {
  display: inline-block;
  max-width: 126px;
}

.ha-donation-form__inner-content {
  padding: 70px 53px 50px;
}

.ha-popup__title {
  font: 500 34px var(--global-font);
  line-height: 1.2;
  color: #123218;
  margin: 0 0 34px;
}

.ha-popup__box {
  padding: 25px 20px;
  border-radius: 10px;
  background-color: #123218;
  margin: 0 0 35px;
}

.ha-popup__check-field:not(:last-child) {
  margin-bottom: 16px;
}

.ha-popup__check-field.ha-flex {
  gap: 15px;
}

.ha-popup__box .ha-custom-check {
  height: 30px;
  width: 30px;
  margin-right: 15px;
}

.ha-popup__box .ha-custom-check {
  height: 30px;
  width: 30px;
  margin-right: 15px;
}

.ha-custom-check {
  height: 20px;
  width: 20px;
  margin-right: 16px;
}

.ha-custom-check {
  position: relative;
  display: inline-block;
}

.ha-custom-check::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: 0.3s;
}

.ha-popup__box .ha-custom-check::before {
  border-radius: 8px;
}

.ha-popup__box
  .ha-donation-form__check
  + .ha-donation-form__label
  .ha-custom-check::before {
  background-color: transparent;
  border-color: var(--light-color);
}

.ha-popup__box
  .ha-donation-form__check:checked
  + .ha-donation-form__label
  .ha-custom-check::before {
  background-color: var(--light-color);
  border-color: transparent;
}

.ha-donation-form__check + .ha-donation-form__label .ha-custom-check::before {
  background-color: transparent;
  border-color: #123218;
}

.ha-donation-form__check:checked
  + .ha-donation-form__label
  .ha-custom-check::before {
  background-color: #123218;
  border-color: transparent;
}

.ha-custom-check::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 20%;
  rotate: -35deg;
  height: 30%;
  width: 60%;
  border: solid transparent;
  border-width: 0 0 3px 3px;
  transition: 0.3s;
}

.ha-donation-form__check + .ha-donation-form__label .ha-custom-check::after {
  border-color: transparent;
}

.ha-popup__box
  .ha-donation-form__check:checked
  + .ha-donation-form__label
  .ha-custom-check::after {
  border-color: #123218;
}

.ha-donation-form__check:checked
  + .ha-donation-form__label
  .ha-custom-check::after {
  border-color: var(--light-color);
}

.ha-donation-form__label__icon {
  margin-right: 15px;
  line-height: 0;
}

.ha-donation-form__label:not(.ha-flex) {
  display: inline-block;
}

.ha-donation-form__label {
  font: 500 20px var(--global-font);
  color: #123218;
}

.ha-collapse-trigger {
  cursor: pointer;
  transition: 0.3s;
}

/* .ha-collapse-trigger:hover {
  color: #26a73e;
} */

.ha-popup__box .ha-donation-form__label {
  color: var(--light-color);
}

.ha-donation-form__check {
  display: none;
}

.ha-select-wrap {
  position: relative;
}

.ha-select-wrap::after {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  border: solid #123218;
  border-width: 0 0 2px 2px;
  rotate: -45deg;
  top: 40%;
  right: 15px;
  transform: translateY(-50%);
}

.ha-radio-fields .ha-donation-form__label {
  cursor: pointer;
}

.ha-donation-form__select,
.ha-radio-fields .ha-donation-form__label,
.ha-radio-fields .ha-donation-form__input,
.ha-donation-form__fields .ha-donation-form__input,
.ha-donation-form__fields .ha-donation-form__textarea,
.ha-donation-form__field-group .ha-donation-form__title {
  width: 100%;
  background-color: transparent;
  font: 22px var(--global-font);
  font-weight: 500 !important ;
  border-radius: 10px;
  color: #123218 !important;
  border: 1px solid #123218;
  padding: 14px 15px;
  transition: 0.3s;
  border-style: solid !important;
  text-align: start;
}

.ha-editable-amount {
  display: block;
}

/* .ha-editable-amount__input {
  pointer-events: none;
} */

.ha-collapse-content {
  overflow: hidden;
  display: none;
}

.ha-select-wrap .ha-donation-form__select {
  appearance: none;
}

.ha-popup__box .ha-donation-form__select,
.ha-donation-form__field-group .ha-donation-form__title {
  background-color: #edfbee;
  border-color: transparent;
}

.ha-donation-form__field-group {
  margin-top: 35px;
}

.ha-radio-fields .ha-donation-form__label,
.ha-radio-fields .ha-donation-form__input,
.ha-donation-form__field-group .ha-donation-form__title {
  text-align: center;
  margin: 0;
}

.ha-donation-form__field-group .ha-radio-fields {
  display: grid;
  margin-top: 35px;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 22px;
  margin-bottom: 60px;
}

.ha-radio-fields .ha-donation-form__radio {
  display: none;
}

.ha-radio-fields .ha-donation-form__label,
.ha-radio-fields .ha-donation-form__input,
.ha-donation-form__fields .ha-donation-form__textarea {
  background-color: #edfbee !important;
}

.ha-radio-fields .ha-donation-form__radio:checked + .ha-donation-form__label {
  outline: 1px solid var(--dark-color);
  background-color: var(--dark-color) !important;
  color: #ffffff !important;
}

/* .ha-radio-fields
  .ha-donation-form__radio:checked
  + .ha-editable-amount
  .ha-editable-amount__input {
  pointer-events: all;
} */

.ha-donation-form__field-group__title {
  font: 500 28px var(--global-font);
  margin: 0 0 20px;
  color: #123218;
}

.ha-donation-form__fields .ha-donation-form__field {
  margin: 0 0 30px;
}

.ha-radio-fields .ha-donation-form__input {
  position: relative;
}

.ha-donation-form__fields .ha-donation-form__field {
  position: relative;
}

.ha-donation-form__fields .ha-donation-form__field .ha-animated-label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: 0.3s;
  transform-origin: left;
}

/* .ha-donation-form__fields
    .ha-donation-form__field
    .ha-donation-form__input:focus
    + .ha-animated-label,
.ha-donation-form__fields
    .ha-donation-form__field
    .ha-donation-form__input:not([value=""])
    + .ha-animated-label, */
.ha-animated-label.active,
.ha-animated-label.active-always {
  top: 8px !important;
  transform: translateY(-5px) scale(0.5) !important;
}

.ha-animated-field .ha-donation-form__input {
  padding: 22px 15px 8px !important;
  background-color: transparent !important;
}

.ha-animated-field .ha-donation-form__input::placeholder {
  color: #123218;
  font-size: 20px;
}

.ha-popup__message-field {
  padding-top: 25px;
  border-top: 1px solid #848484;
}

.ha-popup__message-field .ha-donation-form__label {
  margin-bottom: 25px;
  gap: 15px;
}

.ha-popup__message-field .ha-collapse-icon {
  position: relative;
  width: 24px;
  height: 24px;
  /* transition: 0.1s; */
}

.active-trigger .ha-collapse-icon {
  transform: rotate(90deg);
}

.ha-popup__message-field .ha-collapse-icon::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 24px;
  background-color: #123218;
  top: 50%;
  right: 0;
  transition: 0.3s;
}

.ha-popup__message-field .ha-collapse-icon::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 24px;
  background-color: #123218;
  top: 50%;
  right: 0;
  rotate: 90deg;
  transition: 0.3s;
}

.active-trigger .ha-collapse-icon::before {
  transform: scaleX(0);
  transform-origin: left;
}

.ha-donation-form__field__wrap {
  display: flex;
  gap: 25px;
  position: relative;
}

.ha-donation-form__field__wrap .ha-donation-form__field {
  flex: 1;
}

.ha-donation-form__fields .ha-donation-form__textarea {
  display: block;
  height: 165px;
  resize: none;
}

.ha-donation-form__info {
  margin-top: 65px;
}

.ha-donation-form__info__title {
  font: 500 28px var(--global-font);
  line-height: 1.2;
  margin: 0 0 20px;
  color: #123218;
}

.ha-donation-form__info > .ha-flex {
  gap: 20px;
}

.ha-donation-form__info__figure {
  margin: 0;
  max-width: 65px;
}

.ha-donation-form__info__dsc {
  font: 400 16px var(--global-font);
  color: #123218;
  margin: 0;
  max-width: 380px;
  line-height: 1.5;
}

.ha-donation-form__info-block {
  padding: 32px;
  border-radius: 20px;
  background-color: #edfbee;
}

.ha-donation-form__info-block .ha-donation-form__info__title {
  font: 500 22px var(--global-font);
  margin: 0 0 6px;
  color: #123218;
}

.ha-donation-form__info-block .ha-donation-form__info__figure {
  max-width: 30px;
  margin-right: 15px;
}

.ha-donation-popup .ha-donation-form__submit {
  margin: 60px auto 0;
  display: block;
  width: max-content;
  font: 500 17px var(--global-font);
  color: var(--dark-color);
  padding: 14px 24px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  background-color: var(--primary-color);
  transition: 0.3s;
}

.ha-donation-form__submit:hover {
  color: var(--light-color);
  background-color: #51b837;
}

@media (max-width: 1280px) {
  .ha-donation-form__inner-content {
    padding: 50px 0;
  }

  .ha-popup__thumb__caption {
    font-size: 66px;
  }
}

@media (max-width: 991px) {
  .ha-popup__thumb__caption {
    font-size: 48px;
  }

  .ha-popup__box .ha-custom-check {
    height: 24px;
    width: 24px;
  }

  .ha-popup__box .ha-custom-check::before {
    border-radius: 5px;
  }

  .ha-popup__box .ha-custom-check,
  .ha-donation-form__label__icon {
    margin-right: 10px;
  }

  .ha-donation-form__info {
    margin-top: 40px;
  }

  .ha-donation-form__info-block {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .ha-donation-form__field__wrap {
    display: block;
    gap: 0;
  }

  .ha-donation-form {
    padding: 20px;
  }

  .ha-popup__title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .ha-donation-form__inner-content {
    padding: 30px 0;
  }

  .e--ua-isTouchDevice.e--ua-appleWebkit .ha-donation-form__inner-content {
    padding: 30px 0 100px;
  }

  .ha-popup__thumb {
    display: none;
  }

  .ha-popup__message-field .ha-collapse-icon {
    width: 20px;
    height: 20px;
  }

  .ha-donation-form__info__title {
    font-size: 24px;
  }

  .ha-donation-form__label {
    font-size: 18px;
  }

  .ha-donation-form__select,
  .ha-radio-fields .ha-donation-form__label,
  .ha-radio-fields .ha-donation-form__input,
  .ha-donation-form__fields .ha-donation-form__input,
  .ha-donation-form__fields .ha-donation-form__textarea,
  .ha-donation-form__field-group .ha-donation-form__title {
    font-size: 18px;
  }

  .ha-donation-form__fields .ha-donation-form__field {
    margin: 0 0 20px;
  }

  .ha-donation-form__info {
    margin-top: 30px;
  }

  .ha-select-wrap::after {
    height: 10px;
    width: 10px;
  }

  .ha-popup__message-field .ha-collapse-icon::before,
  .ha-popup__message-field .ha-collapse-icon::after {
    width: 20px;
  }
}

@media (max-width: 575px) {
  .ha-popup__message-field .ha-collapse-icon::before,
  .ha-popup__message-field .ha-collapse-icon::after {
    width: 17px;
  }

  .ha-popup__message-field .ha-collapse-icon {
    width: 17px;
    height: 17px;
  }

  .ha-donation-form__fields .ha-donation-form__field {
    margin: 0 0 15px;
  }

  .ha-donation-form__info > .ha-flex {
    gap: 10px;
  }

  .ha-donation-form__submit {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .ha-donation-form__field-group .ha-radio-fields {
    margin-top: 25px;
    gap: 15px;
    margin-bottom: 40px;
  }

  .ha-popup__message-field .ha-collapse-icon::before,
  .ha-popup__message-field .ha-collapse-icon::after {
    width: 15px;
  }
}

.ha-error-message {
  color: red;
  font-size: 13px;
  margin: -20px 0 0px;
  transform: translateY(20px);
}

.ha-input-error {
  border: 2px solid red;
}

/* Account page */
.woocommerce-account .page-header {
  background-color: var(--e-global-color-accent);
  padding: 15px 20px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  background-color: var(--e-global-color-accent) !important;
  color: #000000;
}

.woocommerce-account .page-header h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
}

.woocommerce-account .woocommerce h2 {
  display: none;
}

.woocommerce-account .woocommerce input {
  border-style: solid !important;
  border-color: #dddddd;
}

.woocommerce-account .woocommerce a {
  color: #333333;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 15px;
  background-color: #d6e7d1;
  margin-bottom: 8px;
  border-radius: 6px;
  text-decoration: none;
  color: #000000;
}

.woocommerce-MyAccount-navigation li.is-active a {
  background-color: var(--e-global-color-accent);
}

/* #donation-type {
  display: none;
} */

/* Date Picker Style */
.jquery-datepicker.is-popup {
  z-index: 99999999999 !important;
}

.swiper-slide-contents:not(.swiper-slide-active .swiper-slide-contents) {
  animation: none !important;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

.ha-donation-form__label a {
  margin-left: 5px;
}
