* {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body {
    background-color: #171616;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

p {
    margin: 0;
    padding: 0;
}

.top-space-b {
    margin-top: 73px;
}

.container {
    width: 1300px;
    max-width: 100%;
}

.search-bar {
    background-color: #222;
    margin-top: 73px;
    padding: 15px;
}

    .search-bar .search-container {
        width: 800px;
        margin: 0 auto;
        max-width: 100%;
        display: flex;
        border-radius: 10px;
        border: 2px solid #fff;
        background: #000;
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25) inset;
        padding: 13px 15px;
    }

        .search-bar .search-container input {
            width: calc(100% - 18px);
            background-color: transparent;
            color: #fff;
        }

            .search-bar .search-container input:focus {
                outline: none;
                box-shadow: none;
            }

            .search-bar .search-container input::placeholder {
                color: #eee;
            }

        .search-bar .search-container button {
            width: 18px;
            color: #fff;
            background-color: transparent;
        }

            .search-bar .search-container button img {
                width: 18px;
            }

.search-bar {
    position: relative;
}

/* suggestion box */
.search-suggestions {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 800px;
    margin: 10px auto 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    display: none;
    z-index: 999;
    overflow: hidden;
    right: 0;
    text-align: start;
    margin-top: 0;
}

    .search-suggestions p {
        line-height: 20px;
        margin: 10px 0 !important;
        font-size: 20px;
    }

.suggestion-content {
    width: calc(100% - 60px);
}
/* item */
.suggestion-item a {
    display: flex;
    gap: 12px;
    padding: 12px;
    cursor: pointer;
    transition: 0.2s;
    border-bottom: 1px solid #f1f1f1;
}

.suggestion-item:hover {
    background: #f9f9f9;
}
/* image */
.suggestion-item img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
    overflow: hidden;
}
/* content */
.suggestion-content h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    word-break: break-word;
}

.suggestion-content p {
    margin: 2px 0 0 !important;
    font-size: 13px !important;
    color: #777 !important;
}

.suggestion-content small {
    color: #000;
}

.main-dinn-content .search-bar {
    margin: 0;
    background: transparent;
    padding: 0;
}

.main-dinn {
    margin-top: 73px;
}


    .main-dinn .main-dinn-content.one .search-bar button {
        margin-top: 3px;
    }

.main-dinn-content.one .search-bar .search-container {
    margin-bottom: 20px;
}
/* mobile */
@media (max-width: 576px) {
    .search-suggestions {
        width: 95%;
    }

    .suggestion-item img {
        width: 50px;
        height: 50px;
    }
}

.main-dinn {
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #171616;
    padding: 30px 0;
}

    .main-dinn .main-dinn-content {
        padding: 41px 63px;
        border-radius: 30px;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
        color: #fff;
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
    }

        .main-dinn .main-dinn-content.one {
            padding: 45px 15px;
            position: relative;
            z-index: 2;
        }

            .main-dinn .main-dinn-content.one button {
                border: none;
                background: transparent;
                padding: 0;
                margin: 0 auto;
                display: flex;
                align-items: center;
                gap: 10px;
                margin-top: 40px;
            }

                .main-dinn .main-dinn-content.one button span {
                    font-size: 36px;
                }

        .main-dinn .main-dinn-content h1 {
            font-size: 40px;
            margin-bottom: 40px;
            font-family: "Jost", sans-serif;
            width: 706px;
            margin: 0 auto;
            max-width: 100%;
        }

            .main-dinn .main-dinn-content h1 span {
                font-family: 'Cream Cake Bold - Personal Use';
            }

                .main-dinn .main-dinn-content h1 span:first-child {
                    color: #FFB25D;
                }

                .main-dinn .main-dinn-content h1 span:nth-child(2) {
                    color: #6CD3FF;
                }

                .main-dinn .main-dinn-content h1 span:nth-child(3) {
                    color: #B4FF80;
                }

                .main-dinn .main-dinn-content h1 span:nth-child(4) {
                    color: #FF645E;
                }

                .main-dinn .main-dinn-content h1 span:nth-child(5) {
                    color: #FF6CAA;
                }

        .main-dinn .main-dinn-content p {
            font-size: 24px;
            margin-top: 10px;
        }

