body {
  font-family: "Montserrat" !important;
  background-color: #f3f4f6 !important;
  overflow-x: hidden !important;
}

.site_header {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  background: #fff !important;
  padding: 0px 20px;
  /* width: 100% !important; */
}

.header_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.logo_with_group {
  width: 140px;
  height: 25px;
}

.header_group_name {
  color: #50288C;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.header_menu_item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;

  background: rgba(255, 255, 255, 0.5);
  /* HT_pink 2 */

  border: 1px solid #f694c5;
  border-radius: 100px;
  float: right;
  cursor: pointer;
}

.header_menu_item_link {
  font-family: Montserrat;
  font-weight: 600;
  text-transform: none;
  color: #50288c !important;
  font-size: 14px;
  line-height: 21px;
  display: flex;
}
.header_menu_item_link img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.content_section {
  padding: 0px 80px;
}

.hero_banner {
  width: 590px;
  height: 560px;
}

.description_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

  text-align: center;

  /* HT_purple */

  color: #50288c;
  padding: 0px 100px;
}

.banner_text_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;
  padding: 0px 130px;
}

.products_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 100px;
  flex-wrap: wrap;
  margin-top: 70px;
}

.products_section_heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.products_section_heading_text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 60px;
  /* or 167% */

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

  /* HT_pink 2 */

  color: #f694c5;
}

.products_section_heading_connector_image {
  width: 70px;
  height: 40px;
  margin: 0px 25px;
}
.product_card {
  width: 100%;
  display: flex;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background-color: #fff;
}
.product_card_details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 84px;
  padding-left: 96px;
}

.product_card_details_product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.product_card_details_product_name {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  /* identical to box height, or 125% */

  /* HT_purple */

  color: #50288c;
}

.product_read_more_link {
  box-sizing: border-box;
  cursor: pointer;
  /* Auto layout */

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  gap: 10px;

  /* HT_white */

  background: #ffffff;
  /* HT_pink 2 */

  border: 1px solid #f694c5;
  border-radius: 100px;
  margin-left: 20px;
}

.product_read_more_link_text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  /* HT_purple */

  color: #50288c;
}

.product_card_details__mission_text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  /* line-height: 30px; */
  /* or 150% */

  /* HT_grey1 */

  color: #555582;
}

.product_card_product_logo {
  width: 270.44px;
  height: 50px;
}

.product_card_download_container {
  display: flex;
  gap: 23px;
  margin-top: 35px;
  flex-wrap: wrap;
  background-color: #f694c5;
  padding-top: 200px;
  padding-left: 96px;
  padding-bottom: 66px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  /* overflow-x: scroll; */
}

.product_card_download_container_image {
  width: 177px;
  height: 58px;
  cursor: pointer;
}

.product_card_portfolio_images_container {
  width: 100%;
  overflow-x: scroll;
  padding-top: 84px;
  padding-left: 96px;
  padding-right: 20px;
  z-index: 10;
  margin-bottom: -200px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.quotes_section {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 40px;
  padding: 0px 80px;
}

.quotes_section_image {
  width: 38px;
  height: 32px;
}

.quote_text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  /* or 167% */

  text-align: center;

  /* HT_purple */

  color: #50288c;
  margin-top: 10px;
}

.form_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-radius: 32px;
  margin-top: 40px;
  padding: 60px;
  justify-content: center;
  align-items: center;
}

.input_container {
  width: 100%;
}

.input_label {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */

  display: flex;
  align-items: flex-end;

  /* HT_Grey_3 */

  color: #6e7387;
}

.form_container_input {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 13px 10px 14px 16px;
  gap: 10px;

  width: 100%;
  height: 48px;

  /* HT_white */

  background: #ffffff;
  /* HT_Grey_6 */

  border: 1px solid #e5e7eb;
  border-radius: 8px;
  margin-top: -10px;
}

.form_container_input:focus {
  border: 1px solid #aa69c3 !important;
}

.form_submit_button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px 32px;
  gap: 10px;

  /* width: 164px; */
  height: 56px;

  /* HT_purple */

  background: #50288c;
  /* opacity: 0.5; */
  border-radius: 100px;
  align-self: flex-start;
  margin-top: 20px;
}

.form_submit_button_text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  /* identical to box height, or 175% */

  /* HT_white */

  color: #ffffff;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 60px 96px;
  background-color: #fff;
  margin-top: 67px;
}

