@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Bold.woff2") format("woff2"), url("../fonts/Alexandria/Alexandria-Bold.woff") format("woff"), url("../fonts/Alexandria/Alexandria-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Black.woff2") format("woff2"), url("../fonts/Alexandria/Alexandria-Black.woff") format("woff"), url("../fonts/Alexandria/Alexandria-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Thin.woff2") format("woff2"), url("../fonts/Alexandria/Alexandria-Thin.woff") format("woff"), url("../fonts/Alexandria/Alexandria-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-ExtraLight.woff2") format("woff2"), url("../fonts/Alexandria/Alexandria-ExtraLight.woff") format("woff"), url("../fonts/Alexandria/Alexandria-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Light.woff2") format("woff2"), url("../fonts/Alexandria/Alexandria-Light.woff") format("woff"), url("../fonts/Alexandria/Alexandria-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Regular.woff2") format("woff2"), url("../fonts/Alexandria/Alexandria-Regular.woff") format("woff"), url("../fonts/Alexandria/Alexandria-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Medium.woff2") format("woff2"), url("../fonts/Alexandria/Alexandria-Medium.woff") format("woff"), url("../fonts/Alexandria/Alexandria-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-SemiBold.woff2") format("woff2"), url("../fonts/Alexandria/Alexandria-SemiBold.woff") format("woff"), url("../fonts/Alexandria/Alexandria-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Bold.woff2") format("woff2"), url("../fonts/Alexandria/Alexandria-Bold.woff") format("woff"), url("../fonts/Alexandria/Alexandria-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-ExtraBold.woff2") format("woff2"), url("../fonts/Alexandria/Alexandria-ExtraBold.woff") format("woff"), url("../fonts/Alexandria/Alexandria-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Black.woff2") format("woff2"), url("../fonts/Alexandria/Alexandria-Black.woff") format("woff"), url("../fonts/Alexandria/Alexandria-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* General Resets */
* {
  outline: 0 !important;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  outline: 0;
}

a,
img,
button,
input,
select {
  transition: all 0.3s ease;
}

[role=button] {
  cursor: pointer;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

input {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
  display: none;
}
input::-webkit-inner-spin-button, input::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

select {
  background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.9999 15.4006C10.3582 15.4006 9.71656 15.1531 9.23073 14.6672L3.25406 8.69057C2.98823 8.42474 2.98823 7.98474 3.25406 7.71891C3.5199 7.45307 3.9599 7.45307 4.22573 7.71891L10.2024 13.6956C10.6424 14.1356 11.3574 14.1356 11.7974 13.6956L17.7741 7.71891C18.0399 7.45307 18.4799 7.45307 18.7457 7.71891C19.0116 7.98474 19.0116 8.42474 18.7457 8.69057L12.7691 14.6672C12.2832 15.1531 11.6416 15.4006 10.9999 15.4006Z" fill="%23B2B2B2"/></svg>');
  background-repeat: no-repeat;
  background-size: 22px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: left 16px top 50%;
}
html[dir=ltr] select {
  background-position: right 16px top 50%;
}

.fa-linkedin::before {
  content: "\f0e1";
}

.fa-twitter::before {
  content: "\e61b";
}

.fa-facebook::before {
  content: "\f39e";
}

a,
button {
  cursor: pointer;
}

html {
  scroll-behavior: unset !important;
}

body {
  font-family: Alexandria;
  font-weight: 400;
}
@supports (-moz-appearance: none) {
  body {
    scrollbar-width: thin;
    scrollbar-color: #eb4f53 #f0f0f0;
  }
}
@supports selector(::-webkit-scrollbar) {
  body::-webkit-scrollbar {
    background-color: #f0f0f0;
    width: 4px;
    border-radius: 3px;
  }
  body::-webkit-scrollbar-thumb {
    background-color: #eb4f53;
    border-radius: 3px;
  }
}

.overflow {
  overflow: hidden;
}

.container {
  --bs-gutter-x: 40px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}

.container-fluid {
  --bs-gutter-x: 40px;
}

.row {
  --bs-gutter-x: 40px;
}
.row > * {
  --bs-gutter-x: 40px;
}

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

.img-contain {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.en {
  direction: ltr;
  display: inline-flex;
}

.section-head {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .section-head {
    flex-direction: row;
    gap: 6px;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
  }
}
.section-head:has(.swiper-navs) .section-title {
  width: calc(100% - 100px);
  flex-shrink: 0;
}

.section-title {
  font-size: 34px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 26px;
  }
}

.main-slider {
  position: relative;
}
.main-slider .swiper {
  overflow: unset;
}
.main-slider .main-swiper-pagination {
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  --swiper-pagination-bullet-horizontal-gap: 0;
  margin: 0;
  z-index: 2;
}
.main-slider .main-swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 8px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 50%;
  opacity: 1;
  background-color: #d9d9d9;
  transition: all 0.3s ease-in-out;
}
.main-slider .main-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #eb4f53;
}
@media (max-width: 767px) {
  .main-slider .main-swiper-pagination {
    bottom: 0;
  }
}
.main-slider .main-swiper-btn {
  position: absolute;
  top: 162px;
  width: 41px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  z-index: 12;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
html[dir=rtl] .main-slider .main-swiper-btn i {
  transform: scaleX(-1);
}
.main-slider .main-swiper-btn:hover {
  background-color: #eb4f53;
}
.main-slider .main-swiper-btn.swiper-btn-next {
  inset-inline-end: 14px;
}
.main-slider .main-swiper-btn.swiper-btn-prev {
  inset-inline-start: 14px;
}
@media (max-width: 767px) {
  .main-slider .main-swiper-btn {
    display: none;
  }
}

.coupons_slider-content {
  position: relative;
}
.coupons_slider-content .swiper {
  overflow: unset;
}

.swiper-navs {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  gap: 12px;
}

.swiper-btn {
  width: 41px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e1e1e;
  font-size: 17px;
  z-index: 12;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
html[dir=rtl] .swiper-btn i {
  transform: scaleX(-1);
}
.swiper-btn:hover {
  border-color: #eb4f53;
  background-color: #eb4f53;
  color: #fff;
}
.swiper-btn.swiper-button-lock {
  display: none;
}

@media (min-width: 768px) {
  .modal .modal-dialog {
    --bs-modal-width: 750px;
    margin-inline: auto;
    width: var(--bs-modal-width);
  }
}
.modal .modal-content {
  border-radius: 24px;
  border: none;
  padding: 0;
  position: relative;
  max-height: calc(100dvh - 100px);
  overflow-y: auto;
}
@supports (-moz-appearance: none) {
  .modal .modal-content {
    scrollbar-width: thin;
    scrollbar-color: #eb4f53 #f1f1f1;
  }
}
@supports selector(::-webkit-scrollbar) {
  .modal .modal-content::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    border-radius: 3px;
  }
  .modal .modal-content::-webkit-scrollbar-thumb {
    background-color: #eb4f53;
    border-radius: 3px;
  }
}
.modal .modal-content > :last-child {
  margin-bottom: 0;
}
.modal .modal-close {
  position: absolute;
  top: 12px;
  inset-inline-end: 12px;
  width: 36px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  font-size: 19px;
  margin-inline-start: auto;
  opacity: 0.5;
  z-index: 3;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
.modal .modal-close:focus {
  color: #1e1e1e;
}
.modal .modal-close:hover {
  background-color: #e03939;
  color: #fff;
  opacity: 1;
}
.modal .modal-body {
  padding: 40px 20px 20px;
  margin: 0;
}
@supports (-moz-appearance: none) {
  .modal .modal-body {
    scrollbar-width: thin;
    scrollbar-color: #eb4f53 #f1f1f1;
  }
}
@supports selector(::-webkit-scrollbar) {
  .modal .modal-body::-webkit-scrollbar {
    background-color: #f1f1f1;
    width: 4px;
    height: 0;
    border-radius: 3px;
  }
  .modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #eb4f53;
    border-radius: 3px;
  }
}

.coupon_modal {
  display: flex;
  flex-direction: column;
}
.coupon_modal .coupon_modal-main {
  display: flex;
  align-items: start;
  gap: 24px;
}
@media (max-width: 767px) {
  .coupon_modal .coupon_modal-main {
    flex-direction: column;
    gap: 12px;
  }
}
.coupon_modal .coupon_modal-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  max-width: 423px;
  aspect-ratio: 423/222;
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.coupon_modal .coupon_modal-img:after {
  content: "";
  inset: 0;
  position: absolute;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%231E1E1EFF' stroke-width='2' stroke-dasharray='21%2c 17%2c 15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  pointer-events: none;
  border-radius: 24px;
  z-index: 2;
}
@media (max-width: 767px) {
  .coupon_modal .coupon_modal-img {
    width: 100%;
    max-width: 250px;
  }
}
.coupon_modal .coupon_modal-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.coupon_modal .coupon_modal-title {
  font-size: 16px;
  font-weight: 400;
  color: #1e1e1e;
  margin: 0 0;
}
.coupon_modal .coupon_modal-hint {
  font-size: 14px;
  font-weight: 700;
  color: #1e1e1e;
  margin: 0 0;
}
.coupon_modal .coupon_modal-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}
.coupon_modal .coupon_modal-btn {
  background-color: #f0f0f0;
  border-radius: 24px;
  height: 48px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-width: 200px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #eb4f53;
  position: relative;
  border: none;
}
.coupon_modal .coupon_modal-btn:before, .coupon_modal .coupon_modal-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.coupon_modal .coupon_modal-btn::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%237c7c7c' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.coupon_modal .coupon_modal-btn:after {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23eb4f53' stroke-width='4' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  visibility: hidden;
  opacity: 0;
}
.coupon_modal .coupon_modal-btn:hover::after {
  opacity: 1;
  visibility: visible;
}
.coupon_modal .coupon_modal-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}
.coupon_modal .coupon_modal-btn {
  transition: all 0.3s ease-in-out;
}
.coupon_modal .coupon_modal-btn:hover {
  background-color: rgb(253.2142857143, 239.2857142857, 239.6428571429);
}
@media (max-width: 767px) {
  .coupon_modal .coupon_modal-btn {
    min-width: auto;
  }
}
.coupon_modal .coupon_modal-descTrigger span {
  font-size: 13px;
  color: #1e1e1e;
  opacity: 0.7;
  cursor: pointer;
}
.coupon_modal .coupon_modal-descTrigger span:hover {
  opacity: 1;
}
.coupon_modal .coupon_modal-descTrigger span.hide-text {
  display: none;
}
.coupon_modal .coupon_modal-descTrigger span::after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 15px;
  display: inline-block;
  margin-inline-start: 8px;
}
.coupon_modal .coupon_modal-descTrigger.active span {
  display: none;
}
.coupon_modal .coupon_modal-descTrigger.active span.hide-text {
  display: block;
}
.coupon_modal .coupon_modal-descTrigger.active span.hide-text::after {
  content: "\f077";
}
.coupon_modal .coupon_modal-store {
  height: 42px;
  min-width: 124px;
  background-color: #f0f0f0;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
.coupon_modal .coupon_modal-store:hover {
  background-color: #eb4f53;
  color: #fff;
}
.coupon_modal .coupon_modal-archive {
  font-size: 19px;
  text-decoration: underline;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
.coupon_modal .coupon_modal-archive:focus {
  color: #1e1e1e;
}
.coupon_modal .coupon_modal-archive:hover {
  color: #eb4f53;
}
@media (max-width: 1199px) {
  .coupon_modal .coupon_modal-archive {
    font-size: 16px;
  }
}
.coupon_modal .coupon_modal-feat {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  font-size: 12px;
  font-weight: 300;
}
.coupon_modal .coupon_modal-feat i {
  color: #eb4f53;
}
.coupon_modal .coupon_modal-desc {
  padding: 40px 30px 0;
  display: none;
}
@media (max-width: 767px) {
  .coupon_modal .coupon_modal-desc {
    padding: 30px 10px 0;
  }
}
.coupon_modal .coupon_modal-desc h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 18px;
}
@media (max-width: 1199px) {
  .coupon_modal .coupon_modal-desc h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }
}
.coupon_modal .coupon_modal-desc p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 50px;
}
@media (max-width: 1199px) {
  .coupon_modal .coupon_modal-desc p {
    font-size: 16px;
  }
}
.coupon_modal .coupon_modal-desc :last-child {
  margin-bottom: 0;
}

