@charset "UTF-8";
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- line text ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- line ----------------------------------*/
/*---------------------------------- background image ----------------------------------*/
/*---------------------------------- scroll bar ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
/*---------------------------------- Second Language ----------------------------------*/
/*------------------------------------ main slider ------------------------------------*/
.mainSlider:not(.owl-loaded) {
  display: block !important;
  overflow: hidden;
}

.mainSlider:not(.owl-loaded) .owl-item:not(:first-child) {
  display: none;
}

.mainSlider:not(.owl-loaded) .owl-item img {
  height: 100%;
}

.main-slider-sec .mainSlider {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 767.98px) {
  .main-slider-sec .mainSlider {
    height: auto;
  }
}
.main-slider-sec .mainSlider__link .slider-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .main-slider-sec .mainSlider__link .slider-img {
    aspect-ratio: 7/5;
  }
}
.main-slider-sec .mainSlider .swiper-pagination-bullet-active {
  background-color: #b28642;
}
.main-slider-sec .mainSlider .mainSliderNavigation {
  color: white;
  background-color: #b28642;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
}
@media screen and (max-width: 767.98px) {
  .main-slider-sec .mainSlider .mainSliderNavigation {
    display: none;
  }
}
.main-slider-sec .mainSlider .mainSliderNavigation::after {
  font-size: 14px;
}
.main-slider-sec .mainSlider .mainSliderNavigation::before {
  content: "";
  position: absolute;
  right: -4px;
  top: -4px;
  width: 44px;
  height: 44px;
  border: 2px solid #b28642;
  border-radius: 50%;
  z-index: -1;
}
.main-slider-sec .mainSlider .swiper-button-prev {
  margin-right: 6px;
}
.main-slider-sec .mainSlider .swiper-button-next {
  margin-left: 6px;
}

