@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Montserrat:wght@400;500;700&display=swap");
body {
  font-family: "Manrope", sans-serif;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 27px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 48px;
  line-height: 59px;
}

h2,
.h2 {
  font-size: 36px;
  line-height: 44px;
}

a {
  text-decoration: none;
}
a:hover {
  color: #2537C0;
}

img {
  max-width: 100%;
  height: auto;
  aspect-ratio: attr(width)/attr(height);
}

ul {
  padding-left: 0;
}
ul li {
  list-style-type: none;
}

button,
input {
  font-family: "Manrope", sans-serif;
  border-radius: 4px !important;
}

:focus {
  outline: none;
}

.btn {
  font-size: 16px;
  font-weight: 500;
}
.btn i {
  margin-right: 8px;
}

.btn-sm {
  font-size: 14px;
}

.btn-white-lite {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  color: #fff;
}

.btn-primary {
  background: #151F6D;
}
.btn-primary:hover, .btn-primary:focus-visible, .btn-primary:active {
  background: #2537C0;
}

.btn-light {
  background: #FFFFFF;
  border: 1px solid rgba(21, 31, 109, 0.1);
}

.btn-white {
  background: #fff;
}

.btn-outline-primary {
  border-color: #151F6D;
  color: #151F6D;
}
.btn-outline-primary:hover {
  background: #151F6D;
  color: #fff;
}