.main-slide {
  position: relative;
  padding-bottom: 47px;
}
.main-slide .slide-content {
  display: flex;
  background-color: #adcb96;
  border-radius: 24px;
  overflow: hidden;
  height: 365px;
}
@media (max-width: 767px) {
  .main-slide .slide-content {
    height: auto;
    aspect-ratio: 319/171;
  }
}
.main-slide .main-img {
  width: 63%;
  height: 100%;
  flex-shrink: 0;
}
.main-slide .main-img img {
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 991px) {
  .main-slide .main-img {
    width: 100%;
  }
}
.main-slide .main-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  padding: 20px 37px 76px;
}
@media (max-width: 991px) {
  .main-slide .main-text {
    display: none;
  }
}
.main-slide .main-title {
  color: #1e1e1e;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.212;
  margin: 0;
}
@media (min-width: 1400px) {
  .main-slide .main-title {
    font-size: 41px;
  }
}
.main-slide .main-btn {
  background-color: #f0f0f0;
  border-radius: 24px;
  height: 64px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: #1e1e1e;
  position: relative;
  border: none;
}
.main-slide .main-btn:before, .main-slide .main-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.main-slide .main-btn::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%237c7c7c' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.main-slide .main-btn:after {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23eb4f53' stroke-width='4' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  visibility: hidden;
  opacity: 0;
}
.main-slide .main-btn:hover::after {
  opacity: 1;
  visibility: visible;
}
.main-slide .main-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}
.main-slide .main-btn {
  transition: all 0.3s ease-in-out;
}
.main-slide .main-btn:hover {
  color: #eb4f53;
  background-color: #fff;
}
.main-slide .main-logo {
  position: absolute;
  bottom: 0;
  inset-inline-start: 77px;
  width: 138px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid #cdcdcd;
  background-color: #fff;
  padding: 15px;
}
@media (max-width: 767px) {
  .main-slide .main-logo {
    inset-inline-start: 16px;
    width: 75px;
  }
}

