@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #30bdc0;
  --primary-font: "Inter", sans-serif;
  --secondary-font: "Roboto", sans-serif;
}

.gray-section {
  background-color: #eaeaea !important;
  padding: 5% 0;
}

.section-container {
  padding: 5% 0;
}

.gradientBg {
  background: #bbe7e5;
  background: radial-gradient(
    circle,
    rgba(187, 231, 229, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.blueGg {
  background-color: #b5e5e3 !important;
  position: relative;
}

.roadLineImg {
  position: absolute;
  bottom: 10%;
  left: 35%;
  width: 27vw;
}
.icons_index {
  color: #30bdc0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.truckIconImg {
  position: absolute;
  bottom: 0;
  z-index: 99 !important;
  width: 30vw;
}

.blue-section {
  background-color: #f2ffff !important;
  padding: 5% 0;
}

.gray-bg {
  background-color: #eaeaea !important;
}

.custom_heading {
  font-size: 2.5vw;
  font-weight: 600;
  font-family: var(--primary-font), sans-serif;
}
.indiaMap {
  filter: drop-shadow(0px 0px 6px #00000044);

  width: 50%;
}
.counter {
  font-family: "DynaPuff", system-ui;
  font-weight: normal !important;
  /* font-size: x-large !important */
}
.custom_para {
  font-size: 1.2vw;
  font-weight: normal;
  font-family: var(--primary-font), sans-serif;
}

.custom_btn_primary {
  background: linear-gradient(97.59deg, #52c2bd 26.01%, #000000 132.77%);
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  font-family: var(--primary-font), sans-serif;
  border-radius: 5px;
  font-size: 1vw;

  &:hover {
    color: white;
  }
}

.custom_btn_secondary {
  background: linear-gradient(97.59deg, #f59120 26.01%, #000000 132.77%);
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  font-family: var(--primary-font), sans-serif;
  border-radius: 5px;
  font-size: 1vw;

  &:hover {
    color: white;
  }
}

/* ***************************************NAVBAR****************************************************** */
.center-class {
  overflow: hidden;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
  background-color: #ffff;
  padding: 15px 3%;
}

.links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 0;
}

.navLink {
  list-style: none;
}

.navLink a {
  padding: 5px 20px;
  text-decoration: none;
  color: black;
  margin: 0 5px;
  position: relative;
  font-size: 1.2vw;
  font-family: var(--primary-font), sans-serif;
}

.navLink :hover {
  transition: 0.1s ease-in-out;
  background: var(--primary);
  border-radius: 5px;
  color: white !important;
  cursor: pointer;
}

.callBtn button {
  background: var(--primary);
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 10px;
  font-family: var(--primary-font), sans-serif;
  /* font-size: 1.2vw; */
  cursor: pointer;
}
.slick-track {
  margin: 0 !important;
}
.callIcon {
  margin-right: 5px;
  width: 1.5vw;
}

.active a {
  color: #30bdc0 !important;
}

/* *******************************************************MOBILE NAVBAR************************************************* */
.mobile_container {
  display: none;
}

.mobile_container .header_mobile {
  position: fixed !important;
  display: block;
  top: 0;
  left: 0;
  overflow-x: hidden !important;
  z-index: 999;
}

.content {
  padding: 40px 5% 20px;
  text-align: justify;
  max-height: 100%;
  color: #333;
  overflow-y: scroll;
}

.content img {
  width: 100%;
  position: relative;
  display: block;
  margin: 40px auto 30px;
}

/* End container/placeholder */

/* Menu header_mobile */
.header_mobile {
  background: #ffffff;
  overflow: hidden !important;
  height: 15vh;
  width: 100%;
  z-index: 1;
  position: fixed !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition:
    all 0.4s ease-out,
    background 1s ease-out;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.13);
}

.header_mobile.menu-open {
  height: 100%;
  background: var(--primary);
  transition:
    all 0.45s ease-out,
    background 0.8s ease-out;
}

/* Menu List items */
.mobile-menu {
  clear: both;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100vh;
}

.header_mobile ul.menu {
  position: relative;
  margin-bottom: 40vw;
  padding: 0px 40px 0;
  list-style: none;
}

.header_mobile ul.menu li.menu-item a {
  display: block;
  position: relative;
  color: #fff;
  text-align: right;
  text-decoration: none;
  font-size: 5vw;
  line-height: 2.8;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

.header_mobile ul.menu li.menu-item {
  margin-top: 5px;
  opacity: 0;
  transition:
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition:
    transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99),
    -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.header_mobile ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.35s;
}

.header_mobile ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.3s;
}

.header_mobile ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.25s;
}

.header_mobile ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.2s;
}

.header_mobile ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.15s;
}

