.inner-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.inner-banner .main-wrap {
  position: relative;
}

.inner-banner .inner-img {
  width: 100%;
  height: 85vh;
  overflow: hidden;
}

.inner-banner .inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-banner .inner-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #00040a 0%, rgba(0, 4, 10, 0.6) 32.92%, rgba(0, 4, 10, 0) 100%);
  bottom: 0;
  left: 0;
  right: 0;
}

.inner-banner .inner-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, #00040a -25.75%, rgba(0, 4, 10, 0.6) 15.66%, rgba(0, 4, 10, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
}

.inner-banner .caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-align: left;
  color: #fff;
  z-index: 2;
}

.inner-banner .caption .breadcrum {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.inner-banner .caption .breadcrum a,
.inner-banner .caption .breadcrum p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.inner-banner .caption .breadcrum a:hover,
.inner-banner .caption .breadcrum p:hover {
  color: #d5b27d;
}

.inner-banner .caption .breadcrum span {
  margin: 0 4px;
}

.inner-banner .caption .main-title {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: -0.9px;
}

.register-section {
  display: flex;
  flex-direction: column;
  padding: 80px 20px;
}

.register-section form {
  padding-bottom: 40px;
}

.register-section .register-form .form-title {
  color: #1f1f1f;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  letter-spacing: -1px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.register-section .register-form .list-row {
  padding: 10px 0 20px;
}

.register-section .register-form .form-text {
  color: #101010;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding-bottom: 30px;
}

.register-section .register-form label.form-label {
  color: #101010;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 5px;
}

.register-section .register-form .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  opacity: 0.75;
  padding: 10px 0;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.register-section .register-form .form-control:focus {
  border-color: #000;
  box-shadow: none;
}

.register-section .register-form .vehicle-options .form-check {
  margin-bottom: 10px;
}

.register-section .register-form .vehicle-options .form-check .form-check-input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.register-section .register-form .vehicle-options .form-check .form-check-label {
  margin-left: 5px;
  font-size: 0.9rem;
  color: #444;
  cursor: pointer;
}

.register-section .register-form textarea.form-control {
  resize: none;
}

.register-section .register-form .terms {
  color: #333;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
  flex-direction: column;
}

.register-section .register-form .terms strong {
  color: #101010;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  padding-bottom: 5px;
}

.register-section .register-form .btn-submit {
  color: #1f1f1f;
  color: #fff;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 125% */
  letter-spacing: 2px;
  text-transform: uppercase;
  width: max-content;
  padding: 11px 20px;
  display: flex;
  align-items: center;
}

.register-section .register-form .btn-submit svg {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}

.register-section .register-form .btn-submit:hover svg {
  transform: translateX(4px);
}

.register-section .register-image {
  height: 300px;
  display: none;
}

.register-section .register-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .inner-banner .inner-img {
    height: 70vh;
  }
}

@media only screen and (min-width: 1023px) {
  .inner-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .inner-banner .main-wrap {
    position: relative;
  }
  .inner-banner .inner-img {
    width: 100%;
    height: 39.0625vw;
    overflow: hidden;
  }
  .inner-banner .inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .inner-banner .inner-img::after {
    height: 18.85417vw;
  }
  .inner-banner .inner-img::before {
    height: 17.44792vw;
  }
  .inner-banner .caption {
    bottom: 2.08333vw;
    left: 6.25vw;
  }
  .inner-banner .caption .breadcrum {
    font-size: 0.83333vw;
    font-weight: 400;
    line-height: 1.30208vw;
  }
  .inner-banner .caption .breadcrum a,
  .inner-banner .caption .breadcrum p {
    font-size: 0.83333vw;
    font-weight: 400;
    line-height: 1.30208vw;
  }
  .inner-banner .caption .breadcrum span {
    margin: 0 0.41667vw;
  }
  .inner-banner .caption .main-title {
    font-size: 4.6875vw;
    line-height: 5.20833vw;
    letter-spacing: -0.04688vw;
  }
  .register-section {
    display: flex;
    flex-direction: row;
    padding: 7.8125vw 11.14583vw;
  }
  .register-section form {
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .register-section .register-form {
    width: 45.36458vw;
    border-radius: 1.04167vw 0 0 1.04167vw;
    background: #fff;
    box-shadow: 0 0 1.30208vw 0.3125vw rgba(0, 0, 0, 0.05);
    padding: 4.16667vw 4.16667vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .register-section .register-form .form-title {
    font-size: 1.82292vw;
    line-height: 2.34375vw;
    padding-bottom: 1.5625vw;
    text-align: left;
    gap: 0.67708vw;
  }
  .register-section .register-form .list-row {
    padding: 10px 0 20px;
    width: calc((100% - get-vw(13px)) / 2);
  }
  .register-section .register-form .form-text {
    font-size: 0.83333vw;
    line-height: 1.25vw;
    /* 150% */
    padding-bottom: 2.60417vw;
    text-align: left;
  }
  .register-section .register-form label.form-label {
    font-size: 0.9375vw;
    line-height: 1.25vw;
    margin-bottom: 0.26042vw;
  }
  .register-section .register-form .form-control {
    border-bottom: 0.05208vw solid #ccc;
    padding: 0.52083vw 0;
    color: #808080;
    font-family: "Poppins", sans-serif;
    font-size: 0.83333vw;
    font-weight: 300;
    line-height: normal;
  }
  .register-section .register-form .vehicle-options {
    display: block !important;
    column-count: 3;
    padding-top: 1.04167vw;
  }
  .register-section .register-form .vehicle-options .form-check {
    margin-bottom: 0.52083vw;
  }
  .register-section .register-form .vehicle-options .form-check .form-check-input {
    width: 0.67708vw;
    height: 0.67708vw;
    cursor: pointer;
  }
  .register-section .register-form .vehicle-options .form-check .form-check-label {
    color: #101010;
    font-family: "Poppins", sans-serif;
    font-size: 0.77604vw;
    font-weight: 400;
    line-height: 1.25vw;
    /* 161.074% */
  }
  .register-section .register-form textarea.form-control {
    resize: none;
  }
  .register-section .register-form .terms {
    font-size: 0.72917vw;
    line-height: 1.09375vw;
  }
  .register-section .register-form .terms strong {
    font-size: 0.9375vw;
    line-height: 1.25vw;
    /* 133.333% */
  }
  .register-section .register-form .btn-submit {
    font-size: 0.72917vw !important;
    line-height: 1.25vw;
    /* 125% */
    letter-spacing: 0.10417vw;
    padding: 0.57292vw 1.04167vw;
    border-radius: 0.78125vw;
    margin-top: 1.5625vw !important;
  }
  .register-section .register-form .btn-submit svg {
    width: 1.19792vw;
    height: 1.19792vw;
    transition: transform 0.3s ease;
  }
  .register-section .register-form .btn-submit:hover svg {
    transform: translateX(4px);
  }
  .register-section .register-image {
    height: auto;
    display: block;
    width: 32.29167vw;
  }
  .register-section .register-image img {
    width: 100%;
    height: 100%;
    border-radius: 0 1.04167vw 1.04167vw 0;
    object-fit: cover;
  }
}
/*# sourceMappingURL=order.css.map */