
@media only screen and (max-width:800px){

    nav{
        display: none;
    }
    
    /* logo */
    .logo1{
        display: block;
        left: 300px;
        top: 20px;
        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: 20px;
        color: orangered;
        width: 100%;
        left: 10px;
        z-index: 20;

    }
    .color{
        background-color: #fff7d6;
    }
    

    .long{
        display: block;
        width: 100%;
        height: 80px;
        background-color: #ffd814;
        position: fixed;
        z-index: 12;
        top: 0;
    }
    
    header{
        width: 100%;
        background-color: #fff7d6;
        margin-top: 0;
         border-bottom: solid 2px #ffd814;
    }

    header .order{
        /* width: 100px; */
        top: 140px;
        left: 40%;
        /* transform: translate(-50%, 0); */
    
    }

    
  

    /* body starts */
    .title{
        width: 100%;
        height:auto;
        margin: 0px auto 0;
        background-color: #fff7d6;
        /* background-image: url(../../Resources/css/img/bg2.png); */
        }
    .title h1{
        display: block;
        width: 100%;
        height: auto;
        padding-top: 20px;
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: 1000;
    }
    .title p{
        display: block;
        width: 90%;
        height: auto;
        font-size: 16px;
        line-height: 30px;
        font-weight: 300;
        padding-top: 20px;
        /* text-align: justify; */
        /* padding-bottom: 20px; */
    }
    .title h5{
        width: 90%;
        text-align: justify;
        margin-left: 20px;
    }
    .menu-cont{
        width: 100%;
        grid-template-columns:70%;
        gap: 40px 10PX;
        background-color: #fff7d6;
        /* background-image: url(../../Resources/css/img/bg2.png); */
        margin: 0px auto 0;
    }
   
    .menu-cont .menu{
        width: 90%;
        margin: 10px auto;
        
    }
    .menu-cont .menu:nth-child(1){
        margin-top: 40px;
    }
    .menu ul li{
        padding: 10px;  
        font-weight: 300;
        font-size: 16px;
        }
   .menu-cont2{
    width: 90%;
    height: 320px;
    grid-template-columns: 70%;
    /* margin-bottom: 100px; */
    background-color: #fff7d6;
    /* background-image: url(../../Resources/css/img/bg2.png); */
    margin: 0px auto;
    
   }
    .menu-cont2 .menu{
        width: 100%;
        height: 230px;
        margin-top: 40px;
        
    }
    /* body ends */


    /* footer starts */
    /* 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: 0px;
        position: relative;
        
    
    }
    
    hr{
        margin: 0px auto 0;
        width: 60%;
     }
      
     footer{
         width: 100%;
     }
     footer .boxx .copy{
         margin-left: 30px; 
     }
     footer .boxx p{
        font-size: 13px;
    }
    footer .terms a{
        font-size: 13px;
    }

 
     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 ends */

     .overlay{
         width: 100%;
     }

     .overlay img{
        width: 100px;
    }

        /* footer ends */
}