@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  box-sizing: border-box;
  /* font-family: "Inter", sans-serif; */
}
body,
p,
b {
  margin: 0;
}
body {
  font-family: "Poppins", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text-gray {
  color: #9f9f9f;
}

.body-container {
  max-width: 1120px;
  width: 90%;
}
.contact-top {
  height: 100vh;
}

/* header start */
.header-container {
  width: 100%;
  display: flex;
  padding-top: 36px;
  align-items: center;
  justify-content: space-between;
}
.header-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header-item > a {
  font-size: 12.8px;
  font-style: normal;
  cursor: pointer;
  font-weight: 500;
  line-height: 150%; /* 19.2px */
  color: #1a1a1a;
  text-decoration: none;
}
/* header end */
.title-container {
  width: 100%;
  color: #000;
  /* font-family: Poppins; */
  font-size: 48.83px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 63.479px */
  /* margin: 91px 0 64px; 123*/
  margin: 40px 0;
}
.submit-form-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.submit-form-left {
  /* max-width: 840px; */
  max-width: 640px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.submit-form-right {
  /* font-family: Poppins; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: right;
}
.submit-form-right > p {
  white-space: nowrap;
}

/* 123 */
.file-input {
  display: flex;
  align-items: center;
  gap: 20px;
}
.attachment-text {
  color: gray;
  font-size: 1rem;
}
.attach-container {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.attach-container input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.attach-container > span {
  color: var(--black-000000, #000);
  /* font-family: Poppins; */
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 37.5px */
  margin-left: 12px;
}

.interest-form {
  width: 100%;
}
.interest-form > input,
.interested-text {
  border: none;
  outline: none;
  color: #9f9f9f;
  /* font-family: Poppins; */
  width: 100%;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 37.5px */
}
.interest-form > p {
  margin-top: 16px;
}
.interest-form > p > a {
  outline: none;
  border: none;
  color: #fefefe;
  /* font-family: Poppins; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 103px;
  background: var(--black-000000, #000);
  cursor: pointer;
}
.interest-form > p > a:last-child {
  color: var(--black-000000, #000);
  border: 1px solid var(--black-000000, #000);
  background: var(--white-ffffff, #fff);
}
.name-container {
  height: 86px;
  width: 160%;
  /* width: 100%; */
  color: var(--medium-grey-9-f-9-f-9-f, #9f9f9f);
  /* font-family: Poppins; */
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 37.5px */
  border: none;
  outline: none;
  border-bottom: 1px solid #9f9f9f;
}

@media (max-width: 1000px) {
  .name-container {
    width: 100%;
  }
}
.submit-form-left > textarea {
  border: none;
  outline: none;
  border-bottom: 1px solid #9f9f9f;
  height: 150px;
  width: 160%;
  color: var(--medium-grey-9-f-9-f-9-f, #9f9f9f);
  /* font-family: Poppins; */
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 37.5px */
}

@media (max-width: 1000px) {
  .submit-form-left > textarea {
    width: 100%;
  }
}
.submit-form-left > button {
  display: flex;
  width: fit-content;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--light-grey-fefefe, #fefefe);
  /* font-family: Poppins; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  cursor: pointer;
  outline: none;
  background: var(--black-000000, #000);
  border: none;
  border-radius: 8px;
}
.btn-nav {
  display: none;
}
.mobile-bar-ico[name="close-icon"] {
  display: none;
}

/* footer start */
.footer-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 160px;
  /* padding: 48px 0 96px; */
  padding: 48px 0 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.footer-menu {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 64px;
}
.footer-menu > a {
  color: #9f9f9f;
  text-align: center;
  text-decoration: none;

  /* Menu Text */
  /* font-family: Inter; */
  cursor: pointer;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.2px */
}
.footer-social {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.footer-social > p {
  display: flex;
  align-items: center;
  gap: 32px;
}
.footer-social > p > img {
  cursor: pointer;
}
/* footer end */

/* mobile side bar start */
.mobile-side-bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background: #2c3e50;
  padding: 20px;
  flex-direction: column;
  align-items: flex-end;
  display: none;
}
.mobile-side-bar > a {
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  text-decoration: none;
}
.mobile-side-bar-wrapper {
  display: flex;
  flex-direction: column;
  font-size: 23px;
  color: #fff;
  gap: 20px;
  text-align: right;
  margin-top: 20px;
}
.mobile-side-bar-wrapper > a {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.mobile-side-bar-wrapper > a:hover {
  color: #f57520;
}
/* mobile side bar end */

/* mobile responsive start*/

@media screen and (max-width: 1184px) {
  .title-container {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 928px) {
  .title-container {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 800px) {
  .attach-container > span {
    font-size: 18px;
  }
  .title-container {
    font-size: 2rem;
    margin-top: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .title-container > p {
    max-width: 500px;
  }

  .header-item {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 1s ease-in-out;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 100;
  }
  .header-item > a {
    font-size: 2rem;
  }
  .btn-nav {
    display: block;
    z-index: 9999;
    background-color: transparent;
    border: none;
  }

  .nav-open .header-item {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .mobile-bar-ico {
    display: flex;
    height: 30px;
    width: 30px;
    cursor: pointer;
  }
  .nav-open .mobile-bar-ico[name="close-icon"] {
    display: block;
  }

  .nav-open .mobile-bar-ico[name="menu-icon"] {
    display: none;
  }

  .submit-form-left {
    max-width: 100%;
    margin-right: 20px;
    gap: 25px;
  }
  .interest-form > input {
    font-size: 18px;
  }
  .name-container {
    font-size: 18px;
    height: 50px;
  }
  .submit-form-left > textarea {
    font-size: 18px;
    height: 120px;
  }
  .interest-form > p {
    margin-top: 7px;
  }
  .interest-form > p > a {
    font-size: 12px;
  }
  .submit-form-left > button {
    font-size: 12px;
  }
  .footer-container {
    margin-top: 70px;
  }
  /* .mobile-side-bar {
		display: flex;
	} */
}
@media screen and (max-width: 700px) {
  .submit-form-container {
    flex-direction: column;
    /* align-items: flex-start; */
  }
  .submit-form-container button {
    margin: auto;
  }

  .submit-form-right {
    text-align: left;
    margin-top: 30px;
    align-self: flex-start;
  }
}
@media only screen and (max-width: 672px) {
  .title-container {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 550px) {
  .title-container {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .attach-container > span {
    font-size: 15px;
  }
  .footer-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    row-gap: 1rem;
  }
  .title-container {
    font-size: 25px;
  }
  .footer-social > p {
    gap: 25px;
  }
  .footer-social > p > img {
    width: 18px;
    height: 18px;
  }
  .interest-form > input {
    font-size: 15px;
  }
  .name-container {
    font-size: 15px;
    height: 40px;
  }
  .submit-form-left > textarea {
    font-size: 15px;
  }
  .interest-form > p {
    width: 100%;
    justify-content: center;
    display: flex;
    gap: 10px;
  }
}

@media only screen and (max-width: 430px) {
  .title-container {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 400px) {
  .interest-form > p {
    flex-direction: column;
  }
  .submit-form-right > p {
    white-space: normal;
  }
  .interest-form > p > a {
    text-align: center;
  }
}

/* mobile responsive end*/
/* footer copyright  */

.footer-copyright {
  margin-top: 32px;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.footer-copyright > p {
  margin: 2px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #9f9f9f;

  text-decoration: none;

  /* Menu Text */

  font-size: 12.8px;
  font-style: normal;
  font-weight: 500;
}

/* footer links  */
.hideFooterLink {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  margin-top: 5px;
}
.hideFooterLink > a,
.displayFooterLink > a {
  color: #9f9f9f;
  text-align: center;
  text-decoration: none;

  /* Menu Text */
  cursor: pointer;
  font-size: 12.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.2px */
  padding: 0 10px;
}
.hideFooterLink > a {
  padding: 0 24px; /* Adjust the padding as needed */
}
.displayFooterLink > a {
  padding: 0 10px;
}

.displayFooterLink {
  display: none;
}

@media only screen and (max-width: 800px) {
  .hideFooterLink {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1rem;
  }
}
@media only screen and (max-width: 650px) {
  .footer-copyright {
    flex-direction: column;
  }
}
@media only screen and (max-width: 600px) {
  .hideFooterLink {
    display: none;
  }

  .displayFooterLink {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 385px) {
  .displayFooterLink {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1rem;
    margin: auto;
    margin-top: 20px;
  }
  .footer-copyright > p {
    font-size: 10px;
  }
}

.linkColor {
  color: black;
}
