/*************** starts hero home section ***************/

section.hero-banner .slick-slide {
  height: auto;
}

section.hero-banner .slide-outer {
  display: flex;
}

section.hero-banner.content-hero .slide-flex-wrapper,
section.hero-banner.video-wrapper.content-hero .vedio-content-wrap {
  position: relative !important;
}

section.hero-banner .slide-bg,
section.hero-banner .video-wrapper .video-iframe-wrapp
 {
  order: 1;
  width: calc(100% - 435px);
  max-width: 100%;
  flex-grow: 1;
}
section.hero-banner .video-wrapper .video-iframe-wrapp{
  position: relative;
  height: 100vh;
  overflow: hidden;
}

/* Acacia v2 uses the video as the full hero panel, not the split-image layout. */
section.hero-banner .video-wrapper.acacia-video-wrapper .video-iframe-wrapp {
  position: absolute;
  inset: 0;
  order: initial;
  width: 100%;
  max-width: none;
  height: 100%;
  flex: none;
}

section.hero-banner .video-wrapper.acacia-video-wrapper .wistia_responsive_padding {
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
}
section.hero-banner.video-banner,
section.hero-banner {
  display: flex;
  /* height: auto; */
  min-height: 100vh;
}

.submit-button .search {
  display: block;
}

.submit-button svg {
  display: none;
}

section.hero-banner .slide-flex-wrapper,
section.hero-banner.video-wrapper .vedio-content-wrap {
  /* height: 100%; */
  /* z-index: 9;
    position: absolute;
    top: 0;
    left: 0; */
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 435px;
  width: 25%;
}

section.hero-banner .hero-container,
section.hero-banner .hero-container {
  width: 75%;
  order: 2;
  height: auto;
  flex-grow: 1;
  position: relative;
}

section.hero-banner .slide-flex-wrapper .container {
  height: auto;
  position: relative;
  padding: 160px 30px;
  display: flex;
  align-items: center;
  min-height: 100vh;
}

section.hero-banner .slide-flex-wrapper .container .slide-content-box {
  width: 100%;
  overflow-y: auto;
}

section.hero-banner .slide-flex-wrapper .container .slide-content-box .inner-div {
  padding-bottom: 50px;
}

section.hero-banner .slide-flex-wrapper .container .slide-content h4 {
  font-size: 20px;
  text-align: left;
  font-weight: 400;
  margin: 0 0 8px 0;
  text-transform: capitalize;
  line-height: normal;
}

section.hero-banner .slide-flex-wrapper .container .flp-dropdown,
section.hero-banner .slide-flex-wrapper .container .flp-dropdown .flp-dropdown-content,
section.hero-banner .slide-flex-wrapper .container .flp-dropdown .flp-dropdown-content .ui-datepicker-inline {
  width: 100%;
}

section.hero-banner .slide-flex-wrapper .container .flp-dropdown .flp-dropdown-content .sqft-wrap,
section.hero-banner .slide-flex-wrapper .container .flp-dropdown .flp-dropdown-content .price-wrap {
  max-width: unset;
  width: 100%;
}

section.hero-banner .slide-flex-wrapper .container .flp-dropdown .flp-dropdown-content#dropdownContentPrice,
section.hero-banner .slide-flex-wrapper .container .flp-dropdown .flp-dropdown-content#dropdownContentSqFt {
  padding: 10px 20px;
}

section.hero-banner .slide-flex-wrapper .container .flp-dropdown .flp-dropdown-content button {
  padding-left: 0;
}

section.hero-banner .slide-flex-wrapper .container .flp-dropdown button {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid;
  padding: 0 .889rem .444rem .889rem;
  padding-left: 40px;
  border-radius: 0px;
  text-align: left;
  margin-top: 16px;
  font-size: 1rem;
}

section.hero-banner .slide-flex-wrapper .container .flp-dropdown button.flp-clear-btn {
  border: 0;
}

