.main-form-wrapper {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  min-height: 100vh;
  height: fit-content;
  overflow-y: hidden;
}
@media (max-width: 1024px) {
  .main-form-wrapper {
    flex-direction: column;
  }
}

* {
  font-family: "Tajawal", sans-serif;
  direction: rtl;
}
.leaderShipImg {
  display: none;
  margin-top: -55px;
}
@media screen and (min-width: 1024px) {
  .leaderShipImg {
    display: block;
  }
}
.form-and-image {
  width: 610px;
  max-width: 100%;
  min-height: 516px;
  height: fit-content;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  /* margin-top: 150px; */
}

.form-and-image .form {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  background-color: transparent;
}
.form-and-image .form-human-image {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: -220px;
  z-index: -1;
}

.form-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #fff;
  margin-bottom: 20px;
}

.form-input-wrapper label {
}
.form-input-wrapper input {
  background-color: rgb(5, 27, 56, 50%);
  height: 52px;
  border-radius: 4px;
  outline: none;
  border: none;
  transition: 0.3s ease;
  padding: 10px;
  color: #fff;
}
.form-input-wrapper textarea {
  background-color: rgb(5, 27, 56, 50%);
  outline: none;
  transition: 0.3s ease;
  padding: 10px;
  color: #fff;
  border: 1px solid #e3e3e34d;
  border-radius: 0px;
}

.form-select{
    text-transform: none;
    background: rgb(5, 27, 56, 50%) !important;
    color: #FFF !important;
    height: 46px;
}


.left {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1024px) {
  .left {
    padding-top: 80px;
  }
}

.right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.right h2.top-text {
  color: #f3b000;
  margin-top: 10px;
  font-weight: 600;
  font-size: 25px;
}

@media (max-width: 772px) {
  .right h2.top-text {
    text-align: center;
  }
}
.right h2.price-offer {
  color: #fff;
  margin-top: 10px;
  font-weight: 300;
  font-size: 25px;
}
.right h2.price-offer span.oldPrice {
  position: relative;
  font-weight: 600;
}
.right h2.price-offer span.oldPrice::after {
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 2px;
  color: #fff;
  width: 100%;
  z-index: 3333;
  background: #fff;
}

.video-img {
  width: 460px;
  height: 350px;
  max-height: 100%;
  max-width: 100%;
  margin-top: 10px;
}

li.option div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.selected-option {
  background-color: rgb(5, 27, 56, 50%) !important;
  border-radius: 4px !important;
}

.selected-option div {
  background-color: transparent;
  color: #fff;
  display: flex;
  justify-content: center;
}

.selected-option div::after {
  border-right: 0.12rem solid #fff;
  border-bottom: 0.12rem solid #fff;
  position: absolute;
  content: "";
  right: 0.9rem;
  top: 50%;
  transform: translateY(-80%) rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  transition: 0.2s;
}

.selected-option input {
  background-color: rgb(5 27 56 / 0%);
  color: #fff;
}

.options {
  background-color: #0b1623 !important;
}
.select-box ol li:not(:last-child) {
  border-bottom: none !important;
}
.select-box ol li:hover {
  background-color: #838383;
}

.select-box .options::before {
  border-bottom-color: transparent !important;
}
.search-box {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
}
/***********************************/

.video-parent {
  width: 554px;
  height: 369px;
  position: relative;
  margin-top: 30px;
  max-width: 100%;
}

.video-parent img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  visibility: visible;
  transition: 0.3s ease;
object-fit: cover;

}

.video-parent.active img {
  visibility: hidden;
  width: 0;
}

.video-parent img.play-btn {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 222;
  cursor: pointer;
}

iframe {
  max-width: 100vw;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  width: 650px;
  height: 369px;
  position: absolute;
  left: 0;
  width: 99%;
}

@media (max-width: 500px) {
  .video-parent {
    width: 100%;
    height: 260px;
  }
  .video-parent img {
    height: 260px;
  }
  .video-parent iframe {
    height: 260px;
  }
}
@media (max-width: 330px) {
  .video-parent {
    width: 100%;
    height: 190px;
    width: 100vw;
    max-width: 100vw;
  }
  .video-parent img {
    height: 190px;
    width: 100vw;
  }
  .video-parent iframe {
    height: 190px;
    width: 100vw;
  }
}

.QuestionnaireHeader {
  font-family: "Tajawal", sans-serif;
  color: #f3b000;
  font-size: 40px;
  font-weight: 700;
}

.QuestionnaireText {
  font-family: "Tajawal", sans-serif;
  color: #fff;
  font-size: 17px;
}

@media (max-width: 1024px) {
  .QuestionnaireText {
    text-align: center;
    padding: 15px 30px;
  }
  .QuestionnaireHeader {
    text-align: center;
  }
}

.QuestaionareButtons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
  gap: 5px;
}

@media (max-width: 1024px) {
  .QuestaionareButtons {
    flex-direction: column;
  }

  .QuestaionareButtons button {
    width: 100%;
  }
}

.QuestaionareButtons button:first-of-type {
  background-color: transparent;
  border: 1px solid #f3b000;
  outline: none;
  padding: 10px 20px;
  color: #fff;
  font-family: "Tajawal", sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
  flex: 1;
  color: #f3b000;
}

.QuestaionareButtons button:first-of-type.index {
  background-color: #f3b000;
  color: #000;
}

.QuestaionareButtons button:nth-of-type(2) {
  border: 1px solid transparent !important;
  background-color: transparent;
  border: 1px solid #f3b000;
  background-color: #f3b000;
  outline: none;
  padding: 10px 20px;
  color: #000;
  font-family: "Tajawal", sans-serif !important;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
  flex: 1;
}

.error-message {
  color: #ff2c2c;
  font-weight: 500;
}
