* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Dana";
    src: url("../Fonts/woff2/Dana-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "Dana Light";
    src: url("../Fonts/woff2/Dana-Light.woff2") format("woff2");
}


@font-face {
    font-family: "Dana Bold";
    src: url("../Fonts/woff2/Dana-Bold.woff2") format("woff2"); 
}

@font-face {
    font-family: "Dana Demi-Bold";
    src: url("../Fonts/woff2/Dana-DemiBold.woff2") format("woff2"); 
}


@font-face {
    font-family: "Dana Medium";
    src: url("../Fonts/woff2/Dana-Medium.woff2") format("woff2"); 
}

:root {
    --primary:#C90000;
    --secondary:#FFC300;
    --Secondary-2:#FFD429;
    --secondary-5:#FFF6A3;
    --secondary-6:#FFFDE6;
    --gray:#7D7C7C;
    --gray_3:#E3E3E3;
    --gray_4:#F1F1F1;
    --gray_6: #FFEAE6;
    --black_1:#323232;
    --black_2:#504F4F;
    --white_1: #fff;
}

body {
    font-family: "Dana";
}

a {
    text-decoration: none;
}
ul {
    list-style-type: none;
}

button {
    border: none;
    background: none;
    font-family: inherit;
    cursor: pointer;
}

img {
    width: 100%;
}

.container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 1rem;
}

.main_header {
    margin-top: 1rem;
}


/* ----------NAV_Start------- */

.navigation {
    display: grid;
    grid-template-columns: repeat(3,auto);
    justify-content: space-between;
    align-items: center;
}

.menu_items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
    margin-left: 8rem;
}


.menu_items li a {
    font-size: 17px;
    font-family: "Dana Demi-Bold";
    color: var(--black_2);
    font-weight: 500;
    position:relative;
    z-index:2;
    transition:0.3s ease-in ;
    -webkit-transition:0.3s ease-in ;
    -moz-transition:0.3s ease-in ;
    -ms-transition:0.3s ease-in ;
    -o-transition:0.3s ease-in ;
}

.menu_items li a:before{
    display:inline-block;
    content:'';
    position:absolute;
    height:3px;
    width:100%;
    top:26px;
    left:50%;
    transition:0.4s ease-in;
    -webkit-transition:0.4s ease-in;
    transition-delay:0ms;
    -webkit-transition-delay:0s;
    opacity:1;
    background:var(--primary);
    max-width:0%;
    overflow:hidden;
    -moz-transition:0.4s ease-in;
    -ms-transition:0.4s ease-in;
    -o-transition:0.4s ease-in;
}

.menu_items li a:hover {
    color: var(--primary);
}

.menu_items li {
    position:relative;
    display:inline-block;
    z-index:2;
    transition:0.3s ease-in;
    -webkit-transition:0.3s ease-in;
    -moz-transition:0.3s ease-in;
    -ms-transition:0.3s ease-in;
    -o-transition:0.3s ease-in;
}

.menu_items li:hover {
    transform:rotateY(360deg) scale(1.3);
    color:var(--primary);
    
}

.menu_items li:hover .menu_links:before{
    transition-delay:0.3s;
    -webkit-transition-delay:0.3s;
    max-width:100%;
    left:0%;
  }
  
.nav_links {
    display: flex;
    justify-content: space-between;
    margin-left: 3.5rem;
    gap: 10px;
    font-family: "Dana Demi-Bold";
}

.nav_link {
    border: 1px solid var(--primary);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    width: 90px;
    height: 39px;
    text-align: center;
    line-height: 36px;
    
    
}

.nav_link:first-child {
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 0;
    transition: all 460ms ease-in;
    -webkit-transition: all 460ms ease-in;
    -moz-transition: all 460ms ease-in;
    -ms-transition: all 460ms ease-in;
    -o-transition: all 460ms ease-in;
}
   
    
.nav_link:first-child:hover {
    background-color: var(--primary);
    color: var(--white_1);
}
    

