.hero-slider-container{
  height: auto;
  position: relative;
  width:100% !important;
}

.hero-slider{
  overflow: hidden;
  display: none;
  height: auto;
}

.hero-slider-container-image{
  width: 100%;
  height: auto;
  background-size: 100%;
  position: relative;
  height: auto;
}

.hero-slider-container-image img {
  width: 100%;
}


.hero-slider .slick-track {
  display: flex; 
}

.hero-item-container{
  width: 100vw !important;  
  height: auto;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 12.5rem 9.375rem;
}

@media(min-aspect-ratio: 1.8/1) and (max-aspect-ratio: 2/1){
  .hero-item-container{
    padding: 5rem 9.375rem;
  }
}

@media(min-aspect-ratio: 2/1){
  .hero-item-container{
    padding: 2rem 9.375rem;
  }
}

.hero-item-text{
display: flex;
    flex-direction: column;
    margin-top: 100px;
    width: 100%;
    z-index: 9;
    text-align: left;
}
.hero-item-subtext{
  width:55%;
  float:left;
}
.hero-item-text h4 {
    color: #fff;
}
.hero-item-text p{
 font-size:1.4rem !important;
  color:#fff;
  margin-bottom:30px;
}
.hero-item-text li{
 font-size:1.4rem !important;
  color:#fff;
  margin-bottom:5px;
}

.slider-item-heading img{
 width:280px; 
}
.slider-item-sub-heading, .hero-item-text h1{
background: linear-gradient(40deg, #E87722 0, #FDB71B);
    -webkit-background-clip: text;
    margin: 1.37rem 0 2rem !important;
    -webkit-text-fill-color: transparent;
    font-size: 6rem !important;
    font-weight: 700;
  line-height:7rem;
}


.theme-button--icon {
  display: inline-block;
  margin-left: 20px;
}

.theme-button--icon .fa-arrow-right{
  transform: rotate(-45deg);
}

@media(max-width: 767px){
  .hero-item-container{
    padding: 30px;
  }
  .hero-item-text{
    width: 100%;
  }
  .hero-item-text p {
    color: #fff;
    font-size: 1rem !important;
}
}

.hero-item-text h1{
  width: 90%;
  margin-top: 2rem;
    height: 100%;
    padding-bottom: 25px;
}
.hero-item-text h2{
  width: 100%;
  margin-top: 2rem
}
.hero-item-text h5{
  width: 100%;
}
.hero-item-container_1{
 padding-bottom:5%; 
}

.hero-slider-container .slick-dots{
  position: relative;
  bottom: 10.2rem;
  left: 9.375rem;
  display: none !important;
  padding: 0;
  list-style-type: none;
  width: fit-content;
  
}

.hero-slider .slick-dots li::marker {
  content: none;
}

.hero-slider.slick-initialized { display: block; }



.hero-slider .slick-dots li{
  margin-right: 30px;
}

.hero-slider .slick-dots li button {
  font-size: 0; /* Hide the number */
  width: 14px; /* Dot size */
  height: 14px; /* Dot size */
  border-radius: 50%;
  background-color: white; /* Dot color */
  border: none;
  padding: 0;
}



/* .video-background {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100vw;
  height: auto;
  object-fit: cover;
  z-index: 1;
}
.video-background .hs-video-wrapper{
  padding-bottom: 100vh !important; 
}

.video-background .video-js .vjs-tech {
  width: 100%;
  height: 100vh;
  object-fit: cover !important;
}

.video-background video {
  object-fit: cover;
}
 */

.video-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
 object-fit: cover;
  z-index: -1;
}

.responsive-video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* This will make the video cover the entire container */
}

@media(max-width: 767px){
  .hero-slider{
    height: auto;
  }
  
  .hero-item-container{
    height: auto;
    padding: 2.375rem 1.125rem;
  }
  
  .video-container{
    display: none;
  }
  .slider-item-heading{
    margin-bottom: 1rem;
  }
  
  .hero-item-text h5{
    margin-bottom: 1.5625rem;
  }
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #d8d8d800 !important;
}

.slick-dots li button:before {
color: #d8d8d800 !important;
}

.primary_inverted_button{
    background: #ffffff;
    border-color: #e87722;
    color: #e87722;
    transition: background-color 0.3s ease; /* Optional: adds a smooth transition effect */
  cursor:pointer;
}

.primary_inverted_button:hover {
    background: #e87722 !important;
    color: #ffffff !important;
}

.primary_inverted_button:hover a {
    color: #ffffff !important;
}
.heading-with-button--button.sasbutton.mobile{
   Display:none; 
  }

@media (max-width: 767px) {
  .heading-with-button--button.sasbutton{
   Display:none; 
  }
  .heading-with-button--button.sasbutton.mobile{
   Display:block; 
    width: 100%;
    margin: 0 0 40px 0px !important;
  }
  .hero-item-text h1 {
    margin-top: 0.2rem;
   
}
    .hero-item-text h2 {
    margin-top: 0.2rem;
   
}
    .header__container {
        background-color: inherit;
        flex-direction: column;
        padding: 0;
        margin-top: -13px;
        /* width: 100px; */
        /* height: 100px; */
        position: absolute !important;
        top: 0;
        z-index: 998 !important;
    }
  .hero-item-text {
    margin-top: 100px;
  }
  .slider-item-heading img {
    width: 60%;
    min-width:250px;
}
  .slider-item-sub-heading, .hero-item-text h1 {
    margin-bottom: 4.37rem;
    font-size: 2rem !important;
}
}
.hero-slider .slick-dots .slick-active button{
  background-color: #7c7c7c;
}
.hero-slider .slick-dots .slick-active button {
    background-color: #ffd400 !important;
}

.hero-item-container {
z-index:994 !important;
}
.bannerbutton button{
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.bannerbutton button:hover{
   -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

@media (max-width: 467px) {
 .hero-item-text {
    margin-top: 3rem;
  }
}



.hero-item-subtext ul{
  padding:0;
}

.hero-item-subtext ul li{
      display: flex;
    flex: 0 0 auto;
    flex-direction: column;F25
    justify-content: space-between;
    list-style: none;
    margin-left: 1%;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    vertical-align: middle;
      padding-left: 30px;
  margin-bottom:10px;
}
.hero-item-subtext ul li:before {
    background: url(https://www.marketstar.com/hubfs/Starli.svg) no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 20px;
    z-index: 99;
}

.heading-with-button--button.sasbutton {
    margin-top: 20px;
    z-index: 999;
    position: relative;
    float: right;
    margin-right: 8%;
    margin-top: 3% !important;
}
@media (max-width: 767px) {

.hero-item-text h1 {
    width: 100%;
    margin-top: 1rem !important;
    font-size: 2.2rem !important;
    line-height: normal;
  padding:0;
}
.hero-item-subtext {
    width: 100%;
    float: left;
}
  .hero-item-text {
        margin-top: 4rem !important;
    }
}