.resto-section {
    padding-top: 200px;
    margin-top: -200px;
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}

    .resto-section::before {
        width: 119%;
        height: 100%;
        border-radius: 3000px 3000px 0 0;
        position: absolute;
        left: -10%;
        top: 0;
        right: 0;
        content: '';
        background: #222;
        z-index: 0;
    }

    .resto-section .head {
        margin-bottom: 60px;
    }

        .resto-section .head h2 {
            color: #FFF;
            font-size: 40px;
            width: 1000px;
            max-width: 100%;
            margin: 0 auto;
            text-align: center;
        }

    .resto-section .container {
        position: relative;
        z-index: 1;
    }

    .resto-section .resto-content {
        border-radius: 20px;
        background: rgba(0, 0, 0, 0.5);
        overflow: hidden;
        padding: 20px;
        color: #fff;
        margin-bottom: 20px;
    }

        .resto-section .resto-content img {
            width: 100%;
            height: 195px;
            object-fit: cover;
            border-radius: 10px;
            overflow: hidden;
        }

        .resto-section .resto-content h4 {
            color: #fff;
            font-size: 24px;
            margin-top: 15px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

        .resto-section .resto-content .rating {
            display: flex;
            align-items: center;
            margin: 15px 0;
        }

            .resto-section .resto-content .rating .rat {
                border-radius: 3px;
                background: #49B200;
                color: #fff;
                padding: 2px 5px;
                font-size: 14px;
                display: flex;
                align-items: center;
            }

                .resto-section .resto-content .rating .rat img {
                    width: 16px;
                    margin-left: 2px;
                }

                .resto-section .resto-content .rating .rat p {
                    padding: 0;
                    color: #fff;
                }

            .resto-section .resto-content .rating p {
                padding-left: 10px;
                color: #fff;
            }

        .resto-section .resto-content .location {
            font-size: 16px;
        }

            .resto-section .resto-content .location p {
                color: #fff;
            }

            .resto-section .resto-content .location span {
                display: flex;
                margin-top: 5px;
            }

                .resto-section .resto-content .location span::after {
                    content: "";
                    clear: both;
                    display: table;
                }

                .resto-section .resto-content .location span img {
                    width: 16px;
                    height: 16px;
                    margin-top: 4px;
                    margin-right: 2px;
                    float: left;
                }

                .resto-section .resto-content .location span label {
                    width: calc(100% - 16px);
                    float: left;
                    padding-left: 2px;
                    color: #fff;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    white-space: nowrap;
                }

.more-suggestions {
    padding: 80px 0;
    background: #000;
}

    .more-suggestions .head {
        margin-bottom: 20px;
    }

        .more-suggestions .head h2 {
            text-align: center;
            color: #FFF;
            font-size: 40px;
        }

    .more-suggestions .more-suggestions-content {
        margin-bottom: 15px;
    }

        .more-suggestions .more-suggestions-content img {
            border-radius: 20px;
            overflow: hidden;
            width: 100%;
            height: 100%;
        }

        .more-suggestions .more-suggestions-content .box-area {
            padding: 20px;
            border-radius: 20px;
            background: #000;
            text-align: center;
            width: calc(100% - 40px);
            margin: 0 auto;
            margin-top: -32px;
            position: relative;
            z-index: 1;
        }

            .more-suggestions .more-suggestions-content .box-area h3 {
                color: #FFF;
                font-size: 24px;
            }

            .more-suggestions .more-suggestions-content .box-area span {
                border-radius: 3px;
                background: #148EC2;
                display: inline-flex;
                margin: 0 auto;
                align-items: center;
                gap: 5px;
                padding: 0 5px;
                margin-top: 5px;
            }

                .more-suggestions .more-suggestions-content .box-area span p {
                    color: #FFF;
                    font-size: 14px;
                }

    .more-suggestions button {
        border: none;
        background: transparent;
        padding: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 40px;
    }

        .more-suggestions button span {
            font-size: 20px;
        }

.deal-section {
    padding: 100px 0;
}

    .deal-section .deal-container {
        padding-right: 10px;
    }

        .deal-section .deal-container h4 {
            color: #FFB25D;
            font-size: 50px;
            font-family: 'Cream Cake Bold - Personal Use';
            display: flex;
            align-items: center;
        }

            .deal-section .deal-container h4 p {
                color: #FFB25D;
                font-size: 50px;
            }

            .deal-section .deal-container h4 span {
                font-family: "Jost", sans-serif;
                font-size: 30px;
                padding-left: 11px;
            }

        .deal-section .deal-container p {
            font-size: 20px;
            color: #fff;
        }

    .deal-section .img-area {
        background: #FFB25D;
        padding: 20px;
        padding-bottom: 40px;
        transform: rotate(15deg);
    }

        .deal-section .img-area img {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

    .deal-section .in-se .img-area {
        transform: rotate(-15deg);
        background: #6CD3FF;
    }

    .deal-section .in-se .deal-container {
        padding-left: 20px;
    }

        .deal-section .in-se .deal-container h4 {
            color: #6CD3FF;
        }

.links-se {
    padding: 20px 0;
}

    .links-se ul {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .links-se ul li {
            color: #999;
            font-size: 16px;
        }

            .links-se ul li a {
                color: #fff;
            }

.photo-area .img-area {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

    .photo-area .img-area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .photo-area .img-area .view-all-photo {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px;
        background-color: #fff;
        border-radius: 3px;
        width: 170px;
        max-width: 100%;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }

        .photo-area .img-area .view-all-photo p {
            color: #000;
            font-size: 16px;
        }

.resto-detail {
    padding-top: 20px;
}

    .resto-detail .resto-info-area-ye {
        border-radius: 20px;
        background: #000;
        padding: 30px;
        color: #FFF;
    }

        .resto-detail .resto-info-area-ye h2 {
            font-size: 48px;
            color: #FFF;
            word-break: break-word;
        }

        .resto-detail .resto-info-area-ye .venue-info {
            padding: 15px 0;
        }

            .resto-detail .resto-info-area-ye .venue-info ul {
                display: flex;
                align-items: center;
                gap: 10px;
            }

                .resto-detail .resto-info-area-ye .venue-info ul li {
                    border-right: 2px solid #fff;
                    padding-right: 10px;
                    color: #fff;
                }

                    .resto-detail .resto-info-area-ye .venue-info ul li:last-child {
                        border-right: none;
                        padding-right: 0;
                    }

                    .resto-detail .resto-info-area-ye .venue-info ul li span {
                        color: #62F000;
                    }

                    .resto-detail .resto-info-area-ye .venue-info ul li .rated-main {
                        display: flex;
                        align-items: center;
                        gap: 10px;
                    }

                    .resto-detail .resto-info-area-ye .venue-info ul li .rat {
                        border-radius: 3px;
                        background: #49B200;
                        color: #fff;
                        padding: 2px 5px;
                        font-size: 14px;
                        display: flex;
                        align-items: center;
                    }

                        .resto-detail .resto-info-area-ye .venue-info ul li .rat img {
                            width: 16px;
                            margin-left: 2px;
                        }

                        .resto-detail .resto-info-area-ye .venue-info ul li .rat p {
                            padding: 0;
                            color: #fff;
                        }

        .resto-detail .resto-info-area-ye .location p {
            font-size: 18px;
        }

        .resto-detail .resto-info-area-ye .location span {
            display: flex;
            margin-top: 5px;
        }

            .resto-detail .resto-info-area-ye .location span::after {
                content: "";
                clear: both;
                display: table;
            }

            .resto-detail .resto-info-area-ye .location span img {
                width: 16px;
                margin-right: 2px;
                float: left;
            }

            .resto-detail .resto-info-area-ye .location span p {
                width: calc(100% - 16px);
                float: left;
                padding-left: 2px;
                color: #fff;
            }

        .resto-detail .resto-info-area-ye .action-btns a, .resto-detail .resto-info-area-ye .action-btns button {
            border: none;
            border-radius: 5px;
            background: #F5F5F5;
            padding: 10px 15px;
            color: #000;
            font-size: 14px;
            display: flex;
            align-items: center;
            text-align: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 15px;
            width: 100%;
            white-space: nowrap;
        }

            .resto-detail .resto-info-area-ye .action-btns a span, .resto-detail .resto-info-area-ye .action-btns button span {
                font-size: 16px;
                color: #fff;
            }

            .resto-detail .resto-info-area-ye .action-btns a img, .resto-detail .resto-info-area-ye .action-btns button img {
                width: 16px;
            }

    .resto-detail .book-table {
        border-radius: 20px;
        border-right: 1px solid #444;
        border-left: 1px solid #444;
        background: #222;
        padding: 30px;
        color: #fff;
    }

        .resto-detail .book-table .head {
            border: none;
            background: transparent;
            padding: 0;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }

            .resto-detail .book-table .head span {
                font-size: 28px;
                color: #fff;
            }

        .resto-detail .book-table .date-range {
            display: flex;
            gap: 10px;
        }

            .resto-detail .book-table .date-range::after {
                content: "";
                clear: both;
                display: table;
            }

            .resto-detail .book-table .date-range .date-input {
                width: 50%;
                float: left;
            }

                .resto-detail .book-table .date-range .date-input p {
                    font-size: 18px;
                }

                .resto-detail .book-table .date-range .date-input select {
                    width: 100%;
                    padding: 5px 10px;
                    border-radius: 5px;
                    background: #fff;
                    color: #000;
                    border: 1px solid #444;
                    margin-top: 5px;
                }

                    .resto-detail .book-table .date-range .date-input select:focus {
                        outline: none;
                        box-shadow: none;
                    }

        .resto-detail .book-table .btn-primary {
            border: none;
            border-radius: 5px;
            background: #58469C;
            padding: 14px 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            margin-top: 20px;
        }

            .resto-detail .book-table .btn-primary span {
                font-size: 16px;
                color: #fff;
            }

    .resto-detail .up-head {
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: 28px;
        color: #fff;
        margin-bottom: 20px;
        border-bottom: 1px solid #444;
    }

        .resto-detail .up-head a {
            display: flex;
            align-items: center;
            padding: 20px;
            gap: 15px;
            border-bottom: 2px solid #fff;
        }

            .resto-detail .up-head a p {
                font-size: 16px;
                color: #fff;
            }

    .resto-detail .resto-offer-area .offer-list {
        border-radius: 20px;
        border-bottom: 1px solid #444;
        padding: 30px;
    }

        .resto-detail .resto-offer-area .offer-list .offer-item h4 {
            color: #fff;
            font-size: 24px;
        }

        .resto-detail .resto-offer-area .offer-list .offer-item p {
            font-size: 18px;
            color: #FFF;
        }

        .resto-detail .resto-offer-area .offer-list .offer-item .offer-wrap {
            display: flex;
            gap: 10px;
            padding-top: 20px;
            flex-wrap: wrap;
        }

            .resto-detail .resto-offer-area .offer-list .offer-item .offer-wrap .offer-head {
                position: relative;
                padding: 10px;
                background: #FA9F3B;
                overflow: hidden;
            }

                .resto-detail .resto-offer-area .offer-list .offer-item .offer-wrap .offer-head .corner div {
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    background-color: #171616;
                    position: absolute;
                    top: -15px;
                    left: -15px;
                }

                    .resto-detail .resto-offer-area .offer-list .offer-item .offer-wrap .offer-head .corner div:nth-child(2) {
                        bottom: -15px;
                        top: unset;
                    }

                    .resto-detail .resto-offer-area .offer-list .offer-item .offer-wrap .offer-head .corner div:nth-child(3) {
                        left: unset;
                        right: -15px;
                    }

                    .resto-detail .resto-offer-area .offer-list .offer-item .offer-wrap .offer-head .corner div:nth-child(4) {
                        bottom: -15px;
                        left: unset;
                        top: unset;
                        right: -15px;
                    }

                .resto-detail .resto-offer-area .offer-list .offer-item .offer-wrap .offer-head .offer-cont {
                    position: relative;
                    z-index: 2;
                    border-radius: 10px;
                    background: #FA9F3B;
                    color: #FFF;
                    font-size: 16px;
                    border: 2px solid #000;
                    padding: 10px;
                }

                    .resto-detail .resto-offer-area .offer-list .offer-item .offer-wrap .offer-head .offer-cont h5 {
                        margin-bottom: 0px;
                        font-size: 16px;
                    }

                    .resto-detail .resto-offer-area .offer-list .offer-item .offer-wrap .offer-head .offer-cont p {
                        font-size: 16px;
                    }

    .resto-detail .resto-offer-area .about-resto-detail {
        border-radius: 20px;
        border-bottom: 1px solid #444;
        padding: 30px;
    }

        .resto-detail .resto-offer-area .about-resto-detail h4 {
            font-size: 24px;
            color: #fff;
        }

        .resto-detail .resto-offer-area .about-resto-detail .detail-ae {
            padding-top: 30px;
        }

            .resto-detail .resto-offer-area .about-resto-detail .detail-ae h6 {
                font-size: 18px;
                color: #fff;
                margin-bottom: 20px;
                display: flex;
                align-items: center;
                gap: 5px;
            }

                .resto-detail .resto-offer-area .about-resto-detail .detail-ae h6 svg {
                    width: 16px;
                }

                .resto-detail .resto-offer-area .about-resto-detail .detail-ae h6 span {
                    font-weight: 600;
                }

            .resto-detail .resto-offer-area .about-resto-detail .detail-ae p {
                font-size: 18px;
                color: #ccc;
                margin-bottom: 20px;
            }

            .resto-detail .resto-offer-area .about-resto-detail .detail-ae ul {
                display: flex;
                flex-wrap: wrap;
                gap: 10px 0;
                width: 311px;
                max-width: 100%;
            }

                .resto-detail .resto-offer-area .about-resto-detail .detail-ae ul::after {
                    content: "";
                    clear: both;
                    display: table;
                }

                .resto-detail .resto-offer-area .about-resto-detail .detail-ae ul li {
                    width: 50%;
                    float: left;
                    font-size: 18px;
                    color: #ccc;
                }

    .resto-detail .resto-offer-area .menu-show {
        color: #fff;
        border-radius: 20px;
        border-bottom: 1px solid #444;
        padding: 30px;
    }

        .resto-detail .resto-offer-area .menu-show h4 {
            font-size: 24px;
        }

        .resto-detail .resto-offer-area .menu-show p {
            font-size: 16px;
            font-weight: 400;
        }

        .resto-detail .resto-offer-area .menu-show ul {
            display: flex;
            flex-wrap: wrap;
            gap: 10px 30px;
            padding-top: 30px;
            max-width: 100%;
        }

            .resto-detail .resto-offer-area .menu-show ul::after {
                content: "";
                clear: both;
                display: table;
            }

            .resto-detail .resto-offer-area .menu-show ul li {
                font-size: 18px;
                color: #ccc;
            }

                .resto-detail .resto-offer-area .menu-show ul li img {
                    width: 200px;
                    max-width: 100%;
                    height: auto;
                }

                .resto-detail .resto-offer-area .menu-show ul li .menj-wrap {
                    color: #ccc;
                    background: #444;
                    padding: 10px 8px;
                    text-align: center;
                }

                    .resto-detail .resto-offer-area .menu-show ul li .menj-wrap h6 {
                        font-size: 20px;
                        margin-bottom: 5px;
                    }

                    .resto-detail .resto-offer-area .menu-show ul li .menj-wrap p {
                        font-size: 16px;
                        font-weight: 400;
                    }

    .resto-detail .resto-offer-area .review-section {
        color: #fff;
        border-radius: 20px;
        border-bottom: 1px solid #444;
        padding: 30px;
        margin-bottom: 60px;
    }

        .resto-detail .resto-offer-area .review-section h4 {
            font-size: 24px;
        }

        .resto-detail .resto-offer-area .review-section .all-rated-ce {
            display: flex;
            align-items: center;
            padding: 30px 0;
        }

            .resto-detail .resto-offer-area .review-section .all-rated-ce .rated {
                border-radius: 3px;
                background: #49B200;
                color: #fff;
                padding: 2px 5px;
                font-size: 14px;
                display: flex;
                align-items: center;
            }

                .resto-detail .resto-offer-area .review-section .all-rated-ce .rated p {
                    padding: 0;
                    padding-right: 5px;
                }

            .resto-detail .resto-offer-area .review-section .all-rated-ce p {
                font-size: 20px;
                padding-left: 10px;
            }

        .resto-detail .resto-offer-area .review-section .up-head-line {
            background: #444;
            padding: 20px;
            border-radius: 10px;
        }

            .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review {
                display: flex;
                justify-content: space-between;
                padding-bottom: 20px;
            }

                .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review::after {
                    content: "";
                    clear: both;
                    display: table;
                }

                .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review .user-img {
                    float: left;
                    width: calc(100% - 50px);
                }

                    .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review .user-img::after {
                        content: "";
                        clear: both;
                        display: table;
                    }

                    .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review .user-img .img-area {
                        width: 40px;
                        height: 40px;
                        border-radius: 50%;
                        overflow: hidden;
                        float: left;
                    }

                        .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review .user-img .img-area img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                        }

                    .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review .user-img .cont-user {
                        width: calc(100% - 40px);
                        float: left;
                        padding-left: 10px;
                    }

                        .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review .user-img .cont-user h6 {
                            font-size: 18px;
                        }

                        .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review .user-img .cont-user p {
                            font-size: 16px;
                            font-weight: 400;
                        }

                .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review .rated-by {
                    width: 50px;
                    float: left;
                }

                    .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review .rated-by .rat-in {
                        border-radius: 3px;
                        background: #49B200;
                        color: #fff;
                        padding: 2px 5px;
                        font-size: 14px;
                        display: flex;
                        align-items: center;
                    }

                        .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review .rated-by .rat-in p {
                            padding: 0;
                            padding-right: 5px;
                        }

            .resto-detail .resto-offer-area .review-section .up-head-line p {
                font-size: 16px;
                font-weight: 400;
            }

        .resto-detail .resto-offer-area .review-section .owl-nav {
            top: 46%;
            position: absolute;
            width: 100%;
        }

            .resto-detail .resto-offer-area .review-section .owl-nav .owl-prev {
                position: absolute;
                left: 0px;
                margin-left: -30px;
            }

            .resto-detail .resto-offer-area .review-section .owl-nav .owl-next {
                position: absolute;
                right: 0px;
                margin-right: -30px;
            }

    .resto-detail .map-area-loc {
        border-radius: 20px;
        border-right: 1px solid #444;
        border-left: 1px solid #444;
        background: #222;
        padding: 20px;
        color: #fff;
    }

        .resto-detail .map-area-loc h4 {
            font-size: 28px;
            color: #FFF;
        }

        .resto-detail .map-area-loc iframe {
            width: 100%;
            height: 200px;
            border: none;
        }

        .resto-detail .map-area-loc h6 {
            font-size: 24px;
            margin-bottom: 2px;
            padding-top: 20px;
            word-break: break-word;
        }

        .resto-detail .map-area-loc p {
            font-size: 18px;
        }

        .resto-detail .map-area-loc .get-loc a {
            border: none;
            border-radius: 0px;
            background: transparent;
            padding: 14px 0px;
            display: flex;
            align-items: center;
            gap: 10px;
            width: 100%;
            border-top: 1px solid #444;
            border-bottom: 1px solid #444;
            margin: 20px 0;
        }

            .resto-detail .map-area-loc .get-loc a span {
                font-size: 16px;
                color: #fff;
            }

            .resto-detail .map-area-loc .get-loc a img {
                width: 16px;
            }

        .resto-detail .map-area-loc .phone-call-bt a {
            font-size: 18px;
            color: #fff;
            padding-left: 6px;
        }

.booking-detail-section {
    padding: 20px 0;
    padding-bottom: 90px;
    color: #fff;
}

    .booking-detail-section .back-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

        .booking-detail-section .back-btn p {
            font-size: 28px;
        }

    .booking-detail-section .resto-detail-all {
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        padding: 30px;
        border-radius: 20px;
        overflow: hidden;
        margin-top: 22px;
        margin-bottom: 20px;
    }

        .booking-detail-section .resto-detail-all::after {
            content: "";
            clear: both;
            display: table;
        }

        .booking-detail-section .resto-detail-all .img-area {
            width: 140px;
            float: left;
        }

            .booking-detail-section .resto-detail-all .img-area img {
                width: 140px;
                height: 140px;
                overflow: hidden;
                object-fit: cover;
                border-radius: 10px;
            }

        .booking-detail-section .resto-detail-all .right-side-content {
            width: calc(100% - 140px);
            float: left;
            padding-left: 15px;
        }

            .booking-detail-section .resto-detail-all .right-side-content h2 {
                font-size: 36px;
                color: #FFF;
                line-height: 31px;
            }

            .booking-detail-section .resto-detail-all .right-side-content .venue-info {
                padding: 15px 0;
            }

                .booking-detail-section .resto-detail-all .right-side-content .venue-info ul {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                }

                    .booking-detail-section .resto-detail-all .right-side-content .venue-info ul li {
                        border-right: 2px solid #fff;
                        padding-right: 10px;
                        color: #fff;
                    }

                        .booking-detail-section .resto-detail-all .right-side-content .venue-info ul li:last-child {
                            border-right: none;
                            padding-right: 0;
                        }

                        .booking-detail-section .resto-detail-all .right-side-content .venue-info ul li span {
                            color: #62F000;
                        }

                        .booking-detail-section .resto-detail-all .right-side-content .venue-info ul li .rated-main {
                            display: flex;
                            align-items: center;
                            gap: 10px;
                        }

                        .booking-detail-section .resto-detail-all .right-side-content .venue-info ul li .rat {
                            border-radius: 3px;
                            background: #49B200;
                            color: #fff;
                            padding: 2px 5px;
                            font-size: 14px;
                            display: flex;
                            align-items: center;
                        }

                            .booking-detail-section .resto-detail-all .right-side-content .venue-info ul li .rat img {
                                width: 16px;
                                margin-left: 2px;
                            }

                            .booking-detail-section .resto-detail-all .right-side-content .venue-info ul li .rat p {
                                padding: 0;
                                color: #fff;
                            }

            .booking-detail-section .resto-detail-all .right-side-content .location p {
                font-size: 18px;
            }

            .booking-detail-section .resto-detail-all .right-side-content .location span {
                display: flex;
                align-items: center;
                margin-top: 5px;
            }

                .booking-detail-section .resto-detail-all .right-side-content .location span::after {
                    content: "";
                    clear: both;
                    display: table;
                }

                .booking-detail-section .resto-detail-all .right-side-content .location span img {
                    width: 16px;
                    margin-right: 2px;
                    float: left;
                }

                .booking-detail-section .resto-detail-all .right-side-content .location span p {
                    width: calc(100% - 16px);
                    float: left;
                    padding-left: 2px;
                    color: #fff;
                }

    .booking-detail-section .book-table-set-dt {
        border-radius: 20px;
        border-right: 1px solid #444;
        border-left: 1px solid #444;
        background: #222;
        padding: 60px 20px;
    }

        .booking-detail-section .book-table-set-dt.review h3 {
            font-size: 20px;
        }

        .booking-detail-section .book-table-set-dt .date-range {
            width: 690px;
            margin: 0 auto;
            max-width: 100%;
        }

            .booking-detail-section .book-table-set-dt .date-range .date-input p {
                font-size: 18px;
            }

            .booking-detail-section .book-table-set-dt .date-range .date-input select {
                width: 100%;
                padding: 5px 10px;
                border-radius: 5px;
                background: #fff;
                color: #000;
                border: 1px solid #444;
                margin-top: 5px;
            }

                .booking-detail-section .book-table-set-dt .date-range .date-input select:focus {
                    outline: none;
                    box-shadow: none;
                }

            .booking-detail-section .book-table-set-dt .date-range .select-slote {
                padding-top: 25px;
            }

                .booking-detail-section .book-table-set-dt .date-range .select-slote h3 {
                    font-size: 24px;
                    color: #fff;
                }

                .booking-detail-section .book-table-set-dt .date-range .select-slote .select-slote-er {
                    display: flex;
                    gap: 15px;
                    padding: 30px 0;
                }

                    .booking-detail-section .book-table-set-dt .date-range .select-slote .select-slote-er .form-check {
                        padding: 0;
                        margin: 0;
                    }

                        .booking-detail-section .book-table-set-dt .date-range .select-slote .select-slote-er .form-check input {
                            display: none;
                        }

                            .booking-detail-section .book-table-set-dt .date-range .select-slote .select-slote-er .form-check input:checked ~ label {
                                background-color: #F5F5F5;
                                border-color: #F5F5F5;
                                color: #000;
                            }

                        .booking-detail-section .book-table-set-dt .date-range .select-slote .select-slote-er .form-check label {
                            border-radius: 50px;
                            background-color: transparent;
                            border: 2px solid #CCC;
                            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
                            font-size: 18px;
                            color: #CCC;
                            padding: 4px 20px;
                            cursor: pointer;
                        }

                .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range {
                    display: flex;
                    flex-wrap: wrap;
                    gap: 10px 30px;
                }

                    .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range .form-check {
                        padding: 0;
                        margin-bottom: 15px;
                        width: 21%;
                    }

                        .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range .form-check input {
                            display: none;
                        }

                            .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range .form-check input:checked ~ label {
                                background-color: #F5F5F5;
                                border-color: #F5F5F5;
                                color: #000;
                            }

                                .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range .form-check input:checked ~ label p {
                                    color: #000;
                                }

                        .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range .form-check label {
                            border-radius: 5px;
                            border: 2px solid #666;
                            background: #000;
                            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
                            padding: 10px 10px;
                            text-align: center;
                            cursor: pointer;
                            width: 100%;
                        }

                            .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range .form-check label p {
                                font-size: 18px;
                                color: #CCC;
                                font-weight: 500;
                            }

                                .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range .form-check label p.offer {
                                    color: #62F000;
                                    font-size: 16px;
                                    font-weight: 400;
                                }

                .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-bt a {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    gap: 5px;
                }

                .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-bt p {
                    color: #fff;
                    font-size: 16px;
                }

            .booking-detail-section .book-table-set-dt .date-range .term-condtion {
                border-radius: 5px;
                border: 2px solid #666;
                background: #000;
                box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
                padding: 30px;
                margin-top: 30px;
            }

                .booking-detail-section .book-table-set-dt .date-range .term-condtion h3 {
                    font-size: 24px;
                    margin-bottom: 20px;
                }

                .booking-detail-section .book-table-set-dt .date-range .term-condtion p {
                    color: #CCC;
                    font-size: 16px;
                    margin-bottom: 15px;
                    padding-left: 15px;
                    position: relative;
                    line-height: 21px;
                }

                    .booking-detail-section .book-table-set-dt .date-range .term-condtion p::after {
                        content: '';
                        width: 3px;
                        height: 3px;
                        border-radius: 50%;
                        background-color: #ccc;
                        position: absolute;
                        left: 0;
                        top: 0;
                        margin-top: 6px;
                    }

            .booking-detail-section .book-table-set-dt .date-range .process-book {
                text-align: end;
                margin-top: 30px;
            }

                .booking-detail-section .book-table-set-dt .date-range .process-book .btn-prim {
                    display: inline-flex;
                    align-items: center;
                    border-radius: 5px;
                    background: #58469C;
                    padding: 10px 20px;
                }

                    .booking-detail-section .book-table-set-dt .date-range .process-book .btn-prim p {
                        color: #fff;
                        font-size: 16px;
                        padding-right: 10px;
                    }

        .booking-detail-section .book-table-set-dt .review-tim-loc-set {
            border-radius: 5px;
            border: 2px solid #666;
            background: #000;
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            padding: 30px;
        }

            .booking-detail-section .book-table-set-dt .review-tim-loc-set .review-tim-loc-set-in {
                padding-bottom: 30px;
                margin-bottom: 30px;
                border-bottom: 1px solid #ccc;
                font-size: 16px;
            }

                .booking-detail-section .book-table-set-dt .review-tim-loc-set .review-tim-loc-set-in:last-child {
                    border-bottom: 0;
                    padding: 0;
                    margin: 0;
                }

                .booking-detail-section .book-table-set-dt .review-tim-loc-set .review-tim-loc-set-in p {
                    color: #CCC;
                    font-weight: 400;
                }

                .booking-detail-section .book-table-set-dt .review-tim-loc-set .review-tim-loc-set-in span {
                    display: block;
                    color: #fff;
                }

        .booking-detail-section .book-table-set-dt .add-special-rq {
            border-radius: 5px;
            border: 2px solid #666;
            background: #000;
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            margin: 30px 0;
            padding: 20px;
        }

            .booking-detail-section .book-table-set-dt .add-special-rq a {
                display: flex;
                align-items: center;
                gap: 10px;
            }

                .booking-detail-section .book-table-set-dt .add-special-rq a p {
                    color: #fff;
                    font-size: 16px;
                }

        .booking-detail-section .book-table-set-dt .your-detail {
            border-radius: 5px;
            border: 2px solid #666;
            background: #000;
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            padding: 20px;
            margin-top: 20px;
        }

            .booking-detail-section .book-table-set-dt .your-detail p {
                color: #CCC;
                font-weight: 400;
                font-size: 20px;
            }

            .booking-detail-section .book-table-set-dt .your-detail span {
                display: block;
                color: #fff;
                font-size: 16px;
            }

@media (max-width: 1300px) {
    .main-dinn .main-dinn-content {
        padding: 25px 20px;
    }

    .resto-detail .map-area-loc h6 {
        font-size: 20px;
    }

    .resto-detail .map-area-loc .phone-call-bt a {
        font-size: 16px;
    }

    .resto-detail .resto-offer-area .about-resto-detail .detail-ae ul li {
        font-size: 16px;
    }

    .main-dinn .main-dinn-content.one {
        padding: 35px 15px;
    }

        .main-dinn .main-dinn-content.one button {
            margin-top: 13px;
        }

    .main-dinn .main-dinn-content p {
        font-size: 16px;
    }

    .resto-section .head h2 {
        font-size: 30px;
    }

    .resto-section .resto-content h4 {
        font-size: 20px;
    }

    .resto-section .resto-content .rating {
        margin: 10px 0;
    }

    .resto-section {
        padding-bottom: 46px;
    }

    .more-suggestions {
        padding: 40px 0;
    }

        .more-suggestions .head h2 {
            font-size: 30px;
        }

        .more-suggestions .more-suggestions-content .box-area h3 {
            font-size: 18px;
        }

        .more-suggestions .more-suggestions-content .box-area {
            padding: 10px;
        }

        .more-suggestions button {
            margin-top: 15px;
        }

    .deal-section .deal-container h4 p {
        font-size: 35px;
    }

    .deal-section .deal-container h4 span {
        font-size: 25px;
    }

    .deal-section .deal-container p {
        font-size: 16px;
    }

    .deal-section .deal-container h4 {
        font-size: 35px;
    }

    .deal-section .img-area {
        padding: 15px;
        padding-bottom: 30px;
    }

    .deal-section {
        padding: 60px 0;
    }

    .resto-detail .resto-info-area-ye h2 {
        font-size: 30px;
    }

    .photo-area:has(.single) .img-area {
        height: 346px !important;
    }

    .resto-detail .resto-info-area-ye {
        padding: 20px;
    }

    .resto-detail .book-table {
        padding: 20px;
    }

        .resto-detail .book-table .btn-primary {
            padding: 9px 10px;
        }

    .resto-detail .resto-offer-area .review-section .up-head-line p {
        font-size: 12px;
    }

    .resto-detail .resto-offer-area .review-section .all-rated-ce {
        padding: 15px 0;
    }

        .resto-detail .resto-offer-area .review-section .all-rated-ce p {
            font-size: 14px;
        }

    .resto-detail .resto-offer-area .about-resto-detail .detail-ae p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .resto-detail .resto-offer-area .about-resto-detail .detail-ae h6 {
        margin-bottom: 15px;
    }

    .photo-area .img-area .view-all-photo {
        padding: 5px;
    }

    .resto-detail .map-area-loc .get-loc a {
        padding: 10px 0px;
        margin: 10px 0;
    }

    .resto-detail .map-area-loc p {
        font-size: 14px;
    }

    .booking-detail-section .back-btn p {
        font-size: 20px;
    }

    .booking-detail-section .back-btn img {
        width: 15px;
    }

    .booking-detail-section .resto-detail-all {
        padding: 15px;
    }

        .booking-detail-section .resto-detail-all .right-side-content h2 {
            font-size: 25px;
        }

        .booking-detail-section .resto-detail-all .right-side-content .venue-info {
            padding: 10px 0;
        }

    .booking-detail-section .book-table-set-dt {
        padding: 30px 10px;
    }
}

@media (max-width: 1050px) {
    .resto-detail .resto-offer-area .offer-list {
        padding: 10px;
    }

    .resto-detail .resto-offer-area .about-resto-detail {
        padding: 10px;
    }

    .resto-detail .resto-offer-area .menu-show {
        padding: 10px;
    }

    .resto-detail .resto-offer-area .review-section {
        padding: 10px;
    }

    .photo-area .img-area .view-all-photo p {
        font-size: 12px;
    }

    .photo-area .img-area .view-all-photo {
        width: 150px;
    }

    .resto-detail .resto-info-area-ye .venue-info {
        padding: 10px 0;
    }

        .resto-detail .resto-info-area-ye .venue-info ul li {
            padding-right: 5px;
        }

    .resto-detail .resto-info-area-ye h2 {
        font-size: 30px;
    }

    .resto-detail .resto-info-area-ye .location p {
        font-size: 14px;
    }

    .resto-detail .resto-info-area-ye .action-btns a {
        padding: 6px 15px;
        font-size: 9px;
    }

        .resto-detail .resto-info-area-ye .action-btns a img {
            width: 12px;
        }

    .resto-detail .resto-info-area-ye .venue-info ul li {
        font-size: 10px;
    }

        .resto-detail .resto-info-area-ye .venue-info ul li .rat p {
            font-size: 10px;
        }

        .resto-detail .resto-info-area-ye .venue-info ul li .rat img {
            width: 10px;
        }

    .resto-detail .book-table .head span {
        font-size: 16px;
    }

    .resto-detail .book-table .head img {
        width: 20px;
    }

    .resto-detail .book-table {
        padding: 10px;
    }

        .resto-detail .book-table .date-range .date-input p {
            font-size: 14px;
        }

        .resto-detail .book-table .date-range .date-input select {
            font-size: 12px;
        }

    .resto-detail .up-head a {
        padding: 10px 20px;
    }

    .resto-detail .up-head {
        margin-top: 20px;
    }

    .resto-detail .map-area-loc {
        padding: 10px;
    }

        .resto-detail .map-area-loc h4 {
            font-size: 20px;
            padding-bottom: 10px;
        }

        .resto-detail .map-area-loc .phone-call-bt a {
            font-size: 12px;
        }

    .resto-detail .resto-offer-area .offer-list .offer-item p {
        font-size: 15px;
    }

    .resto-detail .resto-offer-area .menu-show ul {
        padding-top: 10px;
    }

        .resto-detail .resto-offer-area .menu-show ul li {
            width: 30%;
        }

            .resto-detail .resto-offer-area .menu-show ul li .menj-wrap p {
                font-size: 12px;
            }

            .resto-detail .resto-offer-area .menu-show ul li .menj-wrap h6 {
                font-size: 16px;
            }

    .resto-detail .resto-offer-area .offer-list .offer-item .offer-wrap .offer-head .offer-cont h5 {
        font-size: 14px;
    }

    .resto-detail .resto-offer-area .offer-list .offer-item .offer-wrap .offer-head .offer-cont p {
        font-size: 12px;
    }

    .resto-detail .resto-offer-area .review-section .owl-nav .owl-prev {
        margin-left: -6px;
    }

    .resto-detail .resto-offer-area .review-section .owl-nav .owl-next {
        margin-right: -6px;
    }
}

@media (max-width: 768px) {
    .deal-section .in-se .img-area {
        transform: rotate(0deg);
    }

    .deal-section .img-area {
        transform: rotate(0deg);
    }

    .search-bar .search-container {
        padding: 7px 15px;
    }

    .search-bar {
        padding: 10px;
    }

    .main-dinn .main-dinn-content h1 {
        font-size: 34px;
    }

    .main-dinn .main-dinn-content.one button span {
        font-size: 25px;
    }

    .resto-section .head h2 {
        font-size: 24px;
    }

    .resto-section .head {
        margin-bottom: 30px;
    }

    .deal-section {
        padding: 30px 0;
    }

    .resto-detail .action-btns {
        display: flex;
        gap: 10px;
        margin-top: 10px;
    }

    .resto-detail .book-table {
        margin-top: 10px;
    }

    .resto-detail .resto-offer-area .review-section {
        margin-bottom: 20px;
    }

    .resto-detail .map-area-loc {
        margin-bottom: 20px;
    }

    .booking-detail-section .resto-detail-all .right-side-content .location p {
        font-size: 14px;
    }

    .booking-detail-section .resto-detail-all .right-side-content .venue-info ul li {
        font-size: 14px;
    }

    .booking-detail-section .book-table-set-dt .date-range .select-slote .select-slote-er {
        gap: 10px;
        padding: 10px 0;
    }

    .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range {
        gap: 10px 10px;
    }

        .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range .form-check {
            margin-bottom: 10px;
        }

    .booking-detail-section .book-table-set-dt .date-range .term-condtion {
        padding: 15px;
    }

        .booking-detail-section .book-table-set-dt .date-range .term-condtion p {
            font-size: 14px;
        }

    .booking-detail-section .book-table-set-dt .date-range .process-book {
        margin-top: 15px;
    }

    .booking-detail-section .book-table-set-dt .review-tim-loc-set {
        padding: 20px;
    }

        .booking-detail-section .book-table-set-dt .review-tim-loc-set .review-tim-loc-set-in {
            padding-bottom: 14px;
            margin-bottom: 14px;
        }

    .booking-detail-section .book-table-set-dt .add-special-rq {
        padding: 10px;
        margin: 10px 0;
    }

    .booking-detail-section .book-table-set-dt .your-detail {
        padding: 10px;
        margin-top: 10px;
    }
}

@media (max-width: 680px) {
    .main-dinn {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .resto-section .resto-content {
        padding: 10px;
    }

    .resto-detail .resto-offer-area .offer-list .offer-item h4 {
        padding-bottom: 5px;
    }
}

@media (max-width: 576px) {
    .resto-section .head h2 {
        font-size: 20px;
    }

    .resto-section .resto-content .location {
        font-size: 12px;
    }

    .resto-section .resto-content .rating .rat {
        font-size: 10px;
    }

        .resto-section .resto-content .rating .rat img {
            width: 10px;
        }

    .resto-section .resto-content .rating {
        margin: 5px 0;
    }

    .resto-section .resto-content h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .resto-section .resto-content {
        margin-bottom: 10px;
    }

    .more-suggestions .head h2 {
        font-size: 25px;
    }

    .more-suggestions .more-suggestions-content .box-area h3 {
        font-size: 14px;
    }

    .more-suggestions .more-suggestions-content .box-area span p {
        color: #FFF;
        font-size: 10px;
    }

    .more-suggestions .more-suggestions-content .box-area span svg {
        width: 11px;
    }

    .deal-section .deal-container {
        text-align: center;
    }

        .deal-section .deal-container p {
            padding-bottom: 15px;
        }

        .deal-section .deal-container h4 {
            margin-top: 10px;
            justify-content: center;
        }

            .deal-section .deal-container h4 p {
                padding: 0;
            }

    .main-dinn .main-dinn-content h1 {
        font-size: 25px;
    }

    .resto-detail .up-head a {
        padding: 6px 6px;
    }

    .resto-detail .up-head {
        gap: 8px;
    }

    .resto-detail .resto-info-area-ye h2 {
        font-size: 20px;
    }

    .resto-detail .resto-info-area-ye {
        padding-bottom: 10px;
    }

    .links-se ul li {
        color: #999;
        font-size: 14px;
    }

    .links-se {
        padding: 10px 0;
    }

    .resto-detail .book-table .btn-primary {
        margin-top: 10px;
    }

    .resto-detail .resto-offer-area .about-resto-detail .detail-ae {
        padding-top: 12px;
    }

    .resto-detail .resto-offer-area .menu-show ul {
        gap: 10px 9px;
    }

    .booking-detail-section .resto-detail-all {
        margin-top: 12px;
        margin-bottom: 20px;
    }

    .booking-detail-section .resto-detail-all {
        display: block;
    }

        .booking-detail-section .resto-detail-all .img-area {
            width: 100%;
            float: unset;
        }

            .booking-detail-section .resto-detail-all .img-area img {
                width: 100%;
                height: 200px;
                object-fit: cover;
            }

        .booking-detail-section .resto-detail-all .right-side-content {
            width: 100%;
            float: unset;
            padding-left: 0;
            padding-top: 10px;
        }

    .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range .form-check label p {
        font-size: 16px;
    }

        .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range .form-check label p.offer {
            font-size: 14px;
        }

    .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range .form-check label {
        padding: 6px;
    }

    .booking-detail-section .book-table-set-dt .date-range .select-slote .select-slote-er .form-check label {
        padding: 2px 17px;
        font-size: 15px;
    }

    .booking-detail-section .book-table-set-dt .date-range .select-slote {
        padding-top: 15px;
    }

    .booking-detail-section .book-table-set-dt .date-range .term-condtion p {
        margin-bottom: 6px;
    }

    .booking-detail-section .book-table-set-dt .date-range .term-condtion {
        margin-top: 10px;
    }

    .booking-detail-section .book-table-set-dt .date-range .process-book .btn-prim {
        padding: 8px 8px;
    }

        .booking-detail-section .book-table-set-dt .date-range .process-book .btn-prim p {
            font-size: 14px;
            padding-right: 5px;
        }

    .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range .form-check {
        width: 31%;
    }

    .booking-detail-section .resto-detail-all .right-side-content .venue-info ul li .rat p {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .booking-detail-section .resto-detail-all .right-side-content .venue-info ul li .rat img {
        width: 10px;
    }

    .booking-detail-section .resto-detail-all .right-side-content .venue-info ul li {
        font-size: 10px;
    }

    .booking-detail-section .book-table-set-dt .review-tim-loc-set {
        padding: 10px;
    }

        .booking-detail-section .book-table-set-dt .review-tim-loc-set .review-tim-loc-set-in {
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

        .booking-detail-section .book-table-set-dt .review-tim-loc-set .review-tim-loc-set-in {
            font-size: 14px;
        }

    .booking-detail-section .book-table-set-dt .your-detail p {
        font-size: 16px;
    }

    .booking-detail-section .book-table-set-dt .your-detail span {
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .resto-section .row {
        --bs-gutter-x: 0.4rem;
    }

    .resto-section .resto-content {
        padding: 5px;
        border-radius: 12px;
    }

    .resto-section .head {
        margin-bottom: 14px;
    }

    .more-suggestions {
        padding: 20px 0;
    }

        .more-suggestions .row {
            --bs-gutter-x: 0.4rem;
        }

        .more-suggestions .more-suggestions-content .box-area h3 {
            font-size: 9px;
        }

        .more-suggestions button span {
            font-size: 16px;
        }

        .more-suggestions button img {
            width: 20px;
        }

    .main-dinn .main-dinn-content.one button img {
        width: 20px;
    }

    .main-dinn .main-dinn-content.one button span {
        font-size: 20px;
    }

    .main-dinn .main-dinn-content.one {
        padding: 20px 15px;
    }

    .resto-section {
        padding-bottom: 20px;
    }

    .deal-section .deal-container h4 {
        font-size: 25px;
    }

    .deal-section .deal-container p {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .deal-section .img-area {
        padding: 10px;
    }

    .main-dinn .main-dinn-content h1 {
        font-size: 20px;
    }

    .resto-section .head h2 {
        font-size: 16px;
    }

    .resto-section .resto-content h4 {
        font-size: 14px;
    }

    .resto-section .resto-content .rating p {
        font-size: 10px;
    }

    .search-bar .search-container {
        padding: 3px 10px;
    }

        .search-bar .search-container button {
            position: relative;
            top: -1px;
        }

    .search-bar {
        padding: 5px;
    }

    .deal-section {
        padding: 15px 0;
    }

    .resto-detail .up-head a {
        gap: 5px;
    }

        .resto-detail .up-head a p {
            font-size: 12px;
        }

    .resto-detail .resto-offer-area .offer-list .offer-item h4 {
        font-size: 18px;
    }

    .resto-detail .resto-offer-area .about-resto-detail .detail-ae ul li {
        font-size: 12px;
    }

    .resto-detail .resto-offer-area .about-resto-detail .detail-ae p {
        font-size: 12px;
    }

    .resto-detail .resto-offer-area .menu-show ul li .menj-wrap h6 {
        font-size: 14px;
    }

    .resto-detail .resto-offer-area .review-section h4 {
        font-size: 18px;
    }

    .resto-detail .resto-info-area-ye {
        padding: 10px;
        padding-bottom: 2px;
    }

        .resto-detail .resto-info-area-ye .venue-info ul {
            gap: 4px;
        }

            .resto-detail .resto-info-area-ye .venue-info ul li .rated-main {
                gap: 4px;
            }

            .resto-detail .resto-info-area-ye .venue-info ul li {
                font-size: 8px;
            }

    .resto-detail .book-table .head img {
        width: 20px;
        height: 20px;
    }

    .resto-detail .map-area-loc h6 {
        font-size: 18px;
        padding-top: 5px;
    }

    .resto-detail .resto-info-area-ye .action-btns a {
        padding: 6px 6px;
        font-size: 9px;
        gap: 4px;
    }

    .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review .user-img .cont-user h6 {
        font-size: 14px;
    }

    .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review .user-img .cont-user p {
        font-size: 10px;
    }

    .resto-detail .resto-offer-area .review-section .up-head-line .user-detail-area-review {
        padding-bottom: 9px;
    }

    .resto-detail .resto-offer-area .offer-list .offer-item .offer-wrap .offer-head .offer-cont {
        padding: 4px;
    }

    .resto-detail .action-btns {
        gap: 5px;
    }

    .resto-detail .resto-info-area-ye .location p {
        font-size: 12px;
    }

    .booking-detail-section .resto-detail-all .right-side-content .location p {
        font-size: 12px;
    }

    .booking-detail-section .book-table-set-dt {
        padding: 10px;
    }

        .booking-detail-section .book-table-set-dt .date-range .select-slote h3 {
            font-size: 18px;
        }

        .booking-detail-section .book-table-set-dt .date-range .date-input select {
            font-size: 12px;
        }

        .booking-detail-section .book-table-set-dt .date-range .select-slote .view-time-slotes .view-range {
            gap: 5px 5px;
        }

    .booking-detail-section .book-table-set-dt {
        padding: 10px;
    }
}
/*# sourceMappingURL=style.css.map */

.open-time-btn {
    color: #fff;
    cursor: pointer;
}

    .open-time-btn span {
        color: green;
        font-weight: 600;
    }

.timing-modal {
    border-radius: 16px;
    padding: 10px;
}

.timing-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    padding: 12px;
}

    .timing-row:last-child {
        border-bottom: none;
    }

    .timing-row.active span:first-child {
        font-weight: 600;
    }

.modal-header {
    border-bottom: none;
}

.modal-body {
    padding-top: 0;
}
/* 📱 Mobile responsive */
@media (max-width: 576px) {
    .modal-dialog {
        margin: 10px;
    }

    .timing-row {
        font-size: 13px;
    }
}

.timing-row.active {
    background: #dbdbdb;
}

    .timing-row.active span:first-child::after {
        content: " (Today)";
        color: #1e1e20;
        font-size: 10px;
        border-radius: 5px;
        margin-left: 5px;
        background-color: #eaeaea;
        padding: 4px;
    }

.share-modal-new {
    border-radius: 14px;
    padding: 10px 0;
}

    .share-modal-new .modal-header {
        padding: 10px 20px;
    }

.share-sub {
    font-size: 13px;
    color: #777;
    margin: 0;
}
/* divider */
.divider {
    height: 1px;
    background: #eee;
    margin: 5px 0 10px;
}
/* horizontal row */
.share-row {
    display: grid;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 15px;
    overflow-x: auto;
    grid-template-columns: 1fr 1fr;
}
/* each item */
.share-item {
    text-align: center;
    min-width: 70px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 10px;
}
/* icon circle */
.icon-box {
    float: left;
    width: 30px;
    font-size: 20px;
    transition: 0.2s;
}
/* label */
.share-item span {
    width: calc(100% - 27px);
    float: left;
    display: block;
    text-align: start;
    font-size: 16px;
}
/* mobile bottom sheet */
@media (max-width: 576px) {
    .share-row {
        padding: 10px 0;
    }
}

.process-book {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    z-index: 999;
}

    .process-book .inare {
        max-width: 1280px;
        margin: 0 auto;
        align-items: center;
        justify-content: space-between;
    }
/* Modal UI */
.custom-modal-ui {
    border-radius: 20px;
    padding: 10px;
}
/* Title */
.modal-title {
    font-weight: 600;
    font-size: 18px;
}
/* Textarea */
.custom-textarea {
    height: 120px;
    border-radius: 12px;
    resize: none;
}
/* Tag Buttons */
.tag-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tag-btn {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 6px 14px;
    background: #fff;
    cursor: pointer;
    transition: 0.2s;
    color: black;
}

    .tag-btn.active {
        background: #000;
        color: #fff;
    }
/* Note */
.note {
    font-size: 12px;
    color: #777;
}
/* Submit Button */
.submit-btn {
    background: #111;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 12px;
    font-weight: 600;
}
/* Hide radio */
.tag-buttons input[type="radio"] {
    display: none;
}
/* Default button */
.tag-btn {
    border: 1px solid #ccc;
    border-radius: 30px;
    padding: 6px 14px;
    background: #fff;
    cursor: pointer;
    transition: 0.2s;
    color: black;
}
/* Active (checked) */
.tag-buttons input[type="radio"]:checked + .tag-btn {
    background: #000;
    color: #fff;
    border-color: #000;
}
/* Mobile */
@media (max-width: 576px) {
    .custom-textarea {
        height: 100px;
    }
}

.Confirm-booking-detail-section {
    padding: 80px 0;
    padding-bottom: 90px;
    color: #fff;
}

.booking-detail-section .book-table-set-dt .review-tim-loc-set {
    border-radius: 5px;
    border: 2px solid #666;
    background: #000;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 30px;
}

.Confirm-booking-detail-section .book-table-set-dt .review-tim-loc-set .review-tim-loc-set-in {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

    .Confirm-booking-detail-section .book-table-set-dt .review-tim-loc-set .review-tim-loc-set-in:last-child {
        border-bottom: 0;
        padding: 0;
        margin: 0;
    }

    .Confirm-booking-detail-section .book-table-set-dt .review-tim-loc-set .review-tim-loc-set-in p {
        color: #CCC;
        font-weight: 400;
    }

    .Confirm-booking-detail-section .book-table-set-dt .review-tim-loc-set .review-tim-loc-set-in span {
        display: block;
        color: #fff;
    }

.Confirm-booking-detail-section .book-table-set-dt .review-tim-loc-set {
    border-radius: 5px;
    border: 2px solid #666;
    background: #000;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 30px;
}

.Confirm-booking-detail-section .book-table-set-dt .date-range {
    width: 690px;
    margin: 0 auto;
    max-width: 100%;
}
