main {
  min-height: 100vh;
  /* max-width: 1400px; */
  margin: auto;
  font-family: "Lato" !important;
  font-style: normal !important;
}
#navbar {
  font-family: "Lato" !important;
  font-style: normal !important;
  max-width: none !important;
}
.navbar-container {
  max-width: 1400px !important;
  margin: auto;
}
.main_content {
  max-width: 1400px;
  padding: 6.5rem 5rem;
  padding-bottom: 5.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3rem;
  margin: auto;
}

.info_container {
  width: 50%;
  max-width: 370px;
}

.form_container {
  width: 50%;
  display: flex;
  align-items: center;
}

hr {
  border-top: 0.1px solid #cccccc;
  /* width: 80%; */
}

/* info_container */
.info_container .subtitle {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 5.625rem;

  color: #000000;

  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  text-transform: uppercase;
}

.info_container .title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #000000;
  margin-bottom: 2rem;
}

.info_container .paragraph P,
.info_container .bullets {
  /* font-weight: 300 !important; */
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  margin-bottom: 0.35rem;
  color: #000000;
}

.info_container .bullets {
  padding-left: 2rem;
}

.info_container .bullets ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  list-style-type: disc;
}

.info_container .advisors_container {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.0625rem;

  color: #3f46f6;

  margin-top: 2rem;
}

.info_container .advisors_container .advisors_logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
}
/* end of info container  */

/* form part */

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="email"] {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0.5rem 0.625rem;
  outline: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus {
  border-color: #3f46f6;
}

form {
  max-height: 850px;
  max-width: 480px;
  padding: 0.5rem 3rem;
  margin: auto;
  letter-spacing: 0.5px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 8px;
}

.contact-information-container {
  max-height: 850px;
  height: 100%;
  max-width: 480px;
  width: 100%;
  height: max-content;
  padding: 48px 24px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.5px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-information-container p {
  margin-bottom: 0;
}

.contact-information-container .title {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #000000;
  margin-bottom: 1rem;
}
.contact-info-section-header {
  font-size: 20px;
  font-weight: 700;
}
.contact-information-container .contact-info-text {
  font-size: 16px;
  margin-bottom: 12px;
}

form p {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 5.625rem;
  margin-bottom: auto;
  color: #000000;
}

label {
  display: flex;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;

  color: #000000;
}

label span {
  color: black;
  font-weight: 700;
}

input {
  display: flex;
  height: 3rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 300;

  border: 1px solid #cccccc;
  background-color: #f3f6fb;
  border-radius: 5px;
}

::placeholder {
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;

  color: rgba(39, 39, 72, 0.5);
}
form button {
  margin-top: 2rem;
  margin-bottom: 3rem;

  font-weight: 700;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.02em;
  color: #ffffff;

  width: 100%;
  padding: 1.125rem 4.375rem;

  cursor: pointer;
  background: #3f46f6;
  border-radius: 8px;
  transition: all 0.3s ease 0s;
}

form button:hover {
  background-color: #2b30ac;
}
.max-width-hr {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

/* end of form part */

@media screen and (min-width: 1000px) {
  section {
    position: static;
  }
  .navbar-toggle {
    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;
  }
}
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;
}

@media screen and (max-width: 1000px) {
  #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;
  }

  .info_container .paragraph .mobile_text {
    display: flex;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
  }

  /* .info_container .paragraph .desktop_text {
    display: none;
  }

  .info_container form {
    display: flex;
    flex-direction: column;
  } */

  .form_container {
    width: 100%;
    margin: auto;
  }

  .main_content {
    justify-content: flex-start;
    margin: 6.5rem 2rem;
    gap: 0;
    margin-top: 0;
    flex-direction: column;
  }

  .info_container {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }

  .info_container .advisors_container .advisors_logo {
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1rem;
  }

  form {
    border: none;
    border-radius: 0px;
    max-height: none;
    max-width: none;
    padding: 0;
  }

  form button {
    font-size: 1.1875rem;
    line-height: 1.4375rem;
    padding: 1.125rem 2rem;
  }

  hr {
    width: 90%;
  }

  .footer_content {
    width: 100% !important;
  }

  footer {
    padding: 0rem !important;
    padding-top: 2.5rem !important;
    /* flex-direction: column !important;
      align-items: center !important; */
  }
  .footer_container {
    padding-left: 0;
    padding-top: 0;
  }
  footer .company_footer_logo_section {
    width: 40% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;

    padding-left: 1rem;
  }

  .company_footer_logo_section img {
    width: 200px !important;
  }
}

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

  .main_content {
    margin: 0;
  }
  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;
  }

  .contact-information-container {
    margin-top: 24px;
  }
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  border-radius: 20px;
  width: 90%;
  max-width: 400px;
  overflow: hidden;
}
.modal-content .header p {
  margin: 0;
}
.modal-content .header {
  width: 100%;
  padding: 20px;
  background-color: #3f46f6;
  color: white;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.modal-content .text-content {
  padding: 20px;
}
.modal-content .text-content p {
  font-size: 14px;
}
.modal-content .bold {
  font-weight: bold;
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
