
@import url('https://fonts.googleapis.com/css2?family=Phudu:wght@300..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #111111;
    font-family: "Urbanist", sans-serif;
    scroll-behavior: smooth !important;
    scroll-padding-top: 120px;
}

:root {
    --bs-theme-color: #C32127;
    --primary-color: #C32127;
    --secondary-color: #158A44;
    --bs-secondary-color: #158A44;
    --bs-orange-color: #C32127;
    --black-color: #000000;
    --container-space: 2%;
    --section-space: 100px;
    --section-smallspace: 50px;
    --bs-white-color: #FFFFFF;
}


/* Spacing-css */

.section-top-largespace {
    padding-top: var(--section-space);
}

.section-top-smallspace {
    padding-top: var(--section-smallspace);
}

.section-bottom-largespace {
    padding-bottom: var(--section-space) !important;
}

.section-bottom-smallspace {
    padding-bottom: var(--section-smallspace);
}

.margin-top-largespace {
    margin-top: var(--section-space);
}

.margin-bottom-largespace {
    margin-bottom: var(--section-space);
}


/* color-css */

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

.fancy-font {
    font-family: "Phudu", sans-serif;
}

html {
    scroll-behavior: smooth;
}

.flatpickr-calendar.open {
    z-index: 5 !important;
}

body.stopScrolling {
    scroll-snap-type: none;
    overflow-y: hidden;
}

/* Global Css Start */

input::placeholder,
textarea::placeholder {
    color: #737373 !important;
    opacity: 1;
}

/* Typograpgy-css */

.section-main-heading {
    font-size: 48px;
}

.section-h2 {
    font-size: 36px;
}

.section-h3 {
    font-size: 30px;
}

.section-h4 {
    font-size: 24px;
}

.section-h5 {
    font-size: 20px;
}

.section-h6 {
    font-size: 18px;
}


.z-9 {
    z-index: 9;
}

/* color-css */

.text-secondary {
    color: var(--bs-secondary-color) !important;
}

.text-primary {
    color: var(--bs-theme-color) !important;
}

.bg-primary {
    background-color: var(--bs-theme-color) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary-color) !important;
}

.text-white-80 {
    color: rgba(255, 255, 255, 0.8);
}

/* font-weight-css */
.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

/* Form Inputs Css */
/* Chrome,Safari, Edge, Opera ,Firefox*/
input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-control:focus {
    /* box-shadow: none;
    border: none; */
}

/* Form Inputs Css */
/* Blacklayer */
.blacklayer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000bd;
    backdrop-filter: blur(5px);
    z-index: 991;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    transition: all 0.4s ease;
}

.blacklayer.active {
    z-index: 991;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Blacklayer */

.img-cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
    height: 100%;
    width: 100%;
}

.img-fluid {
    width: 100%;
}

.btns {
    margin-top: 20px;
}

.not_orderable {
    cursor: default !important;
}

/* Global Css End */

/*book table*/


label.condition-text p {
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.3;
    text-align: left !important;
}

label.condition-text {
    display: flex;
    align-items: center;
    gap: 9px;
}

.condition-text input {
    width: 34px;
    margin-right: 10px;
    height: 20px;
}

.img-full4 {
    height: 100%;
}

.img-full4 img.img-fluid {
    height: 100%;
    margin: auto;
    text-align: center;
    display: block;
    object-fit: cover;
}

.owl-carousel {
    z-index: -1 !important;
}

.wh-100 {
    height: 100px !important;
}

.over-lay {
    text-align: left;
}

.card-img {
    position: relative;
}

.over-lay h3 {
    font-size: 21px;
}

.over-lay {
    position: absolute;
    bottom: 0;
    padding: 13px 11px 7px;
    background: linear-gradient(172deg,
            rgb(255 255 255 / 0%) -32%,
            rgb(89 16 16) 66%);
    height: 150px;
}

/* Desk-view-Header start */

header {
    padding: 10px 10px;
    position: sticky;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.6);
}