.header_mobile ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.1s;
}

.header_mobile ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.05s;
}

.header_mobile.menu-open ul.menu li.menu-item {
  opacity: 1;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(1) {
  transition-delay: 0.05s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(2) {
  transition-delay: 0.1s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(3) {
  transition-delay: 0.15s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(4) {
  transition-delay: 0.2s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(5) {
  transition-delay: 0.25s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(6) {
  transition-delay: 0.3s;
}

.header_mobile.menu-open ul.menu li.menu-item:nth-child(7) {
  transition-delay: 0.35s;
}

.hamburger {
  font-size: 7vw;
  color: #000000;
}

/* Menu Icon */
.icon-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.icon-container #menuicon {
  width: 20px;
  height: 10px;
  position: relative;
  display: block;
  margin: -4px auto 0;
  top: 50%;
}

.closed {
  display: none;
}

#menuicon .bar {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

#menuicon .bar.bar1 {
  -webkit-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
}

#menuicon .bar.bar2 {
  -webkit-transform: translateY(6px) rotate(0deg);
  transform: translateY(6px) rotate(0deg);
}

#menuicon .bar.bar3 {
  -webkit-transform: translateY(12px) rotate(0deg);
  transform: translateY(12px) rotate(0deg);
}

.menu-open .closed {
  display: block;
  font-size: 8vw;
  float: right;
  color: #fff;
}

.menu-open .icon-container .hamburger {
  display: none;
}

.menu-open .logo {
  display: none !important;
  transition: all 0.5s ease;
}

.menu-open .icon-container #menuicon .bar {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.1s;
}

.menu-open .icon-container #menuicon .bar.bar1 {
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}

.menu-open .icon-container #menuicon .bar.bar2 {
  -webkit-transform: translateY(3px) rotate(-45deg);
  transform: translateY(3px) rotate(-45deg);
}

.mobile_pallete {
  height: 15vh;
}

.logo {
  width: 13vw;
  transition: all 0.5s ease;
}

/* ****************************************HOME******************************************* */

.banner {
  background: url(../img/home/homebanner.webp);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-repeat: no-repeat;
}

.companyName {
  color: white;
  font-size: 5vw;
  font-family: var(--secondary-font);
}

.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14% 5% !important;
}

.bottom_banner {
  position: absolute;
  bottom: -30px;
  width: 100%;
  z-index: -1;
}

.banner_btn {
  background-color: var(--primary);
  color: white;
  border: none;
  outline: none;
  padding: 7px;
  text-decoration: none;
  text-align: center;
  font-family: var(--primary-font), sans-serif;
  border-radius: 5px;
  font-size: 1vw;
  width: 100%;

  &:hover {
    background-color: #27b0b3;
    color: white;
  }
}

.card {
  border-radius: 10px !important;
}

.banner-content {
  height: 100%;
}

.pickupBox {
  position: relative;
}

.dottedLineImg {
  position: absolute;
  bottom: 100%;
  left: 50%;
}

.inputBox {
  background-color: #d9d9d9;
  padding: 0px 10px;
  border-radius: 5px;
}

.inputBox input {
  border: none;
  outline: none;
  background-color: transparent;
  padding: 10px;
  font-size: 1vw;
  width: 100%;
}

.truckContainer div {
  height: 30vw;
  width: 20vw;
  transition: all 0.4s ease-in-out;
}

.truckContainer div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media (min-width: 600px) {
  .truckContainer div:hover {
    width: 50vw;
  }
  .truckContainer:has(div:hover) div:not(:hover) {
    width: 10vw;
  }
}
.admission_button:hover {
  color: white;
}

