@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --main-color: #F99500;
    --color-white: #fff;
    --color-black: #000;
    --color-bg-light: #FBF7F4;
  }  

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "DM Serif Display", serif;
}

.float_right{
    float: right;
}

.text-black{
    color: var(--color-black);
}

.txt_gray{
    color: #8E8E8E;
    font-family: "Inter", sans-serif;
}

.txt-yellow{
    color:var(--main-color);
}

.text-yellow{
    color: var(--main-color);
}

/* .bg-yellow{
    background-color: var(--main-color) !important;
} */

.color-bg-light{
    background-color: var(--color-bg-light);
}

section{
    padding: 50px 0px;
}

.navlist-grid{
    display: flex;
    align-items: center;
} 
.ml_auto{
    margin-left: auto;
}
.logoheader{
    margin: auto;
}

.banner-section::after{
    content: '';
    background-image: url("../img/Layer1.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.card-section{
    position: relative;
    z-index: 2;
}

.ml_2{
    margin-left: 15px;
}

.banner-section::before{
    content: '';
    background-image: url("../img/Layer03.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-section{
    background-image: url(../img/Layer2.svg);
    background-repeat: no-repeat;
    background-size: 200px, 100%;
    background-position-x: right;
    background-position-y: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.order-status {
    border: 2px solid var(--color-black);
    color: var(--color-black);
    text-align: center;
    padding: 14px 24px;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .15s ease-in-out;
}

.service-section{
    background-color: #F99500;
    padding: 64px;
    border-radius: 8px;
}

.navbar_list .nav-link {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-black);
}

.main-title h1 {
    font-size: 85px;
    font-weight: 500;
    color: var(--color-black);
    letter-spacing: normal;
    line-height: 88%;
    margin-bottom: 35px;
}

.main-title p{
    padding: 0px 125px;
}

.banner-section{
    padding: 70px 0px;
}

.bb-underline{
    position: relative;
    z-index: 2;
    font-family: "DM Serif Display", serif;
}

.bb-underline:after{
    content: "" ;
    border-bottom: 5px solid var(--main-color);
    position: absolute;
    bottom: 14px;
    left: 0px;
    height: 100px;
    width: 100%;
    z-index: -1;
}

.order-div{
    background-color: var(--main-color);
    padding: 30px 60px;
    border-radius: 10px; 
   
}
.order-div{
    margin: 60px auto;
}
.order-sec{
    z-index: 2;
    position: relative;
}

.order-btn{
    border: 2px solid var(--color-black);
    color: var(--color-black);
    text-align: center;
    padding: 14px 24px;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.Everyday-btn{
    border: 2px solid var(--color-black);
    color: var(--color-black);
    text-align: center;
    padding: 14px 24px;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 15px;
}


.form_btn{
    border: 2px solid var(--color-black);
    color: var(--color-white);
    text-align: center;
    padding: 14px 24px;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: var(--color-black);
}

.Delivery-detail-form{
    margin-top: 50px;
}

.custom_mt{
    margin-top: 40px;
}

.detail-form{
    margin-top: 20px;
}

.detail-form input{
    padding: 10px 24px;
    border-radius: 6px;
    border: 2px solid var(--color-black);
}

.detail-form input:focus{
    border-color: #726a6a;
    box-shadow: 0 0 0 .25rem rgb(78 83 91 / 46%);
}

.detail-form input::placeholder {
    color: var(--color-black);
    opacity: 1; /* Firefox */
  }

  .detail-form input::-ms-input-placeholder { /* Edge 12-18 */
    color: var(--color-black);
  }

  .check_delivery{
    padding: 0px 50px;
  }

/* .border2px_yellow{
    border: 2px solid var(--main-color) !important;
} */


/* .selected-btn{
    border: 2px solid var(--color-white);
    color: var(--color-black);
    text-align: center;
    padding: 14px 24px;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: var(--color-white);
    margin-left: 15px;
} */

.meal-btn{
    border: 2px solid var(--color-black);
    color: var(--color-white);
    text-align: center;
    padding: 14px 24px;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: var(--color-black);
    margin-left: 24px;
}

.title-heading h3{
    font-size: 48px;
    font-weight: 500;
    color: var(--color-black);
    letter-spacing: normal;
    line-height: 88%;  
    margin-bottom: 40px
}

.order-status:hover {
    background: #111;
    color: #fff;
    border-radius: 2px solid #111;
}

.fs-12px{
    font-size: 12px;
}

.checkout-btn .bi-arrow-right-short, .setup-btn .bi-arrow-right-short{
    font-size: 24px;
}

.fs-14px{
    font-size: 12px;
}

.fixed-text {
   padding-top: 50px;
}

.lunch-btn{
    background-color: var(--color-white);
    border: 2px dashed var(--main-color);
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    color: var(--color-black);
}

.order-now-btn{
    background-color: var(--color-white);
    border: 2px solid var(--color-white);
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    color: var(--color-black);
}

.main-card h3{
    font-size: 40px;
    line-height: 40px;
}

.main-title{
    position: relative;
    z-index: 1;
}

.top-menu-section h5{
    font-size: 32px;
    margin-top: 15px;
}

.submit-btn {
	border: 2px solid var(--color-black);
	color: var(--color-white);
	text-align: center;
	padding: 8px 0px 8px 0px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: var(--color-black);
	margin-top: 1.5rem;
	font-size: 14px !important;
}


.setup-btn{
    border: 2px solid var(--color-black);
    color: var(--color-black);
    text-align: center;
    padding: 10px 24px;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bolder;
    background-color: var(--color-white);
    margin-top: 1.5rem;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.setup-btn:hover{
    border: 2px solid var(--main-color);
    color: var(--color-white);
    background-color: var(--main-color);
}

.service-section .form-control{
    padding: 0.675rem 1rem !important;
}

.service-section input::placeholder,
.service-section textarea::placeholder {
    color: #929292;
}

.footer-bg{
    background-color: var(--color-black);
    padding: 50px 0px;
}

.footer-bg .nav-link, .footer-bg p{
    color: #fff;
}

.copywrite{
    padding-top: 60px;
}

.footer-bg .nav-item{
    padding: 9px 0px;
}

.text-bold{
    font-weight: 500;
}

.card-box{
    color: var(--color-white);
    position: relative;
    padding: 30px;
    width: 50%;
}

.img-div{
    width: 50%;
}

.main-card{
    background-color: var(--color-black);
    border-radius: 8px;
    height: 100%;
}

.txt-p{
    font-weight: 500;
    margin-bottom: 0px;
}

.btn-container{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0px;
}

.rating-img{
    padding: 0px 4px;
}

.tab-logo{
    display: none;
}

.navbar_list .nav-item{
    padding: 0px 15px;
}

.footer-bg p{
    font-size: 20px;
    font-weight: 500;
}

.copywrite span{
    margin-left: 60px;
}

.copywrite ul{
    margin-left: auto;
}

.main_btn_div{
    margin-top: 50px;
}

.about_img{
    margin-right: 80px;
    padding: 20px 0px;
}

.about-section::before{
    content: '';
    background-image: url("../img/about-img1.png");
    background-repeat: no-repeat;
    background-position-y: 60px;
    background-position-x: 110px;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.about-section h1{
    font-size: 85px;
    font-weight: 500;
    color: var(--color-black);
    letter-spacing: normal;
    line-height: 88%;
    margin-bottom: 35px;
}

.about-section::after{
    content: '';
    background-image: url("../img/about-img3.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    background-position-y: 70px;
    background-position-x: right;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.service-list li {
    padding: 10px 0px;
}

.about-title-heading h2{
    font-size: 48px;
    font-weight: 500;
    color: var(--color-black);
    letter-spacing: -2.5px;
    line-height: 114.5%;  
    margin-bottom: 40px  
}

.about-section{
    padding-top: 100px;
    padding-bottom: 60px;
}

.text-paragraph{
    margin-bottom: 35px;
    margin-top: 20px
}

.main-title .text-paragraph{
    padding: 0px 100px;
}

.inside-tiffin-section {
    padding-top: 70px;
}

.menu-grid{
    margin-top: 20px;
}

.customize-section {
    padding-bottom: 21px;
}

.custom-box{
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
}

.customize{
    padding: 0px 55px;
}

.custom_container{
    justify-content: center;
}

.bb-orange{
    border-bottom: 1px solid var(--main-color);
    width: fit-content;
    padding-bottom: 5px;
}
.choose-day-section{
    background-color: #fafafa;
    border-radius: 8px;
    padding: 20px;
}

.custom_space{
    margin-top: 40px;
}

.contains-list{
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 8px 10px;
    border-radius: 5px;
    margin-bottom: 0px;
}

.custom-heading {
    font-size: 40px;
    line-height: 88%;
    margin-bottom: 30px;
}


.review_part {
    display: flex;
    align-items: center; 
}

.review_part .custom-heading {
    flex-grow: 1; 
}

form input[type="number"]::-webkit-outer-spin-button,
form input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

form input[type="number"] {
    -moz-appearance: textfield;
}

.meal-menu{
    padding: 40px 0px;
}

.custom_txt{
    padding: 16px 8px;
}

.custom-checkbox, .custom-radio {
    display: block;
    margin-bottom: 30px;
}

.custom-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-checkbox label, .custom-radio label {
    position: relative;
    cursor: pointer;
    font-size: 32px;
    line-height: 88%;
    font-family: "DM Serif Display", serif;
    display: flex;
    align-items:center ;
}

.custom-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent; 
    border-radius: 3px;
    border: 1px solid #4f4f4f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 26px;
}

.custom-checkbox input:checked + label:before {
    background-color: black;
    border: 1px solid #4f4f4f;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
}

.custom-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 5px;
    height: 11px;
    border: solid #fff; 
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

  .quantity {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 10px;
}

.quantity button {
    background-color: #F99500;
    font-weight: 600;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    border-radius: 3px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}

.quantity button:hover {
    background-color: #F99500;
}

.input-box {
    width: 40px;
    text-align: center;
    border: none;
    font-size: 16px;
    outline: none;
    font-weight: 600;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    -moz-appearance: textfield;
}

.quantity-chapati{
    padding: 4px 4px 0px 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
}

.meal-div h5{
    font-size: 24px;
    margin-top: 30px;
}

.checkout_div img{
    width: 130px;
    height: 130px;
}

.text-p{
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
}

.checkout-btn{
    background-color: var(--color-black);
    padding: 10px 24px;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid var(--color-black);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    margin-right: 55px;
}

.checkout-btn:hover{
    background-color: transparent;
    color: var(--main-color);
    border-radius: 8px;
    text-decoration: none;
    border: 2px solid var(--main-color);
    box-shadow: 0 0 10px 0 #e5d7c1e3 inset, 0 0 20px 2px #f5b696;
}

.custom-select select {
    display: none;
}

.custom-select {
   position: relative;
}
  
.select-selected {
    background-color: transparent;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 50%; 
    right: 68px; 
    transform: translateY(-50%); 
    background: url("../img/chevron-down.png") no-repeat center;
    background-size: contain; 
    width: 16px;
    height: 16px; 
    pointer-events: none; 
    transition: transform 0.3s ease;
}

  .select-items div {
    color: #000;
    user-select: none;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    font-weight: 400;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: transparent;
    padding: 4px 8px;
 
  }
  .select-selected{
    border-bottom: 2px solid var(--main-color);
    color: #111;
    padding: 8px 10px;
    cursor: pointer;
    user-select: none;
    line-height: normal;
    width: 294px;
    margin-top: 20px;
    transition: transform 0.3s ease;
  }

  .select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    width: 294px;
    margin-top: 10px;
  }
  
  .select-hide {
    display: none;
  }
  
  .select-items div:hover, .same-as-selected {
    background-color: var(--main-color);
    color: #fff;
  }

  .bb_gray{
    border-bottom: 2px solid #E5E5E5;
    padding-bottom: 60px;
  }

  .b_underline{
    border-bottom: 1px solid #E5E5E5;
  }

  .b-border{
    border-bottom: 2px solid #E5E5E5;
    padding: 60px 0px;
    }

    .title h6{
        font-size: 20px;
        line-height: 88%;
        padding-bottom: 10px;
    }

    /*point the arrow upwards when the select box is open (active):*/

  .select-selected.select-arrow-active:after {
    content: "";
    transform: rotate(180deg);
    position: absolute;
    top: 11px; 
  }

  .contact-list{
    display: flex;
  }

  .contact-list i{
    color: var(--color-white);
    padding-right: 5px;
  }

 .nav-item .nav-link:hover {
    color: var(--main-color);
}

.nav-item.contact-list:hover i,
.nav-item.contact-list:hover a {
    color: var(--main-color); 
}

.edit_txt{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
}

.justify_right{
    display: flex;
    justify-content: right;
}

.login_form {
    height: 100vh; 
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_form_text h1{
    font-size: 70px;
    line-height: 88%;
    letter-spacing:-2.5px
}

.login_form_text p{
    font-size: 20px;
    line-height: 90%;
    letter-spacing: -0.5px;
}

.login_logo {
    padding: 30px 30px 0px 30px;
}

.left-top-img{
    width: 120px;
}

.right-top-img{
    width: 170px;
}

.left-bottom-img {
    width: 170px;
}

.right-bottom-img {
    width: 190px;
}

.login_form_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.left_t_box{
    position: absolute;
    top: 140px;
    left: 0;
}

.right_t_box{
    position: absolute;
    top: 0px;
    right: 0px;
}

.left_b_box{
    position: absolute;
    bottom: 0px;
    left: 0;
}

.right_b_box{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.logo_sidebar {
    padding: 0px 20px;
}

.nav-tabs > li > a {
    background: #DADADA;
    border-radius: 0;
    box-shadow: inset 0 -8px 7px -9px rgba(0,0,0,.4),-2px -2px 5px -2px rgba(0,0,0,.4);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover {
    background: #F5F5F5;
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.4),-2px -3px 5px -2px rgba(0,0,0,.4);
}

.logout_div {
	padding: 20px 0px 20px 14px;
}

.logout_div a{
    color: var(--color-black);
    font-size: 20px;
    text-decoration: none;
}

.logout_div a:hover{
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.tab-content{
    padding-right: 20px;
}

.tab_main{
    padding: 30px;
    border-radius: 8px;
    background-color: var(--color-white);
    /* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) */
}

.tab_order_list{
    padding: 20px 24px;
    border-radius: 8px;
    background-color: var(--color-white);
}

.nav-pills-custom {
    padding-top: 21px;
}

.nav-pills-custom .nav-link {
    color: var(--color-black);
    margin-bottom: 10px;
    font-size: 19px;
}

.nav-pills-custom .nav-link.active {
    color: var(--color-black);
    background: transparent;
}

.nav-pills-custom .nav-link label{
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
}

.nav-pills-custom .nav-link.active label{
    border-bottom: 2px solid var(--main-color);
    padding-bottom: 4px;
}

.nav-pills-custom .nav-link svg {
    margin-right: 5px;
}

.nav-pills-custom .nav-link i{
    font-size: 22px;
    margin-right: 8px;
}

.nav-pills-custom .nav-link span{
    padding: 0;
}

.dashboad-page{
    background-color: #FBF7F4;
    min-height: 100vh;
    padding: 35px 0px;
}

.align-middle{
    display: flex;
    align-items: center;
}

.revenue_heading{
    font-size: 30px;
    margin-bottom: 0px;
}

.view_btn{
    color: var(--color-black);
    text-decoration: none;
    float: right;
    font-size: 14px;
}

.left_card{
    background-color: var(--color-black);
    color: var(--color-white);
    border-radius:6px;
    padding: 30px;
    margin-top: 20px;
}

.right_card{
    background-color: #F8F8F8;
    border-radius: 6px;
    padding: 30px;
    margin-top: 20px;
}

.shipping_card{
    background-color: #F8F8F8;
    border-radius: 6px;
    padding: 30px;
    margin-top: 20px;
}

.shipping_inner {
    padding: 0px 12px;
}

.shipping_card h4 {
    font-size: 48px;
    line-height: 88%;
}

.shipping_card p {
    font-size: 18px;
}

.left_card h4, .right_card h4{
    font-size: 48px;
    line-height: 88%;
} 

.left_card p, .right_card p{
    font-size: 18px;
} 

.left_card small, .right_card small{
    font-size: 28px;
    font-family: "DM Serif Display", serif;
} 

.edit_price{
    color: var(--main-color);
    text-decoration: none;
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
}

.recent_order{
    display: flex;
    flex-wrap: wrap;
}

.tab_txt{
    font-size: 18px;
    margin-bottom: 5px;
}

.tab_span{
    font-size: 14px;
    font-weight: 500;
}
.recent_order p{
    font-size: 14px;
    color: var(--color-black);
    font-weight: 500;
}

.recent_order img{
    margin-right: 5px;
}

.tab_order_list .edit_price{
    font-size: 14px;
}

.recent_row{
    padding-right: 20px;
}

.tab-content>.row.active {
    display: flex;
}

.table_div{
    padding-bottom: 30px;
    border-radius: 8px;
    background-color: var(--color-white);
}

.table_div .revenue_heading{
    padding: 30px;
}

.table-head tr th{
    background-color: #F8F8F8;
    padding: 15px;
    border-bottom: none;
}

.table_data tr td{
    padding: 15px;
    font-size: 14px;
}
.table_data tr td {
    vertical-align: middle;
}

.pagination_div{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin: 100px 30px 30px 0px;
}

.pagination_div .page-item:not(:first-child) .page-link{
    margin-left: 0px;
}

.pagination_div .pagination .page-item:last-child {
    border-right: none;
}

.pagination_div .page-link:focus{
    background-color: var(--color-white);
    box-shadow: unset;
}

.pagination_div .pagination {
    border: 2px solid var(--color-black) !important;
    border-radius: 8px;
}

.pagination_div .active>.page-link, .page-link.active {
    background-color: var(--main-color);
}

.pagination_div .page-item{
    border-right: 2px solid var(--color-black);
}

.pagination_div .page-link{
    border: unset;
    color: var(--color-black);
    font-weight: 500;
    font-size: 15px;
}

.pagination_div nav{
    position: absolute;
    right: 0;
    bottom: 0;
}

.menu-main{
    padding: 20px 24px;
    border-radius: 8px;
    background-color: var(--color-white);
}
.menu-main h6{
    margin-top: 10px;
}

.top_curries{
    padding: 20px 50px;
}
.edit_list{
    margin: 20px 0px;
}

.edit_list a{
    color: var(--main-color);
    font-weight: 500;
    text-decoration: none;
 
}

#profile .revenue_heading{
    margin: 30px 0px;
}

.custom_save_btn{
    margin-top: 60px;
    float: right;
    margin-bottom: 40px;
}

#profile, #payment, #menu, #order, #dashbord{
    min-height: 100%;
}

.detail-form h4{
    font-size: 24px;
    line-height: 88%;
    margin-bottom: 15px;
}

.order_Detail h4{
    font-size: 30px;
    font-weight: 88%;
    margin-bottom: 40px;
}

.order-detail-div{
    background-color: var(--color-black);
    border-radius:6px;
    padding: 30px;
    height: 100%;
}

.order_Detail h3{
    font-size: 48px;
    line-height: 88%;
    margin-bottom: 20px;
}

.order_txt{
    font-weight: 600;
    font-size: 20px;
}
.order-Menu{
    margin-top: 25px;
    background-color: var(--color-white);
    border-radius:6px;
    padding: 30px;
}

.days_menu{
    display: flex;
    flex-wrap: wrap;
}

.days_menu .list-custom{
    padding: 12px;
}

.order-detail-div p a{
    font-size: 20px;
    font-weight: 600;
    color: var(--color-white);
    text-decoration: none;
}

.view_order{
    background-color: unset;
    border: none;
}

.left_sidebar {
    padding: 0px 20px;
    height: 100vh;
}

.left_sidebar {
    /*position: fixed;*/
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 1000;
    padding: 30px;

}


.col3-custom{
    flex: 0 0 auto !important;
    width: 20% !important;
}
.col9-custom{
    flex: 0 0 auto !important;
    width: 80% !important;
}

.days_menu h5{
    margin-bottom: 20px;
}

.days_menu p{
    margin: 5px 0px;
}

.orderMenu >label .org_hat{
    display: none;
}

.orderMenu:hover >label .org_hat{
    display: inline-block;
    width: auto;
}

.orderMenu:hover >label .black_hat{
    display: none;
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.custom-radio [type="radio"]:checked + label,
.custom-radio [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.custom-radio [type="radio"]:checked + label:before,
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 2px solid var(--color-black);
    border-radius: 100%;
    background: var(--color-white);
}
.custom-radio [type="radio"]:checked + label:after,
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--main-color);
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.custom-radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.top_curries img{
    width: 150px;
    height: 150px;
}

.img-contain{
    margin-top: -100px;
}

.landing-page{
    background-image: url("../img/bg_wooden.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}

.top_space{
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-sec{
    position: absolute;
    top: 240px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.form_business form{
    margin-top: 30px;
    padding: 0px 60px;
}

.form_business .form_btn{
    width: 50%;
}
.form_business{
    position: relative;
}

.form_business::after{
   content: '';
    background-image: url("../img/group5.svg");
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index:0;
}

.form_business::before{
    content: '';
     background-image: url("../img/about-img1.png");
     background-repeat: no-repeat;
     position: absolute;
     top: 50%;
     left: 0px;
     width: 256px;
     height: 256px;
     z-index: 0;
 }
 

.form_business{
    background-image: url("../img/group6.svg");
    background-repeat: no-repeat;
    background-size: 265px, 100%;
    background-position-x: right;
    background-position-y: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.btn_div{
    margin-top: 15px;
}

.bg-custom-dark{
    background-color: #131210;
}
/* //////////////////// */
ul.star-list {
    flex-direction: row;
    justify-content: center;
    row-gap: 0px;
}

.star-list{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding-left: 0px;
    margin-bottom: 0px;
}
ul.star-list li {
    padding: 0;
    text-indent: 0;
    position: relative;
    list-style: none;
    font-size: 24px;
    line-height: 146%;
    letter-spacing: 0px;
}
ul.star-list li:before{
    background-image: url(../img/orgStar.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    text-indent: 0 !important;
    top: 2px;
    left: -29px;
    content: '';
    z-index: 9;
    background-size: cover;
    background-position: center;
}
/* ////////////////////////////// */

.landing-content h2{
    font-size: 86px;
    line-height: 102%;
    letter-spacing: -3.5px;
    text-align: center;
    margin-bottom: 30px;
}

.landing_title{
    text-align: center;
    padding-bottom: 50px;
}

.landing_title p{
    font-size: 24px;
    line-height: 145%;
    letter-spacing: 0px;
}

.how_work_title{
    padding: 30px 0px;
}

.div_step h3{
    font-size: 48px;
    line-height: 102%;
    letter-spacing: -1.5px;
    color: var(--color-white);
    margin-top: 20px;
}

.div_step{
    display: flex;
    align-items: center;
    padding: 0px 50px;
}

.step_btn{
    background-color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 80px;
    color: var(--color-black);
    text-decoration: none;
    padding: 6px 17px;
    line-height: 150%;
    font-weight: 500;
}

.landing-logo{
    margin-bottom: 35px;
}

.pb-custom{
    padding-bottom: 440px;
}

.img_set {
    margin-top: -442px;
}

.paragraph{
    padding: 0px 140px;
}
.landing-page{
   position: relative;
}


.landing-page:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, #000);
    pointer-events: none;
}

/* ------------ Responsive css -------- */

@media screen and (max-width: 1200px) {

    .main-title h1 {
        font-size: 55px;
    }

    .banner-section::after {
        top: 50px;
    }

    .main-title h1 {
        font-size: 66px;
    }

    .res-mt-15px{
        margin-top: 15px;
    }

    .meal-btn {
        margin-left: 0px;
        margin-top: 15px;
    }

    .img-div img{
        width: 280px;
        height: 316px;
    }

    .main-card h3 {
        font-size: 34px;
        line-height: 40px;
    }

    .top-menu-section h5 {
        font-size: 30px;
    }
    .main-title .text-paragraph {
        padding: 0px 0px;
    }

    .custom-checkbox label {
        font-size: 30px;
        line-height: 80%
    }

    .custom-checkbox label:before {
        margin-right: 15px;
    }

    .select-selected {
        width: 240px;
    }
    .select-selected:after{right: 15px;}

    .quantity-chapati {
        font-size: 16px;
        padding: 4px 10px 0px 0px;
    }
    .input-box{
        width: 36px;
    }

    .bb_gray{
        margin-bottom: 0px;
    }

    .customize {
        padding: 0px 40px;
    }
    
    .login_form_text h1 {
        font-size: 55px;
    }
}

@media screen and (max-width: 1025px) {

    .top-menu-section h5 {
        font-size: 28px;
    }

    .main-title h1 {
        font-size: 55px;
    }

    .banner-section::after {
        top: 50px;
    }

    .bb-underline:after {
        bottom: 10px;
    }

    .meal-btn {
        margin-left: 0px;
        margin-top: 15px;
    }

    .about-title-heading h2 {
        font-size: 40px;
    }

    .about-section::after {
        width: 260px;
        height: 290px;
        z-index: 0;
        right: 20px;
        background-size: contain;
    }
    
    .about_img img{
        max-width: 200px;
    }
    .about-section h1{
        font-size: 80px;
    }
    .about-section::before{
        left: 50px;
        top: 70px;
        width: 210px;
        height: 210px;
        z-index: 0;
        background-size: contain;
        background-position-y: unset;
        background-position-x: unset;
    }

    .select-selected {
        width: 255px;
    }

    .select-selected:after {
        right: 10px;
    }

    .right-top-img {
        width: 150px;
    }
    .right-bottom-img {
        width: 170px;
    }
    .landing-content h2 {
        font-size: 60px;
    }
    
    .landing_title p{
        font-size: 20px;
    }
    
    ul.star-list li {
        font-size: 20px;
        line-height: 120%;
    }
    ul.star-list li:before {
        width: 20px;
        height: 20px;
    }

    .r_img, .c_img, .l_img{
        height: 250px;
    }
    .div_step h3 {
        font-size: 43px;
    }
    .paragraph{
        padding: 0px 100px;
    }

    .form_business::before {
        width: 210px;
        height: 210px;
        background-size: contain;
    }

    .form_business::after {
        background-size: contain;
        width: 200px;
        height: 210px;
    }
    .form_business{
        background-size: 220px, 100%;
    }
    
}

@media screen and (max-width: 992px) {
    .tab-logo{
        display: block;
    }

    .logoheader {
        display: none;
    }

    .main-title h1 {
        font-size: 50px;
    }

    .main-title p {
        padding: 0px 60px;
    }

    .bb-underline:after {
        bottom: 8px;
    }

    .banner-section{
        background-position-y: 35%;
    }

    .order-div {
        padding: 30px;
    }

    .title-heading h3 {
        font-size: 32px;
        line-height: normal;
    }

    .Everyday-btn{
        margin-left: 0px;
        margin-top: 15px;
    }

    .meal-btn {
        margin-left: 15px;
    }

    .fixed-text {
        padding-top: 30px;
    }

    .main-card{
        flex-direction: column-reverse;
    } 

    .card-box {
        width: 100%;
    }

    .img-div{
        width: 100%;
        height: 100%;
    }

    .top-menu-section h5 {
        font-size: 22px;
    }

    .img-div img{
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .rating-img {
        padding: 0px 0px;
    }

    .ml_auto {
        margin-top: 20px;
    }

    .navbar_list .nav-item {
        padding: 0px 0px;
    }

    .custom-toggler{
        border: 2px solid var(--main-color);
        padding: 2px 5px;
    }

    .navbar-toggler-icon {
        background-image: url(../img/ph--list-bold.svg);
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .banner-section {
        padding: 50px 0px;
    }

    .top-menu-section {
        padding: 40px;
    }

    .img-div img {
        width: 337px;
        height: 276px;
    }

    .main-card h3 {
        font-size: 30px;
        line-height: 36px;
    }
    .left-side-res{
        display: flex;
        justify-content: center;
    }
    .colmn-reverse{
        flex-direction: column-reverse;
    }

    .about-section h1{
        font-size: 70px;
    }

    .custom_container.btn-container {
        text-align: center;
        justify-content: initial;
        flex-wrap: unset;
        display: block;
        margin-top: 30px;
    }

    .custom_container.btn-container, .Everyday-btn, .selected-btn {
        margin-left: 15px;
    }

    .meal-menu {
        padding: 20px 0px;
    }
    .main-div{
        margin-top: 30px;
    }

    .select-selected {
        width: 290px;
    }

    .select-selected:after {
        right: 60px;
    }

    .custom-checkbox label {
        font-size: 25px;
    }
    
    .customize {
        padding: 0px 30px;
    }

    .contains-list{
        margin-bottom: 20px;
    }
    
    .text-p{
        font-size: 14px;
        font-weight: 500;
    }

    .check_delivery {
        padding: 0px 10px;
    }

    .title{
        margin-top: 10px;
    }

    .add_ons h5{
        margin-bottom: 0px;
    }

    .add_ons .text-p{
        margin-bottom: 10px;
        margin-top: 5px;
    }

    .text-p{
        margin-bottom: 10px;
    }

    .justify_right{
        display: flex;
        justify-content: left;
    }
    
    .check_delivery .custom-heading, .review_part .custom-heading{
         font-size: 38px;
    }

    .login_form_text p {
        font-size: 18px;
    }

    .login_form_text h1{
        font-size: 50px;
    }
    .recent_row{
        padding: 0px;
    }
    .left_sidebar {
        padding: 20px;
    }
    .col3-custom {
        flex: 0 0 auto !important;
        width: 25% !important;
    }
    .col9-custom {
        flex: 0 0 auto !important;
        width: 75% !important;
    }
    
    .recent_row .revenue_heading{
        margin-top: 30px;
    }

    .order_Detail h3 {
        font-size: 40px;
    }

    .top_curries {
        padding: 20px 0px;
    }
    
}

/* Hide toggle button on larger screens */
@media (min-width: 769px) {
    .sidebar-toggle {
        display: none;
    }
}

@media screen and (max-width:768px) {
    
    .service-section .mt-input{
        margin-top: 1.5rem;
    }

    .order-div {
        margin-bottom: 15px;
    }

    .btn-container {
        display: flex;
        margin: 10px 0px;
        flex-direction: column;
        flex-wrap: wrap;
    }

    .selected-btn {
        margin-left: 0px;
        margin-top: 15px;
    }

    .meal-btn {
        margin-left: 0px;
    }

    .main-card h3 {
        font-size: 28px;
        line-height: 33px;
    }

    section {
        padding: 40px 0px;
    }

    .mt_tab{
        margin-top: 20px;
    }

    .service-section {
        padding: 55px;
    }

    .rating-list {
        display: flex;
        justify-content: center;
    }
    .menu-grid {
        display: flex;
        justify-content: center;
    }

    .main-title h1 {
        font-size: 34px;
    }

    .banner-section::after{
        width: 150px;
        height: 200px;
    }
    
    .title-heading h3 {
        font-size: 32px;
        line-height: normal;
    }

    .footer-bg h3{
        text-align: start;
    }

    .bb-underline:after {
        border-bottom: 3px solid var(--main-color);
        bottom: 6px;
    }

    .banner-section::after {
        width: 190px;
        height: 285px;
        background-size: contain;
        top: 35px;
    }

    .banner-section::before {
        width: 180px;
        height: 220px;
        background-size: contain;
        bottom: 35px;
    }

    .banner-section {
        background-image: url(../img/Layer2.svg);
        background-repeat: no-repeat;
        background-size: 135px, 100%;
        background-position-x: right;
        background-position-y: 85px;
    }

    .banner-section{
        padding-bottom: 0px;
    }
      
    .img-div img {
        width: 250px;
        height: 218px;
    }
    .service-list li {
        padding: 5px 0px;
    }
    .left-side-res{
        display: flex;
        align-items: center;
    }
    .menu-grid{
        margin-top: 20px;
    }
    .about-section::after {
        width: 220px;
        height: 250px;
        z-index: 0;
        right: 10px;
        background-size: contain;
        top: 50px;
    }

    .about-section::before{
        left: 20px;
        top: 70px;
        width: 200px;
        height: 200px;
        z-index: 0;
        background-size: contain;
        background-position-y: unset;
        background-position-x: unset;
    }

    .about_img img{
        max-width: 180px;
    }

    .custom_container.btn-container, .Everyday-btn, .selected-btn {
        margin-left: 15px;
    }

    .customize{
        padding: 0px;
    }

    .select-selected:after {
        right: 110px;
    }

    .check_delivery {
        padding: 0px 20px;
    }
    .check_delivery .custom-heading, .review_part .custom-heading{
        font-size: 36px;
   }

   .mt_0 { margin-top: 0px; }

   .custom-box h1{
        font-size: 40px;
   }

   .login_form_text h1 {
        font-size: 45px;
    }

    .login_form_text p {
        font-size: 16px;
    }

    .left-top-img {
        width: 100px;
    }

    .right-top-img {
        width: 140px;
    }

    .top_curries {
        padding: 20px 20px;
    }

    /* Default hidden sidebar on small screens */

    .left_sidebar {
        display: none;
    }

    .left_sidebar.open {
        display: block;
        background-color: var(--color-bg-light);
        box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
       
    }

     .sidebar-toggle{
        display: block;
        position: fixed; 
        top: 0px; 
        left: 0px;
        z-index: 1001;
        background-color: var(--color-bg-light);
        color: var(--main-color);
        border: none;
        cursor: pointer;
     }

    .sidebar-toggle i{
        font-size: 30px;
        float: left;
    }

    .col9-custom {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
    .dashboad-page {
        padding: 40px 22px;
    }

    .logo_sidebar {
        padding: 30px 30px 0px 30px;
    }

    .order_Detail h3 {
        font-size: 32px;
    }

    .days_menu .list-custom {
        padding: 6px;
    }

    .nav-pills-custom .nav-link, .logout_div a {
        font-size: 16px;
    }

    .col9-custom{
        margin-top: 15px;
    }
    .check_delivery{
        padding-top: 30px;
    }
    .checkout_div img {
        width: 170px;
        height: 170px;
    }
    .top_curries img {
        width: 200px;
        height: 200px;
    }

    .div_step h3 {
        font-size: 32px;
    }
    .landing-content h2 {
        font-size: 55px;
    }
    ul.star-list li {
        font-size: 18px;
    }
    ul.star-list li:before {
        width: 18px;
        height: 18px;
    }
    .landing_title p {
        font-size: 18px;
    }
    .r_img, .c_img, .l_img {
        height: 200px;
    }
    .landing-page{
        height: 70vh;
    }
    .img-contain {
        margin-top: -70px;
    }
}

@media screen and (max-width: 767px) {
    .customize{
        margin-top: 30px;
        padding: 0px;
    }
    .main-row{
        margin-top: 30px;
    }
    .form_business {
        background-size: 130px, 100%;
    }
    .form_business::after {
        width: 150px;
        height: 160px;
    }
    .form_business::before {
        width: 155px;
        height: 155px;
        top: 82%;
    }
    .column-reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .div_step{
        padding: 0px 10px;
    }
    .paragraph{
        padding: 0px 50px;
    }
    .top_space{
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .r_img, .c_img, .l_img {
        height: 150px;
    }
    .landing-page{
        height: 50vh;
    }
    .banner-section::after {
        width: 120px;
        height: 165px;
        background-size: contain;
        top: 160px;
    }
  
    .banner-section::before {
      display: none;
    }

    .banner-section {
        background-image: url(../img/Layer2.svg);
        background-repeat: no-repeat;
        background-size: 100px, 100%;
        background-position-x: right;
        background-position-y: 280px;
    }
    
    .copywrite ul {
        margin: auto;
    }

    .about-title-heading{
        padding: 0px 20px;
    }

    .main-title .text-paragraph {
        padding: 0px 20px;
    }

    .about-section {
        padding-bottom: 0px;
    }

    .custom_container.btn-container {
        margin-left: 0px;
        display: flex;
    }

    .custom_container.btn-container, .Everyday-btn, .selected-btn {
        margin-left: 0px;
    }

    .custom-box {
        padding: 0px 20px;
    }

    .b-border {
        padding: 50px 0px;
    }

    .select-selected {
        width: 255px;
    }

    .select-selected {
        width: 290px;
    }

    .select-selected:after {
        right: 200px;
    }

    .meal-menu {
        padding: 50px 30px;
    }

    .custom-heading {
        margin-bottom: 15px
    }

    .main-row {
        margin-top: 0px;
    }

    .check_delivery{
        margin-top: 30px;
    }

    .login_form_text h1 {
        font-size: 45px;
    }

    .login_form_text p {
        font-size: 20px;
        line-height: 100%;
    }

    .right-top-img {
        width: 170px;
    }

    .left-top-img {
        width: 125px;
    }

    .right-bottom-img {
        width: 210px;
    }

    .view_btn{
        float: left;
        margin-top: 20px;
    }

    .days_menu .list-custom {
        padding: 18px;
    }

    .billing_detail{
        margin-top: 20px;
    }

    .checkout_div img {
        width: 200px;
        height: 200px;
    }
    .ml_2{
        margin-left: 0px;
        margin-top: 16px;
    }

    .top_menu, .top_curries{
        text-align: center;
    }
    .top_curries img {

       width: 270px;
       height: 270px;
    }
    .form_business {
        background-image: none;
    }
    .form_business::before {
        background-image: none;
    }
    .form_business::after {
        background-image: none;
    }
   
    .img-contain {
        margin-top: -60px;
    }

}
@media screen and (max-width: 425px) {

    .copywrite span{
        margin-left: 20px;
    }

    section {
        padding: 20px 0px;
    }

    .title-heading h3 {
        margin-bottom: 15px;
    }

    .order-div {
        margin-bottom: 0px;
    }

    .img-div img {
        width: 402px;
        height: 324px;
    }

    .mt-mobile{
        margin-top: 20px;
    }

    .main-title .text-paragraph {
        padding: 0px 20px;
    }

    .about-title-heading h2 {
        font-size: 34px;
        letter-spacing: -1.5px;
    }

    .about-section h1 {
        font-size: 50px;
    }
    
    .about-section::before, .about-section::after {
        display: none;
    }

    .about_img {
        margin-right: 0px;
    }
    .about_img img {
        max-width: 200px;
    }
    .about-section {
        padding-top: 50px;
    }
    .footer-bg {
        padding: 50px 20px;
    }

    .select-selected:after {
        right: 25px;
    }

    .checkout-btn{
        margin-bottom: 30px;
    }

    .mb-sm-5{
        margin-bottom: 48px;
    }

    .menu-grid {
        margin-top: 30px;
    }

    .main-title h1 {
        font-size: 40px;
    }
    .custom-heading {
        font-size: 34px;
    }

    .right-top-img {
        width: 100px;
    }

    .left-top-img {
        width: 80px;
    }

    .right-bottom-img {
        width: 180px;
    }

    .left-bottom-img {
        width: 155px;
    }

    .right-bottom-img {
        width: 130px;
    }

    .left-bottom-img {
        display: none;
    }

    .revenue_heading{
        font-size: 28px;
    }
 
    .pagination_div a.page-link {
        padding: 10px;
        line-height: normal;
    }

    .dashboad-page {
        padding: 40px 15px;
    }
    .main-title p {
        padding: 0px 75px;
    }

    .login_logo {
        padding: 15px 10px 0px 10px;
    }
    .login_form_text{
        top: 55%;
    }
    .login_form_text h1 {
        font-size: 38px;
        line-height: 38px;
    }

    .text-p {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .landing-content h2 {
        font-size: 40px;
        margin-top: 20px;
    }
    .paragraph {
        padding: 0px 20px;
    }

    .form_business::after {
        width: 50px;
        height: 100px;
        top: 70px;
    }

    .form_business .form_btn {
        width: unset;
    }
    ul.star-list li {
        font-size: 15px;
    }

    ul.star-list li:before {
        width: 15px;
        height: 15px;
    }

    .img-contain {
        margin-top: -60px;
    }
  

}

@media screen and (max-width: 375px) {

    .select-selected:after {
        right: 10px;
    }

    .select-selected {
        width: 290px;
    }

    .left-top-img {
        width: 70px;
    }

    .right-top-img {
        width: 90px;
    }
    .pagination_div .page-link{
        font-size: 15px;
    }
    .pagination_div nav{
        transform: translate(12%, 30%) !important;
    }
    .pagination_div .page-item:first-child .page-link {
        line-height: 26px;
    }
    .pagination_div {
        margin: 100px 44px 30px 0px;
    }
    .star-list {
        padding-left: 20px;
    }
    ul.star-list li {
        font-size: 14px;
    }
    ul.star-list li:before {
        width: 14px;
        height: 14px;
    }
   
}

@media screen and (max-width: 320px) {
    .select-selected:after {
        right: 10px;
    }
    .select-selected {
        width: 237px;
    }
    .pagination_div {
        margin: 100px 16px 30px 0px;
    }
    .tab-content {
        padding-right: 10px;
    }
}

.col-lg-8.col-md-12.menu-main {
    width: 100%;
}

