.topbar-section {
  z-index: 1;
  position: relative;
}

.new-home-banner {
  height: calc(100vh - var(---top-bar));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: flex-end;
  color: #fff;
  min-height: 500px;
  position: relative;
  z-index: 0;
  background-attachment: fixed;
  /* Only one value here, as multiple values aren't supported */
  -webkit-background-attachment: fixed;
  overflow: hidden;
}

.new-home-banner:before {
  z-index: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23%, #000 100%);
  content: "";
}

.home-banner-content {
  color: #fff;
}

.home-banner-content h4 {
  color: inherit;
  margin-bottom: var(---margin-bottom);
  line-height: 1;
  font-weight: 200;
  font-size: var(---Font-size);
}

.home-banner-content h4 .first-word,
.home-banner-content h4 strong,
.home-banner-content h4 b {
  font-weight: 700;
}

.home-banner-wrapper .home-banner-content p {
  line-height: 1.35;
  font-weight: 300;
  font-size: 16px;
}

.home-banner-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 66px;
  gap: 20px;
  ---Font-size: 40px;
  ---margin-bottom: 18px;
}

.home-banner-wrapper .home-banner-btns {
  flex: 0 0 auto;
  display: flex;
  gap: 22px;
  justify-content: flex-end;
  margin-top: calc(var(---Font-size) + var(---margin-bottom));
}

.full-banner-image .home-banner-wrapper .home-banner-btns {
  width: 100%;
}

.home-banner-wrapper .home-banner-btns .button {
  --buttons-radius: 1000px;
  padding: 16px 32px;
}

.home-banner-wrapper .home-banner-btns .button::after {
  border-style: none;
}

/* .home-banner-wrapper .home-banner-content {
  flex: 0 0 auto;
  max-width: 600px;
} */

.home-banner-wrapper .home-banner-content {
  max-width: 930px;
  flex: 1;
}

.video-banner-section-homepage .home-banner-content {
  flex: 0 0 auto;
  max-width: 918px;
}

.new-bg-video {
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.dark .home-banner-btns .button {
  color: rgba(var(--color-button-background));
  background-color: rgba(var(--color-button-text) / 0.7);
}

.dark .home-banner-btns .button .btn-fill {
  --color-button-text: 255 255 255;
}

.dark .home-banner-btns .button:hover {
  --color-button-background: var(--color-button-text);
}

.newhome-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  z-index: -2;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  object-position: center;
  z-index: -2;
  width: 100vw;
  height: 100vh;
}

.new-home-banner .page-width {
  width: 100%;
}

.home-banner-wrapper .home-banner-btns .button {
  min-width: 151px;
}

/* Responsive */
@media (max-width: 1199px) {
  .home-banner-wrapper {
    padding-bottom: 50px;
  }

  .home-banner-wrapper .home-banner-content {
    width: 44%;
  }

  .home-banner-wrapper .home-banner-btns {
    gap: 16px;
  }
}

@media (max-width: 767px) {
  .home-banner-wrapper {
    padding-bottom: 30px;
    ---Font-size: 34px;
    /* ---margin-bottom: 22px; */
  }

  .home-banner-content h4 {
    margin-bottom: 22px;
  }

  .home-banner-wrapper .home-banner-content {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .home-banner-wrapper .home-banner-content {
    width: 100%;
    margin-bottom: 24px;
  }
}

.home-banner-wrapper .home-banner-btns .button {
  background-color: rgba(var(--color-base-background) / 0.7);
}

.full-banner-image {
  width: 100%;
  height: calc(100vh - var(---header-height) - 52px);
  background-image: url("https://media.barsys.com/assets/Barsys-Homepagecel.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.full-banner-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.full-banner-image .home-banner-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}

.full-banner-image1 {
  background-image: url("https://media.barsys.com/assets/home-slider-01.jpg");
}

.light .home-banner-wrapper .home-banner-btns .button {
  --color-base-background: 0 0 0;
}

.yotpo-empty-state > svg:first-child {
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 1535px) {
  .full-banner-image {
    width: 100%;
    height: calc(100vh - var(---header-height) - 48px);
  }
}

@media (max-width: 991px) {
  .full-banner-image {
    background-size: 146%;
    background-repeat: repeat;
  }
}

@media (max-width: 767px) {
  .full-banner-image {
    background-image: url("https://media.barsys.com/assets/Banner-Homepage-Mobile-Banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .full-banner-image .home-banner-wrapper .home-banner-btns {
    justify-content: flex-start;
  }

  .full-banner-image1 {
    background-image: url("https://media.barsys.com/assets/home-slider-01-mobile.jpg");
  }

  .home-banner-wrapper .home-banner-btns {
    margin-top: 0;
  }
}
