@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) .owl-item:not(:first-child) {
  display: none;
}

.mainSlider:not(.owl-loaded) .owl-item img {
  height: 100%;
}

.slider-sec .main-banner {
  display: inline-block;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.slider-sec .main-banner img {
  width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid saddlebrown;
  background: unset;
  background: #c7070a;
}
@media only screen and (max-width: 991.98px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}

.mainSlider {
  box-shadow: inset 0 8px 20px -10px rgba(0, 0, 0, 0.25), inset 8px 0 20px -12px rgba(0, 0, 0, 0.18), inset -8px 0 20px -12px rgba(0, 0, 0, 0.18);
  border-radius: 9px;
}
.mainSlider .swiper-button-prev {
  z-index: 99999999 !important;
  top: 48% !important;
  background-image: url(.././images/content/5.png);
  background-repeat: no-repeat;
  background-size: 45px;
  width: 49px;
  transform: rotate(180deg);
  border-radius: 15px;
}
.mainSlider .swiper-horizontal > .swiper-pagination-bullets, .mainSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .mainSlider .swiper-pagination-custom, .mainSlider .swiper-pagination-fraction {
  bottom: 23px !important;
  width: 100% !important;
  left: 31% !important;
  z-index: 10000000000000000 !important;
}
@media only screen and (max-width: 1599.98px) {
  .mainSlider .swiper-horizontal > .swiper-pagination-bullets, .mainSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .mainSlider .swiper-pagination-custom, .mainSlider .swiper-pagination-fraction {
    left: 32.5%;
  }
}
@media only screen and (max-width: 991.98px) {
  .mainSlider .swiper-horizontal > .swiper-pagination-bullets, .mainSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .mainSlider .swiper-pagination-custom, .mainSlider .swiper-pagination-fraction {
    left: 35% !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .mainSlider .swiper-horizontal > .swiper-pagination-bullets, .mainSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .mainSlider .swiper-pagination-custom, .mainSlider .swiper-pagination-fraction {
    left: 40% !important;
    bottom: 0px !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .mainSlider .swiper-horizontal > .swiper-pagination-bullets, .mainSlider .swiper-pagination-bullets.swiper-pagination-horizontal, .mainSlider .swiper-pagination-custom, .mainSlider .swiper-pagination-fraction {
    left: 19% !important;
    bottom: 5px !important;
  }
}
.mainSlider .img-fluid {
  max-width: 100% !important;
  height: 28% !important;
  aspect-ratio: 9/4 !important;
  width: 100%;
}
.mainSlider .swiper-button-next, .mainSlider .swiper-rtl .swiper-button-prev {
  z-index: 99999999 !important;
  top: 48% !important;
  background-image: url(.././images/content/5.png);
  background-repeat: no-repeat;
  background-size: 45px;
  width: 49px;
}
.mainSlider .swiper-button-prev:after, .mainSlider .swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 0px !important;
  color: #c7070a;
}
.mainSlider .swiper-button-next:after, .mainSlider .swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 0px !important;
  color: #c7070a;
}
.mainSlider:after {
  content: "";
  background-image: url(.././images/background/image.png);
  display: inline-block;
  position: absolute;
  top: 0%;
  width: 50%;
  height: 101%;
  z-index: 999;
  background-repeat: no-repeat;
  bottom: 45px;
  background-size: contain;
  transform: rotate(181deg);
  right: -96px;
}
@media only screen and (max-width: 1400.98px) {
  .mainSlider:after {
    width: 55%;
  }
}
@media only screen and (max-width: 1300.98px) {
  .mainSlider:after {
    width: 57%;
  }
}
@media only screen and (max-width: 575.98px) {
  .mainSlider:after {
    right: 10px;
  }
}
.mainSlider__link {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  transition: all 300ms linear;
}
@media only screen and (max-width: 575.98px) {
  .mainSlider__link {
    border-radius: calc(10px / 2);
  }
}
.mainSlider {
  /* main slider link */
}
.mainSlider .owl-prev,
.mainSlider .owl-next {
  background: transparent !important;
}
.mainSlider .owl-prev span,
.mainSlider .owl-next span {
  color: #c7070a;
  font-size: 20px;
}
@media only screen and (max-width: 575.98px) {
  .mainSlider .owl-prev span,
  .mainSlider .owl-next span {
    padding: 8px;
  }
}
.mainSlider .owl-prev,
.mainSlider .owl-next {
  /* owl prev and owl next span */
}
.mainSlider {
  /* owl nav owl prev and owl next */
} /* main slider owl nav */
/* main slider owl dots */
/* main slider */
.services {
  margin-bottom: 5rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 480.98px) {
  .services {
    margin-top: 3rem;
  }
}
.services__item .service-card {
  max-width: 200px;
  padding-top: 7px;
  /* margin: 0 auto; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
  transition: all 300ms linear;
}
@media only screen and (max-width: 575.98px) {
  .services__item .service-card {
    flex-direction: column;
  }
}
.services__item--icons {
  display: flex;
  margin-bottom: 11px;
}
.services__item--icons img {
  width: 100%;
  margin: 0 auto;
  border-radius: 38px;
}
.services__item--title h2 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  transition: all 300ms linear;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 767.98px) {
  .services__item--title h2 {
    font-size: 12px;
  }
}
.services__item--title p {
  font-size: 11px;
  text-align: center;
  color: gray;
}
@media only screen and (max-width: 480.98px) {
  .services__item--title p {
    font-size: 8px;
  }
}

.products {
  margin-top: 5rem;
  margin-bottom: 7rem;
  background-image: url(.././images/background/Vector-2.webp);
}
@media only screen and (max-width: 1400.98px) {
  .products {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .products {
    margin-bottom: 2rem;
    margin-top: 0rem;
  }
}
.products .swiper-button-next, .products .swiper-rtl .swiper-button-prev {
  z-index: 9 !important;
  background-image: url(.././images/content/5.png);
  background-repeat: no-repeat;
  background-size: 45px;
  width: 49px;
  transform: rotate(179deg);
}
.products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after {
  content: "prev";
  font-size: 0px !important;
  color: #c7070a;
}
.products .swiper-button-next:after, .products .swiper-rtl .swiper-button-prev:after {
  content: "next";
  font-size: 0px !important;
  color: #c7070a;
}
.products .swiper-button-prev {
  z-index: 9 !important;
  background-image: url(.././images/content/5.png);
  background-repeat: no-repeat;
  background-size: 45px;
  width: 49px;
}
.products .title-box {
  position: relative;
}
.products .title-box a {
  position: absolute;
  bottom: 34px;
  z-index: 999;
  left: 37%;
}
@media only screen and (max-width: 1599.98px) {
  .products .title-box a {
    left: 30%;
  }
}
@media only screen and (max-width: 1400.98px) {
  .products .title-box a {
    left: 38%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .products .title-box a {
    left: 33%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .products .title-box a {
    left: 22%;
  }
}
.products .title-box .text-product {
  bottom: 40%;
  right: 25%;
  z-index: 999999;
}
@media only screen and (max-width: 1599.98px) {
  .products .title-box .text-product {
    right: 50px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .products .title-box .text-product {
    right: 15%;
  }
}
.products .title-box .text-product h2 {
  color: white;
  font-size: 24px;
  word-spacing: -5px;
}
@media only screen and (max-width: 1399.98px) {
  .products .title-box .text-product h2 {
    font-size: 20px;
  }
}
.products .title-box .text-product p {
  color: white;
  text-align: center;
}
.products .title-box img {
  width: 81%;
  height: 100%;
  border-radius: 15px;
  display: block;
}
@media only screen and (max-width: 1399.98px) {
  .products .title-box img {
    width: 96%;
  }
}
.products .title-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(23, 21, 21, 0.78);
  border-radius: 15px;
  pointer-events: none;
  width: 81%;
}
@media only screen and (max-width: 1399.98px) {
  .products .title-box::after {
    width: 96%;
  }
}
.products {
  /* From Uiverse.io by reshades */
}
.products .button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  width: 10.5em;
  height: 2.9em;
  border: #c7070a 0.2em solid;
  border-radius: 11px;
  text-align: right;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1400.98px) {
  .products .button {
    font-size: 12px;
    width: 11em;
    height: 4em;
  }
}
.products .button:hover {
  background-color: #474040;
  cursor: pointer;
}