.coupon-item {
  position: relative;
  border-radius: 24px;
}
.coupon-item:after {
  content: "";
  inset: 0;
  position: absolute;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%231E1E1EFF' stroke-width='2' stroke-dasharray='21%2c 17%2c 15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  pointer-events: none;
  border-radius: 24px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .coupon-item:after {
    display: none;
  }
}
.coupon-item .item-img {
  border-radius: 24px 24px 0 0;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.coupon-item .item-img img {
  transition: all 0.3s ease-in-out;
}
.coupon-item .item-content {
  background-color: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 30px 30px 12px;
  margin-top: -24px;
  color: #1e1e1e;
}
.coupon-item .item-content :last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .coupon-item .item-content {
    padding: 29px 14px 18px;
  }
}
.coupon-item .item-store {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 13px;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
.coupon-item .item-store:focus {
  color: #1e1e1e;
}
.coupon-item .item-store:hover {
  color: #eb4f53;
}
@media (max-width: 1199px) {
  .coupon-item .item-store {
    font-size: 18px;
    margin-bottom: 9px;
  }
}
.coupon-item .item-title {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  line-height: 1.2;
  padding-inline-end: 58px;
  margin: 0 0 24px;
}
.coupon-item .item-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.coupon-item .item-title a:focus {
  color: inherit;
}
.coupon-item .item-title a:hover {
  color: #eb4f53;
}
@media (max-width: 1199px) {
  .coupon-item .item-title {
    margin-bottom: 23px;
    padding-inline-end: 30px;
  }
}
.coupon-item .item-btn {
  background-color: #f0f0f0;
  border-radius: 24px;
  height: 48px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #eb4f53;
  position: relative;
  border: none;
}
.coupon-item .item-btn:before, .coupon-item .item-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.coupon-item .item-btn::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%237c7c7c' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.coupon-item .item-btn:after {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23eb4f53' stroke-width='4' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  visibility: hidden;
  opacity: 0;
}
.coupon-item .item-btn:hover::after {
  opacity: 1;
  visibility: visible;
}
.coupon-item .item-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}
.coupon-item .item-btn {
  margin: 0 auto 11px;
  transition: all 0.3s ease-in-out;
}
.coupon-item .item-btn:hover {
  background-color: rgb(253.2142857143, 239.2857142857, 239.6428571429);
}
@media (max-width: 1199px) {
  .coupon-item .item-btn {
    margin-inline: 0;
    padding: 0 25px;
    height: 44px;
    margin-bottom: 20px;
  }
}
.coupon-item .item-usage {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  font-size: 12px;
  font-weight: 300;
  color: #1e1e1e;
}
.coupon-item .item-usage i {
  color: #eb4f53;
}
.coupon-item .item-hint {
  position: absolute;
  top: 0;
  bottom: 0;
  inset-inline-end: 0;
  background-color: rgba(235, 79, 83, 0.16);
  border-radius: 24px;
  border-start-start-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  color: #1e1e1e;
  width: 58px;
}
.coupon-item .item-hint span {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
@media (max-width: 1199px) {
  .coupon-item .item-hint {
    font-size: 13px;
    width: 37px;
  }
}
.coupon-item .item-countdown {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  max-width: 250px;
  margin: 0 auto 18px;
}
.coupon-item .item-countdown .item-countdown-item {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  text-align: center;
  flex-direction: column;
  gap: 3px;
}
.coupon-item .item-countdown .item-countdown-item-number {
  font-size: 29px;
  margin: 0;
}
.coupon-item .item-countdown .item-countdown-item-label {
  font-size: 13px;
}
.coupon-item .item-countdown .item-countdown-separator {
  font-size: 29px;
  margin: 0;
}
.coupon-item .item-content:has(.item-countdown) {
  padding-inline-end: 58px;
  padding-bottom: 28px;
}
@media (max-width: 767px) {
  .coupon-item .item-content:has(.item-countdown) {
    padding-inline-end: 37px;
  }
}
.coupon-item .item-content:has(.item-countdown) .item-btn {
  margin-inline: auto;
}

@media (max-width: 1199px) {
  .coupons_slider-content .swiper-slide {
    width: 100%;
    max-width: 323px;
  }
  .coupons_slider-content .swiper-slide .coupon-item {
    width: 100%;
  }
}

.stores-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px 24px;
}
@media (max-width: 991px) {
  .stores-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .stores-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.store-item {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 1px solid #cdcdcd;
  overflow: hidden;
}
.store-item img {
  transition: all 0.3s ease-in-out;
}
.store-item:hover img {
  transform: scale(1.05);
}

.newsletter-content {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .newsletter-content {
    width: 100%;
    max-width: 333px;
    margin: 0 auto;
  }
}
.newsletter-content .newsletter-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-color: #eb4f53;
}
.newsletter-content .newsletter-info {
  position: relative;
  z-index: 2;
  width: 50%;
  max-width: 625px;
  margin-inline-start: auto;
  margin-inline-end: 60px;
  padding: 116px 0 107px;
}
@media (max-width: 991px) {
  .newsletter-content .newsletter-info {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 33px 15px 48px;
    text-align: center;
  }
}
.newsletter-content .newsletter-title {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 30px;
}
.newsletter-content .newsletter-title br {
  display: none;
}
@media (max-width: 991px) {
  .newsletter-content .newsletter-title {
    font-size: 15px;
    margin: 0 auto 88px;
    width: 100%;
    max-width: 275px;
  }
  .newsletter-content .newsletter-title br {
    display: block;
  }
}
.newsletter-content .newsletter-form {
  width: 100%;
  position: relative;
}
.newsletter-content .newsletter-input {
  width: 100%;
  height: 72px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  padding-inline-start: 38px;
  padding-inline-end: 190px;
  font-size: 21px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
.newsletter-content .newsletter-input:focus {
  border-color: #adcb96;
}
.newsletter-content .newsletter-input::-moz-placeholder {
  font-weight: 400;
  color: #7c7c7c;
}
.newsletter-content .newsletter-input::placeholder {
  font-weight: 400;
  color: #7c7c7c;
}
@media (max-width: 991px) {
  .newsletter-content .newsletter-input {
    height: 35px;
    font-size: 12px;
    padding-inline-start: 12px;
    padding-inline-end: 90px;
  }
}
.newsletter-content .newsletter-btn {
  position: absolute;
  top: 6px;
  inset-inline-end: 7px;
  height: 60px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.newsletter-content .newsletter-btn:hover {
  background-color: #eb4f53;
}
@media (max-width: 991px) {
  .newsletter-content .newsletter-btn {
    top: 2px;
    inset-inline-end: 2px;
    height: 31px;
    font-size: 11px;
    padding: 0 15px;
  }
}

.about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  position: relative;
}
.about-content::after {
  content: "";
  position: absolute;
  top: -30px;
  bottom: -40px;
  inset-inline-end: 40%;
  width: 100vw;
  background-color: #f0f0f0;
  z-index: -1;
  border-radius: 1000px;
}
@media (max-width: 767px) {
  .about-content::after {
    top: -62px;
    bottom: unset;
    height: 186px;
    inset-inline-end: 0;
    width: 200vw;
  }
}
@media (max-width: 767px) {
  .about-content {
    flex-direction: column;
    gap: 81px;
  }
}
.about-content .about-logo {
  width: 440px;
  aspect-ratio: 440/134;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .about-content .about-logo {
    width: 264px;
  }
}
.about-content .about-info {
  width: 100%;
  max-width: 757px;
}
.about-content .about-desc {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 20px;
}
.about-content .about-btn {
  background-color: #eb4f53;
  border-radius: 30px;
  height: 60px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 175px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.about-content .about-btn:focus {
  color: #fff;
}
.about-content .about-btn:hover {
  background-color: rgb(167.4693877551, 19.0306122449, 22.8367346939);
}
@media (max-width: 767px) {
  .about-content .about-btn {
    margin: 0 auto;
  }
}

.hero_offer-content {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  padding: 50px 112px;
  aspect-ratio: 1320/470;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hero_offer-content {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .hero_offer-content {
    padding: 70px 30px;
    aspect-ratio: unset;
  }
}
@media (max-width: 767px) {
  .hero_offer-content {
    padding: 30px 20px;
  }
}
.hero_offer-content .hero_offer-text {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .hero_offer-content .hero_offer-text {
    padding-top: 0;
  }
}
.hero_offer-content .hero_offer-title {
  font-size: 41px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .hero_offer-content .hero_offer-title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .hero_offer-content .hero_offer-title {
    font-size: 24px;
  }
}
.hero_offer-content .hero_offer-tools {
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 991px) {
  .hero_offer-content .hero_offer-tools {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 15px;
  }
}
.hero_offer-content .hero_offer-btn {
  background-color: #f0f0f0;
  border-radius: 24px;
  height: 64px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 207px;
  max-width: 100%;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: #1e1e1e;
  position: relative;
  border: none;
}
.hero_offer-content .hero_offer-btn:before, .hero_offer-content .hero_offer-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.hero_offer-content .hero_offer-btn::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%237c7c7c' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.hero_offer-content .hero_offer-btn:after {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23eb4f53' stroke-width='4' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  visibility: hidden;
  opacity: 0;
}
.hero_offer-content .hero_offer-btn:hover::after {
  opacity: 1;
  visibility: visible;
}
.hero_offer-content .hero_offer-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}
.hero_offer-content .hero_offer-btn {
  transition: all 0.3s ease-in-out;
}
.hero_offer-content .hero_offer-btn:hover {
  color: #eb4f53;
  background-color: #fff;
}
@media (max-width: 991px) {
  .hero_offer-content .hero_offer-btn {
    height: 50px;
    font-size: 18px;
    min-width: unset;
  }
}
.hero_offer-content .hero_offer-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .hero_offer-content .hero_offer-countdown {
    gap: 10px;
  }
}
.hero_offer-content .hero_offer-countdown-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 3px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .hero_offer-content .hero_offer-countdown-item {
    font-size: 18px;
  }
}
.hero_offer-content .hero_offer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-slide {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  padding-block: 29px 36px;
  padding-inline: 8px 27px;
}
@media (max-width: 767px) {
  .article-slide {
    padding: 0;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 535px;
    padding: 0 20px 20px;
    margin: 20px auto 0;
  }
}
.article-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  inset-inline-start: unset;
  width: 75%;
  background-color: #eb4f53;
  border-radius: 24px;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .article-slide::after {
    width: 100%;
    inset-inline-start: 0;
    top: unset;
    height: 75%;
  }
}
.article-slide .slide-img {
  width: 43%;
  max-width: 535px;
  aspect-ratio: 535/312;
  border-radius: 24px;
  overflow: hidden;
  flex-shrink: 0;
  border: 8px solid #ffffff;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
.article-slide .slide-img img {
  transition: all 0.3s ease-in-out;
}
.article-slide .slide-img:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .article-slide .slide-img {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .article-slide .slide-img {
    width: 100%;
  }
}
.article-slide .slide-content {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #ffffff;
}
.article-slide .slide-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 24px;
  line-height: 1.2085;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .article-slide .slide-title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.article-slide .slide-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.article-slide .slide-title a:focus {
  color: inherit;
}
.article-slide .slide-title a:hover {
  color: rgb(253.2142857143, 239.2857142857, 239.6428571429);
}
.article-slide .slide-desc {
  font-size: 16px;
  line-height: 1.2085;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .article-slide .slide-desc {
    font-size: 14px;
  }
}
.article-slide .slide-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  min-width: 198px;
  background-color: #1e1e1e;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.article-slide .slide-btn:focus {
  color: #fff;
}
.article-slide .slide-btn:hover {
  background-color: #fff;
  color: #eb4f53;
}
@media (max-width: 991px) {
  .article-slide .slide-btn {
    height: 40px;
    font-size: 16px;
    min-width: unset;
  }
}

