html,
body {
  scroll-behavior: smooth;
}

body {
  background-color: black;
}

main {
  min-height: 100vh;
  margin: auto;
  font-family: "Lato" !important;
  font-style: normal !important;
}

header {
  background-color: #000000 !important;
  color: white;
}

/* header navbar */
#navbar {
  max-width: none !important;
}

.navbar-container {
  max-width: 1400px !important;
}

.home-link,
.navbar-link {
  color: white !important;
}

.home-link:focus,
.home-link:hover {
  color: black !important;
}

.navbar-link:focus,
.navbar-link:hover,
.active-link {
  opacity: 0.65;
}

.navbar-toggle {
  background-color: black !important;
  color: white !important;
}

.icon-bar {
  background-color: white !important;
}

.navbar-toggle:focus .icon-bar,
.navbar-toggle:hover .icon-bar {
  background-color: white !important;
}

.navbar-links {
  background-color: black !important;
  color: white !important;
}
.demo_button .login{
  color: white !important;
  white-space: nowrap;
  text-decoration: none;
}
.demo_button button {
  border: 2px solid white !important;
  white-space: nowrap;
  color: white !important;
  background-color: black !important;
}

.demo_button button:hover {
  background-color: #454040 !important;
}
/* end of header navbar */

section > div {
  max-width: 1400px;
  margin: auto;
}

.main_content {
  margin-top: 4rem;
}

/* intro part */
.intro_section {
  background-color: black;
}

.intro_section .content_container {
  padding-left: 6.5rem;
  padding-right: 3rem;
}

.intro_section .content_container .head_info {
  display: flex;
  flex-direction: column;
  min-height: 750px;
  background-image: url("../images/landing_page_assets/solution_page_images/lifecycle_diagram.svg");

  background-position-y: -10rem;
  background-repeat: no-repeat;
}

.intro_section .content_container .subtitle {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 400;
  font-size: 1.1875rem;
  line-height: 1.4375rem;
  letter-spacing: -0.03em;

  color: #fbfbfb;
  margin-top: 3rem;
}

.intro_section .content_container .head_info p {
  padding-top: 4.875rem;
  max-width: 600px;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.875rem;

  letter-spacing: -0.02em;

  color: #fbfbfb;
}

.intro_section .content_container .paragrah_info p {
  font-weight: 400;
  font-size: 2.375rem;
  line-height: 3.75rem;

  letter-spacing: -0.02em;

  color: #fbfbfb;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 10rem;
}

.intro_section .content_container .lifecycle_header {
  background: #1c1c1c;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding-left: 2rem;
  padding-right: 2rem;
}

.intro_section .content_container .lifecycle_header span {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: -0.03em;

  color: #fbfbfb;
}

.intro_section .content_container .lifecycle_header p {
  font-weight: 700;
  font-size: 2.625rem;
  line-height: 3.125rem;
  letter-spacing: -0.02em;
  max-width: 430px;
  padding-top: 1rem;

  color: #fbfbfb;
}

.lifecycle_summary_container {
  padding-bottom: 4rem;
}

.lifecycle_options {
  display: flex;
  flex-direction: row;
  gap: 3rem;
  margin-top: 5rem;
  margin-bottom: 2rem;
  justify-content: space-evenly;
}

.lifecycle_options div {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.lifecycle_options .option > a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: -0.02em;
  color: inherit !important;
  text-decoration: none;
}

.lifecycle_options .option {
  transition: transform 0.25s;
}

.lifecycle_options .option:hover {
  transform: scale(1.02);
}