section.hero-banner .form-group i.swi {
  top: 18px;
  left: 16px;
}

section.hero-banner .submit-button {
  font-size: 14px;
  font-weight: 500;
  padding: 16px;
  width: 100%;
  border: 0;
  border-radius: 8px;
  margin-top: 32px;
}


section.hero-banner .bottom-section-link {
  position: absolute;
  bottom: 4%;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);

}

section .video-wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
}

section.hero-banner .video-wrapper iframe#hero_vimeo_bg,
section.hero-banner .video-wrapper iframe.youtube-video {
  height: 120vw;
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

section.hero-banner .slider-container .slick-dots>li {
  padding: 15px;
  margin: 0;
  position: absolute;
}

/* section.hero-banner button.slick-arrow {
  background-color: rgb(255 255 255 / 18%);
} */

section.hero-banner .slick-list,
section.hero-banner .slick-track,
section.hero-banner .slick-slide {
  height: 100%;
}


/* =======CONTENT SLIDE======== */

section.hero-banner.content-hero button.slick-arrow {
  top: auto;
  bottom: -22px;
}

section.hero-banner.content-hero button.slick-prev {
  left: 450px;
  transform: translate(0%, -75%);
}

section.hero-banner.content-hero button.slick-next {
  right: auto;
  left: 515px;
  transform: translate(0%, -75%);
}


section.hero-banner.content-hero .slide-flex-wrapper .container {
  padding: 0 32px;
  overflow-y: auto;
}

section.hero-banner.content-hero .slide-flex-wrapper .container.video-container {
  justify-content: center;
  text-align: left;
}

section.hero-banner.content-hero .form-slide-flex-wrapper {
  display: none;
}

section.hero-banner.content-hero .slide-content-box {
  text-align: left;
}


section.hero-banner.content-hero .slide-content,
section.hero-banner.content-hero .video-content {
  display: flex;
  flex-direction: column;
}

section.hero-banner.content-hero h1.hero-title {
  text-transform: uppercase;
  font-size: 2.335rem;
  margin: 24px 0;
  margin-top: 0px;
  line-height: 1.2;
}

section.hero-banner.content-hero h2 {
  text-transform: uppercase;
  font-size: 1.112rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 24px;
  margin-top: 0;
}

section.hero-banner.content-hero .hero-content {
  order: 3;
  margin-bottom: 24px;
}

section.hero-banner.content-hero .section-buttons {
  order: 4;
}

section.hero-banner.content-hero .section-buttons a {
  margin-bottom: 0;
}

section.hero-banner .slick-dotted.slick-slider,
section.hero-banner.content-hero .slick-dotted.slick-slider {
  margin-bottom: 0;
  height: 100%;
}

section.hero-banner.content-hero .slick-slide {
  height: 100vh;
}

section.hero-banner.content-hero .slide-flex-wrapper,
section.hero-banner.video-wrapper.content-hero .vedio-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
}

.bottom-section-link-wrapper {
  position: relative;
  width: 75%;
  float: right;
  margin-top: -40px;
}

.bottom-section-link-wrapper{
  position:relative;
  z-index: 99;
}
button.slick-arrow {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 5px;
}
button.slick-arrow::before {
  content: "";
  border-top: 4px solid;
  border-right: 4px solid;
  width: 18px;
  height: 18px;
  position: absolute;
}
button.slick-arrow::before {
  top: 50%;
  left: 50%;
  transform: translate(-76%, -50%) rotate(45deg);
}
button.slick-arrow.slick-prev::before {
  transform: translate(-25%, -50%) rotate(223deg);
}
button.slick-prev {
  left: 50%;
  top: 95%;
  transform: translate(-110%, -95%);
}

button.slick-next {
  right: 50%;
  top: 95%;
  transform: translate(110%, -95%);
}

.slick-dots li button {
  border: 1px solid;
  border-radius: 50%;
}