.top-article-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}
@media (max-width: 991px) {
  .top-article-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.top-article-item {
  max-width: 100%;
}
.top-article-item .item-img {
  border-radius: 24px;
  overflow: hidden;
  border: 8px solid #ffffff;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
  width: 100%;
  aspect-ratio: 421/233;
  display: flex;
}
.top-article-item .item-img img {
  transition: all 0.3s ease-in-out;
}
.top-article-item .item-img:hover img {
  transform: scale(1.05);
}
.top-article-item .item-content {
  position: relative;
  padding: 18px 0 0;
}
.top-article-item .item-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 11px;
}
.top-article-item .item-date i {
  color: #eb4f53;
}
.top-article-item .item-title {
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 8px;
}
.top-article-item .item-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.top-article-item .item-title a:focus {
  color: inherit;
}
.top-article-item .item-title a:hover {
  color: #eb4f53;
}
@media (max-width: 1199px) {
  .top-article-item .item-title {
    font-size: 18px;
  }
}
.top-article-item .item-description {
  font-size: 17px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0;
}
.top-article-item .item-btn {
  position: absolute;
  top: 8px;
  transform: translateY(-50%);
  inset-inline-end: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  background-color: #eb4f53;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.top-article-item .item-btn:focus {
  color: #fff;
}
.top-article-item .item-btn {
  visibility: hidden;
  opacity: 0;
}
.top-article-item .item-btn:hover {
  background-color: rgb(167.4693877551, 19.0306122449, 22.8367346939);
  color: #fff;
}
@media (max-width: 767px) {
  .top-article-item .item-btn {
    top: -8px;
    visibility: visible;
    opacity: 1;
    inset-inline-end: 30px;
  }
}
.top-article-item:hover .item-btn {
  top: -8px;
  visibility: visible;
  opacity: 1;
}
@media (min-width: 992px) {
  .top-article-item:first-child {
    grid-row: span 2;
  }
  .top-article-item:first-child .item-img {
    aspect-ratio: 869/534;
  }
  .top-article-item:first-child .item-content {
    padding: 28px 0 0;
  }
  .top-article-item:first-child .item-title {
    -webkit-line-clamp: 2;
    margin: 0 0 15px;
  }
  .top-article-item:first-child .item-description {
    -webkit-line-clamp: 3;
  }
  .top-article-item:first-child .item-btn {
    height: 52px;
    min-width: 198px;
    font-size: 20px;
  }
}

