
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,500;1,700&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Montserrat",sans-serif !important;
}
.flex-row{
    display: flex;
    flex-wrap: wrap;
}
.spc-btn{
    justify-content: space-between;
}
.align-center{
    align-items: center;
}
.pst-relative{
    position: relative;
}
.container{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.hero-banner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.vs-img {
    width: 50%;
}
.vs-img img , .how-care img {
    width: 100%;
}
.vs-contents  {
    width: 50%;
    padding: 20px;
    padding-top: 0px;
}
.vs-contents h3{
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 20px;
}
li.key-list-items {
    /* list-style: none; */
    margin-left: 20px;
    margin-top: 20px;
}
span.key-text {
    font-weight: 500;
}

/* header */

header {
    height: 60px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 40px;
}
.flex-row.spc-btn.align-center{
    width: 100%;
}
.nav a:first-child{
    margin-right: 20px;
}
.nav div , .nav a{
    font-size: 16px;
    /* width: 100px; */
    text-align: right;
    cursor: pointer;
    color: #333;
    font-weight: 500;
    text-decoration: none;
}
.nav div:first-child {
    margin-right: 30px;
}
.brand-logo {
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}
.hero-banner h1 {
    position: absolute;
    left: 36%;
    top: 150px;
    z-index: 999;
    color: #fff;
    font-size: 50px;
    width: 610px;
    transform: translate(-50%, -50%);
}
.transparent-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9;
    top: 0px;
    opacity: 0.4;
    /* backdrop-filter: blur(3px); */
    height: 450px;
}

.search-allwidget img{
    width: 24px;
    height: 24px;
}

.search-widget {
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    bottom: -119px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    box-shadow: 0 5px 35.2px 4.8px rgb(0 0 0 / 8%);
}