.popular-sec {
  position: relative;
  background-color: #cdb389;
  height: 320px;
  margin-bottom: 140px;
  background-image: url(".././images/background/shap8.svg");
  background-size: 10px auto;
}
@media screen and (max-width: 479.98px) {
  .popular-sec {
    height: 150px;
    margin-bottom: 37%;
  }
}
@media screen and (min-width: 480px) and (max-width: 575.98px) {
  .popular-sec {
    height: 150px;
    margin-bottom: 43%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .popular-sec {
    height: 150px;
    margin-bottom: 20%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .popular-sec {
    margin-bottom: 100px;
  }
}
.popular-sec:before, .popular-sec:after {
  content: "";
  background-image: url(".././images/background/image (6).png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 120px;
  background-size: contain;
  position: absolute;
}
.popular-sec:before {
  top: 0;
}
.popular-sec:after {
  bottom: 0;
  transform: rotate(180deg);
}
.popular-sec .popular-header {
  position: relative;
}
.popular-sec .index-widget-header {
  isolation: isolate;
  position: absolute;
  top: -60px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .popular-sec .index-widget-header {
    top: -115px;
  }
}
.popular-sec .index-widget-header .title {
  font-size: 28px;
  font-weight: bold;
  font-family: kalameh;
  color: #121212;
}
@media screen and (max-width: 767.98px) {
  .popular-sec .index-widget-header .title {
    font-size: 22px;
  }
}
.popular-sec .index-widget-header .see-more__icon {
  width: 30px;
  height: 30px;
}
.popular-sec .index-widget-header .see-more__icon:after {
  width: 30px;
  height: 30px;
}
.popular-sec .index-widget-header .see-more__text {
  font-size: 14px;
}
.popular-sec .popularSlider {
  padding: 8px 0;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .popular-sec .popularSlider {
    top: -75px;
  }
}
.popular-sec .popularSlider__link {
  display: inline-block;
  border-radius: 10px;
  background-color: #fefefe;
  padding: 20px;
}
.popular-sec .popularSlider .swiper-slide img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.popular-sec .popularSlider .swiper-slide .body .title {
  font-size: 14px;
  font-weight: 600;
  color: #041013;
}

@media screen and (max-width: 767.98px) {
  .about-us-sec {
    padding-bottom: 20px;
  }
}

.about-us {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .about-us {
    gap: 25px;
    padding: 0;
  }
}
.about-us__img {
  position: relative;
  display: flex;
}
.about-us__img img {
  width: 75%;
  border-radius: 200px 200px 0 0;
  aspect-ratio: 26/40;
  object-fit: cover;
}
.about-us__img svg {
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-repeat: repeat;
}
.about-us__img svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 59s linear forwards;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.about-us__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about-us__content .title {
  position: relative;
  font-size: 30px;
  font-weight: 600;
  font-family: kalameh;
  color: #c9ab81;
  text-align: center;
}
.about-us__content .title:after {
  content: "";
  background-image: url(".././images/background/shape6.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 42px;
  height: 20px;
  position: absolute;
  left: 38%;
  bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .about-us__content .title:after {
    left: 23%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about-us__content .title:after {
    left: 35%;
  }
}
.about-us__content .title:before {
  content: "";
  background-image: url(".././images/background/shape6.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 42px;
  height: 20px;
  position: absolute;
  right: 38%;
  bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .about-us__content .title:before {
    right: 23%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .about-us__content .title:before {
    right: 35%;
  }
}
.about-us__content .main-btn {
  width: fit-content;
}
.about-us__content .contact-info-box {
  margin-top: 30px;
}
@media screen and (max-width: 991.98px) {
  .about-us__content .contact-info-box {
    gap: 15px;
  }
}
.about-us__content .contact-info-box .box {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #121212;
}
.about-us__content .contact-info-box .icon-wrapper {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  border-radius: 50%;
  padding: 6px;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  background: linear-gradient(0deg, #ddd, #fff);
  transition: 0.5s;
}
@media screen and (max-width: 767.98px) {
  .about-us__content .contact-info-box .icon-wrapper {
    width: 50px;
    height: 50px;
  }
}
.about-us__content .contact-info-box .icon-wrapper:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.about-us__content .contact-info-box .icon-wrapper i {
  height: 100%;
  display: block;
  background: linear-gradient(0deg, #fff, #ddd);
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  color: #c9ab81;
  transition: 0.5s;
}
@media screen and (max-width: 767.98px) {
  .about-us__content .contact-info-box .icon-wrapper i {
    line-height: 40px;
    font-size: 16px;
  }
}
.about-us__content .contact-info-box .text-wrapper {
  width: calc(100% - 60px);
}
.about-us__content .contact-info-box .text-wrapper .text {
  font-size: 14px;
  font-weight: 600;
}

.category-sec {
  position: relative;
}
.category-sec .index-widget-header .subtitle {
  background-image: linear-gradient(rgb(210, 157, 80) 0%, rgba(255, 117, 121, 0.07) 78%);
}
.category-sec:after {
  content: "";
  width: 350px;
  height: 315px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -60%;
  border-radius: 0 50% 50% 0;
  padding: 13px;
}

.banner-sec {
  margin-bottom: 145px;
}
@media screen and (max-width: 767.98px) {
  .banner-sec {
    margin-bottom: 180px;
  }
}
.banner-sec img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  aspect-ratio: 9/2;
  object-fit: cover;
}

.product-card {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.product-card:hover .product-card__title {
  color: #b28642;
}
.product-card__img img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.product-card__body {
  margin-top: 15px;
}
.product-card__title {
  font-size: 14px;
  font-weight: 600;
  color: #041013;
  transition: all 1s;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.product-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  min-height: 45px;
}
.product-card__price {
  color: #0E333C;
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .product-card__price {
    font-size: 14px;
  }
}
.product-card__price .old-price {
  text-decoration: line-through;
  color: #818181;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 767.98px) {
  .product-card__price .old-price {
    font-size: 12px;
  }
}
.product-card__price.unit-price {
  color: #0E333C;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-card__price.unit-price:after {
  content: "تومان";
  font-size: 10px;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 767.98px) {
  .product-card__price.unit-price {
    font-size: 14px;
  }
}
.product-card__price .unit-price {
  color: #0E333C;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-card__price .unit-price:after {
  content: "تومان";
  font-size: 10px;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 767.98px) {
  .product-card__price .unit-price {
    font-size: 14px;
  }
}
.product-card__price.unavailable {
  border-radius: 10px;
  color: #f31313;
  font-size: 14px;
  font-weight: 600;
}
.product-card .product-card-off-percent {
  background: #f31313 !important;
  border-radius: 150px;
  box-shadow: 0px 2px 6px #f31313;
  width: 40px;
  height: 25px;
  text-align: center;
  color: #fff;
  padding-top: 4px;
  margin-top: 10px;
}
.product-card .product-card-off-percent:before {
  border-left: 5px solid #f31313;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  float: right;
  content: "";
  margin-right: -3px;
  margin-top: 4px;
}
.product-card .product-card-off-percent .text {
  margin-right: 5px;
}
@media screen and (max-width: 767.98px) {
  .product-card .product-card-off-percent .text {
    display: none;
  }
}

.category-card {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .category-card {
    margin-bottom: 10px;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  .category-card {
    margin-bottom: 30px;
    display: inline-block;
  }
}
.category-card:hover .category-card__img:before {
  opacity: 0;
}
.category-card__img {
  position: relative;
  border: 1px solid #e5bd81;
  padding: 13px;
  border-radius: 110px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .category-card__img {
    padding: 5px;
  }
}
.category-card__img:before {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.51));
  display: flex;
  transition: all 0.3s;
  border-radius: 100px;
  transition: all 0.3s;
}
@media screen and (max-width: 767.98px) {
  .category-card__img:before {
    top: 5px;
    right: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}
.category-card__img img {
  width: 100%;
  border-radius: 100px;
  aspect-ratio: 8/5;
  object-fit: cover;
}
.category-card__content .title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  text-align: center;
  color: #121212;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 767.98px) {
  .category-card__content .title {
    margin-top: 7px;
    font-size: 14px;
  }
}

.blog-card {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #ECF0F7;
  box-shadow: 0px 2px 15px #F2F6FC;
}
@media screen and (max-width: 767.98px) {
  .blog-card {
    padding: 5px;
  }
}
.blog-card__img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.blog-card__img:before {
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  background: linear-gradient(to right, transparent, rgba(14, 51, 60, 0.5607843137));
}
.blog-card__img img {
  width: 100%;
  aspect-ratio: 5/2;
  object-fit: cover;
}
.blog-card__img .blog-info {
  position: absolute;
  display: flex;
  z-index: 999;
  bottom: 10px;
  right: 15px;
  gap: 15px;
}
.blog-card__img .blog-info .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.blog-card__img .blog-info .item:first-child {
  padding-left: 15px;
  border-left: 1px solid #949494;
}
.blog-card__img .blog-info .item .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b28642;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.blog-card__img .blog-info .item .icon-wrapper.comments {
  background-color: #fff;
  color: #0E333C;
}
.blog-card__img .blog-info .item .text {
  color: #fff;
  font-size: 14px;
}
.blog-card__content .title {
  padding: 15px 15px 0 15px;
  font-size: 14px;
  font-weight: 600;
  color: #041013;
  transition: all 1s;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  height: 40px;
}

/*# sourceMappingURL=index.css.map */
