@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 ----------------------------------*/
/*------------------------------------ sections ------------------------------------*/
.index-sec.main-slider {
  min-height: 70vh;
}
@media screen and (max-width: 1366.98px) {
  .index-sec.main-slider {
    min-height: 500px;
  }
}
@media screen and (max-width: 1199.98px) {
  .index-sec.main-slider {
    min-height: 350px;
  }
}
@media screen and (max-width: 991.98px) {
  .index-sec.main-slider {
    min-height: 120px;
  }
}
.index-sec.popular-product .owl-stage {
  padding: 10px 0;
}
.index-sec.popular-product .owl-nav {
  top: 42% !important;
}

/* index sec */
.mainSlider .mainSlider__link {
  --image: attr(data-src);
}
.mainSlider .mainSlider__link:before {
  content: "";
  background-image: var(--image);
  position: absolute;
  width: 100vw;
  height: 150vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  filter: blur(1px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-carousel.index-owl-nav {
  position: relative;
  /* owl carousel index owl nav owl nav */
}
.owl-carousel.index-owl-nav .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* owl nav owl prev and owl next */
  /* owl nav owl prev */
  /* owl nav owl next */
}
.owl-carousel.index-owl-nav .owl-nav .owl-prev,
.owl-carousel.index-owl-nav .owl-nav .owl-next {
  position: relative;
  background-color: transparent !important;
  margin: 0;
  /* owl prev and owl next hover */
  /* owl prev and owl next span */
}
.owl-carousel.index-owl-nav .owl-nav .owl-prev:hover span,
.owl-carousel.index-owl-nav .owl-nav .owl-next:hover span {
  color: #133ea1;
}
.owl-carousel.index-owl-nav .owl-nav .owl-prev span,
.owl-carousel.index-owl-nav .owl-nav .owl-next span {
  padding: 20px;
  background-color: #ffffff50;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  color: #fff;
  transition: all 300ms linear;
  border-radius: 100% !important;
}
.owl-carousel.index-owl-nav .owl-nav .owl-prev {
  left: -60px;
  /* owl prev span */
}
.owl-carousel.index-owl-nav .owl-nav .owl-prev span {
  border-radius: 0;
}
.owl-carousel.index-owl-nav .owl-nav .owl-next {
  right: -60px;
  /* owl next span */
}
.owl-carousel.index-owl-nav .owl-nav .owl-next span {
  border-radius: 0;
}

/* owl carousel index owl nav */
.productSlider .owl-nav .owl-prev span, .productSlider .owl-nav .owl-next span {
  background: #133ea150 !important;
}

.mainSlider {
  position: relative;
  border-radius: 0;
  /* main slider owl nav */
  /* main slider owl dots */
  /* main slider link */
}
.mainSlider .owl-nav {
  top: 45% !important;
}
.mainSlider .owl-dots {
  height: 45px;
  background: #fff;
  margin-top: 0;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  padding: 15px;
  border-radius: 30px 30px 0 0;
  /* owl dots owl dot */
}
@media screen and (max-width: 767.98px) {
  .mainSlider .owl-dots {
    display: none;
  }
}
.mainSlider .owl-dots:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 30px solid #fff;
  border-left: 24px solid transparent;
  position: absolute;
  left: -20px;
}
.mainSlider .owl-dots:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 30px solid #fff;
  border-right: 24px solid transparent;
  position: absolute;
  right: -20px;
}
.mainSlider .owl-dots .owl-dot {
  background-color: transparent !important;
  border-radius: 8px;
  border: 1px solid #88888880;
  color: #88888880;
  width: 14px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin: 0 10px;
  font-size: 10px;
  /* owl dot active span */
  /* owl dot span */
}
.mainSlider .owl-dots .owl-dot.active {
  border: 1px solid #133ea1;
  color: #133ea1;
}
.mainSlider .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #e6e6e6;
  transition: all 300ms linear;
}
.mainSlider__link {
  display: block;
  border-radius: 0;
  overflow: hidden;
}
.mainSlider__link img {
  width: 100%;
}

/* main slider */
.blurSlider {
  position: absolute;
  filter: blur(7px) opacity(0.9);
  overflow: hidden;
  width: calc(100vw - 8px);
}
.blurSlider .owl-carousel {
  overflow: hidden;
}
.blurSlider .owl-carousel img {
  width: 100vw !important;
  height: calc(100vh - 100px);
  object-fit: cover;
}
.blurSlider .owl-nav, .blurSlider .owl-dots {
  opacity: 0;
}

