@keyframes vibrate {
  from {
    transform: rotate(25deg);
  }
  to {
    transform: rotate(-25deg);
  }
}
.alq-project-header {
  background-color: #14133d;
  height: 356px;
  margin: 0 0 80px;
  padding: 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .alq-project-header {
    height: 200px;
  }
  .alq-project-header.alq-project-header-video {
    height: 80vw;
  }
}
.alq-project-header::before {
  background-color: #14133dbf;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.alq-project-header.alq-project-header-image {
  background-image: var(--image);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.alq-project-header.alq-project-header-video {
  height: 456px;
}
.alq-project-header.alq-project-header-video::after {
  background-color: #14133d66;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.alq-project-header.alq-project-header-video > video {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}
.alq-project-header h1 {
  background: #aec3e6;
  bottom: 0;
  color: #14133d;
  font-family: "Yeseva One", serif;
  font-size: 35px;
  left: 50%;
  margin: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  transform: translate3d(-50%, 50%, 0);
  width: var(--wrapped-width);
  z-index: 15;
}
@media screen and (max-width: 1024px) {
  .alq-project-header h1 {
    font-size: 30px;
    width: 100%;
  }
}
.alq-project-header .alq-project-header-claim {
  background: #fffd;
  border: 1px solid #14133d;
  border-right: 6px solid #14133d;
  box-sizing: border-box;
  color: #14133d;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  visibility: hidden;
  white-space: nowrap;
  z-index: 15;
}
.alq-project-header .alq-project-header-claim > a {
  color: inherit;
  display: block;
  height: 100%;
  padding: 10px;
  transition: 0.26s all;
  width: 100%;
}
.alq-project-header .alq-project-header-claim > a:hover {
  background: #14133d;
  color: #fff;
}
.alq-project-header .alq-project-header-claim > a > i.fa-solid {
  animation-name: vibrate;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  color: #b49558;
  filter: drop-shadow(1px 1px 1px #666);
}
.alq-project-header .alq-project-header-claim > a > span {
  display: inline-block;
  margin: 0 0 0 5px;
}
/*# sourceMappingURL=https://alqhomes.com/wp-content/build/scss_library/529e1cddb63fa16cfce956e86a6c215972be534b.css.map */