header.navigation.is-sticky {
    background: rgba(0, 0, 0, 1);
    transition: all 0.2s ease;
    animation: sticky-header 0.35s ease-out;
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 10px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

@media (max-width:767px) {
    header {
        padding: 10px 10px;
    }

    .web-nav-cover img {
        height: 60px !important;
    }

    header.navigation.is-sticky {
        z-index: 999;
    }
}


header.navigation.is-sticky .action-bar {
    display: none;
}

header.navigation.is-sticky .web-nav-logo {
    display: none;
    transition: all 0.4s ease;
}

header.navigation.is-sticky .web-nav-sticky-logo {
    display: block;
    transition: all 0.4s ease;
}

header.navigation.is-sticky .cart-div a,
header.navigation.is-sticky .cart-div a i,
header.navigation.is-sticky .cart-div a span {
    border-color: var(--bs-white-color);
    color: var(--bs-white-color);
}

header.navigation.is-sticky .nav-booktable-btn {
    color: var(--bs-white-color);
}

header.navigation.is-sticky .nav-booktable-btn:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.action-bar ul li a span {
    line-height: 24px;
}

.web-nav-sticky-logo {
    display: none;
    transition: all 0.4s ease;
}

.web-nav-cover .web-nav-sticky-logo img {
    transition: all 0.4s ease;
}

@keyframes sticky-header {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

header .navbar {
    border-radius: 0px;
}

header .navbar .nav-contain {
    height: 100%;
}

.web-nav-links .nav-link {
    font-size: 16px;
    color: #fff;
    font-family: "Phudu", sans-serif;
    font-weight: 500;
    transition: all 0.4s ease;
    position: relative;
    border-radius: 0px;
    padding: 0px 10px 5px 10px !important;
}

header .nav_start {
    gap: 20px;
}

.web-nav-links .nav-item:last-child .nav-link {
    border-right: 0;
}

.web-nav-links .nav-link:hover {
    color: var(--bs-orange-color);
    background-color: transparent;
    transition: all 0.4s ease;
}

.web-nav-links .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid var(--bs-orange-color);
}

.nav-item.active a {
    color: var(--bs-orange-color);
}

.web-nav-links .dropdown-item.active,
.web-nav-links .dropdown-item:active {
    color: var(--bs-orange-color);
    background: var(--bs-theme-color);
}

.navigation.hide {
    top: -80px;
    transition: all 0.4s ease;
}

.social-media-header {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: end;
}

footer .social-media-header a i {
    color: #1f1e1e;
    margin: 0;
    padding: 10px;
    background: var(--bs-orange-color);
    font-size: 20px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.social-media-header a i:hover {
    color: var(--bs-dark-color);
}

.footer-media-icon i:hover {
    color: var(--bs-theme-color);
}

.web-nav-cover {
    position: relative;
}

.web-nav-cover img {
    height: 80px;
}

.cart-div {
    position: relative;
    background-color: var(--bs-orange-color);
    border-radius: 100px;
    padding: 5px;
}

li.nav-item.cart-div .nav-link.active span {
    color: var(--bs-dark-color);
}

li.nav-item.cart-div .nav-link span:hover {
    color: var(--bs-dark-color);
}

.cart-div a {
    display: flex;
    gap: 2px;
    align-items: center;
    width: 34px;
    height: 34px;
    justify-content: center;
    overflow: hidden;
}

.cart-div a img {
    width: 25px;
    height: 25px;
}

.cart-div a i {
    padding: 0;
    align-items: center;
    justify-content: center;
    color: var(--bs-white-color);
    font-size: 25px;
}

.cart-div span {
    position: absolute;
    display: flex;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    right: 0px;
    top: -2px;
    background: #158A44;
    font-size: 9px;
    color: #fff;
}

.nav-booktable-btn {
    position: relative;
    background-color: var(--secondary-color);
    border-radius: 0px;
    color: white;
    padding: 10px 30px;
    transition: all 0.4s ease;
    cursor: pointer;
    border: 1px solid var(--secondary-color);
}

.nav-booktable-btn:hover {
    background: #FFF;
    color: var(--bs-black-color);
    transition: all 0.4s ease;
    border: 1px solid #000;
}

/* Desk-view-Header End */
/* Action Bar Start */
.action-bar {
    width: 100%;
    padding: 10px 0;
}

.action-bar a {
    color: var(--bs-dark-color);
    font-size: 16px;
    font-weight: 500;
}

.action-bar a:hover {
    color: var(--bs-orange-color);
}

.location_li a:hover {
    color: var(--bs-dark-color);
}

.pointer {
    cursor: pointer !important;
}


.action-bar i {
    font-size: 18px;
}

/* Action Bar End */
/* Mobile Sidebar Satrt */
.mobileSidebar {
    position: fixed;
    z-index: 9999992;
    top: 0;
    right: -100%;
    max-width: 350px;
    height: 100vh;
    transition: all 0.4s ease;
    backdrop-filter: blur(32.349998474121094px);
    background: rgba(255, 255, 255, 0.10);
}

a {
    text-decoration: none;
}

.mobile-booktable a {
    border: none;
    padding: 14px 30px;
    color: var(--bs-white-color);
    border-radius: 50px;
    background: var(--bs-orange-color);
}

.mobile-booktable a:hover {
    background: var(--bs-theme-color);
}

.mobileSidebar.mobileSidebarShow {
    right: 0;
    transition: all 0.4s ease;
}

.mobileSidebarClose {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    padding: 0;
    animation: crossRotate 8s ease infinite;
}


@keyframes crossRotate {

    /* 0%{transform: rotate(-90deg);} */
    100% {
        transform: rotate(360deg);
    }
}

.mobileSidebar .navbar-links .nav-link:hover {
    color: var(--bs-orange-color);
}

.mobileSidebar .navbar-links .nav-link.active {
    color: var(--bs-orange-color) !important;
    padding: 0px;
}

.mobileSidebar .navbar-links .nav-link {
    font-size: 16px;
    color: #fff;
    font-family: "Phudu", sans-serif;
    font-weight: 500;
}

.mobileSidebar .contact-info {
    margin-top: 6px;
}

.contact-info li {
    padding: 0 20px;
}

.contact-info a {
    color: var(--bs-white-color);
}

.contact-info a:hover {
    color: var(--bs-theme-color);
}

.contact-info {
    margin-top: 50px;
}



form.form-contact input,
textarea.form-control {
    background-color: #EFEFEF;
    padding: 8px 15px;
    margin: 0px 0;
    border: none;
    /* border: 1px solid #cac8c8 !important; */
    border-radius: 8px;
    color: #737373;
    box-shadow: rgb(8 8 8 / 20%) 0px 0px 3px 0px;
    /* box-shadow: none; */
    /* outline: 0 !important; */
    margin-bottom: 0px;
    height: 46px;
    font-size: 14px;
}

#contact_us_form input,
#contact_us_form textarea.form-control {
    box-shadow: none;
    outline: 0 !important;
}

#contact_us_form .form-control:focus {
    box-shadow: none;
    border: none;
    outline: 0 !important;
    background-color: #EFEFEF;
}

#contact_us_form input::placeholder,
#contact_us_form textarea::placeholder {
    color: #6A7282 !important;
    opacity: 1;
}

textarea.form-control {
    height: 150px;
}

.map-location {
    overflow: hidden;
    border-radius: 20px;
}


