main {
  background-color: #F6F6F6;
  min-height: 100vh;

  font-family: "Lato" !important;
  font-style: normal !important;
}

.active-link {
  color: white;
  background-color: black;
}

/* header navbar */
#navbar {
  max-width: none !important;
}

/* end of header navbar */

/* home section */

/* common css for text_content */
.text_content,
.text_content p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

/* common css for subtitle */
.home_section_subtitle,
.home_section_subtitle p {
  font-weight: 700;
  font-size: 1.875rem !important;
  line-height: 5.625rem;
  letter-spacing: -0.05em;

  color: #3f46f6;
}

.home_section_part1 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  /* max-height: 1080px; */
  gap: 3rem;
  margin-top: 20px;
}

.home_left_side {
  display: flex;
  justify-content: flex-start;
  padding: 0 5rem;
}

.home_right_side {
  width: 40%;
  display: flex;
  justify-content: center;
}

.home_section_content {
  max-width: 550px;
}

.home_section_content.full {
  max-width: none;
}

section>div,
.navbar-container,
footer>div {
  max-width: 1400px !important;
  margin: auto;
  padding: 0rem;
}

.fade_in {
  opacity: 0;
  transition: opacity 600ms ease-in-out;
  -webkit-transition: opacity 600ms ease-in-out;
  -moz-transition: opacity 600ms ease-in-out;
  -ms-transition: opacity 600ms ease-in-out;
  -o-transition: opacity 600ms ease-in-out;
}

.appear {
  opacity: 1;
}

.home_section_part1 .text_1,
.home_section_part1 .text_2,
.home_section_part1 .text_3 {
  letter-spacing: 0.02em;
}

.home_section_part1 .text_2,
.home_section_part1 .text_3 {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 4.5rem;
}

.home_section_part1 .text_1 {
  font-weight: 500;
  font-size: 1.6875rem;
  line-height: 2rem;
  color: #333333;
}

.home_section_part1 .text_2 {
  color: #333333;
}

.home_section_part1 .text_3 {
  color: #3f46f6;
}

.home_section_part1 .title-text {
  font-size: 45px;
  margin-bottom: 20px;
}

.home_section_part1 button {
  width: 100%;
  height: 57px;

  background: #3f46f6;
  border-radius: 0.5rem;

  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.4375rem;

  letter-spacing: 0.02em;

  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.home_section_part1 button:hover {
  background-color: #2b30ac;
}

.home_section_part1_title .description {
  font-weight: 300;
}





.main_content .blue-title {
  color: #3627E4;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0rem;
}

.topic_container {
  /* max-width: 700px; */
}

.topic_container p:last-child {

  color: black;
  font-size: 1.875rem;
  font-weight: 600;
}

.topic_container span {
  color: #3627E4;
  font-size: 1.875rem;
  font-weight: 800;
}


/* new section 1 css */

.header_section {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  min-height: 650px;
  height: max-content;
  color: black;
  text-align: center;
  margin-top: 3rem;
}

.header_section>div {
  height: 100%;
  width: 100%;
}

.header_section .header_text_container {
  width: 100%;
  /* max-width: 600px; */
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  justify-content: center;
  align-items: flex-start;

  /* padding: 0rem 2rem; */
  padding-top: 2rem;
}

.header_section .header_text_container .title_text {
  font-size: 3.75rem;
  font-weight: 700;
}

.header_section .header_text_container .title_text span {
  /* font-size: 3.75rem;
  font-weight: 700; */

  background: linear-gradient(90deg, #0029FF 5%, #9333ea 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.header_section .header_text_container .description {

  font-size: 1.25rem;
  font-weight: 500;
  /* text-align: center; */
  width: 100%;
  max-width: 1000px;
  align-self: center;
}

.header_section .header_text_container a {
  border-radius: 35.5px;
  border: 1px solid #717171;
  font-weight: 700;
  font-size: 0.875rem;
  white-space: nowrap;
  text-align: center;
  color: #000000;
  background-color: white;
  transition: all 0.3s ease 0s;
  font-family: lato;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_section .header_text_container a:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}

.header_section .header_text_container .header-redirect-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 48px;
}

/* new section 1 css */

/* new newt section */

.newt_ai_section {

  max-width: 1440px;
  margin: auto;
}


.newt_ai_section .outer-wrapper {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25);
  border-radius: 2.6875rem;
  padding: 0.7rem;
  background: #f6f6f6;
}


.newt_ai_section .newt_ai_wrapper {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  padding: 5rem 4rem 3rem 4rem;

  border-radius: 1.875rem;
  /* border: 12px solid rgba(255, 255, 255, 0.08); */
  background: white;
  /* box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.25); */
}


.newt_ai_section .newt_ai_container {

  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  /* margin-bottom: 2rem; */
  /* width: 100%; */
  width: 700px;

}

.newt_ai_section .newt_ai_container p {
  margin: 0;
}



.newt_ai_section .newt_ai_container .newt_detail_container {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}

.newt_ai_section .newt_ai_container .newt_detail_container>div:first-child {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  /* flex: 1 */
  /* max-width: 600px; */
}

.newt_ai_section .newt_ai_container .newt_detail_container>div:last-child {
  /* width: 100%;
  display: flex;
  justify-content: center; */
  /* content-visibility: hidden; */
  /* background-color: #0029FF; */
  display: none;
}




.newt_ai_section .newt_ai_container .newt_bullet_container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;

  gap: 1rem;
}

.newt_ai_section .newt_ai_container .newt_text_conatiner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.newt_ai_section .newt_ai_container .newt_bullet_container .image_container {
  padding-top: 0.2rem;
}

.newt_ai_section .newt_ai_container .newt_bullet_container .newt_text_conatiner>p:first-child {
  color: #000;
  font-size: 1.25rem;


}

.newt_ai_section .newt_ai_container .newt_bullet_container .newt_text_conatiner>p:last-child {
  color: #000;

  font-size: 1rem;
  font-weight: 300;

}