.index-widget-header {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
  /* index widget header title */
  /* index widget header title-en */
  /* index widget header main btn */
}
.index-widget-header__title {
  position: relative;
  font-size: 18px;
  font-weight: 850;
  padding-bottom: 10px;
  color: #cf9f24;
  /* title before */
}
@media screen and (max-width: 767.98px) {
  .index-widget-header__title {
    white-space: nowrap;
    font-size: 14px;
  }
}
.index-widget-header__title:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 30px;
  height: 1px;
  border-radius: 0;
  background-color: #cf9f24;
}
.index-widget-header__title-en {
  position: absolute;
  font-size: 36px;
  font-weight: 850;
  white-space: nowrap;
  color: #133ea1;
  top: -25px;
  right: 60px;
  opacity: 0.1;
  transition: all 300ms linear;
}
@media screen and (max-width: 767.98px) {
  .index-widget-header__title-en {
    display: none;
  }
}
.index-widget-header .main-btn {
  padding: 8px 30px;
}

/* index widget header */
.services {
  margin-bottom: 100px;
  /* services text-wrapper */
  /* services text */
  /* services wrapper */
}
.services__text-wrapper {
  /* text wrapper main btn */
}
.services__text-wrapper .main-btn {
  display: flex;
  max-width: 140px;
  margin-right: auto;
  padding: 15px 35px;
}
.services__text {
  text-align: justify;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #878787;
  margin-bottom: 15px;
}
.services__wrapper {
  /* wrapper div col first child */
}
.services__wrapper div[class^=col]:first-child,
.services__wrapper div[class^=col]:nth-child(3) {
  transform: translateY(35px);
}

/* services */
.about-us {
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
  padding: 80px;
  /* about us text */
  /* about us button */
  /* about us wrapper */
  /* about us bg */
  /* about us bg-2 */
  /* about us bg-2 */
  /*&__social {
    position: absolute;
    bottom: -20px;
    left: 70%;
    border-radius: $border-radius;
    background-color: $card-background;
    min-width: 200px;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transform: translateX(0px);
    box-shadow: $light-box-shadow;
    transition: $transition;
    z-index: 3;

    &__link {
      display: flex;
      font-size: 22px;
      text-shadow: none;
      color: $text-color;
      transition: $transition;

      &:hover {
        color: $primary-color;
        text-shadow: 0 0 15px rgba($primary-color, 70%);
      } !* link hover *!

    } !* social link *!

  }*/
  /* about us social */
}
@media screen and (max-width: 550px) {
  .about-us {
    padding: 80px 0;
  }
}
.about-us:before {
  content: "";
  background-color: #133ea1;
  border-radius: 250px 0 0 250px;
  flex: 1;
  aspect-ratio: 2/1;
  width: 65%;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1550px) {
  .about-us:before {
    aspect-ratio: 2/1.25;
    width: 62%;
  }
}
@media screen and (max-width: 1330px) {
  .about-us:before {
    aspect-ratio: 2/1.15;
    width: 70%;
  }
}
@media screen and (max-width: 1150px) {
  .about-us:before {
    aspect-ratio: 2/1.25;
    width: 68%;
  }
}
@media screen and (max-width: 1050px) {
  .about-us:before {
    aspect-ratio: 2/1.4;
    width: 68%;
  }
}
@media screen and (max-width: 1199.98px) {
  .about-us:before {
    flex: auto;
    height: 475px;
    width: 98%;
  }
}
.about-us .about-us-title {
  z-index: 2;
  position: relative;
  color: #fff;
}
.about-us .index-widget-header__title-en {
  color: #f1f1f1;
}
.about-us__text {
  text-align: justify;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  margin: 15px 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7;
  z-index: 2;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 550px) {
  .about-us__text {
    padding-left: 50px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
  }
}
.about-us__button {
  padding: 15px 35px;
  display: flex;
  margin-right: auto;
  max-width: 140px;
}
.about-us__wrapper {
  position: relative;
  /* wrapper img */
}
.about-us__wrapper img {
  position: relative;
  display: block;
  width: 90%;
  border-radius: 0;
  margin-right: auto;
}
@media screen and (max-width: 991.98px) {
  .about-us__wrapper img {
    width: 100%;
  }
}
.about-us__bg {
  content: "";
  position: absolute;
  top: 10%;
  left: 70%;
  font-size: 280px;
  transition: all 300ms linear;
  background: linear-gradient(90deg, #133ea1 0%, #573814 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-us__bg-2 {
  content: "";
  position: absolute;
  top: 60%;
  left: -5%;
  width: 60%;
  height: 55%;
  border: 4px solid #133ea1;
  border-radius: 0;
  transition: all 300ms linear;
  z-index: 0;
}
.about-us__bg-3 {
  content: "";
  position: absolute;
  top: 102%;
  left: 92%;
  width: 18%;
  height: 18%;
  background-color: #cf9f24;
  border-radius: 0;
  transition: all 300ms linear;
  z-index: 1;
}

.about-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 30px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .about-list {
    flex-flow: column;
  }
}