/*our menu page css*/
.menu-item-section {
    /* padding: 80px 0; */
    padding-bottom: 0;
    ;
    position: relative;
    /* background: url('../image/bkg-layer.png'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;

}

.menuCateClose:hover {
    color: var(--bs-dark-color);
}

.side-tabe ul li {
    display: flex !important;
    align-items: center;
    padding: 0px;
    width: 100%;
}

.tab-link {
    color: white;
    text-decoration: none;
    text-align: center;
    padding: 10px 10px;
    border: none;
    text-wrap: nowrap;
    border-radius: 0px;
    font-weight: 500;
    width: 100%;
    transition: 0.4s;
    box-shadow: rgb(8 8 8 / 20%) 0px 0px 3px 0px;
    background-color: var(--light-green);
    /* flex: 1; */
    font-size: 14px;
}

.tab-link img {
    display: none;
}

.tab-link:focus-visible {
    outline: none;
}

.tab-link:hover {
    background: var(--bs-theme-color);
    color: var(--bs-white-color);
    transition: 0.4s;
}


.menu-tabs {
    margin: 0px 0;
}

.side-tabe ul {
    padding: 0px;
    border: none;
    border-radius: 0px;
    gap: 10px;
    display: flex;
    height: 100%;
    flex-direction: row;
}

li.slick-slide.slick-current.slick-center a {
    background: var(--bs-theme-color);
    color: var(--bs-orange-color);
    transition: 0.4s;
}

.menu-title {
    margin: 36px 0;
    text-align: center;
    color: var(--bs-orange-color);
}


.nav-tabs .tab-link.active {
    background: var(--secondary-color);
    color: var(--bs-white-color);
}

.menu-item-card {
    background: #FFF5F5;
   border-radius: 10px;
    height: 100%;
    padding: 20px;
    backdrop-filter: blur(32.349998474121094px);
}

.menu-item-section .tab-panel {
    width: 100%;
}

.tab-content>.tab-pane{
    display: block !important;
        padding-top: 20px;
}


.menu-bg {
    position: absolute;
    right: -94px;
}

.menu-bg img {
    width: 70%;
}

.menu-price-start {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.product-title-01 {
    font-size: 24px;
    font-family: "Phudu", sans-serif;
    color: #000000;
    font-weight: bold;
}

.product-description {
    font-size: 16px;
}

.item-text h5 {
    margin: 4px 0 4px 0;
}

.item-text p {
    font-size: 14px;
}

.item-gap {
    margin-bottom: 0px;
    height: 100%;
}


/* .food-type-icon-00 .food-icons-00{z-index: 0;} */
/* Manu item Button css Start */
.add-item-btn,
.add-item-btn,
.add_combo_item,
.add_combo_item span.ladda-label .add-item-btn span.ladda-label,
.add-item-btn1 span.ladda-label {
    width: 100%;
    border: none;
    border-radius: 50px;
    position: absolute;
    transition: all 0.4s ease;
    display: flex !important;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
    background: transparent;
}

.add-item-btn:hover,
.add_combo_item:hover,
.add-item-btn1:hover {
    color: var(--bs-red-hover);
}

.add-item-btn.hidden,
.add_combo_item.hidden,
.add-item-btn1.hidden {
    position: absolute;
    z-index: -1;
    transition: all 0.4s ease;
}

button.add-item-btn i,
button.add_combo_item i,
button.add-item-btn1 i {
    background: var(--secondary-color);
    display: inline-grid;
    border-radius: 50px;
    text-align: center;
    color: #fff;
    padding: 2px 2px 2px 3px;
    -webkit-text-stroke: 0.6px;
    place-content: center;
    place-items: center;
    width: 20px;
    height: 20px;
}

.itme-btn-fuction {
    position: relative;
    overflow: visible;
    border: 2px solid var(--bs-orange-color);
    background-color: #fff;
    border-radius: 50px;
    padding: 6px 8px;
    /* height: 29px; */
    font-size: 16px;
}


.qty-btns {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 50px;
    overflow: hidden;
    padding: 3px;
    gap: 5px;
}

.qty-btns button {
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-btns button i {
    display: flex;
    font-weight: bold !important;
    font-size: 18px;
    -webkit-text-stroke: 0.6px;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-orange-color);
    border-radius: 50px;
}

.qty-btns button:hover {
    background: transparent;
    color: var(--bs-white-color);
}

.qty-btns button,
.qty-btns input {
    max-width: 20px;
    max-height: 20px;
    padding: 5px;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 50px;
}

.qty-btns input {
    max-width: 35px !important;
}

.add-item-btn,
.add_combo_item {
    color: #000;
}

.qty-btns input {
    pointer-events: none;
    font-weight: 700;
    font-size: 14px;
    background-color: transparent;
    color: white;
}

.cart-page-section .qty-btns input {
    color: #000 !important;
}

button.quantity_increase {
    color: #fff;
}

button.quantity_decrease {
    background: transparent;
    color: #fff;
}

button.quantity_decrease:hover {
    background: var(--bs-orange-color);
}

button.quantity_decrease1 {
    background: transparent;
    color: #fff;
}

button.quantity_decrease1:hover {
    background: var(--bs-orange-color);
}

button.quantity_increase1 {
    color: #fff;
}


button.quantity_increase1 {
    background: var(--bs-orange-color);
}


/* Manu item Button css End */
.item-content-box-ac {
    /* display: flex;
    flex-direction: column;
    justify-content: end; */
    width: 100%;
}

/* 
.item-price h5 {
    color: var(--bs-orange-color) !important;
} */

.swal2-confirm {
    background-color: var(--bs-orange-color) !important;
    box-shadow: none !important;
}

.menu-item-card .item-img-box-ac {
    /* height: 180px;
    min-height: 180px; */
    padding: 0;
}

.menu-item-card .item-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.menu-item-card .item-img-box-ac img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    padding: 0;
    border-radius: 0px;
}

.item-price h5 {
    font-size: 18px;
}

.BarMenu-panel .item-content-box-ac .item-text h5,
.item-price h5 {
    color: var(--bs-dark-color);
}

span.copy-button {
    padding: 2px 10px;
    border: 2px dashed;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
}

.custom-bowl-img img {
    max-width: 90px;
    border-radius: 5px;
    max-height: 90px;
    width: 90px;
    object-fit: cover;
    height: 90px;
}

