:root {
  --primary-color: #1F098A;
  --size: clamp(5rem, 1rem + 21.2vmin, 50rem);
  --gap: 1rem;
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  position: relative;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: Montserrat;
}

.light-img {
  display: block;
}

.dark-img {
  display: none;
}

nav {
  font-size: 16px;
  font-weight: 600;
}
nav, nav * {
  overscroll-behavior: none;
  touch-action: none;
}
nav.navbar {
  padding: 22px;
  position: sticky;
  top: 0;
}
nav .navbar-collapse .dropdown-menu {
  padding: 0;
  border: 0;
  box-shadow: 0 6px 6px rgba(31, 9, 138, 0.16);
  overflow: hidden;
}
nav .navbar-collapse .dropdown-menu .dropdown-item {
  color: #333;
  padding: 14px 20px;
  font-weight: 600;
}
nav .navbar-collapse .dropdown-menu .dropdown-item.active, nav .navbar-collapse .dropdown-menu .dropdown-item:active {
  color: #1F098A;
  background-color: #F0F2FF;
}
nav .nav-link {
  color: #fff;
}
nav .nav-link:hover, nav .nav-link.focus {
  color: #fff;
}
nav.navbar .nav-link.active {
  color: #fff;
}
nav .login-btn,
nav .request-demo-btn {
  font-size: 14px;
  font-weight: 600;
  padding-top: 9px;
  padding-bottom: 9px;
}
nav .login-btn {
  color: #1F098A;
  padding-left: 40px;
  padding-right: 40px;
}
nav .request-demo-btn {
  color: #fff;
  border: 1px solid #fff;
}
nav .request-demo-btn:hover {
  color: #fff;
  border-color: #fff;
}
nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0px 12px 24px 0px rgba(31, 9, 138, 0.08);
}
nav.fixed .nav-link {
  color: #333;
}
nav.fixed .nav-link.active {
  color: #1F098A;
  background-color: #F0F2FF;
}
nav.fixed .light-img {
  display: none;
}
nav.fixed .dark-img {
  display: block;
}
nav.fixed .text {
  color: #1f098a !important;
}
nav.fixed .login-btn {
  background: linear-gradient(90deg, #4252DD -22.2%, #1F098A 109.01%);
  color: #fff;
  border-radius: 4px;
}
nav.fixed .request-demo-btn {
  border: 1px solid #1F098A;
  color: #1F098A;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.logo {
  width: 190px;
  height: 36px;
}

.navbar {
  z-index: 9999;
}

.hero {
  margin-top: calc(-4rem - 22px);
  aspect-ratio: 794/347;
  background-image: url(../../assets/images/banner.jpg);
  background-size: cover;
  background-position: center;
}
.hero img {
  object-fit: cover;
}
.hero-left {
  word-break: break-word;
}
.hero-title {
  color: #fff;
  text-shadow: 0px 6px 6px #1f098a;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 700;
  line-height: 56px;
  margin: 0;
}

.line {
  width: 180px;
  height: 4px;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 60px;
}

.start-btn {
  display: inline-block;
  text-align: center;
  width: 180px;
  border-radius: 4px;
  font-weight: 600;
  padding: 12px;
  background: #fff;
  color: #1F098A;
}

.text-muted {
  font-size: 14px;
  color: #333 !important;
  line-height: 24px;
}

section {
  scroll-margin-top: 84px;
}

.section-title,
.section-subtitle {
  color: #333;
  text-align: center;
}

.section-title,
.about-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-subtitle,
.about-subtitle {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 40px;
  line-height: normal;
}

.about-title,
.about-subtitle {
  color: #fff;
}

.hero-section {
  background-color: #1F098A;
  padding: 6rem 0;
}

.feature-icon {
  width: 48px;
  height: 48px;
  color: #1F098A;
}

#fleet-management {
  background-image: url("../../assets/images/feature_bg.png");
  background-size: cover;
  background-position: center;
}
#fleet-management .card {
  color: #333;
  border: none;
}
#fleet-management .card .gradient-line {
  width: 80px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(270deg, #F2F7FF 0%, #6F92FF 100%);
  margin-bottom: 10px;
}
#fleet-management .card:hover {
  transform: scale(1.02);
  transition: 0.3s all ease;
}
#fleet-management .card .card-title {
  font-size: 18px;
  font-weight: 700;
}
#fleet-management .card .card-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

