.reserve-first-section>nav{
    background-color:transparent !important;
    position: absolute;
    top: 0;
    width: 100%;
}
.reserve-first-section{
    background-image: url('../img/Home-Taxi-Hoogland.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: relative;
    z-index: 2;
}
.reserve-first-section:before{
    content: "";
    height: 100%;
	background-color: rgb(0, 0, 0);
    opacity: 0.4;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.reserve-first-section .container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.reserve-first-section .container h1{
    font-size: 100px ;
}
.reserve-second-section{
    /* background: linear-gradient(to bottom right, #0e395d, #185b93, skyblue); */
    /* background-color: #027bde; */
    background: #347928;
    padding: 2rem;
    border-radius: 10px;
    color: white;
    margin: 3rem 5rem;
}


/* reserve - Section 3 */
.reserve-third-section{
    padding: 3rem 0;
    text-align: start;
}
.reserve-third-section-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
.reserve-third-section-container section{
    margin:2rem 0; 
    width:45%; 
    color:rgb(35 0 100);
}



@media only screen and (max-width:500px){
    .reserve-first-section .container h1{
    font-size: 60px;
    text-align: center;
}
    .heading-text {
        font-size: 1.9rem;
        margin: 1rem 0;
    }  
    .reserve-second-section{
        padding: 10px;
        margin: 20px 10px;
    }
    .reserve-third-section-container {
        flex-direction: column;
    }
    .reserve-third-section-container section{
        width: 95%;
        margin: 1.5rem auto;
    }
}