/********** Template CSS **********/
body {
  cursor: pointer;
}
.display-3 {
  font-size: 57px;
}
:root {
  --primary: #fea116;
  --light: #f1f8ff;
  --dark: #0f172b;
}

.ff-secondary {
  font-family: "Pacifico", cursive;
}

.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.menu {
  margin-top: 60px;
  padding: 20px;
  height: 60px;
  display: flex;
  align-items: center;
}

.img-fluid {
  width: 90%;
}

@media (max-width: 991px) {
 
  .menu a {
    display: none;
  }

  .display-3 {
    font-size: 47px;
  }
  .bike{
    margin-top: 0px;
}
}

.hr {
  width: 100%;
  height: 0.5px;
  background-color: gray;
  margin-top: 10px;
}
/*** Button ***/
.btn {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 2px;
  bottom: 20px;
  right: 20px;
}

/*** Navbar ***/
.menu-act {
  color: #fea116 !important;
}

.menu-active {
  font-size: 18px;
  color: #fea116 !important;
  margin-left: 26px;
}

.menu-item {
  margin-left: 25px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  outline: none;
  transition: 0.5s;
}

.navbar-brand img {
  width: 100%;
}

.navbar-brand {
  padding: 10px;
  width: 150px;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-dark {
    position: relative;
  }

  .navbar-dark .navbar-collapse {
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-dark .navbar-nav .nav-link,
  .sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-dark {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: transparent !important;
  }

  .sticky-top.navbar-dark {
    position: fixed;
    background: var(--dark) !important;
  }
}

/*** Hero Header ***/
.hero-header {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0f172b;
}

.hero-header img {
  animation: imgRotate 50s linear infinite;
}

@keyframes imgRotate {
  100% {
    transform: rotate(360deg);
  }
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

.content p,b{
  display: flex;
  text-align: justify;
}

/*** Section Title ***/

.section-title {
  position: relative;
  display: inline-block;
}

.section-title::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  left: -55px;
  margin-top: -1px;
  background: var(--primary);
}

.section-title::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  top: 50%;
  right: -55px;
  margin-top: -1px;
  background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
  display: none;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
  color: var(--light) !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer-img img {
  width: 70%;
}

@media (max-width: 991px) {
  .footer-img img {
    width: 35%;
  }

  .footer-img img {
    display: flex;
    
  }
}

@media (max-width: 530px) {
    .footer-img img {
      width: 50%;
    }
    .eeee{
        margin-left: -30% !important;
    }
  }

@media (max-width:330px){
    .eeee{
        margin-left: -23% !important;
    }
}

.menu-s-item-body-content > ul > li {
  list-style: none;
  background-color: rgb(255, 255, 255);
  padding: 15px;
}

.menu-s-item-header {
  padding: 20px;
  cursor: pointer;
  font-size: 30px;
  top: 150px;
  right: 20px;
  position: absolute;
  z-index: 200;
}

.menu-s-item-header.active::after {
  transform: rotate(90deg);
}

.menu-s-item-body {
  display: none;
  position: absolute;
  top: 160px;
  width: 100%;
  left: 0px;
  z-index: 100;
  
}

.menu-s-item-header.active + .menu-s-item-body {
  display: block;
}

.menu-s-item-body ul{
    padding: 0px;    
}

.menu-s-item-body-content > ul > li > a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  text-align: center;
}



.eeee {
    width: 100%;
    height: 10px;
    background-color: black;
    margin-top: -63px;
    margin-left: -35%;
}

.delivery-head h3 {
    display: flex;
    justify-content: center;
}

.del {
    display: flex;
    justify-content: center;
}

.falcon {
    color: skyblue !important;
    border-bottom: 2px solid skyblue;
}

.bike{
    margin-top: 40px;
}
.menu{
    display: flex; 
    align-items: center;
}

@media only screen and (max-width: 1199px) {
    .menu {
      display: none;
    }
  }
  
  @media(min-width: 1200px) {
    .menu-s {
      display: none;
    }
  }