body {
    background-color: #fbfcfc;
}

/* ----------------------- nav ----------------- */
.navbar {
    box-shadow: var(--box-shadow-1c2b3d1f);
}
/* --------------- head ------------------------- */
.searchwrap {
    display: flex;
    flex-direction: row;
    align-items: start;
    padding: 0px var(--page-padding-8);
    gap: 29px;
}

.searchbox {
    background-color: var(--color-white);
    padding: 20px;
    border-radius: 16px;
    box-shadow: var(--box-shadow-1c2b3d1f);
}

    .searchbox .head {
        display: none;
    }

    .searchbox .description {
        display: none;
    }

/* Mobile header */
.m-searchhead {
    display: none;
}

.m_actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* background-color: red; */
    padding: 12px 16px;
    gap: 16px;
}

    .m_actions button {
        display: flex;
        flex-direction: row;
        align-items: center;
        flex: 1;
        height: 40px;
        border: solid 1px #eef1f4;
        background-color: var(--color-white);
        border-radius: 100px;
        position: relative;
        align-items: center;
        justify-content: center;
        gap: 8px;
        cursor: pointer;
    }

        .m_actions button .title {
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
        }

        .m_actions button .indicator {
            position: absolute;
            background-color: var(--color-primary);
            height: 8px;
            width: 8px;
            border-radius: 10px;
            top: 8px;
            right: 15px;
        }

