:root {
  --jumbotron-padding-y: 3rem;
}

/* Font */
@font-face {
  font-family: "AT Surt Light";
  src: url("../fonts/Surt-Extended-Bold-TRIAL.otf");
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;&display=swap');

/* Common */
.pt-10 {
  padding-top: 6rem;
}

.pb-10 {
  padding-bottom: 6rem;
}

.py-10 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

h3 a {
  font-weight: 300;
  color: #111111;
}

ul {
  list-style-type: square;
}

.dropdown {
  cursor: pointer;
}

.dropdown-menu {
  border-radius: 10px;
}

.dropdown-item {
  padding: .5rem 1.5rem;
}

/* .card {
  border-radius: 16px;
  border: none;
  box-shadow: 6px 6px 18px rgb(0 0 0 / 5%);
} */

/* Site */
.navbar {
  background-color: #ffffff;
}

.navbar-brand img {
  height: 32px;
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 90%;
  }
}

.nav-item.active .nav-link {
  color: #0d66ad !important;
}

strong {
  font-weight: 600;
}

.btn {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.btn-dark {
  background-color: #0a152f;
  padding: 0.5rem 2.5rem 0.75rem 2.5rem;
  font-size: 24px;
}

.btn-primary {
  padding: 0.5rem 1.5rem;
  font-size: 18px;
}

.btn-primary,
.badge-primary {
  background-color: #176cb1;
  border-color: #176cb1;
}

.badge-primary {
  font-weight: 600;
  padding: 6px 15px;
  display: inline-block;
}

.btn-icon {
  display: flex;
}

.btn-icon * {
  align-self: center;
}

.btn-icon svg {
  margin-right: 10px;
  display: none;
}

.title,
h2 {
  font-family: "AT Surt Light";
}

.title {
  font-size: 52px;
  line-height: 58px;
}

.sub-title {
  font-size: 46px;
  line-height: 48px;
}

.h1,
h1 {
  font-size: 2.3rem;
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

h2 {
  font-size: 34px;
}

.h4, h4 {
    font-size: 1.3rem;
}

.font-18 {
  font-size: 18px;
  line-height: 24px;
}

.intro-sec {
  background-color: #ffffff;
  padding: 12rem 0px 6rem 0px;
}

.link-tag {
  border-radius: 20px;
  padding: 3px 20px;
  font-weight: 600;
  color: #111111;
  border-color: #cccccc;
}

.lead {
  font-weight: 400;
  font-size: 18px;
}

.bg-dark {
  background-color: #111111 !important;
}

.key-section .card {
  border: 0;
}

.card-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  opacity: 0.7;
}

.card-body {
  padding: 1.25rem 0.25rem;
}

.key-section .row {
  justify-content: space-between;
}

.key-section h4 {
  font-weight: 400;
}

.truck-sec .card img {
  height: 120px;
}

.truck-sec .card p {
  font-size: 14px;
}

.truck-sec-new .card {
  border: 0;
}

.truck-sec-new .card img {
  border-radius: 6px;
}

.truck-sec-new .card-body p {
  font-size: 20px;
}

.card.card-more * {
  align-self: center;
  text-align: center;
}

.card.card-more img {
  height: 42px;
}

.card.card-more .card-body {
  align-self: center;
}

.link .card,
.link:hover {
  background-color: #f4f4f4;
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}

.app-circle,
.app-circle div {
  position: relative;
}

.app-circle:after,
.app-circle:before,
.app-circle div:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  border: 1px solid #ccc;
  border-radius: 50%;
  z-index: 0;
}

.app-circle:after {
  width: 130%;
  height: 130%;
}

.app-circle:before {
  width: 100%;
  height: 100%;
}

.app-circle div:after {
  width: 70%;
  height: 70%;
}

.app-circle img {
  position: relative;
  z-index: 1;
}

.support-sec {
  background-color: #176cb1;
}

.support-sec a {
  color: #ffffff;
}

.support-sec .btn {
  border-radius: 10px;
}

/* Footer */
footer {
  background-color: #0a152f;
  position: relative;
  overflow: hidden;
}

footer:after {
  content: "";
  width: 500px;
  height: 100%;
  position: absolute;
  right: -17%;
  top: 0;
  background-image: url(../images/Logo-Blue.png);
  background-repeat: no-repeat;
  opacity: 0.1;
}

footer p {
  margin-bottom: 0.25rem;
  font-size: 14px;
}

footer ul {
  list-style-type: none;
}

footer ul li {
  margin: 5px 0;
}

footer a {
  color: #ffffff;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
}

footer a:hover {
  text-decoration: none;
}

footer strong {
  font-weight: 600;
}

footer h4 {
  font-size: 22px;
  font-weight: 400;
  color: #00c4ff;
  margin-bottom: 10px;
}

.sm-icons a {
  display: inline-block;
  border: 1px solid #000000;
  padding: 6px 10px;
  border-radius: 4px;
  transition: all 0.5s ease;
}

.sm-icons a:hover {
  background-color: #000000;
}

.sm-icons a svg {
  fill: #ffffff;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

/* Form */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 0.5;
}

.cs-form input,
.cs-form textarea,
.cs-form select {
  border: 0;
  flex: 1;
  margin: 0 0 0 15px;
  outline: none;
  height: auto !important;
}

.cs-form label {
  position: relative;
  top: 4px;
  font-weight: 600;
}

.cs-form label,
.cs-form input,
.cs-form textarea,
.cs-form select {
  font-size: 22px;
}

.cs-form .form-group {
  border-bottom: 1px solid #111111;
  display: flex;
  padding: 10px 0;
}

.book-truck-sec {
  background-image: url(../images/Truck-Booking.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 580px;
  overflow: hidden;
}

.book-truck-sec .content-sec {
  position: relative;
}

.book-truck-sec .content-sec div {
  position: relative;
  z-index: 1;
}

.book-truck-sec .content-sec div p {
  font-weight: 300;
}

.book-truck-sec .content-sec:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  padding: 30px;
  filter: blur(30px);
  z-index: 0;
  transform: scale(1.1);
}

.sticky-img {
  position: sticky;
  display: block;
  top: 100px;
  transition: all 0.5s ease;
}

.partners-sec .card {
  height: 120px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.partners-sec img {
  max-height: 100%;
  width: auto !important;
}

@media (min-width: 768px) {
    .partners-sec  .col-md-2 {
      flex: 0 0 20%;
      max-width: 20%;
    }
}