/***************** new code for home page slider *****************/
/* section.hero-banner{
  height: 100vh;
} */

section.hero-banner .slide-outer .slide-container .slide-content-box{
    padding-top: 160px;
}

section.hero-banner .hero-form-wrapper{
    max-width: 1285px;
    padding: 24px;
    backdrop-filter: blur(15px);
    margin: 0 auto;
    border-bottom: 2px solid #fff;
    /* background-color: rgb(240 240 240 / 80%); */
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 100%;
    z-index: 999;
}

section.hero-banner .hero-form-wrapper.bg-default_theme{
background-color: rgb(240 240 240 / 80%);
}

section.hero-banner .hero-form-wrapper.bg-light .flp-dropdown{
border: 1px solid;
}

section.hero-banner .hero-form-wrapper.bg-default_theme .hero-title{
color:#000
}

section.hero-banner .hero-form-wrapper .inner-div h4{
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
}


section.hero-banner .hero-form-wrapper .inner-div .form-container{
    display: flex;
    gap: 10px;
    width: 100%;
}

section.hero-banner .hero-form-wrapper .flp-dropdown,
  section.hero-banner .hero-form-wrapper .flp-dropdown .flp-dropdown-content  {
    width: 100%;
  }

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

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

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

  section.hero-banner .hero-form-wrapper .flp-dropdown button.flp-dropdown-btn  
{
  width: 100%;
  background: transparent;
  border: 0;
  padding: .667rem .889rem;
  padding-left: 40px;
  font-size: 0.875rem;
  background-color: #fff;
  border-radius: 0px;
  text-align: left;
  line-height: normal;
  font-size: 1rem;
}

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



section.hero-banner .slide-flex-wrapper,
section.hero-banner .slide-flex-wrapper .container
{
    height: 100%;
}

section.hero-banner .submit-button{
    width: 40px;
    height: 40px;
    border: 0px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.hero-banner .submit-button svg{
    transform: rotate(-90deg);
    height: 30px;
}

section.hero-banner .form-group:last-of-type::after{
    content: "";
    position: absolute;
    right: -6px;
    height: 100%;
}

section.hero-banner select{
    background-image: url('/assets/images/chevron-black.svg');
  }

section.hero-banner .link-wrapper{
    /* width: 108px;
    height: 108px;
    border-radius: 50%; */
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: -1;
  }

  section.hero-banner .link-wrapper h4{
    font-weight: 400;
    font-size: .6667rem;
    margin: 0;
    margin-bottom: 15px;
    line-height: 1.2;
  }
  
  section.hero-banner .bottom-section-link{
    position: absolute;
    bottom: 33px;
    left: 50%;
    transform: translate(-50%);
    /* display: flex;
    flex-direction: column-reverse;
    width: 6rem;
    height: 6rem; */
    border-radius: 50%;
    /* text-align: center;
    z-index: 99; */
    background-color: transparent;
  }

  section.hero-banner .bottom-section-link a.arrow img{
   padding-bottom: 10px;
  }

  .dextrose-img,
.apiary-img,
.honeycomb-img,
.tupelo-img,
.hive-img,
.acacia-img
{
    display: none;
}

section.hero-banner .video-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}

section.hero-banner .video-wrapper iframe.youtube-video,
section.hero-banner .video-wrapper iframe#hero_vimeo_bg {
  height: 120vh;
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: -2;
}
section.hero-banner .video-wrapper .video-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}

/* =======content slide========== */

section.hero-banner.content-hero .slide-bg.desktop-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }

    section.hero-banner.content-hero .slide-overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
    }

section.hero-banner.content-hero .slide-flex-wrapper {
    height: 100%;
    z-index: 9;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

section.hero-banner.content-hero .slide-flex-wrapper .container{
  /* display: flex;
  align-items: center; */
  width: 75vw;
  max-width: 1280px;
  height: auto;
  position: relative;
}

section.hero-banner.content-hero .slide-outer .slide-container .slide-content-box{
  padding-top: 0px;
  text-align: left;
  max-width: 1107px;
    width: 100%;
}

section.hero-banner.content-hero h1.hero-title{
  font-size: 4.222rem;
  margin-top: 0;
  margin-bottom: .6111rem;
  text-transform: uppercase;
}

section.hero-banner.content-hero h2.hero-subtitle{
  font-size: 1.778rem;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0px;
  position: relative;
  display: inline-block;
  padding-bottom: .6111rem;
  line-height: 1.2;
}

section.hero-banner.content-hero h2.hero-subtitle::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;      
  width: 100%; 
  background-color: #fff;
}