.tab-search div.active {
    width: 120px;
    font-size: 16px;
    font-weight: 500;
    background: white;
    text-align: center;
    border-radius: 12px 12px 0px 0px;
    height: 40px;
    line-height: 40px;
    color: #000;
}
.tab-search div {
    width: 120px;
    font-size: 16px;
    font-weight: 500;
    background: rgba(0,0,0,0.6);
    text-align: center;
    border-radius: 12px 12px 0px 0px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.search-allwidget {
    background: #fff;
    /* display: flex; */
    justify-content: space-between;
    padding: 30px 30px;
}

.search-allwidget label {
    display: block;
    color: #777;
    font-size: 14px;
    font-weight: 500;
}
.location.pst-relative {
    width: 36%;
}
.date.pst-relative {
    width: 40%;
}


.search-allwidget img {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    transform: rotate(90deg);
    bottom: 10px;
}
.search-allwidget input {
    border: none;
    border-bottom: 1px solid #777;
    padding: 10px;
    padding-left: 0px;
    width: 100%;
}
.search-allwidget h5 {
    position: absolute;
    top: 46px;
    opacity: 0.8;
    font-weight: normal;
}
.search-allwidget input:focus{
    outline: 0;
}
.destination, .time {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 20px;
    box-shadow: 0px 0px 11px -5px #3f3f3f6e;
    z-index: 99;
}
.destination ul li, .time ul li{
    list-style: none;
    font-size: 13px;
    padding: 5px 0px;
    cursor: pointer;
}

.time.pst-relative img {
    transform: unset;
    opacity: 0.5;
    width: 20px;
    height: 20px;
}
.search-btn button, .primary-btn {
    background: #f7a63d;
    border: none;
    color: #fff;
    padding: 10px;
    width: 150px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.Vehical-services {
    margin-top: 130px;
}


.testimonial-desktop .testimonial-desktop-flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.testimonial-desktop .testimonial-img {
    width: 20%;
}
.testimonial-desktop .testimonial-part {
    width: 65%;
}
.testimonial-desktop .testimonial-heading-hd {
    font-family: "Montserrat",sans-serif !important;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    margin-bottom: 5%;
}
.testimonial-desktop .testimonial-text-main {
    width: 100%;
    /* padding: 0 70px; */
}
.testimonial-desktop .testimonial-name {
    font-family: "Montserrat",sans-serif !important;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.7;
    text-align: center;
    color: #000;
}
.testimonial-desktop .testimonial-star-img {
    text-align: center;
}
.swiper-slide .testimonial-star-img img {
    display: inline-block;
}
.testimonial-desktop img.testimonials-star {
    width: 12%;
}
.testimonial-desktop .testimonial-part {
    width: 31%;
}
.testimonial-desktop {
    width: 100%;
    margin: 30px 0;
    padding: 30px;
   
}
.testomonial{
    background-color: #edfaff;
}

.testimonial-desktop-main h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.testimonial-desktop .testimonial-text {
    font-family: "Montserrat",sans-serif !important;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.7;
    text-align: center;
    color: #000;
    margin-bottom: 5%;
}
footer {
    background: #222;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
}


/* bike-data */
.bikes-searches {
    padding: 60px 0px;
}
.bikes-searches h3 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
}

.product-box {
    text-align: center;
    width: 23.6%;
    background: #f7f7f7;
    padding: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.product-box:hover{
    box-shadow: 0 4px 22px 2.4px rgb(0 0 0 / 12%);
    transform: scale(1.03,1.03);
    transition: box-shadow 0.3s ease-out,transform 0.3s ease-out;
}
.product-box img {
    width: 200px;
    height: 160px;
    object-fit: contain;
}
.product-box h5 {
    font-size: 12px;
    color: #777;
}
.product-box .location {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    padding: 10px 0px;
}
.bikes-searches .flex-row div:nth-child(4n){
    margin-right: 0px;
}
.searchPage .flex-row div:nth-child(4n){
    margin-right: 0px;
}
span.vehical-price-value {
    font-weight: bold;
    color: #f7a63d;
    font-size: 16px;
}
.rent-price-fare {
    font-size: 14px;
    font-weight: 500;
}
.card-text{
    margin-top: 40px;
}

/* animation-text */
.text_1 {
    animation: text1;
  }
.text_2 {
    animation: text2;
  }
  
  .text_1, .text_2 {
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    animation-duration: 20s;
    animation-timing-function: steps(25, end);
    animation-iteration-count: infinite;
    position: relative;
    top: 14px;
    color: #f7a63d;
  }
  
  .text_1::after, .text_2::after {
    content: "|";
    position: absolute;
    right: 0;
    animation: caret infinite;
    animation-duration: 0.5s;
    animation-timing-function: steps(1, end);
  }
  
  @keyframes text2 {
    0%, 50%, 100% {
      width: 0;
    }
    
    60%, 90% {
      width: 2em;
    }
  }
  
  @keyframes text1 {
    0%, 50%, 100% {
      width: 0;
    }
    10%, 40% {
      width: 3em;
    }
  }
  
  @keyframes caret {
    0%, 100% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
  }
  .searchPage {
    margin-top: 80px;
}

  button.applyBtn.btn.btn-sm.btn-primary {
    background: #f7a63d;
    border: none;
    color: #fff;
    padding: 5px 15px;
    cursor: pointer;
}
button.cancelBtn.btn.btn-sm.btn-default {
    background: transparent;
    border: none;
    color: #000;
    padding: 5px 15px;
    cursor: pointer;
}
div#searchPage {
    display: flex;

}
.primary-btn a {
    text-decoration: none;
    color: #fff;
}

.pricingTable h3{
    text-align: center;
    width: 100%;
    font-size: 32px;
    margin-bottom: 30px;
}
td.modal-title {
    font-weight: bold;
    font-size: 17px;
}


  
/* table */

.rwd-table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
  }
  
  .rwd-table tr:first-child {
    border-top: none;
    background: #f7a63d;
    color: #fff;
  }
  
  .rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f9fc;
  }
  
  .rwd-table tr:nth-child(odd):not(:first-child) {
    background-color: #ebf3f9;
  }
  

  .rwd-table td:first-child {
    margin-top: .5em;
  }
  
  .rwd-table td:last-child {
    margin-bottom: .5em;
  }
  
 
  
  .rwd-table th,
  .rwd-table td {
    text-align: left;
  }
  
  .rwd-table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
  }
  
  .rwd-table tr {
    border-color: #bfbfbf;
  }
  
  .rwd-table th,
  .rwd-table td {
    padding: .5em 1em;
  }
  @media screen and (max-width: 601px) {
    .rwd-table tr:nth-child(2) {
      border-top: none;
    }
  }
  @media screen and (min-width: 600px) {
    .rwd-table tr:hover:not(:first-child) {
      background-color: #d8e7f3;
    }
    .rwd-table td:before {
      display: none;
    }
    .rwd-table th,
    .rwd-table td {
      display: table-cell;
      padding: .25em .5em;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
      padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
      padding-right: 0;
    }
    .rwd-table th,
    .rwd-table td {
      padding: 1em !important;
      text-align: center;
    }
  }

  span.tc {
    margin-left: 23%;
    font-size: 12px;
}