.AboutContainer {
  padding-top: 10%;
  padding-bottom: 5%;
}

.aboutHeading {
  color: var(--primary);
  font-size: 2vw;
  font-weight: 700;
  text-align: start;
}

.aboutTitle {
  font-weight: 800;
  font-size: 3.3vw;
  width: 100%;
}

.aboutPara {
  font-size: 1vw;
  width: 80%;
  line-height: 2.5vw;
}

.knowmore_button button {
  padding: 20px 50px;
  /* width: 25%; */
  background-color: var(--primary);
  border: none;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--primary-font), sans-serif;
  text-decoration: none;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.knowmore_button:hover {
  color: white;
}

.achivements {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #f6f6f6;
}

.rating_para {
  margin: 0px;
  color: black;
  font-size: 2vw;
  font-weight: 600;
}

.projects_para {
  font-size: 1.5vw;
  font-weight: 600;
  color: #636363;
}

.offer_h1 {
  text-align: center;
  color: var(--primary);
  font-size: 3.3vw;
  font-weight: 700;
}

.why_choose {
  background-color: #fffbf5;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.choose_items {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0px;
}

.choose_img {
  width: 6vw;
  padding: 12px;
}

.choose_h1 {
  font-size: 1.2vw;
  font-weight: 800;
}

.choose_para {
  font-size: 1vw;
}

.Customer_container {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #f6f6f6;
}

.Customer_top {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
}

.Customer_h1 {
  color: var(--primary);
  font-weight: 600;
  font-size: 2vw;
  text-align: center;
}

.slide_content {
  border-radius: 20px;
  background-color: white;
  margin: 0px 1vw;
}

.slider_content_top {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0.8vw 0px;
}

.customer_comment {
  color: black;
  padding: 1vw 2vw;
  font-size: 1vw;
}

.customer_name {
  color: black;
  margin: 0;
  font-weight: 700;
}

.customer_location {
  color: #9747ff;
  margin: 0;
  font-weight: 600;
}

.center-slider .slick-slide,
.center-slider
  .slick-slide[aria-hidden="true"]:not(.slick-cloned)
  ~ .slick-cloned[aria-hidden="true"] {
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  height: 50%;
}

.center-slider .slick-center,
.center-slider
  .slick-slide[aria-hidden="true"]:not([tabindex="-1"])
  + .slick-cloned[aria-hidden="true"] {
  transform: scale(1);
}

.center-slider .slick-current.slick-active {
  transform: scale(1);
}

/* *********************************************************************************** */
.truckLists li {
  font-size: 1.2vw;
  margin-bottom: 20px;
  font-family: var(--primary-font);
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #57c4bf;
  color: #fff;

  border: none;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}

.slick-prev::before,
.slick-next::before {
  content: "";
}

.slick-prev::after,
.slick-next::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  display: block;
}

.slick-prev::after {
  transform: rotate(-135deg);
}

.slick-next::after {
  transform: rotate(45deg);
}

.slick-prev:hover,
.slick-next:hover {
  background: #57c4bf;
}

