* {
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-size: calc(13px + (22 - 16) * (100vw - 320px) / 1200);
  word-wrap: break-word;
  font-family: Inter;
  font-family: Josefin Sans;
}

li {
  list-style-type: var(--none);
}
.navbar {
  display: flex;
  font-family: Inter;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}
a {
  text-decoration: none;
  color: black;
}
.menu {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  list-style-type: none;
  padding: 0;
  gap: 17px;
}

.menu_ {
  display: flex;
  width: 100rem;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding: 0%;
  gap: 17px;
}

/*responsive*/
#titlee {
  display: flex;
  letter-spacing: 6.99px;
  text-align: center;
  font-size: 3.125rem;
}

@media (max-width: 640px) {
  #titlee {
    font-size: 3rem;
  }

  .menu {
    font-size: 0.8rem;
  }
}
@media (max-width: 499px) {
  #titlee {
    font-size: 3rem;
  }

  .menu {
    font-size: 0.9rem;
  }
}

/*adjust name alignment*/
.contact_ctn {
  width: 100%;
}
.info1 h1 {
  font-size: 3rem;
  font-weight: 350;
}

.info1 p {
  font-size: 1.5rem;
  font-weight: 300;
}

label,
input {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 3rem;
}
.input-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.user-details {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.user-details {
  font-size: 1.5rem;
}
textarea {
  height: 10rem;
}
.input-box_message {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

button {
  font-family: Outfit;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 9px;
  color: #000;
  padding: 10px 30px;
  font-size: 16px;
  transition: background-color 90ms;
  cursor: pointer;
  height: 3rem;
  width: 10rem;
}

button:hover {
  background-color: rgb(255, 241, 246);
}

.footer_container {
  /* adjust responsive footer */
  padding-top: 1rem;
  text-align: center;
}

@media (min-width: 695px) {
  .contact_ctn {
    padding: 5rem;
  }
}
