.billionsuns_banner_container {
  padding: 0px 100px;
  background-color: #f5f5f5;
}

.billionsuns_banner_container_image {
  width: 100%;
}

.hc_coach_banner {
  /* height: 500px; */
  /* object-fit: contain; */
}

/* .hc_coach_cell_content_image {
  margin-top: 20px;
} */

.mission_heading {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  /* or 150% */

  text-align: center;

  /* HT_purple */

  color: #50288c;
  margin: 0px !important;
}

.mission_subheading {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  /* or 150% */

  text-align: center;

  /* HT_grey1 */

  color: #555582;
  margin-top: 30px;
}

.mission_multi_image {
  display: flex;
  gap: 16px;
  padding-top: 44px;
  justify-content: center;
}

.mission_multi_image img {
  height: 240px;
}

.hc_mission_container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hc_images_container {
  padding: 60px 100px 60px 100px;
  /* background-color: #f3f4f6; */
  /* background: linear-gradient(to bottom, #afa5dc 50%, #f3f4f6 50%); */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: space-between; */
  /* height: 300px; */
}
.billionsuns_banner_container_block {
  /* position: absolute; */
  display: flex;
  justify-content: space-between;
}

.hc_images {
  /* resize: both; */
  width: 30%;
  /* object-fit: contain; */
}

.hc_images_container_heading {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  /* or 150% */

  text-align: center;

  /* HT_purple */

  color: #50288c;
}

.hc_images_container_block {
  display: flex;
  justify-content: center;
  width: 100%;
  /* justify-content: space-between; */
  align-items: center;
  gap: 28px;
}
.download_container {
  display: flex;
  flex-direction: row;
  gap: 23px;
  margin-top: 40px;
}

.subscription_fee_text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */

  display: flex;
  align-items: center;

  /* HT_white */

  color: #ffffff;
}

.subsciption_fee_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 24px;
  height: 58px;
  max-width: 200px;
  /* gap: 10px; */
  /* HT_pink */

  background: #d63296;
  border-radius: 12px;
}

.breadcrumbs_container {
  display: flex;
  padding: 50px 100px 10px 100px;
  justify-content: flex-start;
  gap: 8px;
}

.breadcrumbs_link {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  /* or 150% */

  display: flex;
  align-items: center;
  text-transform: uppercase;

  /* HT_grey1 */

  color: #555582;
}

.hc_download_android_contianer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 38px;
}

.hc_download_android_btn {
  font-family: Montserrat;
  font-weight: 600;
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #50288c;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 20px 40px;
  gap: 10px;
  width: fit-content;
  cursor: pointer;
}

.hc_download_android_btn img {
  width: 20px;
  height: 20px;
}

.hc_download_android_btn_text {
  color: #411e73;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 30px;
  padding-top: 5px;
}

.hc_coach_link_container {
  display: flex;
  padding: 60px 95px;
  background: #e5e7eb;
}

.hc_coach_link_text {
  color: #50288c;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.hc_coach_link_btn {
  font-family: Montserrat;
  font-weight: 600;
  color: white !important;
  display: flex;
  height: 64px;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #d63296;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.hc_app_mission_container {
  /* height: 616px; */
  flex-shrink: 0;
  background: #ffdcdc;
  display: flex;
  flex-direction: column;
  padding: 41px 206px 0px 206px;
  flex-wrap: wrap;
}

.hc_app_mission_header {
  display: flex;
  gap: 10px;
  text-wrap: pretty;
}

.hc_mission_goal_card {
  display: flex;
  width: 45%;
  padding: 50px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.4);
  flex-wrap: wrap;
}

.hc_group_detail_container {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 95px;
  justify-content: space-between;
  align-items: center;
  background: #fff0c8;
}

.hc_group_detail_header {
  color: #d63296;
  font-family: Montserrat;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 200% */
  text-align: left;
}

.hc_group_detail_sub_header {
  color: #555582;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
}

.hc_group_detail_code {
  color: #d63296;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
}

