.ft__wrappers {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: unset;
  @media (width>=768px) {
    padding-right: 0;
  }
  @media (width>=1400px) {
    /* padding-right: 20px; */
  }
  @media (width<992px) {
    flex-wrap: wrap;
  }
}

.copy-right p {
  font-size: 12px;
  color: var(--color3) !important;
  @media (width>=992px) {
    font-size: 14px;
  }
  @media (width<992px) {
    text-align: center;
  }
}

.copy-right {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background-color: #ffffff;
  padding: 10px;
  font-size: 12.5px;
  @media (width>=768px) {
    justify-content: space-between;
  }
  @media (width>=992px) {
    padding: 7px 63px;
  }
  @media (width>=768px) and (width<992px) {
    margin-bottom: 6px;
  }
  @media (width<768px) {
    margin-bottom: 6rem;
  }
  @media (width<992px) {
    position: relative;
    text-align: center;
  }
}

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

.scripts-mobile {
  gap: 16px;
  margin-top: 11px;
  padding-inline: 1px;
}

.scripts a,
.scripts img {
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
}

.websima-logo,
.scripts img {
  flex-shrink: 0;
}

.ft__feature {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #f88e1e;
  z-index: 1;
  gap: 24px;
  padding: 14px;
  overflow: hidden;
  @media (width>=992px) and (width<1400px) {
    justify-content: space-between;
  }
  @media (width>=1400px) {
    padding: 28px 124px;
    gap: 112px;
  }
  @media (width<1400px) {
    flex-wrap: wrap;
  }
  @media (width<425px) {
    padding: 12px 6px;
    gap: 18px 8px;
  }
  @media (width<375px) {
    gap: 12px 6px;
  }
}

.ft__feature::after {
  content: "\e92f";
  filter: blur(30px);
  position: absolute;
  font-size: 250px;
  line-height: 1;
  z-index: -2;
  font-family: "icomoon";
  color: #ffac54;
  inset: auto;
  pointer-events: none;
}

.ft__feature::before {
  content: url("../img/honey.svg");
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
}

.ft__feature__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  @media (width>=992px) {
    gap: 14px;
  }
  @media (width<992px) {
    flex: 1 0 44%;
    justify-content: flex-start;
  }
  @media (width<425px) {
    flex: 1 0 40%;
    justify-content: flex-start;
    gap: 12px;
  }
  @media (width<375px) {
    gap: 4px;
  }
}

.ft__feature__item i::after {
  position: absolute;
  z-index: -1;
  font-family: "icomoon";
  opacity: 0.51;
  filter: blur(2px);
  display: flex;
  line-height: 1;
  content: "\e90d";
  top: 2px;
  left: 2px;
  font-size: 18px;
}

.ft__feature__item i {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: radial-gradient(
    170.82% 170.82% at 113.39% 100%,
    #f88e1e 0%,
    #fbaf0f 100%
  );
  width: 44px;
  height: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  z-index: 1;
  position: relative;
  @media (width>=992px) {
    border-radius: 18px;
    width: 64px;
    height: 64px;
    font-size: 24px;
  }
  @media (width<992px) {
    flex-shrink: 0;
  }
  @media (width<375px) {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}

.ft_features__title {
  font-size: 14px;
  color: #fff;
  @media (width>=992px) {
    font-size: 16px;
  }
  @media (width<425px) {
    font-size: 13px;
  }
  @media (width<375px) {
    font-size: 12px;
  }
}

.feature-div-footer {
  column-gap: 8px;
  justify-content: center;
  @media (width<992px) {
    min-width: 115px;
    width: 48%;
    max-width: 49%;
  }
  @media (width>=992px) {
    flex: 1;
  }
}
.feature-div-footer.middle {
  width: 1rem;
  flex: none;
  margin: 0 auto;
}
.feature-footer {
  column-gap: 2rem;
  margin-bottom: -5rem;
  background-color: var(--color3);
  border-radius: 30px;
  padding: 20px 12px 42px;
  z-index: 1;
  position: relative;
  border-top: 3px solid var(--color1);
  @media (width>=992px) {
    margin-bottom: -2.5rem;
    padding: 1.875rem 3.9rem 2.2rem;
    border-radius: 60px;
  }
  @media (width<992px) {
    flex-wrap: wrap;
    gap: 20px 8px;
    margin-inline: 10px;
  }
}

.feature-footer :is(p, span, h6) {
  color: white;
}

.feature-footer .feature__title {
  font-size: clamp(11.5px, 2vw, 16px);
  font-family: var(--main_font);
  font-variation-settings: var(--w-500);
}

.feature-footer p {
  font-size: 12px;
}

.feature-footer span {
  background: #ffffff29;
  width: clamp(30px, 3.6vw, 46px);
  height: clamp(30px, 3.6vw, 46px);
  border-radius: 50%;
  font-size: clamp(16px, 2vw, 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-footer:after {
  display: block;
  z-index: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.25rem;
  content: "\e91c";
  font-size: 1.875rem;
  font-family: "icomoon";
  color: var(--color6);
  line-height: 1;
}

#footer {
  margin-inline: 12px;
  position: relative;
  background-color: var(--color6);
  padding-block: 105px 17px;
  border-radius: 25px 25px 0 0;
  overflow-y: clip;
  @media (width>=992px) {
    padding-block: 70px 64px;
    border-radius: 50px 50px 0 0;
  }
  @media (width<992px) {
    padding-inline: 3px;
  }
}

#footer .container {
  z-index: 9;
  position: relative;
}

#footer span,
#footer p,
#footer a {
  color: rgb(255 255 255 / 90%);
  /* @media (width<576px) {
    font-size: 12px;
  } */
}

