@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* Reset CSS */
* {
  padding: 0rem;
  margin: 0rem;
}
*:focus {
  outline: 0;
}
html,
body {
  overflow-x: hidden;
  font-size: 16px;
}
body {
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  font-family: "DM Sans", sans-serif;
  background: #fff;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
a,
a:link {
  text-decoration: none;
  outline: none;
}
p {
  padding: 1.25rem 0 0 0;
  margin: 0;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none !important;
}
:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
::-webkit-input-placeholder {
  opacity: 1;
  color: #a4a4a4;
}
:-moz-placeholder {
  opacity: 1;
  color: #a4a4a4;
}
::-moz-placeholder {
  opacity: 1;
  color: #a4a4a4;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #a4a4a4;
}
/* Reset CSS */

h1 {
  font-size: 3.15rem;
}
h2 {
  font-size: 2.7rem;
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
.site-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.375rem;
}
.logo-dark {
  display: none;
}

.site-header.fixed {
  background: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.03);
}
.site-header.fixed .logo-dark {
  display: block;
}
.site-header.fixed .logo-white {
  display: none;
}

.site-header .site-link {
  opacity: 0;
  visibility: hidden;
}
.site-header.fixed .site-link {
  opacity: 1;
  visibility: visible;
}

.logo img {
  max-width: 8.125rem;
}

.site-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #005eff;
  color: #fff;
  padding: 0.625rem 1.875rem;
  border-radius: 3.125rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.site-link.full {
  width: 100%;
}
.social-login {
  margin-top: 1.25rem;
}
.social-login-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  border: 0.0625rem solid #dadce0;
  border-radius: 3.125rem;
  color: #000;
  font-weight: 600;
  height: 2.75rem;
}
.social-login-link img {
  width: 1.25rem;
}
.social-login-link:hover {
  background: #dee9ff;
  border: 0.0625rem solid #bdcceb;
}

.site-link:hover {
  background: #0040ad;
}

.terms {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  margin-top: 1.25rem;
}
.custom-check {
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}
.custom-check input {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
}
.custom-check .check-mark {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #bdbdbd;
  border-radius: 0.3125rem;
}
.custom-check input:checked ~ .check-mark {
  background: #005eff;
  border: 0.0625rem solid #005eff;
}
.termTxt {
  font-weight: 500;
}

.hero-banner {
  background: linear-gradient(to right, #292CE9, #9D3898, #CE7A56, #9d3898);
}
.full-row {
  height: 100vh;
  min-height: 40.625rem;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
.banner-txt {
  color: #fff;
}
.banner-txt p {
  font-size: 1.2rem;
}

.hero-banner-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.hero-banner-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.form-block-outer {
  padding-left: 3.125rem;
}
.form-block {
  border-radius: 0.9375rem;
  padding: 1.875rem;
  background: #fff;
}
.or {
  position: relative;
  text-align: center;
  margin-top: 1.25rem;
}
.or::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.0625rem;
  background: #dadce0;
}
.or span {
  display: inline-block;
  background: #fff;
  font-weight: 500;
  position: relative;
  z-index: 2;
  padding: 0 0.9375rem;
}

.input-wrap {
  margin-top: 1rem;
  position: relative;
}
.input {
  width: 100%;
  border-radius: 0.625rem;
  border: 0.0625rem solid #dadce0;
  padding: 0.875rem 1.25rem;
}
.input:focus {
  border: 0.0625rem solid #005eff;
}
.input-wrap label {
  padding: 0 0 6px 0;
}

.steps {
  padding: 6.25rem 0;
}
.steps h2 {
  padding-bottom: 1.875rem;
}
.steps-single {
  background: #fff;
  padding: 1.875rem;
  border-radius: 1.25rem;
  box-shadow: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 0.1),
    0 0.0625rem 0.125rem -0.0625rem rgb(0 0 0 / 0.1);
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ebebeb;
}
.step-number {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  border-radius: 100%;
  font-weight: 700;
  margin: 0 auto;
}
.step-image {
  max-width: 5rem;
  margin-top: 0.9375rem;
}
.steps h3 {
  padding-top: 1.25rem;
  color: #005eff;
}
.steps h5 {
  padding-top: 0.625rem;
  color: #5a5a5a;
  font-weight: 500;
}
.steps [class*="col-"] {
  margin-top: 1.875rem;
}