.newt_ai_section .newt_ai_container a {
  border-radius: 35.5px;
  border: 1px solid black;

  color: black;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: transparent;

  padding: 1rem 4rem;

}

.newt_ai_section .newt_ai_container a:hover {
  text-decoration: none;

}




.newt_ai_section .newt_learn_more_button {
  padding-top: 2rem;
}


.newt_ai_section .image-description-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* margin-top: -3rem; */
}


.newt_ai_section .image-description-container .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 50px;
  color: #3627E4;
}

.newt_ai_section .image-description-container .image-container img {
  width: 60px;
}

.newt_ai_section .image-description-container p {
  /* display: flex;
  justify-content: center;
  gap: 0.5rem; */
  text-align: center;
}

.newt_ai_section .image-description-container p span {
  color: #07080A;

  font-weight: 700;
}

.newt-video {
  max-width: 400px;
  margin: auto;
}



/* end of new newt section */


/* statistic section  */

.statistics_section>div {
  display: flex;
  gap: 3rem;
  /* justify-content: space-between; */
  margin: auto;
  min-height: 250px;
  align-items: center;

  flex-wrap: wrap;
  justify-content: space-evenly;
  /* padding-bottom: 3rem; */
  /* padding: 1rem 0rem 5rem 0rem; */
}

.statistics_section .single-statistic {
  display: flex;
  flex-direction: column;
  gap: 2rem;

  color: #000;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0rem;
  text-align: center;
}


.statistics_section .single-statistic span {

  color: #7361D1;
  font-size: 4rem;
  font-weight: 700;
}

/* end of statistic section  */

.newt_section {
  width: 100%;
  background-color: #3f46f6;
  max-height: 1080px;
  display: flex;
  justify-content: center;
}

.newt_section .center-container {
  max-width: 1400px;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 768px;
  padding-left: 80px;
  padding-right: 80px;
  gap: 5rem;
}

.newt_section p {
  color: white;
}

.newt_section .logo {
  height: 75px;
  object-fit: contain;
  margin-bottom: 20px;
}

.newt_section .title {
  font-size: 28px;
}

.newt_section .side {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: start;
}

.newt_section .description-container {
  flex-grow: 1;
  display: flex;
  gap: 20px;
  flex-direction: column;
  font-weight: 300;
}

.newt_section .video-link {
  color: white;
  margin-bottom: 60px;

}
.video-link.gray {
  background-color: #333 !important;
  color: white !important;
}

.newt_section .learn-more-btn {
  width: 80%;
  height: 50px;
  border: 1px solid white;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  text-decoration: none;
  min-height: 45px;
}

.newt_section .side.img {
  display: flex;
  justify-content: end;
  align-items: end;
}

.newt_section .side.img .rounded-edge {
  border-radius: 12px;
  overflow: hidden;
}

.newt_section .side.img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.solutions-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.solutions-title-container .title {
  color: black;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  max-width: 900px;
  margin: auto;
  text-align: center;
  padding: 0rem 1rem;
}

.solutions-title-container .title span {
  font-weight: 700;
}

.solutions-title-container .subtitle {
  color: #FEFEFE;
  font-size: 1.5rem;
  font-weight: 700;
}

.solutions_section {
  /* background: #5D5FEF; */
  padding: 8rem 0rem;

}

.solutions_section .solution-cards {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 40px;
  padding-top: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.solutions_section .solution-cards .card-wrapper {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  background: #F6F6F6;
  padding: 0.8rem;
}

.solutions_section .solution-cards .card {
  flex: 1;
  /* box-shadow: 0px 4px 12px 0px #00000040; */
  /* border: 1px solid #FFF; */

  border-radius: 8px;
  /* border: 12px solid rgba(255, 255, 255, 0.12); */

  background: #7B61FF;


  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  /* min-height: 450px; */
  min-height: 400px;
  max-width: 300px;
  gap: 30px;
  position: relative;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  /* Animation effect */

}



.solutions_section .solution-cards .card p {
  /* text-align: center; */
  font-weight: 300;
  font-size: 18px;
}

.solutions_section .solution-cards .card a {
  align-self: flex-end;
  font-size: 20px;
  color: white;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  right: 40px;
}

.solutions_section .solution-cards .active-card {
  background-color: white;
  color: black;
}

.solutions_section .solution-cards .active-card>a {
  color: black;
}

.solutions_section .solution-cards .card .card-title {

  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  text-align: center;
}

.solutions_section .solution-cards .card .card-decription {
  font-size: 0.875rem;
  font-weight: 300;

}


/* new section css */
.showcase-section .showcase-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin: 1rem auto;
  margin-top: 2rem;
}

.showcase-section .showcase-container .topic_container {
  padding-left: 2rem;
}

.showcase-section .showcase-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
  /* margin: 1rem auto; */
  /* margin-top: 2rem; */
}

.showcase-section .content-container,
.showcase-section .selection-container {
  flex: 1;
}

.showcase-section .content-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  /* Animation effect */

}

.showcase-container .content-container #showcase-image-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.showcase-container .content-container #showcase-image-container img {
  width: 100%;
}

.showcase-section .content-container>p {
  color: #000;
  font-size: 0.875rem;
  max-width: 400px;

}

.showcase-section .selection-container ol {
  list-style-type: decimal;
  color: #000;

  font-size: 1.25rem;

  display: flex;
  flex-direction: column;
  gap: 0.7rem
}

.showcase-section .selection-container li {
  margin-left: 1.5rem;
  cursor: pointer;
}

.showcase-section .selection-container hr {
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
  opacity: 0.5;

}

.showcase-section .selection-container .active-list {
  /* color: #5D5FEF; */
  color: #000;
  font-weight: 700;
}





/* end of new seciton css */


/* new section for onboarding */

.onboarding-section {
  padding: 6rem 2rem;
}

.onboarding-section .onboarding-container {

  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: space-between;
  padding-top: 1.5rem;

}


.onboarding-section .onboarding-wrapper {
  margin-bottom: 5rem;
}

.onboarding-section .onboarding-container .onboarding-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.onboarding-section .onboarding-container .feature-detail {
  line-height: 30px;
  max-width: 600px;
  flex: 1
}

