@import url(assets/css/base.css);
@import url(assets/css/all_components.css);
.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: start;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.text-end {
  text-align: end;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.mx-auto {
  margin: 0 auto;
}

.ms-auto {
  margin-left: auto;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: 8px !important;
}

.mb-2 {
  margin-bottom: 16px !important;
}

.mb-3 {
  margin-bottom: 24px !important;
}

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom: 40px !important;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-0 {
  margin-top: 0;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.gap-1 {
  gap: 10px;
}

.gap-2 {
  gap: 16px;
}

.gap-3 {
  gap: 24px;
}

.gap-4 {
  gap: 32px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-40 {
  font-size: 40px;
}

.fw-normal {
  font-weight: normal;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-black {
  font-weight: 900;
}

.card {
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: clamp(20px, 2vw, 30px);
  padding: clamp(20px, 2vw, 32px) 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.default-sec .main-title {
  margin-bottom: clamp(22px, 6vw, 46px);
}

.main-title {
  position: relative;
  z-index: 1;
}

::-webkit-scrollbar {
  width: 10px;
  height: 0.6em;
  background: #fafafa;
}

::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 100vw;
  border: 2px solid transparent;
  background-clip: content-box;
}

.cursor-pointer {
  cursor: pointer;
}

.position-relative {
  position: relative;
}

.z-1 {
  z-index: 1;
}

.overflow-hidden {
  overflow: hidden;
}

.circle-radial {
  background: #b9b8eb;
  background: radial-gradient(closest-side, #b9b8eb, rgba(1, 0, 82, 0));
  position: absolute;
  display: block;
  width: 1200px;
  height: 900px;
  border-radius: 50%;
}

.input-wrapper {
  margin-bottom: 16px;
}
.input-wrapper .form-control {
  border: 1px solid #3a54f8;
  padding: 12px 20px;
  color: #000;
  border-radius: 12px;
  width: 100%;
  background-color: #f9f9ff;
  position: static;
}
.input-wrapper .iti {
  width: 100%;
}
.input-wrapper .iti .iti__flag-container {
  position: absolute;
  z-index: 2;
  background-color: #f9f9ff;
  left: 20px;
  top: 18px;
  cursor: pointer;
}
.input-wrapper .iti .iti__flag-container .iti__selected-flag {
  display: flex;
  align-items: center;
}
.input-wrapper .iti .iti__flag-container .iti__country-list {
  max-height: 200px;
  overflow: auto;
}
.input-wrapper .iti .form-control {
  padding-left: 56px !important;
}
.input-wrapper .error-msg {
  color: red;
  font-size: 13px;
  margin-top: 4px;
  display: none;
}

.modal-overlay {
  position: absolute;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999999;
  padding: 40px 20px;
  overflow: auto;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
.modal-overlay.is-open {
  display: flex;
  animation: fadeIn 0.3s ease forwards;
}

.modal-dialog {
  background: #fff;
  max-width: 1167px;
  width: 100%;
  border-radius: 44px;
  padding: clamp(30px, 4vw, 48px) clamp(20px, 4vw, 40px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease forwards;
  position: relative;
  height: -moz-min-content;
  height: min-content;
  margin: 0 auto;
}
.modal-dialog .video-wrapper {
  background-image: url("./assets/img/video-wrapper-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 40px 20px 30px;
  margin-top: 60px;
}
.modal-dialog .video-wrapper .label {
  display: block;
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1;
  padding: 13px 24px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: white;
}
.modal-dialog iframe {
  width: 100%;
  border: none;
  border-radius: 16px;
}

.modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  background-color: #3a54f8;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px auto;
  position: absolute;
  top: clamp(30px, 4vw, 48px);
  right: clamp(20px, 4vw, 40px);
  z-index: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .modal-overlay .form-wrapper {
    padding-top: 40px;
  }
  .modal-overlay .video-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 991px) {
  .d-lg-block {
    display: block !important;
  }
  .flex-lg-row {
    flex-direction: row;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
}
@media (max-width: 768px) {
  .circle-radial {
    width: 600px;
    height: 300px;
    opacity: 0.4 !important;
  }
}/*# sourceMappingURL=theme_styles.css.map */