.hk-container {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}
.hk-parallax--bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.hk-parallax--bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--e-global-color-text);
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.4;
}
.overlay-animate {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--e-global-color-text);
}
.hk-section {
  display: inline-block;
  width: 100%;
  padding: 50px 0px;
  position: relative;
  z-index: 1;
}
.hk-hero {
  padding: 120px 0px;
  min-height: 620px;
}
.hk-hero h1 {
  font-size: 56px;
  line-height: 77px;
  color: var(--global-palette9);
  font-weight: 600;
  padding-bottom: 0;
}
.hk-hero h1 span {
  display: block;
}
.single-content .hk-hero h1+.hk-hero--links {
  margin-top: 45px;
}
.hk-hero--links {
  display: flex;
  margin-top: 45px;
  padding-top: 55px;
  position: relative;
}

.hk-hero--links::after {
  content: "";
  position: absolute;
  background-color: var(--e-global-color-accent);
  width: 100%;
  max-width: 750px;
  height: 12px;
  left: 0;
  top: 0;
}

.hk-hero--link-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-right: 45px;
}

.hk-hero--link-item:last-child {
  margin-right: 0px;
}

.hk-hero--link-item .hk-hero--link-title {
  font-size: 20px;
  font-weight: 300;
  color: var(--global-palette9);
  display: block;
  text-align: left;
  margin-bottom: 4px;
}

.hk-hero--link-item .hk-hero--link {
  font-size: 22px;
  font-weight: 600;
  color: var(--global-palette9);
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*  */
.home-designs-items {
  display: flex;
  flex-wrap: wrap;
}
.home-designs-items > .home-designs-item {
  width: calc(100%* 1 / 2 - 30px);
  margin: 15px;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
}
.home-designs-items > .home-designs-item.wide {
  width: 100%;
}
.home-designs-caption {
  background-color: var(--global-palette9);
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 195px;
  z-index: 2;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.home-designs-caption::before {
  content: "";
  position: absolute;
  top: 0px;
  left: calc(100% - 210px);
  background-color: var(--global-palette9);
  width: 100vw;
  height: 100%;
  z-index: -1;
  transform: skewX(6deg);
}
.home-designs-caption h3,
.home-designs-caption h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  text-align: right;
}
.home-designs-caption p{
  text-align: right;
}
.kh-outline-btn {
  border: 1px solid var(--e-global-color-text);
  font-size: inherit;
  border-radius: 8px;
  display: inline-block;
  padding: 13px 20px 11px;
  color: var(--e-global-color-text);
  margin-top: 2px;
  text-transform: uppercase;
  line-height: normal;
}
.kh-outline-btn:hover, .kh-outline-btn:focus {
  background-color: var(--e-global-color-accent);
  border-color: var(--e-global-color-accent);
  color: var(--global-palette9);
}

/* Thumbs Gallery */
.elementor-widget-thumbs-carousel .outside-navigation-swiper {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0 20px;
}
.hk-main-image {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  min-height: 420px;
}
.hk-thumbs-image {
  width: 100%;
  min-height: 100px;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 2px solid var(--e-global-color-f4bafa1);
  opacity: 0.8;
  transition: all 500ms ease;
}
.swiper-slide-thumb-active .hk-thumbs-image {
  border-color: var(--e-global-color-primary);
  opacity: 1;
}
.hk-main-image img {
  max-height: 420px;
  border-radius: 8px;
}
.hk-main-image, .hk-thumbs-image {
  background-color: rgba(0, 0, 0, 0.05);
  background-position: center;
  background-size: cover;
}
.elementor-widget-thumbs-carousel .swiper-button-next,
.elementor-widget-thumbs-carousel .swiper-button-prev {
  background-color: var(--e-global-color-text);
  color: var(--e-global-color-kadence9);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  font-size: 18px;
  box-shadow: 0px 0px 0px 5px var(--e-global-color-f4bafa1);
  transition: all 500ms ease;
}
.elementor-widget-thumbs-carousel .swiper-button-next:hover,
.elementor-widget-thumbs-carousel .swiper-button-prev:hover {
  background-color: var(--e-global-color-accent);
  color: var(--e-global-color-kadence9);
}
.elementor-widget-thumbs-carousel .swiper-button-next::after,
.elementor-widget-thumbs-carousel .swiper-button-prev::after {
  font-size: inherit;
  color: currentColor;
}
.elementor-widget-thumbs-carousel .swiper-button-next {
  right: -5px;
}
.elementor-widget-thumbs-carousel .swiper-button-prev {
  left: -5px;
}

/* Compression - Before and After Slider */
.slide__line {
  width:100px;
  height:1px;
  border-bottom:1px solid white;
}
#before-after-slider img {
    width: 100%;
    display: block;
    max-width: inherit;
}
#before-after-slider {
  width:100%;
  position:relative;
  overflow:hidden;
}
#after-image {
  display:block
}
#before-image {
  position:absolute;
  height:100%;
  width:50%;
  top:0;
  left:0;
  overflow:hidden;
  z-index:2;
}
#slide__resizer {
  position:absolute;
  display:flex;
  align-items:center;
  z-index:5;
  top:0;
  left:50%;
  height:100%;
  width:4px;
  background:white;
  /*Stop vertical scrolling on touch*/
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
#slide__resizer:after {
    content: '';
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    margin: 0 0 0 -24px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 3px solid white;
}
.resizer__arrows {
    position: relative;
}
.resizer__arrows:after {
    content: "";
    width: 0 !important;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    position: absolute;
    right: -17px;
    top: -8px;
}
.resizer__arrows:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #fff;
    position: absolute;
    left: -14px;
    top: -8px;
}
.action__favourites {
  display: flex;
  align-items: center;
  background-color: #383838;
  color: var(--e-global-color-kadence9);
  font-size: 14px;
  padding: 8px 15px;
  gap: 8px;
}
.action__favourites > a {
  font-size: inherit;
  color: currentColor;
}
.action__favourites .btn__icon {
  font-size: inherit;
  color: currentColor;
  display: flex;
  align-items: center;
  gap: 5px;
}
.action__favourites .btn__icon svg {
  width: auto;
  height: 14px;
  color: currentColor;
  fill: currentColor;
}