@media screen and (min-width:280px) and (max-width:767px){

    .nav div, .nav a {
        font-size: 14px;
    }
    .nav div:first-child {
        margin-right: 17px;
        text-align: center;
    }
    .notification {
        margin-top: 4%;
        background-color: orange;
        margin-bottom: -7%;
        width: 100%;
        text-align: center;
        margin: 41px auto 0px;
    }

    .overflow-body {
        overflow-x: scroll;
        padding: 0px 20px;
    }
    span.tc {
        margin-left: 0px;
        font-size: 8px;
    }
    h3 {
        font-size: 20px!important;
    }
    h2.title {
        font-size: 20px;
        padding: 0px;
        margin-top: 40px;
    }
    
    .nav.flex-row.align-center {
        align-items: center;
        text-align: center;
        justify-content: center;
        line-height: 1.5;
    }
    header .flex-row.spc-btn.align-center {
        justify-content: center;
    }
    .container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;

    }
    
    header {
        padding: 0px 20px;
        height: 80px;
    }
    .search-widget {
        width: 100%;
        margin: 0 auto;
        position: absolute;
        bottom: -110px;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 99;
        box-shadow: 0 5px 35.2px 4.8px rgb(0 0 0 / 8%);
    }
    .hero-banner h1 {
        position: absolute;
        left: 52%;
        top: 90px;
        z-index: 999;
        color: #fff;
        font-size: 30px;
        width: 90%;
        transform: translate(-50%, -50%);
    }
    .search-allwidget {
        padding: 30px 40px;
        display: block;
    }
  
   
    .search-allwidget input {
        width: 100%;
        margin-bottom: 10px;
    }
    .search-allwidget img{
        bottom: 18px;
    }
    .search-btn button, .primary-btn {
        width: 100%;
    }
    .destination, .time {
        position: absolute;
        background: #fff;
        width: 100%;
        padding: 20px;
        z-index: 99;
        top: 55px;
        box-shadow: 0px 0px 11px -5px #3f3f3f6e;
    }
    .Vehical-services {
        padding-top: 40px;
    }
    .Vehical-services.flex-row.container {
        display: block;
        width: 100%;
    }
    .vs-img {
        width: 100%;
        display: none;
    }
    .vs-contents {
        width: 100%;
        padding: 20px;
        padding-top: 0px;
    }
    .bikes-searches .flex-row {
        display: block;
        margin: 20px;
    }
    .product-box {
        text-align: center;
        width: 100%;
        background: #f7f7f7;
        padding: 20px;
        margin-right: unset;
        margin-bottom: 20px;
        cursor: pointer;
        /* margin: 20px; */
    }
  
    .testimonial-desktop .testimonial-desktop-main {
        width: 100%;
        padding: 0px;
    }
    .testimonial-desktop .testimonial-part {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 70px;
    }
    .testimonial-desktop .testimonial-desktop-flex {
        display: flex;
        gap: 0px;
        flex-wrap: unset;
        overflow: scroll;
        white-space: nowrap;
    }
    .testimonial-desktop-main h3 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 20px;
    }
    .testimonial-desktop .testimonial-text {
        white-space: normal;
    }
    .testimonial-desktop .testimonial-heading-hd {
        font-family: "Montserrat",sans-serif !important;
        font-size: 20px;
    }
    .date.pst-relative {
        width: 100%;
    }
    .location.pst-relative {
        width: 100%;
    }
    .mobile-flex {
        display: block!important;
    }

    div#searchPage {
        padding: 20px;
    }
    section#about-us {
        padding: 0px 20px;
    }
    .bikes-searches h3 {
        text-align: center;
        font-size: 22px;
        margin-bottom: 20px;
    }
    div .acc-btn {
        width: 100%;
        padding: 10px;
        font-size: 14px;
        cursor: pointer;
        background: inherit;
        border: none;
        outline: none;
        text-align: left;
        /* transition: all 0.5s linear; */
    }
   div .acc-content {
        max-height: 0;
        color: rgba(0,0,0,0.75);
        font-size: 14px;
    }




}





.flex-row.mobile-flex {
    justify-content: space-between;
}
.destination ul li:hover{
    background-color: #f7f7f7;
}
/* slider */

.herobanner{
    position: relative;
}
.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
  }
  .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0px 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
  }
  .swiper-active-switch {
    background: #fff;
  }
  .swiper-pagination {
    transform: translate(10px, 10px);
    left: 50%;
    bottom: 30px;
}


/* faq */

.card {
    background: #fff;
    color: #333;
    margin: 15rem auto;
    width: 90%;
    max-width: 1200px;
    min-height: 30rem;
    border-radius: 2rem;
}

