:root {

    --primary: #f7b929;
    --rr-ff-body: 'Jost', sans-serif;
    --rr-ff-heading: 'Jost', sans-serif;
    --rr-ff-jost: 'Jost', sans-serif;
    --rr-ff-fontawesome: "Font Awesome 6 Pro";
    --rr-common-white: #FFFFFF;
    --rr-common-black: #000000;
    --rr-common-placeholder: #4A5764;
    --rr-common-selection: #3C66FA;
    --rr-color-white: #000;
    --rr-body-primary: #ffffff;
    /* --rr-theme-primary: #CB3A1A; */
    --rr-theme-primary: #f7b929;
    --rr-theme-secondary: #111111;
    --rr-heading-primary: #111111;
    --rr-text-body: #74787C;
    --rr-text-p: #74787C;
    --rr-menu-primary: #fff;
    /**
    @font weight declaration
    */
    --rr-fw-normal: normal;
    --rr-fw-thin: 100;
    --rr-fw-elight: 200;
    --rr-fw-light: 300;
    --rr-fw-regular: 400;
    --rr-fw-medium: 500;
    --rr-fw-sbold: 600;
    --rr-fw-bold: 700;
    --rr-fw-ebold: 800;
    --rr-fw-black: 900;
    /**
    @font size declaration
    */
    --rr-fs-p: 16px;
    --rr-fs-body: 16px;
    --rr-fs-h1: 66px;
    --rr-fs-h2: 48px;
    --rr-fs-h3: 36px;
    --rr-fs-h4: 30px;
    --rr-fs-h5: 24px;
    --rr-fs-h6: 20px;
    --rr-lh-p: 26px;
    --rr-lh-body: 26px;
    --rr-lh-h1: 76px;
    --rr-lh-h2: 58px;
    --rr-lh-h3: 46px;
    --rr-lh-h4: 40px;
    --rr-lh-h5: 34px;
    --rr-lh-h6: 30px;
}

html,
body {
    overflow: auto !important;
}

::selection {
    background-color: var(--primary);
    color: black;

}

/* ============================================================================================
                                    navigation bar
=============================================================================================== */
.footer__link img {
    width: 150px;
}

.footer__area-commo {
    background-color: #111111;
}

.footer__bottom-wrapper {
    margin-top: 0px;
}

.footer__social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.footer-img {
    display: flex;
    justify-content: center;
}

.logo img {
    width: 100px;
    /* height: 110px; */
}

.offcanvas__logo img {
    width: 100px !important;


}

.search-box {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
}

.search-input {
    width: 100%;
    padding: 5px 60px 6px 15px;
    border: 1px solid #ccc;
    border-radius: 55px !important;
    font-size: 16px;
    outline: none;
    transition: 0.3s ease-in-out;
}

.search-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #888;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.search-box:hover .search-icon,
.search-input:focus+.search-icon {
    color: var(--primary);
}

.footer__link ul li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease-in-out;
}

.footer__link ul li a i {
    margin-right: 8px;
    transition: transform 0.3s ease-in-out;
}

.footer__link ul li a:hover i {
    transform: translateX(5px);
}

.footer__link-working ul li {
    cursor: pointer;
}

.footer__link-working ul li span {
    transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;

}

.footer__widget-title h4 {
    color: var(--primary);
}

.footer__link-working ul li:hover span {
    color: var(--primary);


}
.footer__copyright a{
    color: var(--primary);
}





/* ============================================================================================
                                    about us
=============================================================================================== */
.section-header {
    font-size: 32px;
    font-family: var(--rr-ff-heading);
    /* color: var(--rr-body-primary); */
    font-weight: 800;
}

.section__p-18 {
    margin-bottom: 20px !important;
    text-align: justify;
}

.about-our-company {
    background-color: #111111;
}

.about-para p {
    margin-bottom: 5px;
}

.section__title-wrapper {
    margin-bottom: 20px;
}

.contact-us__map {
    margin-top: 20px;
}

/* ============================================================================================
                             slot section
=============================================================================================== */
.menu-section {
    padding: 50px 0px;
}

.slot-section {
    background-color: #111111;
    padding: 50px 0px;
}

.slot-card ul {
    padding-left: 15px;
}

.slot-card ul li {
    color: var(--rr-body-primary);


}