section.hero-banner.content-hero .hero-content p{
  font-size: 1.223rem;
  margin-top: .6111rem;
  line-height: 1.2;
}

section.hero-banner.content-hero .slick-arrow{
  width: 46px;
  height: 46px;
  background-color: #5f616b;
  border-radius: 30px;
}

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

section.hero-banner.content-hero button.slick-next{
  right: 40px;
}

section.hero-banner.content-hero .slick-prev::before {
  content: "\e942";
  font-size: 34px;
  color: #fff;
  font-family: 'SwiftyIcons' !important;
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section.hero-banner.content-hero .slick-next::before {
  content: "\e942";
  font-size: 34px;
  color: #fff;
  font-family: 'SwiftyIcons' !important;
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  transform: rotate(180deg);
}

section.hero-banner.content-hero .slick-dots{
  display: none;
}
.bottom-section-link-wrapper{
  position:relative;
  z-index: 99;
}

/******************* ends new code for home page slider *****************/


@media screen and (max-width: 1440px){
  section.hero-banner.content-hero h1.hero-title{
    font-size: 3.5rem;
  }
  section.hero-banner .hero-form-wrapper{
    width: 80%;
  }
}


@media screen and (max-width: 1024px){
  section.hero-banner.content-hero h2.hero-subtitle{
    font-size: 1.8rem;
  }
  section.hero-banner.content-hero h1.hero-title {
        font-size: 2.8rem;
      }

    section.hero-banner.content-hero button.slick-next{
      right: 40px;
    }

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

@media screen and (max-width: 992px) {
section.hero-banner .hero-form-wrapper{
    width: 90%;
  }
  section.hero-banner .slick-prev, section.hero-banner .slick-next{
      bottom: 5%;
      top: unset;
      z-index: 999;
    }
  section.hero-banner.content-hero h1.hero-title {
      font-size: 2.5rem;
    }

  section.hero-banner.content-hero .slick-dots{
    display: block;
    bottom: 5vw;
    width: auto;
        left: 5%;
  }

  
  section.hero-banner.content-hero .slick-arrow{
    display: none !important;
  }

  section.hero-banner.content-hero .slick-dots li{
    background-color: #a8a8a8;
    border-radius: 30px;
    opacity: 0.5;
    width: 15px;
    height: 15px;
  }

  section.hero-banner.content-hero .slick-dots li.slick-active{
    opacity: 1;
  }

  section.hero-banner.content-hero .video-wrapper .video-container{
    padding: 0 20px;
  }
  section.hero-banner.content-hero .slide-flex-wrapper .container{
    width: 90vw;
  }
}

@media screen and (max-width: 767px) {
      section.hero-banner.content-hero h1.hero-title {
        font-size: 2.224rem;
    }
  section.hero-banner.content-hero h2.hero-subtitle{
            font-size: 1.5rem;
  }
  section.hero-banner.content-hero .hero-content p{
    font-size: 1rem;
  }
section.hero-banner .hero-form-wrapper{
  position: static;
  transform: unset;
  margin-top: -15%;
  width: 95%;
  padding: 24px 16px;
}

section.hero-banner .slick-prev, section.hero-banner .slick-next{
  bottom: unset;
  top: 50%;
}

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

section.hero-banner .slick-next{
  right: 25px;
}

section.hero-banner.content-hero{
  position: relative;
  height: 100vh;
  min-height: 50vw;
}

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

 section.hero-banner.content-hero .slide-flex-wrapper,
  section.hero-banner.content-hero .video-wrapper .video-container
    {
      position: absolute;
      transform: translateY(-50%);
      top: 50%;
      padding: 0;
    }

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

    section.hero-banner.content-hero .video-wrapper .video-container{
    padding: 0 20px;
  }
}