@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');

body {
  font-family: "Poppins", sans-serif !important;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

header {
  position: sticky;
  font-family: "Poppins", sans-serif !important;
  top: 0;
  z-index: 1000;
  white-space: nowrap;
  color: red;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 40px 40px;
  padding: 9px 0px;
}
.inner-page-banner{
  margin-top: -40px;
}
.bike-backgound-vedio{
  margin-top: -40px;
}

.container-fluid {
  margin: 0 60px;
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
}

.navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0px;
  height: 65px;
  width: 100%;
  gap: 40px;
}

.header-main {
  background-color: #fff;
  position: relative;
}

.header-top {
  display: flex;
  gap: 20px;
  align-items: center;
}

#header-main {
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  width: 10%;
}

.main-logo {
  width: 65%;
  height: 62px;
}

.menu-icon {
  display: none;
}

.navbar-collapse {
  background-color: #FFFFFF;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.nav-link {
  font-size: 16px;
  font-weight: 500;
  /* padding: 5px; */
  color: black;
  font-family: "Poppins", sans-serif !important;
  /* padding-left: 12px !important; */
  /* padding-right: 12px !important; */
}

.nav-link.active {
  color: maroon !important;
  border-bottom: 2px solid maroon;
}

/* .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 2px;
  width: 60%;
  margin: auto;
  border-radius: 30px;
  background-color: #10C843;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
} */
.location-list a {
  color: black;
}

.nav-links {
  display: flex;
}

.menu-icon {
  display: none;
  cursor: pointer;
}

.location-list a:hover {
  color: maroon;
}

/* .nav-link:hover{
  color: #2D2D84;
} */
.main-nav-tab .nav-item {
  position: relative;
}

.main-items a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: red;
  padding-left: 0px !important;
}

.login {
  outline: none;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: maroon;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}

/* Active State for Navbar Items */
.navbar-nav .active-nav a {
  color: black;
  font-weight: 500 !important;
}

.location-list {
  background-color: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  width: 130px;
}

.location-list li {
  color: #4E5566;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
}

.location {
  position: relative;
  display: inline-block;
}

.location:hover .location-list {
  display: block;
}

.location-list li {
  padding: 5px 10px;
  cursor: pointer;
}

.login-register {
  display: flex;
  align-items: center;
  gap: 15px;
  display: none;

}

/* .cart{
    background-color: maroon;
    padding: 6px 15px;
    border-radius: 25px;
    color: #FFFFFF;
} */
/* -----------------------header---------------------- */
/* -------------------------text-monial----------------- */
.next-ride {
  background-color: maroon;
  padding: 30px 0px 30px 0px;
  position: relative;
  width: 85%;
  margin: 0px auto;
  border-radius: 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.next-ride h3 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0 !important;
  color: #FFFFFF;
  text-align: center;
}

.get-bike-now {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 10px;
}

.get-bike-now button {
  background: none;
  outline: none;
  border: none;
  padding: 25px 30px 25px 30px;
  background-color: #FFFFFF;
  font-size: 18px;
  color: maroon;
  border-radius: 10px;
}

.get-bike-now button:hover {
  background-color: rgb(96, 4, 4);
  color: #FFFFFF;
}

/* ---------------------text-monial---------------------- */
/* -------------------------footer-------------------- */
.footer {
  background-color: #000000;
  background-size: cover;
  color: white;
  font-size: 14px;
  width: 100%;
  /* position: relative; */
  margin-top: -75px;
}

.footer-container {
  width: 90%;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding-top: 100px;
}

.footer-container a {
  text-decoration: none;
  color: #FFFFFF;
}

.footer-container ul {
  list-style-type: none;
}

.ri-arrow-drop-right-line {
  font-size: 22px;
  vertical-align: bottom;
  color: #47b2e4
}

.footer-heads {
  font-size: 26px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  color: #FFFFFF;
  line-height: 25px;
}

.footer-subs {
  font-size: 37px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  line-height: 36px;
  opacity: 0.4;
  width: 75%;
}

.centerA h5,
.footer-left h5,
.centerB h5 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  line-height: 30px;
}

.center {
  width: 21%;
}

.centerA {
  width: 25%;
}

.footer-center {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 80px;
}

.contact img {
  height: 40px;
}

dl,
ol,
ul {
  padding-left: 0px !important;
}

.footer-right h5 {
  font-size: 26px;
  font-weight: 600;
  font-family: "Ubuntu", sans-serif;
  color: #FFFFFF;
}

.footer-left p {
  font-size: 14px;
  margin-top: 10px !important;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
  color: #FFFFFF;
  line-height: 28px;
}

.centerA a,
.contact-A a,
.centerA li,
.centerB li {
  font-size: 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif !important;
  color: #FFFFFF;
  line-height: 35px;
}

.contact span {
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
  color: #FFFFFF;
  line-height: 25px;
}

.email {
  display: flex;
  gap: 10px;
  cursor: pointer;
}

.email span {
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
  line-height: 35px;
}

.reserved {
  width: 100%;
  margin: 0px auto;
  background-color: #4E5566;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}

.reserved-social-icon p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 0px !important;
  text-align: center;
}

.social-icon {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.social-icon i {
  font-size: 25px;
}

.footer-contact {
  border-bottom: 1px solid #E1E8FF;
  display: block;
  /* width: 100%; */
  margin-top: 0px;
  padding-bottom: 30px;
}

/* --------------------footer----------------- */
/* -----------------------inner-page-banner---------- */
.inner-page-banner img {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.inner-page-text h2 {
  font-size: 32px;
  font-weight: 650;
  font-family: "Inter", sans-serif;
  color: #FFFFFF;
}

.inner-page-text p {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 20px;
}

.inner-page-text {
  position: absolute;
  top: 34%;
  left: 10%;
}

.bikes-address {
  display: flex;
  gap: 7px;
}

/* -----------------------inner-page-banner---------- */