.hc_caoch_banner_container {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

.hc_coach_dashboard_container {
  width: 100%;
  /* height: 1021px; */
  flex-shrink: 0;
  background: #f5f5f5;
  padding: 121px 228px 166px 228px;
}

.hc_coach_dashboard_text {
  color: #d63296;
  text-align: center;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.hc_coach_dashboard_container img {
  padding-top: 95px;
}

.hc_coach_usage_container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.hc_coach_row {
  display: flex;
  flex-wrap: wrap;
}

.hc_coach_cell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 50%;
  height: 350px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background: var(--HT_lavender, #afa5dc);
  padding: 50px;
}

.hc_coach_cell_content {
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}

.hc_coach_cell img {
  width: 336px;
  height: 248px;
  flex-shrink: 0;
  align-self: flex-end;
  margin-left: auto;
  margin-top: 30px;
  /* position: absolute;  */
  right: 0;
  bottom: 0;
}

.hc_banner_heading_container {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.hc_banner_heading_container_text {
  font-size: 18px;
  font-weight: 600;
  color: #555582;
  margin-top: 10px;
}

.hc_coach_cell_content_subheading {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .download_container {
    display: flex;
    flex-direction: column;
    gap: 23px;
  }
  .billionsuns_banner_container {
    background-color: #fff;
  }
  .hc_images_container {
    padding: 30px;
  }
  .hc_images_container_block {
    flex-direction: column;
  }
  .hc_images {
    width: 100%;
    /* height: 560px; */
  }
  .hc_images_container_heading {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */

    text-align: center;

    /* HT_purple */

    color: #50288c;
  }
  .mission_heading {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    /* or 150% */

    text-align: center;

    /* HT_purple */

    color: #50288c;
  }
  .mission_subheading {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */

    text-align: center;

    /* HT_grey1 */

    color: #555582;
    margin-top: 15px;
  }
  .hc_mission_container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .hc_group_detail_container {
    padding: 20px;
  }

  .hc_coach_link_container {
    display: flex;
    padding: 60px 40px;
    align-items: center;
    background: #e5e7eb;
    flex-wrap: wrap;
  }

  .hc_app_mission_container {
    flex-shrink: 0;
    background: #ffdcdc;
    display: flex;
    flex-direction: column;
    padding: 40px 10px 0px 10px;
    flex-wrap: wrap;
  }

  .hc_app_mission_container img {
    width: 100px;
    height: 100px;
  }

  .mission_footer_image img {
    width: 100%;
  }

  .mission_heading {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #50288c;
    margin: 0px !important;
  }

  .mission_multi_image {
    display: flex;
    gap: 16px;
    padding-top: 44px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .mission_multi_image img {
    height: 100%;
    width: 100%;
  }

  .hc_coach_dashboard_container {
    width: 100%;
    /* height: 650px; */
    flex-shrink: 0;
    background: #f5f5f5;
    padding: 55px 10px 0px 10px;
  }

  .hc_coach_dashboard_container img {
    width: 350px;
    height: 350px;
  }

  .hc_coach_cell {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    /* height: 290px; */
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background: var(--HT_lavender, #afa5dc);
    padding: 50px 50px 0px 50px;
    /* padding: 10px; */
  }

  .hc_coach_cell_content {
    color: #fff;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
  }

  .hc_coach_cell img {
    /* width: 150px;
    height: 150px; */
    flex-shrink: 0;
    margin-left: 0px;
    margin-top: 20px;
  }
  .hc_coach_banner {
    height: 300px;
    object-fit: contain;
  }
  .hc_banner_heading_container {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .hc_banner_heading_container_image {
    height: 32px;
  }
  .banner_image {
    height: 350px;
  }
  .hc_banner_heading_container_text {
    font-size: 14px;
    font-weight: 500;
    color: #555582;
  }
  .hc_coach_cell_content_subheading {
    font-size: 16px !important;
    line-height: 20px;
    font-weight: 500;
  }
}
