@import url("https://fonts.googleapis.com/css2?family=Squada+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --background: #ffffff;
  --foreground: #333333;
  --black: #000000;
  --white: #ffffff;
  --primary_1: #007bff;
  --primary_2: #00c853;
  --secondary_1: #2d2d2d;
  --secondary_2: #ffc107;
  --primary: #71ca00;
  --secondary: #004917;
  --soft-white: #e0e0e0;
  /* fonts */
  --global-font: "Poppins", sans-serif;
  --heading-font: "Squada One", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: var(--global-font);
}

body {
  background-color: var(--background);
  color: var(--foreground);
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.logo_img {
  width: 100px;
  aspect-ratio: 16/9;
  object-fit: contain;
  object-position: center;
}

.container-fluid,
.container-lg {
  padding: 0;
}

nav.navbar {
  background: #034616;
}

nav .navbar-nav .nav-item a.nav-link {
    display:inline-block;
  color: var(--white) !important;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  font-size: 14px;
  position: relative;
  transition: color 0.3s linear;
}

nav .navbar-nav .nav-item a.nav-link:hover {
  color: var(--secondary_2) !important;
}

nav .navbar-nav li a.nav-link::after {
  content: "";
  margin-top: 3px;
  display: block;
  width: 0%;
  height: 2px;
  background: var(--secondary_2);
  transition: width 0.3s linear;
  border-radius: 10px;
}

nav .navbar-nav li a.nav-link:hover::after {
  width: 50%;
}

.row,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h2 {
  font-family: var(--heading-font);
}

.hero_section {
  width: 100%;
  height: 750px;
}

.book_btn {
  color: #000000;
  user-select: none;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 450;
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  transition: all 0.1s ease;
}

.book_btn::after {
    content:none;
}

.book_btn:hover {
  transform: scale(0.98);
}

.zap_cab_img {
  width: 65%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

.parent .gradient_text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.gradient_text,
.gradient_text span {
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12vw;
  line-height: 20vh;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(0deg, #000000a6, #034616);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: var(--heading-font);
  user-select: none;
  overflow: hidden;
}

.animated_heading span {
  display: inline-block;
  /* Optionally set a transform origin */
  transform-origin: center bottom;
}

.left_bottom_content {
  position: absolute;
  bottom: 4%;
  left: 0;
  z-index: 10;
  width: 350px;
  height: 250px;
  color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  background: #034616;
  backdrop-filter: blur(10px);
  user-select: none;
}

.left_bottom_content h5 {
  font-size: 2rem;
  font-weight: 550;
  text-transform: uppercase;
  padding: 10px;
}

.right_bottom_content {
  width: 250px;
  height: 370px;
  position: absolute;
  right: 0;
  bottom: 4%;
  z-index: 10;
  color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  background: #034616;
  backdrop-filter: blur(10px);
  user-select: none;
}

.right_bottom_content .content_one {
  border-bottom: 1px solid var(--secondary);
  width: 100%;
}

.right_bottom_content .content_one svg {
  width: 40px;
  height: 40px;
  stroke-width: 1.5px;
  stroke: white;
}

.feature_section {
  min-height: 750px;
  height: 120vh;
}

.feature_img {
  width: 70%;
  position: absolute;
  bottom: 0;
  right: -20%;
}

.feature_batch {
  color:var(--white);
  background: #034616;
  padding: 10px 20px;
  border-radius: 5px;
  user-select: none;
}

.feature_section {
  font-size: 16px;
}

.heading_2 {
  font-size: 4em;
}

.zap_cab_gradient,
.zap_cab_gradient span {
  opacity: 0.8;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 13vw;
  line-height: 19vh;
  font-weight: 600;
  text-align: center;
  background: linear-gradient(0deg, black, #034616);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-family: var(--heading-font);
  user-select: none;
  overflow: hidden;
}

svg {
  flex: none;
}

.feature_svg {
  background: #034616;
  display: inline-block;
  border-radius: 5px;
}

.feature_svg svg {
  width: 40px;
  height: 40px;
  stroke-width: 1.5px;
  stroke: var(--soft-white);
}

.feature_section .feature_h4 {
  font-size: 2rem;
  font-weight: 500;
  color: #034616;
  text-transform: capitalize;
  font-family: var(--heading-font);
}

.feature_section p {
  color: var(--secondary_1);
}

.gradient_line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ffffff 0%, #034616 50%, #ffffff 100%);
  background: -webkit-linear-gradient(
    left,
    #ffffff 0%,
    #034616 50%,
    #ffffff 100%
  );
  background: -moz-linear-gradient(left, #ffffff 0%, #034616 50%, #ffffff 100%);
}

.gradient_line_2 {
  width: 300px;
  height: 2px;
  background: linear-gradient(to right, #034616 0%, #ffffff 50%, #034616 100%);
  background: -webkit-linear-gradient(left,#034616 0%,#ffffff 50%, #034616 100%);
  background: -moz-linear-gradient(left, #007bff 0%, #ffffff 50%, #007bff 100%);
  flex: none;
}

.choose_points {
  border-bottom: 1px solid var(--white);
  padding-bottom: 15px;
}

.choose_points span {
  font-size: 2.5rem;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--heading-font);
  color: var(--white);
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.choose_points p {
  color:var(--white);
  font-size: 1.1rem;
}

.stats_box {
    height:100%;
  border-radius: 10px;
  background: var(--soft-white);
  backdrop-filter: blur(10px);
}

.form_bg {
  border-radius: 10px;
  background: var(--soft-white);
}

.stats_box h2 {
  color: #034616;
  font-size: 4rem;
  font-family: var(--heading-font);
  text-align: end;
}

.stats_box p {
  text-align: end;
}

.stats_box svg {
  width: 180px;
  height: 180px;
  stroke-width: 1.5px;
  stroke: #034616;
}

.option_cards .green_div {
  background: #034616;
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
}

.option_cards .green_div svg {
  width: 40px;
  height: 40px;
  stroke-width: 1.5px;
}

.testimonial_card {
  border-radius: 10px;
  background: var(--soft-white);
  height: 100%;
  user-select: none;
}

.testimonial_card h6,
.testimonial_card p {
  color: var(--secondary_1);
}

.splide__arrow svg {
  fill: var(--primary) !important;
}

.splide__pagination,
.splide__arrow {
  display: none !important;
}

.form-control:focus {
  box-shadow: none !important;
}

.contact_img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}

.location_div svg {
  width: 35px;
  height: 35px;
  stroke: #034616;
  stroke-width: 2px;
}

.tracking-in-expand-fwd {
  -webkit-animation: tracking-in-expand-fwd 1.5s
    cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand-fwd 1.5s cubic-bezier(0.215, 0.61, 0.355, 1)
    both;
}

@-webkit-keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateX(-50%);
    transform: translateZ(-700px) translateX(-50%);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(-50%);
    transform: translateZ(0) translateX(-50%);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateX(-50%);
    transform: translateZ(-700px) translateX(-50%);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateX(-50%);
    transform: translateZ(0) translateX(-50%);
    opacity: 1;
  }
}

/* .footer_title{
  color: var(--soft-white);
} */

.imp_links li a {
  font-weight: 500 !important;
}

footer a,
footer svg,
footer h4,
footer h6,
footer p {
  color: var(--soft-white) !important;
}

.screenshot_app img{
    display:inline-block;
    width:19%;
}

#success-alert, #error-alert{
    position:fixed;
    bottom:2%;
    right:2%;
    z-index:999;
}
