@media all and (max-width:440px){
    
   .location{
    display: none;
   }
.icons{
    display: none;
}
.logobar{
    width: 60%;
}
.logo{
    width: 100%;
    margin: 0px 50px;
 
}
.logo img{
    width: 220px;
    height: 60px;
}

.main_content{
    width: 95%;
    margin: 30px 10px;
    overflow: hidden;
    position: relative;
}

.main_content .content{
    width: 45%;
    height: 130px;
    font-size: 10px;
    margin-left: 10px;
    align-content: center;
}
.main_content .pic{
    width: 55%;
    right: 0;
    position: absolute;
}

.home1 {
    text-transform: uppercase;
    margin: 10px 10px;
    }
    h2{
        font-size: 30px;
        text-transform: capitalize;
        margin: 10px 10px;
        width: 80%;
    }
    
#burgers{
    width: 70%;
    display: block;
    margin: 0 7px;
  

    
  
}
footer{
    width: 90%;
    border-top: 1px solid #ddd;
    margin: 30px 100px;
    padding-top: 30px;
    position: relative;
    display: none;
    
}
footer a img{
    width: 150px;
    height: 50px;
}
footer span{
    font-size: 25px;
    text-indent: 500px;
   
    right: 0;
    position: absolute;
}

.put{
    width: 90%;
    height: 100%;
  background: red;
  display: block;
  margin-left: 15px;
  border-radius: 15px;
  margin-bottom: 300px;
  position: relative;
  
}
.put .imgg img{
    width: 40px;
    height: 50px;
    border: 1px solid #ddd;
}
.h{
    margin-left: 15px;
    font-size: 15px;
    margin-bottom: 20px;
    
}
.put .content5{
    width: 60%;
    margin: 10px 15px;
    
}
.put .content5 .imgg{
    display: flex;
    width: 30%;
    height: 200px;
    margin-top: 40px;
}
.put .content5 .imgg p{
    margin: 10px 10px;
    font-size: 15px;
    color: rgb(15, 3, 3);
    width: 100%;
    height: 100%;
    display: flex;
}
.put .content5  h1{
    margin-top: 10px;
    color: rgb(26, 5, 5);
    width: 90%;
}
#mainnn .mm {
    width: 30%;
    height: 450px;
    top: 0;
    right: 0;
    bottom: 0 px;
    position: absolute;
   
}
#mainnn{
    width: 90%;
    position: relative;
  
}















}