.lifecycle_options .option > a {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.lifecycle_options .option > a > span {
  font-weight: 700;
}

.lifecycle_options .option_1 {
  background: #ffffff;
  border-radius: 1rem;
  max-width: 480px;
  min-height: 150px;
  padding: 1.75rem;
  color: #000000;
}
.lifecycle_options .option_1 span {
  color: #3f46f6;
}

.lifecycle_options .option_2 {
  background: black;

  border-radius: 1rem;
  max-width: 480px;
  min-height: 150px;

  padding: 1.75rem;
  color: #ffffff;
}
.lifecycle_options .option_2 span {
  color: #afd1c0;
}

.lifecycle_options .option_3 {
  background: #1c1c1c;
  border-radius: 1rem;
  max-width: 480px;
  min-height: 150px;

  padding: 1.75rem;
  color: #f9f9f9;
}
.lifecycle_options .option_3 span {
  color: #c5fd58;
}

.lifecycle_options .option_4 {
  background: #7b61ff;
  border-radius: 1rem;
  max-width: 480px;
  min-height: 150px;

  padding: 1.75rem;
  color: #d8d8d8;
}
.lifecycle_options .option_4 span {
  color: #ffffff;
}

/* end of intro part */

/* common style for lifecycle section */
.lifecycle_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 9rem 3rem 9rem 3rem;
  gap: 1rem;
}

.lifecycle_content .text_info {
  max-width: 420px;
  width: 50%;
}

.lifecycle_content .bx-wrapper {
  width: 50%;
  margin-top: 3rem;
}

.bx-prev,
.bx-next {
  display: none;
}

.bx-wrapper .bx-next {
  background: url("../images/landing_page_assets/common_images/slider_arrow_right.svg") !important;
}

.bx-wrapper .bx-prev {
  background: url("../images/landing_page_assets/common_images/slider_arrow_left.svg") !important;
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background: url("../images/landing_page_assets/common_images/slider_arrow_left_hover.svg") !important;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background: url("../images/landing_page_assets/common_images/slider_arrow_right_hover.svg") !important;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 99;
}

.bx-wrapper:hover .bx-prev,
.bx-wrapper:hover .bx-next {
  display: block;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #656bf8 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #d9d9d9 !important;
}

.slider div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slider div span {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.0625rem;
  letter-spacing: -0.03em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #000000;
}

.bx-viewport {
  min-height: 420px;
}

.option_info_subtitle {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1875rem;
}

.option_info_title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.6875rem;
  letter-spacing: -0.03em;
  padding-bottom: 3rem;
  padding-top: 1rem;
}

.option_info_paragraph p {
  font-weight: 300;
  font-size: 1rem;
}

.option_info_paragraph p span {
  font-weight: 700;
}

/* assessment part */

#lifecycle_section_1 {
  background-color: #ffffff;
}

/* #lifecycle_section_1 .lifecycle_content {
  background-image: url(../images/landing_page_assets/solution_page_images/option1_arrow.svg);
  background-repeat: no-repeat;
} */

#lifecycle_section_1 .option_info_paragraph p span {
  color: #3f46f6;
}

.slider_1_second_carosel_item {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.slider_1_second_carosel_item div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.bx-wrapper div > img {
  /* border: 2px solid #fff; */
  border-radius: 10px;
}

.slider_1_second_carosel_item div:first-child img {
  width: max-content;
}

.slider_1_second_carosel_item div:last-child img {
  min-width: 80px;
}

.company_footer_logo_section img {
  max-width: 284px;
}

.slider_1_second_carosel_item div:last-child div {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
/* end of assessment part */

/* planning part */

#lifecycle_section_2 {
  background-color: #1c1c1c;
}

/* #lifecycle_section_2 .lifecycle_content {
  background-image: url(../images/landing_page_assets/solution_page_images/option2_arrow.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: -1rem;
} */

#lifecycle_section_2 .option_info_paragraph p span,
#lifecycle_section_2 .option_info_title span {
  color: #c5fd58;
}

#lifecycle_section_2 .option_info_subtitle span,
#lifecycle_section_2 .option_info_paragraph p {
  color: #ffffff;
}

#lifecycle_section_2 .bx-wrapper div img {
  max-width: 100% !important;
  height: 300px;
  padding: 0.5rem;
}

/* end of planning part */

/* implementation part*/
#lifecycle_section_3 {
  background-color: #000000;
}