.lattest-article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
@media (max-width: 1199px) {
  .lattest-article-grid {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .lattest-article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .lattest-article-grid {
    grid-template-columns: 1fr;
  }
}

.lattest-article-item {
  position: relative;
}
.lattest-article-item .item-img {
  width: 100%;
  aspect-ratio: 369/273;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
}
.lattest-article-item .item-img img {
  transition: all 0.3s ease-in-out;
}
.lattest-article-item .item-img:hover img {
  transform: scale(1.05);
}
.lattest-article-item .item-content {
  padding: 20px 15px 0;
}
.lattest-article-item .item-title {
  font-size: 25px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .lattest-article-item .item-title {
    font-size: 18px;
  }
}
.lattest-article-item .item-title a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.lattest-article-item .item-title a:focus {
  color: inherit;
}
.lattest-article-item .item-title a:hover {
  color: #eb4f53;
}
.lattest-article-item .item-description {
  font-size: 17px;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .lattest-article-item .item-description {
    font-size: 15px;
  }
}
.lattest-article-item .item-btn {
  display: flex;
  align-items: center;
  gap: 14px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
.lattest-article-item .item-btn:focus {
  color: #1e1e1e;
}
.lattest-article-item .item-btn:hover {
  color: #eb4f53;
}
@media (max-width: 1199px) {
  .lattest-article-item .item-btn {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .lattest-article-item .item-content {
    padding-block: 39px 20px;
  }
  .lattest-article-item .item-btn::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #eb4f53;
    border-radius: 30px;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
  }
  .lattest-article-item::after {
    content: "";
    position: absolute;
    top: 0;
    inset-inline: 0;
    height: 100%;
    background-color: #eeeeee;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    border-radius: 24px;
    transition: all 0.3s ease-in-out;
  }
  .lattest-article-item:hover::after {
    visibility: visible;
    opacity: 0.5;
  }
  .lattest-article-item:hover .item-btn::before {
    width: 115px;
  }
}

.black_friday-about-section .black_friday-desc {
  font-size: 19px;
  font-weight: 300;
  color: #1e1e1e;
  margin-bottom: 65px;
}
.black_friday-about-section .black_friday-desc p {
  margin: 0;
}
@media (max-width: 767px) {
  .black_friday-about-section .black_friday-desc {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.faq-list {
  width: 100%;
  max-width: 1096px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  padding: 0;
}
.faq-item .faq-question {
  margin: 0;
}
.faq-item .faq-question .question-button {
  padding: 38px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 24px;
  font-weight: 500;
}
.faq-item .faq-question .question-button::after {
  font-family: "Font Awesome 6 Pro";
  font-size: 17px;
  content: "\f068";
  font-weight: 900;
  flex-shrink: 0;
}
.faq-item .faq-question .question-button .text {
  text-align: start;
}
.faq-item .faq-question .question-button.collapsed::after {
  content: "\f067";
}
@media (max-width: 767px) {
  .faq-item .faq-question .question-button {
    padding: 20px;
    font-size: 18px;
  }
}
.faq-item .faq-answer {
  padding: 0 38px 38px;
  font-size: 19px;
  font-weight: 300;
}
.faq-item .faq-answer p {
  margin: 0;
}
@media (max-width: 767px) {
  .faq-item .faq-answer {
    padding: 0 20px 20px;
    font-size: 16px;
  }
}

header {
  background-color: #fff;
}

.top-hint {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  padding: 18px 20px;
  background-color: #eb4f53;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.98);
}
@media (max-width: 991px) {
  .top-hint {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .top-hint {
    gap: 8px;
  }
}
.top-hint .hint-img {
  display: flex;
  align-items: center;
  width: 74px;
  aspect-ratio: 74/21;
}
@media (max-width: 767px) {
  .top-hint .hint-img {
    display: none;
  }
}
.top-hint .hint-store {
  font-size: 22px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18), 0 2px 4px rgba(0, 0, 0, 0.22);
}
@media (max-width: 991px) {
  .top-hint .hint-store {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .top-hint .hint-store {
    font-size: 16px;
  }
}
.top-hint .hint-text {
  margin: 0;
}
.top-hint .hint-link {
  text-transform: uppercase;
  text-decoration: underline;
  white-space: nowrap;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.top-hint .hint-link:focus {
  color: inherit;
}
.top-hint .hint-link:hover {
  color: rgb(253.2142857143, 239.2857142857, 239.6428571429);
  text-decoration: none;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 50px 0 33px;
}
@media (max-width: 991px) {
  .header {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 20px 0 0;
    flex-wrap: wrap;
    gap: 20px;
  }
}

.logo {
  width: 286px;
  aspect-ratio: 286/87;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .logo {
    width: 182px;
  }
}
@media (max-width: 767px) {
  .logo {
    order: 1;
  }
}

.menu-btn {
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1e1e1e;
  order: 2;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .menu-btn {
    display: flex;
  }
}

.search-form {
  width: 100%;
}
.search-form .search-content {
  position: relative;
  width: 100%;
}
.search-form .search-content .search-input {
  width: 100%;
  height: 54px;
  padding: 0 25px;
  border: 1px solid #d0d0d0;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
.search-form .search-content .search-input:focus {
  border-color: #eb4f53;
}
.search-form .search-content .search-input::-moz-placeholder {
  font-weight: 400;
  color: #747474;
}
.search-form .search-content .search-input::placeholder {
  font-weight: 400;
  color: #747474;
}
.search-form .search-content .search-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 30px;
  font-size: 18px;
  color: #1e1e1e;
  padding: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.search-form .search-content .search-btn:hover {
  color: #eb4f53;
}
@media (max-width: 767px) {
  .search-form {
    width: calc(100vw + 20px);
    margin: 0 -20px;
    padding: 12px 20px;
    background-color: #eb4f53;
    order: 3;
  }
}

.lang-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex-shrink: 0;
  font-size: 13px;
  color: #333333;
  transition: all 0.3s ease-in-out;
}
.lang-switch:focus {
  color: #333333;
}
.lang-switch .flag {
  width: 35px;
  aspect-ratio: 512/336;
  display: flex;
  border-radius: 3px;
  overflow: hidden;
  flex-shrink: 0;
}
.lang-switch .text {
  display: none;
  text-transform: uppercase;
}
.lang-switch:hover {
  color: #eb4f53;
}
@media (max-width: 767px) {
  .lang-switch {
    display: none;
  }
}

.header-nav {
  background-color: #eb4f53;
}

.nav-list {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.nav-list a {
  font-size: 20px;
  line-height: 1.2;
  display: inline-flex;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.nav-list a:focus {
  color: #fff;
}
.nav-list a:hover {
  color: rgb(253.2142857143, 239.2857142857, 239.6428571429);
}

.nav-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.nav-head .lang-switch {
  display: flex;
}

.menu-close {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1e1e1e;
  order: 2;
  transition: all 0.3s ease-in-out;
}

.overlay {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 98;
  display: none;
}

@media (max-width: 767px) {
  .header-nav {
    position: fixed;
    top: 0;
    inset-inline-start: -300px;
    height: 100dvh;
    width: 300px;
    background-color: #fff;
    border: none;
    z-index: 99;
    transition: all 0.3s ease-in-out;
  }
  .header-nav.active {
    inset-inline-start: 0;
  }
  .header-nav .nav-list {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 0;
    padding: 20px;
    height: calc(100dvh - 62px);
    overflow-y: auto;
  }
  .header-nav .nav-list li {
    display: flex;
    width: 100%;
    height: 48px;
    align-items: center;
  }
  .header-nav .nav-list a {
    font-size: 16px;
    color: #1e1e1e;
    transition: all 0.3s ease-in-out;
  }
  .header-nav .nav-list a:focus {
    color: #1e1e1e;
  }
  .header-nav .nav-list a:hover {
    color: #eb4f53;
  }
  .header-nav .nav-head {
    display: flex;
  }
}
.breadcrumb-section {
  padding: 50px 0 60px;
}
@media (max-width: 767px) {
  .breadcrumb-section {
    padding: 20px 0 30px;
  }
}
.breadcrumb-section .breadcrumb-list {
  display: flex;
  align-items: center;
}
.breadcrumb-section .breadcrumb-list li {
  font-size: 18px;
  color: #1e1e1e;
  display: flex;
  align-items: center;
  max-width: 185px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.breadcrumb-section .breadcrumb-list li:not(:last-child)::after {
  content: "/";
  margin: 0 5px;
}
.breadcrumb-section .breadcrumb-list a {
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
.breadcrumb-section .breadcrumb-list a:focus {
  color: #1e1e1e;
}
.breadcrumb-section .breadcrumb-list a:hover {
  color: #eb4f53;
}

footer {
  background-color: #eb4f53;
  border-radius: 24px 24px 0 0;
}

.footer {
  padding: 111px 0 65px;
}
@media (max-width: 991px) {
  .footer {
    padding: 80px 0 50px;
  }
}

.footer-info {
  width: 100%;
  max-width: 415px;
}
@media (max-width: 991px) {
  .footer-info {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

.footer-logo {
  width: 100%;
  aspect-ratio: 415/128;
  margin: 0 0 20px;
}
.footer-logo img {
  filter: brightness(0) invert(1);
}
@media (max-width: 991px) {
  .footer-logo {
    max-width: 311px;
    margin: 0 auto 29px;
  }
}

.socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 26px;
}
@media (max-width: 991px) {
  .socials {
    gap: 10px 20px;
    justify-content: center;
  }
}

.social {
  width: 37px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #cc474b;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.social:focus {
  color: #fff;
}
.social:hover {
  background-color: #fff;
  color: #eb4f53;
}
@media (max-width: 991px) {
  .social {
    width: 60px;
    font-size: 26px;
  }
}

.download .qr-content {
  display: none;
}
@media (max-width: 767px) {
  .download {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
  }
  .download .qr-content {
    display: flex;
    width: 100%;
  }
}

.download-btns {
  display: flex;
  align-items: center;
  gap: 17px;
}
@media (max-width: 991px) {
  .download-btns {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .download-btns {
    flex-direction: column;
    gap: 14px;
  }
}

.download-btn {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 120/40;
  border-radius: 6px;
  overflow: hidden;
}
.download-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-navs {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .footer-navs {
    flex-direction: column;
    gap: 50px;
  }
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 991px) {
  .footer-nav {
    gap: 26px;
  }
}

.footer-title {
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
@media (max-width: 991px) {
  .footer-title {
    font-size: 26px;
  }
}

.footer-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991px) {
  .footer-list {
    gap: 10px;
  }
}
.footer-list a {
  display: inline-flex;
  font-size: 20px;
  line-height: 2.26;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.footer-list a:focus {
  color: #fff;
}
.footer-list a:hover {
  transform: translateX(7px);
}
html[dir=rtl] .footer-list a:hover {
  transform: translateX(-7px);
}
@media (max-width: 991px) {
  .footer-list a {
    font-size: 18px;
  }
}

.qr-content {
  width: 121px;
  aspect-ratio: 121/122;
  border-radius: 24px;
  overflow: hidden;
  margin-inline-start: auto;
}
@media (max-width: 767px) {
  .qr-content {
    display: none;
  }
}

.copyrights {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: rgba(30, 30, 30, 0.15);
  border-radius: 24px 24px 0 0;
  padding: 20px 10px;
  font-size: 21px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 767px) {
  .copyrights {
    font-size: 19px;
  }
}

.toTop {
  position: fixed;
  bottom: 20px;
  inset-inline-end: 20px;
  display: none;
  z-index: 15;
}
@media (min-width: 1400px) {
  .toTop {
    bottom: 30px;
    inset-inline-end: 30px;
  }
}
@media (max-width: 767px) {
  .toTop {
    bottom: 10px;
    inset-inline-end: 10px;
  }
}
.toTop i {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #1e1e1e;
  font-size: 18x;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1400px) {
  .toTop i {
    border-radius: 24px;
    width: 82px;
    font-size: 28px;
  }
}
.toTop:hover i {
  background-color: #eb4f53;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.main_hero-slider-section {
  padding: 54px 0 67px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main_hero-slider-section {
    padding: 30px 0 50px;
  }
}

.top_deals-section {
  background-color: #f0f0f0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 71px 0 105px;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .top_deals-section {
    padding: 50px 0 65px;
  }
}

.stores-section {
  padding: 64px 0 62px;
  position: relative;
  color: #fff;
}
.stores-section::after {
  content: "";
  position: absolute;
  inset: -24px 0;
  background-color: #eb4f53;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .stores-section {
    padding: 55px 0;
  }
}

.lattest-section {
  background-color: #f0f0f0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 83px 0 72px;
  border-radius: 24px;
}
.lattest-section .lattest_first-slider {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .lattest-section .lattest_first-slider {
    margin-bottom: 28px;
  }
}
.lattest-section > :last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .lattest-section {
    padding: 28px 0 55px;
  }
}

.newsletter-section {
  padding: 17px 0;
  position: relative;
}
.newsletter-section::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: -24px;
  height: 50%;
  background-color: #f0f0f0;
  border-radius: 0 0 24px 24px;
  z-index: -1;
  pointer-events: none;
}

.about-section {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .about-section {
    padding: 135px 0 60px;
  }
}

.main_hero-offer-section {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .main_hero-offer-section {
    padding: 20px 0;
  }
}

.best_deals-section {
  padding: 50px 0;
  background-color: #eb4f53;
  color: #fff;
  position: relative;
}
.best_deals-section::after {
  content: "";
  position: absolute;
  inset: -200px 0 -24px;
  background-color: #eb4f53;
  z-index: 3;
  border-radius: 24px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .best_deals-section::after {
    inset: -100px 0 -24px;
  }
}
.best_deals-section .best_deals-content {
  overflow: hidden;
  position: relative;
  z-index: 4;
}
@media (max-width: 767px) {
  .best_deals-section {
    padding: 30px 0 0;
  }
}

.lattest-section.black-friday {
  padding: 120px 0 100px;
  border-radius: 0 0 24px 24px;
}
@media (max-width: 767px) {
  .lattest-section.black-friday {
    padding: 75px 0 55px;
  }
}

.black_friday-articles-section {
  padding: 85px 0 70px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .black_friday-articles-section {
    padding: 50px 0 30px;
  }
}

.black_friday-about-section {
  padding: 20px 0 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .black_friday-about-section {
    padding: 20px 0 70px;
  }
}

.top-articles-section {
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .top-articles-section {
    padding: 0 0 50px;
  }
}

.lattest-articles-section {
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .lattest-articles-section {
    padding: 0 0 60px;
  }
}

.article-section {
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .article-section {
    padding: 0 0 50px;
  }
}

.article-content {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.article-content .article-title {
  text-align: center;
  color: #1e1e1e;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.212;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .article-content .article-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.article-content .article-img {
  width: 100%;
  aspect-ratio: 2/1;
  overflow: hidden;
  margin-bottom: 20px;
}
.article-content .article-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article-content .article-info {
    margin-bottom: 20px;
    gap: 20px;
  }
}
.article-content .info-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  font-size: 16px;
  font-weight: 300;
  color: #1e1e1e;
}
.article-content .info-item i {
  color: #eb4f53;
}
@media (max-width: 767px) {
  .article-content .info-item {
    font-size: 14px;
  }
}
.article-content .article-desc {
  text-align: center;
}
.article-content .article-desc h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 18px;
}
@media (max-width: 1199px) {
  .article-content .article-desc h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }
}
.article-content .article-desc p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .article-content .article-desc p {
    font-size: 16px;
  }
}
.article-content .article-desc :last-child {
  margin: 0;
}

.store_main-section {
  padding-bottom: 63px;
}
@media (max-width: 1199px) {
  .store_main-section {
    padding-bottom: 40px;
  }
}

.store_main-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .store_main-content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .store_main-content {
    gap: 12px;
  }
}
.store_main-content .store_main-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  max-width: 423px;
  aspect-ratio: 423/222;
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.store_main-content .store_main-img:after {
  content: "";
  inset: 0;
  position: absolute;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%231E1E1EFF' stroke-width='2' stroke-dasharray='21%2c 17%2c 15' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  pointer-events: none;
  border-radius: 24px;
  z-index: 2;
}
@media (max-width: 991px) {
  .store_main-content .store_main-img {
    width: 100%;
    max-width: none;
  }
}
.store_main-content .store_main-title {
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 18px;
}
@media (max-width: 1199px) {
  .store_main-content .store_main-title {
    font-size: 24px;
    margin-bottom: 9px;
  }
}
.store_main-content .store_main-title a {
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
.store_main-content .store_main-title a:focus {
  color: #1e1e1e;
}
.store_main-content .store_main-title a:hover {
  color: #eb4f53;
}
.store_main-content .store_main-btn {
  background-color: #f0f0f0;
  border-radius: 24px;
  height: 48px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #eb4f53;
  position: relative;
  border: none;
}
.store_main-content .store_main-btn:before, .store_main-content .store_main-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.store_main-content .store_main-btn::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%237c7c7c' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.store_main-content .store_main-btn:after {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23eb4f53' stroke-width='4' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  visibility: hidden;
  opacity: 0;
}
.store_main-content .store_main-btn:hover::after {
  opacity: 1;
  visibility: visible;
}
.store_main-content .store_main-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}
.store_main-content .store_main-btn {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.store_main-content .store_main-btn:hover {
  background-color: rgb(253.2142857143, 239.2857142857, 239.6428571429);
}
@media (max-width: 1199px) {
  .store_main-content .store_main-btn {
    margin-inline: 0;
    padding: 0 25px;
    height: 44px;
  }
}
.store_main-content .store_main-desc {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2;
  color: #5a5a5a;
  margin: 0;
}
@media (max-width: 1199px) {
  .store_main-content .store_main-desc {
    font-size: 16px;
  }
}

.store_archive-section {
  padding-bottom: 63px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .store_archive-section {
    padding-bottom: 40px;
  }
}

.store_archive-content {
  display: flex;
  align-items: start;
  gap: 24px;
}
.store_archive-content .store_archive-side {
  width: 33.3333333333%;
  max-width: 423px;
  flex-shrink: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .store_archive-content .store_archive-side {
    width: 100%;
    max-width: none;
  }
}
.store_archive-content .store_archive-main {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .store_archive-content {
    flex-direction: column-reverse;
  }
}

.store_archive-block {
  padding: 30px 32px 46px;
  background-color: #f0f0f0;
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .store_archive-block {
    padding: 20px 20px 30px;
  }
}
.store_archive-block .store_archive-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 35px;
  color: #1e1e1e;
}
.store_archive-block .store_archive-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.store_archive-block .store_archive-count {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  font-size: 12px;
  font-weight: 300;
}
.store_archive-block .store_archive-count i {
  color: #eb4f53;
}

.store_archive-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.store_archive-item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px;
  background-color: #fff;
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .store_archive-item {
    gap: 16px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .store_archive-item {
    flex-direction: column;
    gap: 12px;
  }
}
.store_archive-item .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  max-width: 197px;
  aspect-ratio: 197/161;
  flex-shrink: 0;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .store_archive-item .item-img {
    width: 100%;
    max-width: none;
  }
}
.store_archive-item .item-text {
  width: 100%;
}
.store_archive-item .item-name {
  font-size: 19px;
  font-weight: 500;
  color: #1e1e1e;
  margin: 0 0 18px;
}
.store_archive-item .item-name a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.store_archive-item .item-name a:focus {
  color: inherit;
}
.store_archive-item .item-name a:hover {
  color: #eb4f53;
}
@media (max-width: 1199px) {
  .store_archive-item .item-name {
    font-size: 16px;
    margin-bottom: 9px;
  }
}
.store_archive-item .item-features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 13px;
}
.store_archive-item .item-features li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  font-size: 12px;
  font-weight: 300;
}
.store_archive-item .item-features li i {
  color: #eb4f53;
}
.store_archive-item .item-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .store_archive-item .item-btns {
    align-items: start;
    flex-direction: column;
    gap: 12px;
  }
}
.store_archive-item .item-link {
  font-size: 19px;
  text-decoration: underline;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
.store_archive-item .item-link:focus {
  color: #1e1e1e;
}
.store_archive-item .item-link:hover {
  color: #eb4f53;
}
@media (max-width: 1199px) {
  .store_archive-item .item-link {
    font-size: 16px;
  }
}
.store_archive-item .item-btn {
  background-color: #f0f0f0;
  border-radius: 24px;
  height: 48px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  color: #eb4f53;
  position: relative;
  border: none;
}
.store_archive-item .item-btn:before, .store_archive-item .item-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.store_archive-item .item-btn::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%237c7c7c' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.store_archive-item .item-btn:after {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23eb4f53' stroke-width='4' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  visibility: hidden;
  opacity: 0;
}
.store_archive-item .item-btn:hover::after {
  opacity: 1;
  visibility: visible;
}
.store_archive-item .item-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}
.store_archive-item .item-btn {
  transition: all 0.3s ease-in-out;
}
.store_archive-item .item-btn:hover {
  background-color: rgb(253.2142857143, 239.2857142857, 239.6428571429);
}
@media (max-width: 1199px) {
  .store_archive-item .item-btn {
    margin-inline: 0;
    font-size: 16px;
    padding: 0 20px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .store_archive-item .item-btn {
    width: 100%;
    justify-content: center;
  }
}

.store_archive-desc {
  padding: 50px 0 0;
}
.store_archive-desc h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 18px;
}
@media (max-width: 1199px) {
  .store_archive-desc h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }
}
.store_archive-desc p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 50px;
}
@media (max-width: 1199px) {
  .store_archive-desc p {
    font-size: 16px;
  }
}

