* {
    padding: 0;
    margin: 0;
}

/* navbar start */

.navbar-brand i {
    cursor: pointer;
}

nav {
    background-color: #f8f1e7;
}

.container-fluid {
    border-bottom: 3px solid rgb(234, 225, 225);
    align-content: center;
    z-index: 1000;
}

.offcanvas.offcanvas-start {
    width: 100vw;
    max-width: none;
}

.offcanvas-backdrop {
    opacity: 0.5;
}

.nav-item a {
    text-decoration: none;
}

.logo {
    font-size: 30px;
    font-weight: 900;
    color: #502314;
    font-family: Arial, Helvetica, sans-serif;
}

.cart {
    background-color: #d62300;
    border-radius: 30px;
    color: white;
    font-weight: 700;
    align-content: center;
    border: none;
    /* position: relative;
    right: 50px; */
    margin: 2px;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 14px;
}

.user {
    border: none;
    background-color: #f8f1e7;
    color: #502314;
    font-size: 20px;
    margin-right: 10px;
}

.custom-navbar {
    background-color: #f8f1e7;
    border-top: 3px solid rgb(234, 225, 225);
    padding: 10px 0;
}

.custom-navbar .nav-item {
    text-align: center;
    flex: 1;
}

.custom-navbar .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #502314;
    /* Dark brown */
    font-weight: bold;
    text-decoration: none;
    transition: color 0.3s ease;
}



.custom-navbar .nav-link i {
    font-size: 20px;
    margin-bottom: 5px;
}

.custom-offcanvas {
    height: 65vh !important;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow-y: auto;
}

.line {
    width: 30%;
    height: 2px;
    background-color: #888484;/
}

.offcanvas-body {
    text-align: center;
}

.offcanvas-body img {
    max-width: 20%;
    /* margin-top: 20px; */
    height: auto;
}

.offcanvas-body p {
    color: #502314;
    font-size: 20px;
    font-weight: bold;
}

.offcanvas-body button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px 40px;
    font-size: 16px;
    border-radius: 50px;
    text-decoration: none;
    color: #502314;
    background-color: white;
    border: 1px solid #502314;
    transition: background-color 0.3s ease;
}

.offcanvas-body i {
    font-size: 20px;
}

.offcanvas-body h5 {
    color: #502314;
}

.offcanvas-body button:hover {
    background-color: #aea7a7;
}

.offcanvas-body button i {
    margin-right: 10px;
}

.fa-apple {
    color: black;
}

.offcanvas-body a {
    text-decoration: none;
    font-size: 18px;
    color: #d62300;
    font-weight: bold;
}

.offcanvas-body a i {
    margin-right: 10px;
    color: #d62300;
}

.offcanvas .login-btn {
    display: flex;
    width: 100%;
    max-width: 200px;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 20px;
    color: white;
    font-weight: bold;
    background-color: #d62300;
}

.offers-section {
    background-color: #fdf8f4;
    padding: 60px 0;
}

/* navbar start end*/

/* hero section start */


/* order modal start */

.modal-dialog {
    max-width: 700px;
    height: auto;
}

.order-modal {
    font-size: 30px;
    color: #502314;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bold;
}

.red {
    color: #d62300;
}

.modal-para {
    color: #502314;
    font-size: 15px;
    font-weight: bold;
}

.modal-para a {
    color: #502314;
    font-size: 15px;
    font-weight: bold;

}

.input-group .form-control {
    border: 1px solid #dcdcdc;
    border-radius: 5px 0 0 5px;
    font-size: 16px;
}

.input-group .input-group-text {
    border: 1px solid #dcdcdc;
    border-radius: 0 5px 5px 0;
}

.text-danger {
    font-size: 14px;
}

.text-secondary {
    font-size: 13px;
    line-height: 1.5;
}

.btn {
    font-size: 16px;
    text-transform: capitalize;
}

/* order modal end */

.hero-section {
    padding: 100px 20px;
    background-color: #f8f1e7;
}


.hero-content h1 {
    font-size: 4.2rem;
    font-weight: 900;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #502314;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.hero-buttons .btn {
    display: flex;
    width: 100%;
    max-width: 400px;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 50px;
    text-decoration: none;
    color: #333;
    background-color: #f8f9fa;
    transition: background-color 0.3s ease;
}

.hero-buttons .order {
    background-color: #d62300;
    color: white;
    font-weight: bold;
}

.hero-buttons .delivery {
    background-color: #f8f1e7;
    color: #502314;
    font-weight: bold;
    border: 1px solid #502314;
}



.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

/* hero section end */


/* card section start */
.card {
    border-radius: 15px;
}

.card img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}


.card-title {
    color: #502314;
    font-size: 24px;
    font-weight: 800;
    font-family: Georgia, Times, 'Times New Roman', serif;
}

.card-text {
    font-size: 13px;
    color: #502314;
    font-weight: bold;
}