.copyright_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 96px;
  background-color: #fff;
  margin-top: 67px;
}

.links_container_heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */

  letter-spacing: 0.1px;

  /* HT_purple */

  color: #50288c;
}

.link_container_links_text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* or 150% */

  display: flex;
  align-items: center;

  /* HT_Grey_3 */

  color: #6e7387;
}

.links_container {
  display: flex;
  flex-direction: row;
}

.policy_link_container {
  margin-left: 50px;
}

.ht_logo_container {
  display: flex;
  align-items: flex-end;
}

.copyright_text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  /* identical to box height, or 200% */

  letter-spacing: 0.2px;

  color: #6c6c6c;
}

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

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

.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;
}

.sectionHeading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  /* or 150% */

  /* HT_grey1 */

  color: #555582;
}
.sectionText {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* or 150% */

  /* HT_grey1 */

  color: #555582;
}

.modal_heading {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.contact_us_form {
  padding: 0px 100px;
}

/* 
      ========================================================================
      Media queries
      ========================================================================
*/

@media only screen and (max-width: 768px) {
  .contact_us_form {
    padding: 0px 0px;
  }
  .header_menu_item {
    padding: 8px 16px 7px;
  }
  .header_menu_item_link {
    font-size: 11px;
    line-height: 21px;
  }
  .header_menu_item_link img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
  .hero_banner {
    width: 260px;
    height: 245px;
  }
  .content_section {
    padding: 0px 35px;
  }
  .banner_text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    /* or 150% */

    text-align: center;
    padding: 0px 30px;
  }
  .banner_text_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;
    padding: 0px 40px;
  }
  .products_section_heading_text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 27px;
    /* or 112% */

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

    /* HT_pink 2 */

    color: #f694c5;
  }

  .products_section {
    padding: 0px 30px;
    flex-wrap: wrap;
  }
  .products_section_heading_connector_image {
    width: 35px;
    height: 20px;
    margin: 0px 15px;
  }
  .products_section_heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
  }
  .product_card_details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 58px;
    padding-left: 48px;
  }
  .product_card_details_product_name {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */

    display: flex;
    align-items: center;

    /* HT_purple */

    color: #50288c;
  }

  .product_read_more_link {
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;

    /* HT_white */

    background: #ffffff;
    /* HT_pink 2 */

    border: 1px solid #f694c5;
    border-radius: 100px;
    margin-left: 8px;
  }
  .product_read_more_link_text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 30px;
    /* identical to box height, or 300% */
    /* HT_purple */

    color: #50288c;
  }

  .product_card_details__mission_text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    /* line-height: 21px; */
    /* or 150% */

    /* HT_grey1 */

    color: #555582;
  }

  .product_card_product_logo {
    width: 216.35px;
    height: 40px;
  }

  .product_card_download_container {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 150px;
    padding-left: 48px;
    padding-bottom: 30px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .product_card_download_container_image {
    width: 147px;
    height: 48px;
  }

  .product_card_portfolio_images_container {
    padding-top: 58px;
    padding-left: 48px;
    margin-bottom: -150px;
  }
  .quotes_section_image {
    width: 33px;
    height: 28px;
  }

  .quote_text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    /* or 175% */

    text-align: center;

    /* HT_purple */

    color: #50288c;
  }

  .quotes_section {
    padding: 0px;
  }
  .form_container {
    padding: 30px;
  }
  .input_label {
    font-size: 12px;
  }

  .footer {
    padding: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .copyright_footer {
    /* justify-content: space-between; */
    flex-direction: column;
    /* justify-content: center; */
    align-items: flex-start;
    justify-content: flex-start;
    padding: 30px 30px;
  }

  .links_container_heading {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */

    letter-spacing: 0.1px;

    /* HT_purple */

    color: #50288c;
  }
  .links_container {
    flex-direction: column;
  }

  .policy_link_container {
    margin-top: 40px;
    margin-left: 0px;
  }

  .ht_logo_container {
    margin-top: 40px;
  }

  .copyright_text {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height, or 150% */

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

    /* HT_Grey_3 */

    color: #6e7387;
  }
  .bootstrap_logo {
    margin-top: 15px;
  }

  .product_card_portfolio_images {
    height: 200px;
  }
}