.flow-item {
  position: relative;
  padding-top: 80px;
  padding-right: 150px;
}
.flow-item::before {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  top: 20px;
  left: 0px;
  width: 100%;
}
.flow-num {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #414141;
  border: 1px solid #414141;
  border-radius: 99px;
  font-size: 16px;
  line-height: normal;
}
.flow-item h3 {
  padding-bottom: 20px;
  font-weight: 400;
}
.swiper-navigation-outline .swiper-button-prev,
.swiper-navigation-outline .swiper-button-next {
  width: 45px;
  height: 45px;
  background-color: #fff;
  color: #414141;
  border: 1px solid #414141;
  border-radius: 99px;
  font-size: 24px;
  top: auto;
  margin-top: 0;
  bottom: 0px;
}
.swiper-navigation-outline .swiper-button-prev::after,
.swiper-navigation-outline .swiper-button-next::after {
  color: currentColor;
  font-size: inherit;
}
.swiper-navigation-outline .swiper-slide-active .flow-num,
.swiper-navigation-outline .swiper-slide-prev .flow-num,
.swiper-navigation-outline .swiper-slide-active:nth-child(6)+.swiper-slide-next .flow-num {
  background-color: #414141;
  color: #fff;
}
.elementor-widget-process-flow .outside-navigation-swiper,
.elementor-widget-projects-carousel .outside-navigation-swiper {
  padding-bottom: 75px;
}

.home-builds-area {
  display: flex;
  gap: 60px;
}
.home-builds-area .home-builds-caption {
  width: 100%;
  max-width: 430px;
}
.home-builds-caption h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.elementor-widget-home-builds .swiper-button-next,
.elementor-widget-projects-carousel  .swiper-button-next {
  right: auto;
  left: 80px;
}
svg.hidden {
  display: none;
}
.post-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.post-item .post-item_title {
  font-weight: normal;
}
.post-item_image {
  padding-top: 66.666%;
  background-size: cover;
  background-position: center;
}
.elementor-widget-home-builds .swiper-slide img,
.post-item_image {
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
.hk-hero {
  padding: 80px 20px;
  min-height: 400px;
}
.single-content .hk-hero h1+.hk-hero--links {
  flex-wrap: wrap;
}
.hk-hero h1 {
  font-size: 50px;
}
.hk-hero--link-item {
  margin-right: 20px;
  margin-bottom: 20px;
  flex-grow: 1;
  width: calc(100%* 1 / 2 - 20px);
}
.home-designs-caption {
  width: 150px;
}
.home-designs-caption::before {
  left: calc(100% - 160px);
}
.home-designs-caption h3,
.home-designs-caption h2 {
  font-size: 22px;
}
.home-designs-caption a {
  font-size: 14px;
  padding: 7px 15px;
}
.elementor-widget-process-flow > .elementor-widget-container {
  padding-left: 10px;
  padding-right: 40px;
}
.flow-item {
  padding-top: 70px;
  padding-right: 40px;
}
.elementor-widget-process-flow .swiper-navigation-outline .swiper-button-prev, .elementor-widget-process-flow .swiper-navigation-outline .swiper-button-next {
  top: 0px;
  bottom: auto;
}
.elementor-widget-process-flow .outside-navigation-swiper {
  padding-bottom: 0px;
  padding-top: 70px;
}
}

@media screen and (max-width: 767px) {
.hk-hero h1 {
  font-size: 32px;
  line-height: 130%;
  text-align: center;
}
.hk-hero h1 span {
  display: inline-block;
}
.single-content .hk-hero h1+.hk-hero--links {
  margin-top: 25px;
  padding-top: 25px;
}
.hk-hero--links::after {
  height: 6px;
}
.hk-hero--link-item .hk-hero--link,
.hk-hero--link-item .hk-hero--link-title {
  font-size: 16px;
  text-align: center;
}
.hk-hero--link-item {
  margin-right: 0;
  margin-bottom: 0;
  width: calc(100%* 1 / 2 - 0px);
  padding: 10px;
}
.home-designs-items {
  flex-direction: column;
}
.home-designs-items > .home-designs-item {
  width: calc(100%* 1 / 1 - 0px);
  margin: 0px 0px 20px;
}
.home-designs-items > .home-designs-item:last-child {
  margin-bottom: 0px;
}
.home-designs-items > .home-designs-item:last-child img {
  height: 190px;
  object-fit: cover;
  object-position: left;
}
.elementor-widget-home-builds > .elementor-widget-container {
  padding-left: 10px;
  padding-right: 10px;
}
.elementor-widget-home-builds .outside-navigation-swiper {
  padding-bottom: 0px;
  padding-top: 70px;
}
.home-builds-area {
  flex-direction: column-reverse;
  gap: 30px;
  position: relative;
}
.elementor-widget-home-builds .swiper-navigation-outline .swiper-button-prev,
.elementor-widget-home-builds .swiper-navigation-outline .swiper-button-next {
  top: 0px;
  bottom: auto;
  left: 0px;
}
.elementor-widget-home-builds .swiper-navigation-outline .swiper-button-next {
  left: auto;
  right: 0px;
}
.home-builds-caption h2 {
    font-size: 28px;
}
}