/**********************************/
/**********************************/
.hero-banner-sec {
  padding-bottom: 4rem;
  padding-top: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hero-banner-sec {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .hero-banner-sec {
    padding-bottom: 6rem;
  }
}
.hero-banner-sec .hero-banner-area {
  position: relative;
}
.hero-banner-sec .hero-bannerImg-sec {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1.1rem;
  position: relative;
}
@media screen and (min-width: 580px) {
  .hero-banner-sec .hero-bannerImg-sec {
    border-radius: 4rem;
  }
}
.hero-banner-sec .hero-bannerImg-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.1rem;
  position: relative;
}
@media screen and (min-width: 580px) {
  .hero-banner-sec .hero-bannerImg-sec img {
    border-radius: 4rem;
  }
}
.hero-banner-sec .hero-bannerImg-sec::after {
  content: "";
  position: absolute;
  height: 100%;
  max-height: 15.8rem;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
  -webkit-mask: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 50%);
          mask: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
          mask: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 50%);
}
.hero-banner-sec .desktop-banner {
  display: none;
}
@media screen and (min-width: 992px) {
  .hero-banner-sec .desktop-banner {
    display: block;
  }
}
.hero-banner-sec .mobile-banner {
  display: block;
}
@media screen and (min-width: 992px) {
  .hero-banner-sec .mobile-banner {
    display: none;
  }
}
.hero-banner-sec .hero-banner-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: row;
      flex-wrap: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.1rem 1.2rem 2.1rem 1.1rem;
}
@media screen and (min-width: 768px) {
  .hero-banner-sec .hero-banner-wrapper {
    padding: 2.2rem 2.2rem 2.2rem 3rem;
  }
}
@media screen and (min-width: 992px) {
  .hero-banner-sec .hero-banner-wrapper {
    padding: 2.2rem 2.2rem 2.7rem 5rem;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.hero-banner-sec .head-wraper {
  max-width: 100%;
  margin: 0;
  padding-bottom: 0rem;
}
@media screen and (min-width: 680px) {
  .hero-banner-sec .head-wraper {
    max-width: 90rem;
    padding-bottom: 1.3rem;
  }
}
.hero-banner-sec .head-wraper h1 {
  color: #ffffff;
}
.hero-banner-sec .btn-wrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero-banner-sec .btn-wrap {
    display: block;
  }
}
.hero-banner-sec.home-banner-sec .hero-bannerImg-sec {
  max-height: 28rem;
  min-height: 24rem;
}
@media screen and (min-width: 580px) {
  .hero-banner-sec.home-banner-sec .hero-bannerImg-sec {
    max-height: 50rem;
  }
}
@media screen and (min-width: 1080px) {
  .hero-banner-sec.home-banner-sec .hero-bannerImg-sec {
    max-height: 61rem;
  }
}
.hero-banner-sec.home-banner-sec .hero-bannerImg-sec img {
  max-height: 28rem;
  min-height: 28rem;
}
@media screen and (min-width: 580px) {
  .hero-banner-sec.home-banner-sec .hero-bannerImg-sec img {
    max-height: 50rem;
  }
}
@media screen and (min-width: 1080px) {
  .hero-banner-sec.home-banner-sec .hero-bannerImg-sec img {
    min-height: 61rem;
  }
}
.hero-banner-sec.home-banner-sec .hero-bannerImg-sec::after {
  -webkit-backdrop-filter: blur(24px) !important;
          backdrop-filter: blur(24px) !important;
}
.hero-banner-sec.home-banner-sec .head-wraper {
  max-width: 100%;
}
@media screen and (min-width: 680px) {
  .hero-banner-sec.home-banner-sec .head-wraper {
    max-width: 76rem;
  }
}
.hero-banner-sec.inner-banner-sec .hero-bannerImg-sec {
  max-height: 28rem;
  min-height: 24rem;
}
@media screen and (min-width: 580px) {
  .hero-banner-sec.inner-banner-sec .hero-bannerImg-sec {
    max-height: 35rem;
  }
}
@media screen and (min-width: 1080px) {
  .hero-banner-sec.inner-banner-sec .hero-bannerImg-sec {
    max-height: 40rem;
  }
}
.hero-banner-sec.inner-banner-sec .hero-bannerImg-sec img {
  max-height: 28rem;
  min-height: 28rem;
}
@media screen and (min-width: 580px) {
  .hero-banner-sec.inner-banner-sec .hero-bannerImg-sec img {
    max-height: 35rem;
  }
}
@media screen and (min-width: 1080px) {
  .hero-banner-sec.inner-banner-sec .hero-bannerImg-sec img {
    min-height: 40rem;
  }
}