@charset "UTF-8";
.alq-project-image-with-popup {
  background-color: transparent;
  background-image: var(--image);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .alq-project-image-with-popup {
    height: 100vw !important;
    width: 100% !important;
  }
}
.alq-project-image-with-popup:hover > span {
  background: #14133b;
  color: #fff;
}
.alq-project-image-with-popup.alq-project-image-with-popup-overlay::before {
  background-color: #14133b88;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.2s all;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .alq-project-image-with-popup.alq-project-image-with-popup-overlay::before {
    display: none;
  }
}
.alq-project-image-with-popup.alq-project-image-with-popup-overlay:hover::before {
  display: none;
}
.alq-project-image-with-popup > span {
  background: #b9a36e;
  bottom: 0;
  color: #14133b;
  display: block;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: 0.2s all;
  width: 60px;
  z-index: 2;
}
.alq-project-image-with-popup > span::before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 7 Free";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
}
.elementor-lightbox-image {
  height: auto;
  max-width: 100%;
  width: 90%;
}
/*# sourceMappingURL=https://alqhomes.com/wp-content/build/scss_library/23085c4c7f02bb07a217bfb14cd559ba312ebe22.css.map */