*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: .2s linear;
    text-decoration: none;
}
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-track{
    background: black;
}
::-webkit-scrollbar-thumb{
    background: transparent;
    border-radius: 10px;
    width: 5px;
}
.sidebar::-webkit-scrollbar-thumb{
    background: #090909;
}
::-webkit-scrollbar-thumb{
    background: rgb(159, 159, 159);
}
html{
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;   
}

h1,h2,h3,h4,h5,h6,p,a,button,label, ul, li{
	    font-family:'poppins', serif;
}

.main-container{
    background: linear-gradient(0deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 45%)), url(../image/background-2.jpg);
    background-position: center;
    background-size: cover;
   width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    padding: 4rem;
    grid-template-columns: auto auto;
}
.pre-head{padding: 10px;
    text-align: center;
    font-size: 14px;
    background: #ffcc00;
}
.header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 2rem 7%;
    align-items: center;
}
.header .navbar a{
    font-size: 2.5rem;
    margin-left: 1rem;
    color: black;
    padding: .4rem 1rem;
    border-radius: 13px;
    text-align: center;
    text-decoration: none;
    font-family:'poppins', serif;
	font-weight:bolder;
}
.header .navbar a:hover{
    color: black;
   border-radius: 15px;
    font-family: 'poppins', serif;
    font-weight: bolder;
}
#menu-bars{
    color: white;
    font-size: 2rem;
    display: none;
}
.navbar.active{
    top: 10%;
}
.background-text h2{
    text-align: center;
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.background-text h2 span{
    color: #f8b56d;
}
.taxi-image{
    width: 100%;
    margin: 0 auto;
}
.taxi-image img{
    width: 100%;
    margin: 0px;
}
.home-container{
    background: #f8b56d;

    width: 100%;
    padding-left: 6rem;
 padding-right: 2rem;
}
.home-content{

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}
.inner-content{
    flex: 1 1 45rem;
    padding: 0rem;
}
.inner-content h3{
    font-size: 31px;
}
.inner-content h2{
    font-size: 38px;
	margin-bottom: 20px;
}
.inner-content p{
    font-size: 1.5rem;
    padding-bottom: 2rem;
    padding-right: 2rem;
    text-transform: none;

}
.inner-content .booknow{
    padding: .9rem 2.5rem;
    color: #f8b56d;
    font-size: 1.5rem;
    background-color: black;
    border: none;
    border-radius:25px;
}
.inner-content .booknow:hover{
    color: black;
    padding: 1.2rem 3rem;
    border: 1px solid white;
    background: white;
}
.form-heading{
    background: black;
    border-radius: 5px;
    padding: 1.8rem 0;
	margin: 15px 10px;
}
.form-heading h1{
    color: white;
}
.contact-form{
    width: 45rem;
    background: white;
    text-align: center;
    padding: 2rem 2rem;
    border-radius: 20px;
    margin: 0 auto;
	width: 100%;
}
.form-fields input {
    padding: 1.2rem;
    border: none;
    background: #f1f1f1;
    border-radius: 5px;
	width: 100%;
}
.contact-form a{
    background: black;
    width: 100%;
    display: inline-block;
    padding: 0.9rem 0;
    color: white;
    font-size: 1.7rem;
    border-radius: 5px;
    cursor: pointer;
}
.search-cabs{
    padding-top: 2rem;
}
 .tabs {
            display: flex;
            justify-content: center;
            margin-bottom: 15px;
        }

        .tabs button {
            padding: 10px 20px;
            margin: 0 5px;
            border: 1px solid #ddd;
            background: #fff;
			border-radius: 5px;
            cursor: pointer;
        }

        .tabs button.active {
            background: #ffcc00;
			color: #090909;
			border-radius: 5px;
			border: none;
        }
.fast-booking{
    background: url(./secbg.png);
    background-size: cover;
    width: 100%;
    background-position: center;
    padding-bottom: 5rem;
}
.fast-booking .fast-heading{
    padding-top: 3rem;
    color: #f8b56d;
    font-size: 38px;
    text-align: center;
}
.fast-booking h2{
    font-size: 31px;
    color: white;
    text-align: center;
}
.inner-fast{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 3rem 7%;
}
.booking-content{
    flex: 1 1 45rem;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
}
.inner-fast-text h1{
    font-size: 22px;
    color: #f8b56d;
    padding-top: 2rem;
    padding-left: 2rem;
}
.inner-fast-text p{
    font-size: 18px;
    text-transform: none;
    padding: 2rem;
}
.icon-fast{
    background-color: #f8b56d;
    width: 70px;
    height: 40px;
    border-radius: 150px;
    text-align: center;
}
.icon-fast span i{
    color: black;
    line-height: 40px;
    font-size: 2rem;
}

.main-tariff{
    padding: 3rem 7%;
}
.main-tariff h1{
    font-size: 38px;
    text-align: center;
}
.main-tariff h1 span{
    color: #f99f3f;
}
.inner-tariff{
text-align: center;
    /* flex: 1 1 250px; */
    padding: 3rem 0;
    display: grid;
    grid-template-columns: auto auto auto; 
    align-items: center;
    align-content: center;
    
}
.tariff-container{
     text-align: center;
    padding: 3rem 0;
    border: 1px solid #ffcc00;
    border-radius: 20px;
    margin: 10px;

}
.tariff-container img{
    margin-top: -65px;
}
.inner-box1{
    margin-top: 6.3rem;
}
.inner-box3{
   margin-top: 6.3rem;
}
.inner-box2{
   margin-top: 6.3rem;
}
.inner-box1 .inner-box2 .inner-box3 img{
    margin-bottom: 2rem;
}
.tariff-container h2{
    font-size: 30px;
}
.tariff-container p{
    text-transform: none;
    font-size: 1.5rem;
    padding: 2rem;
}
.tariff-container h3{
    text-transform: none;
    color: #d87904;
    font-size: 1.8rem;
}
.tariff-container a{
    font-size: 1.5rem;
    padding: 1rem 2rem;
    color: #fac791;
    background: black;
    display: inline-block;
    border: none;
    border-radius: 17px;
    margin-top: 1.5rem;
    font-family:'poppins', serif;
}
.yellow-section{
    color: #ba6804 !important;
}
.tariff-container:hover{
    background: #f8b56d;
}
.some-faqs{
    background: url(faq-back.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 4rem;
}
.some-faqs h1{
    color: #f8b56d;
    font-size: 33px;
    padding: 2rem;
    text-align: center;
}
.some-faqs h2{
    font-size: 17px;
    color: #ffcc00;
    padding: 0 1rem;
}
.some-faqs p{
    font-size: 12px;
    text-transform: none;
    padding: 1.5rem;
}
.main-faqs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 45px;
    padding: 2rem 4%;

}
.faqs{
    background: black;
    flex: 1 1 45rem;
    color: white;
    padding: 2rem;
}


footer {
    background: black;
    color: white;
    padding: 2rem;
    text-align: center;
    font-size: 14px;
}


@media (max-width:768px) {
    
    .contact-form a{
        font-size:2.7rem;
    }
    
    .form-fields input {
    padding: 1.2rem;
    border: none;
    background: #f1f1f1;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    font-size: 16px;
}


    
    html{
        font-size: 50%;
    }
    #menu-bars{
        display: initial;
    
    }
	.main-container{
		    grid-template-columns: auto;
		    padding:2rem;
	}
	div#text {
            order: 2;
        }
 
        div#fill {
            order: 1;
        }
		.inner-tariff {
			 grid-template-columns: auto;
}
.home-content {
    padding-top: 5rem;
}
.inner-content h2 {
    line-height: 38px;
}
    .navbar{
        position: absolute;
        top: -100%;
        right: 0;
        left: 0;
    }
    .navbar a{
        display: block;
        font-size: 1.5rem;
        margin: 1rem;
        padding: 1rem;

    }
    .header{
        padding: 2rem;
    }
    .tarrif-container{
        padding-bottom: 4rem;
    }
    .tarrif-container img{
        width: 60%;
        margin-top: 0px;
    }
    .background-text h2{
        width: 100%;
        text-align: center;
    }
   .form-fields{
           grid-template-columns: auto !important;
    justify-content: stretch !important;
   }
   div#ui-datepicker-div{
       width:65%;
   }
   .navbar{
       position:relative;
       top:0px;
   }
   label{
       padding:.4rem 1rem;
       margin:1rem;
   }
}
  a{
                text-decoration: none;
            }

.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}
.floating_btn1 {
  position: fixed;
  bottom: 150px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}
.contact_icon1 {
    background-color: #000000;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #383f3b;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}
.col-md-12 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    gap: 45px;
    padding: 2rem 4%;
}

.col-md-4{
    text-align:left;
}