.slider {
  background-color: #d0eeed;
  height: 100%;
  padding: 15px 10px;
  border-radius: 10px;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.slider img {
  width: 96%;
  object-fit: cover;
  margin: auto;
  border-radius: 10px;
}

.slider p {
  text-align: center;
  font-size: 1vw;
  font-family: "Inter", sans-serif !important;
  font-weight: 600;
  margin-bottom: 0;
}

.card-btn {
  font-size: 1vw;
  color: white;
  background-color: #358b87;
  border-radius: 20px;
  padding: 5px 20px;

  &:hover {
    color: white;
  }
}

.socialCard {
  background-color: #fafafa;
  border: none;
  width: 10vw;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #d9d9d9;
}

.socialMediaName {
  font-size: 1vw;
  color: #5a5a5a;
  font-weight: 600;
}

.blue-para {
  color: var(--primary);
  font-weight: 600;
  font-family: var(--primary-font), sans-serif;
  font-size: 1vw;
}

.locationIcon {
  width: 3vw;
  margin-bottom: 10px;
}

.contact-row {
  background-color: #e9f7f6;
  border-radius: 30px;
}

.contactWrapper {
  padding: 5%;
}

.contactWrapper h3 {
  font-size: 1.3vw;
  margin-bottom: 0px;
  font-weight: 300 !important;
}

.contactWrapper h2 {
  font-size: 3vw;
  font-weight: 700 !important;
  color: #014546;
  font-family: var(--primary-font), "sans-serif";
}

.formContainer {
  background-color: white;
  padding: 20px;
  width: 100%;
  border-radius: 15px;
}

.contactWrapper p {
  font-size: 1vw;
  color: #7a7a7a;
}

.formGroup input,
.formGroup textarea {
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 20px;
  width: 100%;
  background-color: #fafafa;
}

#contactForm {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}

#contactForm button {
  background-color: #30bdc0;
  color: white;
  border-radius: 10px;
  padding: 10px 20px;
}

.footer-a a,
.footer-a {
  color: #52c2bd !important;
  text-decoration: none;
}

.lineContainer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 50%;
  background-color: #bfbfbf;
  z-index: -1;
}

.lineContainer span {
  background: #ffffff;
  margin: auto;
  padding: 10px 20px;
  font-size: 2vw;
  font-weight: 600;
  font-family: var(--primary-font), sans-serif;
}

/* ****************************************FOOTER******************************************* */
.footer-content {
  width: 100%;
  display: flex;
  padding: 3% 0;
  justify-content: space-around;
  color: black;
  background-color: #f6f6f6;
}

.footer-menu {
  color: black;
  text-decoration: none;
}

.footer-ul {
  padding: 0;
}

.footer-ul li {
  list-style: none;
  padding: 1vh;
}

.footer_link {
  color: #5a5a5a;
  font-family: var(--primary-font), sans-serif;
  text-decoration: none;
}

.link_all {
  color: inherit;
  text-decoration: none;
}

.link_all:hover {
  color: inherit;
  text-decoration: none;
}

.sitemap_head {
  color: #014546;
  font-weight: 700;
  font-family: var(--secondary-font);
  margin-bottom: 10px;
}

.bottomslg_footer {
  text-align: center;
}

.footer_logo {
  width: 10vw;
}

.map_footer {
  margin-top: 10%;
  width: 15vw;
  height: 10vw;
}

.footer_end {
  border-top: 1px solid rgba(0, 0, 0, 0.384);
}

.footerend_parra {
  padding: 20px;
  text-align: center;
  /* font-size: 1vw; */
}

