/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/

.car-bg{
    height: 90vh;
}


#car-form-h2{
        font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 1.7rem !important;
    line-height: 1.4rem;
    color: rgb(26, 26, 26);
}
#car-text, .car-text{
    width: 100%;
}
#book-food{
    padding: 5% 0;
}

.book-food{
    width: 100%;
    /* background: url('../images/images/parallex-img.jpg') no-repeat center ; */
    background: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(../images/images/parallex-img.jpg) no-repeat center;

    background-size: cover;
    background-attachment: fixed;
    background-position: cover;
    padding: 4.375rem 0;
    height: 70vh;
}
.car-para-text h2, 
.car-para-text h1,
.car-para-text p{
    color: #ffff;
}
.main-btn{
    outline: none;
    background-color: #e31e24;
    border: none;
    width: 25%;
    color: #fff;
    height: 20%;
    font-size: 1.1rem;
    transition: 0.3s ease-in-out;
}
.main-btn:hover{
    transition: 0.3s ease-in-out;
    opacity: 0.6;
    transform: scale(0.95);
}

@media(max-width:661px){
    .car-form{
        width:100%;
        height: 30vh;
    }
    .main-btn{
        width: 40%;
        height: 20%;
    }
    .safe-h1 h1{
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 25px;
        line-height: 25px;
        color: #3d474a;
    }
 .car-text{

 }

}