* {
  box-sizing: border-box;
  margin: 0 auto;
}
.container {
  width: 90vw;
  position: relative;
}
a {
  text-decoration: none;
}
.header_container {
  height: 91px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
header {
  background-color: #e8eefa;
}
.header_logo {
  margin-left: 0px;
  width: 200px;
}
.header_logo img {
  width: 80%;
  height: auto;
  object-fit: cover;
}
.header_info {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  margin-right: 0px;
}

.header_info_contact {
  margin-right: 20px;
  display: flex;
}
.header_info_contact img {
  width: 20px;
  height: 20px;
  align-items: center;
}

.header_info_contact .header_info_contact_content {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  color: #14274f;
}
.contact_logo {
  padding-top: 2px;
  padding-right: 5px;
}
.email_logo {
  padding-top: 2px;
  padding-right: 5px;
}
.header_info_mail {
  margin-right: 20px;
  display: flex;
}

.header_info_mail .header_info_mail_content {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
  text-align: left;
  color: #14274f;
}
.header_info_action button {
  background: #14274f;
  border-radius: 12px;
  width: 140px;
  height: 40px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  cursor: pointer;
  border: none;
}

.image_section {
  background-image: url("../images/central-park-manhattan-new-york-huge-beautiful-park-surrounded-by-skyscraper-with-pond\ 1.png");
  height: calc(100vh - 91px - 55px);
  object-fit: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer {
  position: fixed;
  bottom: 0;
}
.footer_line {
  width: 100vw;
  height: 5px;
  background-color: #e8eefa;
}
.footer_content {
  width: auto;
  height: 50px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #14274f;
}

.contact_container {
  position: absolute;
  width: 40%;
  height: auto;
  left: 30%;
  top: 92px;
  background: #f2f4f8;
  border-radius: 24px;
  font-family: "Inter", sans-serif;
}
.contact_container .icon img {
  width: 20px;
  height: 20px;
}
.form_container {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  color: #14274f;
  width: 90%;
  align-items: center;
}
.form_heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form_heading .line {
  width: 86px;
  height: 4px;
  background-color: #14274f;
  margin-top: 15px;
}
.icon h5 {
  margin: 12px 12px 0px 0px;
}

.form {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.input_box {
  display: flex;
  flex-wrap: wrap;
}
.form input {
  border: none;
  margin-bottom: 20px;
  border-radius: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
  width: 45%;
}
.form input:nth-child(odd) {
  margin-right: 2.5%;
}
.form input:nth-child(even) {
  margin-left: 2.5%;
}
.form textarea {
  width: 95%;
  padding: 10px;
  border-radius: 12px;
  border: none;
  line-height: 18px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 15vh;
}
.form_button {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.form button {
  background: #14274f;
  border-radius: 12px;
  border: none;
  width: 20%;
  height: 40px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
  cursor: pointer;
}
.ss1Hand-picked {
  visibility: hidden;
  z-index: 1;
}
#popup.active {
  visibility: visible;
}
#show.active {
  visibility: hidden;
}
#blur.active {
  filter: blur(2px);
}
