.f-carousel__toolbar {
  direction: rtl;
}

.project-shortcode .project-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 991.98px) {
  .project-shortcode .project-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .project-shortcode .project-row {
    grid-template-columns: 1fr;
  }
}
.project-shortcode .project-item .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  padding: 0;
  margin: 0 !important;
  overflow: hidden;
}
.project-shortcode .project-item .inner:hover {
  opacity: 1;
}
.project-shortcode .project-item .inner:hover:after {
  opacity: 1;
  visibility: visible;
}
.project-shortcode .project-item .inner:hover img {
  transform: scale(1.1);
}
.project-shortcode .project-item .inner:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.2s linear;
}
.project-shortcode .project-item .inner img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.2s linear;
}
.project-shortcode .project-item .inner .content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 20px;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.project-shortcode .project-item .inner .content .title {
  font-size: 42px;
  color: #FFFFFF;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
@media screen and (max-width: 1300.98px) {
  .project-shortcode .project-item .inner .content .title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024.98px) {
  .project-shortcode .project-item .inner .content .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .project-shortcode .project-item .inner .content .title {
    font-size: 26px;
  }
}
.project-shortcode .project-item .inner .content .text {
  color: #FFFFFF;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
.project-shortcode .gallery-images {
  display: none;
}

.img-as-bg-43 .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.img-as-bg-43 .elementor-widget-container img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

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