*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family:IRANSans-Regular;
}

ul{
    list-style: none;
}

a{
    text-decoration: none;
}


@font-face {
    font-family:"IRANSans-bold";
    src: url('../fonts/IRANSansX-Bold.woff') format('woff');
}
@font-face {
    font-family:"IRANSans-DemiBold";
    src: url('../fonts/IRANSansX-DemiBold.woff') format('woff');
}

@font-face {
    font-family:"IRANSans-Medium";
    src: url('../fonts/IRANSansX-Medium.woff') format('woff');
}
@font-face {
    font-family:"IRANSans-Light";
    src: url('../fonts/IRANSansX-Light.woff') format('woff');
}
@font-face {
    font-family:"IRANSans-Regular";
    src: url('../fonts/IRANSansX-Regular.woff') format('woff');
}

:root{
    --color_Primary:#C90000;
    --color_Primary-2:#D62822;
    --color_secondary:#FFC300;
    --color_secondary2:#FFD429;
    --color_secondary-5:#FFF6A3;
    --color_secondary-6:#FFFDE6;
    --color_grey:#7D7C7C;
    --color_grey-3:#E3E3E3;
    --color_grey-4:#F1F1F1;
    --color_black-01:#323232;
    --color_black-02:#504F4F;
}

img{
    width: 100%;
}

.main-header{
margin-top: 1rem;
}
.container_site{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 1rem;
}


/* Header _ navbar - Menu - Logo */

.navigation{
    display: grid;
    grid-template-columns: repeat(3,auto);
    justify-content: space-between;
    align-items: center;
}

.navigation ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3rem;
    margin-left: 8rem;
}

.navigation ul li a{
    color: var(--color_grey);
    font-size: 0.9rem;
    font-weight: 500;
    font-family: IRANSans-DemiBold;
}
.navigation ul li:first-child a{
    color: var(--color_Primary);
    font-size: 0.9rem;
    font-family:IRANSans-bold ;
}

.link_navigation{
    display: flex;
    gap: 12px;
    margin-left: 10rem;
}

.link_navigation a{
    border-radius: 100px;
    border: 1px solid var(--color_Primary);
    font-size: 1rem;
    width: 90px;
    height: 39px;
    text-align: center;
    line-height: 37px;
}

.link_navigation a:first-child{
    color: var(--color_Primary);
    font-weight: 400;
}

.link_navigation a:last-child{
    color: #fff;
    font-weight: 500;
    background: var(--color_Primary);

}

.menu_icon{
    display: none;
    
}

.nav_menu_sidbar{
    flex-direction: column;
    position: fixed;
    right: 30px;
    top: 86px;
    padding: 1rem;
    background: rgba(201, 0, 0, 0.8);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(201, 0, 0, 0.15);
    border-radius: 0.6rem;
    width: 170px;
    transform: translateX(200px);
    transition: all 250ms ease-in-out;
    z-index: 1;
}

.menu_icon ul li a{
    color: #fff;
}

.menu_icon ul li:first-child a{
    color: #fff;
}


#input_menu:checked ~ ul{
    transform: translateX(0);
}

#close_menu{
    display: none;
}

#input_menu:checked + label #close_menu{
    display: block;
}
#input_menu:checked + label svg:first-child{
    display: none;
}







/* Header _ Main-Header */


.header_bottom{
    display: grid;
    grid-template-columns: repeat(2,auto);
}

.content_right_header_bottom{
    align-self: center;
    

}

.content_right_header_bottom h1{
max-width: 380px;
}
.content_right_header_bottom p{
max-width: 380px;
}

.content_right_header_bottom h1{
    color: var(--color_Primary);
    font-family: "IRANSans-bold";
    font-size: 38px;
   
}
.content_right_header_bottom p{
    color: var(--color_black-02);
    font-family: "IRANSans-Light";
    font-size: 20px;
    margin-top: 12px;
}

.order_food{
    margin-top: 2.5rem;
}

.action_order{
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.text_price_order_food{
    color: var(--color_black-01);
    
}
.text_price_order_food span:first-child{
    font-family:"IRANSans-Regular" ;
}

.text_price_order_food span:last-child{
    font-family:"IRANSans-DemiBold" ;
}

.action_order_button{
    display: flex;
    padding: 8px 16px;
    align-items: center;
    justify-content: 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);
    
    
}

