
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.btn-border{
  border: 1px solid #fff;
  padding: 10px;
  width: 100%;
  color: #fff;
}


.navbar{
  min-height: 88px;
}

/* swiper section */
/* .swiper {
  height: auto;
  width: 100%;
  margin-top: 88px;
} */

/* .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
} */


/* .swiper-pagination{
 display: none;

} */
/* .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
right: 120px;
top: 50%;
transform: translate3d(0px,-50%,0);
}

.swiper-pagination-bullet{
    background:none;
   
    outline-style: dotted;
    outline-color: white;
    
}
.swiper-pagination-bullet-active{

   background:white;
} */
/* .swiper-slide img {
  display: block;
  object-fit: cover;
  width: 100%;
} */

.swiper-slide::after{
content: "";
display: block;
width: 100%;
/* background-color: #404040;; */
position: absolute;
bottom:0;
left: 0;
z-index:0;
background-repeat: no-repeat;
/* opacity: 0.3; */
}


.swiper-slide > * {
z-index: 10;
position: relative;
color: white;

}

/* .benefit-item::after{
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #404040;;
position: absolute;

bottom:0;
left: 0;
z-index:0;
opacity: 0.6;

} */
.go-down{
  position: absolute;
  z-index: 10;
  color: aqua;
  right: 100px;
  padding-left: 20px;
  padding-top: 15px;
  top: 50px;
 
  margin-top: 620px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;     
}
.banner-text-head-one{

font-style: normal;
font-weight: 800;
font-size: 40px;
line-height: 49px
}
.banner-text-head-two{
    
font-style: normal;
font-weight: 800;
font-size: 40px;
line-height: 49px;
}
.banner-text-p{
width: 830px;
height: 60px;


font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 30px;




}

.book-trip {
width: 152px;
height: 49px;
width: 152px;
height: 49px;

border: none;
background: #E74945;
border-radius: 5px;
color: #F4F5FD;
gap: 10px;

font-style: normal;
font-weight: 400;
font-size: 18px;

}


.search-bg-container {
margin-top: -85px;
position: relative;
z-index: 1;
color: #222 !important;
height: 549px;
width: 1276px;

}

.clients-bg .form {

}

input{

width: 354px;
height: 45px;
background: #F8F9FD;
border: 1px solid rgba(64, 64, 64, 0.2);
border-radius: 3px;


}

.send-button{

width: 819px;
height: 55px;
background: #404040;
border-radius: 5px;
color: white;
border: none;

}

select{

border: none;
font-weight: 600;
font-size: 14px;
}

.benefit-head{
text-align: left;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 16px;
color: #E74945;
}

.benefit-text{
text-align: left; 
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: #404040;

}

.benefit-head-2{
text-align: left;
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 37px;
color: #404040;
}
.benefit-item {
  width: 100%;
  border-radius: 10px;
  color:#222;
  overflow: hidden;
  background-color: #fff;
}

/* .benefit-item::after{

content: "";
display: block;
width: 100%;
height: 100%;
background-color: #404040;;
position: absolute;
bottom:0;
left: 0;
z-index:0;
opacity: 0.3;
border-radius: 10px;
} */



.read-more {
  /* You can update this variable directly in the html by adding a style property to the .read-more element */
  --line-clamp: 5;

  /* display: flex; */
  flex-direction: column;
  align-items: start;
}

.read-more__text {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp);
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 15px;;
}

.read-more__text:hover {
  -webkit-line-clamp: none;
  --line-clamp:none;
  transition: all 0.3s ease-in-out;
}

.benefit-item img{
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 200px
}

.benefit-item-header{
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 32px;
color: #FFFFFF;
text-align: center;
background-color: #E74945;
margin-bottom: 0px !important;
}
.benefit-item-text{
text-align: left;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 25px;
color: #404040;
margin: 20px;
height: 5em;  
overflow: hidden;
text-overflow: ellipsis;
}

.benefit-item-text:hover{
  overflow: visible;
  min-height: 5em; 
  height:auto; /* just added this line */
}

