@media only screen and (max-width:800px){

    /* header starts */

    nav{
        display: none;
    }
    
    /* logo */
    .logo1{
        display: block;
        left: 300px;
        top: 10px;
        width: 60px;
        height: auto;
        /* border: 2px solid orangered; */
    }

    .sidebar {
        width: 250px; /* Adjust the width for smaller screens */
        display: flex;
    }

    .sidebtn {
        display: block; /* Ensure the button is visible on mobile */
        right: 0px; /* Adjust the button position */
        position: fixed;
        margin-top: 10px;
        color: orangered;
        width: 190%;
        z-index: 2;
        text-align: center;


    }
    .long{
        display: block;
        width: 100%;
        height: 80px;
        background-color:#ffd814;
        position: fixed;
        z-index: 1;
    }
    header{
        width: 100%;
    }

    header .order{
        top: 142px;
        left: 50%;
        width: 150px;
        padding: 10px 10px;
    }
    header .order p a{
        font-size: 16px;
    }

    /* header ends */
      
    /*  */
    
    /* body starts */
    .food{
        grid-template-columns: 1fr ;
        grid-template-rows: 1fr  ;

         }

         .food .box{
            width: 270px;
            height: 350px;
        }
    .m{
        margin-top: -10px;
        width: 100%;
    }
    .main .meal h1{
        width: 100%;
        font-size: 16px;
        font-weight: 900;
    }

    .main .meal p{
        width: 100%;
        font-size: 16px;
    }
    
    .main{
        width: 100%;
        height: 3500px;
        text-align: center;

    }
   .main .menu{
       width: 100%;
       display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin: 20px auto 0;

    }
    .main .menu p a{
        padding: 10px;
        font-size: 16px;
        margin-top: 20px;
        color: black;
        /* background-color: #ffd012; */
        
    }
    .af {
        grid-column: 1 / -1;
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
        color: #c21d20;
        /* border: solid 2px ; */
        /* width: 90%; */
    }
    .main .menu p a:hover{
        /* border: 1px solid brown; */
        transition: ease  2s all;
        background-color:#ffd814;
        
    }
    
    /* body ends */

     /* footer starts */
     .footer-cont{
        width: 100%;
        height: 720px;
        display: grid;
        grid-template-columns: 2fr 1fr;
        grid-template-rows:1fr 1fr;
        gap: 10px;
        margin-top: 5px;
        position: relative;
        
    
    }
    
    hr{
           margin: 0px auto 0;
           width: 60%;
        }
         
        footer{
            width: 100%;
        }
        footer .boxx .copy{
            margin-left: 30px;
            
        }
    
        footer .boxx .terms{
            width: 400px;
            margin-right: 0;
            margin-left: 20px;
            
        }

        .footer-cont .items:nth-child(4) .icon{
            width: 100%;
            font-size: 10px;
            padding: 3px;
            margin-left: -35px;
        }
        .footer-cont .items:nth-child(4) h3{
            margin-left: -5px;
            font-weight: 900;
            font-size: 13px;
        }

        .footer-cont .items:nth-child(3){
            margin-left: 10px;
        }
        .footer-cont .items:nth-child(3) h3{
            margin-left: 10px;
            font-weight: 900;
            font-size: 13px;
        }
        .footer-cont .items:nth-child(3) a{
            font-size: 13px;
        }
        .footer-cont .items:nth-child(1) h3{
            margin-left: 10px;
            font-weight: 900;
            font-size: 13px;
        }
        .footer-cont .items:nth-child(1) p{
            font-size: 13px;
        }
        .footer-cont .items:nth-child(1){
            margin-left: 10px;
        }

        .footer-cont .items:nth-child(2) h3{
            margin-left: 2px;
            font-weight: 900;
            font-size: 13px;
        }
        .footer-cont .items:nth-child(2) a{
            font-size: 13px;

        }
        .footer-cont .items:nth-child(2){
            margin-left: -10px;
        }

        footer .boxx p{
            font-size: 13px;
        }
        footer .terms a{
            font-size: 13px;
        }

        /* footer ends */

        .overlay{
            width: 100%;
        }
        .overlay img{
            width: 100px;
         }


         /* order-section begins */

         .order-section {
           
        }
        
        /* Header Styles */
        .order-title {
            margin: 30px 0 20px 20px;
            font-size: 20px;
            font-weight: 700;
        }
        
        /* Image Styles */
        .order-image {
            position: absolute;
            top: 0px;
            right: 14%;
            width: 100px;
            height: 100px;
        }
        
        /* Text Styles */
        .order-description, .order-step {
            margin: 10px 10px;
            font-size: 13px;
            line-height: 1.5;
        }
        
        /* Ordered List Styles */
        .order-steps {
            margin: 20px 10px;
            font-size: 13px;
        }
        
        .order-steps li {
            margin-bottom: 20px;
            font-size: 13px;
        }
        
        .order-steps h2 {
            font-size: 16px;
            margin-bottom: 10px;

        }
        
        /* Additional Info */
        .order-extra-info {
            margin: 20px 10px;
            font-size: 13px;
            line-height: 1.5;
        }
        
         /* order-section ends */

}


    

       
    

        