.custom-bowl-checkbox{
    z-index: 2;
    left: unset;
    top: 0;
    position: absolute;
    right: 0;
    background-color:var(--bs-orange-color);
    padding: 5px 10px;
    border-radius: 0 0 0 10px;
}

/* Menu modal pupup  */
.menu-page-items-popup .modal-dialog {
    height: auto;
}

.modal-dialog-scrollable .modal-content {
    height: 100% !important;
    overflow: hidden;
    position: relative;
}

form#add_to_cart_form {
    height: 100%;
}

.order-border {
    border-bottom: 2px solid #d2d2d2;
}

#food-modal-data {
    height: 100% !important;
    display: flex;
    flex-direction: column;
}

.modal-header button {
    border: none;
    border-radius: 100px;
    background: var(--bs-light-gray-color);
    color: var(--bs-theme-color);
    font-size: 18px;
    padding: 0;
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: auto;
}

.food-Modal-popup .input-number {
    background: var(--bs-light-gray-color);
}

.input-number {
    color: black !important;
}

.food-Modal-popup .item-price h5 {
    color: var(--bs-dark-color);
}

.label-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 5px;
    background: var(--bs-light-gray-color);
    color: var(--bs-dark-color);
    cursor: pointer;
}

.label-text i {
    height: 20px;
    width: 20px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    color: var(--bs-dark-color);
}

.food-Modal-popup .modal-body {
    overflow-y: auto;
    max-height: 350px;
}

.food-Modal-popup .modal-body input {
    width: 0;
}

.food-Modal-popup .modal-body input[type="radio"]:checked+label {
    color: var(--bs-white-color);
    background: var(--bs-theme-color);
}

.food-Modal-popup .modal-body input[type="checkbox"]:checked+label {
    color: var(--bs-white-color);
    background: var(--bs-theme-color);
}

.food-Modal-popup .modal-body input[type="radio"]:checked+label i {
    color: var(--bs-white-color);
}

.food-Modal-popup .modal-body input[type="checkbox"]:checked+label i {
    color: var(--bs-white-color);
}

/*End our menu page css*/

/* Cart Page Css Start  */

.cart-page-section {
    padding: 80px 0 0px 0;
    min-height: 300px;
}

.cart-page-section .item-content-box-ac {
    margin-top: 0;
}

.cart-items-container {
    padding: 0px;
    border: 0px solid #e5e5e5;
    position: relative;
    box-shadow: none;
    border-radius: 8px;
    margin-bottom: 10px;
}


/* Cart Left Div  Start*/
.cart-left-details {
    background: var(--bs-light-orange-color);
    padding: 10px;
    border-radius: 20px;
}

.cart-left-details h2 {
    padding: 10px 10px;
    border-radius: 10px;
    color: #000;
}

.cart-left-details .item-gap {
    margin-bottom: 0px;
    padding: 0;
}

.cart-left-details .item-img-box-ac img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.cart-left-details .item-img-box-ac {
    max-width: 100px;
    height: 80px;
    min-height: 80px;
    width: 100%;
    height: 100%;
    padding: 0;
}

.cart-left-details .item-text h5 {
    margin: 0px 0 2px 0;
    padding: 0 20px 0 0;
    align-items: center;
    color: var(--bs-dark-color);
}

.cart-left-details .item-text p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 4px;
}

.cart-left-details .item-text {
    padding-right: 30px;
    width: 100%;
}

.item-remove-btn {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1;
}

.menu-item-card:hover .item-remove-btn button {
    opacity: 1;
    transition: all 0.4s ease;
}

.item-remove-btn button {
    background: var(--bs-gray-color);
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
}

.item-remove-btn button:hover {
    background: var(--bs-dark-color);
}

.item-remove-btn button:hover i {
    color: var(--bs-white-color);
}

.item-remove-btn button i {
    display: flex;
    color: var(--bs-dark-color);
    font-size: 12px;
}

.no-img-item {
    width: 100% !important;
}

.cart-text-details {
    padding: 10px 16px;
}

/* Cart Left Div  End*/
/* Cart Right Div  Start*/
.checkout-page-section .cart-items-details {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    position: sticky;
    top: 140px;
    /* border: 1px solid #f99a39; */
}

.cart-right-row h2 {
    color: var(--bs-orange-color);
    padding: 10px 0;
}

.tips-row {
    flex-wrap: nowrap;
    margin-bottom: 10px;
    padding: 0 12px;
    position: relative;
    /* border-top: 2px solid var(--bs-light-gray); */
}

  .custom-bowl-shrink {
        flex-shrink: unset !important;
    }
    .custom-bowl-shrink p{
        text-align: left !important;
    }

.tips-boxs {
    display: flex;
    /* width: auto; */
    justify-content: start;
    padding: 0px 0 12px;
}

.tips-boxs input[type="radio"]:checked+label {
    color: var(--bs-white-color);
    background: var(--bs-orange-color);
}

.tips-boxs label {
    border: 1px solid #C32127;
    background: rgb(195 33 39 / 10%);
    color: #C32127;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 40px;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 5px;
    padding: 0 20px;
    cursor: pointer;
    font-weight: 600;
}

.tips-boxs input {
    width: 0;
    opacity: 0;
}

.tips-row .form-control {
    width: 100%;
    border: 1px solid #B5B5B5;
    background-color: transparent;
    /* background: var(--bs-theme-color); */
}

.add-coupen-box .coupon_code_input:focus,
.tips-row .form-control:focus {
    padding: 0.375rem 0.75rem;
}

.item-price-box li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 0px;
    margin-bottom: 5px;
    border-radius: 5px;
}

span.coupen-btns button {
    border: navajowhite;
    font-size: 10px;
    background: red;
    color: #fff;
    border-radius: 30px;
    padding: 4px 10px;
}

