#first-section{
    height: 90vh;
    width: 100%;
    background-image: url("../img/TaxiDoetinchem0625391111.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
	align-items: center;
    position: relative;
    z-index: 2;
}
.primary-btn-extra-padding {
	padding: 1.5rem 4rem !important;
}
#first-section::before{
    content: "";
    height: 100%;
    background-color: black;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: -1;
}
#intro-animated-text {
	height: 25rem;
    color: white;
}
.first-text-section{
    width: 60%;
}
.image-section{
    display: flex;
	justify-content: center;
	align-items: center;
    width: 45%;
}
.image-section img{
	width: 35rem;
	border-radius: 20px;
	margin: 2rem 0;
}

.large-Text{
	font-size: 7.2rem;
	/* font-family: 'Quicksand', sans-serif; */
	font-family: 'Dosis', sans-serif;
	/* text-align: center; */
	margin: 0.5rem auto;
	width: 85%;
	display: block;
}


#second-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5rem 0;
}
.second-section-btn-container{
    margin: 5rem 0;
}
.text-section{ 
    width: 55%;
    margin: 0 1rem;
}
.text-section p{
    margin: 1rem 0;
}

#third-section {
    margin: 5rem 0;
}
.why-us-container{
	display: flex;
	width: 90%;
	flex-wrap: wrap;
	margin: 3rem auto;
	align-content: center;
	justify-content: space-around;
}
.why-us-card{
    background-color: #e1dcdc4a;
	padding: 2rem;
	border-radius: 22px;
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
    
}
.why-us-card svg{
    width: 10vw;
    height: 10vh;
    fill: #47A992;
}

.card-big-text{
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    color: #47A992;
    text-transform: uppercase;
    margin: 1rem 0;
}

#fourth-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5rem 0;
}
#fourth-section ul{
    list-style-position: inside;
    font-family: 'Roboto', sans-serif;
    list-style-image: url('../img/circle-check-solid.svg');
}
#fourth-section ul li{
	margin: 1rem 0;
	font-size: 1.2rem;
}


@media(max-width:600px){
    /* INDEX PAGE */
    #first-section{
        flex-direction: column;
    }
    .primary-btn-extra-padding {
	padding: 1rem 2rem !important;
}
    .first-text-section {
	    width: 90%;
    }
    .btn-container {
        width: 100%;
        margin: 0px;
    }    
    .image-section {
        width: 100%;
    }    
    .primary-btn {
        font-size: 18px;
        padding: 1rem;
    }    
    .image-section img {
        width: 20rem;
    }
    #intro-animated-text {
        height: 24rem;
    }
    .large-Text {
        font-size: 4.5rem;
    	width: 90%;

    }    
    #second-section{
        flex-direction: column;
    }
    .text-section {
        width: 90%;
    }    
    .why-us-card svg {
        width: 20vw;
        height: 10vh;
    }

    #first-section{
        flex-direction: column;
    }

    .first-text-section {
	    width: 90%;
    }
    .btn-container {
        width: 100%;
        margin: 0px;
    }    
    .image-section {
        width: 100%;
    }    
    .primary-btn {
        font-size: 18px;
        padding: 1rem;
    }    
    .image-section img {
        width: 20rem;
    }
    #intro-animated-text {
        height: 24rem;
    }
    .large-Text {
        font-size: 4.5rem;
    	width: 90%;

    }    
    #second-section{
        flex-direction: column;
    }
    .text-section {
        width: 90%;
    }    
    .why-us-container {
        flex-direction: column;
    }  
    .why-us-card {
        margin: 2rem 0;
        width: 75%;
    }    
    .card-big-text {
	font-size: 1.5rem;
        
    }


}