body button.slick-arrow {
  opacity: 1;
  z-index: 9;
}

button.slick-arrow.slick-disabled {
  opacity: 0.25;
}

section.home-floorplans button.slick-prev
/* section.home-gallery button.slick-prev */
 {
  top: 118%;
  transform: translate(-111%, -100%);
}

section.home-floorplans button.slick-next
/* section.home-gallery button.slick-next  */
{
  right: 50%;
  top: 118%;
  transform: translate(111%, -100%);
}
.latest-posts-container .multiple-items .slick-slide {
  margin: 0 35px;
}

.latest-posts-container .multiple-items button.slick-arrow {
  width: 4vw;
  height: 4vw;
  z-index: 10;
}

.latest-posts-container .multiple-items button.slick-prev {
  left: -70px;
}

.latest-posts-container .multiple-items button.slick-next {
  right: -70px;
}

.home-slider-floorplan-container .slick-dots li button {
  color: #c6c6c6; 
   background: #999;
   opacity: .5;
 }
 .home-slider-floorplan-container .slick-dots li.slick-active button{
 opacity: 1;
 background-color: #424242;
 }

/*************** ends hero home section ***************/

@media screen and (max-width: 1440px) {
  section.hero-banner.content-hero h1.hero-title {
    margin-bottom: 1rem;
  }

  section.hero-banner.content-hero .hero-content,
  section.hero-banner.content-hero h2 {
    margin-bottom: 1rem;
  }

  section.hero-banner .hero-container {
    width: 70%;
  }

  section.hero-banner.new-section button.slick-next {
    right: 88%;
  }
}

@media screen and (max-width: 1280px) {
  section.hero-banner .slide-flex-wrapper .container {
    padding: 0 30px;
  }

  section.hero-banner.new-section button.slick-prev {
    left: 2%;
  }

  section.hero-banner.new-section button.slick-next {
    right: 85%;
  }
}

@media screen and (max-width: 1200px) {

  section.hero-banner.video-banner,
  section.hero-banner,
  section.hero-banner .slick-slide {
    height: 100vh;
  }
}


@media screen and (max-width: 1024px) {

  section.hero-banner .hero-container {
    width: 65%;
  }

  section.hero-banner .slide-flex-wrapper,
  section.hero-banner.video-wrapper .vedio-content-wrap {
    width: 35%;
  }

  section.hero-banner.new-section button.slick-next {
    right: 80%;
  }

  section.hero-banner.content-hero button.slick-prev {
    left: 375px;

  }

  section.hero-banner.content-hero button.slick-next {
    right: auto;
    left: 430px;

  }
}

@media screen and (max-width: 992px) {
  section.hero-banner .form-group {
    width: 100%;
  }

  section.hero-banner .slide-flex-wrapper .container {
    padding: 0 30px;
  }

  section.hero-banner .slide-flex-wrapper,
  section.hero-banner.video-wrapper .vedio-content-wrap {
    max-width: 360px;
  }

  section.hero-banner button.slick-prev {
    left: 85%;
  }

  section.hero-banner button.slick-next {
    right: 16%;
  }

  section.hero-banner.content-hero h1.hero-title {
    font-size: 1.778rem;
  }

  section.hero-banner {
    height: auto;
  }

  section.hero-banner .slide-flex-wrapper,
  section.hero-banner.video-wrapper .vedio-content-wrap {
    width: 45%;
  }

  section.hero-banner .hero-container {
    width: 55%;
  }

  section.hero-banner.new-section button.slick-next {
    right: 5%;
  }

  section.hero-banner.new-section button.slick-prev {
    left: 5%;
  }

  section.hero-banner.new-section button.slick-arrow {
    top: 50%
  }

  section.hero-banner .bottom-section-link {
    left: 60%;
  }
}