.item-price-box h6 {
    margin: 0;
    color: #000000;
    font-weight: 500;
}

.item-price-box h6:last-child {
    text-wrap: nowrap;
    width: 100px;
    min-width: 100px;
}

.item-price-box li:last-child h6 {
    color: #000000;
    font-weight: 700;
}

.discount-row h6 i {
    transform: rotate(30deg);
    display: inline-block;
    color: var(--bs-orange-color);
}

.discount-row h6 small {
    color: var(--bs-orange-color);
    font-size: 12px;
}

.specail-text textarea {
    height: 50px;
    margin: 6px 0 !important;
    border: 1px solid #dcdcdc !important;
    border-radius: 8px;
    background-color: transparent;
    box-shadow: none;
}

.specail-text h6 {
    margin-top: 10px;
    color: var(--bs-orange-color);
}

.add-coupen-box {
    justify-content: start;
    display: flex;
    margin-bottom: 0px;
    gap: 10px;
}

.add-coupen-box span {
    display: inline-flex;
    border: 1px solid #B5B5B5;
    padding: 0 10px 0 0;
    align-items: center;
    border-radius: 5px;
    width: -webkit-fill-available;
}

.add-coupen-box span i {
    transform: rotate(30deg);
    display: inline-block;
    color: var(--bs-orange-color);
}

.apply-coupen-btn {
    padding: 10px 10px;
    border: none;
    background: var(--bs-theme-color);
    color: white;
    border-radius: 5px;
    text-wrap: nowrap;
}

.apply-coupen-btn svg {
    fill: #000 !important;
}

.apply-coupen-btn span {
    border: none;
    background: transparent;
}

/* Cart Right Div  end*/
/* Cart Page Css End  */

/* Checkout Page Css  */
.checkout-left-details {
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    /* border: 1px solid #f99a39; */
}

body h2.back-btn a {
    /* background: var(--bs-orange-color); */
    padding: 2px 5px 1px;
    border-radius: 100px;
    font-size: 14px;
    /* color: var(--bs-white-color); */
    color: #000;
}

.cart-items-details h2 {
    display: inline-flex;
    padding: 10px 0;
    border-radius: 30px;
    transition: all 0.4s ease;
    color: #000;
    /* text-transform: uppercase; */
}

/* .cart-items-details h2:hover{background: var(--bs-red-hover);transition: all 0.4s ease;} */
.cart-items-details h2:hover a {
    color: var(--bs-white-hover);
    transition: all 0.4s ease;
}

.cart-items-details h2 a {
    font-size: 16px;
    text-decoration: none;
    color: var(--bs-black-800-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s ease;
}

.cart-items-details h2 a i {
    font-size: 25px;
    margin-right: 5px;
}

.cart-items-details .form-contact {
    padding: 0px !important;
}

.cart-items-details .form-contact input {
    margin: 6px 0;
}

.checkout-form {
    margin-top: 20px;
}

.circle-number {
    background: var(--bs-orange-color);
    color: var(--bs-white-color) !important;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    margin-right: 11px;
    font-size: 17px;
}

.checkout-left-details h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

/*Track order Css Start*/
ul#progressbar li {
    font-size: 18px;
    color: #000;
    text-align: center;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-size: 9px;
    width: 33%;
    float: left;
    position: relative;
}

li.active img.select {
    display: block;
    transition: 0.3s;
}

.proces-img img {
    text-align: center;
    margin: auto;
    transition: 0.3s;
    width: 86px;
    position: relative;
    z-index: 0;
    border: 4px solid var(--bs-theme-color);
    border-radius: 50px;
}

img.select {
    /* display: none; */
    transition: 0.3s;
}

ul#progressbar p {
    margin-top: 10px;
    color: var(--bs-orange-color);
}

ul#progressbar li.active p {
    color: var(--bs-orange-color);
}

li.active img.unselect {
    display: none;
    transition: 0.3s;
}

ul#progressbar {
    margin-bottom: 30px;
    padding: 0;
}

.proces-img:after {
    content: "";
    background: var(--bs-orange-color);
    height: 5px;
    display: block;
    position: absolute;
    top: 31%;
    left: 66%;
    width: 70%;
    margin: auto;
    z-index: -9999;
}

.proces-img.last-broder:after {
    display: none;
}

.proces-img:last-child:after {
    display: none;
}

li.active .proces-img:after {
    background: var(--bs-theme-color);
    transition: 0.4s;
}

li.active .proces-img {
    background: var(--bs-theme-color);
}

.proces-img {
    background-color: transparent;
    border-radius: 190px;
    width: 85px;
    margin: auto;
    border: 3px solid var(--bs-theme-color);
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.active .proces-img svg {
    fill: white !important;
}

.proces-img svg {
    width: 40px !important;
    height: 40px !important;
    fill: var(--bs-theme-color);
}

.track-order1 {
    max-width: 100%;
    background: #ffffff3d;
    padding: 20px 23px 20px;
    margin: auto;
    border-radius: 10px;
    /* border: 1px solid #f99a39; */
}

.track-order1 h4,
.track-order1 p {
    text-align: center;
}

.track-order1 p {
    color: #fff;
    margin: 0;
}

.track-order1 h4 {
     color: #fff;
    font-size: 20px;
}

section.trackorder-page {
    margin: 40px 0px;
}

.title-inner-01 {
    padding: 0 25px 20px;
    width: fit-content;
    margin: 50px auto;
    background: #ffe7cf;
    border-radius: 20px;
}

.border-secondary{
    border-color: var(--bs-secondary-color) !important;
}

/* Banner-css-start */

.banner-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c0c0c;
}

.banner-left {
    z-index: 99;
}

.banner-left h1 {
    font-size: 75px;
    color: white;
    font-weight: bold;
    font-family: "Phudu", sans-serif;
}

.banner-vector {
    position: absolute;
    left: -70px;
    top: -40px;
}

