/* Box sizing rules */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Comfortaa:wght@300;400;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a {
  text-decoration: none;
  color: white;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  border-radius: 0;
}

input {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
  cursor: pointer;
  font: inherit;
  overflow: visible;
  text-transform: none;
  padding: 0;
}

a[href^=tel] {
  color: white;
  text-decoration: none;
}

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

h1 {
  font-size: 2rem;
  font-weight: 700;
}

h2 {
  font-size: 1.75rem;
  line-height: 1.25;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.625rem;
    line-height: 1.25;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.325rem;
  }

  p {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
  }
}
@media screen and (min-width: 65em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 1.25;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
  }

  p {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
  }
}
.section__text {
  font-weight: 300;
}

.card__text {
  font-weight: 300;
}

.footer__text {
  font-size: 0.7rem;
  font-weight: 300;
}

.hero__slider,
.fleet__slider {
  position: relative;
}
.hero__slider .slide,
.fleet__slider .slide {
  display: none;
  text-align: center;
}
.hero__slider .slide img,
.fleet__slider .slide img {
  max-width: 100%;
  margin-top: 1em;
}
.hero__slider .slide .slide__text,
.fleet__slider .slide .slide__text {
  color: white;
  cursor: pointer;
  margin-bottom: 1em;
}
.hero__slider .slide .slide__text:hover,
.fleet__slider .slide .slide__text:hover {
  color: #e5ae29;
}
.hero__slider .prev,
.hero__slider .next,
.fleet__slider .prev,
.fleet__slider .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.hero__slider .prev:hover,
.hero__slider .next:hover,
.fleet__slider .prev:hover,
.fleet__slider .next:hover {
  color: #e5ae29;
}
.hero__slider .next,
.fleet__slider .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.topButton {
  position: fixed;
  right: 2%;
  bottom: 5%;
  display: inline-block;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.card__button {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0.5em 1em;
  font-family: "Montserrat", sans-serif;
  color: #1d2e8a;
  background-color: #e5ae29;
  font-size: 0.9rem;
  font-weight: 500;
  width: max-content;
  transition: 0.4s;
  margin: 1em auto 2.5em;
  border-bottom: 2px solid #021e79;
  border-radius: 10px;
  padding: 0.7em;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
}
.card__button:hover {
  background-color: #021e79;
  color: #e5ae29;
  border-bottom: 2px solid #e5ae29;
}

.submit {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0.5em 1em;
  font-family: "Montserrat", sans-serif;
  color: #1d2e8a;
  background-color: #e5ae29;
  font-size: 0.9rem;
  font-weight: 500;
  width: max-content;
  transition: 0.4s;
  margin: 1em 0;
  border-radius: 10px;
}
.submit:hover {
  background-color: #021e79;
  color: #e5ae29;
  border-bottom: 2px solid #e5ae29;
}

.cta_submit {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0.5em 1em;
  font-family: "Montserrat", sans-serif;
  color: #1d2e8a;
  background-color: #e5ae29;
  font-size: 0.9rem;
  font-weight: 500;
  width: max-content;
  transition: 0.4s;
  border-radius: none;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.cta_submit:hover {
  background-color: #021e79;
  color: #e5ae29;
  border-bottom: 2px solid #e5ae29;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #021e79;
}
body .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
body .bi {
  font-size: 1.5rem;
  margin-left: 0.8em;
  color: #1d2e8a;
}
body .bi:hover {
  color: #e5ae29;
}
body #form-error {
  visibility: hidden;
}

header {
  background-color: white;
  font-family: "Montserrat", sans-serif;
  box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 0;
  z-index: 10;
}
header nav {
  margin: auto;
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
header nav .logo {
  width: 120px;
  margin: 1em 0;
}
header nav .toggle {
  display: none;
}
header nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  z-index: 2;
}
header nav ul li {
  margin: 1em 0.5em;
}
header nav ul li a {
  color: #1d2e8a;
  font-size: 1rem;
  font-weight: 500;
  transition: 0.3s;
}
header nav ul li a:hover, header nav ul li a:focus {
  color: #e5ae29;
  border-bottom: 2px solid #e5ae29;
}
header nav ul li .gps:hover {
  border: none;
}
header nav ul .social .bi {
  transition: 0.3s;
}
header nav ul .social .bi:hover, header nav ul .social .bi:focus {
  color: #e5ae29;
  border-bottom: 2px solid #e5ae29;
  border: none;
}
@media screen and (min-width: 40em) {
  header nav ul .social {
    margin-left: 3em;
  }
}
@media screen and (max-width: 40em) {
  header nav .nav-links {
    display: none;
    width: 100%;
  }
  header nav .toggle {
    display: block;
    width: 20px;
    height: auto;
    cursor: pointer;
  }
  header nav .nav-links.responsive {
    display: block;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    text-align: center;
    background-image: linear-gradient(90deg, #021e79, #1b399b);
  }
  header nav .nav-links.responsive a {
    color: white;
  }
  header nav .nav-links.responsive .icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 0 2em;
  }
  header nav .nav-links.responsive .bi {
    color: white;
  }
}

.contained {
  max-width: 1360px;
  margin: 0 auto;
}

section {
  padding: 1em;
  box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 40em) {
  section {
    padding: 2em;
  }
}
@media screen and (min-width: 65em) {
  section {
    padding: 4em;
  }
}

.page__title {
  min-height: 10vh;
  color: white;
  background-image: linear-gradient(90deg, #1b399b, #1d2e8a);
}

.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background-image: linear-gradient(90deg, #1b399b, #1d2e8a);
}
.hero .hero__header span {
  color: #e5ae29;
}
.hero .hero__heading {
  text-align: center;
  margin: 1em;
  color: white;
}
.hero .hero__heading .hero__sub__header {
  margin: 0.5em 0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.hero .hero__heading .hero__sub__header .sub__header {
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
  padding: 0.2em 0.4em;
}
.hero .hero__heading .hero__sub__header .sub__header.active {
  border-bottom: 1px solid #e5ae29;
}
@media screen and (min-width: 40em) {
  .hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .hero .hero__slider {
    width: 50%;
  }
}

.about {
  background-color: white;
  color: #1b399b;
}
.about p {
  margin-bottom: 1em;
}
.about .about__thumb {
  display: none;
}
@media screen and (min-width: 40em) {
  .about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    justify-content: space-between;
  }
  .about .about__content {
    width: 50%;
  }
  .about .about__thumb {
    display: block;
  }
  .about .about__thumb img {
    width: 70%;
    margin: 0 auto;
  }
}

.services__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background-color: #021e79;
  box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.3);
  margin-top: 2em;
  border-radius: 10px;
  overflow: hidden;
}
.services__card .card__image {
  width: 100%;
}
.services__card .card__content {
  width: 100%;
  text-align: center;
  color: white;
}
.services__card .card__content .card__title {
  margin-top: 1em;
}
.services__card .card__content .card__text {
  padding: 1em;
  min-height: 100px;
}
@media screen and (min-width: 40em) {
  .services__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (min-width: 65em) {
  .services__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    max-width: 30%;
  }
}