.blue-gradient {
  background: -webkit-gradient(linear, right top, left top, from(#2537C0), to(#151F6D));
  background: -o-linear-gradient(right, #2537C0 0%, #151F6D 100%);
  background: linear-gradient(270deg, #2537C0 0%, #151F6D 100%);
  color: #fff;
}

.link-white a {
  color: #fff;
}

.link-blue a {
  color: #151F6D;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.border-radius-4 {
  border-radius: 4px;
}

.gray-blue-bg {
  background: #F7F8FF;
}

.blue-color {
  color: #151F6D;
}

.blue-color-cecondary {
  color: #2537C0;
}

.white-color {
  color: #fff;
}

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

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

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

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

.text-opacity-75 {
  opacity: 0.75;
}

.form-control-lg {
  font-size: 16px;
}

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

.wrapper {
  margin: 140px 0;
}

.speedbar li {
  color: #151F6D;
}
.speedbar li a {
  color: #151F6D;
}
.speedbar li a:after {
  content: "/";
  padding: 0 8px;
}

.popover {
  border-radius: 4px;
}

.popover-arrow {
  display: none !important;
}

[data-bs-toggle=qr-popover] {
  cursor: pointer;
}

.modal-content {
  margin: auto;
  width: 95%;
}

/* ---------- Phone plugin -------------- */
.iti {
  width: 100%;
}

.iti__country {
  color: #000;
}

.iti__selected-flag {
  background: #EAECFB;
  border-radius: 0px 4px 4px 0px;
}

.iti__country-list {
  z-index: 9;
}

/* ---------- Header -------------- */
.head-notif {
  position: relative;
  top: -8px;
  font-size: 12px;
  line-height: 16px;
}
.head-notif .close-head-notif {
  font-size: 18px;
  cursor: pointer;
}

.header {
  background: -webkit-gradient(linear, right top, left top, from(#2537C0), to(#151F6D));
  background: -o-linear-gradient(right, #2537C0 0%, #151F6D 100%);
  background: linear-gradient(270deg, #2537C0 0%, #151F6D 100%);
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.header.active {
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.header .logo {
  background: url(../images/logo-white.svg) no-repeat;
  width: 148px;
  height: 24px;
}
.header .dropdown-toggle::after {
  margin-left: 5.5px;
}
.header .dropdown-toggle.show {
  background: #EAECFB;
  color: #151F6D !important;
  border-radius: 4px;
}
.header .nav a {
  color: #fff;
}
.header .nav a:hover {
  background: #EAECFB;
  border-radius: 4px;
  color: #151F6D;
}
.header .dropdown-menu {
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  border: none;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
  top: 50px;
}
.header .dropdown-menu li a {
  display: block;
  color: #151F6D !important;
  white-space: nowrap;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 12px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
}
.header .dropdown-menu li a:hover {
  background: #EAECFB;
}
.header .dropdown-menu li a i {
  margin-right: 12px;
  font-size: 18px;
}
.header .dropdown-menu .droplinks {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header .accordion-nav {
  font-size: 14px;
}
.header .accordion-nav .accordion-button {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 12px;
  font-weight: 500;
}
.header .accordion-nav .accordion-button:hover {
  background: #EAECFB;
}
.header .accordion-nav .accordion-button[aria-expanded=true] {
  background: #EAECFB;
  border-radius: 4px;
}
.header .accordion-nav .accordion-button:after {
  background: transparent;
  left: 5px;
  top: 6px;
}
.header .accordion-nav .accordion-header i {
  margin-right: 12px;
  font-size: 18px;
}
.header .accordion-nav .accordion-item {
  border: 0;
}
.header .accordion-nav .accordion-item .link li a {
  background: transparent;
  margin: 8px 0;
  padding: 0;
}
.header .accordion-nav.accordion-fill {
  border-radius: 4px;
}
.header .accordion-nav.accordion-fill .accordion-button[aria-expanded=true] {
  border-radius: 4px 4px 0 0;
}
.header .accordion-nav.accordion-fill .accordion-item .accordion-collapse {
  opacity: 1;
  background: #EAECFB;
  padding: 1px 8px 1px;
}
.header .navbar-toggler {
  color: #fff;
  font-size: 28px;
  border-color: #fff;
  border-radius: 4px;
}
.header .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header .navbar-toggler:hover {
  color: #151F6D;
}
.header .navbar-toggler i {
  margin-right: 0;
}

/* ---------- Hero Section -------------- */
.hero-section {
  position: relative;
  padding: 240px 0 170px;
}
.hero-section:after {
  content: "";
  position: absolute;
  background: url(../images/main-hero/hero-bg.svg) no-repeat;
  width: 965.95px;
  height: 692.21px;
  bottom: 0;
  z-index: 2;
  right: -30%;
}
.hero-section .hero-wrap {
  position: relative;
}
.hero-section .hero-wrap .hand-hero {
  position: absolute;
  width: 449px;
  z-index: 3;
  right: 0;
  bottom: -171px;
}

/* ---------- Advantages Section -------------- */
.advantages-section {
  position: relative;
  margin-top: -90px;
  z-index: 4;
}
.advantages-section .advantages-item {
  position: relative;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 32px 24px;
}
.advantages-section .advantages-item .icon {
  position: absolute;
  top: 0;
  right: 16px;
  background: #EAECFB;
  border-radius: 0px 0px 2px 2px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 2;
}

/* ---------- Card Section -------------- */
.card-section {
  background: -webkit-gradient(linear, left top, right top, from(#F7F8FF), to(#E6E9FF));
  background: -o-linear-gradient(left, #F7F8FF 0%, #E6E9FF 100%);
  background: linear-gradient(90deg, #F7F8FF 0%, #E6E9FF 100%);
  border-radius: 8px;
  padding: 72px 48px;
  margin-top: 146px;
}

/* ---------- Card check Section -------------- */
.cardcheck-section {
  border-radius: 8px;
  margin: 216px auto;
}
.cardcheck-section .steps {
  height: 100%;
}
.cardcheck-section .steps .step-item {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  height: 196px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cardcheck-section .steps .step-item .num {
  width: 48px;
  height: 48px;
  background: #FFFFFF;
  border: 5px solid rgba(21, 31, 109, 0.1);
  border-radius: 50%;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
}

/* ---------- Hold and Pay Section -------------- */
.hold-pay-section {
  margin-top: 96px;
}
.hold-pay-section .hold-pay-info {
  height: 100%;
}
.hold-pay-section .hold-box {
  position: relative;
  border-radius: 8px;
}
.hold-pay-section .hold-box:after {
  content: "";
  background: url(../images/main-section/hold-lines.svg) no-repeat bottom right;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}
.hold-pay-section .hold-box .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      align-self: end;
}
.hold-pay-section .hold-box .person img {
  height: auto;
}

/* ---------- CEO Section -------------- */
.ceo-box {
  background: #F7F8FF url(../images/main-section/quote.svg) bottom 0 right 81px no-repeat;
  border-radius: 8px;
  margin-top: 205px;
  padding: 96px;
}

.carousel-indicators {
  margin-bottom: 24px;
}

.carousel-indicators [data-bs-target] {
  background: #E5E9FF;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
}
.carousel-indicators [data-bs-target].active {
  background: #151F6D;
}

.carousel-control {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 48px;
  height: 48px;
  color: #151F6D;
  opacity: 1;
  top: calc(50% - 24px);
}
.carousel-control:hover, .carousel-control:focus {
  color: #151F6D;
  opacity: 1;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1) !important;
}
.carousel-control.carousel-control-prev {
  left: -24px;
}
.carousel-control.carousel-control-next {
  right: -24px;
}

/* ---------- About Section -------------- */
.about-section {
  margin: 144px auto;
}
.about-section .bind-card {
  background: #F7F8FF;
  border-radius: 4px;
}
.about-section .bind-card .icon {
  position: absolute;
  top: 0;
  right: 24px;
  background: #EAECFB;
  border-radius: 0 0 2px 2px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 2;
}

/* ---------- Faq Section -------------- */
.accordion-item {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-button {
  font-size: 20px;
  font-weight: 600;
  color: #151F6D;
  padding-left: 0;
  padding-right: 24px;
}
.accordion-button:focus {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #151F6D;
  background-color: transparent;
}

.accordion-button::after {
  position: relative;
  left: 24px;
  content: url(../images/main-section/arrow-faq.svg);
  background-image: none;
  width: 24px;
  height: 24px;
  background: #F2F2F2;
  border-radius: 50%;
  text-align: center;
  line-height: 0.7;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
}

.accordion-button:not(.collapsed) {
  color: #151F6D;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-collapse {
  opacity: 0.75;
}

.faq-section {
  margin-bottom: 144px;
}
.faq-section .faq-send-box {
  width: 100%;
  background: #F7F8FF;
  border-radius: 8px;
  overflow: hidden;
}
.faq-section .faq-send-box img {
  width: 100%;
}

/* ---------- Blog Section -------------- */
.blog-section {
  margin: 144px auto;
}

.blog-box {
  margin-top: 66px;
}
.blog-box .blog-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.blog-box .blog-item.blog-item-md {
  height: 428px;
}
.blog-box .blog-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  left: 0;
  z-index: 1;
}
.blog-box .blog-item .info {
  position: absolute;
  bottom: 0;
  padding: 24px;
  z-index: 2;
}
.blog-box .blog-item:hover {
  color: #fff;
}
.blog-box .blog-item img {
  max-width: none;
  width: auto;
  min-height: 100%;
}
.blog-box .blog-item-lg {
  background: #F8F9FF;
  border-radius: 8px;
}

.full-news {
  margin-top: 165px;
}

/* ---------- Modal -------------- */
.modal-dialog {
  max-width: 800px;
}
.modal-dialog .close-modal {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #151F6D;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 50% !important;
  border: 0;
  font-size: 24px;
  text-align: center;
  padding: 0;
  line-height: 1;
}

.modal-content {
  border-radius: 8px;
}
.modal-content .bg-col img {
  width: 90px;
}

/* ---------- Privacy  -------------- */
.sidebar {
  border: 1px solid #EAECFB;
  border-radius: 8px;
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.sidebar li {
  margin: 8px;
  font-size: 14px;
  list-style: none;
}
.sidebar li a {
  color: #151F6D;
  display: block;
  padding: 8px 20px;
  border-radius: 4px;
}
.sidebar li a.active {
  background: #EAECFB;
}

/* ---------- Footer -------------- */
.footer {
  padding: 102px 0 97px;
  position: relative;
}
.footer:after {
  content: "";
  background: url(../images/main-section/footer-line.svg) no-repeat top right;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}

@media (max-width: 992px) {
  .fs-md-6 {
    font-size: 1rem !important;
  }
  h1,
  .h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .header .logo {
    width: 123px;
    height: 20px;
    background-size: 100%;
  }
  .hero-section {
    position: relative;
    padding: 107px 0 0;
  }
  .hero-section:after {
    display: none;
  }
  .hero-section .hero-wrap {
    text-align: center;
  }
  .hero-section .hand-hero {
    display: none;
  }
  .hero-section .smart-hero img {
    width: 234px;
  }
  .card-section {
    margin-top: 96px;
    padding: 48px 24px;
  }
  .card-section .pay-card {
    width: 287px;
    height: 213px;
    margin: 0 auto;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .cardcheck-section {
    margin: 96px auto;
  }
  .cardcheck-section .steps .step-item .num {
    width: 96px;
    height: 96px;
    font-size: 36px;
    line-height: 88px;
  }
  .about-section,
  .blog-section {
    margin: 96px auto;
  }
  .ceo-box {
    margin-top: 96px;
    padding: 48px 24px;
  }
  .faq-section .faq-send-box {
    width: 100%;
  }
  .header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
  .header .nav a {
    color: #151F6D;
  }
  .header .nav a.nav-link {
    font-weight: 700;
    font-size: 20px;
    padding-top: 0;
    padding: 0;
  }
  .navbar-collapse {
    position: fixed;
    background: #fff;
    width: 100%;
    min-height: calc(100vh - 48px);
    height: calc(100vh - 48px);
    top: 54px;
    left: 0;
    padding: 48px 0;
    overflow: auto;
  }
  .header .dropdown-menu {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 !important;
    margin-top: 24px;
    top: 0;
  }
  .header .dropdown-toggle.show,
  .header .nav a:hover {
    background: transparent;
  }
  .dropdown-toggle:after {
    float: right;
    border: 0;
    content: "\f282";
    font-family: "bootstrap-icons";
  }
  .header .dropdown-menu .droplinks {
    width: 100%;
    margin: 0;
  }
  .header .dropdown-menu .droplinks > * {
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .faq-section .faq-send-box img {
    width: 100%;
  }
}