.banner-bowl-img {
    position: absolute;
    z-index: 2;
    width: 54%;
    margin: 0 auto;
    display: block;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    min-height: 800px;
}

.primary_btn,
.primary_btn:hover {
    background-color: var(--bs-orange-color);
    color: white;
    font-family: "Phudu", sans-serif;
    border: 2px solid var(--bs-orange-color);
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 20px;
}

.primary_btn_outline,
.primary_btn_outline:hover {
    padding: 8px 20px;
    font-size: 18px;
    font-family: "Phudu", sans-serif;
    background-color: transparent;
    color: white;
    border-radius: 0;
    border: 2px solid white;
}

.primary_btn_white {
    background-color: white;
    color: var(--bs-orange-color);
    border: 2px solid white;
}

.primary_btn_10 {
    background-color: rgba(255, 255, 255, 0.1);
    border: 2px solid #D0291E;
}

.back_btn{
    border:2px solid var(--bs-white-color);
    color:var(--bs-white-color);
    padding: 16px 32px;
}

.banner-buttons {
    display: flex;
    gap: 25px;
    margin-top: 32px;
}

.banner-stats {
    display: flex;
    gap: 20px;
    text-align: center;
}

.banner-stats span {
    font-size: 36px;
    font-family: "Phudu", sans-serif;
    font-weight: bold;
}

.banner-stats div {
    flex: 1 1 auto;
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    position: relative;
}

.banner-stats div:last-child {
    border-right: none;
}

.banner-stats div:last-child:after {
    background-color: transparent;
}

.banner-stats div:after {
    content: "";
    position: absolute;
    right: 25%;
    top: 30%;
    height: 50%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
    align-items: center;
    display: flex;
}

/* Section-banner-bottom-css-start */

.border-primary {
    border-color: var(--bs-orange-color) !important;
}

.banner_bottom_card {
    padding: 25px;
}