.nav_link:last-child {
    background-color: var(--primary);
    color: var(--white_1);
    font-size: 16px;
    font-weight: 500;
    transition: all 460ms ease-in;
    -webkit-transition: all 460ms ease-in;
    -moz-transition: all 460ms ease-in;
    -ms-transition: all 460ms ease-in;
    -o-transition: all 460ms ease-in;
}

.nav_link:last-child:hover {
    background-color:transparent;
    color: var(--primary);
}

.menu-icon {
    display: none;
    transition: all 420ms ease-in 90ms;
    -webkit-transition: all 420ms ease-in 90ms;
    -moz-transition: all 420ms ease-in 90ms;
    -ms-transition: all 420ms ease-in 90ms;
    -o-transition: all 420ms ease-in 90ms;
}

.nav-sidebar {
    display: flex;
    flex-direction: column;
    position: fixed;
    gap: 2.4rem !important;
    left: 0;
    top: 5.2rem;
    background-color: rgba(201, 0, 0, 0.9);
    width: 200px;
    height: 350px;
    padding: 1.5rem;
    border-radius: 1.2rem;
    -webkit-border-radius: 1.2rem;
    -moz-border-radius: 1.2rem;
    -ms-border-radius: 1.2rem;
    -o-border-radius: 1.2rem;
    transform: translateX(-400px);
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transition: all 320ms ease-in 90ms;
    -webkit-transition: all 320ms ease-in 90ms;
    -moz-transition: all 320ms ease-in 90ms;
    -ms-transition: all 320ms ease-in 90ms;
    -o-transition: all 320ms ease-in 90ms;
    z-index: 1;
color: rgb(201, 0, 0);
}

.side-links {
    display: flex;
    color: var(--white_1) !important;
    
}


#navig_menu:checked + label + ul {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    
    
}

#navig_menu:checked + label .menu-icon {
    display: none;
    }

#navig_menu:checked + label .close-icon {
    display: block;
}


.close-icon {
    display: none;
    cursor: pointer;
    color: #504F4F;
    transition: all 420ms ease-in 90ms;
    -webkit-transition: all 420ms ease-in 90ms;
    -moz-transition: all 420ms ease-in 90ms;
    -ms-transition: all 420ms ease-in 90ms;
    -o-transition: all 420ms ease-in 90ms;
}

/* ----------NAV_End------- */

/* ----------Header_Bottom_Start------- */