.slot-card h6 {
    color: var(--primary);
}

.slot-img-inner {
    display: flex;
    justify-content: center;
}

.book-a-table-3-bottom__item {
    padding: 20px 20px;
}

.food-menu__item-wrapper {
    background: none !important;
    padding: 20px;
}

.food-menu__item {
    flex: 1;
}

.grid-item {
    flex-direction: column;
}

/* ============================================================================================
                            package section
=============================================================================================== */
.pacakge-section {
    padding: 50px;
}

.title-animation {
    color: var(--rr-color-white);
}

.about-our-company_shape-common {
    display: none;
}

.active {
    color: var(--primary) !important;
    font-weight: bold;
    border-bottom: 2px solid var(--primary);
}

/* ============================================================================================
                          testmonials section
=============================================================================================== */

.client-testimonial {
    padding: 50px 0px;
}

.section-header1 {
    font-size: 32px;
    font-family: var(--rr-ff-heading);
    color: var(--rr-body-primary);
    font-weight: 800;

}

/* .banner__item-bg{
    background-image: url('../imgs/home/banner/home-banner-2.jpg');
} */

.footer-inner {
    padding: 50px 0px;
}

.discover-food {
    padding-top: 50px;
    padding-bottom: 300px;
    background-color: #111111;
}

.discover-food__item-title {
    color: var(--rr-body-primary);
}

.discover-food__item {
    flex: 1;
}

.fast-food {
    background-image: url('../imgs/home/banner/home-banner-2.jpg');
}

.breadcrumb__background {
    background-color: url('../imgs/home/banner/about-banner.png');
}

.search-box input {
    border: 2px solid var(--primary);
}


.marquee-container {
    width: 100%;
    overflow: hidden;
    background: #f9f9f9;
    padding: 10px 0;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
}


.marquee-wrapper {
    display: flex;
    gap: 40px;
    animation: marquee 10s linear infinite;
}


.marquee-wrapper span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.marquee-wrapper img {
    width: 24px;
    height: 24px;
}


@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.marquee-container:hover .marquee-wrapper {
    animation-play-state: paused;

}


.marquee-wrapper span:hover img {
    transform: scale(1.3);
    transition: transform 0.3s ease-in-out;
}


.marquee-wrapper {
    display: flex;
    width: max-content;
    animation: marquee 40s linear infinite;
}

.whatsapp-float {
    position: fixed;
    bottom: 125px;
    right: 50px;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.whatsapp-float:hover {
    background-color: #1ebe5d;
    transform: scale(1.1);
}

.whatsapp-float svg {
    width: 20px;
    height: 20px;
}

.search-box {
    margin-bottom: 20px;
}

.hidden {
    display: none;
}
.banner__item-content h1 {
    font-size: 42px;
    line-height: 55px;
}
.banner__item-content p{
    font-size: 18px;
    font-weight: 700;
    color: rgb(185, 185, 185);
}
.banner__item-content-link{
    margin-top: 30px;
}
.section__title-wrapper p{
    color: #ffffff;
}

.book-a-table-3-bottom__item {
    position: relative;
    padding: 15px;
    border: 2px solid white; 
    transition: border-color 0.3s ease-in-out;
}

.book-a-table-3-bottom__item:hover {
    border-color:var(--primary)
}

.banner__item  .banner__item-content {
 margin-left: 50px !important;
}

.hidden {
    display: none;
}

.no-results {
    text-align: center;
    font-size: 18px;
    font-weight:normal;
    color: rgb(180, 0, 0);
    margin-top: 20px;
}

.custom-swal {
    background-color:rgb(196, 17, 17) !important;
    color: white !important;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(255, 0, 0, 0.5);
    font-size: 14px;
}



.book-a-table-3-bottom__item li {
    list-style: none;
    padding-left:20px;
    position: relative;
    font-size: 14PX;
}

.book-a-table-3-bottom__item li::before {
    content: "✦";  /* Change this to ➜, ✦, 🍽, etc. */
    position: absolute;
    left: 0;
    color:var(--primary);
    font-weight: bold;
}

.error-message{
    position: absolute;
    z-index: 999;
    margin-top: 10px;
}
.contact-para{
    color: var(--rr-color-white) !important;
}