/* CSS for menu bar */
html {
    background-color: #000;
    color: #fff;
}

body {
    background-color: black;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.menu-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    padding: 10px 10px;
    margin-bottom: 20px;
}

.logo {
    font-size: 2rem;
    font-weight: bold;
    float: left;
}

.menu-button {
    background-color: #ed008c;
    color: white;
    border: none;
    padding: 0.7rem 1.1rem;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9rem;
    cursor: pointer;
    float: right;
    border-radius: 10px;
    font-weight: 600;
}

.breadcrumb {
    color: #9a9a9a;
    font-weight: 400;
    font-size: 0.8rem;
}

.breadcrumb-active {
    color: #fff;
    margin-left: 5px;
}

.main-heading {
    font-weight: 600;
    font-size: 1.4rem;
    margin-top: 2rem;
}

.card-head {
    height: 280px;
    border-radius: 25px;
}

.cards {
    border-radius: 25px;
    background: #2d2d2d;
}

.main-heading {
    margin-bottom: 1rem;
}

.card-body {
    height: 110px;
    padding: 20px;
}

.restaurant-name {
    font-weight: 700;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0px;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.restaurant-location {
    font-size: 0.75rem;
    color: #fff;
}

.restaurant-cuisine {
    color: #cff406;
    font-size: 0.75rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.restaurant-rating {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
    background: rgba(0, 0, 0, 0.67);
    border-radius: 48px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
}

.restaurant-rating img {
    height: 0.75rem;
    width: auto;
    margin-top: -3px;
    margin-left: 3px;
}

.slide-row-main {
    overflow-x: auto;
}

.slide-row {
    display: flex;
}

.slide-element {
    flex: 0 0 auto;
    margin-right: 10px;
    width: 7rem;
    float: left !important;
    font-size: 0.9rem;
}

.slide-element:last-child {
    margin-right: 0;
}

.slide-img {
    width: 100%;
    padding: 0.6rem;
}

.one-five-rem-padding {
    padding: 1rem;
}

.nearby-category {
    padding-bottom: 0.6rem;
    text-decoration: none;
    color: #cff406;
}

.question {
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.2rem;
    line-height: 1.3rem;
}

.small-image {
    margin-bottom: 1rem;
    /* padding-left: 1rem; */
}

.small-image-div {
    margin-left: 0px !important;
    padding: 0;
    padding-left: 15px;
}

.row > .small-image-div:nth-child(2),
.row > .small-image-div:nth-child(3) {
    border-radius: 40px;
    margin-left: 20px;
    /* display: none; */
}

.cuisine-and-location {
    color: #c5c5c5;
    font-weight: 300;
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
}

.working-hours {
    color: #fff;
    font-weight: 300;
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
}

.open-close {
    color: #ff0097;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #cff406;
    background-color: #000;
    border-color: #000;
    border-bottom: 3px solid #cff406;
}

.nav-tabs {
    border-bottom: none;
    --bs-nav-tabs-link-hover-border-color: #000;
}

.nav {
    --bs-nav-link-color: #fff;
    --bs-nav-link-hover-color: #fff;
    --bs-nav-link-disabled-color: #fff;
    margin-bottom: 1rem;
}

.nav-link {
    font-weight: 500;
    font-size: 1rem;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 30px;
}

.about {
    font-weight: 300;
}

.about-text {
    font-weight: 400;
    font-size: 0.8rem;
    color: #c4c4c4;
}

.features {
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1rem;
    text-align: center;
}

.restaurant-features-div {
    padding: 1.6rem;
}

.restaurant-features {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 300;
}

.square-div {
    height: 8.9rem;
    border-radius: 10px;
}

.menu-item-title {
    font-weight: 600;
    font-size: 1.1rem;
}

.rating-img {
    height: 1rem;
    padding-right: 0px;
}

.rating-img-div {
    padding-right: 0px;
    font-weight: 500;
    color: #c4c4c4;
}

.item-price {
    font-weight: 600;
    font-size: 1.2rem;
}

.item-div {
    margin-bottom: 0px;
}

.item-description {
    font-weight: 400;
    font-size: 0.8rem;
    margin-bottom: 0px;
}

.custom-spacing {
    margin-right: 15px;
    margin-bottom: 15px;
}

.custom-spacing:last-child {
    margin-right: 0;
}

.section.country-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.country-banner-title {
    font-weight: 600;
    font-size: 2.3rem;
}

.country-banner-logo {
    height: 5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.country-p {
    font-weight: 400;
    color: #fff;
}

.city-restaurant-btn {
    width: 100%;
    background-color: #cff406;
    color: #000;
    text-align: left;
    position: relative;
}

.btn-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.slide-row-main-banner {
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 1rem;
}

.slide-row-banner {
    overflow: hidden;
}

.slide-element-banner {
    width: 22rem;
    float: left !important;
    font-size: 0.9rem;
    margin-right: 10px;
}

.slide-img-banner {
    width: 100%;
}

.footer-links {
    float: left;
    text-decoration: none;
    color: #fff;
    font-family: "Poppins";
}

.policy {
    padding-top: 2rem;
}
.food-friends {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 92.5%;
    /* or 33px */
    color: #ffffff;
    margin-top: 20px;
}

.footer-enquiry-text {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    line-height: 140%;
    text-align: left;
    color: #ffffff;
}
.br-img {
    border-radius: 30px;
}
.footer-a-tag {
    color: #ffffff !important;
    text-decoration: none;
}
.footer-internal-links {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 110%;
    text-align: left;
    color: #ffffff;
}

.footer-logo {
    display: "flex";
    flex-direction: "column";
    align-items: "start";
    justify-content: center;
    text-align: center;
}

.padding-tb {
    padding-top: 60px;
    padding-bottom: 60px;
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}

.item-div.shimmer {
    background-color: #000;
    background-image: linear-gradient(
        to right,
        #000 0%,
        #111 20%,
        #000 40%,
        #000 100%
    );
    background-size: 2000px 100%;
    background-repeat: no-repeat;
    animation: shimmer 1s infinite linear;
}

.answer {
    color: #c4c4c4;
    font-size: 0.9rem;
}

.footer-enquiry-email {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 110%;
    text-align: left;
    color: #ffffff;
}

footer {
    background-color: #242424;
}

.post-container {
    min-width: 300px;
    max-width: 500px;
    width: 100%;
    margin: auto;
}
.post-head {
    padding: 5px 15px;
}
.post-dp {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}
.handle {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 8px;
}
.post-time {
    font-size: 10px;
}
.post-actions {
    padding: 15px 15px;
}
.like {
    float: left;
    margin-right: 15px;
}
.comment {
    float: left;
    margin-right: 15px;
}
.share {
    float: left;
}
.bookmark {
    float: right;
}
.comment-section {
    padding: 0 15px 15px 15px;
}
.handle-comment {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 5px;
}
.handle-name {
    font-weight: 600;
    margin-right: 10px;
}
.view-all-comments {
    font-size: 13px;
    color: #c4c4c4;
}

@media (max-width: 700px) {
    .padding-tb {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .menu-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #000;
        padding: 3px;
        margin-bottom: 20px;
    }
    .ml-b {
        margin-left: 32px;
    }
    .footer-logo {
        display: "flex";
        flex-direction: "column";
        align-items: "center";
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .padding-tb {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    /* .footer-m-p {
        padding-top: 20px;
    } */
    .restaurant-features-div {
        padding: 0rem;
    }
    .restaurant-features-img {
        padding: 0 1.9rem;
    }
    .restaurant-features-text {
        padding: 0.2rem;
        line-height: 0.8rem;
        color: #c4c4c4;
    }
    .square-div {
        height: 7.9rem;
    }
    .policy {
        padding-top: 0rem;
    }

    .br-img {
        border-radius: 10px;
    }
    .nav-link {
        margin-right: 20px;
    }
    .food-friends {
        color: #b0b0b0;
        font-family: "Poppins";
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 110%;
        text-align: left;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .footer-enquiry-text {
        margin-bottom: 5px;
    }

    .footer-logo {
        display: "flex";
        flex-direction: "column";
        align-items: "center";
        justify-content: center;
        text-align: center;
    }

    @media (max-width: 360px) {
        .footer-enquiry-text {
            font-size: 10px;
        }
        .ml-b {
            margin-left: 22px;
        }
    }
}
