/* nav{
    min-width: fit-content;
    height: 80px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    position:relative;
} */


ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ff5e14;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #ff5e14;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.rydeeasy{
    display: flex;
    margin-right: 5px;
}
.linkstyle{
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    opacity: 0.7;
}
a:hover{
    position: relative;
    color: orangered;
    transition: 0.8s;
}
.selectcartype{
    width: 30%;
    margin-left: 100px;
    margin-right: 30px;
    border-radius: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    margin-top: 80px;
    padding: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 13.5px;
}
#colstyle{
    margin-bottom: 20px;
    margin-top: 6px;
}
#fuel{
    margin-top: 15px;
    margin-bottom: 30px;
}
#cartype{
    border: 1px solid;
    border-color: coral;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
    margin-top: 5px;
}
.btnstyle:hover{
    background-color:coral ;
    color: white;
}
.btnstyle{
    background-color: rgb(133, 132, 132);
    color: white;
    padding: 12px 20px;
}
#cartype1{
    background: none;
    border:1px solid;
    border-color: white;
    border-radius: 10px;
}
.carborder{
    border: none;
    border-color: white;
}
#btncrt{
    width:150px;
}
#btnfuel{
    width:100px;
}
#cartype1:hover{
    border-color: coral;
}
.route{
    height:48%;
    margin-right: 80px;
    border-radius: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    margin-top: 80px;
    padding: 15px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 13.5px;
}
.datetym{
    height: 80px;
    margin-right: 80px;
    border-radius: 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    padding: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 13.5px;
}
.part2{
    width: 70%;
    height:48%;
}
.loc{
    width:auto;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 30px;
    border-radius: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    padding: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 13.5px;
}
.icon {
    padding: 10px;
    min-width: 40px;
}
.input-icons i {
    position: absolute;
} 
.input-icons {
    width: 100%;
    margin-bottom: 10px;
}
.inputfield {
    width: 100%;
    padding: 6px;
    padding-left: 35px;
    margin-bottom: 25px;
    border: 1px solid;
    border-color: white;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    outline: none;
    font-size: 12px;
}
.search{
    margin: 45px;
}
.locimg{
    border: 0px none;
    background-color: white;
    border-color: white;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 0px;
}
.loccol{
    margin-top: 40px;
    text-align: center;
}
#imgloc{
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.chs{
    min-width: fit-content;
    width: 60%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    padding: 50px;
    margin-top: 70px;
    border: 2px solid;
    border-color: orange;
    margin-bottom: 100px;
}
.chloc{
    margin-left: 150px;
    margin-right: 150px;
    margin-top: 50px;
    border-radius: 8px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); 
    background-color: black;
    margin-bottom: 20px;
}
#lbl{
    padding: 12px;
    padding-top: 14px;
    color: white;
    padding-left: 20px;
}
.chloc1{
    margin-left: 162px;
    margin-right: 150px;
    margin-top:10px;
    margin-bottom: 90px;
}
.inp{
    margin-top: 20px;
    border-bottom: 1px solid rgb(161, 157, 157);
    padding-left: 5px;
    padding-right: 275px;
    color: orange;
    padding-bottom: 5px;
}
a:hover{
    text-decoration: none;
}
.inp1{
    margin-top: 20px;
    border-bottom: 1px solid rgb(161, 157, 157);
    padding-left: 5px;
    padding-right: 285px;
    color: orange;
    padding-bottom: 5px;
}
.inp2{
    margin-top: 20px;
    border-bottom: 1px solid rgb(161, 157, 157);
    padding-left: 5px;
    padding-right: 253px;
    color: orange;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.inp3{
    margin-top: 20px;
    border-bottom: 1px solid rgb(161, 157, 157);
    padding-left: 5px;
    padding-right: 128px;
    color: orange;
    padding-bottom: 5px;
}
.fn{
    border-bottom: 1px solid rgb(161, 157, 157);
    padding-right: 5px;
    padding-bottom: 5px;
}
.btncnt{
    width: 405px;
    height: 40px;
    background-color: black;
    color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.fare{
    width: 65%;
    margin-top: 140px;
    background-color:coral;
    color: white;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

* { box-sizing: border-box; }
body { background-color: #f5f5f5; padding: 20px; }

.card-slider {
  max-width: 960px;
  margin: 0 auto;
  
  @media screen and (max-width: 1024px) {
    width: 80%;
  }
  
  .slick-prev-icon,
  .slick-next-icon {
    color: black;
  }
  
  .slick-slide {
    padding: 0 10px;
  }
  
  .card {
    position: relative;

    display: flex !important;
    flex-direction: column;
    height: 250px;

    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.2);
    background-color: white;

    text-decoration: none;
    color: rgba(0,0,0,.9);

    transition: all .1s linear;
    
    @media screen and (max-width: 600px) {
      height: auto;
    }
  }

    /** Main link */
    .card .main-link {
      text-decoration: none;
      display: flex;
      flex-direction: column;
    }

      .card .main-link:focus {
        outline: none;
      }

      .card .main-link:focus .title {
        outline: 3px dashed orange;
        outline-offset: -4px;
        color: royalblue;
        text-decoration: underline;
      }

    /** Product title */
    .card .title {
      color: #000;
      margin: 0;
      padding: 10px 10px 5px 10px;
      font-size: 16px;
      font-weight: bold;
    }

      .card .title:hover {
        text-decoration: underline;
      }

    /** Product image */
    .card .image {
      /** Visually place the image above all other content (like the heading) in the parent flex container (.card). */
      order: -1;

      position: relative;
      height: 100px;
      padding: 2px;
      overflow: hidden;

      display: flex;
      justify-content: center;
      align-items: center;
    }

      .card .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(.5);
        transition: all .3s ease-in-out;
      }

        .card .image:hover img {
          width: 110%;
          height: 110%;
        }

    /** Product description */
    .card .description {
      margin: 7px 10px 15px 10px;
      font-size: 14px;
      opacity: .8;
    }

    /** Floating "sale" badge */
    .card .badge {
      position: absolute;
      top: 2px;
      right: 2px;
      z-index: 1;

      padding: 5px 10px;

      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      color: white;
      background-color: rgb(200,0,0);
    }

    /** Price */
    .card .price {
      padding-left: 10px;
    }

      .card .price .new-price {
        font-weight: bold;
      }

      .card .price .original-price {
        margin-left: 5px;
        font-size: 14px;
        font-style: italic;
        opacity: .5;
        text-decoration: line-through;
      }

      
    /** Rating */
    .card .rating {
      margin: 10px 0 15px 10px;
      color: orange;
      font-size: 12px;
    }

      /** "30 reviews" link next to stars */
      .card .rating .reviews-link {
        color: rgba(0,0,0,.6);
        margin-left: 5px;
      }

        .card .rating .reviews-link:hover {
          color: black;
        }

        .card .rating .reviews-link:focus {
          color: royalblue;
          outline: 3px dotted royalblue;
          outline-offset: 2px;
        }

    /** Hover state = add box shadow, underline the title */
    .card:hover {
      border-color: rgba(0,0,0,.4);
      box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    }

      .card:hover .image img,
      .card:focus .image img {
        filter: grayscale(0);
      }

      .card a:focus {
        outline: none;
      }
}


/**
  Demo only
*/

.note {
  text-align: center;
  font-size: 14px;
  max-width: 960px;
  padding: 40px 20px;
  margin: 0 auto;
  opacity: .8;
  
  a {
    color: black;
    font-weight: bold;
    
    &:hover,
    &:focus {
      color: royalblue;
    }
  }
}

.txt{
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: sans-serif;
    font-size: 22px;
}
.txt1{
    font-family: sans-serif;
    font-size: 22px;
    padding: 10px;
    border-bottom: 1px solid coral;
    padding-left: 40px;
}
.txt2{
    font-size: 35px;
}
.cnt{
    width: 70%;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 40px;
}
.btncnt1{
    background-color: rgb(54, 51, 51);
    color: white;
    height: 80px;
    width: 876px;
    border: none;
    border-radius: 6px;
}
.bb{
    font-family: sans-serif;
    font-size: 20px;
}
.prfl1{
    width: 65%;
    /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2); */
}
.txt3{
    font-family: sans-serif;
    font-size: 27px;
    color:coral;
}
#spn{
    font-size: 18px;
    padding-right: 10px;
    vertical-align: top;
}
.txtbx{
    font-size: 15px;
    border: 1px solid white;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 13px;
    padding-left: 20px;
    padding-right: 170px;
    margin-left: 23px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.btng{
    margin-left: 430px;
    margin-top: 45px;
    margin-bottom: 100px;
    background-color: rgb(61, 58, 58);
    color: white;
    border-radius: 7px;
    font-size: 15px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid;
    border-color:rgb(61, 58, 58);
}
.prcnt{
    width: 16%;
    border: 1px solid tomato;
    border-radius: 20px;
    text-align: center;
    padding: 6px;
    margin-left: 510px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    background: linear-gradient(to right,white 56%,#F3622B 44%);
}
.wrap {
    background-color: #0F7107;
    height: 140px;
    width: 310px;
    position: relative;
    text-align: center;
    overflow: hidden;
    color:black;
}
.circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #0D3106;
    position: absolute;
    right: -100px;
    top: -50px;
}
.browse{
    text-align: center;
    width: 60%;
    background: #fff;
    top:0;
    left: 50%;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    position: absolute;
    padding-top: 100px;
    padding-bottom: 100px;
    transform:translate(-50%,-50%) scale(0.1);
    visibility:hidden;
    transition: transform 0.4s, top 0.4s;
}
#blur.active{
    filter: blur(15px);
    pointer-events: none;
    user-select: none;
}
.open-popup{
    visibility: visible;
    position:fixed;
    top: 50%;
    opacity: 1;
    background: #fff;
    transform: translate(-50%,-50%) scale(1);
}
.open-popupb{
    visibility: visible;
    position:fixed;
    top: 50%;
    opacity: 1;
    background: #fff;
    transform: translate(-50%,-50%) scale(1);
}
.btnn{
    color: white;
    background-color: #F3622B;
    border: 1px solid #F3622B;
    padding: 15px;
    border-radius: 10px;
    padding-left:20px;
    padding-right:20px;
}
.txtdr{
    border: none;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    padding: 16px;
    border-radius: 10px;
    font-size: 12px;
    padding-right: 130px;
    vertical-align: top;
    outline: none;
}
.prfl{
    position: absolute;
    top: -8px;
    right: -2px;
    background-color:rgb(49, 47, 47);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    width:25%;
    font-size: 20px;
    font-family:'Times New Roman', Times, serif;
    border-radius: 10px;
}
.hrr{
    border: 1px solid coral;
    margin: 5px -15px;
}
.str{
    color:gold;
    font-size: 11px;
}