@media screen and (max-width: 767px) {


  section.hero-banner .slide-outer,
  section.hero-banner .slide-bg.mob-bg,
  section.hero-banner .slide-bg img {
    height: 100%;
  }

  section.hero-banner .slick-slide {
    height: 450px;
  }

  section.hero-banner.video-wrapper .vedio-content-wrap {
    max-width: unset;
    position: relative;
    transform: unset;
    margin-top: -15%;
    width: 95%;
    padding: 12px;
    z-index: 2;
    margin: 0 auto;
    margin-top: -15%;
    height: auto;
  }

  section.hero-banner .slide-flex-wrapper {
    width: 90%;
    top: 50%;
    max-width: unset;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }

  section.hero-banner.video-banner .hero-form-wrapper {
    width: 100%;
  }

  section.hero-banner .inner-div {
    padding: 0px;
  }

  section.hero-banner .slide-flex-wrapper .container {
    padding: 0;
  }

  section.hero-banner .slide-flex-wrapper {
    position: static;
    transform: unset;
    width: 95%;
    margin: 0 auto;
    margin-top: -10%;
  }
 /*  section.hero-banner.video-banner .slide-flex-wrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: unset;
    bottom: unset;
    z-index: 99;
  } */

  section.hero-banner button.slick-prev {
    left: 50%;
    top: 88%;
  }

  section.hero-banner button.slick-next {
    right: 50%;
    top: 88%;

  }

  section.hero-banner button.slick-arrow {
    width: 40px;
    height: 40px;
  }

  section.hero-banner button.slick-arrow::before {
    width: 11px;
    height: 11px;
  }

  section.hero-banner .outer-div.hero-form-wrapper {
    padding: 20px;
  }

  section.hero-banner .slide-flex-wrapper .container {
    justify-content: center;
    min-height: unset;
  }

  section.hero-banner .slide-flex-wrapper .container .slide-content h4 {
    font-size: 18px;
  }

  section.hero-banner .hero-container {
    width: 100%;
  }

  section.hero-banner {
    display: block;
    min-height: unset;
  }

  section.hero-banner.content-hero .slide-flex-wrapper {
    position: relative;
    padding: 30px 0px;
    max-width: unset;
    width: 100%;
    margin: 0px;
    top: 0;
    left: 0;
  }

  section.hero-banner.content-hero .slick-slide {
    height: 100%;
  }

  section.hero-banner.content-hero .slide-content {
    text-align: center;
  }

  section.hero-banner.content-hero .section-buttons {
    justify-content: center;
  }

  section.hero-banner.content-hero button.slick-arrow {
    top: 30%;
    transform: unset;
  }

  section.hero-banner.content-hero button.slick-next {
    right: 15px;
    left: auto;
  }

  section.hero-banner.content-hero button.slick-prev {
    left: 15px;
  }

  section.hero-banner.content-hero .slide-bg.mob-bg img,
  section.hero-banner.content-hero .slide-bg.slider-mob img {
    height: calc(450px - var(--swifty-header-height));
    object-fit: cover;
  }

  section.hero-banner.content-hero .slide-flex-wrapper .container {
    padding: 0 15px;
  }

  /* section.hero-banner.video-banner.content-hero .slide-flex-wrapper {
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: unset;
    bottom: unset;
    padding-bottom: 20px;
    padding-top: 0px;
  } */

  section.hero-banner.content-hero .slide-content,
  section.hero-banner.content-hero .video-content {
    text-align: center;
  }

  section.hero-banner .form-group i.swi {
    left: 8px;
  }

  section.hero-banner .slide-flex-wrapper .container .flp-dropdown button {
    padding-left: 30px;
  }

  section.hero-banner .slide-flex-wrapper .container .slide-content-box .inner-div {
    padding-bottom: 0px;
  }
section.hero-banner.video-banner{
  height: auto;
  display: block;
  min-height: unset;
}
  section .video-wrapper {
    height: 100%;
    display: inherit;
    overflow: visible;

  }

  section.hero-banner .slide-outer {
    display: inherit;
  }

  section.hero-banner .slide-bg {
    width: 100%;
  }

}

