.p_card {
    position: relative;
    width: 345px;
    height: 450px;
    border: none;
    border-radius: 10px;
    margin-right: 29px;
}

.card-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}

.card-content h2 {
    margin: 0;
    font-size: 18px;
    color: #FFF;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 109.9%;
    max-width: 135px;
    margin-left: 20px;
}

.discover-button {
    padding: 8px 12px;
    color: white;
    cursor: pointer;
    border-radius: 70px;
    border: 0.5px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(7.5px);
    margin-left: 20px;
    margin-top: 20px;
}

.discover-button:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.p_upcoming {
    margin-top: 80px;
}

.p_upcoming>h5 {
    color: #000;
    font-family: 'PP Fragment', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: -12px;
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
}

.p_card_cover {
    height: 450px;
    width: -webkit-fill-available;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(148, 164, 199, 0.00) 0%, #000000 100%);
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
}

.p_group_card_mekomos {
    background-image: url('https://app.lalechet.com/assets/mekomos_hakedoshim-e82fbaf53819cec2a17ef1739a0f312afff23f8f8623953df25c02efeec6f975.png');
    margin: 10px 0px;
}

.p_group_card_group {
    background-image: url('https://app.lalechet.com/assets/group_getaways-4da809202cee30ad93f88f9c437d49e4f10b74626819b0f834b2e2b9f7b03a4d.png');
    margin: 10px 0px;

}

.p_group_card_yom_tov {
    background-image: url('https://app.lalechet.com/assets/yom_tov_getaways-cf61ca5b823ddfb081a91fb908760c78115127b3c2fecb5c018599422ae12fff.png');
    margin: 10px 0px;
}

.p_trending {
    margin-top: 80px;
}

.p_trending>h5 {
    color: #000;
    font-family: 'PP Fragment', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: -12px;
    margin-bottom: 30px;
}

.p_card_small {
    position: relative;
    width: 280px;
    height: 330px;
    border: none;
    border-radius: 10px;
    margin-right: 22px;
}

.card-content_small {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
}

.card-content_small h2 {
    margin: 0;
    font-size: 18px;
    color: #FFF;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 109.9%;
    max-width: 135px;
    margin-left: 20px;
}

.p_card_cover_small {
    height: 280px;
    width: 281px;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(148, 164, 199, 0.00) 0%, #000000 100%);
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
}

.slogan {
    color: #485061;
    font-family: "PP Fragment";
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 113.1%;
}

.trademark {
    font-size: 24px;
    vertical-align: super;
}

.left_cloud-image {
    position: absolute;
    left: -325px;
    z-index: 0;
    top: 340px;
    /* opacity: 0.4; */
}


.rooms_card-cancellation {
    padding: 12px 0;
    border-top: 1px solid #E5E7EB;
    margin-top: 16px;
}

.rooms_card-cancellation span {
    font-size: 14px;
    color: #4B5563;
    display: block;
}
