.navbar {
  position: fixed;
  width: 100%;
  background: #ffffffb8;
  /* width: 75%;
    margin: 0 auto; */
}
.banner_description {
  text-align: justify;
}

.swiper-pagination {
  bottom: 50% !important;
  left: 0 !important;
  width: auto !important;
  transform: rotate(90deg) !important;
}

@media (max-width: 598px) {
  .swiper-pagination {
    bottom: unset !important;
    top: 40px;
    width: unset !important;
    display: flex;
    flex-direction: column;
    transform: rotate(0) !important;
  }
  .swiper-pagination-bullet {
    margin-top: 12px !important;
  }
}

@media (max-width: 456px) {
  footer {
    margin-bottom: 0 !important;
  }
}

.box,
.blog-box {
  padding: 30px 0;
}
.box__image {
  width: 100%;
}
.box__title {
  font-size: var(--font-xlarge);
  font-weight: bold;
  line-height: var(--line-height-normal);
  padding-top: calc(1.5 * var(--margin-normal));
}
.box__description {
  font-size: var(--font-medium);
  text-align: justify;
  line-height: 2.2;
}

.box--bg-pink {
  background-color: #fee7ef;
}
.blog-box__title {
  font-weight: bold;
  font-size: var(--font-medium);
}
.blog-box__desc {
  font-size: var(--font-medium);
}
.box--bg-yellow {
  background-color: #facb63;
}
.blog-box__image {
  width: 100px;
  height: 100px;
  border-radius: var(--border-radius-normal);
}
.grid-images__image {
  position: absolute;
}
.grid-images__image3 {
  bottom: 0;
  width: 100px;
}
.grid-images__image2 {
  width: 80px;
  bottom: 119px;
  right: 25px;
}
.grid-images__image1 {
  width: 60px;
  bottom: 110px;
  right: -47px;
}
.box__bg-image {
  background-image: url("./../../images/store_page/مشاوره رایگان.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

[dir="ltr"] .grid-images__image2 {
  width: 80px;
  bottom: 119px;
  left: 25px;
}
[dir="ltr"] .grid-images__image1 {
  width: 60px;
  bottom: 110px;
  left: -47px;
}

@media (max-width: 598px) {
  #up_to_page {
    display: none;
    bottom: 10px !important;
  }
  .header {
    background-color: unset !important;
  }
}

.store-page__banner__bg {
  background-image: url("./../../images/store_page/store.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
.store-card {
  border-radius: 60px;
  aspect-ratio: 1;
  border: 3px solid white !important;
}
.store-card__image {
  aspect-ratio: 1;
  border-radius: 60px;
}
.box--bg-blue {
  background-color: #c7f8ff;
}
.button-call {
  position: relative;
  height: 3rem;
  width: 100%;
  background: var(--orange);
  /* color: white; */
}
.button-call__icon {
  position: absolute;
  right: 0;
  /* background: white; */
  width: 57px;
  border-radius: 50%;
  display: flex;
  top: 50%;
  height: 57px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.button-call__image {
  width: 90%;
  margin: 0 !important;
}

.box__description--large-line-height {
  line-height: 3.5;
}

.store-swiper .overlay {
  position: absolute;
  background: black;
  bottom: 0;
  opacity: 0;
  width: 100%;
  /* transition: 0.5s; */
}

.swiper-slide:hover .overlay {
  position: absolute;
  opacity: 0.7;
  top: 0;
  transition: 0.5s;
}

.swiper-slide .overlay p {
  color: white !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 1.2rem;
}

.swiper-slide {
  position: relative;
  border-radius: 60px;
  overflow: hidden;
}

.box__description--p-l {
  padding-left: 40px;
}
.header {
  min-height: 100%;
}
.header .desc h1 {
  font-size: 2.2rem !important;
}

.button-call__icon {
  position: absolute;
  right: 0;
  width: 57px;
  border-radius: 50%;
  display: flex;
  top: 50%;
  height: 57px;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
}
.button-call__image {
  width: 90%;
  margin: 0 auto !important;
}

.box__ul {
  list-style: none;
  padding: 0 !important;
}

.box__ul li{
  display: flex;
  align-items: first baseline;
  justify-content: flex-start;
}

.box__ul li::before {
  content: url("./../../images/store_page/mark.svg");
  padding-left: 15px;
}

.vector {
  position: absolute;
  z-index: -1;
  width: 44vw;
  top: 39%;
  left: 31%;
  transform: scaleX(-1);
}

.box__image--right-position {
  width: 100%;
  object-fit: cover;
  height: 300px;
  object-position: 13%;
}

@media screen and (min-width: 1200px) {
  .store-page__banner__bg {
    aspect-ratio: 2628/1722;
  }
}

@media screen and (min-width: 596px) and (max-width: 768px) {
  .box__image {
    width: 300px;
  }

  .box__image--left {
    float: left;
  }

  [dir="ltr"] .box__image--left {
    float: right !important;
  }
}

@media (max-width:1200px) {
  .vector {
    display: none;
  }
}