.header_Bottom {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.header_bottom_right {
    display: grid;
    justify-content: center;
    position: relative;
}


.header_bottom_left {
    align-self: center;
    display: flex;
    max-width: 379.92px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.header_bottom_left h1 {
    color: var(--primary);
    font-size: 43px;
    font-weight: 600;
    font-family: 'DANA BOLD';
    width: 100%;
}

.header_bottom_left p {

    color: var(--black_2);
    font-size: 18px;
    font-weight: 400;
    height: 54px;
    width: 100%;
}

.hbl_up {
    max-width: 343px;
    display: flex;
    /* height: 226px; */
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.hbl_down {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.to_1 {
    color: var(--black_1);
    font-size: 16px;
    font-weight: 300;
}

.to_2 {
    color: var(--black_1);
    font-size: 24px;
    font-weight: 500;
    font-family: "Dana Demi-Bold";
}

.order_action {
    display: flex;
    align-items: center;
    gap: 20px;
}

.order_number {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    border: 1px solid rgba(241, 241, 241, 0.70);
    background: #FFF;
    box-shadow: 0px 10px 17px 0px rgba(112, 144, 176, 0.20);
    max-width: 156px;
    justify-content: center;
}

.order_number svg {
    color: var(--gray);
}

.line_divider {
    display: flex;
}

.field {
    color: var(--secondary);
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border: none;
    outline: none;
    width: 18%;
}


.order_submit {
    display: flex;
    padding: 16px 8px;
    justify-content: center;
    align-items: center;
    gap: 9px;
    border-radius: 100px;
    background: var(--secondary);
    box-shadow: 0px 20px 20px 0px rgba(112, 144, 176, 0.20);
    
}

.order_submit_text {
    font-size: 18px;
    font-family: "Dana Medium";
}


.box_delivery {
    display: flex;
    padding: 12px;
    flex-direction: column;
    border-radius: 50px 50px 50px 0px;
    border: 1px solid var(--gray_4);
    background: rgba(241, 241, 241, 0.40);
    position: absolute;
    top: 3%;
    right: -16%;
    -webkit-border-radius: 50px 50px 50px 0px;
    -moz-border-radius: 50px 50px 50px 0px;
    -ms-border-radius: 50px 50px 50px 0px;
    -o-border-radius: 50px 50px 50px 0px;
}
    
.delivery_tile {
    display: flex;
    align-items: center;
    gap: 8px;
}

.delivery_text {
    width: 100%;
    color: var(--gray);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.hbl_downn {
    display: none;
}

/* ----------Header_Bottom_End------- */

/* ----------Main_Start------- */
.menu_top{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

.main_title {
    
}

.Red_title {
    color: var(--primary);
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    width: max-content;
}

.Yellow_underline {
    background: var(--secondary-5);
    position: absolute;
    bottom: 15px;
    width: 100%;
    height: 10px;
    z-index: -1;
    display: block;
}

.Menu_Category_items {
    display: grid;
    grid-auto-columns: 164px;
    grid-auto-flow: column;
    overflow-x: auto;
    grid-gap: 20px;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}

.Menu_Category_items::-webkit-scrollbar {
    display: none;
  }

.Menu_Category_items button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 100px;
    border: 1px solid var(--gray_3);
    background: var(--gray_4);
    font-family: "Dana";
    color: var(--black_2);
}

.Menu_Category_items_Active {
    border: 1px solid var(--Secondary-2) !important; 
    background: var(--secondary) !important;
    font-family: "Dana Medium" !important;
    color: var(--black_1) !important;
}

.Food_Grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(270px, 1fr));
    gap: 30px;
    margin-top: 2rem;
}

.Food_Grid_item {
    display: flex;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid var(--gray_3);
    position: relative;
}

.discount_badge {
    width: 48px;
    position: absolute;
    top: 8px;
    right: 8px;
}

.food_grid_img {
    display: flex;
    justify-content: center;
}

.food_grid_img span {
    position: absolute;
    bottom: 165px;
    z-index: -1;
    width: 93%;
    height: 105px;
    border-radius: 8px;
    background: var(--secondary-6);
}

.food_info {
    width: 100%;
    margin-top: 8px;
}

.food_info h4 {
    color: var(--black_1);
    font-size: 20px;
    font-family: "Dana Medium";
}

.food_info p {
    color: var(--black_2);
    font-size: 14px;
}

.Food_score {
    margin-top: 4px;
    display: flex;
    gap: 4px;
}

.Food_score span {
    color: var(--gray);
}

.stars svg {
    cursor: pointer;
}

.food_info_bottom {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    justify-content: space-between;
    margin-top: 12px;
    width: 100%;
}

.food_info_bottom span {
    color: var(--black_1);
    font-family: "Dana Demi-Bold";
    font-size: 24px;
}

.food_info_bottom button {
    display: flex;
    width: 44px;
    height: 44px;
    padding: 5.4px;
    justify-content: center;
    align-items: center;
    gap: 4.5px;
    border-radius: 8px;
    background: var(--primary);
}

.See_All {
    justify-content: center;
    display: flex;
}

.See_All a {
    color: var(--black_2);
    font-size: 20px;
    font-family: "Dana Medium";
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin-top: 20px;
    margin-bottom: 50px;
}

/* ----------saleoff_start------- */


.Sale_off_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 20px;
    margin-bottom: 95px;
}

.Sale_title {
    justify-content: center;
    display: flex;
    margin: 50px 0 32px 0;
}

.Sale_off_box {
    padding: 40px 32px 40px 0;
    height: 335px;
    border-radius: 20px;
    border: 1px solid var(--gray_3);
    background: var(--gray_4);
    position: relative;
    overflow: hidden;
}

.Sale_off_box:hover {
    background: var(--primary);
    transition: all 250ms ease-in 90ms;
    -webkit-transition: all 250ms ease-in 90ms;
    -moz-transition: all 250ms ease-in 90ms;
    -ms-transition: all 250ms ease-in 90ms;
    -o-transition: all 250ms ease-in 90ms;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}


.Sale_off_box:hover .title_off_box span {
    color: var(--gray_6);
}

.Sale_off_box:hover .title_off_box svg path{
    stroke: var(--gray_6);
}

.Sale_off_box:hover .content_off_box_right h5 {
    color: var(--secondary);
}

.Sale_off_box:hover .content_off_box_right p {
    color: var(--gray_6);
}


.Sale_off_box:hover .sale_off_price span:first-child {
    color: var(--gray_6);
}

.Sale_off_box:hover .sale_off_price span:last-child {
    color: var(--secondary);
}

.Sale_off_box:hover .Sale_off_order {
    background: var(--secondary-6);
}

.Sale_off_box:hover .Sale_off_order svg path {
    fill: var(--black_1);
}

.Sale_off_box:hover .Sale_off_order span {
    color: var(--black_1);
}


.title_off_box {
    display: flex;
    align-items: center;
    gap: 15px;
    
}

.title_off_box span {
    color: var(--black_1);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    transition: all 250ms ease-in 90ms;
    -webkit-transition: all 250ms ease-in 90ms;
    -moz-transition: all 250ms ease-in 90ms;
    -ms-transition: all 250ms ease-in 90ms;
    -o-transition: all 250ms ease-in 90ms;
}

.title_off_box svg {
    transition: all 250ms ease-in 90ms;
    -webkit-transition: all 250ms ease-in 90ms;
    -moz-transition: all 250ms ease-in 90ms;
    -ms-transition: all 250ms ease-in 90ms;
    -o-transition: all 250ms ease-in 90ms;
}

.content_off_box_right h5 {
    color: var(--primary);
    font-family: "Dana Demi-Bold";
    font-size: 28px;
    margin-bottom: 4px;
    max-height: 43.5px;
    transition: all 250ms ease-in 90ms;
    -webkit-transition: all 250ms ease-in 90ms;
    -moz-transition: all 250ms ease-in 90ms;
    -ms-transition: all 250ms ease-in 90ms;
    -o-transition: all 250ms ease-in 90ms;
}

.content_off_box_right p {
    color: var(--black_2);
    font-size: 16px;
    width: 147px;
    height: 48px;
}

.content_off_box {
    display: flex;
}

.sale_off_price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sale_off_price span:first-child {
    text-decoration: line-through;
    color: var(--gray);
    font-size: 16px;
    font-family: "Dana Demi-Bold";
    text-decoration-line: strikethrough;
    -moz-text-decoration-line: strikethrough;
    transition: all 250ms ease-in 90ms;
    -webkit-transition: all 250ms ease-in 90ms;
    -moz-transition: all 250ms ease-in 90ms;
    -ms-transition: all 250ms ease-in 90ms;
    -o-transition: all 250ms ease-in 90ms;
}

.sale_off_price span:last-child {
    color: var(--primary);
    font-size: 24px;
    font-family: "Dana Demi-Bold";
    transition: all 250ms ease-in 90ms;
    -webkit-transition: all 250ms ease-in 90ms;
    -moz-transition: all 250ms ease-in 90ms;
    -ms-transition: all 250ms ease-in 90ms;
    -o-transition: all 250ms ease-in 90ms;
}

.Sale_off_order {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    background: var(--black_2);
    margin-top: 40px;
    transition: all 250ms ease-in 90ms;
    -webkit-transition: all 250ms ease-in 90ms;
    -moz-transition: all 250ms ease-in 90ms;
    -ms-transition: all 250ms ease-in 90ms;
    -o-transition: all 250ms ease-in 90ms;
}

.Sale_off_order span {
    color: var(--gray_4);
    font-family: "Dana Medium";
    font-size: 16px;
    transition: all 250ms ease-in 90ms;
    -webkit-transition: all 250ms ease-in 90ms;
    -moz-transition: all 250ms ease-in 90ms;
    -ms-transition: all 250ms ease-in 90ms;
    -o-transition: all 250ms ease-in 90ms;
}

.Sale_off_order svg {
    transition: all 250ms ease-in 90ms;
    -webkit-transition: all 250ms ease-in 90ms;
    -moz-transition: all 250ms ease-in 90ms;
    -ms-transition: all 250ms ease-in 90ms;
    -o-transition: all 250ms ease-in 90ms;
}

.content_off_box_left img {
    left: -20%;
    position: relative;
    transform: scale(1.5);
    top: 15%;
}

/* ----------saleoff_End------- */

/* ----------app_interview_Start------- */

.app_interview {
    display: grid;
    grid-template-columns: 33% 65%;
    max-width: 1329px;
    column-gap: 15px;
    border-radius: 500px 0px 0px 500px;
    border: 1px solid var(--gray_3);
    background: var(--gray_4);
    -webkit-border-radius: 500px 0px 0px 500px;
    -moz-border-radius: 500px 0px 0px 500px;
    -ms-border-radius: 500px 0px 0px 500px;
    -o-border-radius: 500px 0px 0px 500px;
    padding-right: 12rem;
    margin-bottom: 50px;
}

.app_image img {
    scale: 1.15;
    position: relative;
    top: -16px;
    height: 100%;
    object-fit: cover;
}

.app_info {
    align-self: center;
    padding: 40px 5px;
    justify-self: center;
}

.app_info h6 {
    color: var(--gray);
    font-family: "Dana Demi-Bold";
    font-size: 20px;
}

.app_info h4 {
    color: var(--primary);
    font-family: "Dana Medium";
    font-size: 48px;
}

.app_info p {
    color: var(--black_1);
    /* 16R */
    font-size: 16px;
    font-family: "Dana Medium";
    line-height: 24px;
    margin: 12px 0 32px 0;
}

.btn_icos {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}


.btn_ico {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: var(--black_2);
}

.app_btn_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    direction: ltr;
}

.app_btn_info span:first-child {
    color: var(--white_1);
    font-size: 14px;
}

.app_btn_info span:last-child {
    color: var(--white_1);
    font-size: 16px;
    font-family: "Dana Demi-Bold";
}

.temp_btn_icos {
    display: none;
}

/* ----------app_interview_End------- */




/* ----------Location_search_Start------- */

.search_near_store {
    border-radius: 20px;
    background: var(--black_1); 
    position: relative; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    margin-bottom: 50px;
}

.search_img1 {
    width: 17%; 
    position:absolute;
    bottom: 0;
    left: 90px;
    object-fit: cover;
}

.search_img2 {
    width: 17%; 
    position:absolute;
    left: 0;
    top: 60px;
    object-fit: cover;
}

.search_near_store_title {
    padding: 110px 0 20px 0;
    text-align: center;
}

.search_near_store_title h4 {
    color: var(--secondary-6);
    font-family: "Dana Medium";
    font-size: 48px;
}

.search_near_store_title p {
    color: var(--gray_4);
    font-family: "Dana Medium";
    font-size: 16px;
    font-weight: 400;
}

.search_input {
    text-align: center;
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 181px;
    margin-bottom: 110px;
    border-radius: 100px;
    background: var(--secondary);
}

.search_input input {
    background: none;
    border: none;
    outline: none;
    padding-right: 10px;
}

.search_input input::placeholder {
    color: var(--black_2);
    font-size: 16px;
    font-family: "Dana Light";
}

.search_input button {
    display: flex;
    height: 46px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    background: var(--gray_6);
    color: var(--black_1);
    font-size: 16px;
}




/* ----------Location_search_End------- */

/* ----------Main_End------- */

/* ----------Footer_Start------- */


.footer {
    background-color: var(--secondary-6);
}


.footer_contents {
    padding: 32px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    column-gap: 30PX;
}

.footer_right_contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    grid-column: 1 / 3;
}