.about-us-title {
  font-size: 17px;
  font-weight: 600;
  color: #444;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about-list-item {
  background-color: #fff;
  width: calc(50% - 10px);
  margin-left: 10px;
  padding: 15px;
  margin-bottom: 15px;
  transition: 0.3s all;
  border-radius: 6px;
  box-shadow: 0px 3px 7px #00000020;
}
@media screen and (max-width: 767.98px) {
  .about-list-item {
    width: 100%;
  }
}
.about-list-item .about-list-item-text {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  text-align: justify;
  font-size: 12px;
  font-weight: 400;
  color: #737373;
  line-height: 28px;
}
@media screen and (max-width: 767.98px) {
  .about-list-item .about-list-item-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}
.about-list-item .about-list-item-title {
  font-size: 17px;
  font-weight: 600;
  color: #133ea1;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* about us */
.index-banner {
  height: 250px;
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
}
@media screen and (max-width: 767.98px) {
  .index-banner {
    font-size: 22px;
    line-height: 36px;
  }
}
.index-banner:before {
  content: "";
  position: absolute;
  right: 0;
  width: calc(100%);
  top: 0;
  height: calc(100%);
  background: #00000040;
  border-radius: 30px;
}
.index-banner:after {
  content: "";
  position: absolute;
  right: 0;
  width: calc(100%);
  top: 0;
  height: calc(100%);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.4;
  background-position: bottom;
  left: 0;
}
.index-banner .index-banner-text {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 35px;
}
.index-banner .inner-index-banner {
  height: calc(100% - 100px);
  width: calc(100% - 100px);
  background-position: top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50px;
  right: 50px;
}

.banner-box {
  position: relative;
}
.banner-box:before {
  content: "";
  width: 250px;
  flex: 1;
  aspect-ratio: 1/0.75;
  border-radius: 150px 0 0 150px;
  position: absolute;
  right: 0;
  bottom: -100px;
  background: #eee;
}

.shape {
  position: relative;
}
.shape:after {
  content: "";
  width: 335px;
  background-image: url("../images/content/shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 550px;
  position: absolute;
  top: -340px;
  left: 0;
}
@media screen and (max-width: 550px) {
  .shape:after {
    width: 120px;
    height: 160px;
    top: -50px;
  }
}

.shape2 {
  position: relative;
}
.shape2:after {
  content: "";
  width: 555px;
  background-image: url("../images/content/shape2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  height: 350px;
  position: absolute;
  top: -240px;
  right: 0;
}

.index-category {
  position: relative;
  padding: 20px;
}
.index-category:before {
  content: "";
  width: 450px;
  height: 450px;
  border-radius: 0 250px 250px 0;
  position: absolute;
  left: 0;
  top: calc(50% - 200px);
  background: #eee;
}

.category-card {
  position: relative;
  display: block;
  /* category card hover */
  /* category card before */
  /* category card img */
  /* category card title */
}
.category-card:hover:before {
  transform: scale(1);
  box-shadow: 0 0 20px rgba(45, 97, 217, 0.35);
}
.category-card:hover:after {
  transform: scale(0);
}
.category-card:hover .category-card__img:before {
  transform: scale(0);
}
.category-card:hover .category-card__title {
  color: #fff;
  opacity: 1;
}
.category-card:before {
  content: "";
  position: absolute;
  background-color: #2d61d9;
  box-shadow: none;
  transition: all 300ms linear;
  transform: scale(0);
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  z-index: 2;
  opacity: 0.4;
}
.category-card:after {
  content: "";
  position: absolute;
  border: 3px solid #cf9f24;
  box-shadow: none;
  transition: all 300ms linear;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  z-index: 2;
  opacity: 0.4;
}
.category-card__img {
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 3px 7px #00000020;
  overflow: hidden;
  /* img before */
}
.category-card__img:before {
  content: "";
  position: absolute;
  background: #cf9f24;
  box-shadow: none;
  transition: all 300ms linear;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.2;
}
.category-card__img img {
  width: 100%;
}
.category-card__title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  font-size: 16px;
  font-weight: 700;
  z-index: 2;
  transition: 0.3s 0.1s all;
  color: #fff;
}

/* category card */
.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 0;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
  gap: 10px;
  transition: all 300ms linear;
  /* service card hover */
  /* service card before */
  /* service card img */
  /* service card title */
  /* service card text */
}
.service-card:hover {
  background-color: #85a6f1;
  /* hover before */
  /* hover service card img */
}
.service-card:hover:before {
  box-shadow: 0 0 20px rgba(19, 62, 161, 0.5);
  transform: rotate(-4deg);
}
.service-card:hover .service-card__img {
  transform: translateY(-5px) scale(1.05);
}
.service-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  background-color: #133ea1;
  border-radius: 0;
  transition: all 300ms linear;
  z-index: -1;
}
.service-card__img {
  width: 80px;
  margin: 0 auto;
  transition: all 300ms linear;
}
.service-card__title {
  margin-top: 7px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.service-card__text {
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
  line-height: 25px;
  color: #737373;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* service card */
.product-card {
  display: block;
  padding: 12px;
  background: #fff;
  /* product card hover */
  /* product card img */
  /* product card price */
  /* product card body */
  /* product card title */
}
.product-card:hover .product-card__title {
  color: #133ea1;
}
.product-card:hover .product-card__price {
  color: #133ea1;
}
.product-card:hover .product-card__price:after {
  color: #333;
}
.product-card:hover .product-card__price.unavailable:after {
  color: #fd4545;
}
.product-card__img {
  position: relative;
}
.product-card__img img {
  width: 100%;
}
.product-card__price {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 0;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  transition: all 300ms linear;
  /* product card unavailable */
  /* price after */
}
.product-card__price.unavailable {
  background-color: #ffe6e6;
  /* unavailable after */
}
.product-card__price.unavailable:after {
  content: "ناموجود";
  font-size: 13px;
  font-weight: 600;
  color: #fd4545;
}
.product-card__price:after {
  content: "تومان";
  font-size: 10px;
  font-weight: 400;
}
.product-card__body {
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  border-radius: 0;
  background-color: #fff;
}
.product-card__title {
  font-size: 14.5px;
  font-weight: 600;
  color: #333;
  line-height: 26px;
  transition: all 300ms linear;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* product card */
.blog-card {
  padding: 12px;
  background: #fff;
  box-shadow: 0px 3px 7px #00000020;
  border-radius: 6px;
  margin: 6px;
  /* blog card hover */
  /* blog card time */
  /* blog card img */
  /* blog card body */
  /* blog card title */
  /* blog card text */
  /* blog card main btn */
}
.blog-card__time {
  padding: 0px;
  background-color: #fff;
  color: #9797a4;
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  transition: all 300ms linear;
}
.blog-card__img {
  position: relative;
  display: block;
  border-radius: 0;
  overflow: hidden;
  box-shadow: none;
  transition: all 300ms linear;
  /* img img */
}
.blog-card__img img {
  width: 100%;
}
.blog-card__body {
  width: 100%;
  margin: 0 auto;
  padding-top: 42px;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  transition: all 300ms linear;
  position: relative;
}
.blog-card__title {
  margin: 0;
  /* title hover */
  /* title a tag */
}
.blog-card__title:hover a {
  color: #133ea1;
}
.blog-card__title a {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  transition: all 300ms linear;
}
.blog-card__text {
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
  color: #737373;
  line-height: 28px;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-card .main-btn {
  display: flex;
  padding: 15px;
}
.blog-card .main-btn .icon {
  color: #fff;
}

/* blog card */
.blog-detail {
  position: absolute;
  top: -28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  right: 5%;
  padding: 5px 15px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 3px 7px #00000020;
}

/*# sourceMappingURL=index.css.map */
