html {
  scroll-behavior: smooth !important;
}

.page-content {
  overflow-x: hidden !important;
}

.space-navbar {
  position: fixed;
  padding: 0px 0px;
  width: 100%;
  display: block;
  z-index: 1000;
  transition: background-color 0.3s;
}

.space-navbar .logo {
  margin-left: 85px;
}

.space-footer {
  padding: 0px 85px;
}

.bt-nav-link {
  font-size: 18px;
}

.space-menu-about {
  margin-left: -40px;
}

.space-menu-partner {
  margin-left: -10px;
}

.bt-nav-link:hover {
  color: var(--color2) !important;
}

.bg-header {
  background-image: url(../image/bg-header.png);
  background-size: cover;
  height: 350px;
}

.space-hero {
  padding: 0px 85px;
  margin-top: -100px;
}

.typed-text {
  font-size: 23px;
}

.typed-cursor.typed-cursor--blink {
  animation: none !important;
}

.typed-cursor {
  background: url(../image/cursor-gray.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: -7px;
  transition: 0.8s all;
  transition-delay: 0.1s;
}

.btn-started {
  height: 56px;
  border-radius: 100px;
  width: 216px;
  text-transform: capitalize;
  font-size: 18px;
}

.btn-started:hover {
  background-color: var(--color2) !important;
}

.btn-solve {
  height: 56px;
  border-radius: 100px;
  width: 216px;
  text-transform: capitalize;
  font-size: 18px;
  float: right;
}

.btn-solve:hover {
  background-color: var(--color1) !important;
}

.btn-subform {
  height: 56px;
  border-radius: 100px;
  width: 256px;
  text-transform: capitalize;
  font-size: 18px;
  margin-top: 60px;
}

.btn-subform:hover {
  background-color: var(--color1) !important;
}

.scroll-icon {
  margin-top: 200px;
  -webkit-animation: mover 0.6s infinite alternate;
  animation: mover 0.6s infinite alternate;
}

#aboutUs {
  margin-top: 200px;
  padding-bottom: 80px;
}

#aboutUs h3 {
  font-size: 19px;
}

.section-aggregator {
  margin-top: 120px;
}

.section-aggregator h1 {
  font-size: 32px;
}

.section-aggregator p {
  font-size: 18.8px;
}

.pillars {
  padding: 50px 85px;
}

.pillars p {
  font-size: 22px;
}

.pillars h1 {
  font-size: 32px;
  margin-top: -18px;
}

.pillars h2 {
  font-size: 20px;
  margin-top: 25px;
}

.pillars span {
  font-size: 16px;
}

.bg-why {
  background-image: url(../image/bg-why.svg);
  background-size: cover;
  height: 375px;
  margin-top: 100px;
}

.bg-why h1 {
  margin-top: 150px;
  font-size: 40px;
}

.section-problem {
  padding: 0px 120px 80px;
  margin-top: 100px;
}

.section-problem p {
  font-size: 17px;
}

.section-problem h1 {
  font-size: 32px;
  margin-top: 7px;
}

.section-problem span {
  font-size: 17px;
  color: #666666;
}

.bt-divider {
  height: 1px;
  background-color: #e9e9e9;
  margin-top: 80px;
}

.section-solutions {
  padding: 0px 120px 80px;
  margin-top: 20px;
}

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

.solutions h1 {
  font-size: 30px;
  margin-top: -10px;
}

.section-solutions span {
  color: #666;
  font-size: 14px;
}

.section-solutions-alter {
  padding: 0px 120px 80px;
  margin-top: 20px;
}

.section-solutions-alter span {
  color: #666;
  font-size: 14px;
}

.bg-partner {
  margin-top: 100px;
  height: 204px;
  background: rgba(25, 78, 131, 0.12);
}

.bg-partner p {
  font-size: 18px;
}

.bg-partner h1 {
  margin-top: -10px;
}

#joinUs {
  margin-top: 60px;
}

.bg-interested {
  background-color: #194e83;
  height: auto;
}

.bg-interested h1 {
  font-size: 32px;
}

.bg-interested p {
  font-size: 19px;
}

.section-form {
  margin-top: 200px;
}

.section-form h1 {
  font-size: 35px;
}

.section-form p {
  font-size: 18px;
}

.form-bg {
  background-color: #f1f4fa !important;
  padding: 6px !important;
  border-radius: 8px;
  height: 47px;
  position: relative;
}

.form-bg li {
  padding: 2px 20px 0px;
}

#featureIn {
  margin-top: 200px;
}

#appOverview {
  margin-top: 150px;
}

.bg-apps {
  background-color: var(--color1);
  height: 564px;
  border-radius: 15px;
}

.bg-apps h1 {
  font-size: 32px;
}

.bg-apps p {
  font-size: 20px;
}

#footer {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.space-warning {
  text-align: left;
  margin-top: -9px;
  display: block;
  font-size: 10px;
}

.space-warning-textarea {
  text-align: left;
  margin-top: -68px !important;
  display: block;
  font-size: 10px;
}

.input-dropdown-wrap:before,
.input-dropdown:before {
  right: -17px !important;
}

.with-panel-right-cover .panel-right,
.with-panel-right-push .panel-right {
  /* transform: translate3d(0px,0,0); */
  width: 100%;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