.btn-view .button {
  display: inline-flex;
  align-items: center;
  gap: 6px; /* فاصله متن و آیکن */
  transition: all 0.3s ease;
  justify-content: center;
}

.btn-view .icon-arrow-left {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* انیمیشن هاور */
.btn-view:hover .icon-arrow-left {
  transform: translateX(-5px); /* آیکن کمی به چپ میره */
}

.new .title-box a {
  left: 22% !important;
}
@media only screen and (max-width: 1599.98px) {
  .new .title-box a {
    left: 15% !important;
  }
}
.new .title-box::after {
  right: 19%;
}
@media only screen and (max-width: 1399.98px) {
  .new .title-box::after {
    right: 4%;
  }
}
.new .text-product {
  right: 40% !important;
}
@media only screen and (max-width: 1399.98px) {
  .new .text-product {
    right: 30% !important;
  }
}
@media only screen and (max-width: 1400.98px) {
  .new .text {
    font-size: 12px;
  }
}
.new .btn-view {
  display: inline-block;
  overflow: hidden;
}
.new .btn-view .button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: none;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: #c7070a 0.2em solid;
}
.new .btn-view .button .icon-arrow-right {
  display: inline-block;
  transition: transform 0.3s ease;
}
.new .btn-view:hover .button {
  background-color: #474040;
}
.new .btn-view:hover .icon-arrow-right {
  transform: translateX(5px);
}

