@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url(' https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.5.0/css/flag-icon.min.css');
body,html{
    height:100%;
    font-family: 'Open Sans', sans-serif;
}
.login-page{
    background-image: 
    /* top, transparent red */
    linear-gradient(
        rgba(0, 0, 0, 0.70),
        rgba(0, 0, 0, 0.70)
    ),
    /* your image */
    url('../img/login-background.jpg');
   
   background-attachment: fixed;
   background-size: cover;
}
.forget-page{
  background-image: 
  /* top, transparent red */
  linear-gradient(
      rgba(0, 0, 0, 0.70),
      rgba(0, 0, 0, 0.70)
  ),
  /* your image */
  url('../img/forget.jpeg');
 
 background-attachment: fixed;
 background-size: cover;
}
.rider{
  margin-bottom: -50px;
 padding: 50px 40px 90px 40px !important;
  background-image: 
  /* top, transparent red */
  linear-gradient(
      rgba(0, 0, 0, 0.70),
      rgba(0, 0, 0, 0.70)
  ),
  /* your image */
  url('../img/login-background.jpg');
 
 background-attachment: fixed;
 background-size: cover;
}

.translate {
    
    background-image: 
  /* top, transparent red */
  linear-gradient(
      rgba(0, 0, 0, 0.70),
      rgba(0, 0, 0, 0.70)
  ),
  /* your image */
  url('../img/translate.jpg');

 background-attachment: fixed;
 background-size: cover;
    
}
.signup-page{
  background-image: 
  /* top, transparent red */
  linear-gradient(
      rgba(0, 0, 0, 0.70),
      rgba(0, 0, 0, 0.70)
  ),
  /* your image */
  url('../img/signup_bg.jpg');

 background-attachment: fixed;
 background-size: cover;
}

.signup-nav{
  width: 50%;
   text-align: center;
  margin-top: 10px;
}
.signup-nav > .nav-link.active {
 background-color: #FDCC02;
 color:black;
}
.s-link{
  color:black;
  
}
.s-link:hover{
  color:#FFCC01;
}
.otp-btn{
  background-color:#FDCA31 ;
}
.login-box{
   padding-top:30px;
  width: 80%;
  padding-left: 30px;
  padding-right: 30px;
   padding-bottom:30px;
   border-radius: 8px;
   background-color: white;
   box-shadow: -1px 2px 10px -3px rgba(0,0,0,0.45);
   -webkit-box-shadow: -1px 2px 10px -3px rgba(0,0,0,0.45);
   -moz-box-shadow: -1px 2px 10px -3px rgba(0,0,0,0.45);
}
@media only screen and (max-width: 600px) {
  .modal-sm {
   padding: 50px;
  }
}
.forget-box{
  clear: both;
  padding-top:20px;
 width: 80%;
 padding-left: 30px;
 padding-right: 30px;
  padding-bottom:30px;
  border-radius: 8px;
  background-color: white;
  box-shadow: -1px 2px 10px -3px rgba(0,0,0,0.45);
  -webkit-box-shadow: -1px 2px 10px -3px rgba(0,0,0,0.45);
  -moz-box-shadow: -1px 2px 10px -3px rgba(0,0,0,0.45);
  margin-top: -50px;
}


.signup-body{
 
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: auto;
  margin-bottom: auto;
 
}
.signup2-body{
  height: 100%;
  padding-top: 45px;
  padding-bottom: 50px;
  margin-top: auto;
  margin-bottom: auto;
 
}

.signup-box{
  
  padding-left: 50px;
  padding-right: 50px;
  padding-top:30px;
 width: 90%;
 height: 100%;
 margin-bottom: 50px;
  padding-bottom:30px;
  border-radius: 8px;
  background-color: white;
  box-shadow: -1px 2px 10px -3px rgba(0,0,0,0.45);
  -webkit-box-shadow: -1px 2px 10px -3px rgba(0,0,0,0.45);
  -moz-box-shadow: -1px 2px 10px -3px rgba(0,0,0,0.45);
}