#partners {
  background-color: #fff;
}

.marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  margin: auto;
  margin-top: 2rem;
}

.marquee-group {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
}

.marquee {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

.marquee-group.reverse .marquee {
  animation-direction: reverse;
}

.marquee img {
  width: var(--size);
  aspect-ratio: 50/29;
}

@keyframes scroll {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}
@media (prefers-reduced-motion: reduce) {
  .marquee {
    animation-play-state: paused;
  }
}
#driver-app {
  background-image: url("../../assets/images/driver_app_bg.png");
  background-size: cover;
  background-position: center;
}
#driver-app .demo-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
#driver-app .web-link {
  margin-bottom: 20px;
}
#driver-app .title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
#driver-app .qr-code {
  width: 112px;
  height: auto;
}
#driver-app .btn {
  border-radius: 4px;
  font-weight: 600;
  padding: 12px;
  width: 180px;
}
#driver-app a:link {
  color: #fff;
}

#ez-order .section-subtitle {
  margin-bottom: 10px;
}
#ez-order .video-container {
  height: 600px;
  background-image: url("../../assets/images/video_bg.png");
  background-size: cover;
  background-position: center;
}
#ez-order .video-container iframe {
  height: 600px;
}
#ez-order .btn {
  display: block;
  margin: 20px auto 0 auto;
  border-radius: 4px;
  font-weight: 600;
  padding: 12px;
  width: 180px;
}
#ez-order a:link {
  color: #fff;
}

#pricing {
  background-image: url("../../assets/images/pricing_bg.jpg");
  background-size: cover;
  background-position: center;
}
#pricing .sp-tab-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  justify-content: center;
}
#pricing .sp-tab-list .sp-tab-item:nth-child(2) {
  --primary-color: #4A81FF;
}
#pricing .sp-tab-list .sp-tab-item:nth-child(2) .sp-tab-item-head {
  background-image: url("../../assets/images/standard_bg.png");
}
#pricing .sp-tab-list .sp-tab-item:nth-child(2) svg {
  color: var(--primary-color);
}
#pricing .sp-tab-list .sp-tab-item:nth-child(2) button {
  border-radius: 10px;
  background: var(--primary-color);
}
#pricing .sp-tab-list .sp-tab-item:nth-child(3) {
  --primary-color: #4218D4;
}
#pricing .sp-tab-list .sp-tab-item:nth-child(3) .sp-tab-item-head {
  background-image: url("../../assets/images/premium_bg.png");
}
#pricing .sp-tab-list .sp-tab-item:nth-child(3) svg {
  color: var(--primary-color);
}
#pricing .sp-tab-list .sp-tab-item:nth-child(3) button {
  border-radius: 10px;
  background: var(--primary-color);
}
#pricing .sp-tab-item {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 3px 10px 0px rgba(238, 238, 238, 0.5);
}
#pricing .sp-tab-item-head {
  aspect-ratio: 280/143;
  color: #fff;
  background-image: url("../../assets/images/basic_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}
#pricing .sp-tab-item-head .level {
  padding-top: 1.75rem;
  padding-left: 1.875rem;
  font-size: 1.5rem;
  font-weight: 600;
}
#pricing .sp-tab-item-head .price {
  margin-top: 1.25rem;
  margin-left: 1.875rem;
  font-size: 2.75rem;
  font-weight: 600;
}
#pricing .sp-tab-item-head .days {
  margin-left: -0.625rem;
  font-size: 1rem;
  font-weight: 400;
}
#pricing .sp-tab-item-content {
  padding: 0 1.25rem 2.5rem;
}
#pricing .sp-tab-item button {
  border-radius: 10px;
  background: #7FAEF5;
  margin: 0 1.25rem 24px 1.25rem;
}
#pricing .sp-tab-item button:hover {
  border-color: currentColor;
}
#pricing .sp-tab-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.125rem;
  font-size: 0.875rem;
  color: #333;
}
#pricing .sp-tab-item-row label {
  flex: 1;
}
#pricing .sp-tab-item-row svg {
  color: #7FAEF5;
}
#pricing .sp-tab-item-row .unchecked {
  width: 24px;
  color: #666;
}