.footer_para {
  text-align: justify;
  /* font-size: 1vw; */
}
.formGroup input,
.formGroup textarea {
  padding: 10px;
}
.contact-row div img {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.lineContainer span {
  background: #ffffff;
  margin: auto;
  padding: 10px 20px;
  font-size: 3vw;
}
.truckCard {
  position: relative;
}
.truckName {
  position: absolute;
  top: 3%;
  cursor: pointer;
  height: auto !important;
  width: auto !important;
  padding: 0px 10px;
  display: flex;
  align-items: center;
}
.truckName span {
  font-size: 1.2vw;
  display: flex;
  align-items: center;
}
/* ****************************************TAB******************************************* */
@media screen and (max-width: 990px) {
  .nav {
    display: none;
  }
  .center-class {
    margin-top: 15vh;
  }
  .slick-prev {
    left: -25px;
  }
  .socialCard {
    background-color: #fafafa;
    border: none;
    width: 15vw;
    border-radius: 10px;
    box-shadow: 1px 1px 12px #a49f9f;
  }
  .slick-next {
    right: -25px;
  }
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
  .companyName {
    color: white;
    font-size: 10vw;
    font-weight: 800 !important;
  }

  .banner-content {
    padding: 5% !important;
  }

  .custom_heading {
    font-size: 4vw;
  }
  .roadLineImg {
    position: absolute;
    bottom: 5%;
    left: 31%;
    width: 27vw;
  }

  .inputBox input,
  .banner_btn,
  .custom_para,
  .custom_btn_primary,
  .truckLists li,
  .card-btn,
  .blue-para,
  .custom_btn_secondary,
  .socialMediaName {
    font-size: 2vw !important;
  }

  .mobile_container {
    display: block;
  }

  .logo {
    width: 10vw;
  }

  .header_mobile ul.menu li.menu-item a {
    /* font-size: 3vw; */
  }

  .menu-open .closed {
    font-size: 6vw;
  }

  .hamburger {
    font-size: 5vw;
  }

  .mobile_logo {
    width: 10vw;
  }

  .footerLogoImg {
    width: 20vw;
    margin: 0px auto;
  }

  .footerPara {
    color: white;
    font-size: 2vw;
    font-weight: 400;
    line-height: 3vw;
    text-align: center;
  }

  .Footer-container {
    background: var(--primary);
  }

  .footerMap {
    width: 100%;
    height: 25vw;
    border-radius: 5px !important;
  }

  .footerNavHeading {
    color: white !important;
    font-size: 2.6vw;
  }

  .truckContainer div {
    height: 50vh;
    width: 20vw;
    padding: 0;
    transition: all 0.4s ease-in-out;
  }

  .footerNavItem a,
  .footermail {
    text-decoration: none !important;
    color: white !important;
    font-size: 2vw;
  }

  .footerBottomPara {
    color: white !important;
    margin: 0;
    font-size: 2vw;
  }
  .location-icon {
    display: none;
  }

  .gallery_banner_top {
    margin-top: 16vw;
  }

  .gallery_img_sm {
    width: 37vw;
  }

  .gallery_img_lg {
    width: 36.9vw;
  }

  .gallery_img {
    width: 77vw;
    margin-top: 2vw;
  }
  .truckName span {
    font-size: 3.2vw;
    display: flex;
    align-items: center;
  }
  .play_btn {
    width: 7vw;
  }
  .contactWrapper h3 {
    font-size: 2.3vw;
  }
  .contactWrapper h2 {
    font-size: 5vw;
  }
  .contactWrapper p {
    font-size: 2vw;
    color: #7a7a7a;
  }
}

/* ********************************************************RESPONSIVE MOBILE******************************************* */
@media screen and (max-width: 600px) {
  .logo {
    width: 15vw;
  }
  .truckName span {
    font-size: 6.2vw;
    display: flex;
    align-items: center;
  }
  .indiaMap{
    width: 100%;
  }
  .contact-row div img {
    display: none;
  }
  .counter {
    font-family: "DynaPuff", system-ui;
    font-weight: normal !important;
    font-size: 8vw !important;
  }
  .lineContainer span {
    font-size: 4vw;
  }
  .contactWrapper h3 {
    font-size: 4.3vw;
  }
  .contactWrapper h2 {
    font-size: 10vw;
  }
  .contactWrapper p {
    font-size: 3vw;
    color: #7a7a7a;
  }
  .inputBox input,
  .banner_btn,
  .custom_para,
  .custom_btn_primary,
  .truckLists li,
  .custom_btn_secondary,
  .socialMediaName,
  .card-btn,
  .blue-para {
    font-size: 3vw !important;
  }
  .line {
    display: none !important;
  }
  .socialCard {
    background-color: #fafafa;
    border: none;
    width: 25vw;
    border-radius: 10px;
    box-shadow: 1px 1px 12px #a49f9f;
  }

  .truckContainer {
    flex-direction: column;
  }
  .truckContainer div {
    height: 50vh;
    width: 100%;
    padding: 0;
  }
  .truckIconImg {
    transform: scaleX(-1);
    right: 0%;
    width: 40vw;
  }
  .roadLineImg {
    position: absolute;
    bottom: 5%;
    left: 34%;
    width: 27vw;
    transform: scaleX(-1);
  }
  .hamburger {
    font-size: 9vw;
  }

  .Footer-container {
    background: var(--primary);
  }

  .contactItemIcon {
    width: 7vw;
  }

  .footerLogoImg {
    width: 45vw;
  }

  .footerPara {
    font-size: 3.5vw;
    line-height: 6vw;
  }

  .footerNavHeading {
    color: white;
    font-size: 5.5vw;
  }

  .footerNavItem a,
  .footermail {
    text-decoration: none !important;
    color: white !important;
    font-size: 3vw;
  }

  .footerBottomPara {
    /* font-size: 3vw; */
  }

  .footerMap {
    width: 100%;
    height: 45vw;
    border-radius: 5px !important;
  }
}

.business_model_card {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: auto;
  padding: 15px;
  box-shadow: 0 0 10px #d9d9d9;
  border-radius: 15px;
  background: linear-gradient(90deg, #ffffff 0%, #e3f5f4 100%);
}
.business_model_card svg {
  width: 3vw;
}
/* #Circle {
  animation: Circle 2s ease-in-out forwards;
}

#tick {
  animation: tick 2s ease-in-out forwards;
}

@keyframes Circle {
  0% {
    fill: #ffffff;
  }
  100% {
    fill: #52c2bd;
  }
}

@keyframes tick {
  0% {
    fill: #52c2bd;
  }
  100% {
    fill: #ffffff;
  }
} */

.parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  position: relative;
  z-index: 10;
  gap: 40px;
}
.div1,
.div2,
.div3,
.div4,
.div5,
.div6,
.div7 {
  padding: 10px 30px;
  background: linear-gradient(90deg, #ffffff 0%, #e3f5f4 100%);
  border-radius: 15px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  height: auto;
  width: auto;
  position: relative;
  color: #000000;
  box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.15);
}
.varityTruckHeading {
  font-size: 1.5vw;
  font-weight: 600;
}
.varityTruckHeadingTwo {
  font-size: 3vw;
  font-weight: 700;
}
.truckBtn {
  outline: none !important;
  border: none !important;
  background-color: transparent;
}
.div1,
.div2,
.div3,
.div4,
.div5 {
  width: 95%;
}
.svgContainer {
  position: relative;
}
#joinline {
  position: absolute;
  bottom: 0%;
  transform: translate(0, 90%);
  z-index: -1;
  left: 50%;
}