#footer :is(h1, h2, h3, h4, h5, h6) {
  color: white;
}

#footer:after {
  @media (width>=992px) {
    background-image: url("../img/footer-before.svg");
    height: 100%;
    width: 31%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    z-index: 0;
    display: block;
    position: absolute;
    bottom: -10.5rem;
    right: 0px;
    border-radius: 0px;
    transform: translate(0, 0);
  }
}

.accordion-in-footer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 0.35s,
    opacity 0.2s;
  padding-right: 12px;
}

.accordion-in-footer > * {
  overflow: hidden;
  min-height: 0;
}

.accordion-in-footer.show {
  opacity: 1;
  grid-template-rows: 1fr;
  transition:
    grid-template-rows 0.35s,
    opacity 1s;
}

.accordion-title .icon-bottom {
  font-size: 7px !important;
  height: 32px;
  width: 32px;
  border: 1px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: 0.3s all linear;
}

.active.accordion-title .icon-bottom {
  transform: rotate(180deg);
}

.accordion-title {
  width: 100%;
  margin-bottom: 14px;
  background: #ffffff33;
  border-radius: 24px;
  padding: 8px 18px 8px 8px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  @media (width>=992px) {
    margin-bottom: 20px;
  }
}

.accordion-title .footer-title {
  margin-bottom: 0 !important;
}

.top-footer {
  background-color: var(--color3);
  border-radius: 34px 34px 0 0;
  height: 130px;
  position: relative;
  @media (width<992px) {
    height: 100% !important;
    padding: 0 2px 10px;
    margin-top: 7.5rem;
  }
}

.logo-footer {
  z-index: 9;
  object-fit: contain;
}

.google-preferred-source {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  margin-top: 28px;
  padding: 20px 15px;
  border-radius: 24px;
  background: #ffffff1f;
  backdrop-filter: blur(4px);
  border: 1px solid rgb(255 255 255 / 18%);
  @media (width>=768px) {
    gap: 14px;
  }
  @media (width>=992px) {
    margin-top: 0;
  }
}

#footer .google-preferred-source__title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  color: #fff;
  /* @media (width>=768px) {
    font-size: 18px;
  } */
}

.google-preferred-source__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: rgb(255 255 255 / 90%);
  @media (width>=768px) {
    font-size: 14px;
  }
}

.google-preferred-source__btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 4px;
  /* @media (width>=992px) {
    justify-content: flex-start;
  } */
}

#footer .google-preferred-source__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  height: 2rem;
  padding: 0 1rem;
  overflow: hidden;
  border-radius: 9999px;
  background: #fff;
  color: #1f1f1f;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  transition: 0.3s;
}

#footer .google-preferred-source__link::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  padding: 2px;
  background-image: linear-gradient(
    90deg,
    #ffc619 5%,
    #4c8def 39%,
    #1ba067 68%,
    #ea473a 95%
  );
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-clip: content-box, border-box;
  mask-composite: exclude;
}

