@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --color-one: #000;
    --color-two: #fff;
    --color-three: #021C4E;
    --color-four: #FFCC29;
    --color-five: #FFF212;
    --color-six: #FEFEFE;
    --color-seven: #5A5A5A;
}

body,
p,
span {
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    line-height: 23px;
}

a {
    text-decoration: none;
}

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


@media only screen and (max-width:600px) {
  .nav-logo {
    width: 80px;
  }
  .info-outer {
    margin: 20px;
  }
  .endevour-outer {
    margin-left: 10px;
    margin-right: 10px;
  }
  .logistic-card {
    height: 410px;
  }
  .info-img img {
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin: 10px 0px;
  }
  .social-display {
    margin-bottom: 20px;
  }
  .contact-form-sec {
    width: 100% !important;
  }
  .frm-cntct {
    padding: 10px;
  }
  .form-flex {
    display: block;
  }
  .contact-info-sec {
    width: 100% !important;
    margin-left: 0px;
  }
  .download-cat{
    margin: 10px 0px; 
}

.product-title-mobile h3 {
  font-size: 18px;
  font-family: "RocknRoll One", sans-serif;
  color: var(--color-seven);
  font-weight: 500;
}

.product-title-mobile h2 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Source Sans 3", sans-serif;
  color: var(--color-three);
}
.product-section{
  display: none;
}

.product-section-mobile{
  padding: 50px 0px;
  display: block;
}
.map{
  margin-bottom: 20px;
}
.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  z-index: 1;
}

.nav-button {
  padding: 2px;
  font-size: 13px;
}

.carousel-hero-banner {
  height: 295px;
}

.cta-button {
  padding: 1px 10px;
  font-size: 13px;
}
.about-img img{
  margin: 20px 0px;
}
.partner-display img{
  margin: 10px 0px;
}
.logi-card{
  margin: 10px 0px;
}
.nav-menu .navbar{
  padding: 5px auto;
}
.bg-new{
  padding: 20px;
}
.inner-banner img{
  margin-top: 60px;
}
.nav-menu {
  background: #021d4e;
}
.running-truck .truck{
  width: 90px;
}
.running-truck .truck-2{
  width: 90px;
}
.running-truck .truck-3{
  width: 90px;
}
.carousel-indicators {
  position: absolute;
  bottom: 45px;
  left: 35%;
  transform: translateX(-50%);
  z-index: 3;
}
.dot {
  cursor: pointer;
  height: 5px;
  width: 5px;
  margin: 0 5px;
  background-color: var(--color-three);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.about-section {
  padding: 20px 0px;
  overflow: hidden;
}
}

@media screen and (min-width: 760px) and (max-width: 800px) {
  .carousel-hero-banner {
    height: 320px;
  }
  .display-prt h5 {
    font-size: 16px;
}
.feature-icn {
  height: 50px;
  width: 50px;
}
.running-truck .truck{
  width: 110px;
}
.running-truck .truck-2{
  width: 110px;
}
.running-truck .truck-3{
  width: 110px;
}
}