.experience{
margin-top: 150px;

}
.membership{
  background: radial-gradient(#36a7f2, #333);
padding-top: 100px;
padding-bottom: 200px;
color: #fff;
}
.membership-title{

font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 16px;
color: #ffd7d6;

}
.memebership-header{
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 40px;
color: #fff;
}
.membership-text{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 30px;
color: #fff;

}

.partners{
  padding-top: 100px;
  padding-bottom: 100px;
}

.partners-title{

  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #E74945;
  
  }
  .partners-header{
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #333;
  }
  .partners-text{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  
  }

.experience-item-left{
padding-top: 30px;  
}
.experience-item-left-title{

}
.experience-item-left-header{

}
.experience-item-left-p{

}
.app-stores{
text-align: left;

}

.plans1{
width: 377px;
height: 955px;

/* Standard Package Color */

background: #FEC70A;
/* Dropdown Effect */

box-shadow: 0px 4px 20px rgba(57, 57, 57, 0.1);
border-radius: 20px;

}
.plans2{
width: 377px;
height: 955px;
background-image: url(images/blue-pt.svg);

/* Standard Package Color */

background: #0DBFE6;

/* Dropdown Effect */

box-shadow: 0px 4px 20px rgba(57, 57, 57, 0.1);
border-radius: 20px;

}
.plans3{
width: 377px;
/* height: 955px; */

/* Standard Package Color */

/* background: #E74945; */
/* Dropdown Effect */

/* box-shadow: 0px 4px 20px rgba(57, 57, 57, 0.1); */
/* border-radius: 20px; */

}
@media only screen and (max-width: 1000px) {
.search-bg-container {
height: 400px;
}
}


/* //this was taken from baya
 */

 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

   a {
      text-decoration:none;
      color: black;
   }

.nav-link {
    color: black !important;
    font-size: 14px;
    font-weight: 400;
}

.login {
    height: 38px;
    width: 126px;
    padding: 10px;
    border: none;
    background: #E74945;
    border-radius: 3px;
     color: #F4F5FD;
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
    margin-left: 10px
}

.signup {
  height: 38px;
  width: 127px;
  padding: 10px;
  border: 1px solid #E74945;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
}

.banner {
    background-color: #FFBF00;
    height: 843px;
    position:relative;
}

.banner-bg{
    /* display: none; */
    position:absolute;
    z-index: 0;
}

.banner-items{
/* display: none; */
position: absolute;
z-index: 10px;
left: 200px;

}
/* .yellowbox img{
    position: absolute;
    opacity: 0.2;
    height: 843px;
    width:1566px;
} */
.express {
    margin-top: 270px;
    position: relative;
    border: none;
}

.express h5 {
    color: #009898;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.express h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 75px;
}

.express p {
    font-size: 30px;
    font-weight: medium;
    line-height: 55px;
    border: none;
    width: 600px;
}

.top-phone {
    position: absolute;
    background: url(images/bphone.png);
    background-repeat: no-repeat;
     background-size: auto;
    width: 328px;
    height: 568px;
    left: 940px;
    margin-top: 90px;
    margin-left: 90px;
}

.cardd {
    left: 15.5em;
    top: 6em;
    width: 207px;
    height: 90px;
    border-radius: 10px;
    position: absolute;
}

.empty::before {
    position: absolute;
    content: "";
    height: 20px;
    /* width: 2px; */
    border-left: 2px dotted black;
    /* background: black; */
    /* left: -10px; */
    /* margin-top: 20px;
    color: white; */
  }

#call img {
    padding-left: 15px;
    padding-top: 32px;

}

#contact {
    padding-top: 8px;
}

#contact h5 {
    font-size: 17px;
    font-weight: 600;
    line-height: 35px;
}

#Fast-text h5{
font-size: 17px;
    
    line-height: 35px;
}



#contact p {
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
}

.cardd2 {
    Width: 280px;
    Height: 280px;
    left: -13em;
    border-radius: 10px;
    top: 10em;
}

.cardd3 {
    left: 15.5em;
    top: 25.5em;
    width: 207px;
    height: 100px;
    border-radius: 10px;
    position: absolute;
}