.div1 {
  grid-column: span 2 / span 2;
}

.div2 {
  grid-column: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 2;
}

.div3 {
  grid-column: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 3;
}

.div4 {
  grid-column: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 4;
}

.div5 {
  grid-column: span 2 / span 2;
  grid-column-start: 1;
  grid-row-start: 5;
}

.div6 {
  grid-column: span 3 / span 3;
  grid-row: span 4 / span 4;
  grid-column-start: 3;
  grid-row-start: 1;
}

.div7 {
  grid-column: span 3 / span 3;
  grid-column-start: 3;
  grid-row-start: 5;
}
#circle {
  position: relative;
  z-index: 99;
}
.svgContainer.show #circle {
  animation: Circle 1s ease-in-out forwards;
}
@keyframes Circle {
  0% {
    fill: #ffffff;
  }
  100% {
    fill: #52c2bd;
  }
}

.svgContainer.show #icons {
  animation: icons 1s ease-in-out forwards;
}
@keyframes icons {
  0% {
    fill: #52c2bd;
  }
  100% {
    fill: #ffffff;
  }
}
.svgContainer.show #joinline {
  animation: Line 1s ease-in-out forwards;
}

@keyframes Line {
  0% {
    height: 0;
  }
  100% {
    height: 119;
  }
}

#Joinx {
  position: absolute;
  right: -5%;
  opacity: 0;
}

.svgContainer.show #Joinx {
  animation: Joinx 2s ease forwards;
}
@keyframes Joinx {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 30;
  }
}

#JoinxTwo {
  position: absolute;
  left: -3%;
  opacity: 0;
}
.timeline-complete #JoinxTwo {
  animation: JoinxTwo 2s ease forwards;
}

@keyframes JoinxTwo {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 30;
  }
}

.svgContainer.show #joinY {
  animation: JoinY 2s ease forwards;
}
@keyframes JoinY {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 400 !important;
  }
}