.onboarding-section .onboarding-container .feature-detail p {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;

}

.onboarding-section .onboarding-container .feature-detail span {
  color: #27292E;
  font-size: 1rem;
  font-weight: 300;

}

.onboarding-section .onboarding-container>div.feature-detail {
  max-width: 700px;
  /* flex: 1 */
}



/* end section for onboarding */

.partners-section .partners-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 3rem 1.25rem;
  gap: 2rem;
  text-align: center;
}

.partners-section .partners-container .subtitle {
  color: black;
  font-size: 1.875rem;
  font-weight: 400;
}

.partners-section .partners-container .partners-images {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  flex: 1;
}

.partners-section .partners-container .partners-images img {
  min-width: 100px;
  max-height: 50px;
  max-width: 200px;
  object-fit: contain;
}

.horizontal-section {
  max-width: 1440px;
  opacity: 0.5;
}

.home_section_part2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #27292e;
  padding: 3rem 3rem;
}

.home_section_part2 .text_content {
  letter-spacing: -0.02em;
}

.home_section_part2 .home_section_subtitle {
  font-weight: 700 !important;
  letter-spacing: -0.05em !important;
  color: #27292e !important;
  line-height: 5.625rem !important;
}

.home_section_part2 .home_section_subtitle span {
  font-size: 1.875rem !important;
  color: #27292e !important;
}

.home_section_part2 .home_section_subtitle p {
  font-size: 32px !important;
  color: #3f46f6 !important;
}

.home_section_part2 a {
  text-decoration: underline;
  color: #27292e;
}

.home_section_part3 {
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
  align-items: center;
  justify-content: space-between;
  color: #27292e;
  padding: 3rem 3rem;
}

.home_section_part3 .text_content ul {
  padding-left: 2rem;
}

.home_section_part4 {
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
  align-items: center;
  justify-content: space-between;
  color: #27292e;
  padding: 3rem 3rem;
}

.home_section_part4 .text_content {
  letter-spacing: -0.02em;
}

.home_section_part5 {
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
  align-items: center;
  justify-content: space-between;
  color: #27292e;
  padding: 3rem 3rem;
}

.home_section_part6 {
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
  color: #27292e;
  padding: 3rem 3rem;
}

.home_section_part7 {
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
  color: #27292e;
  padding: 3rem 3rem;
}

.home_section_part8 {
  display: flex;
  flex-direction: row;
  margin-top: 3rem;
  align-items: center;
  justify-content: space-between;
  color: #27292e;
  padding: 3rem 3rem;
}

.home_section_part8 .home_section_img {
  width: 60%;
}

.home_section_part8 .text_content {
  letter-spacing: -0.02em;
}

.home_section_part9 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #27292e;
  padding: 3rem 3rem;
}

/* end of home section */

.page-title {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 0 3rem;
}

.page-title .title {
  font-size: 81px;
  font-weight: bold;
  max-width: 1200px;
}

.page-title .subtitle {
  font-size: 31px;
  font-weight: bold;
}

.page-title .description {
  max-width: 800px;
}

.page-title .description.long {
  max-width: 1000px;
}

.actionable-dashboard-section .center-image {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  max-width: 1000px !important;
}

.actionable-dashboard-section .center-image img {
  width: 100%;
  object-fit: contain;
}

.actionable-dashboard-section .features {
  display: flex;
  gap: 100px;
  max-width: 1000px !important;
}

.actionable-dashboard-section .features .feature-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-top: 40px;
}

.actionable-dashboard-section .features .feature-container .feature-card {
  padding: 10px 28px 13px 28px;
  color: white;
  text-align: center;
  font-size: 16px;
}

.actionable-dashboard-section .features .feature-container .feature-card.blue {
  background-color: #4046ED;
  width: 215px;
}

.actionable-dashboard-section .features .feature-container .feature-card.purple {
  background-color: #7B61FF;
  width: 215px;
}

.actionable-dashboard-section .features .feature-container .feature-card.black {
  background-color: #252525;
  width: 215px;
}

.actionable-dashboard-content {
  margin-top: 40px;
  padding: 20px;
}

.actionable-dashboard-content .content-title {
  color: #3f46f6;
  font-size: 42px;
  font-weight: 700;
}

.actionable-dashboard-content ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 24px;
  font-size: 20px;
}

.actionable-dashboard-content li {
  margin-bottom: 12px;
}

.mobile_header_img {
  display: none;
}

.product_header {
  display: flex;
  /* width: 100vw; */
  min-height: 700px;
  /* height: 100vh; */
  max-height: 1100px;
  /* height: 1px; */
  justify-content: center;
  overflow: unset !important;
}

.product_header .product_header_bg {
  background-image: url(../images/landing_page_assets/index_images/newt_background.jpg);
  width: 100%;
  height: 100%;
  max-width: 1400px;
  max-height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.product_header_content {
  width: 40%;
  height: 100%;
  padding-left: 100px;
  padding-bottom: 60px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-around;
}

.product_header_content img {
  height: 50%;
  max-height: 330px;
  object-fit: contain;
  object-position: left;
}

.product_header_content p {
  font-size: 16px;
  margin-bottom: 0;
}

.product_header_content .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.request_demo_section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.request_demo_section a {
  background-color: #3f46f6;
  border: 1px solid #3f46f6;
  border-radius: 5px;
  color: white;
  height: 45px;
  width: 250px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.request_demo_section a.white {
  border: 1px solid white;
}

.product_header_content .learn-more-btn {
  width: 100%;
  height: 50px;
  border: 1px solid white;
  border-radius: 5px;
  background-color: #3f46f6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  text-decoration: none;
  min-height: 45px;
}

.product_page_newt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #3f46f6;
  margin-top: 120px;
}

.product_page_newt .product_newt_content {
  max-width: 1200px;
  padding: 80px;
}

.product_page_newt .product_newt_content p {
  color: white;
  font-size: 21px;
}

.product_page_newt .product_newt_content .newt_desktop_cards {
  display: flex;
  gap: 40px;
  margin-top: 120px;
}

.product_page_newt .product_newt_content .newt_desktop_cards .newt_card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.newt_card img {
  width: 100%;
  object-fit: contain;
}

.newt_mobile_container {
  width: 100%;
  display: none;
}

.newt_mobile_container .bx-wrapper .bx-pager.bx-default-pager a.active,
.newt_mobile_container .bx-wrapper .bx-pager.bx-default-pager a:focus,
.newt_mobile_container .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: white;
}

