@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap");
html {
  scroll-behavior: smooth;
}

body,
section,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a {
  font-family: "Montserrat", sans-serif !important;
}

section {
  min-height: 20vh;
  padding-block: 10vh;
}

section h2 {
  text-align: center;
}

section .card {
  border: none;
}

section .card .card-img-top {
  background-color: #0075c9;
  width: 80px;
}

section .card .card-title {
  margin: 0;
  margin-top: 1vh;
  text-align: center;
  font-weight: 700;
}

section .card .card-text {
  margin-top: 2vh;
}

section .card .card-text ul {
  padding: 0;
  text-align: center;
  list-style: none;
  color: #999b9e;
}

section .title {
  text-align: center;
  margin-bottom: 5vh;
}

section .title h1 {
  color: #0075c9;
  font-weight: 700;
}

section .title h2 {
  color: #999b9e;
  font-weight: medium;
  font-size: 1em;
}

section .icon {
  background-color: #0075c9;
  width: 80px;
}

section.bg-black {
  color: #fff;
}

section.bg-black h2 {
  color: #fff;
}

#header {
  padding: 0;
}

#header .fa-solid {
  display: none;
  text-align: right;
  font-size: 20px;
}

#header #hero-carousel {
  height: 100vh;
  width: 100%;
}

#header .carousel,
#header .carousel-item,
#header .active {
  height: 100%;
}

#header .carousel-inner {
  height: 100%;
}

#header .carousel-inner > .carousel-item > img {
  height: 100%;
  width: auto;
}

#header .logo {
  margin-top: 2vw;
}

#header .moto {
  height: 50vh;
}

#header h1 {
  color: #fff;
}

#header h2 {
  color: #0075c9;
  font-size: 1.8vw;
  text-align: left;
}

#header nav ul {
  width: 636px;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-left: auto;
  margin-bottom: auto;
  margin-top: auto;
  -ms-flex-item-align: center;
      align-self: center;
}

#header nav ul li {
  list-style: none;
  white-space: nowrap;
}

#header nav ul li a {
  color: white;
  text-decoration: none;
}

#header nav ul li a img {
  height: 18px;
}

#whyus .content {
  text-align: center;
}

#whyus .content h2 {
  font-size: 1rem;
  margin-top: 10px;
}

#whyus .content .count {
  margin-left: -5%;
}

#whyus .content .count h1 {
  font-size: 3.5em;
  display: inline;
}

#whyus .content .count h1:nth-child(1) {
  text-align: end;
  font-weight: 700;
}

#whyus .content .count h1:nth-child(2) {
  color: #0075c9;
  text-align: start;
}

#whyus .content .count h1:nth-child(2) span {
  color: #fff;
}

#trusted .grid .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#trusted .grid .col img {
  width: 150px;
}

#footer .content .logo {
  max-width: 50%;
  margin-bottom: 20%;
}

#footer .content .contact-info ul li {
  margin-block: 20px;
}

#footer .content .contact-info ul li a {
  color: white;
  text-decoration: none;
}

#footer .content .social {
  display: inline-block;
  width: auto;
  margin-left: auto;
}

#footer .content .social h3 {
  text-align: center;
}

#footer .content .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .content .social ul img {
  width: 50px;
}

@media (max-width: 768px) {
  #whyus .content .count h1 {
    font-size: 1.8rem;
  }
  #footer .content .logo {
    margin: 30px auto;
  }
  #footer .content .list-unstyled {
    text-align: center;
  }
  #footer .content .social {
    margin-right: auto;
  }
}

@media (orientation: landscape) {
  #header .carousel-inner > .carousel-item > img {
    width: 100%;
    height: auto;
  }
  #header .logo img {
    max-height: 5vh;
    width: auto;
    max-width: 500px;
  }
  #header h1 {
    font-size: 3vw;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  #header #hero-carousel {
    height: unset;
  }
}

@media (orientation: portrait) {
  #header .logo {
    position: fixed;
    top: 0 !important;
    margin-top: 0;
    padding: 10px 15px;
    right: 0;
    left: 0;
    background-color: #0000001a;
    z-index: 99999999;
  }
  #header .fa-solid {
    display: block;
    color: white;
  }
  #header .carousel-inner > .carousel-item > img {
    margin-left: -165%;
  }
  #header h1,
  #header h2 {
    padding: 0;
  }
  #header h1 {
    font-size: 8vw;
  }
  #header h2 {
    font-size: 4.5vw;
  }
  #header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header nav ul {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 100%;
    line-height: 2em;
    width: 100%;
    max-width: 200px;
    right: 0;
    background-color: #0000001a;
  }
  #header .moto {
    height: 100vh;
  }
  #footer h3 {
    text-align: center;
  }
}

@media (orientation: portrait) and (min-aspect-ratio: 10 / 15) {
  #header .carousel-inner > .carousel-item > img {
    margin-left: -60%;
  }
}

@media (max-aspect-ratio: 1200 / 1000) {
  #header .logo {
    position: fixed;
    top: 0 !important;
    margin-top: 0;
    padding: 10px 15px;
    right: 0;
    left: 0;
    background-color: #0000001a;
    z-index: 99999999;
  }
  #header .fa-solid {
    display: block;
    color: white;
  }
  #header nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #header nav ul {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 100%;
    line-height: 2em;
    width: 100%;
    max-width: 200px;
    right: 0;
    background-color: #0000001a;
  }
}
