@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
}

:root {
  --themedeepyellow: #c6aa64;
  --themelightyellow: #dac77c;
  --background: #f9fdff;
  --themegray: rgba(0, 0, 0, 0.03);
  --themeblack: #32373b;
}

.gradient {
  background: linear-gradient(180deg, #dac77c 0%, #c6aa64 100%);
}
a {
  text-decoration: none;
}
.booknowbtn,
.section-5 .box button,
#ourFleet .owl-carousel .item .card-top .badge,
.herosection .carousel-inner .carousel-item .carousel-caption .header-book-now,
header .navbar .navbar-right .navbar-right-bottom .navbar-book-now-btn,
.section-5 .box .section-5-booknow-btn {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: linear-gradient(273deg, #c6aa64 4.15%, #dac77c 94.68%);
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  transition: 0.2s;
}
header .navbar .container .logo img {
  width: 100%;
}
header .navbar {
  min-height: 118px;
  z-index: 4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
  transition: 0.3s;
}
header .fixedclass {
  z-index: 5;
  width: 100%;
  min-height: 88px;

  position: fixed !important;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(12px);
}
header .fixedclass .navbar-right {
 padding-top: 0px !important;
}
header .fixedclass .navbar-right ul{
 padding-top: 0px !important;
}
header .fixedclass .navbar-right .navbar-right-top{
  display: none;
}
header .navbar .navbar-left {
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
}
header .navbar .navbar-right .navbar-right-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}
header .navbar .navbar-right .navbar-right-top ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
header .navbar .navbar-right .navbar-right-bottom ul li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  transition: .2s;
}
header .navbar .navbar-right .navbar-right-bottom ul li a:hover{
  color: var(--themelightyellow) !important;
}
header .navbar .navbar-right .navbar-right-bottom ul  .servicesingle ,
header .navbar .navbar-right .navbar-right-bottom ul  .fleetsingle  {
position: relative;

}
header .navbar .navbar-right .navbar-right-bottom ul  .servicesingle span,
header .navbar .navbar-right .navbar-right-bottom ul  .fleetsingle  span{
 font-family: monospace; 
 transition: .2s;
 display: inline-block;
}
header .navbar .navbar-right .navbar-right-bottom ul  .servicesingle .dropdown-content,
header .navbar .navbar-right .navbar-right-bottom ul  .fleetsingle  .dropdown-content{
  list-style: none;
position: absolute;
width: 250px;
padding: 15px 10px;
top: 120%;
left: 0;
background: var(--themeblack);
transform: scaleY(0);
transition: .2s;
z-index: 6;
border-radius: 15px;
}
header .navbar .navbar-right .navbar-right-bottom ul  .servicesingle:hover .dropdown-content,
header .navbar .navbar-right .navbar-right-bottom ul  .fleetsingle:hover  .dropdown-content{
transform: scaleY(1);
transform-origin: top;
}


header .navbar .navbar-right .navbar-right-bottom ul  .servicesingle:hover a span,
header .navbar .navbar-right .navbar-right-bottom ul  .fleetsingle:hover a  span{
transform: rotate(90deg);
}
header .navbar .navbar-right .navbar-right-bottom ul  .servicesingle .dropdown-content a,
header .navbar .navbar-right .navbar-right-bottom ul  .fleetsingle  .dropdown-content a{
color: white;

}
header .navbar .navbar-right .navbar-right-bottom .navbar-book-now-btn {
  padding: 8px 24px;
}
.herosection {
  min-height: 663px;
  color: #fff;
  position: relative;
}
.herosection .carousel-control-prev,
.herosection .carousel-control-next {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 10%;
  background: rgba(255, 255, 255, 0.2039215686);
  border: 1px solid #fff;
  border-radius: 50%;
  top: auto;
  left: auto;
  right: 10%;
}
.herosection .carousel-control-prev {
  right: 15%;
}
.herosection .carousel-control-prev svg {
  transform: rotate(-180deg);
}
.herosection .carousel-indicators {
  width: 20px;
  height: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  display: flex;
  flex-direction: column;
  right: 10%;
  left: auto;
}
.herosection .carousel-indicators button {
  width: auto;
  height: auto;
  background: transparent;
  color: white;
  font-size: 28px;
  text-indent: 0px;
}
.herosection .carousel-inner {
  width: 100%;
  min-height: 663px;
}
.herosection .carousel-inner .carousel-item {
  min-height: 663px;
  background: linear-gradient(
      90deg,
      rgba(50, 55, 59, 0.82) 9.51%,
      rgba(50, 55, 59, 0.42) 82.19%
    ),
    url("../img/herobg.webp") no-repeat;
  background-size: cover;
}
.herosection .carousel-inner .carousel-item .carousel-caption {
  width: 560px;
  top: 50%;
  left: 8%;
  transform: translate(0%, -50%);
  text-align: left;
}