.login-circle{
   
    height: 100px;
    width: 100px;
    background-color:#FFCC01;
    border-radius: 50%;
    padding:10px 20px 20px 20px;
    
}
.contact-btn{
  height: 50px;
  background-color: #FFCC01;
  color:black;

}
.btn-signin{
  background-color: transparent;
  border:1px solid #FFCC01;
  color:white;
}
.btn-signin:hover{
  color:#FDCC02;
}
.login-icon{
   
     
    color:white;
   
}
.card-accordion{
  border:0px;
  padding-bottom: 10px;
  background-color: white;

}
.accordion-body{
  font-size: 15px;
  background-color:#F9F9FB;
}
.checkbox{
    background-color:#77D173 ;
}
.login-txt{
   margin-top: 20px;
    font-family: 'Merriweather', serif;
}

.login-input{
  
    
    height: 50px;
   
    margin-bottom: 10px;
}

.psw > a {
  color:#77D173;
 
    text-decoration: none;
}
.login-footer{
    margin-top: 10px;
    padding:10px;
    background-color:#f1f1f1
   
}
.login-btn{
   background-color:#FFCC01;
   border:0px;
   height: 40px;
   color:black
}
.login-btn:hover{
    background-color:#BCC535;
}
.page-footer{
    color:#848A96;
    background-color:#151C27;
}
:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}

.login-input{
    height:50;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}



.innerParent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    
}




.header-banner{
 
  background-color:#FFCC01 ;
  color:white;
  border-radius: 0px;
  text-align: center;
  min-height: 200px;
 width: 100%;

 padding:0px;
 margin: 0px;
 
}
.btn-return{
  border-radius: 0px;

}
.logo-s{
 padding: 20px 0px 20px 0px;
}
.header-row{
  padding:0px ;margin: 0px 0px 40px 0px;
}
@media (min-width: 576px) 

{
.header-box{
	background-color: #313138;
  height: 200px;
clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);

}

}

.header-box{
  background-color:#313138;
  padding:0px;
  margin: 0px;
  
}
.header-icon{
  margin-right: 30px;
  padding:20px 20px 20px 20px;
}
.c_link{
  color:white;
  text-decoration: none;
}
.mobile_icon{
  color:black;
 padding-top: 10px;
}
.header-text{
  color: black;
  padding:20px 0px 20px 0px;
}
.contact-box{
  padding:30px 40px 20px 40px;
  color:#6595CE;
  background-color:#F7F7F7;
  border-radius: 8px;
  margin: 20px 0px 20px 0px;
  width: 90%;
}
.contact-icon{
  font-size: 40px;
  color:#6595CE;
}
a.contact-link{
  text-decoration: none;
  list-style: none;
 
  width: 100%;
}
a.contact-link :visited{
text-decoration:none;
}
.header-button{
  margin-left: 20px;
}

