/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Google Fonts >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
@font-face {
  font-family: Uber Move Text;
  src: url(./uber-move-text-cufonfonts/UberMoveTextBold.otf);
}

@font-face {
  font-family: Uber Move Light;
  src: url(./uber-move-text-cufonfonts/UberMoveTextLight.otf);
} /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< fonts End <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> header styling Starts  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.topbar {
  background-color: #ffffff;
  position: relative;
}

.topbar .hero-sec {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(./img/hero-bg.png);
  color: #fff;
  width: 100%;
  height: 340px;
}

.hero-heading {
  padding: 80px 0 0 0;
}

.topbar .navbar {
  padding: 0;
}

.topbar .navbar .navbar-brand {
  width: 30%;
}

.topbar .navbar .navbar-brand {
  color: var(--Blue, #0e4cae);
  font-family: Uber Move Text;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 146.8%;
  /* 38.168px */
}

.topbar .navbar .navbar-brand span {
  color: var(--Blue, #0e4cae);
  text-align: center;
  font-family: Uber Move Text;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 146.8%;
  /* 38.168px */
}

.topbar .navbar a {
  text-decoration: none;
  color: #252525;
  font-family: Uber Move Text;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.topbar .hero-sec p {
  color: #fff;
  text-align: center;
  font-family: Uber Move Light;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 183.333% */
} /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< header Section End *<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Search-Section Styling Starts >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.search-sec {
  width: 75%;
  margin: auto;
  border-radius: 100px;
  font-family: Uber Move Light;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -9% !important;
  left: 13%;
}

.search-sec .search-detail {
  justify-content: space-around;
  align-items: center;
  /* flex-wrap: wrap; */
}

.search-sec .form-control {
  border-radius: 100px;
  font-family: Uber Move Light;
  background: #f1f1f1;
  border: none;
  padding: 7px 25px 7px 40px;
}

.search-sec .form-control ::placeholder {
  color: #979797;
  font-family: Uber Move;
  font-size: 12px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
}

.search-sec img {
  position: absolute;
  bottom: 13px;
  left: 15px;
  width: 14px;
  height: 14px;
}

.search-sec .space-right .locat-2 {
  position: absolute;
  bottom: 32px;
  left: 45%;
  width: 14px;
  height: 14px;
} /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Search Section End <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Mian Section Styling Starts >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.full-sec {
  margin-top: 120px;
}
.reliable-ride,
.reliable-ride-2,
.reliable-ride-3 {
  position: relative;
}
.reliable-ride .bg-pic img {
  position: absolute;
  top: 0;
  height: auto;
  z-index: -1;
}
.reliable-ride-2 .bg-pic img {
  position: absolute;
  top: -50%;
  right: 0;
  z-index: -1;
  height: auto;
}
.reliable-ride-3 .bg-pic img {
  position: absolute;
  top: -36%;
  height: auto;
  left: 0;
  z-index: -1;
}
.image-sec {
  width: 100%;
  height: auto;
  border-radius: 64px;
  border: 1px solid #c1c1c1;
}

.image-sec img {
  width: 100%;
  height: auto;
  border-radius: 64px;
  margin-top: -12px;
  padding-bottom: 10px;
  margin-left: 10px;
  object-fit: cover;
}
.image-sec .pic-3rd-sec {
  width: 100%;
  height: auto;
  border-radius: 64px;
  margin-left: -10px;
}

.main-sec-link a {
  color: var(--Blue, #0e4cae);
  text-align: center;
  text-decoration: underline;
  font-family: Uber Move Light;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  text-decoration-line: underline;
}
.btn-main {
  flex-wrap: wrap;
  align-items: center;
}/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Main Section End <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Globle Classes Starts >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
h3 {
  /* color: #FFF; */
  font-family: Uber Move Text;
  /* font-size: 40px !important; */
  font-style: normal;
  font-weight: 700 !important;
  line-height: 146.8% !important;
}
.btns {
  color: #fff;
  text-align: center;
  font-family: Uber Move Light;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  border-radius: 24px;
  background: var(--Blue, #0e4cae);
  line-height: normal;
  border: none;
  padding: 10px 25px;
}
p {
  color: #8f8f8f;
  font-family: Uber Move Light;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 183.333% */
}

.line {
  margin-top: 50px;
}
.line img {
  width: 2px;
  height: 57px;
  margin-top: 10px;
}

.reliable-ride-2 .right-heading {
  margin-top: 25%;
} /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Globle Classes End <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Ride Section Starts  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.ride-sec {
  position: relative;
  margin-top: 210px;
}

.ride-sec .ride-border {
  border-radius: 30px;
  border: 1px solid #c1c1c1;
  padding-left: 15px;
  margin-top: 25px;
}

.ride-sec .cards {
  padding: 30px 40px 30px 15px;
  border-radius: 30px;
  border: 1px solid #ccc;
  font-family: Uber Move Text;
  background: #fff;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  margin-top: -30px;
  margin-right: -12px;
}

.ride-sec .cards .cards-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}

.ride-sec .ride-bg img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -30%;
  z-index: -1;
} /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Ride Section End  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> commitment-Section Styling Starts >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.commitment-sec {
  position: relative;
  margin-top: 210px;
  margin-bottom: 60px;
}
.commitment-sec .commitment-pic {
  border-radius: 14px;
  padding: 10px;
  margin-bottom: 10px;
}

.commitment-sec .commitment-pic img {
  width: 70px;
  height: 70px;
}

.commitment-sec .card {
  border-radius: 30px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 15px;
  height: 100%;
}

.commitment-sec .commit-bg img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  position: absolute;
  bottom: -57%;
  z-index: -1;
} /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Committment Section End <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Footer Section Styling >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.footer-sec {
  background: #0c1533;
  color: #fff;
  padding: 20px 0 0;
  font-family: Uber Move Text;
}

.footer-sec .footer-links {
  padding-left: 0;
}

.footer-sec .footer-links a {
  text-decoration: none;
  color: #fff;
  font-family: Uber Move Light;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 183.333% */
}

.footer-sec .footer-links .frist-link a {
  color: #586db3 !important;
  font-family: Uber Move Light;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  /* 157.143% */
  text-transform: uppercase;
}

.footer-sec .footer-links li {
  list-style: none;
}

.copyright {
  font-family: Uber Move Light;
  padding: 12px 0px;
}

.footer-sec .copyright .footer-social-links {
  text-align: end;
}

.footer-sec .copyright .footer-social-links img {
  width: 14px;
  height: 14px;
  margin-right: 20px;
} /* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Footer Section End <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

/*****@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Media Quaries @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*****/

/*****@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Media Quaries Form Mobiles Size Starts @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*****/
@media (max-width: 767px) {
  .navbar a {
    text-align: center !important;
  }
  .navbar .right-link {
    text-align: center !important;
  }

  .search-sec {
    width: 80% !important;
    left: 10%;
    padding: 25px 15px;
    bottom: -20% !important;
  }

  .search-sec .space-right .locat-2 {
    bottom: 72px !important;
    left: 9% !important;
  }
  .image-sec,
  .image-sec img,
  .image-sec .pic-3rd-sec {
    border-radius: 35px;
    margin-top: 0;
    padding-bottom: 0;
    margin-left: 0;
    padding: 5px;
  }
  .right-heading {
    text-align: center !important;
  }
  .brs {
    display: none;
  }
  .line {
    margin-top: 0 !important;
  }
  .right-heading {
    margin-top: 0% !important;
  }
  .btn-main {
    justify-content: center !important;
  }

  .commitment-sec .commit-bg img {
    display: none;
  }
  .commitment-sec {
    margin-top: 0 !important;
  }

  .ride-bg img {
    display: none;
  }

  .commit-bg img {
    display: none;
  }

  .ride-sec {
    text-align: center;
    margin-top: 0 !important;
  }

  .ride-sec .cards {
    padding: 15px 35px 15px 15px !important;
    display: block !important;
    text-align: center !important;
    margin-top: 0px !important;
    margin-right: 0px !important;
  }

  .ride-sec .cards img {
    margin-bottom: 13px !important;
  }

  .ride-sec .ride-border {
    border: none !important;
    margin-top: 0 !important;
  }
  .line {
    justify-content: center !important;
  }
  .line img {
    display: none;
  }
  .footer-sec {
    text-align: center;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .search-sec .space-right .locat-2 {
    bottom: 72px !important;
    left: 55% !important;
  }
} /*****@@@@@@@@@@@@@@@@@@@@@@@@@@@ Media Quaries Form Mobiles Size End @@@@@@@@@@@@@@@@@@@@@@@@@@*****/

/*****@@@@@@@@@@@@@@@@@@@@@@@@@@@@ Media Quaries Form Medium Size Starts @@@@@@@@@@@@@@@@@@@@@@@@*****/

@media (max-width: 992px) {
  .navbar {
    padding: 15px 0 !important;
  }
  .right-line {
    display: none;
  }
  .reliable-ride,
  .reliable-ride-2,
  .reliable-ride-3 {
    background-image: none !important;
  }
  .full-sec {
    margin-top: 0;
  }
  .bg-pic {
    display: none;
  }

  .commitment-sec {
    margin-top: 15px;
  }

  .footer-sec .copyright .footer-social-links {
    text-align: center !important;
  }

  .ride-bg img {
    display: none;
  }

  .search-sec {
    width: 80% !important;
    left: 10%;
    padding: 25px 15px;
    bottom: -12%;
  }

  .search-sec {
    width: 80% !important;
    left: 10%;
    padding: 13px;
    border-radius: 15px;
  }

  .search-sec .space-right .locat-2 {
    bottom: 72px;
    left: 54%;
  }

  .commitment-sec .card {
    text-align: center;
  }
  .commit-bg img {
    display: none;
  }

  .ride-sec {
    margin-top: 13px !important;
  }

  .ride-heading {
    text-align: center !important;
  }
} /*****@@@@@@@@@@@@@@@@@@@@@@@@@@@ Media Quaries Form Medium Size End @@@@@@@@@@@@@@@@@@@@@@@@@@@@@*****/