.car__card {
  position: relative;
  border-bottom: 1px solid #1d2e8a;
}
.car__card .card__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  position: absolute;
  top: 80%;
  right: 5%;
}
.car__card .card__text span {
  font-size: 0.8rem;
  font-weight: 500;
}

.services {
  background-color: #1b399b;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 65em) {
  .services .services__cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}

.references {
  background-color: white;
  color: #1b399b;
}
.references .customer__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.references .customer {
  max-width: 27%;
}
@media screen and (min-width: 40em) {
  .references .customer {
    max-width: 15%;
  }
}
@media screen and (min-width: 65em) {
  .references .customer {
    padding: 2em;
  }
}

.cta {
  background-image: linear-gradient(90deg, #1b399b, #1d2e8a);
  color: white;
}
.cta .cta__heading {
  margin-right: 1em;
}
.cta .cta__heading .section__text {
  margin: 1em 0;
}
.cta .cta__form {
  margin: 1.2em auto;
}
@media screen and (min-width: 40em) {
  .cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .cta .cta__heading {
    width: 75%;
  }
}

.contact {
  background-color: white;
  color: #1b399b;
}
.contact .section__text {
  margin: 1em 0;
}
.contact .contact__wrapper {
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (min-width: 65em) {
  .contact .contact__wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }
}
.contact .info__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.contact .info__wrapper .map__texts {
  background-image: linear-gradient(90deg, #1b399b, #1d2e8a);
  color: white;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .contact .info__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
}
@media screen and (min-width: 65em) {
  .contact .info__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 45%;
  }
}
.contact .info__map {
  border: none;
  width: 100%;
  height: 311.6px;
}
.contact .contact__phone,
.contact .contact__address {
  margin: 1em 0;
  text-align: center;
}
.contact .address,
.contact .phone {
  display: inline-block;
  margin: 0.5em 0;
  font-weight: 300;
  color: inherit;
  text-decoration: none;
}

.contact__form {
  color: #1b399b;
  font-family: "Montserrat", sans-serif;
  margin: 0.5em 0;
}
@media screen and (min-width: 40em) {
  .contact__form {
    margin: 1em 0;
  }
}
.contact__form label {
  margin-top: 0.8em;
  font-weight: 500;
}
.contact__form label[for=subject] {
  margin-top: 2em;
}
.contact__form input[type=text],
.contact__form input[type=email],
.contact__form select,
.contact__form textarea {
  margin: 1em 0;
  width: 100%;
  padding: 10px;
  border: none;
  background-color: rgba(130, 138, 252, 0.1);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  border-bottom: 1px solid #e5ae29;
  color: #1b399b;
  box-shadow: none;
  resize: none;
  border-radius: 10px;
}
.contact__form textarea {
  margin: 1em 0 auto;
}
@media screen and (min-width: 40em) {
  .contact__form {
    width: 70%;
  }
}
@media screen and (min-width: 65em) {
  .contact__form {
    width: 50%;
  }
}

.cta__form {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.cta__form input[type=email] {
  width: 100%;
  padding: 10px;
  border: none;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.cta__form .submit {
  margin: 0;
}
@media screen and (min-width: 65em) {
  .cta__form {
    width: 80%;
  }
}

footer {
  background-color: white;
  color: #1b399b;
  padding: 1em 2em;
}
@media screen and (min-width: 40em) {
  footer {
    padding: 2em;
  }
}
footer .footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  border-top: 1px solid rgba(2, 30, 121, 0.3);
  padding: 1em 0;
}
footer .footer__content .footer__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
footer .footer__content .footer__menu li {
  margin-bottom: 0.4em;
}
footer .footer__content .footer__menu a {
  font-family: "Montserrat", sans-serif;
  color: #1b399b;
  font-size: 0.9rem;
  transition: 0.3s;
}
@media screen and (min-width: 40em) {
  footer .footer__content .footer__menu a {
    font-size: 1rem;
  }
}
footer .footer__content .footer__menu a:hover {
  color: #e5ae29;
  border-bottom: 2px solid #e5ae29;
}
footer .footer__content .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
footer .footer__content .icons .bi {
  font-size: 2rem;
  color: #1d2e8a;
  transition: 0.3s;
}
footer .footer__content .icons .bi:hover, footer .footer__content .icons .bi:focus {
  color: #e5ae29;
  border-bottom: 2px solid #e5ae29;
  border: none;
}
footer .footer__content--noborder {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 1em 0;
}
footer .footer__content--noborder .footer__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
footer .footer__content--noborder .footer__menu li {
  margin-bottom: 0.4em;
}
footer .footer__content--noborder .footer__menu a {
  font-family: "Montserrat", sans-serif;
  color: #1b399b;
  font-size: 0.9rem;
  transition: 0.3s;
}
@media screen and (min-width: 40em) {
  footer .footer__content--noborder .footer__menu a {
    font-size: 1rem;
  }
}
footer .footer__content--noborder .footer__menu a:hover {
  color: #e5ae29;
  border-bottom: 2px solid #e5ae29;
}
footer .footer__content--noborder .icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
footer .footer__content--noborder .icons .bi {
  font-size: 2rem;
  color: #1d2e8a;
  transition: 0.3s;
}
footer .footer__content--noborder .icons .bi:hover, footer .footer__content--noborder .icons .bi:focus {
  color: #e5ae29;
  border-bottom: 2px solid #e5ae29;
  border: none;
}
footer .footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 2em;
}
footer .footer__bottom .footer__text {
  color: #1b399b;
}
footer .footer__bottom .footer__logo {
  width: 120px;
}

.tracking {
  background-color: white;
}
.tracking .tracking__heading {
  background-image: linear-gradient(90deg, #1b399b, #1d2e8a);
  color: white;
}
@media screen and (min-width: 40em) {
  .tracking .tracking__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .tracking .tracking__heading img {
    max-width: 60%;
  }
}
.tracking .tracking__heading .section__text {
  text-align: center;
  padding: 1em;
}
.tracking .tracking__features {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tracking .tracking__features .feature__card {
  padding: 1em;
  margin-bottom: 1em;
}
.tracking .tracking__features .feature__card img {
  width: 30%;
  margin: 1em auto;
}
.tracking .tracking__features .feature__card .feature__text {
  margin-bottom: 1em;
}
@media screen and (min-width: 40em) {
  .tracking .tracking__features .feature__card {
    width: 33%;
    border-bottom: none;
  }
}
.tracking .tracking__features .feature__card:not(:last-child) {
  border-bottom: 1px solid #1d2e8a;
}
@media screen and (min-width: 40em) {
  .tracking .tracking__features .feature__card:not(:last-child) {
    border-bottom: none;
  }
}

.fleet {
  background-color: white;
  color: #1d2e8a;
}
@media screen and (min-width: 40em) {
  .fleet {
    display: flex;
    flex-wrap: wrap;
  }
  .fleet .fleet__typeSelector {
    width: 30%;
  }
  .fleet .fleet__cards {
    width: 70%;
  }
}
.fleet .fleet__typeSelector {
  background-image: linear-gradient(90deg, #1b399b, #1d2e8a);
  color: white;
}
.fleet .fleet__typeSelector div {
  padding: 1em;
}
.fleet .fleet__typeSelector .section__text {
  margin: 1em 0;
}
.fleet .fleet__typeSelector .typeTabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  text-align: center;
  padding: 1em;
  background-color: #021e79;
}
.fleet .fleet__typeSelector .typeTabs .tablink {
  margin: 1em 0;
  color: #828afc;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  width: 100%;
}
.fleet .fleet__typeSelector .typeTabs .tablink:hover, .fleet .fleet__typeSelector .typeTabs .tablink:focus {
  border-bottom: 2px solid #e5ae29;
}
.fleet .fleet__typeSelector .typeTabs .tablink.active {
  color: #e5ae29;
}
@media screen and (min-width: 40em) {
  .fleet .fleet__typeSelector .typeTabs {
    flex-direction: column;
  }
  .fleet .fleet__typeSelector .typeTabs li {
    margin: 1em 0;
  }
}
.fleet .card__image img {
  margin: 0 auto;
}

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