#block-search,
#block-search *,
.block-search-wrapper,
.block-search-wrapper * {
    box-sizing: border-box;
}

.block-search-wrapper {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}

.block-search-wrapper--main {
    padding: 0;
}

#block-search {
    width: calc(100% - 30px);
    max-width: 1296px;
    margin: 0 auto;
    background: rgba(27, 27, 27, 0.3);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    backdrop-filter: blur(13px);
}

.block-search-wrapper--main #block-search {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
}

.be-container {
    padding: 0 30px;
}

.saeed.cs_parallax_slider,
.saeed .cs_hero.cs_style_1 {
    height: auto !important;
    max-height: none;
    min-height: 100vh;
}

.saeed .cs_hero.cs_style_1 {
    padding-bottom: 200px;
}

@media screen and (max-width: 944px) {
    .saeed .cs_hero.cs_style_1 {
        padding-bottom: 270px;
    }
}

@media screen and (max-width: 446px) {
    .block-search-wrapper--main {
        margin-top: 345px;
    }
    .block-search-wrapper--main #block-search {
        background: rgba(27, 27, 27, 0.7);
        border-radius: 0;
        backdrop-filter: blur(1px);
    }

    .saeed .cs_hero.cs_style_1 {
        padding-bottom: 430px;
    }
}

.saeed_title {
    margin-top: 0 !important;
}

.be-booking-link {
    display: block;
    width: fit-content;
    padding: 8px 30px;
    margin: 15px 0;
    font-family: "Roboto", "Arial", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    background-color: #407474;
    border-radius: 3px;
}

.be-booking-link:hover {
    color: #ffffff;
    background-color: #4f8e8e;
}

.be-wrapper {
    padding: 30px 0;
}

#tl-booking-cart {
    z-index: 1 !important;
}

.booking-page .cs_social_btns,
.booking-page .cs_footer_map {
    display: none !important;
}

.booking-page .cs_hero.cs_style_1 {
    min-height: 500px;
    max-height: 500px;
}

.be-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 10px 0 30px;
    font-family: "Poppins", sans-serif;
}

.be-price__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 25px;
    font-weight: 400;
    line-height: 38px;
    color: #000000;
}

@media screen and (max-width: 480px) {
    .be-price__details {
        font-size: 21px;
        line-height: 30px;
    }
}

.be-price__details strong {
    color: #407474;
}

.be-price__info {
    word-wrap: nowrap;
}

.be-price__link {
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.be-price__link:hover {
    text-decoration: none;
}
