.banner {
  padding: 0 !important;
  margin: 110px 0 0 0 !important;
}

.home main div.home-banner-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0;
}
.home main div.home-banner-overlay > div {
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
}
.home main div.home-banner-overlay h2 {
  font-size: 2.25rem;
  color: white;
  font-weight: 300;
  margin: 0;
}
.home main div.home-banner-overlay h2 b, .home main div.home-banner-overlay h2 strong {
  font-weight: 600;
}
.home main div.home-banner-overlay .home-banner-overlay-interior {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4em;
}
.home main div.home-banner-overlay .home-banner-overlay-interior .wp-block-buttons {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
}
.home main div.home-banner-overlay .home-banner-overlay-interior .wp-block-buttons a {
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 300;
}
.home main div.home-banner-overlay .home-banner-overlay-interior .wp-block-buttons a svg {
  height: 20px;
  width: 20px;
}

#welcome figure img, #services figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 60vw;
}
#welcome .content-box, #services .content-box {
  margin: 100px 0;
  padding: 75px 50px;
  background: linear-gradient(173deg, rgba(39, 39, 39, 0.6) 0%, rgba(0, 0, 0, 0.85) 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  outline: 1px solid rgba(179, 143, 72, 0.6901960784);
}

#welcome .wp-block-buttons a, #services .wp-block-buttons a, #contact .wp-block-buttons a {
  background-color: var(--brand-color);
  color: white;
}
#welcome .wp-block-buttons a svg path, #services .wp-block-buttons a svg path, #contact .wp-block-buttons a svg path {
  fill: white;
}
#welcome .wp-block-buttons a:hover, #services .wp-block-buttons a:hover, #contact .wp-block-buttons a:hover {
  filter: brightness(1.1);
}

#welcome {
  margin: 75px 0;
}
#welcome figure img {
  position: absolute;
  left: 0;
  border-radius: 0px 75px 75px 0;
}

#services {
  margin: 0 0 75px 0;
}
#services figure img {
  position: absolute;
  right: 0;
  border-radius: 75px 0 0 75px;
}
#services .wp-block-columns {
  display: flex;
  flex-direction: row;
  gap: 2em;
  margin: 0;
}
#services h2 {
  margin-bottom: 35px;
}
#services h3 {
  font-size: 1.5rem;
  font-weight: normal;
  color: var(--brand-color);
}

#listings {
  background-color: white;
  margin-bottom: 60px;
}

#why-choose-us {
  --warm: rgba(188, 160, 104, 0.4);
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
}
#why-choose-us h2 {
  margin-bottom: 50px;
  font-size: 4em;
}
#why-choose-us .is-layout-grid {
  padding: 0 !important;
  gap: 1em;
}
#why-choose-us .is-layout-grid .star {
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  background-color: white;
  height: 58px;
  width: 58px;
}
#why-choose-us .is-layout-grid .text {
  margin: 0;
  padding: 0 !important;
  min-height: 96px;
}
#why-choose-us .is-layout-grid .text p {
  line-height: 1.75em;
}
#why-choose-us .is-layout-grid .star-box {
  padding: 75px 15px 50px 15px;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  justify-content: space-between;
  align-items: center;
}
#why-choose-us .is-layout-grid .star-box * {
  margin: 0;
}
#why-choose-us .is-layout-grid .star-box:nth-child(1) {
  background: linear-gradient(173deg, rgba(188, 160, 104, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}
#why-choose-us .is-layout-grid .star-box:nth-child(2) {
  background: linear-gradient(80deg, rgba(188, 160, 104, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}
#why-choose-us .is-layout-grid .star-box:nth-child(3) {
  background: linear-gradient(330deg, rgba(188, 160, 104, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}
#why-choose-us .is-layout-grid .star-box:nth-child(4) {
  background: linear-gradient(190deg, rgba(188, 160, 104, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}
#why-choose-us .is-layout-grid .star-box:nth-child(5) {
  background: linear-gradient(240deg, rgba(188, 160, 104, 0.3) 0%, rgba(0, 0, 0, 0) 80%);
}

#contact {
  background-size: cover;
  background-position: 50% 50%;
}
#contact .cta-overlay {
  padding: 100px 25px;
  background-color: rgba(0, 0, 0, 0.45);
}
#contact .cta-overlay > div {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#contact .cta-overlay > div * {
  margin: 0;
}
#contact .cta-overlay > div h2 {
  font-size: 4em;
  margin-bottom: 0.2em;
}
#contact .cta-overlay > div p {
  font-size: 1.5rem;
  margin-bottom: 2em;
}/*# sourceMappingURL=home.css.map */