.videoSection {
  background: #FFF;
  padding: 70px 10% 50px;
}
@media screen and (max-width: 749px) {
  .videoSection {
    padding: 42px 24px 40px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .videoSection {
    padding: 40px 7%;
  }
}
.videoSection .wrapper {
  padding: 0px 7%;
}
@media screen and (max-width: 749px) {
  .videoSection .wrapper {
    padding: 0;
  }
}
@media screen and (min-width: 750px) and (max-width: 1024px) {
  .videoSection .wrapper {
    padding: 0px 5%;
  }
}
.videoSection .wrapper .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: linear-gradient(135deg, #000 40%, #1a1a1a);
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (max-width: 992px) {
  .videoSection .wrapper .video-wrapper {
    padding-bottom: 55.25%;
  }
}
.videoSection .wrapper .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.videoSection .wrapper .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.videoSection .content {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 749px) {
  .videoSection .content {
    margin-top: 30px;
  }
}
.videoSection .content .content_wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .videoSection .content .content_wrapper {
    display: block;
    margin-bottom: 20px;
  }
}
.videoSection .content .content_wrapper .heading {
  margin: 0px;
  font-size: 32px;
  line-height: 38px;
  font-family: "Figtree";
  font-weight: 600;
  max-width: 60%;
  margin-right: 10%;
}
@media screen and (min-width: 750px) and (max-width: 1366px) {
  .videoSection .content .content_wrapper .heading {
    font-size: 28px;
    line-height: 35px;
  }
}
@media screen and (max-width: 749px) {
  .videoSection .content .content_wrapper .heading {
    max-width: 100%;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 1rem;
  }
}
.videoSection .content .content_wrapper .subHeading {
  font-size: 20px;
  line-height: 28px;
  font-family: "Figtree";
  font-weight: 400;
  margin: 0;
}
@media screen and (min-width: 750px) and (max-width: 1366px) {
  .videoSection .content .content_wrapper .subHeading {
    font-size: 18px;
    line-height: 25px;
  }
}
@media screen and (max-width: 749px) {
  .videoSection .content .content_wrapper .subHeading {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 1rem;
  }
}

.contactUs {
  background: #FFF;
}
.contactUs .wrapper {
  display: flex;
}
@media screen and (max-width: 992px) {
  .contactUs .wrapper {
    flex-wrap: nowrap;
    flex-direction: column-reverse;
  }
}
.contactUs .wrapper .lhs {
  display: block;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .contactUs .wrapper .lhs {
    width: 100%;
  }
}
.contactUs .wrapper .lhs .form_wrapper {
  padding: 0px 50px;
}
@media screen and (max-width: 992px) {
  .contactUs .wrapper .lhs .form_wrapper {
    padding: 20px 20px 0;
  }
}
.contactUs .wrapper .lhs .form_wrapper .heading {
  padding-top: 30px;
}
@media screen and (max-width: 749px) {
  .contactUs .wrapper .lhs .form_wrapper .heading {
    padding-top: 10px;
  }
}
.contactUs .wrapper .lhs .form_wrapper .heading .head {
  font-size: 48px;
  line-height: 56px;
  font-family: "Figtree";
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0px;
}
@media screen and (max-width: 1025px) {
  .contactUs .wrapper .lhs .form_wrapper .heading .head {
    font-size: 28px;
    line-height: 36px;
  }
}
.contactUs .wrapper .lhs .form_wrapper .heading p {
  font-size: 18px;
  line-height: 26px;
  font-family: "Figtree";
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 0px;
}
@media screen and (max-width: 1025px) {
  .contactUs .wrapper .lhs .form_wrapper .heading p {
    font-size: 16px;
    line-height: 24px;
  }
}
.contactUs .wrapper .lhs .form_wrapper form.contactForm {
  margin: 30px 0;
}
.contactUs .wrapper .lhs .form_wrapper form.contactForm .formRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .contactUs .wrapper .lhs .form_wrapper form.contactForm .formRow {
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 0px;
  }
}
.contactUs .wrapper .lhs .form_wrapper form.contactForm .formRow .form-field {
  width: 47.5%;
  display: block;
}
@media screen and (max-width: 992px) {
  .contactUs .wrapper .lhs .form_wrapper form.contactForm .formRow .form-field {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contactUs .wrapper .lhs .form_wrapper form.contactForm .formRow .form-field label {
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-family: "Figtree";
  font-weight: 400;
}
.contactUs .wrapper .lhs .form_wrapper form.contactForm .formRow .form-field input {
  margin: 10px 0 0;
  width: 100%;
  border: 1px solid #EAEAEA;
  border-radius: 50px;
  padding: 16px;
  box-sizing: border-box;
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
  .contactUs .wrapper .lhs .form_wrapper form.contactForm .formRow .form-field input {
    padding: 12px;
    margin: 5px 0;
  }
}
.contactUs .wrapper .lhs .form_wrapper form.contactForm .button .submitBtn {
  background: #08819D;
  color: #FFF;
  font-size: 16px;
  font-family: "Figtree";
  font-weight: 400;
  border-radius: 50px;
  padding: 16px 32px;
  border: none;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  display: block;
}
.contactUs .wrapper .rhs {
  display: block;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .contactUs .wrapper .rhs {
    width: 100%;
  }
}
.contactUs .wrapper .rhs .img {
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1025px) {
  .contactUs .wrapper .rhs .img {
    height: 420px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .contactUs .wrapper .rhs .img {
    height: 490px;
  }
}

.share-popup {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.share-popup .share-popup-wrapper {
  width: 630px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  padding: 40px;
  border-radius: 48px;
}
@media screen and (max-width: 600px) {
  .share-popup .share-popup-wrapper {
    width: calc(100% - 25px);
    padding: 35px 25px;
    border-radius: 30px;
  }
}
.share-popup .share-popup-wrapper h2 {
  font-size: 32px;
  color: #000;
  font-family: "Figtree";
  font-weight: 700;
  margin: 5px 0 10px;
}
@media screen and (max-width: 600px) {
  .share-popup .share-popup-wrapper h2 {
    font-size: 24px;
  }
}
.share-popup .share-popup-wrapper p {
  color: #000;
  font-family: "Figtree";
  margin-top: 16px;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 600px) {
  .share-popup .share-popup-wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
}
.share-popup .share-popup-wrapper p span {
  font-size: 11px;
  line-height: 20px;
}
.share-popup .share-popup-wrapper p small {
  font-size: 18px;
  color: #606060;
  line-height: 20px;
}
@media screen and (max-width: 600px) {
  .share-popup .share-popup-wrapper p small {
    font-size: 12px;
    line-height: 16px;
  }
}
.share-popup .share-popup-wrapper .close-btn {
  width: 24px;
  position: absolute;
  right: 40px;
  top: 25px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .share-popup .share-popup-wrapper .close-btn {
    width: 25px;
    right: 20px;
    top: 20px;
  }
}
.share-popup .share-popup-wrapper .close-btn img {
  width: 100%;
  display: block;
}
.share-popup .share-popup-wrapper .social_icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin: 40px 0 10px;
}
.share-popup .share-popup-wrapper .social_icons a.socialIcons img {
  width: 40px;
}
@media screen and (max-width: 749px) {
  .share-popup .share-popup-wrapper .social_icons a.socialIcons img {
    width: 30px;
  }
}

.noScroll {
  overflow: hidden;
}

.noScroll body {
  overflow-y: hidden !important;
  height: 100%;
}

span.error-msg {
  font-size: 12px;
  color: red;
  padding: 0 10px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color) !important;
}

.invalid-feedback {
  color: black;
  display: block;
}

.invalid-feedback {
  display: none;
  color: #dc3545;
}

.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

.pledge-btn {
  text-decoration: none;
}

a.socialIcons {
  cursor: pointer;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .contactUs .wrapper .rhs .img {
    height: 100%;
  }
}/*# sourceMappingURL=video-section.css.map */