@font-face {
    font-family: 'montserrat';
    src: url(font/montserrat/Montserrat-VariableFont_wght.ttf);
}

* {
    font-family: 'montserrat';

}

* a {
    text-decoration: none;
    color: #000;
}

body {

    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: #333;
}


.navbar {
    background-color: #fff !important;
    width: 100%;
    box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
    /* position: fixed;
    top: 0px; */
}

.btn {
    background-color: #B88319;
    border-color: #B88319;
    border-radius: 40px;
    color: #000;
    font-weight: bold;
}


.btn:hover,
.btn:active {
    background-color: #E1C96B;
    border-color: #E1C96B;
    color: #fff;
}

.btn-outline-primary {
    background-color: #E1C96B;
    border-color: #E1C96B;
    color: #fff;
}

.btn-outline-primary:hover,
.btn-outline-primary:active {
    background-color: #B88319;
    border-color: #B88319;
    color: #000;
    font-weight: bold;
}

.mainpage {
    /* margin-top: 8%; */
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* background-image: url(images/Jannat\ Collection.png);
    background-repeat: no-repeat;
    background-size: cover; */
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;

}


.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.info {
    background-color: #E1C96B;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.info:hover {
    transform: scale(1.02);
}

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

.shop-card .card:hover {
    transform: scale(1.1);
}

.badge {
    background-color: #E1C96B !important;
}

.card-header {
    background-color: #B88319;
    color: #fff;
}

.card-footer {
    text-decoration: none;
    background-color: #B88319;
    color: #fff;
}

.qty-btn button {
    background-color: #fff;
}

.dashboard-img {
    width: 200px;
    height: 200px;
}

#selectedLogo,
#selectedImage {
    display: none;
}

.spinner-border {
    width: 20px;
    height: 20px;
    font-size: 10px;

}

#categorySpinner,
#dishSpinner,
#placeOderSpinner {
    display: none;
}

.modal-body {
    text-align: left;
}

#list-img,
#product-image {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.spinner-grow {
    width: 200px;
    height: 200px
}


.card-img-top,
.img-fashion {
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.pending {
    background-color: #b0d316 !important;
}

.delivered {
    background-color: #1be025 !important;
}

.cancelled {
    background-color: #fa0505 !important;
}

#dashboardBtn {
    display: none;
}

#no-user {
    display: flex;
}

#login-user {
    display: none;
}

/* .cart



















/* scrollbtn */

#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: none;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

#scrollToTopBtn:hover {
    background: none;
    transform: scale(1.2);
}

/* fashion page */




/* footer */

footer {
    background-color: #E1C96B;

}

.footer-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 100px; */

}

.footer-link a {
    text-decoration: none;
    color: #333;
}

.footer-link>div i {
    font-size: 25px;

}

.footer-link>div i:hover {
    color: #000;
}