body {
  background: linear-gradient(180deg, #EBEBEB 0%, rgba(250, 235, 196, 0.7) 48.34%, rgba(235, 235, 235, 0.7) 100%);
}
body .home .container {
  padding: 11.3541666667vw 0 9.6875vw 0;
  position: relative;
}
body .home .container .jb {
  position: absolute;
  left: 0;
  top: 29.5833333333vw;
  width: 100%;
  z-index: -1;
}
body .home .container .jb img {
  width: 100%;
  clip-path: inset(0 100% 0 0);
  transition: 2s;
}
body .home .container .jb img.animated {
  clip-path: inset(0 0 0 0);
}
body .home .container .sec {
  width: 39.7916666667vw;
  margin: 0 auto;
}
body .home .container .sec .t {
  text-align: center;
  font-family: "LibreCaslonCondensed-Regular";
  font-weight: 400;
  text-transform: capitalize;
}
body .home .container .sec .form {
  margin: 5.2083333333vw 0 7.5vw 0;
}
body .home .container .sec .form input {
  display: block;
  width: 100%;
  border: 1px solid #000;
  outline: none;
  height: 3.28125vw;
  font-size: 1.5625vw;
  font-family: "LibreCaslonCondensed-Regular";
  background: transparent;
  padding: 1.0416666667vw 1.40625vw;
  color: #000;
}
body .home .container .sec .form input::placeholder {
  text-transform: capitalize;
  color: #000;
}
body .home .container .sec .form input:not(:last-child) {
  margin-bottom: 1.0416666667vw;
}
body .home .container .sec .form textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  height: 9.6354166667vw;
  font-size: 1.0416666667vw;
  font-family: "Inter";
  background: #FFF;
  padding: 1.0416666667vw 0.7291666667vw;
  color: #DAC795;
  resize: none;
}
body .home .container .sec .form textarea::placeholder {
  text-transform: capitalize;
  color: #DAC795;
}
body .home .container .sec .submit {
  display: flex;
  justify-content: center;
  gap: 1.3541666667vw;
  align-items: center;
  cursor: pointer;
}
body .home .container .sec .submit img {
  width: 7.0833333333vw;
}
body .home .container .sec .submit p {
  color: #222;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  body .home .container {
    padding: 80px 5%;
  }
  body .home .container .jb {
    top: 50%;
    transform: translateY(-50%);
  }
  body .home .container .sec {
    width: 100%;
  }
  body .home .container .sec .form {
    margin: 30px 0 60px 0;
  }
  body .home .container .sec .form input {
    height: 45px;
    font-size: 20px;
    padding: 10px 15px;
  }
  body .home .container .sec .form input:not(:last-child) {
    margin-bottom: 15px;
  }
  body .home .container .sec .form textarea {
    height: 150px;
    font-size: 16px;
    padding: 10px 15px;
  }
  body .home .container .sec .submit {
    gap: 15px;
  }
  body .home .container .sec .submit img {
    width: 60px;
  }
}

/*# sourceMappingURL=contact.css.map */