.product-card {
  padding: 18px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.88);
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .product-card {
    padding: 0 !important;
  }
}
.product-card--img {
  position: relative;
}
.product-card--img img {
  width: 100%;
  border-radius: 6px;
  display: block;
}
.product-card--img {
  /* اورلی مشکی */
}
.product-card--img .overlay {
  position: absolute;
  inset: 0;
  background: rgba(57, 55, 55, 0.29);
  border-radius: 6px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.product-card--img {
  /* رنگ‌ها */
}
.product-card--img .color-product {
  position: absolute;
  top: 38px;
  left: 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: opacity 0.3s ease;
  z-index: 999999999;
}
.product-card--img .color-product .dots {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.product-card--img .color-product .dots-1 {
  background: #fff8ed;
}
.product-card--img .color-product .dots-2 {
  background: #e2a02b;
}
.product-card--img .color-product .dots-3 {
  background: #6d2424;
}
.product-card {
  /* هاور */
}
.product-card:hover .overlay {
  opacity: 0;
}
.product-card:hover .color-product {
  opacity: 0;
}
.product-card {
  /* عنوان */
}
.product-card--title {
  height: 85px;
}
.product-card--title .price {
  font-size: 18px;
  color: #474040;
  font-weight: 700;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title .price {
    font-size: 14px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title .price {
    font-size: 12px;
  }
}
.product-card--title h2 {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 700;
  color: #474040;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title h2 {
    padding-right: 9px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title h2 {
    font-size: 12px;
  }
}
.product-card--title s {
  color: gray;
  font-size: 15px;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title s {
    font-size: 13px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title s {
    font-size: 11px;
  }
}
.product-card--title .toman {
  color: #706868;
  font-size: 15px;
}
@media only screen and (max-width: 991.98px) {
  .product-card--title .toman {
    font-size: 12px;
  }
}
.product-card {
  /* ایکون شاپ */
}
.product-card .img-ship {
  bottom: 0px;
  position: absolute;
  right: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1599.98px) {
  .product-card .img-ship {
    right: 9%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card .img-ship {
    bottom: 0px;
    right: -4px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product-card .img-ship {
    bottom: -7px;
    right: -15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship {
    right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-card .img-ship {
    right: -20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-card .img-ship {
    right: 40px;
  }
}
@media only screen and (max-width: 499.98px) {
  .product-card .img-ship {
    right: 10px;
  }
}
@media only screen and (max-width: 411.98px) {
  .product-card .img-ship {
    right: -10px;
  }
}
.product-card .img-ship img {
  transform: rotate(180deg);
}
.product-card .img-ship span {
  position: absolute;
  right: 48%;
  left: 46%;
  z-index: 999;
  top: 13px;
  color: brown;
  transform: rotate(122deg);
  font-size: 19px;
  font-weight: 600;
}
@media only screen and (max-width: 991.98px) {
  .product-card .img-ship span {
    font-size: 15px;
  }
}
.product-card {
  /* تخفیف */
}
.product-card .discount {
  background: #c7070a;
  padding: 4px;
  font-size: 12px;
  border-radius: 5px;
  color: white;
}
@media only screen and (max-width: 1399.98px) {
  .product-card .discount {
    padding: 3px;
    font-size: 11px;
    border-radius: 5px;
    color: white;
    margin-bottom: 12px;
    margin-left: 13px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .product-card .discount {
    padding: 3px;
    font-size: 8px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card .discount {
    font-size: 10px;
  }
}
.product-card {
  /* خطوط پایین */
}
.product-card .line-1 {
  width: 50%;
  height: 4px;
  background: #ed394d;
  margin-bottom: 1.5rem;
  border-radius: 64px;
  margin-top: 10px;
}
.product-card .line-2 {
  width: 50%;
  height: 4px;
  background: #bebbbb;
  margin-bottom: 1.5rem;
  border-radius: 0px 65px 65px 0px;
  margin-top: 10px;
}

.category {
  margin-bottom: 2rem;
  background-image: url(.././images/category/bg6.png);
  background-repeat: no-repeat;
}
.category__title {
  position: relative;
  background-image: url(.././images/category/7.png);
  padding: 35px 0 47px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  --ep-advanced-heading-pos-x: -111px;
  --ep-advanced-heading-pos-y: -75px;
  --ep-advanced-heading-rotate: 0deg;
}
@media only screen and (max-width: 767.98px) {
  .category__title {
    padding: 21px 0 21px 0;
  }
}
.category__title h2 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #474040;
}
@media only screen and (max-width: 991.98px) {
  .category__title h2 {
    font-size: 17px;
  }
}
.category__item--img img {
  width: 100%;
}
.category__item--title {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
}
.category__item--title h2 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  transition: all 300ms linear;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.category__item {
  border-radius: 14px;
  border: 1px solid transparent;
  transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.category__item:hover {
  background-color: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}
.category__item:hover--title h2 {
  color: #c7070a;
  letter-spacing: 0.5px;
}
.category__item--img img {
  transition: transform 0.3s ease, filter 0.3s ease;
}
.category__item--img img:hover {
  transform: scale(1.05);
  filter: brightness(1.05);
}

@media only screen and (max-width: 991.98px) {
  .mt-category {
    margin-top: 0 !important;
  }
}

.about-us {
  margin-bottom: 6rem;
  margin-top: 7rem;
  background-image: url(.././images/about-us/551.png);
  background-repeat: no-repeat;
  background-position: right;
}
@media only screen and (max-width: 991.98px) {
  .about-us {
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us--item {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.about-us p {
  line-height: 42px;
  color: #7f8285;
  font-size: 18px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199.98px) {
  .about-us p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    font-size: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us p {
    line-height: 38px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-us p {
    -webkit-line-clamp: 3;
    font-size: 13px;
  }
}
.about-us h2 {
  font-size: 25px;
  font-weight: 700;
  color: #4e4f4f;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .about-us h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480.98px) {
  .about-us h2 {
    font-size: 16px;
  }
}
.about-us .button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  color: #474040;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: #ed394d 0.2em solid;
  /* background: unset; */
  border-radius: 12px;
}
@media only screen and (max-width: 991.98px) {
  .about-us .button {
    font-size: 10px;
  }
}
.about-us__img {
  background-image: url(.././images/about-us/03-3.png);
  background-position: -2rem 19px;
  background-size: 12rem;
}
.about-us__img img {
  width: 65%;
  max-width: 100%;
  height: 21rem;
  border-radius: 17px;
  border: 5px solid #eeeeee;
}
@media only screen and (max-width: 480.98px) {
  .about-us__img img {
    width: 100%;
  }
}
.about-us__img:after {
  background-image: url(.././images/content/589.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  content: "";
  width: 68%;
  height: 100%;
  top: -129px;
  z-index: -1;
  opacity: 0.5;
}
@media only screen and (max-width: 480.98px) {
  .about-us__img:after {
    width: 100%;
  }
}
.about-us__img--img {
  right: 22%;
  top: 22px;
}
.about-us__img--img img {
  width: 100%;
  height: 19rem;
  border: 5px solid #faf7f2;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
@media only screen and (max-width: 480.98px) {
  .about-us__img--img img {
    display: none;
  }
}
.about-us__img--row {
  position: absolute;
  /* height: 78px; */
  right: 46px;
  z-index: -1;
}
@media only screen and (max-width: 1400.98px) {
  .about-us__img--row {
    right: 0px;
  }
}
.about-us__img--row img {
  width: 100%;
  height: 15rem;
}

.blog {
  margin-bottom: 2rem;
}
.blog__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #474040;
}
@media only screen and (max-width: 1199.98px) {
  .blog__title h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__title h2 {
    font-size: 17px;
  }
}
.blog__title--text {
  font-size: 15px;
  color: gray;
  font-weight: 700;
}
@media only screen and (max-width: 1199.98px) {
  .blog__title--text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__title--text {
    font-size: 10px;
  }
}

.mobile-category-card {
  display: none !important;
}
@media screen and (max-width: 991.98px) {
  .mobile-category-card {
    display: flex !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
  }
  .mobile-category-card .swiper-slide {
    width: 32%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .mobile-category-card .swiper-slide {
    width: 49%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 480.98px) {
  .mobile-category-card .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 380.98px) {
  .mobile-category-card .swiper-slide {
    width: 75%;
  }
}
@media screen and (max-width: 767.98px) {
  .mobile-category-card {
    display: flex !important;
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    overflow-y: hidden !important;
  }
}

@media screen and (max-width: 992.98px) {
  .desktop-category-card {
    display: none !important;
  }
}

.blogCard {
  background: white;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  padding: 0;
}
.blogCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.blogCard:hover .blogCard__time--btn .icon-arrow-left {
  transform: translateX(-4px); /* حرکت به چپ */
  color: #c8a2a2; /* تغییر رنگ با هگز */
}
.blogCard:hover .blogCard__time--btn {
  background: #2f2b2b; /* هاور جذاب‌تر */
}
.blogCard__img img {
  width: 100%;
  border-radius: 10px;
}
.blogCard__ship {
  margin-top: -25px;
}
@media only screen and (max-width: 1399.98px) {
  .blogCard__ship {
    margin-top: -24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .blogCard__ship {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blogCard__ship {
    margin-top: -22px;
  }
}
@media only screen and (max-width: 483.98px) {
  .blogCard__ship {
    margin-top: -18px;
  }
}
.blogCard__ship img {
  width: 100%;
}
.blogCard__time {
  padding-left: 13px;
  padding-bottom: 16px;
}
.blogCard__time--btn {
  background: #474040;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 6px;
  transition: all 0.3s ease;
}
.blogCard__time--btn .blogCard__text {
  display: none;
}
.blogCard__time--btn span {
  color: white;
  font-size: 12px;
  padding: 1px;
}
@media only screen and (max-width: 1199.98px) {
  .blogCard__time--btn span {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blogCard__time--btn span {
    font-size: 8px;
  }
}
.blogCard__time--btn .icon-arrow-left {
  color: wheat;
  font-size: 12px;
  transition: all 0.3s ease;
}
.blogCard__text {
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 4px;
}
.blogCard__text span {
  font-size: 15px;
}
@media only screen and (max-width: 430.98px) {
  .blogCard__text span {
    font-size: 10px;
  }
}
.blogCard__text h2 {
  width: 100%;
  height: 46px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px !important;
  color: #251f1f !important;
  line-height: 23px !important;
  margin: 0 !important;
  display: flex !important;
  transition: all 300ms linear !important;
}
@media only screen and (max-width: 991.98px) {
  .blogCard__text h2 {
    font-size: 12px !important;
  }
}

.blog__items {
  padding: 35px;
  gap: 17px;
}

a {
  color: #1a1a1a;
}
a:hover {
  color: unset;
  box-shadow: unset;
}

.container {
  max-width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 90%;
  }
}

/*# sourceMappingURL=index.css.map */