.contact-person{
  padding:10px 0px 10px 0px;
  position: relative;
  font-size: 20px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.contact-person:before, .contact-person:after {
  content: '';
  width: 150px;
  height: 3px;
  display:inline-block;
  background-color: #FFCC01;
  vertical-align: 0.3em;
  margin: 0 -100%;
}
.contact-person:before {
margin-right: 0.75em;
}
.contact-person:after {
margin-left: 0.75em;
}
.signup-heading{
  padding:10px 0px 10px 0px;
  position: relative;
  font-size: 20px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.signup-heading:before, .signup-heading:after {
  content: '';
  width: 100%;
  height: 3px;
  display:inline-block;
  background-color: #FFCC01;
  vertical-align: 0.3em;
  margin: 0 -100%;
}
.signup-heading:before {
margin-right: 0.75em;
}
.signup-heading:after {
margin-left: 0.75em;
}
.card-link > .card-header{
  color:black;
}
.card-link >.card-header:hover{
  color:#FFCC01;
}
.card-body{
  color:#63676A;
}
.icon-circle{
  background-color:#FDCC02; height: 100px;width: 100px;border-radius: 50%;padding: 20px;margin: 0px 0px 10px 0px;
}
.c-header{
  font-size: 18px;
  font-weight: bold;
  
  margin: 20px 0px 0px 0px;
}
.info-text{
  color:rgb(83, 81, 81);
}
.c-box{
  min-height: 120px;
  padding: 10px 0px 10px 0px;
  margin: 20px 0px 20px 0px;
}








.top-patner{
  background-color:#34343B;padding: 60px 40px 40px 40px;
}



select::-ms-expand {
  display: none;
}






select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}





.choose-icon{
  font-size: 50px;
  text-align: center;
  padding: 3px 6px 3px 6px;
}
.home-top{
  height: auto;
 
  background-image: 
  /* top, transparent red */
  linear-gradient(
      rgba(0, 0, 0, 0.70),
      rgba(0, 0, 0, 0.70)
  ),
  /* your image */
  url('../img/home.jpg');
 background-attachment: fixed;
 
  
 background-size: cover;
 padding: 180px 20px 180px 20px;
}
.store-div{
  padding: 0px 20px 20px 20px;
}
.trending-box{
  min-width: 95%;
  margin: 10px;

}
.why-volo{
  background-color: white;min-height: 300px;margin-bottom: -50px;padding:50px;
}
.top-box{
  min-width: 99%;
  margin: 10px;

}
.howitwork{
  background-color:#FDCA31 ; min-height: 400px;padding: 50px 40px 40px 40px;
}

.btn-option{
  color:black;
  min-width:100px;
  margin-bottom: 10px;
}
.btn-active{
  min-width: 100px;
  margin-bottom: 10px;
}
.top-image{
  width:200px;
  height: 300px;
}
.card-img-top{
  width: 100%;
  object-fit:contain;
  height: 200px;
}

.badge{
  width: 50px; height: 50px;border-radius: 50%;background-color: #FDCA31;position:relative;top:25px;z-index: 100;font-size: 20px;text-align: center;line-height: 40px;
}
.promotion-badge{
  min-width:120px; 
  height: 30px;
  background-color: #FDCA31;
 
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;

}
.why-text{
  text-align: center;
}
.why-box{
  margin: 20px 0px 20px 0px;
}
.rider-header{
  padding: 10px 0px 10px 0px;
}
.ride-box{
  width: 100%;
  background-color: white;
  padding: 20px;
 width: 100%;
 min-height: 200px;
 border-radius: 8px;
 margin-bottom: 10px;
 
}
.owl-nav {
  position: absolute;
  top: calc(50% - 50px);
  width: 100%;

}

.owl-nav div {
  position: absolute;
  top: 50%;
  font-size: 50px;
  width: 40px;
  height: 40px;
  border-radius: 50%
}

.owl-prev {
  all:initial;
  left: -40px;
  background-color: transparent !important;
  color:#FDCA30 !important;
  font-size: 50px !important;
 
}
.owl-next {
 
  all:initial;
  right: -60px;
  background-color: transparent !important;
  color:#FDCA30 !important;
  font-size: 50px !important;
 
 
}

.rating-icon{
  color:rgb(228, 228, 34);
}
.wordCarousel {
 
  font-size: 32px;
  font-weight:initial;
 
   margin-top: 50px;
      
  
}
.text-animation {
  overflow: hidden;
  position: static;
  
  height: 65px;
  padding-top: 10px;
  margin-top: -10px;
}
.animate-li {
    list-style: none;
   
    color: #FDCA31;
    
    padding: 0 10px;
    height: 45px;
    margin-bottom: 45px;
    display: block;
}

.flip2 { animation: flip2 6s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }
.flip3 { animation: flip3 8s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }
.flip4 { animation: flip4 10s cubic-bezier(0.23, 1, 0.32, 1.2) infinite; }

@keyframes flip2 {
  0% { margin-top: -180px; }
  5% { margin-top: -90px;  }
  50% { margin-top: -90px; }
  55% { margin-top: 0px; }
  99.99% { margin-top: 0px; }
  100% { margin-top: -270px; }
}

@keyframes flip3 {
  0% { margin-top: -270px; }
  5% { margin-top: -180px; }
  33% { margin-top: -180px; }
  38% { margin-top: -90px; }
  66% { margin-top: -90px; }
  71% { margin-top: 0px; }
  99.99% { margin-top: 0px; }
  100% { margin-top: -270px; }
}

@keyframes flip4 {
  0% { margin-top: -360px; }
  5% { margin-top: -270px; }
  25% { margin-top: -270px; }
  30% { margin-top: -180px; }
  50% { margin-top: -180px; }
  55% { margin-top: -90px; }
  75% { margin-top: -90px; }
  80% { margin-top: 0px; }
  99.99% { margin-top: 0px; }
  100% { margin-top: -270px; }
}
.change-form{
  padding-top: 10px;
  text-align: left !important;
}
.decline-btns{
 line-height: 30px;
}

.signup2-box {
  padding-top: 40px;
 
}
.field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.bd{
  margin:0px;padding:0px;font-size: 18px;line-height: 50px;
}
.form-error{
  color:red;
}


img {
    object-fit: cover;
}