.navbar {
  position: fixed;
  z-index: 100;
  width: 100%;
}
.nav-container {
  background: rgba(255, 255, 255, 0.5);
  border: 1px rgba(255, 255, 255, 0.5) solid;
  color: white !important;
  padding: 1px;
}
.navbar-brand img {
  width: 40px !important;
  margin: 2px;
}
.navbar a {
  font-weight: bold;
  text-shadow: rgba(18, 148, 141, 0.5);
}
.banner-image {
  background-image: url("../images/bg7.jpg");

  /* Full height */
  height: 650px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.banner-image img {
  width: 100%;
  height: 650px;
}
.banner-content {
  bottom: 55%;
  width: 80%;
  position: absolute;
  z-index: 99;
  left: 10vw !important;
  color: black;
}
.banner-text {
  position: absolute;
  display: inline-block;
  width: auto;

  /* margin-top: -10%;
    margin-left: 14%; */
}
.banner-text h1 {
  display: inline-block;
  font-size: 6vw;
  text-shadow: 0 0 1px black;
  font-weight: bolder;
}
.banner-text p {
  margin: auto;
  padding: 2px;
  font-weight: bolder;
  color: white;
  width: fit-content;
  font-size: 20px;
  /* text-shadow: 0 0 1px white; */
}
.divider {
  height: 100px;
}
.cards {
  margin: auto;
  background-color: black;
  padding: 20px;
  color: white;
  border-radius: 20px;
}
.cards .banner_title {
  font-size: 30px;
  padding: 20px;
  border-bottom: solid 2px white;
  margin: auto;
}
.cards .banner_title i {
  font-size: 120px;
  display: inline-block;
}
.cards .banner_title .extra_wrapper {
  font-size: 50px;
  color: rgb(11, 148, 140);
  font-weight: bold;
  display: inline-block;
}
.color1 {
  color: white;
}
.cards .banner_info {
  padding: 10px;
  margin: 10px;
  text-align: justify;
}

.box_phone {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  background-color: grey;
  padding: 20px;
}

.box_phone .text-img {
  margin: auto;
  padding: 20px;
}
.box_phone .text-card {
  margin: auto;
  padding: 20px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.driver-apply-div {
  float: right;
}

.sect-info {
  background-image: url("../images/rain.jpg");
  height: auto;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.sect-info {
  /* box-shadow:rgb(0, 0, 0) 0 0 6px; */
}
.sect-info h3 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Steelfish Rg", "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  position: inherit;
  color: black;
  font-size: 10vw;
  text-shadow: rgb(0, 0, 0) 0 0 10px;
  opacity: 0.7;
}
.main-about-section {  
  background: rgb(0, 0, 0);
    filter: invert();
    color: white;    
}
.main-about-section .bg-img{
    background-image: url("../images/car2.png");
    height: auto;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 30px 60px 30px;
}
.text-deco {
  color: #0dcaf0 !important;
  font-weight: bolder;
  font-size: 34px;
}

.second-col-main-about {
  overflow: hidden;
}

.div-center{ 
    position: inherit;
    margin-top: 80px;

}
.div-center p {
    text-align: justify;
}
.main-download-section{
  margin-bottom: 20px;
}
.download-phone-img{
    overflow: hidden;
    height: 400px;
    padding: 10px;
    text-align: center;

}
.download-phone-img img{
    width: 340px;
}
.download-phone-img .content{
}
.download-phone-img .qr-image {
    width: 200px;
    position: relative;
    left: 34%;
    margin-top: 20px;
}
.footer{
    margin-top: -8px;
    z-index: 5;
}