.newt_mobile_container .bx-viewport {
  background-color: #3f46f6;
}

.newt_mobile_slider li {
  width: 100%;
  text-align: center;
  padding: 20px;
  color: white;
}

.newt_mobile_slider li p {
  margin-bottom: 40px;
}

.newt_mobile_slider li img {
  width: 100%;
  object-fit: contain;
}


/* custom_portfolio_indexing_section */

.portfolio_indexing_section {
  background-color: #000000;
  padding-left: 5rem;
  padding-right: 5rem;
  margin-top: 120px;
}

.portfolio_indexing_section.white_bg {
  background-color: white;
  margin-top: 0px;
}

.portfolio_indexing_section .content {
  max-width: 600px;
}

.portfolio_indexing_section .header .question {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 5.625rem;
  letter-spacing: -0.05em;
  color: #3f46f6;
}

.portfolio_indexing_section .header .title {
  font-weight: 700;
  font-size: 5rem;
  line-height: 5.625rem;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.strategies_section .subtitle {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 5.625rem;
  letter-spacing: -0.05em;
  /* color: #ffffff; */
  color: black;
  display: flex;
  flex-direction: column;
}

.strategies_section .subtitle span {
  padding-bottom: 3.5625rem;
}

.strategies_section .subtitle p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;

  letter-spacing: -0.05em;

  /* color: #cccccc; */
  color: black;
}

.strategies_section {
  padding: 3.5625rem 5rem;
}

.strategies_section .text_content {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;

  letter-spacing: -0.05em;

  /* color: #cccccc; */
  color: black;
}

.selection_div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 3.5rem;
}

.selection_div .options {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.5rem;
  text-align: right;
  letter-spacing: -0.05em;
  /* color: #ffffff; */
  color: black;
  display: flex;
  flex-direction: column;
  padding-right: 2.8125rem;
}

.selection_div .options .selected {
  color: #3f46f6;
}

.selection_div .options span {
  cursor: pointer;
  max-width: max-content;
  align-self: end;
}

.selection_div #selectedContent {
  line-height: 1.1875rem;
  /* color: #ffffff; */
  color: black;
  max-width: 500px;
  padding-top: 0.5rem;
}

.selection_div #selectedContent span {
  font-weight: 700;
  font-size: 1rem;
}

.selection_div #selectedContent p {
  font-weight: 300;
  font-size: 1rem !important;
  margin-top: 0.8rem;
  min-height: 250px;
  letter-spacing: 0.025px;
}

.selection_div #selectedContent a {
  float: right;

  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.4375rem;

  letter-spacing: 0.02em;
  /* color: #ffffff; */
  color: black;
  transition: all 0.3s ease 0s;
}

.selection_div #selectedContent a:hover {
  color: #3f46f6;
}

.optimization_section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-image: url(../images/landing_page_assets/index_images/section_2_image.svg);
  background-position: right;
  background-repeat: no-repeat;
  min-height: 700px;
  gap: 3rem;
}

.optimization_section .subtitle {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 5.625rem;

  letter-spacing: -0.05em;

  color: #ffffff;
}

.optimization_section .text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.05em;

  color: #cccccc;
  margin-top: 2.375rem;
}

.scenario_analysis_section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  margin-top: 3rem;
}

.scenario_analysis_section .subtitle {
  font-weight: 700;
  font-size: 5rem;
  line-height: 6rem;

  color: #ffffff;
}

.scenario_analysis_section .text {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  margin-top: 2.375rem;

  color: #ffffff;
}

.alpha_optimizer_section,
.performance_optimizer_section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 10.0625rem;
  gap: 3rem;
}

.actual_performance_optimizer_section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 10.0625rem;
}

.alpha_optimizer_section .subtitle,
.performance_optimizer_section .subtitle {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 5.625rem;

  display: flex;
  align-items: center;
  letter-spacing: -0.05em;

  color: #ffffff;
}

.alpha_optimizer_section .text,
.performance_optimizer_section .text {
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.0625rem;
  margin-top: 2.375rem;

  color: #ffffff;
}

.proprietary_section .subtitle .text_1 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 5.625rem;

  display: flex;
  align-items: center;
  letter-spacing: -0.05em;

  color: #ffffff;
}

.proprietary_section .subtitle .text_2 {
  font-weight: 700;
  font-size: 5rem;
  line-height: 5.625rem;

  display: flex;
  align-items: center;
  letter-spacing: -0.05em;

  color: #ffffff;
}

.proprietary_section .text {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;

  letter-spacing: -0.02em;
  margin-top: 2.0625rem;

  color: #ffffff;
}

.proprietary_section .text button {
  background: #3f46f6;
  border-radius: 8px;
  padding: 14px 60px;

  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.4375rem;

  letter-spacing: 0.02em;

  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.proprietary_section .text button:hover {
  background-color: #2b30ac;
}

.white_bg .proprietary_section .text_1 {
  color: black;
}

.white_bg .proprietary_section .text_2 {
  color: black;
}

.white_bg .proprietary_section .text {
  color: black;
}

/* end of custom portfolip & indexing section */

/* entreprise onboardinng section style */

.enterprise_onboarding_section {
  padding: 7.25rem 7.9375rem;
  padding-bottom: 2rem;
}

.enterprise_onboarding_section .content {
  max-width: 500px;
}

.enterprise_onboarding_section .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3rem;
}

.enterprise_onboarding_section .image {
  margin: auto;
}

.enterprise_onboarding_section .title span {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 5.625rem;

  letter-spacing: -0.05em;

  color: #3f46f6;
}

