
.book-sor {
    padding: 80px 0;
}

.book-con {
    display: flex;
    justify-content: space-between;
}

.book-area {
    width: 32%;
    background-color: #FFF4F4;
    box-shadow: 0px 4px 10px #b2b2b2;
}

.book-text h1 {
    color: #222222;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.book-bot-area {
    display: flex;
    gap: 20px;
}
.book-text p {
    color: #474341;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.book-img img{
    width: 100%;
}

.book-tot-area{
    padding: 30px;
}

.book-bot {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

/* end book-sor */

.contact-con{
    width: 73%;
    background-color: #F5F5F5;
    margin: 0 auto;
    padding: 40px;
}

.pop-form{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    padding: 10px 20px;
}
.cont-input-pop{
    width: 47%;
    height: 50px;
    padding: 10px 10px;
}

.inp-area {
    margin-bottom: 45px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inp-area input {
    width: 47%;
    height: 50px;
    padding: 0px 20px;
    border: 1px solid #222;
    outline: none;
    border-radius: 5px;
}
#cars-1 {
    width: 47%;
    height: 50px;
    color: #222;
    padding: 0px 10px;
    border: 1px solid #222;
    outline: none;
    border-radius: 5px;
}

textarea{
    width: 47%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #222; 
    outline: none;
    border-radius: 5px;
}

.contact-con{
    text-align: center;
}

.contact-con h1{
    color: #000000;
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
}

.contact{
    position: relative;
    margin-bottom: 80px;
}

.cont-bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}


.cont-bg img{
 width: 100%;
 height: 420px;
}

.enq-bt{
    border: 1px solid #222;
    border-radius: 30px;
    padding: 10px 30px;
    color: #222;
    display: inline-block;
    font-weight: 600;
}
.enq-bt:hover{
    border: 1px solid #003487;
    background-color: #003487;
    color: #fff;
}
button{
    border: none;
}

















