: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');

body {
  color: #0B2234;
}

/* 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: #0dad29 !important;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #0dad29 !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,
.btn-primary:hover, .badge-primary:hover,
.btn-primary:focus, .badge-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background-color: #68FF19;
  border-color: #68FF19;
  color: #0b2234;
  font-weight: 700;
  transition: all 0.5s ease;
}

.btn-primary:hover, .badge-primary:hover {
  transform: scale(1.05);
}

.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-weight: 700;
}

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

.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;
}

.truck-pic {
  height: 140px;
  position: absolute;
  bottom: 20px;
  right: -10%;
  -webkit-animation: truckmoving 10s linear infinite;
}

@-webkit-keyframes truckmoving {
    from{
        right: -10%;
    }
    to{
        right: 100%;
    }
}

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

.banner-sec {
    background-color: #0B2234;
    /*background-image: url(../images/emto-truck.png);
    background-size: 80%;
    background-position: bottom right;
    background-repeat: no-repeat;*/
    background-image: url(../images/city-bg.png);
    background-size: 124%;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 4rem 0rem;
    margin: 0;
    border-radius: 0px;
    color: #fff;
    min-height: 88vh;
    display: flex;
    position: relative;
    overflow: hidden;
}

.inner-page .banner-sec {
  background-image: url(../images/city.png);
  min-height: 380px;
  background-size: 82%;
  background-repeat: repeat-x;
}

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

.navbar-light .navbar-nav .nav-link {
    color: #0B2234;
    font-weight: 600;
}

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

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

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

.card {
  border-radius: 10px;
}

.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 {
  transition: all 0.5s ease;
}

.truck-sec .card:hover {
  transform: scale(1.1);
  background-color: #0B2234;
}

.truck-sec .card:hover * {
  color: #FFFFFF;
}

.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%;
  background-image: url(../images/trucks-world.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 0;
  -webkit-animation: rotating 20s linear infinite;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
    }
    to{
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
    }
}

.app-truck-section {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 600px;
}

.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: #68FF19;
    color: #0B2234;
}

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

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

/* Footer */
footer {
  background-color: #0B2234;
  position: relative;
  overflow: hidden;
  font-size: 13px;
}

footer:after {
  display: none;
  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: 13px;
}

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;
  color: #68FF19;
}

footer strong {
  font-weight: 600;
}

footer h4 {
  font-size: 22px;
  font-weight: 400;
  color: #68FF19;
  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-color: #0B2234;
  background-image: url(../images/Truck-Booking.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 96vh;
  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: #021829e8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  /*border-radius: 100px;
  filter: blur(30px);*/
  padding: 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%;
    }
}

.green-text {
  color: #53d111;
}

.app-text {
  max-width: 50%; margin: auto;
}

.store-btns a {
  display: inline-block;
}