.footer_right_content_Up img {
    width: auto;
    border-radius: 0.5rem;
}


.footer_right_content_Up {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer_right_content_Up h4 {
    color: var(--black_1);
    font-family: "Dana Medium";
    font-size: 32px;
}

.footer_right_content_Down {
    display: flex;
    align-items: center;
    gap: 32px;
}

.footer_right_content_Down svg {
  cursor: pointer;
  }

.footer_right_content_Down svg:nth-child(1):hover path {
    fill: #00C6FF;
}

.footer_right_content_Down svg:nth-child(2):hover path {
    fill: #0072FF;
}

.footer_right_content_Down svg:nth-child(3):hover path {
    fill: #A334FA;
}

.order_number button svg {
    display: inherit;
}

.footer_center_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.footer_center_content h5 {
    color: var(--black_1);
    font-family: "Dana Medium";
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
}

.footer_center_content ul li a {
    color: var(--black_1);
    font-size: 16px;
    line-height: 36px;
    text-decoration: none;
}

.footer_left_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.footer_left_content h5 {
    color: var(--black_1);
    font-family: "Dana Medium";
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
}

.footer_left_content span {
    display: block;
    color: var(--black_1);
    font-size: 16px;
    line-height: 36px;
}


/* ----------Footer_End------- */






@media only screen and (max-width: 1200px) {
    .menu_items {
        margin-left: 3rem;
}

.box_delivery {    
    right: -22%;
    top: 0%;
}

.header_bottom_left h1 {
    font-size: 30px;
}

.header_bottom_left p {
    font-size: 16px;
}

.app_interview {
    padding-right: 5rem;
    grid-template-columns: 38% 60%;
}

.btn_icos {
    justify-content: center;
}

}

@media only screen and (max-width: 992px) {
    .menu_items {
        margin-left: 1rem ;
        gap: 1.2rem;
    }

    .menu_items li:first-child a {
    font-size: 15px;
    }

    .menu_items li:hover {
        transform:rotateY(360deg) scale(1.1);
        color:var(--primary);
        -webkit-transform:rotateY(360deg) scale(1.1);
        -moz-transform:rotateY(360deg) scale(1.1);
        -ms-transform:rotateY(360deg) scale(1.1);
        -o-transform:rotateY(360deg) scale(1.1);
}

    .order_submit_text {
    font-size: 16px;
    font-family: "Dana Medium";
    }

    .box_delivery {
    padding: 8px;
    right: -23%;
    }

    .delivery_tile {
         gap: 4px;
    }

    .app_interview {
        padding-right: 2rem;
        grid-template-columns: 1fr;
    }

    .app_image {
        order: 2;
    }

    .btn_icos {
        display: none;
    }

    .temp_btn_icos {
        display: inline-flex;
        order: 3;
        justify-content: flex-start;
        margin-bottom: 1.5rem;
    }

    .app_image img {
        scale: none;
        position: relative;
        top: -34px;
        height: auto;
        width: 60%;
        left: 65px;
    }

    .app_info p {
        width: 80%;
    }

    .search_near_store_title h4 {
        font-size: 36px;
    }

    .search_near_store_title p {
        font-size: 14px;
    }

    .search_input {
        gap: 160px;
    }

    .footer_contents {
        grid-template-columns: 2fr 1fr 1fr;
    }

    .footer_right_contents {
        grid-column: auto;
    }
}

@media only screen and (max-width: 768px) {
    .menu{
        display: none;
    }

    .menu-icon {
    display: block;
    justify-self: flex-end;
    cursor: pointer;
    }

    .nav_links {
        justify-self: center;
        margin-left: 0;
    }

    .header_Bottom {
        grid-template-columns: repeat(1,1fr);
    }
    
    .hbl_down {
        display: none;
    }

    .hbl_downn {
        display: block;
    }

    .header_bottom_left{

        max-width: none;
        justify-content: center;
        text-align: center;
        margin-top: 4rem;
    }
    .hbl_up {
        max-width: none;
        width: 100%;
    }

    .box_delivery {
        left: 4%;
        top: 100%;
        right: auto;
        border-radius: 50px 0px 50px 50px;
        -webkit-border-radius: 50px 0px 50px 50px;
        -moz-border-radius: 50px 0px 50px 50px;
        -ms-border-radius: 50px 0px 50px 50px;
        -o-border-radius: 50px 0px 50px 50px;
    }

    .hbl_downn {
        margin: 9rem auto 0 auto;
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .order_action {
        gap: 30px;
    }  
    
    .Food_Grid {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    }

    .app_info h6 {
        font-size: 18px;
    }

    .app_info h4 {
        font-size: 40px;
    }

    .app_info p {
        font-size: 14px;
    }

    .app_btn_info svg {
        width: 20px;
        height: 20px;
    }

    .app_btn_info span:first-child {
        font-size: 12px;
    }

    .app_btn_info span:last-child {
        font-size: 14px;
    }

    .btn_ico{
        padding: 4px 10px;
    }

    .btn_icos {
        gap: 8px;
    }

    .app_image img {
        left: 40px;
    }

    .search_img1 {
        width: 20%;
    }

    .search_img2 { 
        top: 35px;
        width: 20%;
    }

    .footer_right_content_Up img {
        width: 25%;
    }
    .footer_right_content_Up h4 {
        font-size: 28px;
    }
    .footer_right_content_Down svg {
        width: 20px;
        height: 20px;
    }

    .footer_center_content h5 {
        font-size: 14px;
        font-weight: 600;
    }

    .footer_left_content h5 {
        font-size: 14px;
        font-weight: 600;
    }

    .footer_center_content ul li a {
        font-size: 14px;
    }

    .footer_left_content span {
        font-size: 14px;
    }
}

@media only screen and (max-width: 576px) {
    .order_number {
        padding: 8px 8px;
        gap: 6px;
    }

    .order_action {
        gap: 10px;
    }

    .order_submit {
        padding: 14px 4px;
        gap: 4px;
    }

    .order_submit_text {
        font-size: 14px;
        font-family: "Dana Medium";
    }

    .app_interview {
        border-radius: 500px 500px 0px 0px;
        -webkit-border-radius: 500px 500px 0px 0px;
        -moz-border-radius: 500px 500px 0px 0px;
        -ms-border-radius: 500px 500px 0px 0px;
        -o-border-radius: 500px 500px 0px 0px;
        padding: 0;
    }

    .app_info {
        text-align: center;
    }

    .app_info h6 {
        font-size: 15px;
    }

    .app_info h4 {
        font-size: 30px;
    }

    .app_info p {
        font-size: 11px;
        width: 90%;
        justify-self: center;

    }

    .app_image img {
        position: static;
        margin-right: 5rem;
    }

    .temp_btn_icos {
        justify-content: center;
    }

    .search_near_store_title h4 {
        font-size: 22px;
    }

    .search_near_store_title p {
        font-size: 10px;
    }

    .search_img1 {
        width: 25%;
    }
    
    .search_img2 {
        width: 25%;
    }

    .search_input {
        gap: 5px;
    }

    .search_input button {
        font-size: 12px;
    }

    .search_input input::placeholder {
        font-size: 14px;
    }

    .search_input button {
        padding: 8px 12px;
        height: auto;
    }

    .footer_contents {
    grid-template-columns: 1fr 1fr;
}

    .footer_right_contents {
        order: 3;
        justify-self: center;
        grid-column: 1 / 3;
        grid-row: 2 / 2;
        margin-top: 2rem;
    }

}