.benefits {
  padding: 6.25rem 0;
  background: #f9fafb;
}
.benefits h2 {
  padding-bottom: 1.875rem;
}
.benefits [class*="col-"] {
  margin-top: 1.875rem;
}
.benefit-img img {
  width: 5rem;
}
.benefit-single {
  padding: 1.875rem;
}
.benefit-single h3 {
  padding-top: 1.25rem;
  color: #005eff;
}
.benefit-single p {
  padding: 0.3125rem 0 0 0;
  font-size: 1.2rem;
}

.benefits.alt {
  background: #fff;
}
.faq-wrap {
  padding: 6.25rem 0;
  background: #f9fafb;
}

.faq .accordion-item {
  padding: 0;
  border: none !important;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  background: none;
  border: 0.0625rem solid #d9deff !important;
  overflow: hidden;
}
.faq .accordion-button {
  position: relative;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 1.5rem 4.375rem 1.5rem 1.5rem !important;
  font-size: 1rem;
  font-weight: 600;
  color: #4d569b !important;
  box-shadow: none !important;
  background: linear-gradient(
    90deg,
    rgb(99 153 255 / 14%) 0%,
    rgb(43 15 255 / 0%) 100%
  ) !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.faq .accordion-button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.faq .accordion-body {
  padding: 1.5rem;
  color: #000;
  padding-top: 0 !important;
  padding-left: 0 !important;
}
.faq .accordion-body p {
  line-height: 1.55rem;
  padding: 1rem 0 0 0;
}
.faq .accordion-body p:first-child {
  padding-top: 0;
}
.faq .accordion-item:first-child {
  border: none !important;
}

.faq .accordion-button {
  background: none !important;
  color: #2e2e2e !important;
}
.faq .accordion-item {
  border: none !important;
  border-top: 0.0625rem solid #e9e9e9 !important;
  margin: 0;
  border-radius: 0;
}
.faq .accordion-body p {
  color: #606060;
}

.spotlight-wrap {
  max-width: 56.25rem;
  margin: 0 auto;
}
.quote-img {
  width: 4rem;
  margin: 0 auto;
}
.spotlight-carousel .item {
  text-align: center;
}
.spotlight-carousel .item h5 {
  font-style: italic;
  font-size: 1.75rem;
  line-height: 2.625rem;
  color: #444;
}
.spotlight-carousel .item h6 {
  padding-top: 2.5rem;
  font-size: 1.375rem;
}
.spotlight-carousel .item p {
  padding: 0;
}

.spotlight-carousel .owl-nav button {
  position: absolute;
  right: -10rem;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 100%;
  background: #fff !important;
  color: #5f9bb9 !important;
  font-size: 1.5rem !important;
  border: 0.0625rem solid #5f9bb9 !important;
}
.spotlight-carousel .owl-nav button i {
  line-height: 1.5rem !important;
}
.spotlight-carousel .owl-nav button.owl-prev {
  right: unset;
  left: -10rem;
}

.spotlight-carousel .owl-dots {
  text-align: center;
  margin-top: 1.25rem;
}
.spotlight-carousel .owl-dot {
  background: #e3e3e3 !important;
  border: 0.0625rem solid #e3e3e3 !important;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  margin: 0 0.5rem;
}
.spotlight-carousel .owl-dot.active {
  border: 0.0625rem solid #5f9bb9 !important;
  background: #fff !important;
  transform: scale(1.7);
}

.cta {
  padding: 6.25rem 0;
  background: url("../images/hero-banner.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.site-footer {
  padding: 1.25rem 0;
  background: #f9fafb;
}
.site-footer p {
  padding: 0;
}
.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.social {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.social i {
  font-size: 1.25rem;
}
.social a {
  color: #000;
}
.social a:hover {
  color: #005eff;
}

a.foot-link {
  color: #000;
}
a.foot-link:hover {
  color: #005eff;
}

h4.logo-white {
  color: #fff;
  font-weight: 500;
}
.banner-txt {
  text-align: center;
  margin-top: -12.5rem;
}

.video-wrap {
  position: relative;
  width: 66.66%;
  height: 30rem;
  position: relative;
  border-radius: 0.9375rem;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 3.125rem;
  padding: 0.3125rem;
  background: #fff;
}
.video-wrap iframe {
  width: calc(100% - 0.625rem);
  height: calc(100% - 0.625rem);
  position: absolute;
  left: 0.3125rem;
  top: 0.3125rem;
  display: block;
  border-radius: 0.9375rem;
  overflow: hidden;
}

.hero-banner.register .full-row {
  min-height: 100vh;
  height: auto;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

body {
  padding: 0 !important;
  margin: 0;
}
body.modal-open {
  padding: 0 !important;
  margin: 0;
}
.theme-modal .modal-dialog {
  max-width: 37.5rem;
}
.theme-modal .modal-body {
  padding: 2.1875rem;
  position: relative;
}
.theme-modal .modal-content {
  border-radius: 1.25rem;
}
.theme-modal .btn-close:focus {
  outline: 0;
  box-shadow: none;
}
.theme-modal .btn-close {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
}

.iti {
  width: 100% !important;
}
.iti--allow-dropdown .iti__country-container {
  left: 0.9375rem !important;
}
.input.iti__tel-input {
  padding-left: 6.25rem !important;
}
.iti--inline-dropdown .iti__dropdown-content {
  left: -0.9375rem !important;
}
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti__selected-country-primary:hover,
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti__selected-country:has(+ .iti__dropdown-content:hover)
  .iti__selected-country-primary {
  background: none !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.infoLink a {
  cursor: pointer !important;
  color: #005eff !important;
}
.hr {
  border-top: 0.0625rem solid #dadce0 !important;
  opacity: 1 !important;
}
.errMsg {
  display: block;
  font-size: 0.875rem;
  color: red;
  padding-top: 0.5rem;
}
.sentMsg {
  display: block;
  font-size: 0.875rem;
  padding-top: 0.5rem;
}
#masknumber {
  display: inline-block;
  font-weight: 600;
}

.spinner-border {
  width: 3.125rem !important;
  height: 3.125rem !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -1.5625rem !important;
  margin-left: -1.5625rem !important;
}

.site-footer {
  padding: 0;
  background: none;
}
.footer-top {
  background: #005eff;
}
.footer-top-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
  color: #fff;
}
.social a {
  color: #fff;
}
.social a:hover {
  color: #fff;
}

.footer-mid {
  background: #1c2431;
  padding: 6.25rem 0;
  color: #fff;
}
.footer-mid p {
  color: #8c9bb5;
}
.footer-mid-in {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-mid-single {
  max-width: 25rem;
}
.footer-mid-single h2 {
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 0.625rem;
}
.footer-mid-single ul li {
  margin-top: 0.5rem;
}
.footer-mid-single ul li a {
  color: #8c9bb5;
}
.footer-mid-single ul li a:hover {
  color: #fff;
}
.contact-block {
  color: #8c9bb5;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.footer-bottom {
  background: #151b29;
  color: #8c9bb5;
}
.footer-wrap {
  height: 3.75rem;
}
.footer-wrap .social a {
  color: #8c9bb5;
}
.footer-wrap .social a:hover {
  color: #fff;
}

.counter {
  padding: 6.25rem 0;
}
.counter h5 {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-size: 2rem;
}
.counter h5 span {
  font-size: 5.125rem;
  font-weight: 600;
  color: #d80069;
}

.hero-banner.inner-page .full-row {
  height: auto;
  min-height: 400px;
}
.privacy-cont {
  padding: 100px 0;
}

.privacy-cont h2 {
  padding-top: 60px;
  font-size: 2rem;
}
.privacy-cont h3 {
  padding-top: 35px;
  font-size: 1.2rem;
}
.privacy-cont h3 + p {
  padding-top: 5px;
}
.privacy-cont h4 {
  padding-top: 25px;
  font-size: 1rem;
}
.privacy-cont ul {
  padding: 20px 0 0 0;
  margin-left: 40px;
}
.privacy-cont ul li {
  margin-top: 8px;
  list-style-type: disc;
}

.video {
  position: relative;
  z-index: 9;
  max-width: 53.125rem;
  margin: 0 auto;
  margin-top: -27.75rem;
  border-radius: 1.875rem;
  overflow: hidden;
  border: 0.625rem solid #bd698c;
  background: #bd698c;
}
.site-link-wrap {
  max-width: 53.125rem;
  margin: 0 auto;
}

@media (max-width: 1599px) {
  html,
  body {
    font-size: 15px;
  }
}

@media (max-width: 1299px) {
  .container {
    max-width: 70rem;
  }
  html,
  body {
    font-size: 14px;
  }
  .form-block-outer {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  html,
  body {
    font-size: 12px;
  }
  .video-wrap {
    height: 310px;
  }

  .full-row {
    height: auto;
  }
  .banner-txt {
    margin-top: 0;
  }
  .video {
    margin-top: -120px;
  }
}

@media (max-width: 1023px) {
  html,
  body {
    font-size: 16px;
  }
  section,
  .site-header {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .banner-txt {
    padding-bottom: 50px;
  }
  .video-wrap {
    width: 100%;
    height: 460px;
  }

  .benefit-single {
    text-align: center;
  }
  .counter h5 {
    font-size: 30px;
  }
  .counter h5 span {
    font-size: 40px;
  }
  .footer-mid {
    padding: 50px 30px;
  }
  .footer-mid-in {
    flex-wrap: wrap;
  }
  .footer-mid-single:first-child {
    width: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  .footer-top-in {
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq-wrap.alt .row {
    flex-direction: column-reverse;
  }
  .faq h2,
  .faq p {
    text-align: center !important;
  }
  .accordion {
    padding-top: 50px !important;
  }

  body .logo img {
    max-width: 200px !important;
  }
}

@media (max-width: 767px) {
  section,
  .site-header {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 35px;
  }
  .full-row {
    height: auto;
  }
  .social-login-link.alt {
    margin-top: 10px;
  }

  .steps,
  .benefits {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .steps h2 {
    font-size: 35px;
  }
  .spotlight-carousel .item h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .benefits.alt .benefit-single {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-wrap {
    display: block;
    text-align: center;
  }
  .social {
    justify-content: center;
  }
  .footer-single.second {
    border-top: 1px solid #dadce0;
    border-bottom: 1px solid #dadce0;
    padding: 15px 0;
    margin: 20px 0;
  }

  .video-wrap {
    height: 190px;
    margin-top: 10px;
  }

  .faq-wrap {
    padding: 50px 0;
  }
  .counter h5 {
    display: block;
  }
  .counter h5 span {
    display: block;
    text-align: center;
  }

  .footer-top-in {
    padding: 30px 0;
    height: auto;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-top-left {
    width: 100%;
  }
  .footer-top-right {
    width: 100%;
  }
  .social {
    padding-top: 20px;
  }

  body .logo img {
    max-width: 150px !important;
  }
  .footer-mid {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-mid-single {
    width: 100%;
    max-width: 100%;
    padding: 20px 0;
  }
  .footer-wrap {
    height: auto;
    padding: 30px 0;
  }

  .banner-txt p + a {
    display: none;
  }
  .video {
    margin-top: -44%;
  }
}

@media (max-width: 400px) {
  .video {
    margin-top: -44%;
  }
}
