@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

:root {
  --white: #ffffff;
  --black: #000;
  --red: #e95440;
  --light-white: #f6f6f6;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  scroll-behavior: smooth;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
}

h1 {
  font-size: 5rem;
}
h2 {
  font-size: 4rem;
}
h3 {
  font-size: 2.8rem;
}
h4 {
  font-size: 2rem;
}
h5 {
  font-size: 1.5rem;
}
h6 {
  font-size: 1.4rem;
}
p {
  font-size: 1.6rem;
}
a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
}
li {
  list-style: none;
}

/* ============= */
.wrapper-heading {
  max-width: 132rem;
  margin: auto;
  padding: 7rem 2.8rem 4rem 2.8rem;
}
.wrapper {
  max-width: 132rem;
  margin: auto;
  padding: 5rem 2.8rem;
}
.grid {
  display: grid;
  gap: 5rem;
}
.grid-two-cols {
  grid-template-columns: 1fr 1fr;
}
.grid-three-cols {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-four-cols {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid-five-cols {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

/* ===============navbar header================ */
/* ===============navbar header================ */
/* ===============navbar header================ */
/* ===============navbar header================ */
/* ===============navbar header================ */
/* ===============navbar header================ */
header {
  position: fixed;
  z-index: 9;
  width: 100%;
  background-color: var(--black);
}
.header-blur {
  background: var(--black);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: all 0.3s ease-in-out;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 132rem;
  height: 7rem;
}
/* .header-right-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
} */
.header-mobile-btn {
  display: none;
}
.header-menu-btn {
  font-size: 2.5rem;
  background-color: var(--white);
  padding: 0.5rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  cursor: pointer;
  color: var(--white);
}
.header_logo {
  /* background-color: var(--white); */
  height: 7rem;
  display: flex;
  align-items: center;
  /* width: 12%; */
  padding: 1rem;
}
.header_logo img {
  width: 70%;
  background-color: white;
  padding: 1rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
nav {
  display: flex;
  align-items: center;
  gap: 5rem;
}
nav li a {
  color: var(--white);
  font-weight: 600;
}

.header-social-link {
  color: var(--green);
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header-social-link a {
  color: var(--white);
  background-color: var(--dark-green);
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 2.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* ======hero slider css===== */
/* ======hero slider css===== */
/* ======hero slider css===== */
/* ======hero slider css===== */
/* ======hero slider css===== */
/* ======hero slider css===== */
/* ======hero slider css===== */
/* ======hero slider css===== */
/* ======hero slider css===== */
/* ======hero slider css===== */
/* ======hero slider css===== */
.slider-btn {
  border: 1px solid #ffffff;
  border-radius: 0;
  /* font-family: "montserratregular"; */
  font-size: 1.4rem;
  padding: 0.9rem 2rem;
  color: #fff;
  line-height: 2.8rem;
}
a {
  color: var(--white);
}

/* ====================== */

.container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.hero-slider {
  width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  /* background-position: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  background-position: center;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}
.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
}
/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
  /* height: 100vh; */
  transition: all 0.4s ease;
  margin-top: 6.5rem;
  /* min-height: 100vh; */
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 30vh;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    /* padding-top: 95px; */
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  /* max-width: 690px; */
  text-align: left;
}
.slide-btns {
  margin: 40px 60px;
}
.hero-style .slide-title h2 {
  font-size: 75px;
  font-weight: 600;
  line-height: 1;
  color: var(--white);
  margin: 40px 60px;
  text-transform: uppercase;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  text-align: left;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
    color: var(--white);
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 19px;
    margin: 0 0 6px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 2rem;
  /* font-weight: 500; */
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--white);
  margin: 40px 60px;
  transition: all 0.4s ease;
  text-align: left;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0 0 30px;
    max-width: 232px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

/* ====hero slider bg overlay==== */
.slide-bg-image {
  position: relative;
  z-index: 2;
}
.clearfix::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.445);
  z-index: 3;
  width: 100%;
  height: 100%;
}
.slide-title,
.slide-text,
.swiper-pegination,
.swiper-button-nex,
.swiper-button-perv {
  z-index: 4;
  position: relative;
}

/*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main);
  color: var(--white);
  padding: 15px 32px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid var(--main);
  position: relative;
  overflow: hidden;
  cursor: pointer !important;
}
a {
  text-decoration: none;
  transition: all 0.2s ease;
}
.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}
.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}
.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}

/* ========features========== */
/* ========features========== */
/* ========features========== */
/* ========features========== */
/* ========features========== */
/* ========features========== */
/* ========features========== */
/* ========features========== */
.features {
  position: relative;
}
.features-box {
  text-align: center;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  padding: 2rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.features-box img {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  padding: 0.5rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.features-box h4 {
  padding-top: 2rem;
}
.features-text {
  background-color: var(--red);
}
.features-text h3 {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
}
/* =======about====== */
/* =======about====== */
/* =======about====== */
/* =======about====== */
/* =======about====== */
/* =======about====== */
/* =======about====== */
.about {
  position: relative;
}
.about-box-img {
  position: relative;
}
.about-box-img img {
  width: 70%;
  height: auto;
}
.about-box-img .car1 {
  right: 7rem;
  position: absolute;
  top: 10rem;
  width: 100px;
  animation: car 2s infinite alternate ease-in-out;
  -webkit-animation: car 2s infinite alternate ease-in-out;
}

@keyframes car {
  from {
    transform: translateY(0); /* Starting position */
  }
  to {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }
}

.about-box-img .car3 {
  right: 7rem;
  position: absolute;
  top: 18rem;
  width: 100px;
  animation: car1 2s infinite alternate ease-in-out;
  -webkit-animation: car1 2s infinite alternate ease-in-out;
}
@keyframes car1 {
  from {
    transform: translateY(0); /* Starting position */
  }
  to {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
  }
}
.about-box-img .car4 {
  width: 100px;
  right: 7rem;
  position: absolute;
  top: 2rem;
  -webkit-animation: car2 2s infinite alternate ease-in-out;
}
@keyframes car2 {
  from {
    transform: translateY(0); /* Starting position */
  }
  to {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
}
.about-box-img .car5 {
  width: 100px;
  right: 7rem;
  position: absolute;
  top: -6rem;
  -webkit-animation: car2 2s infinite alternate ease-in-out;
}
@keyframes car2 {
  from {
    transform: translateY(0); /* Starting position */
  }
  to {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
  }
}

/* =======why choose us======== */
/* =======why choose us======== */
/* =======why choose us======== */
/* =======why choose us======== */
/* =======why choose us======== */
/* =======why choose us======== */
/* =======why choose us======== */
.choose-us {
  position: relative;
  background-image: url(assets/bgimg.png);
  background-color: var(--black);
  background-size: cover;
  background-position: center;
}
.choose-us .wrapper-heading {
  text-align: center;
}
.choose-us-box {
  text-align: center;
}
.choose-us h2 {
  color: var(--white);
}
.choose-us-box img {
  width: 100px;
  background-color: var(--white);
  padding: 1rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.choose-us-box h4 {
  padding-top: 2rem;
  color: var(--white);
}

/* ======services====== */
/* ======services====== */
/* ======services====== */
/* ======services====== */
/* ======services====== */
/* ======services====== */
/* ======services====== */
.services {
  position: relative;
  text-align: center;
}
.services .wrapper-heading h2 {
  padding-bottom: 2rem;
}

.services .wrapper-heading p {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
.services-box {
  text-align: center;
}
.services-box img {
  width: 100px;
}
.services-box h4 {
  padding: 2rem 0;
}
/* =======Our Fleet Includes======= */
/* =======Our Fleet Includes======= */
/* =======Our Fleet Includes======= */
/* =======Our Fleet Includes======= */
/* =======Our Fleet Includes======= */
/* =======Our Fleet Includes======= */
/* =======Our Fleet Includes======= */
/* =======Our Fleet Includes======= */
.fleet-include {
  position: relative;
  background-color: var(--black);
  background-image: url(assets/bgimg.png);
  background-position: center;
  background-size: cover;
}
.fleet-data .wrapper-heading h2 {
  color: var(--white);
  text-align: center;
}
.sefty-data .wrapper-heading h2 {
  /* color: var(--white); */
  text-align: center;
}
.fleet-box {
  text-align: center;
  color: var(--white);
}

.fleet-box img {
  width: 70%;
}
.fleet-box h4 {
  padding: 2rem 0;
}

.sefty-box {
  text-align: center;
  /*color: var(--white);
  */
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px,
    rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
  padding: 2rem;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
}
.sefty-box h4 {
  padding-top: 2rem;
}
.sefty-box img {
  width: 100px;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

/* =======Booking & Pricing====== */
/* =======Booking & Pricing====== */
/* =======Booking & Pricing====== */
/* =======Booking & Pricing====== */
/* =======Booking & Pricing====== */
/* =======Booking & Pricing====== */
/* =======Booking & Pricing====== */
/* =======Booking & Pricing====== */
/* =======Booking & Pricing====== */
.booking-pricing {
  position: relative;
  background-color: var(--black);
  background-image: url(assets/bgimg.png);
  background-position: center;
  background-size: cover;
}
.booking-pricing .wrapper-heading {
  text-align: center;
}
.booking-pricing .wrapper-heading h2 {
  padding-bottom: 2rem;
  color: var(--white);
}
.booking-pricing .wrapper-heading p {
  color: var(--white);
}
.booking-box {
  text-align: center;
}
.booking-box img {
  width: 100px;
  height: 100px;
  background-color: var(--white);
  padding: 0.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.booking-box h4 {
  padding: 1.5rem 0;
  color: var(--white);
}
.booking-box p {
  color: var(--white);
}
/* =====Customer Testimonials===== */
/* =====Customer Testimonials===== */
/* =====Customer Testimonials===== */
/* =====Customer Testimonials===== */
/* =====Customer Testimonials===== */
/* =====Customer Testimonials===== */
/* =====Customer Testimonials===== */
.testimonials {
  position: relative;
}
.testimonials .wrapper-heading {
  text-align: center;
}
.testi-data {
  text-align: center !important;
  /* border: 1px solid var(--red); */
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.testi-data h3 {
  font-weight: 300;
  padding: 2rem;
}
.testi-img-data {
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
  /* background-color: var(--red); */
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.testi-img-data img {
  width: 50px !important;
}
.testi-img-data p {
  /* color: var(--white); */
  font-size: 1.6rem;
}
/* ========marquee======= */
/* ========marquee======= */
/* ========marquee======= */
/* ========marquee======= */
/* ========marquee======= */
/* ========marquee======= */
/* ========marquee======= */
.a-section {
  background-color: var(--red);
}
.a-section-marquee-box {
  height: 150px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.a-section-marquee-box h2 {
  color: var(--white);
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 5rem;
  font-weight: 600;
  flex-shrink: 0;
  padding: 0 10px;
  width: max-content;
  display: flex;
  align-items: center;
  transform: translateX(0);
  animation: a-text-scroll 10s linear infinite;
  -webkit-animation: a-text-scroll 12s linear infinite;
}
@keyframes a-text-scroll {
  0% {
    transform: translate3d(0%, 0, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
  }
}
/* ===footer=== */
/* ===footer=== */
/* ===footer=== */
/* ===footer=== */
/* ===footer=== */
/* ===footer=== */
/* ===footer=== */
/* ===footer=== */
footer {
  background-color: var(--black);
  color: var(--white);
  padding: 7rem 0;
}
.footer-box img {
  background-color: var(--white);
  padding: 1rem;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
.footer-social i {
  font-size: 3rem;
}
.footer-p {
  line-height: 3rem;
}
.footer-links ul {
  margin-top: 3rem;
}
.footer-links ul li a {
  padding: 1.5rem 0;
}
.footer-box-add-flex {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
  align-items: center;
}
.footer-box-add-flex i {
  font-size: 2rem;
}
/* =======subfooter========= */
/* =======subfooter========= */
/* =======subfooter========= */
/* =======subfooter========= */
/* =======subfooter========= */
.subfooter{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--red);
  padding: 1rem;
}
.subfooter p{
  color: var(--white);
}
.subfooter a{
  text-decoration: underline;
}