.store_archive-side .side-block {
  padding: 30px;
  background-color: #f0f0f0;
  border-radius: 24px;
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .store_archive-side .side-block {
    padding: 20px 20px 30px;
  }
}
.store_archive-side .store_archive-filters {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media (max-width: 991px) {
  .store_archive-side .store_archive-filters {
    position: fixed;
    top: 100px;
    inset-inline-end: -300px;
    width: 100%;
    max-width: 300px;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    z-index: 33;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
  }
  .store_archive-side .store_archive-filters.active {
    inset-inline-end: 0;
  }
}
.store_archive-side .filters-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
.store_archive-side .filters-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  height: 42px;
  margin: 0;
}
@media (max-width: 1199px) {
  .store_archive-side .filters-title {
    font-size: 16px;
  }
}
.store_archive-side .filters-clear {
  height: 42px;
  min-width: 124px;
  background-color: #f0f0f0;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
.store_archive-side .filters-clear:hover {
  background-color: #eb4f53;
  color: #fff;
}
@media (max-width: 1199px) {
  .store_archive-side .filters-clear {
    min-width: 100px;
    font-size: 14px;
  }
}
.store_archive-side .check-box {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 11px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  color: #1e1e1e;
  cursor: pointer;
  margin: 0 0 17px;
}
.store_archive-side .check-box .checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #eb4f53;
  font-size: 10px;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.store_archive-side .check-box .checkmark i {
  color: #fff;
  transform: rotate(360deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.store_archive-side .check-box input {
  display: none;
}
.store_archive-side .check-box input:checked + .checkmark {
  background-color: #eb4f53;
  border-color: #eb4f53;
}
.store_archive-side .check-box input:checked + .checkmark i {
  opacity: 1;
  visibility: visible;
  transform: rotate(0);
}
.store_archive-side .check-box:last-of-type {
  margin-bottom: 0;
}

.range-box {
  width: 100%;
}
.range-box .label {
  font-size: 17px;
  margin-bottom: 15px;
}
.range-box .value {
  font-size: 17px;
  margin-bottom: 5px;
}
.range-box .slider-wrapper {
  position: relative;
  height: 40px;
}
.range-box .slider-wrapper .track {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 4px;
  background: #ddd;
  transform: translateY(-50%);
  border-radius: 2px;
}
.range-box .slider-wrapper .range {
  position: absolute;
  top: 50%;
  height: 4px;
  background: #eb4f53;
  transform: translateY(-50%);
  border-radius: 2px;
}
.range-box .slider-wrapper input[type=range] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  /* thumb */
}
.range-box .slider-wrapper input[type=range]::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background-color: #eb4f53;
  border: 4px solid #eb4f53;
  border-radius: 50%;
  cursor: pointer;
  z-index: 33;
}
.range-box .slider-wrapper input[type=range]::-moz-range-thumb {
  pointer-events: auto;
  width: 18px;
  height: 18px;
  background-color: #eb4f53;
  border: 4px solid #eb4f53;
  border-radius: 50%;
  cursor: pointer;
  z-index: 33;
}

.extraInfo-item .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  color: #1e1e1e;
  margin-bottom: 24px;
}
.extraInfo-item .item:last-of-type {
  margin-bottom: 0;
}
.extraInfo-item .item .value {
  font-weight: 300;
  color: #5a5a5a;
}

