

.home-banner-area .home-banner {
  position: fixed;
  visibility: visible;
  width: calc(100% - 300px);
  top:0;
  left:300px;
  height: 650px;
  margin-top:122px;
}

.home-banner-area .banner-content {
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 5;
  transform: translateY(-50%);
}

.home-banner-area .heading {
  margin: 0 0 14px;
}

.home-banner-area .heading .title-sc-wrapper {
  display: inline-block;
  line-height: 1;
  padding: 3px 15px;
}

.home-banner-area .heading .title {
  font-size: 48px;
  display: inline-block;
  text-align: center;
}

.home-banner-area .heading .title h2 {
  font-size: 1em;
  line-height: 1.2;
  padding: 0;
  text-align: center;
  margin: 0;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.home-banner-area .background-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: 100%;
}

.home-banner-area .sub-heading .title-sc-wrapper {
  display: inline-block;
  padding: 3px 15px;
  line-height: 1;
}

.home-banner-area .sub-heading .title {
  font-size: 26px;
  display: inline-block;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.home-banner-area .sub-heading .title h3 {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin: 0px;
  font-size: 1em;
  line-height: 1.2;
  --fontSize: 26;
  --typography_sensitivity: 1.2;
}

.home-banner-area .btn-wrap {
  margin-top: 3.25%;
  padding: 0 7.5px;
  display: inline-block;
}

.home-banner-area .btn-wrap a {
  display: inline-block;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  box-sizing: border-box;
  transition: all .2s;
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
  outline: 0;
  background-color: rgba(0,0,0,0.6);
  border: solid 1px #ffffff;
  color: #ffffff;
}

.home-banner-area .btn-wrap a:hover {
  background-color: rgba(0,0,0,0.35);
}

@media (min-width:1101px) {
  .home-banner-area .home-banner {
    margin-top:0 !important;
    top:0 !important;
  }
}

@media (min-width:1301px) {
  .home-banner-area {
    height: 650px;
    overflow: hidden;
  }

  .home-banner-area #home-banner {
    display:none;
  }
}

@media (max-width:1620px) and (min-width:1301px) {
  .home-banner-area,
  .home-banner-area .home-banner {
    height: 40.085vw;
  }
}

@media (max-width:1600px) and (min-width:1301px){
  .home-banner-area, .home-banner-area .home-banner {
    height: 40.08vw;
  }
}

@media (max-width:1376px) and (min-width:1301px) {
  .home-banner-area, .home-banner-area .home-banner {
    height: 38.5vw;
  }
}

@media (max-width:1300px) AND (min-width:769px) {

  .home-banner-area .home-banner {
    display:none;
  }
}

@media (max-width: 768px) {
  /* This targets the main container wrapper of your banner */
  .banner-content { 
    min-height: 400px !important; /* Forces a minimum height on mobile */
    padding-top: 50px !important;  /* Ensures content is visible inside the container */
    padding-bottom: 50px !important;
  }
}