.action_order_button button{
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
    
}

.action_order_button input{
    border: none;
    text-align: center;
    max-width: 4rem;
    border-right: 1.8px solid var(--color_grey-4);
    border-left: 1.8px solid var(--color_grey-4);
    padding: 0 12px;
    color: var(--color_secondary);
    font-size: 20px;
    font-family:"IRANSans-DemiBold" ;
}

.action_order > button{
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    background: var(--color_secondary);
    box-shadow: 0px 20px 20px 0px rgba(112, 144, 176, 0.20);
    font-family: "IRANSans-Medium";
    color: var(--color_black-01);
    font-size: 15px;
    border: none;
    cursor: pointer;
}

.add svg{
    cursor: pointer;
}

.sub svg{
    cursor: pointer;
}

.content_left_header_bottom{
    position: relative;
    max-width: 536px;
    
}

.fix_box_delivery{
    position: absolute;
    top: 4rem;
    right: -7rem;
    border-radius: 50px 50px 50px 0px;
    border: 1px solid var(--color_grey-4);
    background: rgba(241, 241, 241, 0.40);
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fix_box_delivery div{
    display: inherit;
    gap: 0.5rem;
    align-items: center;
}

.fix_box_delivery > span{
    color: var(--color_grey);
}

.order_food_responsiv{
    display: none;
}




/* Main */
.section_food{
 padding:50px 0 ;
}


.red_title{
    color: var(--color_Primary);
    font-size: 45px;
    font-family:"IRANSans-bold" ;
    position: relative;
    width: max-content;
}

.yellow_underline{
    background-color: var(--color_secondary-5);
    position: absolute;
    width: 100%;
    height: 9px;
    bottom: 15px;
    right: 0;
    z-index: -1;
}

.category_button{
margin-top: 2rem;
display: grid;
grid-auto-columns: 10.25rem;
grid-auto-flow: column;
overflow-x: auto;
column-gap: 1.25rem;
scrollbar-width: none;
}

.category_button button{
    padding: 8px 20px;
    border-radius: 100px;
    border: 1px solid var(--color_grey-3);
    background: var(--color_grey-4);
    color: var(--color_black-02);
    font-family: "IRANSans-Regular";
    font-size: 0.88rem;;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.category_button-Active{
    background-color: var(--color_secondary) !important;
    border: 1px solid var(--color_secondary2) !important;
    color: var(--color_black-01) !important;
    font-weight: 600;
}

.products_food{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    margin-top: 2rem;
    gap: 30px;
}

.item_food{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid var(--color_grey-3);
    padding: 1rem;
    position: relative;
}

.Discount{
    position: absolute;
    top: 7px;
    left: 6px;
}

.image_item_food{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.194px;
    
}


.image_item_food span{
    border-radius: 8px;
    background: var(--color_secondary-6);
    width: 90%;
    height: 105px;
    position: absolute;
    bottom: 175px;
    right: 19px;
    z-index: -2;
}

.item_food_info{
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    gap: 12px;
    width: 100%;
}


.title_food{
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
}

.title_food h4{
    font-size: 20px;
    font-family:"IRANSans-DemiBold";
    color: var(--color_black-01);
}
.title_food p{
    font-size: 13px;
    font-family:"IRANSans-Regular";
    color: var(--color_black-02);
}

.score_item_food{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 0.3rem;
}

.stars_rank{
    display: inherit;
    
}
.stars_rank svg{
    cursor: pointer;
}

.number_rank{
    display: inherit;
}

.order_item_food{
display: flex;
align-items: center;
justify-content: space-between;
}

.button_order_food button{
    border: none;
    border-radius: 8px;
    background-color: var(--color_Primary);
    padding: 5.4px;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

.price_food{
    color: var(--color_black-01);
    font-family: "IRANSans-DemiBold";
    font-size: 24px;
}

.see_all{

    margin-top: 20px ;
}

.see_all_link{
    font-size: 20px;
    font-family:"IRANSans-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;
    display: flex;
    justify-content: center;
    color: var(--color_black-02) ;
}



/* Section Sale Off */

.section_off{
    padding:50px 0;

}

.title_section_off{
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.produt_item_off{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap:20px ;

}

.items_off{
    border-radius: 20px;
    border: 1px solid var(--color_grey-3);
    background: var(--color_grey-4);
    padding: 40.25px 32px 41.75px 0;
    position: relative;
    display: flex;
    overflow: hidden;
    transition: all 250ms ease-in-out 125ms;
    
}

.items_off:hover{
    background: var(--color_Primary-2);
    transform: scale(1.04);
}

.items_off:hover .frist_title{
    color: #FFEAE6;
    }

.items_off:hover .second_title{
    color: var(--color_secondary);
    }

.items_off:hover .bottom_title_items_off{
    color: #FFEAE6;
    }

.items_off:hover .real_price{
    color: #F1F1F1;
    }

.items_off:hover .off_price{
    color:  var(--color_secondary);
    }

.items_off:hover .button_order_now button{
    background-color:  var(--color_secondary-6);
    }

.items_off:hover .text_order_now{
    color:  var(--color_black-01);
    }

.items_off:hover .button_order_now button svg path{
    fill: var(--color_black-01);
}
    



.right_content_items_off{
    display: flex;
    flex-direction: column;
    gap: 41px;
}

.line_gry{
    background-color: var(--color_grey-3);
    width: 69%;
    height: 1px;
    position: absolute;
    top: 51px;
    left: 1px;
}


.line_svg {
    position: absolute;

    stroke: var(--color_grey);
}

.info_items_0ff{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    max-height: 172px;
}

.title_items_off{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.top_title_items_off{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.frist_title{
    color: var(--color_black-01);
    font-size: 1rem;
    font-family:"IRANSans-Medium" ;
    transition: all 250ms ease-in-out 125ms;
}



.second_title{
    color: var(--Primary, #C90000);
    font-family:"IRANSans-DemiBold" ;
    font-size: 27px;
    font-style: normal;
    line-height: normal;
    transition: all 250ms ease-in-out 125ms;
}

.bottom_title_items_off{
    width: 166px;
    color: var(--color_black-02);
    font-family:"IRANSans-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: all 250ms ease-in-out 125ms;
}

.price_items_off{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.real_price{
    color: var(--color_grey);
    font-family: "IRANSans-Regular";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-decoration: line-through;
    transition: all 250ms ease-in-out 125ms;
}
.off_price{
    color: var(--color_Primary);
    font-family: "IRANSans-Medium";
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all 250ms ease-in-out 125ms;
}

.button_order_now button{
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border: none;
    background: var(--color_black-02);
    cursor: pointer;
    transition: all 250ms ease-in-out 125ms;
}

.button_order_now button svg path{
    transition: all 250ms ease-in-out 125ms;
}



.text_order_now{
    
    color: var(--color_grey-4);
    font-family: "IRANSans-Medium";
    background: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 250ms ease-in-out 125ms;
}

.left_img_items_off{
    width: 290.024px;
    height: 217.811px;
    
}


.left_img_items_off img {
    transform: scale(1.6);
    position: relative;
    top: 41%;
    left: -14%;
}


/* Section Mobile App */

.section_mobile_app{
    padding: 50px 0;
    

}

.content_mobile_app{
    display: grid;
    grid-template-columns: 38% 60%;
    max-width: 1204px;  
    border-radius: 500px 0px 0px 500px;
    border: 1px solid var(--color_grey-3);
    background: var(--color_grey-4);
    column-gap: 48px;
    padding-right: 11.5rem;
    margin-left: 3rem;
    
}

.img_mobile_app img{
    position: relative;
    height: 100%;
    scale: 1.12;
    top: -2.2%;
    object-fit: cover;
}

.info_mobile_app{
    display: flex;
    flex-direction: column;
    justify-content: center ;
    gap: 32px;
    padding: 60px  0;
}

.text_mobile_app{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.title_mobile_app h6{
    color: var(--color_grey);
    font-family: "IRANSans-Regular";
    font-size: 20px;
    font-style: normal;
    line-height: normal;
}
.title_mobile_app h4{
    color: var(--color_Primary);
    font-family: "IRANSans-Medium";
    font-size: 48px;
    font-style: normal;
    line-height: normal;
}

.Description_mobile_app{
    color: var(--color_black-01);
    font-family: "IRANSans-Regular";
    font-size: 16px;
    font-style: normal;
    line-height: 24px; 
    padding-left: 4.5rem;
}

.btn_mobile_app{
    display: flex;
    gap: 20px;
}

.btn_mobile_app button{
    display: flex;
    padding: 8px 19px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 50px;
    background: var(--color_black-02);
    border: none;
    cursor: pointer;
}

.text1_btn_mobile_app span{
    display: block;
    color: #FFF;
    font-family: "IRANSans-Regular";
    font-size: 14px;
    font-style: normal;
    line-height: 24px; 
}

.text1_btn_mobile_app span:last-child{
    font-family: "IRANSans-bold";
    font-size: 16px;
}

.text2_btn_mobile_app span{
    display: block;
    color: #FFF;
    font-family: "IRANSans-Regular";
    font-size: 14px;
    font-style: normal;
    line-height: 24px; 
}

.text2_btn_mobile_app span:last-child{
    font-family: "IRANSans-bold";
    font-size: 16px;
}


/* Section Find Location */

.section_find-location{
padding:50px 0 ;
}

.find-location{
    max-width: 1169px;
    height: 398px;
    border-radius: 20px;
    background: var(--color_black-01);
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.text_find-location{

}

.text_find-location h2{
    color: var(--color_secondary-6);
    font-family: "IRANSans-DemiBold";
    font-size: 48px;
    line-height: normal;
}

.text_find-location p{
    color: var(--color_grey-4);
    font-family: "IRANSans-Regular";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    text-align: center;
}

.search-box_find-location{
    position: relative;
}

.search-box_find-location input{
    display: flex;
    width: 529px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    background: var(--color_secondary);
    border: none;
    outline: none;
    color: var(--color_black-02);
    font-family:"IRANSans-Regular" ;
    font-size: 16px;
    line-height: normal;
    
}

.search-box_find-location button{
    display: flex;
    width: 148px;
    height: 46px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 100px;
    background:#FFEAE6;
    color: var(--black-01, #323232);
    font-family: "IRANSans-Regular";
    font-size: 16px;
    line-height: normal;
    position: absolute;
    top: 5px;
    left: 5.5px;
    cursor: pointer;
    border: none;
}

.img_find-location img:first-child{
    width: 19%;
    position: absolute;
    top: 13%;
    right: -5%;
    opacity: 0.4;
   
}

.img_find-location img:last-child{
    width: 17%;
    position: absolute;
    right: 10%;
    bottom: -14%;
    opacity: 0.4;
}



/* Footer */



footer{
    background: var(--color_secondary-6);
    padding: 32px 135px;
}

.section_footer{
    display: grid;
    grid-template-columns:  repeat(auto-fill, minmax(372px, 351px));
    column-gap: 30px;
    
}

.right_footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
   
}

.top-right_footer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;

}

.logo_footer{
    width: 70px;
    height: 70px;
}

.title_footer{
    color: var(--color_black-01);
    font-family: IRANSans-bold;
    font-size: 32px;
    line-height: normal;
}

.bottom-right_footer{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    cursor: pointer;
}

.twitter svg{
    display: flex;
}

.twitter svg:hover path{
    fill: #02eaff;
}

.facebook svg{
    display: flex;
}

.facebook svg:hover path{
    fill: #2680ed;
}

.messenger svg{
    display: flex;
}

.messenger svg:hover path{
    fill:#fe6c67bd ;
}



.left_footer{
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.useful_link{
    display: flex;
    width: 201px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.title_useful_link{
    color: var(--black-01);
    font-family: "IRANSans-DemiBold";
    font-size: 26px;
    line-height: 36px;
}

.links_useful_link{
    
   
}

.links_useful_link ul li a{
    font-family: "IRANSans-Regular";
    color: var(--black-01);
    font-size: 16px;
    line-height: 36px;
}

.opening_hour{
    display: flex;
    width: 270px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.title_opening_hour{
    color: var(--black-01);
    font-family: "IRANSans-DemiBold";
    font-size: 26px;
    line-height: 36px;
}

.opening_time{
display: flex;
flex-direction: column;

font-family: "IRANSans-Regular";
color: var(--color_black-01);
font-size: 14.5px;
line-height: 36px;
}