#lifecycle_section_3 .lifecycle_content {
  flex-direction: row-reverse;
  /* background-image: url(../images/landing_page_assets/solution_page_images/option3_arrow.svg),
    url(../images/landing_page_assets/solution_page_images/circle.svg);
  background-repeat: no-repeat, no-repeat;
  background-position-x: right, 6.25rem;
  background-position-y: 20rem, 5rem; */
}

#lifecycle_section_3 .option_info_paragraph p span,
#lifecycle_section_3 .option_info_title span {
  color: #afd1c0;
}

#lifecycle_section_3 .option_info_subtitle span,
#lifecycle_section_3 .option_info_paragraph p {
  color: #ffffff;
}

#lifecycle_section_3 .bx-wrapper div img {
  max-width: 100% !important;
  height: 300px;
  padding: 0.5rem;
}

#lifecycle_section_3 .lifecycle_content .bx-wrapper {
  width: 35%;
}

/* end of implementation part */

/* monitoring part */

#lifecycle_section_4 {
  background-color: #7b61ff;
}

/* #lifecycle_section_4 .lifecycle_content {
  background-image: url(../images/landing_page_assets/solution_page_images/option4_arrow.svg);
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 25rem;
} */

#lifecycle_section_4 .option_info_paragraph p span,
#lifecycle_section_4 .option_info_title span {
  color: #ffffff;
}

#lifecycle_section_4 .option_info_subtitle span,
#lifecycle_section_4 .option_info_paragraph p {
  color: #fbf3f4;
}

#lifecycle_section_4 .bx-wrapper div img {
  max-width: 100% !important;
  height: 300px;
  padding: 0.5rem;
}

#lifecycle_section_4 .bx-wrapper .bx-pager.bx-default-pager a:hover,
#lifecycle_section_4 .bx-wrapper .bx-pager.bx-default-pager a.active,
#lifecycle_section_4 .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #4046ed !important;
}

/* end monitoring part */

/* risk part */
#lifecycle_section_5 {
  background-color: #ffffff;
}

#lifecycle_section_5 .option_info_paragraph p span,
#lifecycle_section_5 .option_info_title span {
  color: #000000;
}

#lifecycle_section_5 .option_info_subtitle span,
#lifecycle_section_5 .option_info_paragraph p {
  color: #000000;
}

#lifecycle_section_5 .bx-wrapper {
  background: #1c1c1c;
}
#lifecycle_section_5 .bx-wrapper div img {
  max-width: 100% !important;
  height: 300px;
  padding: 0.5rem;
}

#lifecycle_section_5 .slider div span {
  color: #ffffff;
}
/* end risk part */

/* learn_more_info_section */
.learn_more_info_section {
  background-color: #5d5fef;
}

.learn_more_info_section .content {
  max-width: 1400px;
  margin: auto;
}

.learn_more_info_section .container {
  max-width: 1150px;
  margin-left: 6rem;
}

.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;
  display: flex;
  max-width: 800px;
}

.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;
}

.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 */
footer {
  background: #ffffff;
  display: block !important;
  padding-left: 0 !important;
  padding-top: 0 !important;
}

.footer_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 6.75rem;
  padding-top: 4.25rem;
  max-width: 1400px;
  margin: auto;
}

/* end of footer */