/* Filters */
.searchwrap .filters {
    display: flex;
    flex-direction: column;
    width: 278px;
    background-color: var(--color-white);
    padding: 16px;
    border-radius: 16px;
    box-shadow: var(--box-shadow-1c2b3d1f);
    gap: 16px;
    z-index: 2;
}

    .searchwrap .filters .head {
        display: flex;
        flex-direction: row;
    }

        .searchwrap .filters .head .back {
            display: none;
        }

        .searchwrap .filters .head .clearBox {
            display: none;
        }

        .searchwrap .filters .head .clear {
            display: none;
        }

    .searchwrap .filters .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 27px;
    }

    .searchwrap .filters .groupsBox {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .searchwrap .filters .groups {
        display: flex;
        flex-direction: column;
        border-bottom: solid 1px #d6dde6;
        padding-bottom: 16px;
        gap: 8px;
    }

        .searchwrap .filters .groups .name {
            font-size: 16px;
            font-weight: 700;
            line-height: 22px;
        }

    .searchwrap .filters .filter {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .searchwrap .filters .filter label {
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            flex: 1;
        }

        .searchwrap .filters .filter input {
            width: 20px;
            height: 20px;
        }

    .searchwrap .filters .nights {
        display: flex;
        flex-direction: row;
    }

        .searchwrap .filters .nights span {
            color: #e99b05;
            font-size: 20px;
        }

    .searchwrap .filters .groupMoreFilters {
        display: flex;
        flex-direction: column;
        gap: 8px;
        display: none;
    }

    .searchwrap .filters .showmore {
        color: var(--color-primary);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        border: none;
        background-color: transparent;
        text-align: start;
        padding: 0px;
        cursor: pointer;
    }

    .searchwrap .filters .discountsBox {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 8px;
    }

        .searchwrap .filters .discountsBox span {
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
        }

    .searchwrap .filters .priceBox {
        display: flex;
        flex-direction: row;
        gap: 12px;
        /* align-items: end; */
    }

        .searchwrap .filters .priceBox .inputBoxs {
            display: flex;
            flex-direction: row;
            flex: 1;
            gap: 12px;
        }

        .searchwrap .filters .priceBox .inputBox {
            display: flex;
            flex-direction: column;
            flex: 1;
            gap: 4px;
        }

        .searchwrap .filters .priceBox .label {
            font-size: 14px;
            font-weight: 500;
            line-height: 17px;
        }

        .searchwrap .filters .priceBox input {
            max-width: 89px;
            height: 44px;
            border: solid 1px #d6dde6;
            border-radius: 6px;
            background-color: #fbfcfc;
            padding: 12px 8px;
        }

        .searchwrap .filters .priceBox .searchBtnBox {
            display: flex;
            align-items: end;
        }

        .searchwrap .filters .priceBox .searchBtn {
            border-radius: 8px;
            width: 44px;
            height: 44px;
        }

            .searchwrap .filters .priceBox .searchBtn .icon {
                display: block;
            }

            .searchwrap .filters .priceBox .searchBtn .sbText {
                display: none;
            }

/* Search results */
.searchwrap .results {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 24px;
    margin-bottom: 80px;
}

/* result head */
.searchwrap .head {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .searchwrap .head .resultNo {
        font-size: 20px;
        font-weight: 700;
        line-height: 27px;
    }

    .searchwrap .head .actions {
        display: flex;
        flex-direction: row;
        flex: 1;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

        .searchwrap .head .actions .filterbar {
            display: flex;
            flex-direction: row;
            gap: 12px;
            flex-wrap: wrap;
        }

            .searchwrap .head .actions .filterbar .filterbox {
                display: flex;
                flex-direction: row;
                gap: 12px;
                flex-wrap: wrap;
            }

            .searchwrap .head .actions .filterbar .selectedfilter {
                display: flex;
                flex-direction: row;
                background-color: var(--color-white);
                border: solid 1px #d6dde6;
                padding: 8px 12px;
                border-radius: 100px;
                gap: 8px;
                align-items: center;
                height: 40px;
            }

.searchwrap .filterbar .selectedfilter .name {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    white-space: nowrap;
}

.searchwrap .filterbar .selectedfilter .clear {
    border-radius: 100px;
    background-color: #b0bac8;
    color: var(--color-white);
    width: 20px;
    height: 20px;
    padding: 0px;
    border: none;
    cursor: pointer;
}

    .searchwrap .filterbar .selectedfilter .clear span {
        font-size: 20px;
    }

.searchwrap .filterbar .moreFiltersWrap {
    position: relative;
}

.searchwrap .filterbar .moreFilters {
    display: flex;
    flex-direction: row;
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    border: solid 1px #d6dde6;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.searchwrap .filterbar .moreFiltersWrap .moreSelectedFilters {
    position: absolute;
    top: 44px;
    right: 0px;
    display: none;
    z-index: 2;
}

    .searchwrap .filterbar .moreFiltersWrap .moreSelectedFilters .list {
        background-color: var(--color-white);
        padding: 8px;
        display: flex;
        flex-direction: column;
        border-radius: 12px;
        box-shadow: var(--box-shadow-252A3129);
        gap: 8px;
    }

.searchwrap .filterbar .moreFilters:hover,
.searchwrap .filterbar .moreFilters:active {
    background-color: #f5f7f9;
    border: solid 1px #bac7d5;
    cursor: pointer;
}

.searchwrap .filterbar .moreActions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

    .searchwrap .filterbar .moreActions .clearAll {
        color: var(--color-primary);
        border: none;
        background-color: transparent;
    }

.searchwrap .head .actions .sort {
    display: flex;
    flex-direction: row;
    background-color: var(--color-white);
    padding: 10px 14px;
    box-shadow: var(--box-shadow-1c2b3d1f);
    border-radius: 100px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    align-items: center;
}

    .searchwrap .head .actions .sort .sortValue {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }

.searchwrap .actions .sortWrap {
    position: relative;
}

    .searchwrap .actions .sortWrap .sort {
        cursor: pointer;
    }

.sortMenu {
    position: absolute;
    top: 48px;
    right: 0px;
    display: none;
    flex-direction: column;
    z-index: 2;
}

    .sortMenu .head {
        display: none;
    }

        .sortMenu .head .title {
            font-size: 22px;
            font-weight: 600;
            line-height: 35px;
        }

    .sortMenu .list {
        background-color: var(--color-white);
        padding: 8px;
        display: flex;
        flex-direction: column;
        border-radius: 12px;
        box-shadow: var(--box-shadow-252A3129);
        gap: 8px;
    }

        .sortMenu .list .item:nth-child(1) {
            color: var(--color-primary);
        }

        .sortMenu .list .item {
            white-space: nowrap;
            padding: 12px 16px;
            height: 44px;
            min-width: 154px;
            border: solid 1px #e7ebf0;
            border-radius: 100px;
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            line-height: 20px;
            cursor: pointer;
        }

/* no result */
.searchwrap .noresult {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    padding: 32px;
    border: solid 1px #d6dde6;
    background-color: var(--color-white);
    gap: 36px;
    justify-content: center;
    align-items: center;
}

    .searchwrap .noresult .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 600px;
        gap: 16px;
        text-align: center;
    }

        .searchwrap .noresult .info .icon {
            background-color: var(--color-white);
            min-width: 64px;
            min-height: 64px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 100px;
        }

        .searchwrap .noresult .info .titleBox {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .searchwrap .noresult .info .titleBox .title {
                font-size: 18px;
                font-weight: 600;
                line-height: 22px;
            }

            .searchwrap .noresult .info .titleBox .description {
                font-size: 14px;
                font-weight: 400;
                line-height: 17px;
            }

    .searchwrap .noresult .retry {
        color: var(--color-primary);
    }

    .searchwrap .noresult .line {
        width: 100%;
        max-width: 500px;
        border-top: solid 1px #d6dde6;
    }

    .searchwrap .noresult .contacts {
        display: flex;
        flex-direction: row;
        gap: 16px;
        flex-wrap: wrap;
    }

        .searchwrap .noresult .contacts .whatsapp {
            display: flex;
            justify-content: space-between;
            background-color: #4fce5d;
            gap: 14px;
            padding: 10px 24px 10px 24px;
            border-radius: 100px;
            align-items: center;
            border: none;
            cursor: pointer;
        }

            .searchwrap .noresult .contacts .whatsapp:hover {
                background-color: #45bb52;
            }

            .searchwrap .noresult .contacts .whatsapp:active {
                background-color: #3ba346;
            }

        .searchwrap .noresult .contacts img {
            width: 24px;
            height: 24px;
        }

        .searchwrap .noresult .contacts span {
            font-size: 16px;
            font-weight: 500;
            line-height: 22px;
            color: var(--color-white);
        }

        .searchwrap .noresult .contacts .icon {
            font-size: 24px;
            color: var(--color-white);
        }

/* Results card */
.searchwrap .results .cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .searchwrap .results .cards .relatedResults {
        font-size: 20px;
        font-weight: 700;
        line-height: 27px;
    }

.otelCard {
    display: flex;
    flex-direction: row;
    border: solid 1px #e0e6ec;
    box-shadow: var(--box-shadow-1c2b3d1f);
    flex: 1;
    background-color: var(--color-white);
    border-radius: 16px;
    flex-wrap: wrap;
}

    .otelCard:hover {
        border: solid 1px #67778a;
    }

    .otelCard .details {
        display: flex;
        flex-direction: column;
        flex: 1;
        border-radius: 16px 0px 0px 16px;
    }

        .otelCard .details .infobox {
            display: flex;
            flex-direction: row;
            gap: 24px;
            padding: 16px;
            flex-wrap: wrap;
        }

            .otelCard .details .infobox .imageBox {
                width: 190px;
                position: relative;
            }

            .otelCard .details .infobox .umre-imageBox {
                width: 220px;
                height: 270px;
                position: relative;
            }

            .otelCard .details .infobox .imageBox .favorite,
            .otelCard .details .infobox .imageBox .favoriteActive {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 44px;
                height: 44px;
                position: absolute;
                z-index: 1;
                left: 10px;
                top: 10px;
                background-color: #ffffff80;
                border-radius: 100px;
                border: none;
                cursor: pointer;
            }

            .otelCard .details .infobox .imageBox .favorite {
                color: var(--color-primary-dark);
            }

            .otelCard .details .infobox .imageBox .favoriteActive {
                color: #d21c1c;
                font-variation-settings: "FILL" 1;
            }

            .otelCard .details .infobox img {
                width: 100%;
                height: 100%;
                border-radius: 12px;
                object-fit: cover;
            }

            .otelCard .details .infobox .info {
                display: flex;
                flex-direction: column;
                flex: 1;
                gap: 16px;
            }

    .otelCard .basics {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 12px;
        flex: 1;
        flex-wrap: nowrap;
        /* background-color: red; */
    }

    .otelCard .status {
        background-color: #e8f4fd;
        border-radius: 6px;
        padding: 4px 8px;
        height: 24px;
        font-size: 12px;
        font-weight: 600;
        /* line-height: 24px; */
        color: #005aa3;
        align-self: self-start;
    }

    .otelCard .basics .titleBox {
        display: flex;
        flex-direction: column;
        /* background-color: blue; */
        /* flex:1 */
    }

    .otelCard .basics .titleContainer {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .otelCard .basics .title {
        font-size: 20px;
        font-weight: 700;
        line-height: 27px;
    }

    .otelCard .basics .nights {
        display: flex;
        flex-direction: row;
        font-size: 20px;
    }

    .otelCard .details .infobox .info .nights span {
        color: #e99b05;
        font-size: 20px;
    }

    .otelCard .basics .location {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .otelCard .basics .parafBox {
        display: flex;
        flex-direction: row;
        gap: 8px;
    }

        .otelCard .basics .parafBox .desc {
            font-weight: 400;
            font-size: 12px;
            text-align: right;
            vertical-align: middle;
            max-width: 90px;
            color: #67778a;
        }

        .otelCard .basics .parafBox .parafImg {
            width: 68px;
            height: 29.37px;
            object-fit: cover;
        }

    .otelCard .details .infobox .info .reviews {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
        display: none;
    }

    .otelCard .details .infobox .info .features {
        display: flex;
        flex-direction: row;
        gap: 4px;
        flex-wrap: wrap;
    }

    .otelCard .details .infobox .info .feature {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
        white-space: nowrap;
    }

        .otelCard .details .infobox .info .feature .icon {
            font-size: 20px;
        }

        .otelCard .details .infobox .info .feature .title {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
        }

    .otelCard .details .infobox .info .roomInfo {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .otelCard .details .infobox .info .owner {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
    }

    .otelCard .details .infobox .info .otelType {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
    }

    .otelCard .details .infobox .info .freeCancelContainer {
        display: flex;
        flex-direction: row;
        align-items: start;
        gap: 5px;
    }

    .otelCard .details .infobox .info .facility {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .otelCard .details .infobox .info .cancelFree {
        font-size: 14px;
        font-weight: 700;
        line-height: 22px;
        color: #28a138;
    }

    .otelCard .details .utilities {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0px 16px 16px 16px;
        padding-top: 16px;
        border-top: solid 1px #bac7d5;
        gap: 12px;
    }

        .otelCard .details .utilities .utility {
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 6px 10px;
            background-color: #f5f5f5;
            border-radius: 6px;
            gap: 4px;
        }

            .otelCard .details .utilities .utility .title {
                font-size: 14px;
                font-weight: 600;
                line-height: 20px;
            }

            .otelCard .details .utilities .utility .icon {
                font-size: 20px;
            }

    .otelCard .details .turDatesWrap {
        display: flex;
        flex-direction: column;
        margin: 0px 16px 16px 16px;
        padding-top: 12px;
        border-top: solid 1px #bac7d5;
        gap: 4px;
    }

        .otelCard .details .turDatesWrap .turDtTitle {
            font-weight: 600;
            font-size: 12px;
            line-height: 24px;
            vertical-align: middle;
            color: var(--color-primary-dark);
        }

        .otelCard .details .turDatesWrap .turDates {
            display: flex;
            flex-direction: row;
            gap: 12px;
            flex-wrap: wrap;
        }

            .otelCard .details .turDatesWrap .turDates .turDate {
                height: 32;
                border-radius: 6px;
                gap: 4px;
                padding: 6px 10px 6px 7px;
                background-color: #f5f5f5;
                display: flex;
                flex-direction: row;
                align-items: center;
                text-decoration: none;
            }

                .otelCard .details .turDatesWrap .turDates .turDate .icon {
                    color: #343434;
                    font-size: 16px;
                }

                .otelCard .details .turDatesWrap .turDates .turDate span {
                    color: #343434;
                    font-weight: 600;
                    font-size: 14px;
                }

    .otelCard .actions {
        display: flex;
        flex-direction: column;
        padding: 16px;
        justify-content: space-between;
        /* align-items: center; */
        gap: 20px;
        /* background-color: yellow; */
    }

        .otelCard .actions .reviews {
            display: flex;
            flex-direction: column;
            align-items: end;
        }

            .otelCard .actions .reviews .rateBox,
            .otelCard .details .infobox .info .reviews .rateBox {
                display: flex;
                flex-direction: row;
                gap: 6px;
            }

                .otelCard .actions .reviews .rateBox .rateDis,
                .otelCard .details .infobox .info .reviews .rateDis {
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 28px;
                }

                .otelCard .actions .reviews .rateBox .rate,
                .otelCard .details .infobox .info .reviews .rate {
                    color: #0172cb;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 28px;
                    padding: 0px 6px;
                    background-color: #e8f4fd;
                    border: solid 1px #0172cb;
                    border-radius: 4px;
                    height: 28px;
                }

            .otelCard .actions .reviews .reviewNo,
            .otelCard .details .infobox .info .reviews .reviewNo {
                font-size: 12px;
                font-weight: 500;
                line-height: 20px;
                color: #67778a;
            }

        .otelCard .actions .reserveBox {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: end;
            gap: 12px;
        }

            .otelCard .actions .reserveBox .reserveBoxDet {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: end;
                gap: 12px;
            }

            .otelCard .actions .reserveBox .priceBox {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: end;
            }

                .otelCard .actions .reserveBox .priceBox .priceDet {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: end;
                    gap: 12px;
                }

                .otelCard .actions .reserveBox .priceBox .priceses {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: end;
                }

            .otelCard .actions .reserveBox .discount {
                background-color: #28a138;
                color: var(--color-white);
                border-radius: 4px;
                padding: 0px 6px;
                font-size: 12px;
                font-weight: 600;
                line-height: 24px;
                margin-bottom: 8px;
                height: 22px;
            }

            .otelCard .actions .reserveBox .discription {
                font-size: 14px;
                font-weight: 400;
                line-height: 24px;
                color: #000000;
            }

            .otelCard .actions .reserveBox .prePrice {
                color: #67778a;
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                text-decoration: line-through;
            }

            .otelCard .actions .reserveBox .tur-prePrice,
            .otelCard .actions .reserveBox .tur-discount {
                display: none;
            }

            .otelCard .actions .reserveBox .priceRow {
                display: flex;
                flex-direction: row;
                gap: 4px;
            }

                .otelCard .actions .reserveBox .priceRow .infoIcon {
                    border: none;
                    background-color: transparent;
                    color: #67778a;
                    position: relative;
                    z-index: 1;
                    cursor: pointer;
                }

                    .otelCard .actions .reserveBox .priceRow .infoIcon .infoToolTip {
                        position: absolute;
                        top: 35px;
                        right: -8px;
                        max-width: 400px;
                        min-width: 300px;
                        box-shadow: var(--box-shadow-252A3129);
                        background-color: var(--color-white);
                        border-radius: 8px;
                        border: solid 1px var(--color-border);
                        padding: 0px 20px;
                        display: none;
                    }

                        .otelCard .actions .reserveBox .priceRow .infoIcon .infoToolTip p {
                            font-size: 15px;
                            font-weight: 400px;
                            line-height: 20px;
                            text-align: left;
                            color: var(--color-primary-dark);
                        }

                    .otelCard .actions .reserveBox .priceRow .infoIcon .infoHang {
                        transform: rotate(45deg);
                        position: absolute;
                        top: -8px;
                        right: 18px;
                        width: 14px;
                        height: 14px;
                        border: solid 1px var(--color-border);
                        background-color: var(--color-white);
                        border-right: none;
                        border-bottom: none;
                    }

            .otelCard .actions .reserveBox .price {
                font-size: 20px;
                font-weight: 700;
                line-height: 27px;
            }

            .otelCard .actions .reserveBox .from {
                font-weight: 400;
                font-size: 12px;
                line-height: 16px;
            }

            .otelCard .actions .reserveBox .btnBox {
                display: flex;
                flex-direction: row;
                gap: 12px;
                align-items: center;
            }

                .otelCard .actions .reserveBox .btnBox .bookmark,
                .otelCard .actions .reserveBox .btnBox .bookmarkActive {
                    border: solid 1px #e7ebf0;
                    background-color: #ffffff;
                    width: 44px;
                    height: 44px;
                    border-radius: 100px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                }

                .otelCard .actions .reserveBox .btnBox .bookmark {
                    color: var(--color-primary-dark);
                }

                .otelCard .actions .reserveBox .btnBox .bookmarkActive {
                    color: var(--color-primary);
                    font-variation-settings: "FILL" 1;
                }

            .otelCard .actions .reserveBox .puanContainer {
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 4px;
                border-radius: 22px;
                padding: 6px 10px 6px 6px;
                background-image: linear-gradient(#1c2b3d, #4b73a3);
            }

                .otelCard .actions .reserveBox .puanContainer .puanBox {
                    background-color: var(--color-white);
                    width: 22px;
                    height: 22px;
                    border-radius: 100px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                .otelCard .actions .reserveBox .puanContainer .puan {
                    font-weight: 700;
                    font-size: 14px;
                    line-height: 20px;
                    color: var(--color-white);
                }

            .otelCard .actions .reserveBox .resrvInfo {
                display: flex;
                flex-direction: column;
            }

                .otelCard .actions .reserveBox .resrvInfo .stars {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 24px;
                }

                .otelCard .actions .reserveBox .resrvInfo .info {
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 24px;
                }

.offAd {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fcf3e1;
    box-shadow: var(--box-shadow-1c2b3d1f);
    padding: 8px 20px 8px 10px;
    align-items: center;
    border-radius: 12px;
    flex-wrap: wrap;
    gap: 12px;
}

    .offAd .titleBox {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

        .offAd .titleBox .iconBox {
            background-color: #e99b05;
            border-radius: 100px;
            min-width: 53px;
            height: 53px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .offAd .titleBox .iconBox span {
                color: var(--color-white);
            }

        .offAd .titleBox .title {
            font-size: 20px;
            font-weight: 400;
            line-height: 27px;
        }

    .offAd .goin {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        height: 44px;
    }

.bonus {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
}

    .bonus img {
        width: 100%;
        height: 100%;
    }

.searchwrap .results .foot {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .searchwrap .results .foot a {
        padding: 15px 24px;
    }

    .searchwrap .results .foot span {
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
        color: var(--color-primary);
    }

/* selected cards copy */

.selctedCard-container {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: flex;
    flex-direction: row;
    align-items: start;
    height: 52;
    z-index: 1;
}

.selctedCard-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 28px;
    box-shadow: var(--box-shadow-1c2b3d29);
    background: var(--color-white);
    padding: 4px 4px 4px 16px;
    border-radius: 100px;
}

.selectedCard-number {
    font-weight: 700;
    font-size: 16px;
    line-height: 19.36px;
}

.selectedCard-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
}

.selctedCard-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

.selectedCard-copy .icon {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    color: var(--color-primary-dark);
}

.selectedCard-copy .copyLabel {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-primary-dark);
}

.selectedCard-close {
    width: 40px;
    height: 40px;
}

/* bookmark */
.bookmarkWrap {
    /* background-color: red; */
    padding: 40px 16%;
}

.bookmarkactionbox {
    display: flex;
    flex-direction: row;
    gap: 12px;
}

/* tur search */
.tsCard {
    display: flex;
    flex-direction: column;
}

    .tsCard .tsDetailsBox {
        display: flex;
        flex-direction: row;
        /* align-items: end; */

        flex: 1;
        flex-wrap: wrap;
    }

    .tsCard .tsHead {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 0px 16px;
    }

        .tsCard .tsHead .tsHeadDet {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 8px;
        }

        .tsCard .tsHead .tsProgram {
            text-align: center;
            vertical-align: center;
            border-radius: 0px 0px 6px 6px;
            font-weight: 700;
            font-size: 14px;
            line-height: 22px;
            height: 28px;
            padding: 3px;
        }

        .tsCard .tsHead .economy {
            background-color: #bce2ff;
            color: #0172cb;
        }

        .tsCard .tsHead .lux {
            background-color: #e5d7b0;
            color: #695319;
        }

        .tsCard .tsHead .akitBox {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 8px;
        }

            .tsCard .tsHead .akitBox .akitText {
                width: 80px;
                font-weight: 400;
                font-size: 12px;
                line-height: 14px;
                color: #67778a;
                text-align: end;
            }

    .tsCard .tsSchedulesBox {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

        .tsCard .tsSchedulesBox .tsCompanies {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 4px;
        }

            .tsCard .tsSchedulesBox .tsCompanies .tsCompany-image {
                width: 24px;
                height: 24px;
                border-radius: 0px;
            }

            .tsCard .tsSchedulesBox .tsCompanies .tsName {
                font-weight: 400;
                font-size: 13px;
                line-height: 16px;
            }

        .tsCard .tsSchedulesBox .tsSchedules {
            display: flex;
            flex-direction: column;
        }

        .tsCard .tsSchedulesBox .tsSchedule {
            display: flex;
            flex-direction: column;
            gap: 12px;
            /* padding: 2px 0px; */
        }

        .tsCard .tsSchedulesBox .umSchedule {
            gap: 0px;
        }

        .tsCard .tsSchedulesBox .tsDet {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 8px;
        }

        .tsCard .tsSchedulesBox .tsSchedule .tsCities {
            font-weight: 600;
            font-size: 14px;
            line-height: 24px;
            white-space: nowrap;
        }

        .tsCard .tsSchedulesBox .tsSchedule .umCities {
            color: #67778a;
        }

        .tsCard .tsSchedulesBox .tsSchedule .tsDate {
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            white-space: nowrap;
        }

        .tsCard .tsSchedulesBox .tsSchedule .tsDate {
            color: #67778a;
        }

        .tsCard .tsSchedulesBox .tsSchedule .tsTransport {
            display: flex;
            padding: 4px 4px 4px 10px;
            gap: 15px;
        }

        .tsCard .tsSchedulesBox .tsSchedule .umTransport {
            flex-direction: row;
            align-items: start;
            padding: 0px;
        }

        .tsCard .tsSchedulesBox .tsSchedule .tsLine {
            width: 1px;
            height: 12px;
            border-right: solid 1px #d6dde6;
        }

        .tsCard .tsSchedulesBox .tsSchedule .umLine {
            width: 1px;
            margin: 10px 0px 10px 10px;
            height: 21px;
        }

        .tsCard .tsSchedulesBox .tsSchedule .tsIcon {
            font-size: 17px;
        }

        .tsCard .tsSchedulesBox .tsSchedule .tsDesc {
            font-weight: 400;
            font-size: 12px;
            line-height: 15px;
            color: #67778a;
        }

        .tsCard .tsSchedulesBox .tsSchedule .umDesc {
            font-weight: 700;
            font-size: 14px;
            line-height: 22px;
            color: var(--color-primary-dark);
        }
/* -------------------------------------------------------------------- */

.pdf-style {
}

    .pdf-style .otelCard {
        margin: 5px 0px 16px 0px;
        page-break-inside: avoid; /* Prevents splitting inside a card */
        break-inside: avoid; /* Modern equivalent for some browsers */
    }

@media print {
    body * {
        /* display: none; */
    }

    .navbar {
        min-width: 800px;
        padding: 0px;
        box-shadow: none;
    }

    .nav-links,
    .nav-options,
    .head,
    .nav-center,
    .bookmarkactionbox,
    .results .foot,
    footer {
        display: none !important;
    }

    .bookmarkWrap {
        /* background-color: red; */
        padding: 0px;
    }

    .otelCard {
        page-break-inside: avoid; /* Prevents splitting inside a card */
        break-inside: avoid; /* Modern equivalent for some browsers */
    }
}

@media screen and (max-width: 960px) {
    .otelCard .basics {
        flex-wrap: wrap;
        /* gap: 6px; */
    }
}

@media screen and (max-width: 600px) {
    .searchhead {
        /* display: none; */
        padding: 0px;
    }

        .searchhead .nav {
            display: none;
        }

    /* Search box  */
    .searchbox {
        display: none;
        border-radius: 0px 0px 24px 24px;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 2;
        background-color: var(--color-white);
        z-index: 21;
        padding: 0px;
    }

        .searchbox .head {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 8px 8px 8px 16px;
            box-shadow: var(--box-shadow-1c2b3d1f);
        }

            .searchbox .head .title {
                font-size: 20px;
                font-weight: 700;
                line-height: 27px;
            }

        .searchbox .inputsWrap {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 24px 16px 12px 16px;
            gap: 16px;
            border-radius: 0px 0px 24px 24px;
            /* background-color: red; */
        }

            .searchbox .inputsWrap .description {
                font-size: 28px;
                font-weight: 800;
                line-height: 33px;
                text-align: center;
                display: block;
            }

        .searchbox .inputs {
            display: flex;
            flex-direction: column;
            width: 100%;
            padding: 16px;
        }

    /* Mobile search head */
    .m-searchhead {
        display: flex;
        flex-direction: column;
        background-color: var(--color-white);
        box-shadow: var(--box-shadow-1c2b3d1f);
    }

        .m-searchhead .m_search {
            display: flex;
            flex-direction: row;
            align-items: center;
            height: 63px;
            padding: 8px 12px 8px 8px;
            gap: 12px;
        }

            .m-searchhead .m_search .details {
                display: flex;
                flex-direction: column;
                flex: 1;
            }

                .m-searchhead .m_search .details .location {
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 28px;
                }

                .m-searchhead .m_search .details .info {
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 17px;
                }

            .m-searchhead .m_search .back {
                background-color: transparent;
                border: none;
                cursor: pointer;
            }

            .m-searchhead .m_search .searchBtn {
                background-color: #f5f7f9;
                width: 40px;
                height: 40px;
                border-radius: 100px;
                border: solid 1px #e7ebf0;
                text-align: center;
                cursor: pointer;
            }

    .searchwrap {
        padding: 0px;
    }

    .m_sortWrap {
        /* background-color: red; */
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        /* z-index: 1; */
        display: none;
    }

    .m_sortContainer {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: start;
    }

    .sortMenu {
        position: auto;
        top: auto;
        left: auto;
        display: flex;
        width: 100%;
    }

        .sortMenu .head {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 16px 16px 8px 24px;
            border-radius: 12px 12px 0px 0px;
            background-color: var(--color-white);
        }

            .sortMenu .head .close {
                border: none;
                background-color: transparent;
            }

        .sortMenu .list {
            padding: 0px 16px 24px 16px;
            border-radius: 0px;
            width: 100%;
            box-shadow: none;
        }

            .sortMenu .list .item {
                text-align: start;
            }

    .searchwrap .filters {
        display: none;
        border-radius: 0px;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0px;
        left: 0px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

        .searchwrap .filters .head {
            box-shadow: var(--box-shadow-1c2b3d1f);
            height: 56px;
            align-items: center;
            justify-content: space-between;
            padding: 4px 16px 4px 12px;
            background-color: var(--color-white);
            position: fixed;
            top: 0px;
            left: 0px;
            width: 100%;
            z-index: 3;
        }

            .searchwrap .filters .head .titleBox {
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 12px;
            }

            .searchwrap .filters .head .back {
                display: block;
                border: none;
                background-color: transparent;
                cursor: pointer;
            }

            .searchwrap .filters .head .clearBox {
                display: block;
            }

            .searchwrap .filters .head .clear {
                display: block;
                border: none;
                background-color: transparent;
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                color: var(--color-primary);
                cursor: pointer;
            }

        .searchwrap .filters .groupsBox {
            padding: 56px 0px 70px 0px;
        }

        .searchwrap .filters .priceBox {
            flex-direction: column;
            /* padding-bottom: 70px; */
        }

            .searchwrap .filters .priceBox input {
                max-width: inherit;
            }

            .searchwrap .filters .priceBox .searchBtnBox {
                padding: 16px 20px;
                background-color: var(--color-white);
                position: fixed;
                /* z-index: 1; */
                bottom: 0px;
                left: 0px;
                width: 100%;
            }

            .searchwrap .filters .priceBox .searchBtn {
                width: 100%;
                border-radius: 100px;
            }

                .searchwrap .filters .priceBox .searchBtn .icon {
                    display: none;
                }

                .searchwrap .filters .priceBox .searchBtn .sbText {
                    display: block;
                }

    .searchwrap .head {
        display: none;
    }

    .searchwrap .noresult {
        gap: 26px;
        padding: 16px;
        border-radius: 0px;
        border: none;
        background-color: transparent;
    }

        .searchwrap .noresult .info .icon {
            box-shadow: var(--box-shadow-1c2b3d1f);
        }

        .searchwrap .noresult .contacts {
            flex-direction: column-reverse;
            gap: 16px;
        }

    .searchwrap .results .cards .relatedResults {
        font-size: 18px;
        font-weight: 600;
        line-height: 22px;
        text-align: center;
    }

    /*  */
    .selctedCard-container {
        right: 0px;
        bottom: 24px;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .selectedCard-copy {
        width: 44px;
        height: 44px;
    }

        .selectedCard-copy .copyLabel {
            display: none;
        }

    .tsCard .tsDetailsBox {
        flex-direction: column;
        gap: 16px;
    }

    .tsCard .tsHead .akitBox {
        flex-direction: row-reverse;
    }

        .tsCard .tsHead .akitBox .akitText {
            width: auto;
        }

    .tsCard .tsSchedulesBox .tsDet {
        /* gap: 0px; */
        flex-wrap: wrap;
    }

    .otelCard {
        flex-direction: column;
        border-radius: 0px;
    }

        .otelCard .basics {
            flex-wrap: wrap;
            /* gap: 6px; */
        }

            .otelCard .basics .parafBox {
                flex-direction: row-reverse;
            }

                .otelCard .basics .parafBox .desc {
                    text-align: left;
                    max-width: none;
                    vertical-align: center;
                    align-items: center;
                    padding-top: 6px;
                }

                .otelCard .basics .parafBox .parafImg {
                    width: 57px;
                    height: 24.81px;
                }

        .otelCard .details {
            border-radius: 0px;
        }

            .otelCard .details .infobox {
                flex-direction: column;
                gap: 8px;
                padding: 16px 16px 8px 16px;
            }

                .otelCard .details .infobox .imageBox {
                    width: 100%;
                    height: 140px;
                }

                .otelCard .details .infobox .info {
                    gap: 12px;
                    /* display: none; */
                }

                    .otelCard .details .infobox .info .reviews {
                        display: flex;
                    }

                    .otelCard .details .infobox .info .feature {
                        margin-right: 12px;
                    }

            .otelCard .details .utilities {
                display: none;
            }

            .otelCard .details .turDatesWrap {
                display: none;
            }

        .otelCard .actions {
            align-items: start;
            flex: 1;
            padding-top: 0px;
        }

            .otelCard .actions .reviews {
                display: none;
            }

            .otelCard .actions .reserveBox {
                flex-direction: row;
                width: 100%;
                flex: 1;
                justify-content: space-between;
                align-items: end;
                gap: 12px;
                flex-wrap: wrap;
            }

                .otelCard .actions .reserveBox .reserveBoxDet {
                    align-items: start;
                }

                .otelCard .actions .reserveBox .puanContainer,
                /* .otelCard .actions .reserveBox .resrvInfo, */
                .otelCard .actions .reserveBox .tur-resrvInfo,
                .otelCard .actions .reserveBox .tur-discription,
                .otelCard .actions .reserveBox .priceRow .infoIcon {
                    display: none;
                }

                .otelCard .actions .reserveBox .tur-prePrice,
                .otelCard .actions .reserveBox .tur-discount {
                    display: block;
                }

                .otelCard .actions .reserveBox .priceBox {
                    align-items: start;
                }

                    .otelCard .actions .reserveBox .priceBox .priceDet {
                        /* flex-direction: column-reverse; */
                        align-items: start;
                        gap: 0px;
                    }

                    .otelCard .actions .reserveBox .priceBox .priceses {
                        align-items: start;
                    }

    .offAd {
        margin: 0px 16px;
    }

        .offAd .titleBox .iconBox {
            min-width: 48px;
            height: 48px;
        }

        .offAd .titleBox .title {
            font-size: 16px;
            font-weight: 400;
            line-height: 22px;
        }

        .offAd .goin {
            width: 100%;
        }

    .bonus {
        margin: 0px 16px;
    }
}
