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

.landing_join_community {
  max-width: 100%;
  background-image: url("https://media.barsys.com/images/public/LandingPageImages/join_our_community.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  padding-top: 8%;
  padding-bottom: 8%;
}

.landing_join_community .heading {
  padding: 40px 0px;
}

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

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

.landing_join_community .social_apps {
  display: flex;
  flex-wrap: wrap;
  gap: 10rem;
  justify-content: center;
  padding: 40px 0px;
}

.app_store_btn,
.play_store_btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.barsys_join_btn {
  display: flex;
  justify-content: center;
}

.social_apps .barsys_join_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;
  padding: 12px 28px;
  font-weight: 500;
  cursor: pointer;
}

.barsys_join_btn .button--fixed {
  min-width: var(--sp-60);
}

.social_apps h4 {
  display: none;
}

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

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

@media (max-width: 1500px) {
  .landing_join_community p {
    font-size: 32px;
  }

  .barsys_join_btn .button_white {
    width: 15rem;
  }
}

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

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

@media (max-width: 767px) {
  .landing_join_community .heading h2 {
    font-size: 20px;
  }

  .landing_join_community .heading p {
    font-size: 14px;
  }

  .barsys_join_btn .button_white {
    width: 100%;
    font-size: 12px;
    padding: 10px 14px;
    min-width: var(--sp-32);
  }

  .landing_join_community .social_apps {
    flex-wrap: nowrap;
    gap: 50px;
  }

  .app_store_btn img,
  .play_store_btn img {
    width: 35px;
  }

  .social_apps h4 {
    color: #fff;
    font-size: 10px;
    display: block;
  }

  .app_store_btn,
  .play_store_btn {
    gap: 10px;
  }

  .landing_join_community .heading {
    padding: 40px 0px 0px;
  }

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

@media (max-width: 375px) {
  .barsys_join_btn .button_white {
    width: 100%;
    font-size: 10px;
    padding: 10px 10px;
  }

  .landing_join_community .social_apps {
    flex-wrap: nowrap;
    gap: 15px;
  }
}
