.contact-box {
    margin-bottom: calc(100vw * 100 / 1920);
}
.contact {
  border-radius: 40px;
  border: 1px solid #495653;
  background: #171919;
  margin-top: calc(100vw * 36 / 1920);
}
.form {
  padding: calc(100vw * 50 / 1920);
}
.form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(100vw * 40 / 1920);
}
.form-row input {
  width: calc(100vw * 629 / 1920);
  border-radius: calc(100vw * 42 / 1920);
  background: #101212;
  font-size: calc(100vw * 20 / 1920);
  height: calc(100vw * 54 / 1920);
  padding: calc(100vw * 10 / 1920) calc(100vw * 30 / 1920);
  color: #fff;
}
.form-row textarea {
  background: #101212;
  font-size: calc(100vw * 20 / 1920);
  border-radius: calc(100vw * 42 / 1920);
  width: 100%;
  padding: calc(100vw * 30 / 1920) calc(100vw * 30 / 1920);
  height: calc(100vw * 207 / 1920);
  border: none;
  outline: none;
  color: #fff;
}
.form button {
  display: flex;
  width: calc(100vw * 300 / 1920);
  height: calc(100vw * 68 / 1920);
  padding: calc(100vw * 10 / 1920);
  justify-content: center;
  align-items: center;
  border-radius: calc(100vw * 40 / 1920);
  background: linear-gradient(90deg, #0064b5 0%, #00b5d4 50%, #00be8b 100%);
  color: #fff;
  border: none;
  margin: auto;
  font-size: calc(100vw * 26 / 1920);
  font-weight: 500;
  cursor: pointer;
}
.form button:hover {
  opacity: 0.8;
}
.form-code input {
    width: calc(100vw * 1280 / 1920);
}
.form-code img{
    width: calc(100vw * 120 / 1920);
}