body{
    background: #fff !important;
}

.foodfsSection{
    background: #FFE7DF;
}
.ps5 {
    padding-left: 3rem;
}
.mt_5{
    margin-top: -5rem
}
.dflex{
    display: flex;
}
.borddr{
    position: absolute;
    top: 0;
    right: 0;
}
.borddr img{
    width: 350px;
}
.foodCornerImg{
    position: absolute;
    top: 20%;
    right: 8%;
}
.foodCornerImg img{
    width: 200px;
    height: 200px;
}
.foodCornerImg .rating{
    position: absolute;
    top: 1rem;
    right: 0.5rem;
    font-size: 14px;
    padding: 2px 7px;
    border-radius: 9px;
    background: #FC0;
    box-shadow: -15px 13px 6px 0px rgba(0, 0, 0, 0.00), -10px 8px 5px 0px rgba(0, 0, 0, 0.01), -6px 5px 4px 0px rgba(0, 0, 0, 0.05), -2px 2px 3px 0px rgba(0, 0, 0, 0.09), -1px 1px 2px 0px rgba(0, 0, 0, 0.10);
}

.categoryDiv1{
    display: flex;
    gap: 1rem 6rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.categoryItem{
    text-align: center;
}
.categoryItem img{
    width: 5rem;
    height: 5rem;
    filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.5));
}


.owl-carousel .owl-item {
    float: right !important;
}
.owl-carousel .owl-stage-outer{
    padding: 1rem 0;
}

.food-filter-bar{
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}
.food-filter-btn {
    display: flex;
    padding: 5px 10px;
    align-items: center;
    gap: 3px;
    border-radius: 7px;
    border: 1px solid #CACACA;
    cursor: pointer;
}


.crowdfavCard{
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 13.5px 0px rgba(0, 0, 0, 0.12);
    padding: 0.8rem;
}
.crowdfavCard .imgdiv{
    width: 100%;
    height: 250px;
    border-radius: 24px;
    position: relative;
}
.crowdfavCard .owl-item {
    width: 100%;
}
.crowdfavCard .imgdiv img{
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.rating{
    font-size: 14px;
    padding: 2px 7px;
    border-radius: 9px;
    background: #FC0;
}

.restaurantBtn{
    border-radius: 0px 14px 14px 0px;
    background: linear-gradient(90deg, #FFF 0%, #F0C1FD 100%);
    color: #8E24AA;
    font-weight: 500;
    border: none;
    padding: 4px 15px;
}
.pureVeg{
    border-radius: 4px;
    background: rgba(239, 255, 236, 0.80);
    backdrop-filter: blur(3px);
    padding: 2px 5px;
    font-size: 0.8rem;
}

.food-filter-btn.active{
    background: rgba(255, 111, 66, 0.50);
    border: none;
}

.trendingDish .image-div{
    width: 100%;
    height: 250px;
    border-radius: 20px;
}
.trendingDish .image-div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.trendingDish .image-div::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(182deg, rgba(255, 255, 255, 0.00) 18.71%, rgba(0, 0, 0, 0.50) 84.79%);
    border-radius: 20px;
}

.recentOrder .ordersCard{
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.05);
}
.catimg{
    width: 200px;
    height: 200px;
    margin-top: -4rem;
}
.catimg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.backBg{
    display: flex;
    width: 40px;
    height: 40px;
    padding: 13px 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: rgb(145 145 145 / 30%);
}

.researchbar{
    width: 100%;
    display: flex;
    padding: 4px 12.5px;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    border: 1px solid rgba(255, 111, 66, 0.30);
    background: #FFF;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.10);
}

.restaurantCard{
    border-radius: 24px;
    border: 1px solid #000;
    background: #FFF;
    padding: 0.5rem;
}
.restaurantCard .imgDiv{
    width: 100%;
    height: 350px;
    border-radius: 24px;
}
.restaurantCard .imgDiv img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 24px;
}
.restaurantCard .restaurantDetails{
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 4px 12.6px 0px rgba(0, 0, 0, 0.15);
    padding: 1rem;
    margin-top: -15%;
    position: sticky;
}

.dishesCard{
    border-radius: 28px;
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
    padding: 1rem;
}
.dishesCard .imgdiv {
    height: 160px;
    width: 100%;
    border-radius: 28px;
}
.dishesCard .imgdiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
}

.resPge .foodCornerImg {
    position: static;
    display: flex;
    justify-content: end;
}
.resPge .foodCornerImg img{
    filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.5));
}
.resSideBorder{
    top: 30%;
    height: 50px;
    width: 20%;
}

.cartmodal{
    background: #fff;
    border-radius: 28px;
    padding: 1.5rem;
}

.cartOrderCard .imgDiv{
    width: 150px;
    height: 150px;
}
.cartOrderCard .imgDiv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px
}
.productitemcount{
    display: flex;
    padding: 0px 9.911px;
    align-items: center;
    gap: 5px;
    border-radius: 15.857px;
    border: 1.982px solid #FF6F42;
}

.activeAddress{
    border-radius: 14px;
    background: #FFF0EB;
    padding: 7px 10px;
}
.activeAddress .form-check-input:checked {
    background: #FF6F42;
    border: 1px solid #FF6F42;
}

.orderHistoryNav .nav-link.active, .orderHistoryNav .show>.nav-link {
    color: #111 !important;
    background-color: transparent !important;
    font-weight: bold !important;
}

.clr-green{
    color: #1DAC00;
}

@media only screen and (max-width: 768px) {
    body{
        font-size: 12px;
    }
    .foodCornerImg {
        position: static;
        margin-top: 1rem;
    }
    .mt_5{
        margin-top: 0;
    }
    .foodCornerImg .rating {
        right: 20%;
    }
    .searchDiv.w-75{
        width: 100% !important;
    }
    .ps5 {
        padding-left: 0;
    }
    .crowdfavCard .imgdiv {
        height: 150px;
        width: 40%;
        margin-right: 0.5rem;
    }
    .dflex{
        display: grid;
    }
    .crowdfavCard {
        display: flex;
    }
    .crowdfavCard .mt-4{
        margin-top: 0.5rem !important;
    }
    .ordersCard{
        display: flex;
    }
    .restaurantCard .imgDiv {
        height: 200px;
    }
    .cartOrderCard .imgDiv {
        width: 100px;
        height: 100px;
    }
    .cartOrderCard h5{
        font-size: 16px !important;
    }
    #cart .modal-body{
        padding: 0;
    }
    .cartmodal {
        border-radius: 10px;
        padding: 1.5rem 0.5rem;
    }
    .orderHistoryNav{
        display: flex !important;
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap !important;
        white-space: nowrap;
    }
    .afterlogBorder {
        border-radius: 0px 0px 10px 10px;
    }
    .dishesCard .imgdiv {
        height: 100px;
    }
    .dishesCard .imgdiv img{
        border-radius: 10px;
    }
}