.bike-area img {
    width: 159.34px;
    height: 161.94px;
    margin-top: 170px;
    margin-bottom: 40px;
}

.bike-area h5 {
    font-weight: 600;
    font-size: 28px;
    line-height: 42px;
}

.bike-area p {
    font-weight: 400;
    font-size: 17px;
    line-height: 40px;
    width: 389px;
}

.customer {
    background-color: #FEF5F5;
    margin-top: 55px;
    border-radius: 20px;
    /* height: 638px; */
    padding: 80px;
}

.increase h6 {
    font-weight: 700;
    Size: 20px;
    line-height: 30px;
}
.increase h5 {
    font-weight: 700;
    Size: 20px;
    line-height: 30px;
}
.increase p {
    font-weight: 400;
    Size: 15px;
    line-height: 30px;
}
.sell h6{
    font-weight: 700;
    Size: 20px;
    line-height: 30px;
}
.sell h5{
    font-weight: 700;
    Size: 20px;
    line-height: 30px;
}
.sell p {
    font-weight: 400;
    Size: 15px;
    line-height: 30px;
}
.rates h6{
    font-weight: 700;
    Size: 20px;
    line-height: 30px;
}
.rates h5{
    font-weight: 700;
    Size: 20px;
    line-height: 30px; 
}
.rates p{
    font-weight: 400;
    Size: 15px;
    line-height: 30px;
}

#serviceStyle{
    width: 120px;
    height: 35px;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 35px;
}
#aLotStyle{
    width: 426px;
    height: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 50px;
}
#aLotStyle span{ 
   color: #FFBF00;
}

.cardSize{
    background-color:  #FFBF00;
    background-image: url(images/service-bg.png);
    background-size:cover;

    /* width: 312px; */
    height: 417px;
    border-radius:15px ; 
    padding-top: 50px;
    padding-left: 30px;
   /* padding-bottom: 50px; */
   position: relative;


}

.cardSize::after{
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #333;
position: absolute;
border-radius: 15px ; 
bottom:0;
left: 0;
z-index:0;
opacity: 0.3;
}

.cardSize > * {
  z-index: 10;
    position: relative;
    color: white;

}
.cardSize:hover  {
    /* background-color: #009898; */
     background-image: url(images/background.svg);
    color: white;
    /* background-image:none; */
    z-index: 10;

}


.cardSize:hover > .service-item-bottom >.service-icon-item  {
  
   visibility: visible;

}
.services-img{

    display: none;
   
}


.service-item-bottom > .service-icon-item {
/* display: none; */
visibility: hidden;


}

.service-text{
   text-align: left;
}
.service-icon-item{
    /* display: none; */
    position: relative;
bottom: 110px ;
}

/* .service-bg-icon{

  height:550px;
} */

/* .cardSize:hover img{
    color: white;
} */
.cardText{
padding-left: 27px;
   
}

