body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    font-family: system-ui, -app, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
}

/* .position{
    background-color: white;
    position:fixed;
    top: 0px;
    right: 10px;
    left: 10px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 40px 0px 40px;
    margin-top: 0px;
    padding-top: 0px;
}

.stays {

    font-weight: 500;
    padding-left: 160px;
    cursor: pointer;


}

.experiences {
    margin-left: 10px;
    font-size: large;
    width: 130px;
    height: 50px;
    border: none;
    background-color: white;
    color: gray;
    border-radius: 30px;
    cursor: pointer;

}

.experiences:hover {
    background-color: rgb(238, 240, 243);
}

.airbnb-home {
    position: relative;
    bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    width: 130px;
    height: 50px;
    border: none;
    background-color: white;
    border-radius: 30px;
    cursor: pointer;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.airbnb-home:hover {
    background-color: rgb(238, 240, 243);
}

.language {
    border: none;
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 30px;
    cursor: pointer;

}

.language:hover {
    background-color: rgb(238, 240, 243);
}

.menu-icon {
    margin-right: 10px;
}

.login-pro {

    height: 50px;
    width: 85px;
    border: 1px solid rgb(199, 195, 195);
    background-color: white;
    border-radius: 30px;
    cursor: pointer;


}

.svg-pro {
    margin-bottom: 3px;
}

.login-pro:hover {
    box-shadow: 2px 2px 10px rgb(227, 225, 225);
}

.search-bar {
    
    display: flex;
    padding-top: 0px;
    margin: 0px auto 25px auto ;
    border: 1px solid rgb(196, 193, 193);
    box-shadow: 1px 1px 3px rgb(167, 165, 165);
    border-radius: 30px;
    height: 65px;
    max-width: 800px;
}

.serch-firststep {
    border: none;
    height: 65px;
    width: 300px;
    border-radius: 30px;
}

.serch-firststep:hover {
    background-color: rgb(235, 235, 235);

}

.serch-firststep:hover .where-input {
    background-color: rgb(235, 235, 235);

}

.where-search {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin: 15px 0px 0px 40px;
    font-size: small;

}

.where-input {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-left: 38px;
    font-weight: 500;
    font-size: 15px;
    border: none;
    outline: none;

}

.borderfirst {
    border: 1px solid rgb(224, 221, 221);
    height: 32px;
    margin-top: 15px;
}


.search-secondstep {
    border: none;
    height: 65px;
    width: 150px;
    border-radius: 30px;
}

.search-secondstep:hover {
    background-color: rgb(235, 235, 235);
}

.checkin-para {
    margin-bottom: 0px;
    margin-left: 16px;
    font-size: smaller;

}

.add-dates {
    font-size: 15px;
    margin-left: 16px;
    margin-top: 3px;
    color: gray;
}

.search-thirdstep {
    border: none;
    height: 65px;
    width: 150px;
    border-radius: 30px;
}

.search-thirdstep:hover {
    background-color: rgb(235, 235, 235);
}

.checkout-para {
    font-size: smaller;
    margin-left: 16px;
    margin-bottom: 0px;
}

.checkout-adddates {
    font-size: 15px;
    margin-left: 16px;
    margin-top: 3px;
    color: gray;
}

.search-laststep {
    display: flex;
    justify-content: space-between;
    border: none;
    height: 65px;
    width: 340px;
    border-radius: 30px;
    margin-left: 0px;
    padding-left: 0px;
}

.search-laststep:hover {
    background-color: rgb(235, 235, 235);
}

.who-para {
    font-size: smaller;
    margin-bottom: 0px;
    margin-left: 16px;

}

.addguests-para {

    padding-right: px;
    margin-left: 16px;
    margin-top: 3px;
    color: gray;
}

.svg-search {
    border: none;
    background-color: #ff0077;
    border: none;
    border-radius: 50%;
    margin: 8px 7px 8px 10px;
    padding: 5px 15px 5px 15px;
}

.svg-search:hover {
    background-color: #bc055a;

}

.svg-searchbar {
    margin-top: 9px;
    margin-left: 2px;

}

.margin{
    margin-top: 220px;
}*/
.card-div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border: none;
    gap: 20px;
    max-height: max-content;
    max-width: max-content;
    margin-top: 20px;
    
    
} 
.cards {
    border: none;
    height: 380px;
    width: 280px;
    border-radius: 30px;

}

/* .cards:hover {
    box-shadow: 3px 3px 15px rgb(188, 185, 185);
} */

.card-img {
    border: none;
    border-radius: 30px;

}

.card-para {
    display: flex;
    flex-direction: column;
    line-height: 23px;
    margin-top: 8px;
    margin-bottom: 0px;
    padding-bottom: 0px;

    width: 150px;

}

.city-para {
    display: flex;
    justify-content: space-between;
    border: 1px solid black;
}

.para {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;

}

.value {
    display: flex;
    margin-top: 7px;


}

.star {
    margin-right: 4px;
    margin-top: 3px;
}

.stay-para {
    color: gray;

}