.herosection .carousel-inner .carousel-item .carousel-caption .expert-btn {
  display: inline-flex;
  padding: 12px 26px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.3s;
}

.herosection
  .carousel-inner
  .carousel-item
  .carousel-caption
  .expert-btn:hover {
  background: #fff !important;
  color: var(--themeblack);
}
.herosection .carousel-inner .carousel-item .carousel-caption h1 {
  font-size: 60px;
  font-weight: 700;
}
.herosection .carousel-inner .carousel-item .carousel-caption p {
  font-size: 17px;
  font-weight: 400;
}
.section-2 .container .section-card .content-right h5 {
  font-size: 20px;
  font-weight: 500;
}
.section-2 .container .section-card .content-right p {
  font-size: 14px;
  font-weight: 300;
}

.section-3 .section-3-left img {
  height: 90%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-3 .section-3-left .till-now {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
  padding: 7px 15px;
  color: white;
  width: 35%;
  background-color: var(--themedeepyellow);
  font-size: 19px;
}
.section-3 .section-3-right {
  background: var(--background);
}
.section-3 .section-3-right .section-right-content h2 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--themedeepyellow);
}
.section-3 .section-3-right .section-right-content h3 {
  font-size: 28px;
  font-weight: 500;
}
.section-3 .section-3-right .section-right-content p {
  font-weight: 300;
  display: none;
}
.section-3 .section-3-right .section-right-content .ride {
  border-bottom: 1px solid #dadee1;
}
#Transfer,
#hour {
  display: none;
}
.section-3 .section-3-right .transferlist,.hourlist{
  display: none;
}
#Transfer:checked ~ .ride .transfer {
  color: var(--themedeepyellow);
  border-bottom: 1px solid #c6aa64;
}
#Transfer:checked ~ .ride .transfer {
  color: var(--themedeepyellow);
  border-bottom: 1px solid #c6aa64;
}
#Transfer:checked ~ .transfer-content {
  display: block;
}
#Transfer:checked ~ .transferlist {
display: block;
}
#hour:checked ~ .ride .hour {
  color: var(--themedeepyellow);
  border-bottom: 1px solid #c6aa64;
}
#hour:checked ~ .hour-content {
  display: block;
}
#hour:checked ~ .hourlist {
display: block;
}
#ourFleet > h3 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  color: var(--themedeepyellow);
}
#ourFleet .topfleetheading {
  color: #32373b;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
#ourFleet .owl-carousel {
  position: relative;
}
#ourFleet .owl-carousel .item {
  background: var(--background);
  border-radius: 10px;
  overflow: hidden;
}
#ourFleet .owl-carousel .item .card-top {
  position: relative;
  width: 100%;
  height: 240px;
}
#ourFleet .owl-carousel .item .card-top .badge {
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 20px;
  border: 1px solid #dac77c;
  color: var(--themelightyellow);
  background: #fff;
  padding: 8px 18px;
  font-size: 12px;
  font-weight: 400;
}
#ourFleet .owl-carousel .item .card-top .e-class {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(214, 233, 246, 0.4);
  text-align: center;
  font-size: 64px;
  font-weight: 500;
  z-index: 2;
}
#ourFleet .owl-carousel .item .card-top img {
  text-align: center;
  width: 281px;
  height: 138px;
  z-index: 3;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, 0%);
}
#ourFleet .owl-carousel .item .card-bottom-content {
  background: var(--themegray);
}

#ourFleet .owl-carousel .item .card-bottom-content .content-header a {
  font-size: 16px;
  font-weight: 500;
  color: var(--themeblack);
}
#ourFleet .owl-carousel .item .card-bottom-content .content-header p {
  font-size: 14px;
  color: var(--themedeepyellow);
  font-weight: 500;
}
#ourFleet .owl-carousel .item .card-bottom-content p {
  color: #8a8a8a;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