.hero {
    display: flex;
    justify-content: center;
    transform: translateY(-55%);
}
.hero .img {
    filter: drop-shadow(0rem 1.5rem rgba(0,0,0,0.1));
    transition: 0.3s ease-out;
}
.card:hover .img {
    filter: drop-shadow(0rem 2.5rem rgba(0,0,0,0.1));
}

.title {
    text-align: center;
    font-size: 5rem;
    padding: 1rem;
}

.acc-btn {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    background: inherit;
    border: none;
    outline: none;
    text-align: left;
    /* transition: all 0.5s linear; */
}
.acc-btn:after {
    content: "\27A4";
    color: #fa8d0c;
    float: right;
    /* transition: all 0.3s linear; */
}
.acc-btn.is-open:after {
    transform: rotate(90deg);
}
.acc-btn:hover, .acc-btn.is-open {
    color: #000;
    font-weight: bold;
}

.acc-content {
    max-height: 0;
    color: rgba(0,0,0,0.75);
    font-size: 14px;
    /* margin: 0 2rem; */
    padding-left: 1rem;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    border-bottom: 1px solid #ccc;
}

.credit {
    text-align: center;
    padding: 1rem;
}
.credit a {
    text-decoration: wavy underline;
    color: dodgerblue;
}
h2.title {
    font-size: 32px;
    padding: 0px;
}
.acc-container {
    padding: 20px;
}

#about-us{
    margin-top: 40px;
    text-align: center;
}
#about-us p{
    margin-bottom: 10px;
}
#about-us h3{
    margin-bottom: 10px;
}


/* search */



  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: white;
    text-align: left;
    cursor: pointer;
  }
  input[type="search"]::-webkit-search-cancel-button:before, input[type="search"]::-webkit-search-results-button:before, input[type="search"]::-webkit-search-results-decoration:before {
    position: absolute;
    content: 'x';
    font-style: normal;
  }

  input[type="search"]:invalid::-webkit-search-cancel-button:before, input[type="search"]:invalid::-webkit-search-results-button:before, input[type="search"]:invalid::-webkit-search-results-decoration:before {
    font-family: "entypo";
    content: attr(data-icon);
  }
  input[type="search"] + label {
    position: absolute;
    margin: 8px 0 0 -30px;
    cursor: pointer;
  }
  input[type="search"] + label:before {
    position: absolute;
    content: 'Choisir';
    left: -152px;
    width: 180px;
    color: #fff;
    font: bold 14px/20px "Arial", sans-serif;
    text-align: left;
  }
  input[type="search"] + label:after {
    margin-left: 7px;
    color: #fff;
    content: '\25BE';
  }
  
 
  input[type="search"]:focus:invalid + label:before {
    display: none;
  }
  input[type="search"]:focus:invalid + label:after {
    margin-left: 4px;
    content: attr(data-icon);
  }
  input[type="search"]:valid + label {
    display: none;
  }
  
  .ui-autocomplete {
    width: 190px;
    max-height: 180px;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    color: #fff;
    border-width: 4px 4px 4px 0;
    box-shadow: 0 5px 35.2px 4.8px rgb(0 0 0 / 8%);
    border-style: solid;
    border-color: #fff;
  }
  .ui-autocomplete ul {
    list-style: none;
  }
  .ui-autocomplete li {
    height: 36px;
    margin: 0;   
    font: bold 14px/36px Arial, Helvetica, sans-serif;
    white-space: nowrap;
    background: #fff;
    color: #333;
  }
  .ui-autocomplete li:hover {
    -moz-transition: background 0.3s ease-in;
    -o-transition: background 0.3s ease-in;
    -webkit-transition: background 0.3s ease-in;
    transition: background 0.3s ease-in;
    background: #fff;
    color: #333;
  }
  
  .ui-autocomplete li a {
    display: block;
    padding: 0 12px;
    cursor: pointer;
  }

  .notification{
    margin-top: 4%;
    background-color: orange;
    margin-bottom: -7%;
    width: 998px;
    text-align: center; 
    margin-left: 281px auto 0px;
  }


@media screen and (min-width:768px) and (max-width:1024px){
    .search-widget {
        width: 100%;
    }
    .product-box {
        text-align: center;
        width: 33%;
    }
    .bikes-searches.container .flex-row {
        justify-content: center;
    }
    .bikes-searches .flex-row div:nth-child(4n) {
        margin-right: 20px;
    }
    .testimonial-desktop .testimonial-desktop-flex {
        display: flex;
        gap: 30px;
        flex-wrap: unset;
    }
    .searchPage.container div#searchPage {
        justify-content: center;
    }
    .searchPage .flex-row div:nth-child(4n) {
        margin-right: 20px;
    }

  }