#footer .google-preferred-source__link span {
  color: #1f1f1f;
}

#footer .google-preferred-source__link:hover {
  opacity: 0.8;
}

#footer .google-preferred-source__link:active {
  scale: 0.97;
}

.google-preferred-source__g {
  flex-shrink: 0;
}

.ft__cols {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.ft__desc {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 38px;
  text-align: center;
  margin-block: 12px;
}

.top_footer {
  margin-bottom: 40px;
  @media (width>=992px) {
    margin-bottom: 60px;
  }
}

.sub_ft_head {
  font-size: 16px;
  color: white !important;
  margin-bottom: 15px;
  font-weight: 400;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2.4rem;
  position: relative;
  z-index: 1;
  @media (width>=992px) {
    margin-top: -2rem;
  }
  @media (width<992px) {
    margin-bottom: 0.5rem;
    transform: translateY(0rem);
  }
  @media (width<426px) {
    width: 4rem;
  }
}

.ft__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.ft__socials i {
  font-size: 33px;
  object-fit: scale-down;
  color: #ffffff;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all linear;
  line-height: 1;
}

.ft__socials a:hover i {
  color: var(--color1) !important;
}

.ft__socials a:hover i:before {
  color: var(--color1) !important;
}

.wrap-ft-menu {
  padding: 0;
  @media (width>=992px) {
    padding: 0 5px;
  }
}

.wrap-ft-menu:first-child {
  @media (width<768px) {
    flex: 1 0 100%;
    margin-bottom: 12px;
  }
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  font-size: 16px;
}

.footer-contact a {
  font-size: 14px;
}

.footer-contact li i {
  flex-shrink: 0;
  padding: 2px;
  font-size: 18px;
  color: #13232a;
  background-color: white;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s all linear;
  border: 1px solid transparent;
}

.footer-contact li:hover i {
  border: 1px solid var(--color2);
  color: white;
  background-color: var(--color2);
}

.footer-title {
  font-size: 16px;
  margin-bottom: 20px;
  @media (width<768px) {
    font-size: 14px;
  }
}

.footer-sub-menu a {
  font-size: 14px;
  padding-bottom: 12px;
  display: block;
  position: relative;
  color: white !important;
  transition: 0.3s all linear;
  @media (width<425px) {
    font-size: 13px;
  }
}

.footer-sub-menu a:hover {
  color: var(--color2) !important;
}

.copy-txt {
  color: var(--color1) !important;
}

.script-desk {
  width: 107px;
  justify-content: end !important;
}

.enamad {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
}

.enamad .namad-link,
.samandehi .namad-link {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 50px;
  height: 50px;
}

.enamad .namad-link img {
  object-fit: contain;
  width: 100%;
}

.socials a {
  display: inline-block;
  margin: 0 5px;
}
@media (width<992px) {
  body.has-bottom-nav {
    padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  }

  body.has-bottom-nav .copy-right {
    margin-bottom: 12px;
  }
}

.quick__access {
  position: fixed;
  z-index: 989;
  inset: auto 8px 12px 8px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-height: 56px;
  height: auto;
  padding: 6px 8px calc(8px + env(safe-area-inset-bottom, 0px));
  border-radius: 16px;
  border: 1px solid #26465314;
  box-shadow: 0 8px 24px rgba(38, 70, 83, 0.12);
  max-width: 720px;
  margin: 0 auto;
}

.quick__access__text {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  color: var(--color4);
  text-align: center;
  white-space: nowrap;
  @media (width>=768px) {
    font-size: 14px;
  }
}

.quick__access__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 44px;
  min-height: 44px;
  padding: 4px 12px;
  border-radius: 12px;
  background: none;
  width: auto;
  height: auto;
  flex: 1;
}

.quick__access__item i {
  font-size: 20px;
  line-height: 1;
  color: var(--color4);
}

.quick__access__item i::before {
  color: var(--color4);
}

.quick__access__item .navtop__cart__count {
  top: 2px;
  left: 50%;
  margin-left: -22px;
}

.home-btn {
  display: flex;
}

.icon-home {
  color: var(--color4);
  font-size: 22px;
}
