.box-product-slider{
    direction: ltr;
    background-color: #FFE53B;
    background-image: linear-gradient(147deg, #FFE53B 0%, #fd3838 74%);
}

.box-product-slider2{
  direction: ltr;
  background: #4e54c8;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #8f94fb, #4e54c8 74%);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #8f94fb, #4e54c8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.box-product-slider3{
  direction: ltr;
  background: #11998e;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e 74%);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */   
}

.Color4e54c8 {
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838);
  box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
}
.Color4e54c8:after {
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
}

.Colorfd3838 {
  background: linear-gradient(to right, #8f94fb, #4e54c8); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  box-shadow: 4px 13px 30px 1px rgba(56, 118, 252, 0.2);
}
.Colorfd3838:after {
  background-image: linear-gradient(147deg, #8f94fb, 0%, #4e54c8 74%);
}

.Color11998e {
  background: linear-gradient(to right, #38ef7d, #11998e); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */   
  box-shadow: 4px 13px 30px 1px rgba(34, 255, 119, 0.2);
}
.Color11998e:after {
  background-image: linear-gradient(147deg, #38ef7d, 0%, #11998e 74%);
}




/* 
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);

*/

.product-slider {
  box-sizing: border-box;
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .product-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .product-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .product-slider {
    height: 350px;
  }
}
.product-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-slider__item {
    flex-direction: column;
  }
}
.product-slider__item.swiper-slide-active .product-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.product-slider__item.swiper-slide-active .product-slider__content > * {
  opacity: 1;
  transform: none;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(1) {
  transition-delay: 0.3s;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(2) {
  transition-delay: 0.4s;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(3) {
  transition-delay: 0.5s;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(4) {
  transition-delay: 0.6s;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(5) {
  transition-delay: 0.7s;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(6) {
  transition-delay: 0.8s;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(7) {
  transition-delay: 0.9s;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(8) {
  transition-delay: 1s;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(9) {
  transition-delay: 1.1s;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(10) {
  transition-delay: 1.2s;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(11) {
  transition-delay: 1.3s;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(12) {
  transition-delay: 1.4s;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(13) {
  transition-delay: 1.5s;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(14) {
  transition-delay: 1.6s;
}
.product-slider__item.swiper-slide-active
  .product-slider__content
  > *:nth-child(15) {
  transition-delay: 1.7s;
}

.product-slider__img {
  /* padding-right: 1rem; */
  width: 19rem;
  flex-shrink: 0;
  height: 19rem;
  /* box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2); */
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.product-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.1;
}
.product-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .product-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .product-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .product-slider__img {
    height: 270px;
  }
}
.product-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .product-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .product-slider__content {
    padding: 0;
  }
}
.product-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.product-slider__code {
  direction: rtl;
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.product-slider__title {
  direction: rtl;
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.product-slider__text {
  direction: rtl;
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}
.product-slider__button {
  display: inline-flex;
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .product-slider__button {
    width: 100%;
  }
}
.product-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.product-slider .swiper-pagination-custom,
.product-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.product-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .product-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.product-slider__pagination.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .product-slider__pagination.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.product-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.product-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fd3838;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .product-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
