/********************** new hero section css added ***********************/

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

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

section.hero-banner .hero-form-wrapper.bg-default_theme{
    background-color: #fff;
}

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: 1rem;
    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: .75rem 1rem;
  padding-left: 40px;
  font-size: 0.875rem;
  background-color: #fff;
  border-bottom: 1px solid #A1A1A1;
  height: 100%;
  letter-spacing: unset;
  text-align: left;
  border-radius: 0px;
  font-size: 1rem;
}

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

section.hero-banner .form-group i.swi {
    color : #EEB470;
}

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

section.hero-banner .submit-button{
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

section.hero-banner .submit-button svg{
    transform: rotate(-90deg); 
}

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

/* section.hero-banner .link-wrapper{
  padding: 32px;
  background-color: #fff;
  padding-right: 55px;
  } */

  section.hero-banner .link-wrapper h4{
    font-weight: 400;
    font-size: 1.25rem;
    margin: 0;
    text-align: center;
    display: inline;
  }
  
  section.hero-banner .bottom-section-link{
    position: absolute;
    bottom: 33px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-direction: column;
    background-color: transparent;
    z-index: 99;
  }


  /* section.hero-banner .bottom-section-link .arrow{
    display: flex;
    justify-content: flex-end;
    text-align: center;
    position: absolute;
    right: 15px;
    top: -90px;
  } */

  section.hero-banner .bottom-section-link .arrow svg{
    padding: 0px;
    height: unset;
    width: unset;
  }

/* 
  .dextrose-img,
  .apiary-img,
  .hive-img,
  .honeycomb-img,
  .collective-img,
  .acacia-img {
    display: none;
  } */

  section.hero-banner .dropdown-toggle:before{
    border-top: 2px solid #5c5c5c;
    border-left: 2px solid #5c5c5c; 
  }



section.hero-banner .pattern {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  section.hero-banner .pattern img{
    height: 575px;
    opacity: 0.8;
  }

  /* section.hero-banner .slider-container .slick-dots{
    display: none;
  } */


    /* =======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-outer .slide-container .slide-content-box {
      display: flex;
      align-items: center;
      padding-top: 0;
      height: 100%;
}

    section.hero-banner.content-hero .slide-content, 
    section.hero-banner.content-hero .video-content {
        position: relative;
        margin: auto 0;
        height: auto !important;
        padding-top: 35px;
        padding-bottom: 35px;
        max-width: 800px;
        text-align: left;
    }

section.hero-banner.content-hero h1.hero-title{
  font-size: 5rem;
  margin-top: 0;
}

section.hero-banner.content-hero h2.hero-subtitle{
  font-size: 2rem;
  font-weight: 300;
}

section.hero-banner.content-hero h1.hero-title,
section.hero-banner.content-hero h2.hero-subtitle{
  line-height: normal;
  margin-bottom: 1.25rem;  
}

section.hero-banner.content-hero .hero-content p{
  font-size: 1.375rem;
  font-weight: 300;
  margin-bottom:  1.5rem;
  margin-top: 0;
  line-height: 1.2;
}


section.hero-banner.content-hero .section-buttons a.btn{
  font-size: 1rem;
  font-weight: 500;
}


/* slider */

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 1 !important;
  background-color: rgb(255 255 255 /20%) !important;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  color: rgb(255 255 255 /20%) !important;
}

.slick-arrow::before {
  font-family: inherit;
    position: absolute;
    left: 40%;
    top: 37%;
    opacity: 1!important;
    border: solid #1f2323;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    content: ""!important;
}

.slick-arrow.slick-prev::before{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.slick-arrow.slick-next::before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 30%;
}

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

.slick-next::before {
  content: "\f105";
}

.slick-prev::before {
  content: "\f104";
}

.slick-arrow {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 42px;
  height: 45px;
  opacity: 1;
  z-index: 9;
  background-color: #fff !important;
}

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;
}


/********************** new hero section css added ***********************/

@media screen and (min-width: 768px){
  section.hero-banner.new-section h1.hero-title{
    text-align: center;
  }
}


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

@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 .hero-content p{
    font-size: 1rem;
  }

  section.hero-banner .pattern img{
        height: 475px;
      }
}


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

    section.hero-banner .link-wrapper{
      padding: 20px;
      padding-right: 45px;
    }
    section.hero-banner .link-wrapper h4{
      font-size: 1rem;
    }
    section.hero-banner .bottom-section-link .arrow{
      right: 10px;
      top: -115px;
    }
    section.hero-banner.content-hero h1.hero-title {
      font-size: 2.5rem;
    }

    section.hero-banner.content-hero .slide-flex-wrapper .container,
    section.hero-banner.content-hero .video-container
    {
      padding-bottom: 0;
    }

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

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

    section.hero-banner.content-hero .slide-content{
      padding: 0;
      width: 75vw;
      margin: 0 auto;
    }

    section.hero-banner.content-hero .video-content{
      margin: auto 0;
      width: 100%;
      padding: 0px;
    }
      
  }

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

  section.hero-banner .hero-form-wrapper {
    position: relative;
    transform: unset;
    margin-top: -8%;
    width: 95%;
    padding: 24px 16px;
    top: unset;
    left: unset;
}

section.hero-banner .hero-form-wrapper .inner-div h4{
  margin-bottom: 8px;
}
section.hero-banner .slick-arrow::before{
  padding: 4px;
}
section.hero-banner .slick-arrow{
  width: 35px;
  height: 35px;
}

section.hero-banner.content-hero .hero-paragraph p {
    font-size: 1.2rem;
    }

    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 !important;
      transform: translateY(-50%);
      top: 50%;
      padding: 0;
      z-index: 3;
    }

    section.hero-banner.content-hero .slide-content,
     section.hero-banner.content-hero .video-content{
      width: 100%;
    }

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

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

  
  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;
  }

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

  section.hero-banner.content-hero .slick-dots li{
    width: 15px;
    height: 15px;
  }

  section.hero-banner .pattern img{
        height: 375px;
      }

}