.cardSize span{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.cardSize p{
    width: 203px;
    height: 81px;
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 190px;
}

/* .services-img{
    height: 50px;
} */
.choose{
    font-weight: 600;
    font-size: 17px;
}
/* .chooseBenefit{
    font-weight: 400;
    font-size: 42px;

} */

.why-choose{
margin-top: 150px;


}
/* .benefitCard{
border-radius: 0px;
padding: 10px;
background-color: #F4F5FD;
width: 483px;
height: auto;
margin-right:20px ;


}
.benefitCard:hover{
    background-color: #009898;
    color: white;
} */
.cardHead{
    font-weight: 500;
    font-size: 23px;
    line-height: 34px;
    
}
.cardBody{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    width: 274px;
    height: 72px;
    
}
.phonesection{
    width: 908px;
height: auto;
background-color:#009898 ;
/* background-image: url(images/overlayy.svg); */
margin-top: 150px;
border-radius: 20px;
}
.phone{
    width: 100%;
    height: 220px;
    /* border: 1px solid yellow; */
    margin-top: 80px;
}
.phoneText{
    color: white;
    padding-top: 100px;
}
footer{
    background: #404040; 
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 50px;
}
.footerHead{
    font-weight: 400;
    font-size: 17px;
    color: #F8F9FD;
}

.footerHead a{
    color: #F8F9FD;;
}
.footerParagraph{
    font-size: 15px;
    color: #F8F9FD;
    opacity: 70%;
}

.footerParagraph:hover{
    color: #F8F9FD;
}

.footerHead h6{
    margin-bottom: 15px;
}

   

    .nav-pills .nav-link.active {
        background-color: white !important;
        color: black !important ;
        border-radius: 0;
    }
    /* .nav-pills .nav-link .less-active {
        background-color: green;
        color: #fff !important;
        border-radius: 0;
    } */
    
    .nav-pills .nav-link {
        background-color: #404040;
        border-radius:0px;
        color: white !important;
        width: 143px;
        height: 86px;
        padding: 39px 37px;

    }

    .tab-items{
     padding-left: 125px;
     padding-top: 54px;
     background-color:#FFFFFF;
     height: 463px;
    }
   
    .tab-pane {
        /* background-color: #F9F9F9 !important; */
      
       
    }

    .services{

        /* margin-top: 160px; */
    }


.owl-carousel .owl-nav {
     position:absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
     width: 100%;


}    
.owl-carousel .owl-nav .owl-next{
position: absolute;
right: 0;
display: block;
background:black;
width: 70px;
height: 70px;
color: white;
font-size: 35px;
border: none;
border-radius: 50%;



}
.owl-carousel .owl-nav .owl-prev {
position: absolute;
left: 0;
display: block;
background:black;
width: 70px;
height: 70px;
color: white;
font-size: 35px;
border: none;
border-radius: 50%;

}

.benefits-section{
    padding-left: 120px;
    padding-right: 120px;
    margin-top: 80px;
}


/* testimonial section
 */
 @import url("https://fonts.googleapis.com/css2?family=Questrial:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Questrial", sans-serif;
}

.our-services {
  padding: 5rem 0 6.286875rem 0;
}

.our-services h2 {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.0625rem;
  color: #000000;
  margin-bottom: 20px;
}

.our-services .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 7.5rem;
  overflow: hidden;
}

.our-services .details .text {
  width: 40%;
  margin-top: 2.5rem;
}

.our-services .details .text h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #e74945;
  margin-bottom: 20px;
}

.our-services .details .text h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #404040;
  width: 60%;
  margin-bottom: 30px;
}

.our-services .details .text p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #404040;
  margin-bottom: 1.875rem;
}

.our-services .details .text button {
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 2.875rem;
  background: #54c56b;
  border-radius: 5px;
  color: #fff;
  border: none;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
}

.our-services .details .card-slider {
  width: 55%;
}

.testimonial-card {
  width: 310px;
  height: 371px;
  background: #404040;
  position: relative;
  padding: 59px 33px;
}

.testimonial-card #quote {
  margin-bottom: 10px;
}

.testimonial-card h6 {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color: #f8f9fd;
  margin-bottom: 10px;
}

.testimonial-card #card-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #f8f9fd;
  margin-top: 10px;
}


/* media query begins */
@media only screen and (max-width: 768px) {
    .search-bg-container{
        display: none;
    }

    .benefit-section{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 90px;
    }

    .download-image{
      display:none
    }

    .our-services .details .text {
      display: none;
    }

    .our-services .details .card-slider {
      width: 100%;
    }

    .benefit-head-2{
      font-size: 25px !important;
    }

    .benefits-section {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }

    /* .swiper{
      height: 50vh;
    } */

    .swiper-slide{
      background-size: cover;
      max-width: 100% !important;
    }

    .arrow{
      display: none;
    }

    .benefit-item{
      width: 100% !important;
    }

    .col{
      flex:none;
    }
}