.div6::after {
  content: "";
  background-color: #d9d9d9;
  width: 5px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 100%);
}
.timeline-complete .div6::after {
  animation: lastJoinLine 2s ease forwards;
}
@keyframes lastJoinLine {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 15%;
  }
}
/* .div6::before {
  content: "";
  background-color: #d9d9d9;
  height: 5px;
  position: absolute;
  left: 0%;
  transform: translate(-100%);
  opacity: 0;
}

@keyframes lastJoinLineTwo {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    width: 3%;
  }
}
.timeline-complete .div6::before {
  animation: lastJoinLineTwo 2s ease forwards;
} */
.joinLineParent {
  position: absolute;
  right: 0;
  z-index: -1;
  bottom: 0;
  transform: translateX(2vw) translateY(-10%);
}
.joiningLine {
  width: 5px;
  height: 400px;
  background-color: #d9d9d9;
  position: relative;
  top: 50%;
  left: 50%;
  opacity: 0;
}
.joiningLine::after {
  content: "";
  width: 45px;
  height: 5px;
  background-color: #d9d9d9;
  position: absolute;
  bottom: 0%;
  right: 0%;
}
.joiningLine::before {
  content: "";
  width: 45px;
  height: 5px;
  background-color: #d9d9d9;
  position: absolute;
  top: 0%;
}
.timeline-complete .joiningLine {
  animation: joiningLineAnim 1s ease forwards;
}
.mobileVisible {
  display: none;
}
@keyframes joiningLineAnim {
  0% {
    height: 0;
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 400px;
  }
}
.truckIcon {
  position: absolute;
  right: 10%;
  bottom: 10%;
  opacity: 0;
  transform: translate(100%, -50%);
}
.timeline-complete .truckIcon {
  animation: truckAnim 2s ease forwards;
}
@keyframes truckAnim {
  0% {
    opacity: 0;
    filter: drop-shadow(5px 10px 5px rgba(255, 255, 255, 0.658));
  }
  100% {
    opacity: 1;
    transform: translate(0%);
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.658));
  }
}

/* Media Queries 990 */
@media screen and (max-width: 990px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(9, 1fr);
    gap: 50px;
  }
  .dottedLineImg {
    display: none;
  }
  .div1 {
    grid-column: span 4 / span 4;
  }

  .div2 {
    grid-column: span 4 / span 4;
    grid-row-start: 2;
  }

  .div3 {
    grid-column: span 4 / span 4;
    grid-row-start: 3;
  }

  .div4 {
    grid-column: span 4 / span 4;
    grid-row-start: 4;
  }

  .div5 {
    grid-column: span 4 / span 4;
    grid-row-start: 5;
  }

  .div6 {
    grid-column: span 4 / span 4;
    grid-row: span 3 / span 3;
    grid-row-start: 6;
  }

  .div7 {
    grid-column: span 4 / span 4;
    grid-row-start: 9;
  }
  .div1,
  .div2,
  .div3,
  .div4,
  .div5 {
    width: 100%;
  }
  .div6::after {
    content: "";
    background-color: #d9d9d9;
    width: 5px;
    position: absolute;
    bottom: 0%;
    left: 10%;
    transform: translate(0%, 100%);
  }
  .joinLineParent {
    display: none;
  }
  .varityTruckHeading {
    font-size: 3vw;
    font-weight: 600;
  }
  .varityTruckHeadingTwo {
    font-size: 4vw;
    font-weight: 700;
  }
  .mobileVisible {
    display: block;
  }
}
/* Media Queries 600 */
@media screen and (max-width: 600px) {
  #circle {
    position: relative;
    z-index: 99;
    width: 15vw;
  }
  .varityTruckHeading {
    font-size: 5vw;
    font-weight: 600;
  }
  .varityTruckHeadingTwo {
    font-size: 7vw;
    text-align: center;
    font-weight: 800 !important;
  }
  .truckIcon {
    position: absolute;
    right: 4%;
    bottom: 4%;
    width: 40% !important;
    opacity: 0;
    transform: translate(100%, -50%);
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.658)) !important;
  }
  .div6::after {
    content: "";
    background-color: #d9d9d9;
    width: 5px;
    position: absolute;
    bottom: 0%;
    left: 20%;
    transform: translate(0%, 100%);
  }
}