.terms {
    color: #502314;
    font-weight: 500;
}

.redeem {
    background-color: white;
    border-radius: 30px;
    color: #502314;
    font-weight: 700;
    align-content: center;
    border: 1px solid #502314;
    margin: 2px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
    font-family: Georgia, Times, 'Times New Roman', serif;

}

.redeem:hover {
    background-color: #ccc;
}

.custom-modal {
    max-height: 100vh;
    width: 60%;
    margin: auto;
    padding: 10px;
    border-radius: 20px;
    overflow-y: auto;
}

.modal-title {
    color: #502314;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    margin-bottom: 15px;
}

.modal-text {
    font-size: 13px;
    color: #502314;
    font-weight: 500;

}

.close-icon {
    font-size: 20px;
    border: none;
    background-color: white;
    margin-right: 40px;
    color: #502314;
    margin-top: -10px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}

.close-icon:hover {
    color: #d62300;
}

/* card section end */

/* app section start */

.app-section {
    padding: 40px 20px;
    background-color: #e4e0e0;
}

.app-content h1, .app-content h2 {
    color: #4e3220;
    font-size: 44px;
    font-weight: 1000;
    font-family: Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 20px;
}


.app-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 10px;

}

.app-section .btn {
    background-color: #000;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
}

.app-section .btn {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: 30px;

}

.para {
    /* position: relative; */
    bottom: 70px;
    color: #502314;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    /* margin-top: 40px; */

}

.footer {
    background-color: #5a2c21;
    /* Brown background color */
    height: 130px;
    align-items: center;
    text-align: center;
}

/* app section end */


/* footer start */
.footer p {
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
}

.footer a {
    color: #ffffff;
    font-weight: bold;
}

.section-title {
    font-weight: bold;
    color: #5a2e1c;
    border-bottom: 1px solid #e0d2c2;
    padding: 15px 20px;
    display: flex;
    justify-content: start;
    font-size: 25px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.list-group-item {
    border: none;
    border-bottom: 1px solid #e0d2c2;
    padding: 15px 20px;
    background-color: transparent;
    color: #5a2e1c;
    font-size: 16px;
    font-weight: 500;
}


.list-group-item span {
    font-size: 18px;
    color: #5a2e1c;
}

/* Hover effect */
.list-group-item:hover {
    background-color: #f0e6db;
    cursor: pointer;
}

/* footer end */


/* menu page style start  */

/* top div start */
.location-bar {
    background-color: #4c2e22;
    color: #f5f5f5;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.location-title {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.location-icon {
    font-size: 1.5rem;
    position: absolute;
    right: 20px;

}

/* top div end */

/* box secttion start */

.row {
    padding: 30px;
}

.box {
    border: 1px solid #502314;
    padding: 7px;
    border-radius: 1px;
    cursor: pointer;
}

.box-1 {
    background-color: #502314;
    color: white;
    font-weight: bold;
}

.deliv {
    color: #502314;
    text-decoration: none;
    font-weight: bold;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
    border-bottom: 2px solid #ccc;
}

.tabs a {
    color: #5c3a21;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 20px;
    margin: 0 100px;
    border-bottom: 3px solid transparent;
}

.tabs a.active {
    border-color: #5c3a21;
}

.content {
    text-align: center;
    margin-top: 20px;
}

.content h2 {
    color: #5c3a21;
    font-size: 24px;
    margin-bottom: 10px;
}

.content p {
    color: #7c5a41;
    font-size: 16px;
}

.search-box {
    padding: 20px;
}

.search-box input {
    width: 100%;
    max-width: 1400px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* box secttion end */

/* menu page style end  */





/* Responsive  */

@media (max-width: 990px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-buttons {
        margin-bottom: 20px;
    }

    .hero-buttons .btn {
        font-size: 14px;
        padding: 5px 10px;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-buttons {
        margin-bottom: 20px;
    }

    .hero-buttons .btn {
        font-size: 14px;
        padding: 5px 10px;
    }

    .app-section {
        align-items: center;
        margin: auto;

    }

    .custom-offcanvas {
        height: 80Vh !important;

    }


    .custom-modal {
        width: 70%;
        margin: auto;
    }

    .app-content h1 {
        font-size: 36px;
    }

    .app-content h2 {
        font-size: 24px;
    }

    .appLogo img {
        max-width: 180px;
    }

    .tabs {
        flex-direction: column;
        align-items: center;
    }

    .content h2 {
        font-size: 1.2rem;
    }

    .content p {
        font-size: 0.9rem;
    }
}

@media (max-width: 767px) {
    .custom-modal {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    nav {
        z-index: 1000;
    }

    .cart {
        display: none;
    }
}

@media (max-width: 576px) {
    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-buttons {
        gap: 10px;
        margin-bottom: 20px;
    }

    .box {
        margin-bottom: 10px;
    }

    .search-box input {
        margin-top: 5px;
    }
}