@charset "UTF-8";
/*
// TODO: adding all archive pages styles to this file.
         such as blog archive card, product archive card and etc.
*/
/*---------------------------------- 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 ----------------------------------*/
.blog {
  position: relative !important;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 991.98px) {
  .blog {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog {
    margin-top: 2rem;
  }
}
.blog__title p {
  color: #282b55;
  font-size: 16px;
  line-height: 35px;
}
@media only screen and (max-width: 991.98px) {
  .blog__title p {
    font-size: 12px;
  }
}
.blog__title h2 {
  font-family: Far_Digital_Arabia !important;
  font-weight: 700;
  font-size: 45px;
}
@media only screen and (max-width: 991.98px) {
  .blog__title h2 {
    font-size: 35px;
  }
}

.icon-blog-left span {
  color: #282b55;
  font-weight: 800;
  font-family: "iranyekan";
}
.icon-blog-left .icon-arrow-left {
  margin-top: 5px;
}

.blog-card {
  background: #eeebde;
  padding: 21px;
  position: relative;
  width: 40%;
  border-radius: 15px;
}
@media only screen and (max-width: 991.98px) {
  .blog-card {
    width: 33%;
  }
}
@media only screen and (max-width: 575.98px) {
  .blog-card {
    width: 50%;
  }
}
@media only screen and (max-width: 375.98px) {
  .blog-card {
    width: 75%;
  }
}
.blog-card__img {
  width: 100%;
}
.blog-card__img img {
  width: 100%;
  aspect-ratio: 3/2;
}
.blog-card__title {
  height: 4rem;
}
.blog-card__title h2 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 50px;
  line-height: 22px;
  color: #282b55;
  font-size: 18px;
}
@media only screen and (max-width: 1199.98px) {
  .blog-card__title h2 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog-card__title h2 {
    height: 45px;
  }
}
.blog-card__btn {
  background-image: url(.././images/blog/7.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -36px;
  height: 23%;
}
@media only screen and (max-width: 991.98px) {
  .blog-card__btn {
    bottom: -30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-card__btn {
    bottom: -23px;
  }
}
.blog-card__btn .icon-arrow-left {
  color: #f7f7ef;
  font-size: 27px;
  margin-top: -5px;
}
@media only screen and (max-width: 991.98px) {
  .blog-card__btn .icon-arrow-left {
    font-size: 18px;
  }
}

.swiper-wrapper-card {
  padding-top: 120px;
}

.swiper-slide-w {
  width: 23.5% !important;
}
@media only screen and (max-width: 1399.98px) {
  .swiper-slide-w {
    width: 23% !important;
  }
}

/* فقط برای موبایل */
.mobile-blog-card {
  display: flex;
  flex-direction: row;
  gap: 16px;
  overflow-x: auto; /* فقط اسکرول افقی */
  overflow-y: hidden; /* اسکرول عمودی غیرفعال */
  white-space: nowrap; /* جلوگیری از رفتن آیتم‌ها به خط بعد */
  -webkit-overflow-scrolling: touch; /* اسکرول نرم در iOS */
  padding: 30px;
}

.mobile-blog-card > * {
  flex: 0 0 auto; /* هر کارت ثابت بمونه، جمع نشه */
  scroll-snap-align: start;
}

.blog-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative; /* اگه نداری اضافه کن */
  /* انیمیشن برای داخل کارت */
}
.blog-card:hover {
  transform: translateY(-8px);
}
.blog-card:hover .blog-card__img img {
  transform: scale(1.05) translateY(-5px);
  transition: transform 0.3s ease;
}
.blog-card:hover .blog-card__title h2 {
  color: #414583; /* مثلا رنگ عنوان تغییر کنه */
  transition: color 0.3s ease, transform 0.3s ease;
  transform: translateX(5px);
}

.product-card {
  background-color: #eeebde;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
  display: block;
  border-radius: 5px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.product-card__img {
  padding: 0px;
  margin-bottom: 0.75rem;
}
.product-card__img img {
  width: 100%;
  margin-top: -7rem;
  transition: transform 0.4s ease;
}
.product-card__img:hover img {
  transform: scale(1.05);
}
.product-card__title h2 {
  color: rgb(119, 119, 119);
  font-size: 15px;
  padding: 0px 13px 11px 2px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  height: 44px;
  line-height: 22px;
  transition: color 0.4s ease;
}
.product-card:hover .product-card__title h2 {
  color: #282b55;
}

.product {
  position: relative;
  margin-bottom: 7rem;
  margin-top: 15rem;
}
@media only screen and (max-width: 991.98px) {
  .product {
    margin-top: 10rem;
    margin-bottom: 4rem;
  }
}
.product:after {
  display: block;
  background-image: url(.././images/content/88.png);
  background-repeat: no-repeat;
  width: 396px;
  height: 385px;
  position: absolute;
  /* bottom: -91px; */
  content: "";
  right: 4px;
  --background-overlay: "";
  background-position: top right;
  background-size: 100% auto;
  bottom: 0;
  top: 0 !important;
  z-index: -1;
}
@media only screen and (max-width: 399.98px) {
  .product:after {
    content: unset;
  }
}
.product .icon-blog-left {
  width: fit-content;
  justify-content: center;
  display: flex;
  padding: 23px 9px;
  height: 2.5rem;
  border-radius: 15px;
  color: #363636;
  font-size: 35px;
  background: #282b55;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.6px);
  -webkit-backdrop-filter: blur(4.6px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  align-items: center;
  gap: 3px;
  margin-top: 2rem;
}
@media only screen and (max-width: 991.98px) {
  .product .icon-blog-left {
    margin-top: 0;
    padding: 16px 5px;
    height: 2.25rem;
  }
}
.product .icon-blog-left span {
  color: white;
  font-weight: 800;
  font-family: "iranyekan";
  font-size: 15px;
}
@media only screen and (max-width: 991.98px) {
  .product .icon-blog-left span {
    font-size: 12px;
  }
}
.product .icon-blog-left .icon-arrow-left {
  margin-top: 5px;
  border-radius: 15px;
  margin-right: 8px;
  background: #fff;
  width: 36px;
  padding: 9px;
  font-size: 15px;
  color: #282b55 !important;
}
@media only screen and (max-width: 991.98px) {
  .product .icon-blog-left .icon-arrow-left {
    margin-top: 0px;
    border-radius: 8px;
    width: 31px;
    padding: 6px;
    font-size: 13px;
  }
}
.product .swiper-button-prev {
  right: 10px !important;
  left: auto !important;
  background: white !important;
  border-radius: 5px !important;
  height: 30px !important;
}
.product .swiper-button-next {
  background: white !important;
  border-radius: 5px !important;
  height: 30px !important;
}
.product .swiper-button-prev:after {
  color: #000000 !important;
}
.product .swiper-button-next:after {
  color: #000000 !important;
}
.product .title h2 {
  color: #282b55;
  line-height: 35px;
  font-size: 29px;
  font-weight: 800;
  margin-bottom: 23px;
}
.product .icon-product {
  color: white;
  font-size: 17px;
  font-weight: 600;
  /* margin-left: 1rem; */
  background: #282b55;
  width: 35px;
  height: 32px;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  border-radius: 5px;
  padding: 14px;
}
.product .icon-product span {
  font-family: "iranyekan";
}
@media only screen and (max-width: 1199.98px) {
  .product .product-bg {
    padding: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .product .product-bg {
    flex-direction: column;
    margin-top: 8rem;
  }
}
.product .title-product {
  font-size: 25px;
  color: #282b55;
  font-weight: 800;
  font-family: Far_Digital_Arabia;
}
@media only screen and (max-width: 1199.98px) {
  .product .title-product {
    margin-top: 4rem;
    text-align: center;
  }
}
@media only screen and (max-width: 992.98px) {
  .product .title-product {
    margin-top: 0;
  }
}
.product .swiper-button-next:after, .product .swiper-rtl .swiper-button-prev:after {
  font-size: 17px !important;
}

.product__item {
  margin-bottom: -6.5rem !important;
}
@media only screen and (max-width: 991.98px) {
  .product__item {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .product-item {
    margin-top: 0;
  }
}

@media only screen and (max-width: 991.98px) {
  .product-slider-wrapper {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 991.98px) {
  .title-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.product-card__img img {
  margin-top: unset !important;
}

.product-card {
  padding-top: 10px;
  width: unset !important;
}

.mt-header {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 991.98px) {
  .mt-header {
    margin-bottom: 3rem;
  }
}

.blog-card {
  width: 32%;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 991.98px) {
  .blog-card {
    width: 31%;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575.98px) {
  .blog-card {
    width: 45%;
  }
}

.blog-archive {
  justify-content: space-between;
}
@media only screen and (max-width: 575.98px) {
  .blog-archive {
    justify-content: center;
    gap: 20PX;
  }
}

/*# sourceMappingURL=archives.css.map */