.enterprise_onboarding_section .title p {
  font-weight: 700;
  font-size: 5rem;
  line-height: 5.625rem;

  letter-spacing: -0.05em;
  color: #27292e;
}

.enterprise_onboarding_section .header .content .text_content {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.875rem;

  letter-spacing: -0.05em;

  color: #27292e;
}

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

.digital_cloud_based_section .subtitle {
  display: flex;
  flex-direction: column;
}

.digital_cloud_based_section .subtitle span {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 4.375rem;

  letter-spacing: -0.05em;
  margin: 2rem 0;

  color: #27292e;
}

.digital_cloud_based_section .content {
  max-width: none;
}

.digital_cloud_based_section_2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  gap: 3rem;
  margin-top: 2rem;
}

.digital_cloud_based_section_2 .subtitle span {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 5.625rem;
  letter-spacing: -0.05em;

  color: #3f46f6;
}

.digital_cloud_based_section_2 .subtitle p {
  font-weight: 700;
  font-size: 32px;
  line-height: 5.625rem;
  letter-spacing: -0.05em;

  color: #27292e;
}

.digital_cloud_based_section_2 .content {
  /* max-width: none; */
  max-width: 700px;
}

.digital_cloud_based_section_2 .content .text_content {
  /* max-width: 500px; */
}

.digital_cloud_based_section_2 .outer_subtitle {
  margin: 5rem 0;
}

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

.digital_cloud_based_section_3 .subtitle span {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 5.625rem;
  letter-spacing: -0.05em;

  color: #27292e;
}

.digital_cloud_based_section_3 .content {
  max-width: none;
}

/* end of entreprise onboardinng section   */

/* cast section */
.case_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 8rem;
}

.case_section .topic_container {
  padding: 3rem 3rem;
}


.case_section .case_content {
  /* background-color: #f8f9fa; */

}

.case_section .case_content .quotation_container {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  padding: 0 8rem 0rem 8rem;
  /* padding: 0 15rem 0rem 15rem; */

}

.case_section .case_content .quotation_container .first_quotation,
.case_section .case_content .quotation_container .second_quotation {
  /* font-size: 1rem; */
  font-weight: 500;
}

.case_section .case_content .quotation_container .first_quotation {

  display: flex;
  /* align-items: center; */
}

.case_section .case_content .quotation_container .first_quotation span {
  font-size: 7.5rem;
  font-weight: 800;
}

.case_section .case_content .quotation_container .second_quotation span {
  color: #4D3DFF;
}

.case_section .case_content .speaker-details p {
  margin-bottom: 0;
  font-size: 1rem;
}

.case_section .case_content .speaker-details p:first-child {
  font-weight: bold;
}

.case_section .case_content img {
  margin: 3.625rem 0;
  width: 150px;
}

/* end of case section */

/* price section */

.price_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.price_section .title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 5.625rem;

  text-align: center;
  letter-spacing: -0.05em;

  color: #27292e;
}

.price_section .subtitle {
  font-weight: 700;
  font-size: 4.75rem;
  line-height: 5.625rem;

  text-align: center;
  letter-spacing: -0.05em;

  color: #27292e;
  max-width: 800px;
  margin-top: 3.4375rem;
  margin-bottom: 6.375rem;
}

.price_section a {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;
  color: #3f46f6;
  margin-top: 4.125rem;
  margin-bottom: 5rem;
}

.price_options_section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.price_options_content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;

  min-width: 385px;
  min-height: 628px;

  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  border: 0.5px solid #000;
}

.price_options_content:focus,
.price_options_content:hover {
  border: 3px solid #3f46f6;
  box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.25);
}

.bx-wrapper {
  box-shadow: none;
  border: none;
}

.price_options_content .price_title {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;

  color: #000000;
}

.price_options_content .price_include {
  font-weight: 400;
  font-size: 1rem;
  color: #000000;
  min-height: 250px;
}

.price_options_content li {
  list-style: none;
  line-height: 1.5rem;
}

.price_options_content button {
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.4375rem;
  /* identical to box height */

  letter-spacing: 0.02em;

  color: #000000;
  background: #ffffff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  padding: 1rem 2.5625rem;
  transition: all 0.3s ease 0s;
}

.price_options_content button:hover {
  background-color: #e0dbdb;
}

.price_options_content .price_container {
  display: inline-block;
  position: relative;
}

.price_options_content .price_container .dollar_text {
  position: absolute;
  left: -20px;
  top: 20px;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;

  color: #000000;
}

.price_options_content .price_container .actual_price {
  font-weight: 700;
  font-size: 3.75rem;
  line-height: 5.625rem;

  text-align: center;
  letter-spacing: -0.05em;

  color: #27292e;
}

.price_options_content .price_container .timeframe {
  position: absolute;
  bottom: 20px;
  right: -40px;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.375rem;
  text-align: center;

  color: #000000;
}

/* end of price section */

/* learn_more_info_section */

.learn_more_info_section {
  background-color: #5d5fef;
}

.learn_more_info_section .title {
  font-weight: 700;
  font-size: 5rem;
  line-height: 5.625rem;
  letter-spacing: -0.05em;
  color: #ffffff;
  padding-top: 2.25rem;
  padding-left: 4rem;
}

.learn_more_info_section .subtitle {
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1.75rem;

  color: #ffffff;
}

.learn_more_info_section p {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.02em;

  color: #ffffff;
}

.learn_more_info_section a {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1.18rem;
  line-height: 1.4375rem;

  letter-spacing: 0.02em;

  color: #ffffff;
  transition: all 0.3s ease 0s;
}

.learn_more_info_section a:hover {
  color: #463e3e;
}

.learn_more_info_section .more_info_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 7rem auto;
  /* max-width: 1150px; */
}

.learn_more_info_section .container {
  padding-left: 0rem;
  /* padding-left: 6rem; */
}

.learn_more_info_section .more_info_content {
  display: flex;
  flex-direction: row;
}

