.pagination{
    height: 50vh;
    background-image: url('../images/find.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pagination div{
    height: 100%;
    width: 100%;
    background-color: rgba(80, 79, 79, 0.736);
    color: white;
}
/* Guide section start */
.main-guide{
    height: fit-content;
    width: 100%;
}
.guide-card{
    height: 200px;
    width: 45%;
    background-color: #f97150;
    color: white;
}
.guide-card img{
    height: 100%;
    width: 40%;
}
.guide-card div{
    height: 100%;
    width: 60%;
}
.guide-card div hr{
    width: 90%;
}

/* contact section start */
.contact{
    height: 100%;
    width: 100%;
}
.contact-left,.contact-right{
height: 100%;
width: 45%;
}
.contact-left-part{
    margin-top: 20px;
    height:max-content;
    width: 100%;
    background-color: #dcdcdc;
}
.contact-left-part img{
    height:50px;
    margin-left: 2%;
}
.contact-left-part div p{
    padding-block: 12px;
}
.contact-right{
    background-color:#dcdcdc;
    margin-top: 20px;
    padding-bottom: 15px;
}
form input{
    padding-top:15px;
    padding-bottom: 15px;
    width: calc(100% - 40px);
    margin-top: 20px;
    background-color: white;
    outline: none;
    border: none;
}
form textarea{
    margin-top: 20px;
    height: 100px;
    width: calc(100% - 40px);
    outline: none;
    border: none;
}
