:root {
    --color-red: #a01a40;
    --text-color: #3d594a;
    --text-color-lg: #52808c;
    --btn-primary: #3d594a;
    --btn-secondary: #acc8c1;
}

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Rowdies:wght@300;400;700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
/* Example for using Roboto for all body text */

.btn-primary {
    background-color: var(--btn-primary) !important;
    color: white;
}

.btn-secondary {
    background-color: var(--btn-secondary) !important;
    color: var(--btn-primary) !important;
}

body {
    font-family: "Avenir Book", sans-serif;
    /* Set the general font style */
    font-size: 12px;
    /* Set the general font size */
}

@font-face {
    font-family: "GloockRegular";
    src: url("/fonts/Gloock-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Quickpen";
    src: url("/fonts/Trial by Cupcakes - Quickpen.ttf") format("truetype");
}

@font-face {
    font-family: "Avenir";
    src: url("/fonts/Avenir.ttc") format("truetype");
}

body {
    font-family: "Avenir", sans-serif !important;
    font-size: 15px;
    background-color: #f7f7f7;
}

.about-pad {
    padding: 120px 120px 0px 100px;
}

.bg-primary {
    background-color: #3D594A !important;
}

a,
li,
h6 {
    font-family: "Avenir", sans-serif !important;
}

h4 {
    font-family: "Quickpen", cursive !important;
}

h1,
h3,
h5 {
    font-family: "GloockRegular", cursive !important;
}

.font-main {
    font-family: "GloockRegular", cursive !important;
}

h1 {
    color: var(--btn-primary);
}

.sticky-top {
    z-index: 1030;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

i {
    color: var(--btn-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Source Sans 3", sans-serif;
    /* Set the general font style */
}

/* Example for fallback font (Sans-serif) */
p {
    font-family: "Avenir", sans-serif;
    /* Set the general font style */
}

.fs-13px {
    font-size: 13px;
    font-weight: 400;
}

.navbar-toggler-icon {
    color: var(--text-color);
}

.br-2 {
    border-radius: 12px;
}

.section-contact:hover .icon i {
    color: red;
}

.my-contact-link {
    color: white !important;
}

.icon {
    height: 35px;
    width: 35px;
}

.nav-link {
    font-weight: 600;
    font-size: 14px !important;
    color: var(--text-color);
    text-transform: uppercase;
}

.contact-links {
    transition: all 0.3s ease-in-out;
    /* position: relative; */
}

.contact-links .fa {
    transition: all 0.3s ease-in-out;
}

.nav-link:hover {
    color: var(--color-red);
}

.contact-links:hover {
    color: var(--color-red) !important;
}

.order-now-btn {
    transition: all 0.3s ease-in-out;
}

.order-now-btn:hover {
    /* color: #acc8c1 !important; */
    background: #30453a !important;
}

.top-btn {
    transition: all 0.3s ease-in-out;
}

.top-btn:hover {
    color: #acc8c1 !important;
}

.about-btn:hover {
    /* color: #5a7e6b !important; */
    background: #98aaa6 !important;
    /* color: #52808c !important; */
}

.menu-btn:hover {
    background: #7d0d2c !important;
    /* color: var(--btn-secondary) !important; */
}

.nav-link.active {
    color: var(--color-red);
}

.contact-links:hover {
    color: var(--color-red) !important;
    text-decoration: none;
}

.contact-links:hover .fa-phone-alt.fa-whatsapp {
    color: var(--color-red) !important;
}

.contact-links:hover .fa-location-dot {
    color: var(--color-red) !important;
}

.contact-links:hover .fa-envelope {
    color: var(--color-red) !important;
}

.footer a:hover {
    color: #3d594a;
}

.btn-close-white {
    color: green !important;
}

.btn-close-white:hover {
    color: var(--color-red);
}

.btn {
    padding: 10px 25px !important;
    font-weight: 600;
}

.btn-danger {
    background-color: #a01a40 !important;
}

.social-icons i {
    color: var(--color-red);
}

.offcanvas1 {
    --bs-offcanvas-width: 300px !important;
    background-color: rgb(35, 38, 44);
}

.btn-close {
    color: #fff;
}

.fs-5 {
    font-size: 10px !important;
}

a {
    text-decoration: none;
}

.offcanvas-body a {
    color: #fff;
}

.logo_text {
    font-size: 1.8em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.25em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.logo_slogan1 {
    display: block;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
}

.form-check-input {
    border-radius: 50% !important;
    width: 19px;
    height: 15px;
    padding: 0px !important;
}

.footer-links a {
    color: gray;
    transition: all 0.3s ease-in-out;
}

.footer-links a:hover {
    color: var(--color-red) !important;
}

.text-red {
    color: var(--color-red);
}

.text-white {
    color: #fff !important;
}

.header-text {
    font-weight: 400;
    color: #3d594a;
}

.text-fs {
    font-weight: 400;
}

.text-section {
    padding: 50px;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 0 !important;
}

.custom-container {
    padding-right: 55px;
    padding-left: 55px;
}

.custom-link {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #31425c;
    background-color: #fbd3c8;
    border-radius: 5px;
    padding: 15px 40px;
}

/* order page css */
.navbar {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

a {
    text-decoration: none;
}

.model-list li.active {
    color: var();
    border-bottom: 2px solid #ffa500;
    padding-bottom: 5px;
}

.btn-primary {
    background-color: var(--btn-primary);
    border: 1px solid var(--btn-primary);
}

.btn-primary:hover {
    background-color: var(--btn-secondary);

    border: 1px solid var(--btn-secondary);
}

.btn-secondary {
    background-color: var(--btn-secondary);
    /* border: 1px solid var(--btn-secondary); */
}

.btn-secondary:hover {
    background-color: var(--btn-primary);

    /* border: 1px solid var(--btn-primary); */
}

ul li:hover {
    cursor: pointer;
}

.menu-category-item a {
    color: var(--text-color);
}

.search-card-body {
    margin-left: 11px;
    margin-right: 11px;
}

.header1 {
    border-bottom: 2px solid gray;
}

.min-order {
    font-size: 12px;
    color: var(--text-color);
}

.form-check-input:checked {
    background-color: var(--btn-primary);
    border-color: var(--btn-primary) !important;
    outline: none !important;
    box-shadow: none !important;
}

.menu-card {
    border: none;
    border-bottom: 2px solid gray;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
    padding: 15px;
    border-radius: 8px;
}

.card1 {
    border: 1px solid gray;
    border-radius: 12px;
}

.adjust-quantity {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding: 0px !important;
}

.btn-primary {
    background-color: #3d594c !important;
    border: #3d594c !important;
}

.text-dark {
    color: gray !important;
}

.menu-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.menu-icon {
    font-size: 24px;
    color: #444;
}

.offcanvas-dark {
    background-color: #333;
}

.total-amount {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.bg-green {
    background-color: #bad3c6 !important;
}

.header {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

/* modify scroll bar */
.menu-filters::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Scrollbar styles for Firefox */
.menu-filters {
    scrollbar-color: var(--btn-primary) #f1f1f1;
    scrollbar-width: thin;
}

.product-card {
    max-width: 540px !important;
}

.float-btn {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 35px;
    height: 35px;
}

.product-img {
    height: 220px;
    width: 100%;
}

.category-img {
    width: 60px;
}

.desktop-navbar {
    display: block;
}

.mob-navbar {
    display: none;
}

.bg-light-green {
    background-color: #e3fff2;
}

.text-green {
    color: #21b169;
}

.bg-light-orange {
    background-color: #fff3db;
}

.text-orange {
    color: #fba700;
}

.bg-light-blue {
    background-color: #e4f7ff;
}

.text-blue {
    color: #11b2f5;
}

.list-hover li:hover {
    margin-left: 5px;
    transition: 0.3s ease-in-out;
}

.form-label {
    font-size: 14px;
}

.customer-form input {
    font-size: 14px;
}

.profile-items a {
    color: black;
}

.active {
    color: var(--color-red) !important;
}

.active i {
    color: #21b169 !important;
}

@media (min-width: 1024px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row !important;
    }

}

@media (max-width: 1024px) {
    .mob-navbar {
        display: block !important;
    }

    .mob-pad {
        padding: 305px;
    }

    .mob-height {
        height: 400px;
    }

    .desktop-navbar {
        display: none !important;
    }

    .navbar-bottom-slider {
        display: none;
    }

    .privacy-header {
        display: none !important;
    }

    .about-pad {
        padding: 60px;
    }

    .order-now-btn-mob {
        font-size: 10px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .order-btn-slider {
        font-size: 16px !important;
    }

    .navbar-expand-lg .navbar-collapse {
        display: none !important;
    }

    .navbar-expand-lg .navbar-toggler {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .desktop-navbar {
        display: none;
    }

    .text-section {
        padding: 50px 25px;
    }

    .mob-navbar {
        display: block;
    }

    .mob-pad {
        padding: 305px;
    }

    .mob-center h4,
    h1,
    .contact-info {
        text-align: center !important;
    }

    .menu-content-section p {
        text-align: justify !important;
    }

    #menu h4 {
        text-align: center !important;

    }

    .mob-center p {
        text-align: justify;
    }

    .btn {
        padding: 8px 20px !important;
        font-size: 12px;
    }

    /* Custom styles for large screens */
    .product-card {
        width: 100% !important;
    }

    #about h4 {
        text-align: center;
    }

    .product-img {
        min-height: 192px !important;
        min-width: 233px !important;
    }

    .category-img {
        width: 30px;
    }

    .search-card-body {
        padding-left: 30px;
    }

    .btn2 {
        top: 190px !important;
        left: 180px !important;
    }

    .about-pad {
        padding: 60px 30px;
        text-align: justify;
    }

    .mob-height {
        height: 350px;
    }
}

.menu-img {
    height: 450px;
    width: 415px;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.item-details .item-quantity,
.addon-item .addon-quantity {
    margin-top: 5px;
}

.addon-item {
    margin-top: 10px;
}

.item-details .item-name {
    margin-bottom: 5px;
}

.menu-card-body {
    max-height: 300px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.menu-card-body::-webkit-scrollbar {
    display: none;
}

.menu-category-list {
    white-space: nowrap;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.card-title {
    font-weight: 800 !important;
}

.text-primary {
    color: #a01a41 !important;
}

.menu-category-item a {
    text-decoration: none;
    color: #333;
    padding: 5px 0px;
    display: block;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.menu-category-item a:hover {
    color: #dd3333;
}

.nav-link-offcanvas {
    color: var(--text-color) !important;
}

.nav-link-offcanvas :hover {
    color: var(--color-red) !important;
}

.nav-link-offcanvas:hover {
    color: var(--color-red) !important;
}

@media (max-width: 500px) {
    .footer-padding {
        padding-left: 35px;
        padding-right: 35px;
    }
}

.carousel-media-review {
    object-fit: contain;

}


.order-btn-slider {
    margin-top: 50px !important;
}

.carousel-inner {
    overflow: hidden;

}


.dropdown-menu {
    position: absolute;
    top: 10px !important;
    left: -130px !important;
}


.dropdown-toggle::after {
    border-top: 0.2em solid !important;
    vertical-align: .1em !important;

}

.dropdown-item.active,
.dropdown-item:active {
    background: #3d594a !important;
}

.footer-padding {
    padding: 50px 50px;
}

@media (max-width: 768px) {

    .order-btn-slider {
        margin-top: 30px !important;
    }

    .media-review-section {
        width: 90% !important;
    }

    .footer-padding {
        padding: 20px 20px;
    }

    .nav-btn {
        background-color: #a01a40 !important;
        font-size: 9px !important;
    }

}