.learn_more_info_section .more_info_content .subtitle {
  min-height: 50px;
  display: flex;
  align-items: flex-start;
}

.learn_more_info_section .more_info_content p {
  padding-top: 1.875rem;
  padding-bottom: 2rem;
  max-width: 300px;
  max-height: 80px;
}

.learn_more_info_section .vertical_line {
  margin: 0 2.0625rem;
  border: 1px solid #ffffff;
  margin-top: 0.5rem;
  height: auto;
}

footer {
  background: #F6F6F6;
  display: block !important;
}

.footer_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.company_footer_logo_section img {
  max-width: 284px;
}

/* end of learn_more_info_section */

@media screen and (min-width: 1000px) {
  section {
    position: static;
  }

  .navbar-toggle {
    display: none !important;
  }
  .mobile-links {
    display: none !important;
  }

  #navbar #navbar-menu,
  #navbar.opened #navbar-menu {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: block !important;
    height: 100% !important;
  }

  #navbar .navbar-links,
  #navbar.opened .navbar-links {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    position: static !important;
    flex-direction: row !important;
    list-style-type: none !important;
    max-height: max-content !important;
    width: 100% !important;
    height: 100% !important;
    background: #F6F6F6;
    white-space: nowrap;
  }

  #navbar .navbar-link:last-child {
    margin-right: 0 !important;
  }

  .proprietary_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content:  space-between */
    position: relative;
    background-image: url("../images/landing_page_assets/index_images/section_2_image4.svg");
    background-position: 150px;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    min-height: 900px;
  }

  .proprietary_section .image {
    display: none;
  }

  .proprietary_section .text .link {
    display: none;
  }

  .price_section #price_options_slider_section,
  .bx-wrapper {
    display: none;
  }

  .strategies_section .text_content .dropdown {
    display: none;
  }



}

@media screen and (max-width: 1200px) {
  .home_section_part1 .home_left_side img {
    max-width: 100%;
  }

  .image img {
    max-width: 400px;
  }

  .home_section_subtitle,
  .home_section_subtitle p {
    line-height: normal;
    margin-bottom: 3rem;
  }

  .home_section_part2 .home_right_side {
    margin-right: 0rem;
  }

  .home_section_part2 .home_section_img img {
    max-width: 100%;
  }

  .home_section_part3 {
    margin-top: 5rem;
  }

  .portfolio_indexing_section .strategies_section #selectedContent {
    width: 50%;
    max-width: none;
  }

  .portfolio_indexing_section .subtitle {
    line-height: normal;
  }

  .proprietary_section {
    background-position: 50px;
  }

  .learn_more_info_section .container {
    padding-left: 0rem;
  }
}