#about {
  background-image: url("../../assets/images/about_us_bg.jpg");
  background-size: cover;
  background-position: center;
}
#about .map-container {
  display: flex;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#about .contact-info {
  height: 100%;
  padding: 1rem;
}
#about .contact-info .email {
  display: flex;
  align-items: center;
}
#about .contact-info .email a {
  text-decoration: none;
}
#about .contact-info .email a:hover {
  text-decoration: underline;
}
#about .contact-info .address {
  text-align: left;
}
#about .contact-info .address p {
  line-height: 1.5;
}
#about .contact-btn {
  border-radius: 4px;
  font-weight: 600;
  padding: 12px;
  background: #fff;
  color: #1F098A;
  width: 180px;
}

@media (max-width: 991.98px) {
  #about .contact-info {
    align-items: start !important;
    padding: 0;
  }
  #about .contact-info .address {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  #about .map-container {
    margin-bottom: 2rem;
  }
  #about .contact-info {
    padding: 0;
  }
}
footer {
  background: #1f098a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 38px;
}

footer,
footer a {
  color: #fff;
}

footer a {
  text-decoration: underline;
}
footer a:link {
  color: #fff;
}

.main {
  position: relative;
  padding-top: 60px;
}
.main:nth-child(odd) {
  max-width: 1440px;
  margin: 0 auto;
}
.main:nth-child(even) {
  background: #f7f8ff;
}
.main .board h4 {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
  text-align: center;
}
.main .board p {
  color: #666;
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  text-align: center;
}
.main .board .border-bottom {
  width: 5.5rem;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background: linear-gradient(-90deg, #2f0dd2 0%, #6f7efd 100%);
  margin: 0.625rem auto 0 auto;
}
.main .board .bg-container {
  width: 100%;
  padding: 3.125rem 0 3.75rem 0;
  box-sizing: content-box;
  background: url("../../assets/images/bg-lines.png") no-repeat center;
  background-size: cover;
}
.main .board .animate {
  width: 56.25rem;
  height: 32.8125rem;
  margin: 0 auto;
}
.main .board .animate video {
  width: 56rem;
  height: 32.1rem;
  box-shadow: 0 0.75rem 1.5rem rgba(31, 9, 138, 0.08);
}
.main .board .animate img {
  display: none;
  width: 56.25rem;
  height: 32.8125rem;
  box-shadow: 0 0.75rem 1.5rem rgba(31, 9, 138, 0.08);
}
.main .board .side {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -10;
  width: 32.875rem;
  height: 33.75rem;
}
.main .board .side_left {
  left: 0;
}

.contact {
  padding-top: 40px;
  padding-bottom: 40px;
}
.contact .contact-content {
  display: flex;
  align-items: center;
  margin: 2.5rem auto 0 auto;
  padding: 0 1.25rem;
}
.contact .contact-content .contact-left {
  flex: 1;
}
.contact .contact-content .contact-left img {
  width: 90%;
}
.contact .contact-content .contact-right {
  width: 30.25rem;
}
.contact .contact-content .contact-right .form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0.8125rem;
}
.contact .contact-content .contact-right .form-row label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
}
.contact .contact-content .contact-right .form-row .input-text {
  width: 100%;
  height: 3rem;
  background: #f5f5f5;
  border-radius: 0.25rem;
  border: none;
  outline: none;
}
.contact .contact-content .contact-right .form-row .input-text::placeholder {
  font-size: 1rem;
  font-weight: 400;
}
.contact .contact-content .contact-right .form-row .warnborder {
  border: 0.0925rem solid #ef4444;
}
.contact .contact-content .contact-right .form-row .warn {
  display: none;
  color: #ef4444;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25rem;
  margin-top: 0.38rem;
}
.contact .contact-content .contact-right .form-row .countryPhone {
  display: flex;
  position: relative;
  border-radius: 0.25rem;
}
.contact .contact-content .contact-right .form-row .countryPhone .count {
  position: relative;
  width: 22%;
}
.contact .contact-content .contact-right .form-row .countryPhone .count .country {
  width: 100%;
  border: 0;
  border-radius: 0.1875rem 0 0 0.1875rem;
  padding-right: 1.5625rem !important;
  color: #333;
  height: 3rem;
  background: #f5f5f5;
}
.contact .contact-content .contact-right .form-row .countryPhone .count .country:focus {
  box-shadow: none;
}
.contact .contact-content .contact-right .form-row .countryPhone .count ul {
  position: absolute;
  display: none;
  left: 0;
  max-height: 17.85rem;
  padding-left: 0;
  margin-bottom: 0;
  overflow: auto;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.contact .contact-content .contact-right .form-row .countryPhone .count ul li {
  padding: 0 0.75rem;
  line-height: 2.25rem;
  color: #000;
  line-height: 2.25rem;
  cursor: pointer;
}
.contact .contact-content .contact-right .form-row .countryPhone .count ul li:hover {
  background-color: #edeef0;
  transition: 0.5s all;
}
.contact .contact-content .contact-right .form-row .countryPhone .count ul li.current {
  color: #221ed3;
}
.contact .contact-content .contact-right .form-row .countryPhone .count ul.top {
  top: 2.88rem;
}
.contact .contact-content .contact-right .form-row .countryPhone .count ul.bottom {
  bottom: 2.88rem;
}
.contact .contact-content .contact-right .form-row .countryPhone .count::before {
  content: "";
  position: absolute;
  top: 1.08rem;
  right: 0.9375rem;
  width: 0.425rem;
  height: 0.425rem;
  border-right: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.contact .contact-content .contact-right .form-row .countryPhone .count::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.0625rem;
  height: 1.5rem;
  transform: translate(0, -50%);
  background-color: rgb(102, 112, 133);
}
.contact .contact-content .contact-right .form-row .countryPhone .count.rotate::before {
  transform: rotate(225deg);
}
.contact .contact-content .contact-right .form-row .countryPhone .phone {
  flex: 1;
  border: none;
  border-radius: 0 0.1875rem 0.1875rem 0;
  height: 3rem;
  background: #f5f5f5;
  border-radius: 0.25rem;
  border: none;
  outline: none;
}
.contact .contact-content .contact-right .form-row .countryPhone .phone::placeholder {
  font-size: 1rem;
  font-weight: 400;
}
.contact .contact-content .contact-right .form-row .countryPhone .warn {
  position: absolute;
  bottom: -1.6925rem;
}
.contact .contact-content .contact-right .agree {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.contact .contact-content .contact-right .agree input {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0 !important;
  border-radius: 0.375rem;
  margin-right: 0.4rem;
}
.contact .contact-content .contact-right .agree input.error {
  outline: 1px solid #ef4444;
  border-radius: 0;
  border-color: #ef4444;
}
.contact .contact-content .contact-right .agree label {
  flex: 1;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #333;
}
.contact .contact-content .contact-right .btn {
  width: 100%;
  height: 3.5rem;
  border-radius: 0.25rem;
  background: linear-gradient(90deg, #4252dd -22.2%, #1f098a 109.01%);
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 2560px) {
  .container {
    max-width: 1600px;
  }
  .navbar {
    height: 84px;
  }
  .hero {
    aspect-ratio: unset;
    height: 800px;
  }
  .hero-title {
    font-size: 44px;
  }
  .hero .line {
    margin-top: 40px;
  }
  .hero .start-btn {
    width: 190px;
    padding: 20px;
    display: inline-block;
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 2559.98px) {
  .navbar {
    height: 84px;
  }
}
@media (max-width: 1199.98px) {
  .hero-left {
    margin-top: 4rem;
  }
  .hero-title {
    font-size: 26px;
  }
}
@media (max-width: 991.98px) {
  .logo {
    width: 120px;
    height: auto;
  }
  nav {
    background: #fff;
  }
  nav.navbar {
    height: auto;
    padding: var(--bs-navbar-padding-y);
  }
  nav.navbar .dropdown-menu {
    display: block;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
  }
  nav.navbar .nav-link {
    padding: 14px 20px;
  }
  nav .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 6px 6px 0px rgba(31, 9, 138, 0.16);
  }
  nav .navbar-nav {
    padding: 0.5rem;
  }
  nav .nav-link {
    color: #333 !important;
  }
  nav .nav-link.active {
    color: #1F098A;
    background-color: #F0F2FF;
  }
  nav .light-img {
    display: none;
  }
  nav .dark-img {
    display: block;
  }
  nav .login-btn {
    background-color: #1F098A;
    color: #fff;
  }
  nav .request-demo-btn {
    border: 1px solid #1F098A;
    color: #1F098A;
  }
  .hero {
    margin-top: -1rem;
    background-position: calc(50% + 1rem) 50%;
  }
  .hero-left {
    margin-top: 3rem;
    text-align: center;
  }
  .hero-title {
    margin-bottom: 2rem;
  }
  .hero-image,
  .hero .line {
    display: none;
  }
  #pricing .sp-tab-list {
    grid-template-columns: 1fr 1fr;
  }
  section {
    scroll-margin-top: 400px;
  }
  .section-title {
    font-size: 28px;
  }
  .section-subtitle {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .navbar {
    padding: 1rem;
  }
  .navbar .dropdown-menu {
    border: none;
    padding-bottom: 0;
  }
  .navbar .nav-link {
    padding: 14px 20px;
  }
  .hero-title {
    font-size: 24px;
    line-height: 1.3;
  }
  section {
    scroll-margin-top: 400px;
  }
  .section-title {
    font-size: 24px;
  }
  .demo-img {
    margin-bottom: 1rem;
  }
  .web-link,
  .app-download,
  .apple-store,
  .google-play {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .app-download {
    margin-top: 4rem;
  }
}
@media (max-width: 575.98px) {
  .navbar {
    height: auto;
  }
  .hero {
    aspect-ratio: 1/1;
  }
  .hero-left {
    margin-top: 4rem;
    text-align: center;
  }
  .hero-title {
    font-size: 20px;
    line-height: 1.3;
  }
  section {
    scroll-margin-top: 400px;
  }
  .contact .contact-content .contact-right .agree label {
    font-size: 14px;
  }
  .section-title, .about-title {
    font-size: 20px;
  }
  .section-subtitle, .about-subtitle {
    font-size: 14px;
  }
  .card-title {
    font-size: 18px;
  }
  .qr-code {
    width: 60%;
  }
  #ez-order .video-container,
  #ez-order .video-container iframe {
    height: 300px;
  }
  #pricing .sp-tab-list {
    grid-template-columns: 1fr;
  }
  footer {
    font-size: 14px;
    padding: 1rem 0;
    gap: 1.5rem;
  }
  .start-btn {
    width: 140px;
    padding: 8px;
  }
}

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