.alq-other-projects {
  margin: 0 auto;
  text-align: center;
}
.alq-other-projects h2 {
  color: #14133d;
  font-family: "Yeseva One", Sans-serif;
  font-size: 35px;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .alq-other-projects h2 {
    font-size: 30px;
  }
}
.alq-other-projects ul {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .alq-other-projects ul {
    gap: 20px;
    justify-content: center;
    margin: auto;
    width: 90vw;
  }
}
.alq-other-projects ul li {
  background-image: var(--image);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 265px;
  position: relative;
  transition: 0.2s all;
  width: 265px;
}
@media screen and (max-width: 1024px) {
  .alq-other-projects ul li {
    height: calc(45vw - 20px);
    width: calc(45vw - 20px);
  }
  .alq-other-projects ul li > a::after {
    background: #b9a36ebf;
    bottom: 10px;
    color: #14133d;
    content: attr(data-title);
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    left: 50%;
    line-height: 1.1 !important;
    padding: 10px !important;
    position: absolute;
    text-transform: uppercase;
    transform: translate3d(-50%, 0, 0);
    width: 90%;
    z-index: 3;
  }
}
.alq-other-projects ul li:hover > a::before {
  background: #14133d88;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.alq-other-projects ul li:hover > a::after {
  background: #b9a36e;
  bottom: 10px;
  color: #14133d;
  content: attr(data-title);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  line-height: normal;
  padding: 12px 24px;
  position: absolute;
  text-transform: uppercase;
  transform: translate3d(-50%, 0, 0);
  width: 90%;
  z-index: 3;
}
.alq-other-projects ul li > a {
  display: block;
  height: 100%;
  width: 100%;
}
.alq-other-projects a.load-more {
  background: #b9a36e;
  color: #14133d;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 20px auto 0;
  min-width: 200px;
  padding: 12px 24px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s all;
}
.alq-other-projects a.load-more:hover {
  background: #14133b;
  color: #fff;
}
/*# sourceMappingURL=https://alqhomes.com/wp-content/build/scss_library/0fdc076a4f365ed473826e171ec10b43b5ad9f7a.css.map */