#ourFleet .owl-carousel .owl-dots {
  display: none;
}
#ourFleet .owl-carousel .owl-nav {
  width: 100%;
}
#ourFleet .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -4%;
}
#ourFleet .owl-carousel .owl-nav button:is(:hover, :focus) {
  background: transparent;
}
#ourFleet .owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -4%;
}

.section-5 {
  min-height: 548px;
  background: linear-gradient(
      90deg,
      rgba(50, 55, 59, 0.74) 9.51%,
      rgba(50, 55, 59, 0.315) 82.19%
    ),
    url("../img/bg-2.webp");
  background-repeat: no-repeat;
  position: relative;
}
.section-5 .box {
  background: var(--themeblack);
  width: 31%;
  color: #fff;
  border-radius: 10px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(0%, -50%);
}
.section-5 .box h4 {
  font-size: 14px;
  color: var(--themelightyellow);
  font-weight: 400;
}
.section-5 .box h5 {
  font-size: 24px;
  font-weight: 500;
  color: white !important;
  text-align: left !important;
}
.section-5 .box p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
#service {
  background: var(--background);
}

#service h3 {
  text-align: center;
  font-size: 14px;
  color: var(--themedeepyellow);
  font-weight: 500;
}
#service h4 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
#service .service-card .service-content {
  text-align: center;
}
#service .service-card .service-content h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 0px;
}
#service .service-card .service-content p {
  color: #8a8a8a;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
#service .service-card .service-content a {
  font-size: 16px;
  color: var(--themelightyellow);
  text-decoration: none;
  font-weight: 500;
}

#testimonial h3 {
  font-size: 14px;
  color: var(--themelightyellow);
  font-weight: 500;
  text-align: center;
}
#testimonial h4 {
  font-size: 28px;
  text-align: center;
  color: var(--themeblack);
  font-weight: 500;
}
#testimonial .testimonial-card {
  position: relative;
  border-radius: 10px;
  background: var(--background);
}
#testimonial .owl-nav,
#testimonial .owl-dots {
  display: none;
}
#testimonial .testimonial-card .badge {
  width: 60px;
  position: absolute;
  right: 10px;
  top: 10px;
}
#testimonial .testimonial-card h3 {
  font-size: 20px;
  color: var(--themeblack);
  font-weight: 500;
}
#testimonial .testimonial-card p {
  color: #8a8a8a;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
#testimonial .testimonial-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}

footer {
  background: var(--themeblack);
  color: #fff;
}
footer .footer-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
footer .footer-header ul li a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: rgba(255, 255, 255, 0.1921568627);
  border-radius: 50%;
}
footer .footer-content{
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
footer .footer-content .content-left {
  width: 27%;
}
footer .footer-content .content-left h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
footer .footer-content .content-left ul li {
  margin: 15px 0px;
}
footer .footer-content .content-left ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}
footer .footer-content .content-left ul li a span {
  padding: 0px 10px;
}
footer .footer-content .content-right {
  width: 73%;
}
footer .footer-content .content-right ul {
  list-style: none;
  width: 25%;
}
footer .footer-content .content-right ul span {
  position: relative;
}
footer .footer-content .content-right ul span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  bottom: -8px;
  left: 0;
  background: var(--themedeepyellow);
}
footer .footer-content .content-right ul li {
  margin: 15px 0px;
}
footer .footer-content .content-right ul li a:hover {
  color: var(--themelightyellow);
}
footer .footer-content .content-right ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  transition: 0.2s;
}
footer .footer-content .content-right ul li a span {
  padding: 0px 10px;
}
footer .footer-bottom span{
font-size: 13px;
color: #9097AA;
}