/* mobile version style */
@media screen and (max-width: 1000px) {
  section {
    position: static;
  }

  .page-title .title {
    font-size: 34px;
  }

  .page-title img {
    width: 80%;
    object-fit: contain;
  }

  .home_section_part1 .home_left_side {
    display: none;
  }

  .home_section_content {
    text-align: center;
  }

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

  .home_section_img img {
    width: 100%;
  }

  .newt_section {
    min-height: 0;
    height: auto;
  }

  .newt_section .center-container {
    padding: 0;
  }

  .newt_section .side.img {
    display: none;
  }

  .newt_section p {
    text-align: center;
  }

  .newt_section .side {
    align-items: center;
  }

  .newt_section .description-container {
    flex-grow: unset;
  }

  .solutions_section .solution-cards {
    flex-direction: column;
  }

  .partners-section .partners-container {
    padding: 0 0 0 0;
    gap: 20px;
  }

  .image img {
    max-width: 100%;
  }

  #navbar .container {
    max-width: 100% !important;
  }

  .detached .navbar-links {
    height: 100% !important;
    margin: 0 !important;
    background: #F6F6F6;
  }

  .not_scrollable {
    overflow: hidden !important;
  }

  .demo_button {
    visibility: hidden !important;
  }

  .home_section_part1 {
    flex-direction: column;
    justify-content: center;
  }

  .home_section_part1_title {
    /* padding-left: 6rem; */
    margin-bottom: 6rem;
  }

  .home_section_part1 p {
    text-align: center;
  }

  .home_section_part1 .title-text {
    font-size: 32px;
  }

  .home_section_part1 button {
    width: 80%;
  }

  .home_section_part2.reverse {
    flex-direction: column-reverse;
  }

  .home_section_part3 {
    margin-top: 0rem;
  }

  .home_section>div {
    flex-direction: column;
    margin: 3rem 2rem;
  }

  .home_left_side {
    padding: 0rem;
    width: 100%;
  }

  .home_right_side {
    width: 100%;
  }

  .home_section_content {
    max-width: none;
  }

  .home_section_part1 .home_left_side {
    justify-content: center;
  }

  .home_section_part1 .home_right_side {
    justify-content: center;
  }

  .home_section_part3 .text_content ul {
    margin-bottom: 2rem;
  }

  .home_section_part5 .home_right_side {
    margin-top: 3rem;
  }

  .home_section_part8 .home_section_img {
    display: none;
  }

  .home_section_part8 .home_right_side {
    justify-content: flex-start;
  }

  .actionable-dashboard-section .features {
    flex-direction: column;
    gap: 20px;
  }

  .strategies_section .subtitle {
    flex-direction: column-reverse;
  }

  .strategies_section .subtitle span {
    padding-bottom: 2rem;
  }

  .selection_div .options {
    padding-right: 0rem;
  }

  .selection_div {
    flex-direction: column;
    padding-top: 0rem;
  }

  .selection_div #selectedContent p {
    min-height: 150px;
  }

  .portfolio_indexing_section .strategies_section #selectedContent {
    width: 100%;
    margin-top: 1rem;
  }

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

  .product_page_newt .product_newt_content .newt_desktop_cards {
    display: none;
  }

  .strategies_section {
    padding: 0rem;
  }

  .strategies_section .text_content .dropdown {
    display: flex;
  }

  .dropdown-toggle::after {
    float: right;
    margin-top: 0.5rem;
  }

  select {
    width: 100%;
    max-width: 320px;
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 4px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 0.5rem;
    padding-right: 3rem;
    /* color: white; */
    color: black;
  }

  select:focus {
    border-bottom-color: initial;
  }

  .dropdown option {
    color: black;
    padding: 1rem;
  }

  .btn-secondary {
    background-color: #344059;
  }

  .strategies_section .text_content .options {
    display: none;
  }

  .portfolio_indexing_section .subtitle {
    margin-top: 3rem;
  }

  .portfolio_indexing_section .content {
    max-width: none;
  }

  .optimization_section {
    align-items: center;
    justify-content: center;
    background-image: url("../images/landing_page_assets/index_images/section_2_image.svg");
    background-position: center;
    background-repeat: no-repeat;
    min-height: 700px;
  }

  .portfolio_indexing_section {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .portfolio_indexing_section>div {
    flex-direction: column;
    margin: 3rem 2rem;
  }

  .performance_optimizer_section {
    flex-direction: column-reverse !important;
  }

  .proprietary_section .image {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .proprietary_section .image img {
    max-width: 600px;
  }

  .proprietary_section .text button {
    display: none;
  }

  .proprietary_section .text a {
    display: flex;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.875rem;

    letter-spacing: -0.02em;

    color: #ffffff;
    text-decoration: underline;
    transition: all 0.3s ease 0s;
  }

  .proprietary_section .text a:hover {
    color: #3f46f6;
  }

  .enterprise_onboarding_section {
    padding: 0rem;
  }

  .enterprise_onboarding_section .image {
    display: flex;
    justify-content: center;

  }

  .enterprise_onboarding_section .image img {
    width: 80%;
    object-fit: contain;
  }

  .enterprise_onboarding_section .content {
    max-width: none !important;
    width: 100%;
  }

  .enterprise_onboarding_section .header {
    flex-direction: column-reverse;
  }

  .enterprise_onboarding_section>div {
    flex-direction: column;
    margin: 3rem 2rem;
  }

  .digital_cloud_based_section_2 .outer_subtitle {
    margin: 0;
  }

  .digital_cloud_based_section_2 .subtitle p {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .digital_cloud_based_section_2 .subtitle span {
    font-size: 1.2rem;
  }

  .digital_cloud_based_section_2 .content .text_content {
    max-width: none;
  }

  .digital_cloud_based_section_3 .subtitle span {
    font-size: 1.2rem;
  }

  .case_section .case_content {
    padding: 0 3rem 0rem 3rem;
  }

  .price_section .price_options_section {
    display: none;
  }

  .price_sectionn #price_options_slider_section {
    display: flex;
  }

  .price_section .subtitle {
    margin-top: 0;
  }

  .price_section a {
    margin-top: 0;
    margin-bottom: 0;
  }

  .bx-controls-direction a {
    display: none;
  }

  .bx-wrapper .bx-pager {
    bottom: auto;
    /* remove the bottom position */
    top: -70px;
    /* add a top position */
  }

  .bx-wrapper .bx-next {
    background: url("../images/landing_page_assets/common_images/slider_arrow_right.svg");
  }

  .bx-wrapper .bx-prev {
    background: url("../images/landing_page_assets/common_images/slider_arrow_left.svg");
  }

  .bx-wrapper .bx-prev:focus,
  .bx-wrapper .bx-prev:hover {
    background: url("../images/landing_page_assets/common_images/slider_arrow_left_hover.svg");
  }

  .bx-wrapper .bx-next:focus,
  .bx-wrapper .bx-next:hover {
    background: url("../images/landing_page_assets/common_images/slider_arrow_right_hover.svg");
  }

  .learn_more_info_section .more_info_container {
    flex-direction: column;
    gap: 3rem;
    margin: 5rem auto;
  }

  .learn_more_info_section .more_info_content p {
    max-width: none;
    width: 100%;
  }

  .learn_more_info_section .more_info_content {
    padding: 0 15%;
  }

  .newt_mobile_container {
    display: block;
  }

  .mobile_header_img {
    display: flex;
    justify-content: center;
    padding: 40px;
  }

  .mobile_header_img img {
    width: 100%;
    object-fit: contain;
  }

  .product_header .product_header_bg {
    background-image: none;
  }

  .product_header_content {
    width: 100%;
    height: 100%;
    padding: 0 50px;
  }

  .product_page_newt .product_newt_content {
    padding: 40px;
  }

  .footer_content {
    width: 100% !important;
  }

  footer {
    padding: 0rem !important;
    padding-top: 2.5rem !important;
    /* flex-direction: column !important;
      align-items: center !important; */
  }

  footer .company_footer_logo_section {
    width: 40% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    padding-left: 1rem;
  }

  .award-winner-container {
    margin-bottom: 24px !important;
  }
}

/* 1000px for font-size, can change to lower px if needed */
@media screen and (max-width: 1000px) {
  .home_section_part1 .text_1 {
    font-size: 1.2rem;
    line-height: 1.0625rem;
  }

  .home_section_part1 .text_2,
  .home_section_part1 .text_3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .home_section_part1 button {
    width: 100%;
  }

  .home_section_part2 .home_section_subtitle span {
    font-size: 1.2rem !important;
  }

  .home_section_part2 .home_section_subtitle p {
    font-size: 2.5rem !important;
  }

  .text_content,
  .text_content p {
    font-size: 1.2rem;
  }

  .home_section_subtitle,
  .home_section_subtitle p {
    /* font-size: 1.25rem !important; */
  }

  .portfolio_indexing_section .header {
    margin-top: 0rem;
  }

  .portfolio_indexing_section .header .question {
    font-size: 1.2rem;
    line-height: 5.625rem;
  }

  .portfolio_indexing_section .header .title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .strategies_section .subtitle p {
    font-size: 1.2rem;
  }

  .strategies_section .subtitle span {
    padding-bottom: 0;
    font-size: 1.875rem;
    line-height: 5.625rem;
  }

  .selection_div .options {
    font-size: 1.2rem;
  }

  .portfolio_indexing_section .subtitle {
    margin-top: 3rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .proprietary_section .subtitle .text_1 {
    font-size: 1.2rem;
  }

  .proprietary_section .subtitle .text_2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .enterprise_onboarding_section .title span {
    font-size: 1.2rem;
  }

  .enterprise_onboarding_section .title p {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .digital_cloud_based_section .subtitle span {
    font-size: 1.2rem;
  }

  .case_section .case_content .quotation_container .first_quotation {
    margin-top: 1rem;

  }

  .case_section .case_content .quotation_container .first_quotation span {
    font-size: 4rem;
  }


  .case_section .case_content {
    font-size: 1.2rem;
  }

  .price_section .title {
    font-size: 1.25rem;
  }

  .price_section .subtitle {
    font-size: 2.5rem;
    line-height: normal;
  }

  .learn_more_info_section .title {
    font-size: 2.5rem;
    line-height: 3rem;
    display: flex;
    padding-left: 4rem;
  }

  .learn_more_info_section .more_info_content {
    padding: 0;
    padding-right: 3rem;
  }

  .company_footer_logo_section img {
    width: 200px;
  }

  .newt_ai_section .newt_ai_wrapper {
    /* flex-direction: column; */
    padding: 3rem 1rem 3rem 1rem;
  }

  .newt_ai_section .newt_ai_wrapper>div:last-child {
    /* content-visibility: hidden; */
    display: none;
  }

  .newt_ai_section .newt_ai_container .newt_detail_container>div:last-child {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* content-visibility: visible; */
    display: flex;
    /* max-width: 600px; */
    margin: auto;
  }

  .newt_ai_section .newt_ai_container .newt_detail_container {
    display: flex;
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .newt_ai_section .newt_ai_container .newt_detail_container>div:first-child {
    max-width: none;
  }

  .newt_ai_section .newt_ai_container a {
    display: flex;
    max-width: max-content;
    margin: auto;
  }

  .case_section .topic_container {
    max-width: none;
    padding: 0rem
  }

  .solutions_section .solution-cards .card {
    min-height: auto;
    max-width: none;
  }

  .showcase-section .showcase-container {
    flex-direction: column;
  }

  .showcase-section .content-container #showcase-image-container img {
    /* height: 300px; */

  }

  .showcase-section .content-container>p {
    max-width: none;
    text-align: center;
  }

  .case_section .case_content .quotation_container {
    padding: 0rem;
  }

  .case_section .title-container {
    padding: 3rem 0rem;
  }

  .onboarding-section .onboarding-container {
    flex-direction: column;
  }

  .onboarding-section .onboarding-container>div.feature-detail {
    max-width: none;
  }

  .onboarding-section .onboarding-container .feature-detail {
    max-width: none;
  }

  .newt_ai_section .image-description-container {

    /* margin-top: -3rem; */
    margin-bottom: 2rem;
  }

  .newt_ai_section .image-description-container .image-container {
    font-size: 2rem;
  }

  .newt_ai_section .image-description-container .image-container img {
    width: 40px;
  }

  .showcase-section .showcase-wrapper {
    flex-direction: column;
  }

  .showcase-section .showcase-container .topic_container {
    padding-left: 0rem;
  }

  .statistics_section .single-statistic span {
    font-size: 3.5rem;
  }



}

@media screen and (max-width: 700px) {

  .header_section {
    height: max-content;
  }

  .header_section .header_text_container .title_text {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  /* for small mobile */

  .home_section_part2,
  .home_section_part3,
  .home_section_part4,
  .home_section_part5,
  .home_section_part6,
  .home_section_part7,
  .home_section_part8,
  .home_section_part9 {
    padding: 0;
  }

  .footer_container {
    padding-left: 0rem !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  /* footer {
      padding-left: 0rem !important;
      flex-direction: column !important;
      align-items: center !important;
    } */

  footer .company_footer_logo_section {
    width: auto !important;
  }

  .footer_content {
    width: 100% !important;
    flex-direction: column !important;
    justify-content: center !important;

    align-items: center !important;
  }

  .footer_address {
    max-width: none !important;
    max-width: 170px !important;
  }

  .company_footer_logo_section img {
    width: 200px !important;
    margin-right: 3rem !important;
  }

  .footer_content ul li,
  .footer_content p {
    line-height: 1.25rem !important;
  }


  .showcase-section .content-container #showcase-image-container img {
    height: 100%;
    width: 100%;
  }

  .newt_ai_section .newt_ai_container .newt_detail_container>div:last-child img {
    /* width: 100%; */
  }


  .case_section .case_content {
    padding: 0rem 0rem;
  }

  .newt-video {
    width: 100%;
  }

  .newt_ai_section .newt_ai_wrapper {
    gap: 0rem;
  }

  .newt_ai_section .image-description-container {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }

  .topic_container p:last-child {
    font-size: 1.5rem;
  }

  .solutions-title-container .title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 400px) {
  .bx-wrapper {
    max-width: none !important;
  }

  .header_section .header_text_container a {
    width: 100%;
  }

  .header_section .header_text_container .title_text {
    font-size: 1.75rem;
  }

  .header_section .header_text_container .title_text span {
    font-size: 1.75rem;
  }

  .learn_more_info_section .title {
    padding-left: 0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .learn_more_info_section .more_info_container {
    margin-top: 2rem;
  }

  .case_section .title-container p {
    font-size: 1.5rem;
  }

  .newt_ai_section .newt_ai_container a {

    max-width: none;
    display: flex;
    justify-content: center;
  }


}

.award-winner-container {
  display: flex;
  margin: auto;
  gap: 8px;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  font-weight: 600;
  width: fit-content;
  overflow: hidden;
  background-color: #f6f6f6;
}

.award-winner-container p {
  margin: 0;
  font-size: 22px;
}
.award-winner-container .award-subtitle {
  font-weight: 400;
}
.award-winner-container a {
  background-color: #f6f6f6;
  padding: 12px 16px;
  width: max-content !important;
  height: 100% !important;
  border: none !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}