/* start contact */
.contact {
  padding-top: 50px;
}
form input,
textarea {
  background-color: transparent !important;
  border: 1px solid #aebed7 !important;
  border-radius: 10px !important;
}
.btn-form {
  width: 100%;
  padding: 15px;
  background-color: white;
  color: black !important;
  border-radius: 10px !important;
  font-weight: 600;
}
::placeholder {
  font-weight: 600;
  font-size: 17px;
}
.person {
  margin: auto;
}
.done {
  margin-top: -100px;
}
.done img {
  width: 250px;
}
.done button {
  width: 200px;
}
/* end contact */
/*start responsive */
@media (min-width: 991px) {
  .person {
    position: relative;
    margin-top: -80px;
    width: 400px;
  }
}
@media (max-width: 868px) {
  form {
    margin: auto !important;
    width: 95%;
  }
}
@media (max-width: 768px) {
  .all {
    height: 70vh;
  }
  .person {
    display: none;
  }
  .done {
    margin-top: -50px;
  }
  .done h1 {
    font-size: 20px;
  }
  .done img {
    width: 120px;
  }
  .done button {
    padding: 5px;
  }
}
@media (max-width: 668px) {
  .all {
    height: 70vh;
  }
  form {
    margin-left: 10px;
    margin: auto !important;
    width: 80%;
  }
}

/*end responsive */
