* {
  padding: 0;
  margin: 0;
}
body {
  margin: 0;
  height: 100vh;
  font-family: "Montserrat", sans-serif;
  background-image: url("./assest/hero-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: auto;
}

.videoForm {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #6363636e;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
}

.main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}

.video-box {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.video-box-content {
  position: relative;
  z-index: 2;
}
.video-box::before {
  content: "";
  position: absolute;
  top: -14%;
  left: -15%;
  width: 100%;
  height: 100%;
  background-image: url(./assest/upper.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.1;
}
.video-box::after {
  content: "";
  position: absolute;
  top: 65%;
  right: -10%;
  width: 100%;
  height: 100%;
  background-image: url(./assest/niche.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  opacity: 0.1;
}

.video-box,
.form-box {
  background: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 60%;
  margin: 0 auto;
}

.video-box {
  margin-top: 10%;
}
.form-box {
  margin-bottom: 5%;
}

.video-box h2,
.form-box h2 {
  margin-top: 0;
  text-align: center;
  font-size: 24px;
  color: #213d4a;
}

.video-wrapper {
  border-radius: 8px;
  position: relative;
  margin: 20px 0;
}

.video-wrapper video {
  width: 100%;
  border-radius: 10px;
}

.video-note {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #213d4a;
}

.form-box .desc {
  font-size: 14px;
  margin: 10px 0 30px;
  text-align: center;
}

.label {
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 10px 0;
  color: #213d4a;
}

.small-note {
  font-size: 13px;
  color: #555;
  font-weight: normal;
  margin-bottom: 25px;
}

.input {
  width: 96%;
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 12px;
}
.input-box1 .input {
  margin-bottom: 0;
}
.select-box .input {
  width: 100%;
}

.sub-title {
  font-size: 16px;
  margin: 15px 0 10px;
  color: #213d4a;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  color: white;
  background-color: #2a74ab;
  border: 1px solid #2a74ab;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.5s ease-in-out;
}

.submit-btn:hover {
  color: #2a74ab;
  background: #fff;
}

.agreement {
  font-size: 14px;
  margin-top: 10px;
  color: #555;
  text-align: center;
}

header {
  position: absolute;
  top: 0 !important;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  z-index: 3;
}
.logo{
    text-align: center;
}
.logo span {
  font-size: 34px;
  color: #213d4a;
}
.logo .part1 {
  font-weight: bolder;
}
.footer {
  width: 100%;
  background: #111;
  color: #fff;
  padding: 15px 0;
  z-index: 3;
}
.footer-text {
  font-size: 14px;
  text-align: center;
}
.color-red {
  color: #ff0000;
}
.form-box {
  height: 1320px;
}
.form-box iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 1360px;
    margin: 0 auto;
    width: 95%;
  }
  .form-box {
    height: 1330px;
  }
  .form-box iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 1025px) {
    .video-box, .form-box {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin: 0 auto;
}
.video-box {
    margin-top: 15%;
}
.form-box {
    margin-bottom: 8%;
}
}
@media screen and (max-width: 800px) {
  body {
    height: auto;
  }
  .main {
    grid-template-columns: repeat(1, 1fr);
    padding: 70px 0;
    gap: 30px;
  }
  header {
    position: unset;
  }
  .videoForm {
    height: auto;
  }
  .footer {
    position: unset;
  }
  .logo span {
    font-size: 28px;
  }
  .form-box {
    height: 1420px;
  }
  .form-box iframe {
    width: 100%;
    height: 100%;
  }
  .video-box {
    margin-top: 0%;
}
.form-box {
    margin-bottom: 0%;
}
.video-box, .form-box {
   
    width: 80%;
    margin: 0 auto;
}
}

@media screen and (max-width: 600px) {
  .video-box h2,
  .form-box h2 {
    font-size: 17px;
  }
  .video-box,
  .form-box {
    padding: 30px 20px;
    width: 90%;
    margin: 0 auto;
  }

  .form-box .desc {
    font-size: 13px;
  }
  .label {
    font-size: 13px;
  }
  .input {
    font-size: 12px;
  }
  .logo span {
    font-size: 26px;
  }
  header .container,
  .footer .container {
    padding: 0;
  }
  .form-box {
    height: 1650px;
  }
  .form-box iframe {
    width: 100%;
    height: 100%;
  }
}