@media (max-width: 992px) {
  header .navbar,
  header .navbar .navbar-left,
  header .navbar .navbar-right .navbar-right-top {
    border: none;
  }
  header .fixedclass .navbar-right .navbar-right-top{
    padding-top: 20px;
    display: block;
  }
  header .navbar .container .logo img {
    width: 170px ;
  }
  header .navbar .navbar-right {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    min-height: 100vh;
    background: black;
    transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  header .navbar .navbar-right .close {
    width: 80px;
    height: auto;
    top: 50px;
    right: 0%;
  }
  header .navbar .navbar-right .close .close-line {
    width: 30px;
    height: 3px;
    background: #fff;
    border-radius: 5px;
  }
  header .navbar .navbar-right .close .line-1 {
    transform: rotate(55deg);
  }
  header .navbar .navbar-right .close .line-2 {
    transform: rotate(-55deg) translate(4px, -4px);
  }
  header .navbar .navbar-add {
    left: 0;
  }
  .herosection .carousel-control-prev {
    right: 20%;
  }

  .herosection .carousel-inner .carousel-item .carousel-caption .expert-btn {
    font-size: 10px;
  }
  .herosection .carousel-inner .carousel-item .carousel-caption h1 {
    font-size: 32px !important;
  }
  .herosection .carousel-inner .carousel-item .carousel-caption p {
    font-size: 16px !important;
  }
  .section-5 .box {
    width: 50%;
  }
  footer .footer-content .content-left {
    width: 100%;
  }
  footer .footer-content .content-right {
    width: 100%;
    margin: 15px 0px;
  }
  footer .footer-content .content-right ul {
    width: 50%;
    padding-left: 0%;
  }
}
@media (max-width: 767px) {
  header .navbar .container .logo {
    width: 87px;
  }
  header .navbar .container .logo img {
    width: 100%;
  }
  .herosection .carousel-inner .carousel-item {
    background: linear-gradient(
        90deg,
        rgba(50, 55, 59, 0.82) 9.51%,
        rgba(50, 55, 59, 0.42) 82.19%
      ),
      url("../img/herobgphone.webp") no-repeat;
    background-size: cover;
  }
  .herosection .carousel-inner .carousel-item .carousel-caption {
    padding: 0px 25px;
    left: 2% !important;
  }
  .section-5 .box {
    width: 60%;
  }
  footer {
    background: var(--themeblack);
    color: #fff;
  }
  footer .footer-content .content-left {
    width: 100%;
  }
  footer .footer-content .content-right {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .herosection .carousel-inner .carousel-item .carousel-caption {
    width: 100%;
  }
  .section-3 .section-3-left img {
    height: 360px;
  }
  .section-3 .section-3-left .till-now {
    width: 65%;
    bottom: -20px !important;
  }

  .section-5 {
    background: linear-gradient(
        90deg,
        rgba(50, 55, 59, 0.74) 9.51%,
        rgba(50, 55, 59, 0.315) 82.19%
      ),
      url("../img/bg-phone.webp");
  }
  #ourFleet .owl-carousel .owl-dots {
    display: block;
    margin-top: 15px;
  }

  #ourFleet .owl-carousel .owl-dots .owl-dot span {
    width: 35px;
    height: 4px;
  }
  #ourFleet .owl-carousel .owl-dots .active span {
    background: var(--themedeepyellow);
  }
  #ourFleet .owl-carousel .owl-nav {
    display: none;
  }
  /* fleet end */
  /* testimonial start */
  #testimonial .owl-carousel .owl-dots {
    display: block;
    margin-top: 15px;
  }

  #testimonial .owl-carousel .owl-dots .owl-dot span {
    width: 35px;
    height: 4px;
  }
  #testimonial .owl-carousel .owl-dots .active span {
    background: var(--themedeepyellow);
  }
  #testimonial .owl-carousel .owl-nav {
    display: none;
  }
  .section-5 .box {
    top: 60%;
    width: 80%;
  }
  .section-5 .box h4 {
    font-size: 12px;
  }
  .section-5 .box h5 {
    font-size: 20px;
  }
  .section-5 .box p {
    font-size: 12px;
    font-weight: 400;
  }
  footer {
    background: var(--themeblack);
    color: #fff;
  }

  footer .footer-header ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  footer .footer-header ul li a svg {
    width: 16px;
  }
  footer .footer-content .content-left {
    width: 100%;
  }


  footer .footer-content .content-right ul {
    padding-left: 0px;
    width: 50% !important;
  }
} /*# sourceMappingURL=style.css.map */
/* scrollbar effect/ */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: var(--themelightyellow);
  border-radius: 10px;
}