.userInfo-item .user-icon {
  width: 115px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  font-size: 73px;
  color: #eb4f53;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.userInfo-item .user-name {
  font-size: 17px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 24px;
}
@media (max-width: 1199px) {
  .userInfo-item .user-name {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.userInfo-item .user-desc {
  font-size: 18px;
  font-weight: 300;
  color: #5a5a5a;
  margin: 0;
}

.related-items .related-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 36px;
}
@media (max-width: 1199px) {
  .related-items .related-title {
    font-size: 16px;
    margin-bottom: 9px;
  }
}
.related-items .stores-list {
  gap: 16px 24px;
  grid-template-columns: 1fr 1fr;
}

.filter-icon {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #1e1e1e;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 40px;
  inset-inline-end: 100%;
}
@media (max-width: 991px) {
  .filter-icon {
    display: flex;
  }
}

.main_hero-app-section {
  padding: 25px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .main_hero-app-section {
    padding: 20px 0 100px;
  }
}

.hero_app-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 28px 90px 0;
}
@media (max-width: 1199px) {
  .hero_app-content {
    padding: 28px 30px;
  }
}
@media (max-width: 991px) {
  .hero_app-content {
    background-color: #eb4f53;
    border-radius: 24px;
    flex-direction: column;
    padding: 30px 20px 0;
    gap: 20px;
  }
}
.hero_app-content::after {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  height: calc(100% - 70px);
  width: 100%;
  background-color: #eb4f53;
  z-index: -1;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .hero_app-content::after {
    display: none;
  }
}
.hero_app-content .hero_app-text {
  width: 55%;
  max-width: 614px;
}
@media (max-width: 991px) {
  .hero_app-content .hero_app-text {
    width: 100%;
    max-width: 100%;
  }
}
.hero_app-content .hero_app-top {
  display: flex;
  align-items: start;
  gap: 18px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .hero_app-content .hero_app-top {
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero_app-content .hero_app-top {
    margin-bottom: 20px;
  }
}
.hero_app-content .hero_app-title {
  font-size: 41px;
  font-weight: 500;
  color: #fff;
  margin: 0 0;
}
.hero_app-content .hero_app-title span {
  color: #1e1e1e;
}
@media (max-width: 767px) {
  .hero_app-content .hero_app-title {
    font-size: 28px;
  }
}
.hero_app-content .hero_app-desc {
  font-size: 17px;
  color: #d9d9d9;
  margin: 0;
}
@media (max-width: 767px) {
  .hero_app-content .hero_app-desc {
    font-size: 15px;
  }
}
.hero_app-content .hero_app-qr {
  width: 102px;
  aspect-ratio: 102/103;
  border-radius: 11px;
  background-color: #fff;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .hero_app-content .hero_app-qr {
    display: none;
  }
}
.hero_app-content .hero_app-btn {
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 30px;
  border-radius: 30px;
  font-size: 20px;
  font-weight: 500;
  background-color: #1e1e1e;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.hero_app-content .hero_app-btn:focus {
  color: #fff;
}
.hero_app-content .hero_app-btn:hover {
  background-color: #fff;
  color: #eb4f53;
}
@media (max-width: 991px) {
  .hero_app-content .hero_app-btn {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .hero_app-content .hero_app-btn {
    font-size: 16px;
    height: 40px;
    padding: 0 20px;
  }
}
.hero_app-content .hero_app-img {
  width: 40%;
  max-width: 409px;
  aspect-ratio: 409/543;
}
@media (max-width: 991px) {
  .hero_app-content .hero_app-img {
    width: 100%;
    margin-bottom: -70px;
  }
}

.features-section {
  padding: 12px 0 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .features-section {
    padding: 20px 0 50px;
  }
}

.features-content {
  position: relative;
  min-height: 756px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .features-content {
    min-height: auto;
    justify-content: space-between;
  }
}

.features-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 358/756;
  border: 1px solid #f0f0f0;
  border-radius: 24px;
  box-shadow: 0px 0px 19.1px rgba(0, 0, 0, 0.19);
  z-index: -1;
}
.features-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 648px;
  aspect-ratio: 1;
  background-color: #eb4f53;
  z-index: 1;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .features-img::after {
    display: none;
  }
}
.features-img img {
  border-radius: 24px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .features-img {
    position: relative;
    inset: unset;
    overflow: hidden;
    transform: none;
  }
}
@media (max-width: 767px) {
  .features-img {
    position: absolute;
    top: 0;
    inset-inline-start: 50%;
    height: 100%;
    opacity: 0.5;
  }
}

.features-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 117px 0;
}
@media (max-width: 1199px) {
  .features-list {
    flex-direction: column;
    gap: 30px;
    align-items: start;
  }
}
.features-list .feature-item {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-direction: row-reverse;
  text-align: end;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .features-list .feature-item {
    width: 100%;
    flex-direction: row;
    text-align: start;
    justify-content: flex-start;
  }
}
.features-list .feature-item .feature-icon {
  width: 90px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #eb4f53;
  font-size: 30px;
  position: relative;
  border: 1px solid #f0f0f0;
  box-shadow: 0px 0px 19.1px rgba(0, 0, 0, 0.19);
}
@media (min-width: 1400px) {
  .features-list .feature-item .feature-icon {
    font-size: 40px;
    width: 112px;
  }
}
@media (max-width: 991px) {
  .features-list .feature-item .feature-icon {
    font-size: 25px;
    width: 75px;
  }
}
.features-list .feature-item .feature-icon::after {
  content: "";
  position: absolute;
  inset: -13px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px dashed #d0d0d0;
  z-index: 1;
}
@media (max-width: 991px) {
  .features-list .feature-item .feature-icon::after {
    inset: -10px;
  }
}
.features-list .feature-item .feature-text {
  width: 267px;
}
.features-list .feature-item .feature-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 5px;
}
@media (min-width: 1400px) {
  .features-list .feature-item .feature-title {
    font-size: 24px;
  }
}
.features-list .feature-item .feature-desc {
  font-size: 14px;
  color: #5a5a5a;
  margin: 0;
}
@media (min-width: 1400px) {
  .features-list .feature-item .feature-desc {
    font-size: 17px;
  }
}
.features-list .feature-item:nth-of-type(2n) {
  flex-direction: row;
  text-align: start;
}

.steps-section {
  padding: 0 0 68px;
}
@media (max-width: 767px) {
  .steps-section {
    padding: 0 0 50px;
  }
}

.steps-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px;
}
@media (max-width: 991px) {
  .steps-content {
    grid-template-columns: 1fr;
  }
}

.step-item {
  position: relative;
  background-color: #f0f0f0;
  border-radius: 24px;
  padding: 30px;
  gap: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
}
@media (max-width: 991px) {
  .step-item {
    min-height: unset;
  }
}
.step-item .step-icon {
  font-size: 45px;
  color: #eb4f53;
  position: relative;
  z-index: 2;
}
.step-item .step-title {
  font-size: 28px;
  font-weight: 500;
  color: #1e1e1e;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .step-item .step-title {
    font-size: 20px;
  }
}
.step-item .step-number {
  position: absolute;
  top: 50%;
  inset-inline-start: 62px;
  transform: translateY(-50%);
  color: rgba(235, 79, 83, 0.06);
  font-size: 358px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .step-item .step-number {
    font-size: 128px;
    inset-inline-start: unset;
    inset-inline-end: 15px;
  }
}

.app-section {
  padding: 0 0 100px;
}
@media (max-width: 767px) {
  .app-section {
    padding: 0 0 50px;
  }
}

