@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Open+Sans:wght@300;400;500&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #677788;
  overflow-x: hidden;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

img {
  width: 100%;
}

.main-color {
  color: #377dff;
}

mark {
  padding: 0.2em;
  background-color: rgba(55, 125, 255, 0.1);
}

.btn-primary {
  background: #377dff;
  border-color: #377dff;
  text-wrap: nowrap;
}
.btn-primary:hover {
  background: #377dff;
  border-color: #377dff;
}

.small {
  font-size: 80%;
  font-weight: 400;
}

.badge-soft-primary {
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
  font-weight: 400;
  padding: 7px 15px;
}

.badge-soft-danger {
  color: #ed4c78;
  background-color: rgba(237, 76, 120, 0.1);
  font-weight: 400;
  padding: 7px 15px;
}

.default-label-title {
  font-weight: 500;
  letter-spacing: 0.03125rem;
  font-size: 13px;
}

.default-title {
  color: #1e2022;
  font-weight: 600;
  line-height: 1.4;
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .default-title {
    font-size: calc(1.375rem + 1.5vw);
  }
}

.default-section-title {
  color: #1e2022;
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.landing-banner {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
  background: url("/assets/images/bg-landing-banner.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.landing-banner .inner-section {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 50px;
  align-items: center;
}
@media (max-width: 768px) {
  .landing-banner .inner-section {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .landing-banner .inner-section .detail-wrapper {
    order: 2;
  }
}
.landing-banner .inner-section .landing-form {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .landing-banner .inner-section .landing-form {
    flex-direction: column;
  }
  .landing-banner .inner-section .landing-form .btn {
    width: 100%;
  }
}
.landing-banner .inner-section .landing-form .form-control {
  height: 51px;
}
.landing-banner .inner-section .landing-form .btn {
  height: 51px;
}
.landing-banner .inner-section .partner-list {
  display: flex;
  align-items: center;
  gap: 25px;
}
.landing-banner .inner-section .partner-list .item {
  height: 30px;
  width: auto;
}

.solutions {
  padding: 8rem 0;
}
.solutions .default-section-title {
  margin-bottom: 50px;
}
.solutions .solution-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .solutions .solution-list {
    grid-template-columns: 1fr;
  }
}

.about {
  padding: 2rem 0 8rem 0;
}
.about .inner-section {
  width: 50%;
  margin: auto;
}
@media (max-width: 768px) {
  .about .inner-section {
    width: 100%;
  }
}
.about .about-list .item {
  display: flex;
  gap: 15px;
}
.about .about-list .icon-wrapper {
  position: relative;
}
.about .about-list .icon-wrapper .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 0.75rem;
  width: 1.75rem;
  height: 1.75rem;
  color: #377dff;
  background-color: rgba(55, 125, 255, 0.1);
}
.about .about-list .icon-wrapper:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  border-left: 0.125rem dashed #e7eaf3;
  left: 50%;
  transform: translateX(-50%);
}
.about .about-list .desc-wrapper {
  padding-bottom: 25px;
}
.about .about-list .title {
  color: #1e2022;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.service {
  padding: 2rem 0 8rem 0;
}
.service .service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .service .service-list {
    grid-template-columns: 1fr;
  }
}
.service .service-list .item {
  padding: 20px;
  border-width: 0;
  box-shadow: 0 12px 15px rgba(140, 152, 164, 0.1);
  transition: all 0.5s ease;
}
.service .service-list .item:hover {
  transform: translateY(-3px);
}
.service .service-list .item .icon {
  width: 56px;
  margin-bottom: 20px;
}
.service .service-list .item .title {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
  color: #1e2022;
}

.why {
  padding: 2rem 0 8rem 0;
}
.why .table-wrapper {
  width: 70%;
  margin: auto;
  color: #677788;
}
@media (max-width: 768px) {
  .why .table-wrapper {
    width: 100%;
  }
}
.why .table-wrapper .table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #f8fafd;
  box-shadow: none;
}
.why .table-wrapper .text-dark {
  color: #1e2022;
}
.why .table-wrapper .text-desc {
  display: block;
  color: #677788;
  font-weight: 400;
}
.why .table-wrapper thead th {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.why .table-wrapper thead th:first-child {
  min-width: 35%;
}
.why .table-wrapper tbody th {
  font-size: 16px;
  font-weight: 500;
  padding: 20px;
  vertical-align: middle;
}
.why .table-wrapper tbody th.second-th {
  font-size: 14px;
  color: #677788;
}
.why .table-wrapper tbody td {
  color: #677788;
  text-align: center;
  padding: 20px;
  vertical-align: middle;
}

.testimonial {
  padding: 2rem 0 8rem 0;
}
.testimonial .default-section-title {
  margin-bottom: 50px;
}
.testimonial .testimonial-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .testimonial .testimonial-list {
    grid-template-columns: 1fr;
  }
}

.card-solution {
  background: #f8fafd;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 10px;
  transition: all 0.5s ease;
  cursor: pointer;
  gap: 15px;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .card-solution {
    grid-template-columns: 2fr 1fr;
  }
}
.card-solution:hover {
  background: #f4f7fc;
  transform: translateY(-3px);
}
.card-solution .detail-wrapper {
  display: flex;
  align-items: center;
  padding: 25px;
}
.card-solution .detail-wrapper .title {
  font-size: 1.125rem;
  color: #1e2022;
  line-height: 1.5;
  font-weight: 500;
}

.card-testimonial {
  padding: 25px;
  border-radius: 15px;
}
.card-testimonial.highlight {
  background-color: #377dff;
  color: white;
}
.card-testimonial.highlight .profile .name, .card-testimonial.highlight .profile .de {
  color: white;
}
.card-testimonial .stars {
  color: #ec9a3c !important;
  font-size: 13px;
  margin-bottom: 15px;
}
.card-testimonial .testi {
  margin-bottom: 25px;
}
.card-testimonial .profile {
  display: flex;
  gap: 15px;
}
.card-testimonial .profile .image-wrapper {
  flex-basis: 50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 100%;
}
.card-testimonial .profile .image-wrapper img {
  width: 50px;
  object-fit: cover;
  object-position: center;
}
.card-testimonial .profile .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #1e2022;
  margin-bottom: 0px;
}
.card-testimonial .profile .de {
  color: #677788;
  font-size: 13px;
}

#main-header {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 99;
  background: transparent;
  padding: 10px 0px;
  transition: all 0.5s ease;
}
#main-header.scrolled {
  background: white;
}
#main-header.scrolled .logo {
  height: 40px;
}
@media (max-width: 768px) {
  #main-header {
    text-align: center;
    padding: 0px 15px;
    background: white;
  }
}
#main-header .logo {
  width: auto;
  height: 55px;
  transition: all 0.5s ease;
}
@media (max-width: 768px) {
  #main-header .logo {
    height: 40px;
  }
}

#main-footer {
  padding: 2rem 0;
}
#main-footer .section-title {
  color: #1E2023;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
}
#main-footer .link-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}
#main-footer .link-list .link {
  text-decoration: none;
  color: #677788;
  font-size: 0.875rem;
}
#main-footer .link-list .link:hover {
  color: #377dff;
}
#main-footer .copyright {
  text-align: center;
  font-size: 13px;
}
#main-footer .copyright a {
  text-decoration: none;
  color: #377dff;
}

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