.banner_bottom_card1 {
    background: linear-gradient(180deg, var(--red, #C32127) 0%, rgba(234, 101, 78, 0.50) 100%);
}

.banner_bottom_card2 {
    background: linear-gradient(180deg, #B46300 0%, rgba(180, 99, 0, 0.50) 100%);
}

/* Fresh-fowl-css */

.fresh_bowls::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    background-color: #181818;
    border-radius: 2px;
}

/* Our-menu-css */

.menu-section, .bg-cart-gradient {
    background: linear-gradient(180deg, #2A0002 0%, rgba(42, 0, 2, 0.00) 100%);
}

.item-img-box-ac img {
    width: 100%;
}

.menu-badge {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 20px 0 0;
    background: linear-gradient(90deg, #FF6900 0%, #E7000B 100%);
    padding: 5px 30px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.menu-extra {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    margin-top: var(--section-space);
}

.menu-extra ul {
    gap: 50px;
}

.menu-extra li {
    font-size: 24px;
    color: var(--bs-orange-color);
    text-transform: uppercase;
    font-weight: 600;
}

.menu-extra li span {
    width: 10px;
    height: 10px;
    display: block;
    background-color: var(--bs-orange-color);
    border-radius: 100px;
}

.why-choose-card {
    margin-top: 2rem;
    background-color: rgb(248 243 243 / 5%);
    padding: 25px;
}

.why-choose-card .feature-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 28px;
}

.why-choose-card .feature-row:last-child {
    margin-bottom: 0;
}

.why-choose-card .feature-icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-choose-card .feature-title {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 20px;
    font-family: "Phudu", sans-serif;
}

.why-choose-card .feature-desc {
    color: #ffffff;
    margin-top: 5px;
}

.why-choose-card .feature-icon.orange {
    background: linear-gradient(135deg, #FF6900 0%, #F54900 100%);
}

.why-choose-card .feature-icon.green {
    background: linear-gradient(135deg, #00C950 0%, #00A63E 100%);
}

.why-choose-card .feature-icon.red {
    background: linear-gradient(135deg, #FB2C36 0%, #E7000B 100%);
}

/* Testimonial-section-css */

.review_main-card {
    background: rgba(255, 255, 255, 0.10);
    padding: 25px;
    min-height: 200px;
    margin: 0 20px;
    position: relative;
    overflow: visible;
}

.review_main-card .rate-star {
    display: flex;
    gap: 5px;
    color: green;
    margin-bottom: 20px;
}

.review_main-card p {
    color: white;
    font-size: 16px;
    margin-bottom: 20px;
}

.reviewer-name {
    font-size: 13px;
    color: #fff;
}

.slick-dots li button:before {
    color: var(--bs-orange-color) !important;
    font-size: 10px;
}

.slick-dots li {
    margin: 0 0px;
}

.slick-dots {
    position: absolute;
    bottom: -65px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    background-color: #292929;
    display: flex !important;
    justify-content: center;
    width: fit-content !important;
    margin: 0 auto;
    border-radius: 50px;
    padding: 2px 10px !important;
}

.slick-slider {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-slide {
    padding: 20px 0;
}

.quote-icon {
    position: absolute;
    right: 20px;
    top: -20px;
}

.hungry-grain-bg {
    background-color: #D0291E;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.hungry-grain-bg h2 {
    font-size: 75px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-family: "Phudu", sans-serif;
}

.hungry_img {
    position: absolute;
    right: 80px;
    top: -150px;
    width: 40%;
}

/* Gallery Section Css */
.gallery-card img {
    width: 100%;
    object-fit: cover;
}

.g-card-4 img {
    height: 377px;
}

.g-card-6 img {
    height: 508px;
}

.protein-broz-section {
    text-align: center;
}

.protein-broz-section h2 {
    font-size: 175px;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    font-family: "Phudu", sans-serif;
    align-items: center;
    text-align: center;
}

.protein-broz-right-image {
    position: absolute;
    right: -9rem;
    top: 0;
}

.protein-broz-left-image {
    position: absolute;
    left: -11rem;
    bottom: 0;
}

.protein-broz-content {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.footer-start {
    background-color: #120000;
    padding: 100px 0px 50px 0px;
}

.footer-start h2 {
    font-size: 18px;
    font-family: "Phudu", sans-serif;
    color: White;
    font-weight: 600;
}

.footer-left-top {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-top-right {
    display: flex;
     border-left: 2px solid rgb(255 255 255 / 30%);
    flex-direction: column;
    gap: 10px;
     padding-left: 30px;
}

.footer-left-top img {
    width: 80px;
}

.social-media-list li i {
    border: 1px solid white;
    padding: 5px;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-navigation-links ul li a {
    font-family: "Phudu", sans-serif;
    color: white !important;
    font-size: 18px;
    font-weight: 600;
}

.footer-card {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 20px;
}


/* About-page-css */

.subbanner-start {
    background-size: cover;
    padding: 100px 0;
    max-height: 400px;
}

.gallery-subbanner {
    background-image: url(../image/gallery-subbanner.webp);
}

.menu-subbanner {
    background-image: url(../image/menu-subbanner.webp);
}

.contact-subbanner {
    background-image: url(../image/contact-subbanner.webp);
}

.about-us-subbanner {
    background-image: url(../image/about-subbanner-bg.webp);
}

.subbanner-start h1 {
    font-size: 75px;
    color: white;
    font-weight: bold;
    font-family: "Phudu", sans-serif;
}

.fresh-main-card {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
}

.fresh-card {
    padding: 30px;
}

.fresh-badges li {
    border-radius: 33554400px;
    background: rgba(255, 255, 255, 0.10);
    padding: 5px 15px;
    color: white;
}

.fresh_card_green {
    background: linear-gradient(180deg, #158A44 0%, #0D5E2E 100%);
}

.fresh_card_red {
    background: linear-gradient(180deg, #C32127 0%, #8A171C 100%);
}

.fresh_card_yellow {
    background: linear-gradient(180deg, #B46300 0%, #7A4300 100%);
}

.fresh_card_light {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: linear-gradient(180deg, #2D2D2D 0%, #1A1A1A 100%);
}

.fresh-light-inner-card {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
}

.different_card {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-image: linear-gradient(177deg, rgb(26 26 26 / 0%) 0%, #ffffff52 0%, rgb(26 26 26 / 0%) 50%) 1;
}

.different-card-badged {
    padding: 5px 15px;
    border-radius: 33554400px;
}

.red-badge {
    background: rgba(195, 33, 39, 0.10);
    color: rgba(195, 33, 39, 1);
}

.green-badge {
    border-radius: 33554400px;
    background: rgba(21, 138, 68, 0.10);
    color: rgba(21, 138, 68, 1);
}

.yellow-badge {
    border-radius: 33554400px;
    background: rgba(180, 99, 0, 0.10);
    color: rgba(180, 99, 0, 1);
}

.join-protein h2 {
    font-size: 48px;
    color: white;
    font-weight: bold;
    font-family: "Phudu", sans-serif;
}

.join-protein-left-image {
    position: absolute;
    left: -250px;
    width: 30%;
    top: 0;
}

.join-protein-right-image {
    position: absolute;
    right: -200px;
    width: 30%;
    bottom: 0;
}

.footer-card svg,
.contact-details svg {
    flex-shrink: 0;
}


.gallery-section{
    background: linear-gradient(180deg, rgba(31, 167, 84, 0.12) 0%, rgba(31, 167, 84, 0.00) 100%);
}

/* Custom class for chicken cards with background */
.chicken-bg-card {
    min-height: 150px;
    height: 100% !important;
}

.chicken-bg-card h4{
    color:white !important;
}

.sg-product-item .form-check .form-check-input:checked ~ .chicken-bg-card{
    border:1px solid #1FA754 !important;
}


/* contact-us-page-css */

.contact-details li {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-form-box {
    background-color: #fff;
}

.iti__selected-country, .iti__selected-country-primary{
    height: 45px !important;
}

/* Benefits-css */

.benefits-bglayer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.benefits_box {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.05);
}

.benefits_box .benefits-list {
    color: white;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.benefits-badges-list {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.benefits-badges-list li {
    background-color: #fff;
    padding: 8px 20px;
    border-radius: 100px;
    font-weight: 500;
}


.benefits_box p {
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 30px;
}

.benefits-list li span {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
}

.benefits-list li span.red-icon {
    background-color: #E17100;
}

.benefits-list li span.green-icon {
    background-color: #00A63E;
}

.benefits-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.benefits-title {
    padding: 50px 0;
}

.benefits-heading{
    display: inline-flex;
    border-bottom: 5px solid #E7000B;
    padding-bottom: 20px;
}

.why-choose-us{
    border-top:1px solid rgba(255, 255, 255, 0.2);
}

/* Responsive-css */

@media (max-width:1600px) {
    .hungry_img {
    top: -70px;
}
.banner-bowl-img {
    width: 58%;
    height: 85%;

}
}


@media(max-width:1367px) {

    .subbanner-start h1 {
        font-size: 64px;
    }

    .banner-left h1 {
        font-size: 58px;
    }

   .banner-bowl-img {
        width: 58%;
        height: 76%;
    }

    .section-h2 {
        font-size: 30px;
    }

    .hungry-grain-bg h2 {
        font-size: 54px;
    }

    .g-card-4 img {
        height: 323px;
    }

    .g-card-6 img {
        height: 435px;
    }

    .join-protein-left-image {
        left: -180px;
    }

    .join-protein-right-image {
        right: -150px;
    }
}

@media(max-width:1199px) {
    .menu-extra ul {
    gap: 35px;
}
}

@media(max-width:1024px) {
    :root {
        --container-space: 2%;
        --section-space: 80px;
        --section-smallspace: 50px;
        --bs-white-color: #FFFFFF;
    }

    .subbanner-start h1 {
        font-size: 44px;
    }

.banner-bowl-img {
        width: 55%;
        height: 54%;
    }

    .section-h5 {
        font-size: 16px;
    }

    .section-h2 {
        font-size: 26px;
    }

    .fresh_bowls_content {
        padding: 20px 0;
    }

    .menu-extra ul {
        gap: 30px;
    }

    .review_main-card {
        min-height: 225px;
    }

    .hungry_img {
        top: 0px;
    }

    .hungry-grain-bg h2 {
        font-size: 44px;
    }

    .g-card-4 img {
        height: 270px;
    }

    .g-card-6 img {
        height: 360px;
    }

    .section-h3 {
        font-size: 24px;
    }

    .benefits-badges-list li {
        font-size: 14px;
    }

}

@media(max-width:991px) {
    :root {
        --section-space: 50px;
    }


    .banner-bowl-img {
        display: none;
    }

    .banner-vector {
        left: 0px;
        top: -100px;
    }

    .banner-left h1 br {
        display: none;
    }

    .banner-left h1 {
        font-size: 40px;
    }

    .banner-mobile-img {
        display: block;
        width: 55%;
        height: 48%;
        position: absolute;
        bottom: 0;
        right: -40px;
        object-fit: contain;
    }

    .fresh_bowls::after {
        display: none;
    }

    .fresh_bowls_content {
        padding: 0px 0 50px 0;
    }

    .banner_bottom_card1 {
        margin-bottom: 30px;
    }

    .menu-extra ul {
        gap: 20px;
    }

    .menu-extra li {
        font-size: 18px;
    }

    .menu-badge {
        font-size: 12px;
    }

    .review_main-card {
        min-height: 250px;
    }

    .slick-dots {
        bottom: -35px !important;
    }

    .hungry_img {
        top: -10px;
        width: 55%;
        right: 10px;
    }

    .g-card-6 img {
        height: 265px;
    }

    .g-card-4 img {
        height: 195px;
    }

    .protein-broz-section h2 {
        font-size: 125px;
    }

    .protein-broz-left-image {
        width: 200px;
        position: absolute;
        left: -9rem;
        bottom: 0;
    }

    .social-media-list {
        margin-top: 30px;
    }

    .join-protein h2 {
        font-size: 36px;
    }

    .join-protein-left-image {
        left: -100px;
    }

    .join-protein-right-image {
        right: -90px;
        bottom: 100px;
    }

    .footer-navigation-links ul {
        flex-direction: column !important;
        gap: 20px !important;
    }

    .hungry-grain-bg p{
        max-width: 40%;
    }

    .dg-product-action{
        margin-top: 50px;
    }
    .benefits-bglayer {
    width: 80%;
}
}

@media(max-width:767px) {
    .banner-left h1 {
        font-size: 26px;
    }

    main{
        overflow-x: hidden;
    }

    .primary_btn,
    .primary_btn:hover {
        font-size: 14px;
    }

    .primary_btn_outline,
    .primary_btn_outline:hover {
        font-size: 14px;
    }

    .banner-stats span {
        font-size: 26px;
    }

     .hungry-grain-bg p{
        max-width: 100%;
    }

    .protein-broz-right-image{
    right: -6rem;
    width: 50%;
    }

    .protein-broz-left-image {
        width: 100px;
        position: absolute;
        left: -5rem;
        bottom: 0px;
    }

    .protein-broz-section h2 {
        font-size: 65px;
    }

 .banner-mobile-img {
        display: block;
        width: 100%;
        height: 48%;
        position: absolute;
        bottom: 0;
        right: -12px;
        object-fit: contain;
    }

    .banner-content {
    min-height: 800px;
    }

    .menu-extra ul {
        gap: 10px;
        flex-direction: column;
    }

    .why-choose-card {
        margin-bottom: 30px;
    }

    .hungry-grain-bg br {
        display: none;
    }

    .hungry-grain-bg h2 {
        font-size: 30px;
    }

    .hungry_img {
        top: 300px;
        width: 95%;
        right: 0px;
    }

    .hungry-grain-bg {
        padding: 60px 0 200px 0;
    }

    .g-card-4 img {
        height: 300px;
    }

    .g-card-6 img {
        height: 300px;
    }

    .subbanner-start h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .subbanner-start {
        padding: 60px 0;
    }

    .fresh-main-card {
        padding: 20px;
    }

    .join-protein h2 {
        font-size: 26px;
    }

    .out-story {
        overflow: hidden;
    }

    .banner-vector{
        display: none;
    }

    .join-protein{
        padding: 100px 0 !important;
    }

        .join-protein-left-image {
        left: 0px;
        top: -90px;
        width: 40%;
    }
        .join-protein-right-image {
        right: 0px;
        bottom: -90px;
        width: 45%;
    }
    .benefits-bglayer {
    width: 100%;
}

.sg-product-size .form-check {
    width: 48% !important;
}

.copyright p{
    font-size: 15px;
}

.sg-product-size label.form-check-label h5{
    font-size: 14px;
    text-align: left;
}
.dg-product-action .d-in-flex-box h2, .dg-product-action .d-in-flex-box .sg-final-price .selected-items-review{
    display: none;
}
.dg-product-action h3{
    color:#000 !important;
}
.chicken-bg-card {
    min-height: 150px;
}
.selected-items-review .text-white, .selected-items-review .text-white-80{
    color: rgb(0 0 0 / 80%) !important;
    font-weight: 600 !important;
}
.dg-product-card {
    border-bottom: 1px solid #d6d6d6 !important;
}
.selected-items-review .section-h5 {
        font-size: 20px;
    }
    .selected-items-review .text-white.small{
        color:var(--bs-orange-color) !important;
    }
  
        .sg-product-size label.form-check-label {
        flex-direction: column;
        align-items: start !important;
    }
    .iti {
        width: 100% !important;
    }
}