.section-video {
  position: relative;
}

.video-wrapper video {
  height: calc(100vh - 129.39px);
}

.video-wrapper video {
  width: 100%;
  object-fit: cover;
  height: 100vh;
}
.section-video .box-form {
  position: absolute;
  color: var(--text_color_two);
  top: 0;
  bottom: 0;
  left: 25%;
  right: 25%;
  display: flex;
  align-items: center;
  transition-delay: 5s;
}
.section-video .box-form input[type="submit"] {
  padding: 10px 20px;
  background: #9db7c9;
  border-radius: 10px;
  color: var(--text_color_two);
  border: none;
  transition: 1.2s;
}