.app-list {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .app-list {
    padding: 0 20px;
  }
}
.app-list::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30%;
  width: 100vw;
  background-color: #eb4f53;
  z-index: -1;
}
.app-list .app-img {
  aspect-ratio: 325/717;
  width: 325px;
  min-width: 228px;
  box-shadow: 0px 0px 10.9px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  z-index: 3;
}
.app-list .app-img:nth-of-type(1), .app-list .app-img:nth-of-type(5) {
  aspect-ratio: 228/494;
  width: 228px;
  min-width: 140px;
  box-shadow: 0px 0px 10.9px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.app-list .app-img:nth-of-type(2), .app-list .app-img:nth-of-type(4) {
  aspect-ratio: 269/585;
  width: 269px;
  min-width: 165px;
  z-index: 2;
}

.testimonials-section {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .testimonials-section {
    padding: 50px 0;
  }
}

.testimonials-content {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .testimonials-content {
    flex-direction: column;
  }
}

.testimonials-head {
  position: relative;
  width: 50%;
  max-width: 448px;
  background-color: #eb4f53;
  border-radius: 24px;
  padding: 50px;
}
@media (max-width: 1199px) {
  .testimonials-head {
    width: calc(100% + 40px);
    max-width: unset;
    margin: 0 -20px -30px;
    text-align: center;
    padding: 30px 30px 60px;
  }
}
.testimonials-head::after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="259" height="204" viewBox="0 0 259 204" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M44.944 89.888C68.688 89.888 86.2133 95.5413 97.52 106.848C108.827 118.155 114.48 131.44 114.48 146.704C114.48 163.099 108.827 176.667 97.52 187.408C86.7787 198.149 73.2107 203.52 56.816 203.52C41.552 203.52 28.2667 198.715 16.96 189.104C5.65334 178.928 0 164.795 0 146.704C0 138.224 1.696 130.309 5.088 122.96C8.48 115.045 11.872 107.696 15.264 100.912L68.688 0H123.808L72.08 140.768L44.944 89.888ZM179.776 89.888C203.52 89.888 220.763 95.5413 231.504 106.848C242.811 118.155 248.464 131.44 248.464 146.704C248.464 163.099 243.093 176.667 232.352 187.408C221.611 198.149 208.043 203.52 191.648 203.52C176.384 203.52 163.099 198.715 151.792 189.104C140.485 178.928 134.832 164.795 134.832 146.704C134.832 138.224 136.245 130.309 139.072 122.96C142.464 115.045 146.139 107.696 150.096 100.912L203.52 0H258.64L206.912 140.768L179.776 89.888Z" fill="white" fill-opacity="0.16"/></svg>');
  position: absolute;
  top: 50%;
  left: 50%;
  width: 259px;
  aspect-ratio: 259/204;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
@media (max-width: 1199px) {
  .testimonials-head::after {
    width: auto;
    height: 100%;
    max-height: calc(100% - 30px);
  }
}
.testimonials-head::before {
  content: "";
  border-radius: 24px;
  background-color: #eb4f53;
  position: absolute;
  top: -100px;
  inset-inline-start: 0;
  bottom: -30px;
  inset-inline-end: -336px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .testimonials-head::before {
    display: none;
  }
}
.testimonials-head .testimonials-title {
  position: relative;
  z-index: 3;
  font-size: 34px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 15px;
}
.testimonials-head .testimonials-desc {
  position: relative;
  z-index: 3;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.testimonials_slider-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 872px;
}
@media (max-width: 1199px) {
  .testimonials_slider-content {
    max-width: unset;
  }
  .testimonials_slider-content .section-head {
    display: none;
  }
}

.testimonial-item {
  background-color: #f0f0f0;
  min-height: 316px;
  padding: 50px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-item .item-stars {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 16px;
  color: #7c7c7c;
  margin-bottom: 15px;
}
.testimonial-item .item-stars .active {
  color: #eb4f53;
}
.testimonial-item .item-review {
  font-size: 25px;
  color: #5a5a5a;
  margin: 0 0 5px;
}
.testimonial-item .item-user {
  font-size: 25px;
  font-weight: 500;
  color: #1e1e1e;
}

.faq-section {
  padding: 0 0 77px;
}
@media (max-width: 767px) {
  .faq-section {
    padding-bottom: 40px;
  }
}

.banner-content {
  padding: 50px;
  background-color: #f0f0f0;
  border-radius: 24px 24px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 991px) {
  .banner-content {
    flex-direction: column-reverse;
    justify-content: center;
    gap: 30px;
    padding: 30px;
  }
}
.banner-content .banner-text {
  width: 100%;
  max-width: 767px;
}
@media (max-width: 991px) {
  .banner-content .banner-text {
    margin: 0 auto;
    text-align: center;
  }
}
.banner-content .banner-title {
  font-size: 34px;
  font-weight: 500;
  color: #1e1e1e;
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .banner-content .banner-title {
    font-size: 24px;
  }
}
.banner-content .banner-desc {
  font-size: 24px;
  font-weight: 300;
  color: #5a5a5a;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .banner-content .banner-desc {
    font-size: 16px;
    margin: 0 0 20px;
  }
}
.banner-content .banner-btns {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media (max-width: 991px) {
  .banner-content .banner-btns {
    justify-content: center;
    gap: 5px;
  }
}
.banner-content .banner-btn {
  border-radius: 30px;
  padding: 0 30px;
  width: -moz-fit-content;
  width: fit-content;
  height: 52px;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1e1e1e;
  background-color: #fff;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
.banner-content .banner-btn:first-of-type {
  background-color: #eb4f53;
  border-color: #eb4f53;
  color: #fff;
}
.banner-content .banner-btn:hover {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: #fff;
}
@media (max-width: 767px) {
  .banner-content .banner-btn {
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
  }
}
.banner-content .banner-logo {
  width: 75%;
  max-width: 335px;
  aspect-ratio: 335/102;
  display: flex;
  flex-shrink: 0;
}

.categories_main-section {
  padding-bottom: 63px;
}
@media (max-width: 1199px) {
  .categories_main-section {
    padding-bottom: 40px;
  }
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px 24px;
}
@media (max-width: 991px) {
  .categories-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.category-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.category-item .item-icon {
  width: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cdcdcd;
  font-size: 60px;
  color: #eb4f53;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  padding: 15px;
}
.category-item .item-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.category-item .item-icon:hover {
  border-color: #eb4f53;
}
.category-item .item-name {
  font-size: 19px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .category-item .item-name {
    font-size: 16px;
  }
}
.category-item .item-name:hover {
  color: #eb4f53;
}

.contact-section {
  padding-bottom: 63px;
}
@media (max-width: 1199px) {
  .contact-section {
    padding-bottom: 40px;
  }
}

.contact-form {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.form-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 28px;
  margin-bottom: 28px;
}
.form-content .full-w {
  grid-column: -1/1;
}
@media (max-width: 767px) {
  .form-content {
    grid-template-columns: 1fr;
  }
}

.form-group {
  margin-bottom: 13px;
}

.form-label {
  color: #1e1e1e;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 13px;
}

.form-control {
  width: 100%;
  height: 54px;
  padding: 0 25px;
  border: 1px solid #d0d0d0;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all 0.3s ease-in-out;
}
html[dir=rtl] .form-control {
  direction: rtl;
}
.form-control::-moz-placeholder {
  font-weight: 500;
  color: #eb4f53;
  opacity: 0.5;
}
.form-control::placeholder {
  font-weight: 500;
  color: #eb4f53;
  opacity: 0.5;
}
.form-control:focus {
  border-color: #adcb96;
  outline: none;
  box-shadow: none;
}
.form-control:is(textarea) {
  padding: 15px 20px;
  height: 100px;
}

.submit-btn {
  background-color: #f0f0f0;
  border-radius: 24px;
  height: 64px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: #1e1e1e;
  position: relative;
  border: none;
}
.submit-btn:before, .submit-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.submit-btn::before {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%237c7c7c' stroke-width='2' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.submit-btn:after {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='%23eb4f53' stroke-width='4' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  visibility: hidden;
  opacity: 0;
}
.submit-btn:hover::after {
  opacity: 1;
  visibility: visible;
}
.submit-btn:hover::before {
  opacity: 0;
  visibility: hidden;
}
.submit-btn {
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.submit-btn:hover {
  color: #eb4f53;
  background-color: #fff;
}

.terms-section {
  padding-bottom: 63px;
}
@media (max-width: 1199px) {
  .terms-section {
    padding-bottom: 40px;
  }
}

.terms-content h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 18px;
}
@media (max-width: 1199px) {
  .terms-content h3 {
    font-size: 16px;
    margin-bottom: 9px;
  }
}
.terms-content p,
.terms-content ul {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 50px;
}
@media (max-width: 1199px) {
  .terms-content p,
  .terms-content ul {
    font-size: 16px;
    margin-bottom: 25px;
  }
}/*# sourceMappingURL=main.css.map */