#ProjectProduct {
  position: relative;
  padding: 3rem 0;
}
#ProjectProduct > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: -2;
}
#ProjectProduct::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(111, 21, 23, 0.95);
  z-index: -1;
}
#ProjectProduct.RtlDir header h4 {
  position: relative;
  color: #FFFFFF;
}
#ProjectProduct.RtlDir header h4::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: #f7b538;
  bottom: 0;
}
#ProjectProduct.RtlDir main {
  position: relative;
}
#ProjectProduct.RtlDir main .swiper {
  padding: 1rem 1rem 7rem;
}
@media (max-width: 991.98px) {
  #ProjectProduct.RtlDir main .swiper {
    padding: 1rem 1rem 2rem;
  }
}
#ProjectProduct.RtlDir main .swiper .swiper-slide a {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  text-decoration: none;
  transition: 0.2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
}
#ProjectProduct.RtlDir main .swiper .swiper-slide a:hover {
  box-shadow: 0 0 0 4px #f7b538;
}
#ProjectProduct.RtlDir main .swiper .swiper-slide a:hover figure div img {
  transform: scale(1.1);
}
#ProjectProduct.RtlDir main .swiper .swiper-slide a:hover figure figcaption span {
  color: #f7b538;
}
#ProjectProduct.RtlDir main .swiper .swiper-slide a figure div {
  width: 100%;
  height: 170px;
  overflow: hidden;
}
#ProjectProduct.RtlDir main .swiper .swiper-slide a figure div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  #ProjectProduct.RtlDir main .swiper .swiper-slide a figure div {
    height: 120px;
  }
}
@media (max-width: 1023.98px) {
  #ProjectProduct.RtlDir main .swiper .swiper-slide a figure div {
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  #ProjectProduct.RtlDir main .swiper .swiper-slide a figure div {
    height: 100px;
  }
}
#ProjectProduct.RtlDir main .swiper .swiper-slide a figure figcaption small {
  color: #6F1517;
  min-height: 2.6rem;
}
#ProjectProduct.RtlDir main .swiper .swiper-slide a figure figcaption span {
  color: #000000;
  transition: 0.2s;
}
#ProjectProduct.RtlDir main .swiper-button-prev,
#ProjectProduct.RtlDir main .swiper-button-next {
  display: flex;
  width: 40px;
  height: 40px;
  right: 1rem;
  top: auto;
  bottom: 0;
  border: 3px solid #FFFFFF;
  border-radius: 5rem;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.2s;
}
#ProjectProduct.RtlDir main .swiper-button-prev::after,
#ProjectProduct.RtlDir main .swiper-button-next::after {
  color: #FFFFFF;
  font-size: 1.5rem;
  transition: 0.2s;
}
#ProjectProduct.RtlDir main .swiper-button-prev:hover,
#ProjectProduct.RtlDir main .swiper-button-next:hover {
  border-color: #f7b538;
}
#ProjectProduct.RtlDir main .swiper-button-prev:hover::after,
#ProjectProduct.RtlDir main .swiper-button-next:hover::after {
  color: #f7b538;
}
#ProjectProduct.RtlDir main .swiper-button-prev::after {
  content: "\f178";
  font-family: "Font Awesome 6 Regular";
}
#ProjectProduct.RtlDir main .swiper-button-next {
  right: 66px;
}
#ProjectProduct.RtlDir main .swiper-button-next::after {
  content: "\f177";
  font-family: "Font Awesome 6 Regular";
}
#ProjectProduct.RtlDir main .swiper-pagination {
  bottom: 15px;
}
@media (max-width: 991.98px) {
  #ProjectProduct.RtlDir main .swiper-pagination {
    display: none;
  }
}
#ProjectProduct.RtlDir main .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 1;
  transition: 0.5s;
}
#ProjectProduct.RtlDir main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f7b538;
}
#ProjectProduct.LtrDir header h4 {
  position: relative;
  color: #FFFFFF;
}
#ProjectProduct.LtrDir header h4::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 3px;
  background: #f7b538;
  bottom: 0;
}
#ProjectProduct.LtrDir main {
  position: relative;
}
#ProjectProduct.LtrDir main .swiper {
  padding: 1rem 1rem 7rem;
}
@media (max-width: 991.98px) {
  #ProjectProduct.LtrDir main .swiper {
    padding: 1rem 1rem 2rem;
  }
}
#ProjectProduct.LtrDir main .swiper .swiper-slide a {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  text-decoration: none;
  transition: 0.2s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background: #FFFFFF;
}
#ProjectProduct.LtrDir main .swiper .swiper-slide a:hover {
  box-shadow: 0 0 0 4px #f7b538;
}
#ProjectProduct.LtrDir main .swiper .swiper-slide a:hover figure div img {
  transform: scale(1.1);
}
#ProjectProduct.LtrDir main .swiper .swiper-slide a:hover figure figcaption span {
  color: #f7b538;
}
#ProjectProduct.LtrDir main .swiper .swiper-slide a figure div {
  width: 100%;
  height: 170px;
  overflow: hidden;
}
#ProjectProduct.LtrDir main .swiper .swiper-slide a figure div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: 0.5s;
}
@media (max-width: 1199.98px) {
  #ProjectProduct.LtrDir main .swiper .swiper-slide a figure div {
    height: 120px;
  }
}
@media (max-width: 1023.98px) {
  #ProjectProduct.LtrDir main .swiper .swiper-slide a figure div {
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  #ProjectProduct.LtrDir main .swiper .swiper-slide a figure div {
    height: 100px;
  }
}
#ProjectProduct.LtrDir main .swiper .swiper-slide a figure figcaption small {
  color: #6F1517;
  min-height: 2.6rem;
}
#ProjectProduct.LtrDir main .swiper .swiper-slide a figure figcaption span {
  color: #000000;
  transition: 0.2s;
}
#ProjectProduct.LtrDir main .swiper-button-prev,
#ProjectProduct.LtrDir main .swiper-button-next {
  display: flex;
  width: 40px;
  height: 40px;
  left: 1rem;
  top: auto;
  bottom: 0;
  border: 3px solid #FFFFFF;
  border-radius: 5rem;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.2s;
}
#ProjectProduct.LtrDir main .swiper-button-prev::after,
#ProjectProduct.LtrDir main .swiper-button-next::after {
  color: #FFFFFF;
  font-size: 1.5rem;
  transition: 0.2s;
}
#ProjectProduct.LtrDir main .swiper-button-prev:hover,
#ProjectProduct.LtrDir main .swiper-button-next:hover {
  border-color: #f7b538;
}
#ProjectProduct.LtrDir main .swiper-button-prev:hover::after,
#ProjectProduct.LtrDir main .swiper-button-next:hover::after {
  color: #f7b538;
}
#ProjectProduct.LtrDir main .swiper-button-prev::after {
  content: "\f177";
  font-family: "Font Awesome 6 Regular";
}
#ProjectProduct.LtrDir main .swiper-button-next {
  left: 66px;
}
#ProjectProduct.LtrDir main .swiper-button-next::after {
  content: "\f178";
  font-family: "Font Awesome 6 Regular";
}
#ProjectProduct.LtrDir main .swiper-pagination {
  bottom: 15px;
}
@media (max-width: 991.98px) {
  #ProjectProduct.LtrDir main .swiper-pagination {
    display: none;
  }
}
#ProjectProduct.LtrDir main .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 1;
  transition: 0.5s;
}
#ProjectProduct.LtrDir main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f7b538;
}

/*# sourceMappingURL=projectProduct.css.map */
