body * {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}


/* Mobile Navigation */
header {
    padding-top: var(--height-nav);
}

nav {
    /*width: 100%;*/
    height: var(--height-nav);
    background-color: var(--bg-menu-color);
    color: var(--text-menu-color);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
}

.navDesktop a:hover {
  color: #e9cebf;
}

.menuBurger {
    font-size: 30px;
    cursor: pointer;
    right: 0; margin: auto;
    position: absolute;
    padding-right: 30px;
    color: white;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  /*left: 0;*/
  right: 0;
  background-color: var(--bg-menu-color);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;;
  background: black;
  background-color: rgba(0, 0, 0, .45);
  backdrop-filter: blur(5px);
  text-align: left;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #e9cebf;
}

.hoverCursor:hover {
  cursor: pointer;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  margin-top: 18px;
  color: white;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/* Mobile Navigation End */



/* Site CSS start here */
#hero {
  width: 100%;
  min-height: 650px;
  /*background: url(taxi-banner.webp);*/

  background: linear-gradient(180deg, rgb(0 0 0 / 61%) 0%, rgb(0 0 0 / 72%) 100%), url(taxi-banner.webp);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}


@media only screen and (max-width: 900px){
  #hero {
    min-height: 825px;
  }
  .col {
    padding: 20px;
    }
  .heading-box  {
    padding-left: 0px !important;
    padding-top: 0px !important;
    max-width: 450px !important;

  }
}

#sidenav, .menuBurger {
  display: none;
}

@media only screen and (max-width: 900px){
  .navDesktop {
    display: none;
  }
  #sidenav, .menuBurger {
    display: block;
  }
}

nav {
  padding-top: 30px;
}

nav a {
  color: white;
  text-decoration: none;
  padding-right: 50px;
}

.heading-box {
  text-align: left;
  padding-top: 200px;

  
    padding-left: 50px;
    max-width: 650px;
    display: inline-block;
}
.heading-box h1 {
    font-weight: 600;
}

.button {
  /*display: block;*/
  margin: 5px auto;
  font-family: 'Inter', sans-serif;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  color: black;
  background-color: gold;
  width: 300px;
  max-width: 70%;
 /*  height: 50px; */
  padding: 15px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.30);
/*   box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
  box-shadow: 0px 4px 2px rgb(136 136 136 / 21%);

}










.section1 {
    /*max-height: 400px;*/
    overflow: hidden;
}

.section1 img {
    max-width: 300px;
}

.section1imgdiv {
    max-height: 400px;
    overflow: hidden;
    min-width: 35%;
    text-align: center;
}

    
@media only screen and (max-width: 900px) {
  }

.section1content {
    align-self: center !important;
    margin: 0 auto;
    margin-bottom: 50px;
}
