@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%;
}

.main-slider-sec {
  position: relative;
  background-repeat: no-repeat;
  top: -190px;
  z-index: 1;
}
@media screen and (max-width: 1199.98px) {
  .main-slider-sec {
    margin-bottozm: 140px;
  }
}
.main-slider-sec .swiper-container {
  position: relative;
  height: 100%;
}
.main-slider-sec .swiper-wrapper {
  position: relative;
}
.main-slider-sec .swiper-wrapper:after {
  content: "";
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  height: 92px;
  display: inline-block;
  position: absolute;
  top: 15rem;
  transform: rotate(91deg);
}
@media only screen and (max-width: 1399.98px) {
  .main-slider-sec .swiper-wrapper:after {
    left: 32.5rem;
    top: 15rem;
  }
}
@media only screen and (max-width: 1199px) {
  .main-slider-sec .swiper-wrapper:after {
    left: 26.5rem;
    top: 10rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-wrapper:after {
    left: 19rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-slider-sec .swiper-wrapper:after {
    display: none;
  }
}
.main-slider-sec .swiper-slide img {
  width: 100%;
  object-fit: cover;
  float: left;
  border-radius: 0 0 245px 0;
}
@media only screen and (max-width: 1399px) {
  .main-slider-sec .swiper-slide img {
    height: 43rem;
  }
}
@media only screen and (max-width: 1000px) {
  .main-slider-sec .swiper-slide img {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-slide img {
    border-radius: 20px;
  }
}
.main-slider-sec .swiper-slide .slider-container {
  /* background: rgba(255, 255, 255, 0.75); */
  /* border: 1px solid #f2e9fb; */
  /* backdrop-filter: blur(2.5px); */
  -webkit-backdrop-filter: blur(2.5px);
  width: 38%;
  color: black;
  position: absolute;
  z-index: 99999999;
  padding: 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  touch-action: pan-y;
  visibility: visible;
  perspective: 601px;
  top: 210px;
  /* left: 148px; */
  right: 29px;
}
@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .main-slider-sec .swiper-slide .slider-container {
    width: 60%;
    min-height: 60%;
    top: 35%;
    right: 33%;
  }
}
@media only screen and (max-width: 1500.98px) {
  .main-slider-sec .swiper-slide .slider-container {
    width: 38%;
  }
}
.main-slider-sec .swiper-slide .slider-container h2 {
  color: #ebdfdf;
}
.main-slider-sec .swiper-slide .slider-container h4 {
  color: #ffffff;
}
.main-slider-sec .swiper-slide.swiper-slide-active .slider-title, .main-slider-sec .swiper-slide.swiper-slide-active .slider-sub-title {
  opacity: 1;
}
.main-slider-sec .slider-sub-title {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.5;
  color: #2f2d2d;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  padding: 6px 11px 7px 129px;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .main-slider-sec .slider-sub-title {
    font-size: 14px;
  }
}
.main-slider-sec .slider-title {
  line-height: 1.5;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: -1.03px;
  opacity: 0;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767.98px) {
  .main-slider-sec .slider-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199.98px) {
  .main-slider-sec .slider-title {
    font-size: 27px;
  }
}
.main-slider-sec .swiper-pagination {
  width: 2%;
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 2rem;
  justify-content: center;
  right: 17px;
  flex-direction: column;
}
.main-slider-sec .swiper-pagination-bullet {
  opacity: 1 !important;
  border-radius: 30%;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.65);
  border: 3px solid #4c4c4c;
  padding: 5px;
}
.main-slider-sec .swiper-pagination-bullet-active {
  background: #4c4c4c;
}
.main-slider-sec .swiper-button-prev, .main-slider-sec .swiper-button-next {
  justify-content: center;
  font-size: 18px;
  height: 0;
  padding: 18px;
  display: flex;
  align-items: center;
  z-index: 99999999999;
  top: 43%;
  cursor: pointer;
  border-radius: 20%;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.4px);
  -webkit-backdrop-filter: blur(8.4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fbf5f3;
}
@media screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-button-prev, .main-slider-sec .swiper-button-next {
    display: none;
  }
}
.main-slider-sec .swiper-button-prev:after, .main-slider-sec .swiper-button-next:after {
  font-size: 13px;
  font-weight: 800;
}
@media screen and (max-width: 991.98px) {
  .main-slider-sec .swiper-button-prev, .main-slider-sec .swiper-button-next {
    left: 41rem !important;
    top: 14rem !important;
  }
}
.main-slider-sec .swiper-button-next {
  left: 1rem;
}
.main-slider-sec .swiper-button-prev .main-slider-sec .swiper-button-prev {
  padding: 18px;
  border-radius: 20%;
  z-index: 99999999;
  /* top: 5.5rem; */
  background: #f9f9f9;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.4px);
  -webkit-backdrop-filter: blur(8.4px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.main-slider-sec .slider-buttton {
  display: inline-block;
}
.main-slider-sec .swiper-slide-active .slider-sub-title {
  animation: slideOutDown 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-title {
  animation: zoomInDown 1.5s;
}
.main-slider-sec .swiper-slide-active.slide-2 .slider-title {
  animation: zoomInDown 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-sub-title {
  animation: slideInUp 1.3s;
}
.main-slider-sec .swiper-slide-active.slide-2 .slider-sub-title {
  animation: slideInUp 1.5s;
}
.main-slider-sec .swiper-slide-active .slider-buttton {
  animation: zoomIn 2s;
}

.img-slider {
  width: 26%;
  position: absolute;
  left: -1rem;
  top: -61px;
  z-index: -1;
}
@media only screen and (max-width: 1000px) {
  .img-slider {
    display: none;
  }
}
.img-slider img {
  width: 100%;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.swiper-pagination-bullet-active {
  background: #4c4c4c;
}

.title-slider {
  /* BACKGROUND: VIOLET; */
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  box-shadow: 0 5px 5px -5px rgba rgba(11, 11, 11, 0.2) 11, 11, 11, 0.2;
  padding: 5px !important;
  perspective: 601px;
  /* left: 0; */
  position: relative;
  z-index: 2;
  /* border-radius: 0 2px 20px 20px; */
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid #f2e9fb;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  flex-direction: column;
}
@media only screen and (max-width: 991.98px) {
  .title-slider {
    height: 95px;
  }
}
.title-slider h2 {
  font-size: 17px;
}
@media only screen and (max-width: 1599.98px) {
  .title-slider h2 {
    font-size: 14px;
  }
}

.container-slide {
  background: whitesmoke;
  border-radius: 15px;
  padding: 16px;
  height: 21rem;
}
.container-slide .title-slide {
  margin-top: 20px;
  padding-right: 10px;
}
.container-slide .title-slide h2 {
  font-size: 16px;
  color: black;
}
@media only screen and (max-width: 767.98px) {
  .container-slide .title-slide h2 {
    font-size: 12px;
  }
}

.border-bottom-1 {
  border-bottom: 3px solid #8b0020;
}

.border-bottom-2 {
  border-bottom: 3px solid #bababa;
}

/* استایل برای حالت فعال آیتم‌های سمت راست */
.title-slider.active-right {
  color: #fff;
  border: 1px solid #8b0019;
  cursor: pointer;
  transition: all 0.3s ease;
}

.title-slider.active-right h2 {
  color: #fff;
}

/* استایل برای حالت عادی (غیرفعال) آیتم‌های سمت راست */
.title-slider {
  cursor: pointer; /* نشانگر موس را به دست تغییر می‌دهد */
  transition: all 0.3s ease;
}

/* اطمینان از اینکه تب‌ها هم قابل کلیک هستند */
.title-slide {
  cursor: pointer;
  transition: all 0.3s ease;
}

.border-bottom-1 {
  border-bottom: 3px solid #4c4c4c;
}

.border-bottom-2 {
  border-bottom: 3px solid #bababa;
}

.title-slide {
  cursor: pointer;
  transition: all 0.3s ease;
}

.title-slider {
  cursor: pointer;
  transition: all 0.3s ease;
}
.title-slider img {
  width: 29%;
}

.title-slider.active-right {
  background-color: #4c4c4c;
  color: #fff;
  border: 1px solid darkcyan;
}

.title-slider.active-right h2 {
  color: #fff;
}

.form-card__field {
  margin-bottom: 1rem;
}

.search-slider {
  width: 97%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4c4c4c;
  color: white;
  height: 35px;
  border-radius: 5px;
  position: absolute;
  bottom: 13px;
  right: 7px;
}
.search-slider:hover {
  color: #c1bdbd;
}

.img-w {
  width: 55% !important;
}
@media only screen and (max-width: 767.98px) {
  .img-w {
    width: 55% !important;
  }
}

.title-m {
  margin-top: -1rem !important;
}

.spacing {
  letter-spacing: -0.25px;
}

.img-slider {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.elementor-shape .elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}

.services {
  position: relative;
  z-index: 9;
  margin-top: -85px;
  margin-bottom: 3rem;
}
.services:after {
  content: "";
  position: absolute;
  display: block;
  width: 10%;
  height: 347%;
  top: 220px;
  left: 0;
  background-image: url(.././images/content/landing-page-pattern.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 163px;
}
@media only screen and (max-width: 1499.98px) {
  .services:after {
    width: 13%;
    background-size: 135px;
  }
}
.services:before {
  content: "";
  position: absolute;
  display: block;
  width: 9%;
  height: 601%;
  top: 200px;
  right: -9px;
  background-image: url(.././images/content/landing-page-pattern2.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 163px;
}
@media only screen and (max-width: 480.98px) {
  .services {
    margin-top: 3rem;
  }
}
.services__item .service-card {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 5px;
  transition: all 300ms linear;
  flex-direction: column;
}
.services__item--icons {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.services__item--icons:after {
  content: "";
  position: absolute;
  display: block;
  width: 144%;
  height: 53%;
  /* top: 0; */
  left: 0;
  background-image: url(.././images/services/sep-star.svg);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 169px;
  bottom: -17px;
}
@media only screen and (max-width: 1700.98px) {
  .services__item--icons:after {
    height: 70%;
    bottom: -23px;
    left: -20px;
  }
}
@media only screen and (max-width: 1599.98px) {
  .services__item--icons:after {
    width: 152%;
    height: 90%;
    bottom: -23px;
    left: -32px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .services__item--icons:after {
    content: unset;
  }
}
.services__item--icons img {
  width: 30%;
  margin: 0 auto;
}
@media only screen and (max-width: 1399.98px) {
  .services__item--icons img {
    width: 48%;
  }
}
.services__item--title {
  position: relative;
}
.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;
  margin: 0;
}
@media only screen and (max-width: 1399.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: 1600.98px) {
  .services__item--title p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 480.98px) {
  .services__item--title p {
    font-size: 8px;
  }
}

.service-card {
  background: rgba(168, 168, 168, 0.19);
  border-radius: 7px;
  width: 95%;
  padding: 8px;
  /* height: 4rem; */
  background-image: url(.././images/services/landing-bag-right.png);
  padding-top: 15px;
  padding-bottom: 15px;
}

.svg-icon {
  display: none;
}
@media only screen and (max-width: 1399.98px) {
  .svg-icon {
    display: flex;
    width: 131%;
    position: absolute;
    top: -21px;
    right: -20px;
  }
}

.products {
  margin-top: 4rem;
  margin-bottom: 7rem;
}
.products .swiper-button-next {
  padding: 5px;
  background: #997d5a;
  font-size: 15px;
  border-radius: 5px;
  width: 37px;
  height: 33px;
}
.products .swiper {
  width: 85%;
}
.products .swiper-button-prev {
  padding: 5px;
  background: #997d5a;
  font-size: 15px;
  border-radius: 5px;
  width: 37px;
  height: 33px;
}
.products .swiper-button-prev:after, .products .swiper-rtl .swiper-button-next:after {
  font-size: 13px;
  color: white;
}
.products .swiper-button-next:after, .products .swiper-rtl .swiper-button-prev:after {
  font-size: 13px;
  color: white;
}
.products__title {
  position: relative;
  top: 74px;
  margin: 0 auto;
}
.products__title:after {
  content: "";
  position: absolute;
  display: block;
  width: 2%;
  height: 149%;
  top: -14px;
  right: 0;
  background-image: url(.././images/product/yellow-leaf.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 27px;
}
@media only screen and (max-width: 1700.98px) {
  .products__title:after {
    width: 3%;
    height: 149%;
    top: -14px;
    right: -7px;
  }
}
.products__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #4c4c4c;
}
@media only screen and (max-width: 1399.98px) {
  .products__title h2 {
    font-size: 19px;
    font-weight: 700;
    color: #474040;
    margin: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .products__title h2 {
    font-size: 16px;
  }
}
.products__title--title {
  font-size: 14px;
}
@media only screen and (max-width: 1599.98px) {
  .products__title--title {
    font-size: 12px;
  }
}
.products__title .icon-arrow-left {
  font-size: 14px;
}
.products {
  /* From Uiverse.io by reshades */
}
.products .button {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  width: 10.5em;
  height: 2.9em;
  border: #4c4c4c 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: #997d5a;
  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: #4c4c4c 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: #997d5a;
}
.new .btn-view:hover .icon-arrow-right {
  transform: translateX(5px);
}

.product-card-m {
  margin: 95px auto;
}
@media only screen and (max-width: 1899.98px) {
  .product-card-m {
    margin: 75px auto;
  }
}
@media only screen and (max-width: 1499.98px) {
  .product-card-m {
    margin: 67px auto;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card-m {
    margin: 95px auto;
  }
}

.product-bg {
  background-image: url(.././images/product/25.png);
  background-repeat: no-repeat;
  background-position: center 30px;
  background-size: contain;
}
.product-bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 384px;
  top: 38px;
  right: 0;
  background-image: url(.././images/services/landing-bag-right.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .product-bg {
    background-position: center 50px;
  }
}

.new-bg {
  position: relative;
}
.new-bg:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 38px;
  right: 0;
  background-image: url(.././images/product/55.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.new-bg .products__title {
  position: relative;
  top: 68px;
}
.new-bg .product-card-m {
  margin: 71px auto;
  position: absolute;
  top: 25px;
}

.product-color {
  color: #4c4c4c;
}

.product-card {
  padding: 18px;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  position: relative;
  background-image: url(.././images/services/landing-bag-right.png);
}
@media only screen and (max-width: 1399.98px) {
  .product-card {
    padding: 13px;
  }
}
.product-card--img {
  position: relative;
}
.product-card--img img {
  width: 100%;
  border-radius: 6px;
  display: block;
}
.product-card--img .category--img-item-box {
  border-radius: 7px;
  margin-top: 14px;
  padding: 0;
}
.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: 100px;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title {
    height: 95px;
  }
}
.product-card--title .price {
  font-size: 16px;
  color: #4c4c4c;
  font-weight: 700;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title .price {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title .price {
    font-size: 12px;
  }
}
.product-card--title h2 {
  font-size: 15px;
  margin-top: 6px;
  color: #474040;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 800;
  line-height: 27px;
}
@media only screen and (max-width: 1400.98px) {
  .product-card--title h2 {
    line-height: 24px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title h2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .product-card--title h2 {
    font-size: 12px;
  }
}
.product-card--title s {
  color: #728292;
  font-size: 14px;
}
@media only screen and (max-width: 1399.98px) {
  .product-card--title s {
    font-size: 13px;
  }
}
@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: #d20000;
  padding: 3px;
  font-size: 11px;
  border-radius: 5px;
  color: white;
}
@media only screen and (max-width: 1399.98px) {
  .product-card .discount {
    padding: 3px;
    font-size: 9px;
    border-radius: 5px;
    color: white;
    margin-bottom: 12px;
  }
}
@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;
}

.title-link-product {
  background-image: url(.././images/product/85.png);
  text-align: center;
  border-radius: 17px;
  padding: 2px;
  height: 2.5rem;
  width: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.title-link-product a {
  color: #0e4546;
  font-size: 13px;
  font-weight: 700;
}

.title-link-product-color {
  background-image: url(.././images/product/56.png);
  text-align: center;
  border-radius: 17px;
  padding: 2px;
  height: 2.5rem;
  width: 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
.title-link-product-color a {
  color: white;
  font-size: 13px;
}

.product-card-m {
  display: none !important;
}

.product-card-m.active-slider {
  display: flex !important;
}

.span-searvce {
  position: absolute;
  left: 40px;
  bottom: -3px;
  font-size: 12px;
  color: #312c2c;
  direction: ltr;
  letter-spacing: 1px;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  .span-searvce {
    bottom: 0px;
    font-size: 10px;
  }
}

.span-number {
  font-size: 11px;
  margin-right: 6px;
  color: #911412;
}

#third-select-field-car {
  margin-bottom: 5px !important;
}

.color-sapan {
  color: #4c4c4c;
}

.title-product {
  justify-content: end;
}

.border-right {
  border-bottom: 1px solid #911412;
}

.captcha__img {
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 40% !important;
  z-index: 2;
}
@media only screen and (max-width: 1366.98px) {
  .captcha__img {
    bottom: -4px;
  }
}

.out-of-stock-label {
  display: none;
}

.currency {
  font-size: 12px;
  color: slategray;
}

.category {
  margin-bottom: 2rem;
  position: relative;
}
.category .btn-link .titles-btn {
  border-radius: 140px;
  background: unset;
  padding: 5px;
  font-size: 15px;
  padding-left: 8px;
  color: saddlebrown;
  padding-right: 9px;
  font-weight: 600;
}
.category .btn-link {
  background: #ffffff;
  width: 100%;
  justify-content: space-between;
  display: flex;
  padding: 3px;
  border-radius: 33px;
  color: white !important;
  align-items: center;
}
.category .category--img-box {
  width: 100%;
  padding-top: 0;
  border-radius: 50% 50% 5% 5%;
  object-fit: cover;
  border-bottom: 5px solid #c49d85;
  border-right: 5px solid #c9b5a8;
  border-left: 5px solid #c9b5a8;
  height: 300px;
}
@media only screen and (max-width: 1599.98px) {
  .category .category--img-box {
    height: 250px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .category .category--img-box {
    height: 200px;
  }
}
.category__title {
  position: relative;
  padding: 35px 0 43px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  --ep-advanced-heading-pos-x: -111px;
  --ep-advanced-heading-pos-y: -75px;
  --ep-advanced-heading-rotate: 0deg;
}
.category__title p {
  font-size: 28px;
  font-weight: 700;
  margin-right: 50px;
}
@media only screen and (max-width: 767.98px) {
  .category__title {
    padding: 21px 0 21px 0;
  }
}
.category__title:after {
  content: "";
  position: absolute;
  display: block;
  width: 4%;
  height: 23%;
  top: 14px;
  right: 42%;
  background-image: url(.././images/product/yellow-leaf.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 27px;
}
.category__title h2 {
  font-size: 19px;
  font-weight: 750;
  color: #474040;
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  .category__title h2 {
    font-size: 17px;
  }
}
.category .category-title {
  position: relative !important;
}
.category .category-title:after {
  content: "";
  position: absolute;
  width: 277px;
  height: 44px;
  background: #faf7f2;
  display: block;
  top: -115px;
  right: -21px;
  border-radius: 9px;
  z-index: -1;
}
.category .icon-category-p {
  padding: 12px !important;
  bottom: 14px !important;
}
.category .icon-category {
  position: absolute;
  left: -11px;
  padding: 25px;
  background: #997d5a;
  bottom: -8px;
  /* width: 53px; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 15px solid #faf7f2;
  border-radius: 19px;
  color: white;
}
@media only screen and (max-width: 1500.98px) {
  .category .icon-category {
    padding: 14px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .category .icon-category {
    border: 10px solid #faf7f2;
  }
}
.category .icon-category span {
  transform: rotate(137deg);
  font-size: 22px;
}
@media only screen and (max-width: 1700.98px) {
  .category .icon-category span {
    font-size: 18px;
  }
}

.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: #4c4c4c;
  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);
}

.categoory-box {
  display: flex;
  justify-content: space-evenly;
  border-radius: 20px;
  background-image: url(.././images/services/landing-bag-right.png);
  width: 23.333333% !important;
  transition: background 0.4s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.categoory-box:hover {
  background: #f4f4f4;
  transform: scale(1.05); /* کمی بزرگ شدن دکمه (مثال ترنسفورم) */
  background-image: url(.././images/services/landing-bag-right.png);
}

.category--title {
  position: relative;
}
.category--title:after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 120%;
  top: 13px;
  left: 0;
  background-image: url(.././images/category/sep-star-Recovered.png);
  z-index: 1;
  background-repeat: no-repeat;
  background-size: 7%;
  opacity: 0.5;
}
.category--title h2 {
  font-size: 16px;
  color: #333;
  transition: all 300ms linear;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 800;
  padding-right: 5px;
  /* line-height: 20px; */
  margin: 0;
  padding-top: 15px;
}

.category--img-item-box {
  width: 100%;
  border-radius: 5px;
}

.category--btn svg {
  border: 1px solid wheat;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  background: #f4f3f3;
}

.about-us {
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 4rem;
  margin-top: -2rem;
  position: relative;
}
.about-us:after {
  content: "";
  position: absolute;
  display: block;
  width: 40%;
  height: 282%;
  top: 0;
  left: 0;
  background-image: url(.././images/about-us/1.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 991.98px) {
  .about-us .question-gap {
    gap: 4px !important;
  }
}
.about-us p {
  color: #7f8285;
  font-size: 16px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* font-weight: 800; */
  line-height: 30px;
}
@media only screen and (max-width: 1399.98px) {
  .about-us p {
    font-size: 15px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us p {
    line-height: 31px;
    font-size: 12px;
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about-us p {
    -webkit-line-clamp: 3;
    font-size: 13px;
  }
}
.about-us__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #4e4f4f;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1399.98px) {
  .about-us__title h2 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us__title h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 480.98px) {
  .about-us__title h2 {
    font-size: 16px;
  }
}
.about-us__img {
  display: flex;
  align-items: center;
}
.about-us__img img {
  width: 54%;
  max-width: 100%;
  margin-right: 31px;
}
@media only screen and (max-width: 480.98px) {
  .about-us__img img {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us__img img {
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .about-us__img img--item {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.about-us__img img .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__img img .button {
    font-size: 10px;
  }
}
.about-us__img--img {
  right: 22%;
  top: 22px;
}
.about-us__img--img img {
  width: 100%;
  height: 19rem;
  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;
}
.about-us__title-question {
  background: antiquewhite;
  padding: 9px;
  align-items: center;
  display: flex;
  height: 43px;
  border-radius: 10px;
}
.about-us__title-question h2 {
  font-weight: 700;
  color: #4e4f4f;
  font-size: 15px;
  margin: 0 !important;
}
.about-us__title-question .text {
  left: -16px;
  background: #997d5a;
  padding: 10px;
  border-radius: 18px;
  border: 8px solid #faf7f2;
  color: #f0f0f0;
  display: flex;
}
.about-us__title-question .text .icon-angle-left {
  color: white;
}
.about-us .answer {
  background: #56585a;
  padding: 11px;
  border-radius: 13px;
}
.about-us .answer span {
  color: white;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* font-weight: 800; */
  line-height: 22px;
  font-size: 14px;
}

.answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.answer.open {
  max-height: 200px; /* یا هر مقداری متناسب با متن */
}

.answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: #f8f8f8; /* پس‌زمینه پاسخ */
  transition: all 0.4s ease;
  padding: 0 1rem;
  border-radius: 8px;
}

.answer.open {
  max-height: 500px; /* هر مقدار که متن جا شود */
  opacity: 1;
  padding: 1rem;
}

.about-us__title-question {
  cursor: pointer;
  background-color: #fff;
  padding: 1rem;
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.about-us__title-question:hover {
  background-color: #f2f2f2;
}

.d-flex.answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 0 15px;
  transition: max-height 0.6s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.5s ease;
}

.d-flex.answer.open {
  opacity: 1;
  max-height: 300px; /* بسته به ارتفاع متن می‌توانی تنظیم کنی */
  padding: 15px;
}

.about-us__title-question.open .icon-angle-left {
  transform: rotate(-90deg);
  transition: transform 0.4s ease;
}

.d-flex.answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  background: #5b5a5a;
  border-radius: 8px;
  padding: 0 15px;
  transition: max-height 0.6s cubic-bezier(0.45, 0, 0.55, 1), opacity 0.5s ease, padding 0.4s ease;
}

.d-flex.answer.open {
  opacity: 1;
  max-height: 300px; /* بسته به ارتفاع متن، قابل کم و زیاد کردن هست */
  padding: 15px;
}

/* افکت چرخش آیکون */
.about-us__title-question .icon-angle-left {
  transition: transform 0.4s ease;
}

.about-us__title-question.open .icon-angle-left {
  transform: rotate(-90deg);
}

.btn-link {
  background: #615031;
  width: 149px;
  justify-content: space-between;
  display: flex;
  padding: 3px;
  border-radius: 33px;
  color: white !important;
  align-items: center;
}
.btn-link .titles-btn {
  border-radius: 140px;
  background: #b08060;
  padding: 5px;
  font-size: 15px;
  padding-left: 8px;
  padding-right: 9px;
}

.blog {
  margin-bottom: 5rem;
}
.blog--text {
  font-size: 15px;
  color: #0a1111;
  font-weight: 700;
}
@media only screen and (max-width: 1199.98px) {
  .blog--text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog--text {
    font-size: 10px;
  }
}
.blog__title h2 {
  font-size: 25px;
  font-weight: 700;
  color: #474040;
}
@media only screen and (max-width: 1399.98px) {
  .blog__title h2 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991.98px) {
  .blog__title h2 {
    font-size: 17px;
  }
}

.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;
  }
}

.blog__card {
  display: flex;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 24px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: 19% !important;
  background-color: rgb(255, 255, 255);
  background-image: url(.././images/services/landing-bag-right.png);
}
.blog__card:before {
  content: "";
  position: absolute;
  display: block;
  width: 96%;
  height: 37%;
  top: 1px;
  right: 0px;
  background-image: url(.././images/blog/group-flowers2-blog.png);
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 105px;
  opacity: 0.1;
}
@media only screen and (max-width: 991.98px) {
  .blog__card {
    width: 95% !important;
  }
}
.blog__card .btn-link {
  width: 86px;
  padding: 2px;
}
@media only screen and (max-width: 1399.98px) {
  .blog__card .btn-link {
    width: 77px;
  }
}
.blog__card .btn-link .titles-btn {
  font-size: 12px;
}
@media only screen and (max-width: 1399.98px) {
  .blog__card .btn-link .titles-btn {
    padding-left: 8px;
    padding-right: 7px;
    font-size: 10px;
  }
}
.blog__card--img {
  position: relative;
}
.blog__card--img:after {
  left: 36%;
  position: absolute;
  display: block;
  width: 28%;
  height: 18%;
  top: -13px;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: 87%;
  background-image: url(.././images/blog/blog-post-top-icon.png);
  right: 35%;
  content: "";
}
@media only screen and (max-width: 1599.98px) {
  .blog__card--img:after {
    left: 30%;
    width: 42%;
    height: 27%;
    top: -16px;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 92%;
    right: 26%;
  }
}
.blog__card--img img {
  width: 100%;
  border-radius: 35px;
  border-bottom: 5px solid #c49d85;
  border-right: 5px solid #c9b5a8;
  border-left: 5px solid #c9b5a8;
}
@media only screen and (max-width: 991.98px) {
  .blog__card--item {
    gap: 15px;
    justify-content: center !important;
  }
}
.blog__card--title h2 {
  color: #4c4c4c;
  font-size: 17px;
  font-weight: 700;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  font-weight: 700;
  line-height: 22px;
}
@media only screen and (max-width: 991.98px) {
  .blog__card--title h2 {
    font-size: 12px !important;
  }
}
.blog__card--title p {
  line-height: 150%;
  min-height: 51px;
  color: #a1a1a1;
  font-size: 15px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 700;
}
@media only screen and (max-width: 1399.98px) {
  .blog__card--title p {
    font-size: 13px;
  }
}
.blog__card__time {
  padding-left: 13px;
  padding-bottom: 16px;
}
.blog__card__time--btn {
  background: #474040;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  padding: 6px;
  transition: all 0.3s ease;
}
.blog__card__time--btn .blogCard__text {
  display: none;
}
.blog__card__time--btn span {
  color: white;
  font-size: 12px;
  padding: 1px;
}
@media only screen and (max-width: 1199.98px) {
  .blog__card__time--btn span {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog__card__time--btn span {
    font-size: 8px;
  }
}
.blog__card__time--btn .icon-arrow-left {
  color: wheat;
  font-size: 12px;
  transition: all 0.3s ease;
}
.blog__card .date {
  font-size: 15px;
  color: #4c4c4c;
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  align-items: stretch;
}
@media only screen and (max-width: 1399.98px) {
  .blog__card .date {
    font-size: 12px;
  }
}

.blog__card--item .col-3 {
  width: 24%;
}

.blog-card-right {
  height: 167px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 32% !important;
  padding-right: 6px;
  padding-left: 14px;
}
.blog-card-right .date {
  font-size: 15px;
  color: #4c4c4c;
}
.blog-card-right .blog__card--img:after {
  top: -9px;
}
.blog-card-right .btn-link {
  width: 86px;
  padding: 2px;
}
.blog-card-right .btn-link .titles-btn {
  font-size: 12px;
}

.link-btn-icon:hover {
  color: 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 */
