@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700;800&family=Roboto:wght@400;500&display=swap");
body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 1rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.text-secondary {
  color: #28c391 !important;
}

.bg-primary-light {
  background: #e8faff;
}

.bg-black {
  background: #000000;
}

.v-centered {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lh-38 {
  line-height: 38px;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.navbar {
  background: #ffffff;
  height: 90px;
}

.navbar-dark .navbar-nav .nav-link {
  color: #393C3E;
  opacity: 1;
  font-size: 18px;
}

.navbar-dark .navbar-nav .nav-item.active .nav-link, .navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: #000;
  opacity: 1;
}

.main-header {
  background: #ffffff;
}

.main-header h1 {
  font-weight: 800;
  letter-spacing: -2px;
}

.main-header p {
  color: #1b1e21;
  font-weight: 400;
}

.main-header button {
  font-family: "Open Sans", sans-serif;
  letter-spacing: -3px;
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.32);
  transform: none;
  transition: all ease-in-out 0.2s;
}

.main-header button:hover {
  box-shadow: 0 43px 17px -30px rgba(0, 0, 0, 0.32);
  transform: scale(1.05);
}

.main-header .header-arrow {
  position: absolute;
  top: 0;
  right: -150px;
}

ol li a {
  color: #28c391;
}

ol li a:hover {
  text-decoration: none;
  color: #28c391;
}

section .section-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
  letter-spacing: -2px;
}

section .section-desc {
  font-size: 1.6rem;
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-indicators li {
  background-color: #6c757d;
}

.payment-quicker .card {
  border-radius: 10px;
  overflow: hidden;
}

.top-heart {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .py-100 {
    padding: 100px 0;
  }

  .main-header .header-arrow {
    position: absolute;
    top: 0;
    right: -150px;
  }

  .main-header h1 {
    font-size: 3.4rem;
  }

  .text-large {
    font-size: 2.6rem;
    font-weight: 600;
  }

  .process-image {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .navbar {
    height: auto;
    position: relative;
  }

  .main-header h1 {
    font-size: 1.6rem;
  }

  .main-header p {
    font-size: 16px;
    line-height: 24px;
  }

  .process-container {
    max-width: 100%;
    overflow-x: scroll;
  }

  .process-image {
    width: 800px;
  }

  section .section-title {
    font-size: 1.4rem;
  }

  section .section-desc {
    font-size: 1rem;
  }
}

/*# sourceMappingURL=index.css.map */