.plans {
    /* justify-content: center; */
  }
  
  .plans .plan {
    width: 100%;
    min-height: 955px;
    background: #0094b5;
    box-shadow: 0px 4px 20px rgba(57, 57, 57, 0.1);
    border-radius: 20px;
    overflow: auto;
    /* position: absolute; */
    /*left: 50%;
    transform: translateX(-50%);*/
    padding: 39px 20px;

  }
  
  .plans .plan .plan-details {
    display: flex;
    align-items: center;

  }
  
  .plan .plan-details .price-text {
    margin-top: 20px;
  }
  
  .plan .plan-details .plan-type {
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: #f8f9fd;
    font-family: 'Montserrat';
  }
  
  .plan .plan-details .price {
    font-weight: 400;
    font-size: 15px;
    line-height: 55px;
    color: #f8f9fd;
    font-family: 'Montserrat';
  }
  
  .plan .plan-details img {
    width: 150px;
    line-height: 55px;
    color: #f8f9fd;
    font-family: 'Montserrat';
  }

  .plan .plan-details .price span {
    font-weight: 600;
    font-size: 20px;
    line-height: 55px;
    color: #f8f9fd;
  }
  
  .plan .plan-title {
    text-align: left;;
    font-weight: 600;
    font-size: 20px;
    line-height: 18px;
    color: #f8f9fd;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    margin-top: 10px;
  }
  
  .horizontal-line {
    width: 100%;
    height: 1px;
    background: #f8f9fd;
    margin-bottom: 20px;
  }
  
  .plans .plan .pointers {
    display: flex;
    align-items: center;
  }
  
  .plans .plan .pointers img {
    margin-right: 10px;
  }
  
  .plans .plan .pointers p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #f8f9fd;
    margin-top: 15px;
    text-align: left;
  }

  .breadcrumb-cover{
    background: linear-gradient(rgba(33, 30, 28, 0.7), rgba(33, 40, 28, 0.7)), url(../images/happy.jpg), no-repeat center center;
    background-size: cover;
    height: 50vh;
    width: 100%;
    padding-top: 12%;
  }
  
  @media (min-width: 992px) {
    .hours-text,
    .pricing-text,
    .contact-form {
      margin-left: -120px;
    }
  }

  .h-100 {
    height: 100% !important;
  }
  .position-relative {
      position: relative !important;
  }

  .darkoverlay{
    height: 100%;
    background-color:#000;
    width: 100%;
    z-index: 100;
}
    .image-header{
    height: 400px;
    padding-top: 200px;
    padding-left: 20px;
    margin-bottom: 50px;
    background-image: url("../images/commonback.jpg");
    background-size: cover;
    text-align: center;
    color: #fff;
}

.support-header-cover{
  height: 400px;
  padding-top: 200px;
  padding-left: 20px;
  margin-bottom: 50px;
  background-image: url("../images/helpcover.png");
  background-size: cover;
  text-align: center;
  color: #fff;
}

/* Support page */

.support-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
}

.rounded {
  border-radius: 0px !important;
}
.pt-3 {
  padding-top: 1rem !important;
}

.faq_area {
  position: relative;
  z-index: 1;
  background-color: #f5f5ff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.faq-accordian {
  position: relative;
  z-index: 1;
}
.faq-accordian .card {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5rem;
}
.faq-accordian .card:last-child {
  margin-bottom: 0;
}
.faq-accordian .card .card-header {
  background-color: #ffffff;
  padding: 0;
  border-bottom-color: #ebebeb;
}
.faq-accordian .card .card-header h6 {
  cursor: pointer;
  padding: 1.75rem 2rem;
  color: #3f43fd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.faq-accordian .card .card-header h6 span {
  font-size: 1.5rem;
}
.faq-accordian .card .card-header h6.collapsed {
  color: #070a57;
}
.faq-accordian .card .card-header h6.collapsed span {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faq-accordian .card .card-body {
  padding: 1.75rem 2rem;
}
.faq-accordian .card .card-body p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 575px) {
  .support-button p {
      font-size: 14px;
  }
}

.support-button i {
  color: #3f43fd;
  font-size: 1.25rem;
}
@media only screen and (max-width: 575px) {
  .support-button i {
      font-size: 1rem;
  }
}


@media only screen and (max-width: 575px) {
  .support-button a {
      font-size: 13px;
  }
}