@import url('https://fonts.googleapis.com/css?family=Bangers|Cinzel:400,700,900|Lato:100,300,400,700,900|Lobster|Lora:400,700|Mansalva|Muli:200,300,400,600,700,800,900|Open+Sans:300,400,600,700,800|Oswald:200,300,400,500,600,700|Roboto:100,300,400,500,700,900&display=swap');

:root {
  /* CSS HEX */
  --co-one: #264653ff;
  --co-light-border:rgba(0, 0, 0, .125);
  --co-two: #2a9d8fff;
  --co-three: #e9c46aff;
  --co-four: #f4a261ff;
  --co-five: rgb(224, 78, 41);
  --co-six: rgba(36, 78, 94, 0.593);
  --co-white: #f3f0f0;
  --white: #fff;
  --btn-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  --btn-shadow-focus:rgba(0, 0, 0, 0.1) 0 4px 12px;
  --btn-shadow-active:rgba(0, 0, 0, .06) 0 2px 4px;
  --card-shadow:2px 2px 14px -1px #7090b036;
  --feature-card-shadow:rgba(0, 0, 0, 0.16) 0px 1px 4px;
  
  --gradient-one: linear-gradient(to right, #264653 0%, #E9C46A 50%, #E04E29 100%);

  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;

  /* SCSS Gradient */
  --gradient-top: linear-gradient(0deg, #264653ff, #2a9d8fff, #e9c46aff, #f4a261ff, #e76f51ff);
  --gradient-right: linear-gradient(90deg, #264653ff, #2a9d8fff, #e9c46aff, #f4a261ff, #e76f51ff);
  --gradient-bottom: linear-gradient(180deg, #264653ff, #2a9d8fff, #e9c46aff, #f4a261ff, #e76f51ff);
  --gradient-left: linear-gradient(270deg, #264653ff, #2a9d8fff, #e9c46aff, #f4a261ff, #e76f51ff);
  --gradient-top-right: linear-gradient(45deg, #264653ff, #2a9d8fff, #e9c46aff, #f4a261ff, #e76f51ff);
  --gradient-bottom-right: linear-gradient(135deg, #264653ff, #2a9d8fff, #e9c46aff, #f4a261ff, #e76f51ff);
  --gradient-top-left: linear-gradient(225deg, #264653ff, #2a9d8fff, #e9c46aff, #f4a261ff, #e76f51ff);
  --gradient-bottom-left: linear-gradient(315deg, #264653ff, #2a9d8fff, #e9c46aff, #f4a261ff, #e76f51ff);
  --gradient-radial: radial-gradient(#264653ff, #2a9d8fff, #e9c46aff, #f4a261ff, #e76f51ff);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

body {
  background-color: var(--co-white);
  font-family: var(--bs-font-sans-serif);
  overflow-x: hidden;
  scroll-behavior: smooth;
  /* Fallback for smooth scrolling */
  /* Custom scrollbar styles */
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: var(--co-one) var(--co-white);
  /* For Firefox */
}

/* Custom scrollbar styles for WebKit browsers (Chrome, Safari) */
::-webkit-scrollbar {
  width: 8px;
  /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: var(--co-white);
  /* Background color of the scrollbar track */
}

::-webkit-scrollbar-thumb {
  background-color: var(--co-one);
  /* Color of the scrollbar thumb */
  border-radius: 10px;
  /* Rounded corners for the scrollbar thumb */
  border: 2px solid var(--co-white);
  /* Optional border around the scrollbar thumb */
}

.txt-primary {
  color: var(--co-five) !important;
}

.main-title {
  color: var(--co-one);
}

.main-title::after {
  content: '';
  position: absolute;
  transform: translateX(-50%);
  width: 6em;
  height: 3px;
  background-color: var(--co-five);
}

a.topbar .ic-fe-de {
  color: var(--co-five);
}

.ic-fe-de {
  height: 20px;
  width: 20px;
}

a {
  text-decoration: none;
  color: var(--co-one);
}

a:hover {
  color: var(--co-four);
}

#topbar a {
  font-size: 14px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

img.img-logo {
  max-height: 53px; 
  height: auto;
}

@media (max-width: 768px) {
  .img-logo {
    max-width: 120px; /* Adjust the logo size for mobile devices */
  }
}
h2.logo-text {
  position: relative;
  color: var(--co-white);
  font-size: 30px;
  line-height: 0;
  font-family: 'Bangers', cursive;
  letter-spacing: 4px;
  right: 12px;
  top: 5px;
}

/*----------bootstrap-navbar-css------------*/
.navbar-logo {
  padding: 15px;
}

.navbar-mainbg {
  background-color: var(--co-five);
  padding: 0px;
}

#navbarSupportedContent {
  overflow: hidden;
  position: relative;
}

#navbarSupportedContent ul {
  padding: 0px;
  margin: 0px;
}

#navbarSupportedContent ul li a i {
  margin-right: 10px;
}

#navbarSupportedContent li {
  list-style-type: none;
  float: left;
}

#navbarSupportedContent ul li a {
  color: var(--co-white);
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 20px 20px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  position: relative;
}

#navbarSupportedContent>ul>li>a.nav-link i.ic-fe-de {
  color: var(--co-white);
}

#navbarSupportedContent>ul>li>a.active {
  color: var(--co-five);
  background-color: #f8f9fa;
}

.bikedesc{
  line-height: 1.6rem;
    list-style: none;
}

#navbarSupportedContent>ul>li>a.active i.ic-fe-de {
  color: var(--co-five);
}


@media (min-width: 992px) {
  .navbar-expand-custom {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-custom .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-custom .navbar-toggler {
    display: none;
  }

  .navbar-expand-custom .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media (max-width: 991px) {
  #navbarSupportedContent ul li a {
    padding: 12px 30px;
  }
}

/* Hero section to cover full screen */
.hero-section {
  width: 100%;
 
  position: relative;
  margin: 0; /* Ensure no margin */
  padding: 0; /* Ensure no padding */
}

/* Image styling to cover the entire section */
.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the image covers the entire section without stretching */
  object-position: center; /* Center the image */
  display: block; /* Ensures no gap below the image */
}




/* Button Theme */
/*======================================*/
.btn-theme {
  align-items: center;
  background-clip: padding-box;
  background-color: var(--co-one);
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: var(--btn-shadow);
  box-sizing: border-box;
  color: var(--white);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.btn-theme:hover,
.btn-theme:focus {
  background-color: var(--co-six);
  box-shadow: var(--btn-shadow-focus);
  color: var(--co-white);
}

.btn-theme:hover {
  transform: translateY(-1px);
}

.btn-theme:active {
  background-color: var(--co-one);
  box-shadow: var(--btn-shadow-active);
  transform: translateY(0);
}

/* CSS */
.btn-round {
  background: var(--co-five);
  border: 0.1em solid var(--co-five);
  border-radius: 30px;
  box-shadow: var(--btn-shadow);
  box-sizing: border-box;
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-family: nunito, roboto, proxima-nova, "proxima nova", sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.btn-round:hover,
.btn-round:active {
  background-color: initial;
  background-position: 0 0;
  color: var(--co-five);
}

.btn-round:active {
  opacity: .5;
}

/* Cards */
/*======================================*/
.fluid {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 35px;
} 

.card {
  border: none;
  border-radius: 40px;
  box-shadow: var(--card-shadow);
  display: grid;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px 15px;
  position: relative;
  line-height: 1;
}

.card-body {
  line-height: 0.9rem;
}

h5.bike-brand {
  color: var(--co-five);
  font-size: 14px;
}

.name-price-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.name-price-wrap h5 {
  font-size: 14px;
  position: relative;
}

.name-price-wrap h5:before {
  background-color: var(--co-five);
  border-radius: 10px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 43px;
  top: 16px;
}

p.price {
  font-size: 14px;
  font-weight: 800;
  color: var(--co-one);
}

i.per-day {
  font-size: 11px;
}

.card-footer {
  border-top: 1px solid var(--co-light-border);
  background: none;
  padding: 1rem;
}

.card-points p {
  font-size: 12px;
  font-weight: 500;
  background: var(--gradient-one);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-animation 3s infinite;
  background-size: 200% 200%;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.ic-cards {
  height: 13px !important;
  width: 13px !important;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.card-img-top {
  position: relative;
  bottom: 26px;
}

/* Footer */
/*===============================*/
footer .footer {
  background: rgb(59, 148, 183);
  background: -moz-linear-gradient(90deg, rgb(57, 145, 179) 24%, rgba(59, 110, 130, 1) 48%, rgba(38, 70, 83, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgb(53, 137, 170) 24%, rgba(59, 110, 130, 1) 48%, rgba(38, 70, 83, 1) 100%);
  background: linear-gradient(90deg, rgb(59, 148, 184) 24%, rgba(59, 110, 130, 1) 48%, rgba(38, 70, 83, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#45a1c5", endColorstr="#264653", GradientType=1);
}


/* Footer copyright */
/*===============================*/
.copyright {
  background: rgb(38, 70, 83);
  background: -moz-linear-gradient(90deg, rgba(38, 70, 83, 1) 29%, rgba(59, 110, 130, 1) 69%, rgba(69, 161, 197, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(38, 70, 83, 1) 29%, rgba(59, 110, 130, 1) 69%, rgba(69, 161, 197, 1) 100%);
  background: linear-gradient(90deg, rgba(38, 70, 83, 1) 29%, rgba(59, 110, 130, 1) 69%, rgba(69, 161, 197, 1) 100%);
}

.ic-size-footer {
  height: 24px;
  width: 24px;
}

.border-top-white {
  border-top: 1px solid var(--co-light-border);
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.footer-item a {
  color: var(--white) !important;
}

.ic-size-footer-34 {
  height: 34px;
  width: 34px;
}

.d-box img {
  width: 60px;
  margin-right: 6px;
}

.d-box {
  box-shadow: var(--feature-card-shadow);
  padding: 14px;
  border-radius: 20px;
}

.d-box h6 {
  font-size: 14px;
  font-weight: 600;
  margin: auto;
}

/* About Us */
/*====================================*/
.br-cu {
  border-radius: 1.25rem;
}

.about-item-content p {
  font-size: 12px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* FAQ */
/*====================================*/
.box-shadow {
  box-shadow: var(--feature-card-shadow);
}

.accordion-button {
  color: var(--co-five);
  background-color: var(--white);
}

.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
  color: var(--co-five);
}

.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: var(--bs-danger);
  background-image: none !important;
}

.accordion-button.collapsed::after {
  background-color: var(--bs-gray-300);
}


/*Testimonials */
/*==============================================*/
.testimonial-slider {
  padding: 2em 2em 3em;
  border-radius: 20px;
  background-color: var(--co-one);
}

#carouselExampleControls .testimonial-title {
  color: var(--white);
}

#carouselExampleControls .testimonial-title h2 {
  padding-left: 0.2em;
}

#carouselExampleControls .card {
  margin: 0 0.5em;
  box-shadow: var(--btn-shadow-focus);
  border: none;
  height: 100%;
  padding: 0;
  border-radius: 0%;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: var(--white);
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
}

#carouselExampleControls p.card-text {
  font-size: 14px;
}

#carouselExampleControls .card-title {
  color: var(--co-five);

}

@media (min-width: 576px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 50%;
    display: block;
  }

  .carousel-inner {
    display: flex;
  }
}

@media (min-width: 768px) {
  .carousel-inner {
    padding: 1em;
  }

  .carousel-control-prev,
  .carousel-control-next {
    opacity: 1;
    position: absolute;
    left: 1em;
    top: 90%;
    transform: translateY(-50%);
  }

  .carousel-control-next {
    left: 5em;
  }
}


/* Privacy Policy and terms and conditions */
/*=============================*/
.policy-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.policy-title {
  margin-bottom: 30px;
}

.section-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.terms-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

.terms-title {
  margin-bottom: 30px;
}

.section-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.login-container {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    background-color: var(--co-white);
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    position: relative;
    z-index: 1;
}

.login-header {
    text-align: center;
    margin-bottom: 20px;
}

.btn-custom {
    background-color: var(--co-five);
    color: white;
}

.btn-custom:hover {
    background-color: var(--co-four);
    color: white;
}

.login-logo {
    display: block;
    margin: 0 auto 20px;
    max-width: 100px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.main-title {
    color: var(--co-five);
}

.main-title::after {
    content: '';
    position: absolute;
    transform: translateX(-50%);
    width: 3em;
    height: 3px;
    background-color: var(--co-five);
}

::placeholder {
    font-size: 14px;
    /* Adjust the font size as needed */
}

::-webkit-input-placeholder {
    font-size: 14px;
    /* For WebKit browsers (Chrome, Safari) */
}

:-moz-placeholder {
    font-size: 14px;
    /* For Firefox 18- */
}

::-moz-placeholder {
    font-size: 14px;
    /* For Firefox 19+ */
}

:-ms-input-placeholder {
    font-size: 14px;
    /* For Internet Explorer 10+ */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Disables the spinner in Firefox */
}

.otp-container {
    max-width: 350px;
    padding: 20px;
    background-color: var(--co-white);
    border-radius: 8px;
    box-shadow: var(--card-shadow);
    text-align: center;
}

.otp-input {
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid var(--co-white);
    border-radius: 5px;
}

.btn-custom {
    background-color: var(--co-five);
    color: var(--white);
    width: 100%;
    margin-top: 20px;
}

.btn-custom:hover {
    background-color: var(--co-four);
}

.otp-text {
    font-size: 14px;
    font-weight: 500;
    background: var(--gradient-one);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-animation 3s infinite;
    background-size: 200% 200%;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/*Bookings*/
/*=================*/
#booking img.icons-img {
  width: 4rem;
}
#booking .bike-brand {
  color: var(--co-five);
  font-size: 18px;
}
.big-btn-checkbox span {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 14px;
  color: var(--co-five);
  background-color: var(--co-white);
  border: 1px solid var(--co-five);
  border-radius: 5px;
  transition: background-color 0.3s, border-color 0.3s;
  user-select: none;
}

.big-btn-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.big-btn-checkbox input:checked + span {
  background-color: var(--co-five);
  color: var(--co-white);
}

.big-btn-checkbox span {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.big-btn-checkbox:hover {
  background-color: var(--co-five);
  color: var(--white);
}

.slider {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: rgb(255, 255, 255);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.4px);
  -webkit-backdrop-filter: blur(7.4px);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.slider-items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  animation: scrolling 10s linear infinite;
}

@keyframes scrolling {
  0% {
    transform: translateX(80%);
  }

  100% {
    transform: translateX(-20%);
  }
}

.slider-items img {
  width: 120px; /* Set a fixed width for your logos */
  margin: 20px;
}

/* Profile Picture and Dropdown Wrapper */
.custom-profile-container {
  position: relative;
  display: inline-block;
}

/* Profile Image */
.custom-profile-pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

/* Dropdown Menu */
.custom-dropdown-menu {
  display: none;
  position: absolute;
  right: 0;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  min-width: 150px;
}

/* Dropdown Links */
.custom-dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ddd;
}

.custom-dropdown-menu a:hover {
  background-color: #f1f1f1;
}

/* Last item without border */
.custom-dropdown-menu a:last-child {
  border-bottom: none;
}

/* Show Dropdown on Click */
.custom-profile-container.active .custom-dropdown-menu {
  display: block;
}

.active-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: green;
  display: inline-block;
}
.inactive-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: red;
  display: inline-block;
}


.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 1.5rem;
  transition: background-color 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -10px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -10px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: none;
  
}

.shop{
  font-size: 10px;
}

.space{
  letter-spacing: 0.8px !important;
}

.second a:hover {
  color: rgb(92, 92, 92) ;
}

.active-2 {
  color: rgb(92, 92, 92) 
}


.btn-lg,.form-control-sm:focus,
.form-control-sm:active,
a:focus,a:active {
    outline: none !important;
    box-shadow: none !important
}

.form-control-sm:focus{
    border:1.5px solid #4bb8a9 ; 
}

.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 0.1rem;
    font-size: 1rem;
    border-radius: 0;
    color: white !important;
    background-color: #4bb8a9;
    height: 2.8rem !important;
    border-radius: 0.2rem !important;
}

.btn-group-lg>.btn:hover, .btn-lg:hover {
    background-color: #26A69A;
}

.btn-outline-primary{
    background-color: #fff !important;
    color:#4bb8a9 !important;
    border-radius: 0.2rem !important;   
    border:1px solid #4bb8a9;
}

.btn-outline-primary:hover{
    background-color:#4bb8a9  !important;
    color:#fff !important;
    border:1px solid #4bb8a9;
}

.card-2{
    margin-top: 40px !important;
}

.card-header{
    background-color: #fff;
    border-bottom:0px solid #aaaa !important;
}

p{
    font-size: 13px ;
}
        
.small{
    font-size: 9px !important;
}

.form-control-sm {
    height: calc(2.2em + .5rem + 2px);
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0;   
}

.cursor-pointer{
    cursor: pointer;
}

.boxed {
    padding: 0px 8px 0 8px ;
    background-color: #4bb8a9;
    color: white;
}

.boxed-1{
    padding: 0px 8px 0 8px ;
    color: black !important;
    border: 1px solid #aaaa;
}

.bell{
    opacity: 0.5;
    cursor: pointer;
}

@media (max-width: 767px) {
    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0
    }
}