/* 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;
  }

  #navbar .navbar-link:last-child {
    margin-right: 0 !important;
  }

  .head_info img:last-child {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .intro_section .content_container .head_info {
    background-position-y: -5rem;
    background-repeat: no-repeat;
    background-position-x: -5rem;
    background-size: 1100px;
  }
}

@media screen and (max-width: 1130px) {
  .learn_more_info_section .container {
    margin-left: 0rem;
  }
}

@media screen and (max-width: 1000px) {
  section {
    position: static;
  }
  #navbar .container {
    max-width: 100% !important;
  }

  .detached .navbar-links {
    height: 100% !important;
    margin: 0 !important;
  }

  .not_scrollable {
    overflow: hidden !important;
  }

  .demo_button {
    visibility: hidden !important;
  }

  .intro_section .content_container {
    padding: 0 0.5rem;
  }

  .head_info img:last-child {
    display: flex;
    margin-bottom: 5rem;
  }

  .intro_section .content_container .head_info {
    min-height: auto;
    background-image: none;
    max-width: 700px;
    margin: auto;
  }

  .paragrah_info {
    max-width: 700px;
    margin: auto;
  }

  .lifecycle_summary_container {
    max-width: 700px;
    margin: auto;
  }

  .intro_section .content_container .subtitle {
    font-size: 1rem;
  }

  .intro_section .content_container .head_info p {
    font-size: 2.5rem;
    line-height: 3rem;
    padding-top: 2rem;
  }

  .intro_section .content_container .paragrah_info p {
    font-size: 1.2rem;
    line-height: 1.875rem;
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5rem;
  }
  .intro_section .content_container .lifecycle_header p {
    font-size: 2.3rem;
  }

  .intro_section .content_container .lifecycle_header {
    flex-direction: column;
    padding-top: 2rem;
  }

  /* end intro section part */

  .lifecycle_options {
    flex-direction: column;
  }

  .lifecycle_options .option_1,
  .lifecycle_options .option_2,
  .lifecycle_options .option_3,
  .lifecycle_options .option_4 {
    width: 100%;
    max-width: none;
  }

  .lifecycle_content {
    flex-direction: column;
    padding: 4rem 2rem;
    gap: 0;
  }

  .lifecycle_content .text_info {
    width: 100%;
    max-width: 600px;
  }
  .lifecycle_content .bx-wrapper {
    width: 100%;
    max-width: 600px !important;
    margin-top: 3rem;
  }

  .option_info_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .option_info_paragraph p {
    font-size: 1rem !important;
  }

  /* #lifecycle_section_1 {
    background-image: url(../images/landing_page_assets/solution_page_images/option1_arrow.svg);
    background-repeat: no-repeat;
    background-size: 200px;
  } */
  #lifecycle_section_1 .lifecycle_content {
    background-image: none;
  }

  #lifecycle_section_2 .lifecycle_content {
    background-size: 200px;
  }

  #lifecycle_section_3 {
    background-color: #000000;
    /* background-image: url(../images/landing_page_assets/solution_page_images/option3_arrow.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 300px; */
  }

  #lifecycle_section_3 .lifecycle_content {
    flex-direction: row-reverse;
    /* background-image: url(../images/landing_page_assets/solution_page_images/circle.svg);
    background-repeat: no-repeat;
    background-position: center; */
  }
  #lifecycle_section_3 .lifecycle_content {
    flex-direction: column;
    /* background-position-y: 30rem, 5rem; */
  }
  #lifecycle_section_3 .lifecycle_content .bx-wrapper {
    width: 100%;
    max-width: none;
  }

  #lifecycle_section_4 {
    background-color: #7b61ff;
    /* background-image: url(../images/landing_page_assets/solution_page_images/option4_arrow.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    background-size: 200px; */
  }

  #lifecycle_section_4 .lifecycle_content {
    background-image: none;
  }

  /* end of lifecycle part */

  .learn_more_info_section .content {
    margin-left: 0;
  }
  .learn_more_info_section .title {
    font-size: 2.5rem;
    line-height: 2.8125rem;
    padding-top: 2.25rem;
    padding-left: 4rem;
    padding-right: 2rem;
    display: flex;
  }

  .learn_more_info_section .more_info_container {
    flex-direction: column;
    gap: 3rem;
    margin: 3rem auto;
  }

  .learn_more_info_section .more_info_content p {
    max-width: none;
    width: 100%;
  }

  .learn_more_info_section .more_info_content {
    padding: 0;
  }

  /* footer */

  .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;
  }

  .footer_container {
    /* flex-direction: column !important; */
    padding: 0 !important;
  }

  .company_footer_logo_section img {
    width: 200px !important;
  }

  /* end of footer */
}

@media screen and (max-width: 600px) {
  /* for small mobile */

  footer {
    padding-left: 0rem !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .footer_container {
    flex-direction: column !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 {
    margin-right: 3rem !important;
  }
  .footer_content ul li,
  .footer_content p {
    line-height: 1.25rem !important;
  }
}