@media screen and (max-width: 1680px) {
 button.slick-arrow {
    width: 50px;
    height: 50px;
  }
  button.slick-arrow::before {
    border-top: 3px solid;
    border-right: 3px solid;
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 1680px) {
 button.slick-arrow {
    width: 50px;
    height: 50px;
  }
  button.slick-arrow::before {
    width: 14px;
    height: 14px;
  }
}
/* ======= SLIDE WITHOUT IMAGE : CONTENT TAKES FULL HEIGHT ======= */

@media screen and (max-width: 767px) {

  section.hero-banner.content-hero .slick-slide.no-hero-img,
  section.hero-banner.content-hero .slick-slide.no-hero-img .slide-outer {
    height: 100%;
  }

  section.hero-banner.content-hero .slick-slide.no-hero-img .slide-flex-wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    min-height: calc(450px - var(--swifty-header-height));
  }

  section.hero-banner.content-hero .slick-slide.no-hero-img .slide-flex-wrapper .container {
    height: 100%;
    align-items: center;
    min-height: unset;
  }

  section.hero-banner.content-hero .slick-slide.no-hero-img .slide-overlay {
    height: 100%;
  }
}

/* ======= SHOW VIDEO BANNER ON MOBILE ======= */
@media screen and (max-width: 767px) {

  /* drop the fallback image only when a real player is present */
  section.hero-banner .video-wrapper:has(.video-iframe-wrapp) .slide-bg.mob-bg,
  section.hero-banner .video-wrapper:has(.wistia_responsive_padding) .slide-bg.mob-bg {
    display: none !important;
  }

  /* component-common.css hides every .desktop-bg under 767px - opt the player back in */
  section.hero-banner .video-wrapper .video-iframe-wrapp,
  section.hero-banner .video-wrapper .video-iframe-wrapp.desktop-bg,
  section.hero-banner .video-wrapper .vimeo-thumbnail.desktop-bg,
  section.hero-banner .video-wrapper iframe.desktop-bg {
    display: block !important;
  }

  section.hero-banner .video-wrapper {
    display: block !important;
    position: relative !important;
    min-height: 450px !important;
    overflow: hidden !important;
  }

  /* takes the place the .mob-bg image used to hold in the flow:
     100% where the section has a real height, 450px where it is auto */
  section.hero-banner .video-wrapper .video-iframe-wrapp {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    min-height: 450px !important;
    overflow: hidden !important;
    flex: none !important;
  }

  /* poster sits behind the player and adds no flow height */
  section.hero-banner .video-wrapper .vimeo-thumbnail {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  section.hero-banner .video-wrapper .vimeo-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* 16:9 player cropped to cover the portrait box, whatever its height */
  section.hero-banner .video-wrapper iframe#hero_vimeo_bg,
  section.hero-banner .video-wrapper iframe.vimeo-video,
  section.hero-banner .video-wrapper iframe.youtube-video {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: auto !important;
    height: auto !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    aspect-ratio: 16 / 9;
    border: 0;
    pointer-events: none;
  }

  /* wistia background player */
  section.hero-banner .video-wrapper .wistia_responsive_padding.desktop-bg,
  section.hero-banner .video-wrapper .wistia_responsive_wrapper.desktop-bg,
  section.hero-banner .video-wrapper .wistia_embed.desktop-bg {
    display: block !important;
  }

  section.hero-banner .video-wrapper .wistia_responsive_padding.desktop-bg {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 450px !important;
  }

  /* keep overlay and copy stacked above the player */
  section.hero-banner .video-wrapper .slide-overlay {
    z-index: 1;
  }

  section.hero-banner .video-wrapper .container.video-container,
  section.hero-banner .video-wrapper .vedio-content-wrap,
  section.hero-banner .video-wrapper .slide-flex-wrapper {
    z-index: 2;
  }
}
