/* Breakpoints
---------------------------------------------------------------------------------------------------- */
/* Transitions
---------------------------------------------------------------------------------------------------- */
/* Border radius
---------------------------------------------------------------------------------------------------- */
/* Fonts
---------------------------------------------------------------------------------------------------- */
/* Typography mixins
---------------------------------------------------------------------------------------------------- */
/* Block margins
---------------------------------------------------------------------------------------------------- */
/* Box mixins
---------------------------------------------------------------------------------------------------- */
/* Icon mixins
---------------------------------------------------------------------------------------------------- */
/* Button mixins
---------------------------------------------------------------------------------------------------- */
/* Card mixins
---------------------------------------------------------------------------------------------------- */
/* Pagination mixins
---------------------------------------------------------------------------------------------------- */
/* Form mixins
---------------------------------------------------------------------------------------------------- */
/* Popup mixins
---------------------------------------------------------------------------------------------------- */
/* Admin mixins
---------------------------------------------------------------------------------------------------- */
.three-homes-block {
  margin-top: 120px;
  position: relative;
}
@media (max-width: 1023px) {
  .three-homes-block {
    margin-top: 100px;
  }
}
@media (max-width: 859px) {
  .three-homes-block {
    margin-top: 60px;
  }
}
.three-homes-block:last-child {
  margin-bottom: 120px;
}
@media (max-width: 1023px) {
  .three-homes-block:last-child {
    margin-bottom: 100px;
  }
}
@media (max-width: 859px) {
  .three-homes-block:last-child {
    margin-bottom: 60px;
  }
}
.three-homes-block .three-homes {
  margin-top: 60px;
  overflow: visible;
}
@media (max-width: 859px) {
  .three-homes-block .three-homes {
    margin-top: 40px;
  }
}
.three-homes-block .three-homes .swiper-wrapper {
  margin: 0;
  position: relative;
  list-style: none;
}
.three-homes-block .three-homes:not(.swiper-initialized) .swiper-wrapper {
  display: flex;
  column-gap: 30px;
}
.three-homes-block .three-homes:not(.swiper-initialized) .swiper-wrapper .card {
  flex: 0 0 calc(33.333% - 20px);
}
.three-homes-block .three-homes.swiper-initialized {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .three-homes-block .three-homes.swiper-initialized {
    width: calc(100% - 30px);
  }
}
.three-homes-block .controls {
  justify-content: center;
}
@media (min-width: 1100px) {
  .three-homes-block .controls {
    display: none;
  }
}
body.wp-admin .three-homes-block .controls {
  display: none;
}
.three-homes-block .card {
  height: auto;
  margin: 0;
}
.three-homes-block .card .card-inner {
  color: var(--default);
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 580px;
  overflow: hidden;
  position: relative;
}
.three-homes-block .card .card-inner .image {
  order: 1;
  overflow: hidden;
}
.three-homes-block .card .card-inner .image img {
  transform: scale(1);
  transition: transform 0.2s;
}
.three-homes-block .card .card-inner .icon {
  order: 1;
  padding-top: 30px;
}
.three-homes-block .card .card-inner h2,
.three-homes-block .card .card-inner h3 {
  font-size: 20px;
  color: var(--dark);
  line-height: 1.5;
  margin-bottom: 8px;
  margin-top: 16px;
  order: 2;
  transition: color 0.2s;
}
@media screen and (min-width: 860px) {
  .three-homes-block .card .card-inner h2,
  .three-homes-block .card .card-inner h3 {
    font-size: 23px;
  }
}
.three-homes-block .card .card-inner .date {
  font-size: 18px;
  color: var(--default);
  font-family: "Amiri Quran", sans-serif;
  transition: color 0.2s;
  margin-bottom: 32px;
  order: 0;
  text-transform: uppercase;
  transition: color 0.2s;
}
.three-homes-block .card .card-inner .desc {
  font-family: "Rethink Sans", sans-serif;
  order: 3;
}
.three-homes-block .card .card-inner .read-more {
  margin-top: 8px;
  order: 4;
}
.three-homes-block .card a.card-inner {
  align-items: flex-start;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .three-homes-block .card a.card-inner {
    align-items: none;
  }
}
.three-homes-block .card a.card-inner .desc {
  margin-bottom: 15px;
}
.three-homes-block .card a.card-inner:hover, .three-homes-block .card a.card-inner:focus-visible {
  background-color: #fff;
  text-decoration: none;
}
.three-homes-block .card a.card-inner:hover .image img, .three-homes-block .card a.card-inner:focus-visible .image img {
  transform: scale(1.05);
}
.three-homes-block .card a.card-inner:hover .button, .three-homes-block .card a.card-inner:focus-visible .button {
  color: #fff;
}
.three-homes-block .card a.card-inner:hover .button:before, .three-homes-block .card a.card-inner:focus-visible .button:before {
  right: -2px;
}
.three-homes-block .card a.card-inner:hover .button > span:after, .three-homes-block .card a.card-inner:focus-visible .button > span:after {
  transform: translateX(5px);
}
.three-homes-block .card a.card-inner:focus-visible {
  box-shadow: none;
  border-radius: 0;
}
.three-homes-block .card a.card-inner {
  box-sizing: border-box;
  overflow: visible;
  align-items: flex-start;
  max-width: none;
}
.three-homes-block .card a.card-inner .image {
  margin-bottom: 24px;
}
.three-homes-block .card a.card-inner .image img {
  width: 100%;
}
.three-homes-block .card a.card-inner h3 {
  font-size: 22px;
  color: var(--dark);
  line-height: 1.2;
  margin: 0 0 24px;
  order: 0;
}
@media screen and (min-width: 860px) {
  .three-homes-block .card a.card-inner h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .three-homes-block .card a.card-inner h3 {
    font-size: 32px;
  }
}
.three-homes-block .card a.card-inner h3 > .caption {
  margin-bottom: 8px;
}
.three-homes-block .card a.card-inner .read-more,
.three-homes-block .card a.card-inner .desc {
  margin: 0;
}
.three-homes-block .card a.card-inner:hover h3,
.three-homes-block .card a.card-inner:hover h3 > .caption,
.three-homes-block .card a.card-inner:hover .read-more, .three-homes-block .card a.card-inner:focus-visible h3,
.three-homes-block .card a.card-inner:focus-visible h3 > .caption,
.three-homes-block .card a.card-inner:focus-visible .read-more {
  color: var(--accent);
}
.three-homes-block .card a.card-inner:hover .read-more:after, .three-homes-block .card a.card-inner:focus-visible .read-more:after {
  background-color: var(--accent);
}
.three-homes-block .button-block {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media (max-width: 859px) {
  .three-homes-block .button-block {
    margin-top: 40px;
  }
}/*# sourceMappingURL=acf-three-homes.css.map */