* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.Barhome_section {
  padding-bottom: 80px;
}

.LandingBarHome {
  position: relative;
  z-index: 1;
  padding-top: 10%;
  padding-bottom: 8%;
  background-image: url("https://media.barsys.com/images/public/LandingPageImages/bar_home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.LandingBarHome::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.LandingBarHome .content {
  position: relative;
  z-index: 2;
}

.LandingBarHome .content {
  text-align: center;
}

.LandingBarHome h2 {
  font-size: 70px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.LandingBarHome p {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #fff;
}

.LandingBarHome .view_all_product_btn .button_white {
  --color-button-background: 255 255 255;
  --color-base-button-gradient: 255 255 255;
  --color-button-text: 0 0 0;
  --color-button-border: 255 255 255;
  border-radius: 3.75rem;
  min-width: var(--sp-64);
}

.landing_banner_section .landing_svg {
  padding: 10px 0px;
}

/* mrdia query */

@media (max-width: 1500px) {
  .LandingBarHome h2 {
    font-size: 50px;
  }

  .LandingBarHome p {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .LandingBarHome h2 {
    font-size: 40px;
  }

  .LandingBarHome p {
    font-size: 24px;
  }

  .landing_join_community .social_apps {
    padding: 0px;
  }
}

@media (max-width: 767px) {
  .LandingBarHome p {
    font-size: 16px;
  }

  .LandingBarHome h2 {
    font-size: 32px;
  }

  .LandingBarHome .view_all_product_btn .button_white {
    min-width: var(--sp-48);
    padding: 12px;
  }

  .LandingBarHome {
    padding-top: 40%;
    padding-bottom: 40%;
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }

  .LandingBarHome::before {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
  }
}
