*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
body{
    overflow-x: hidden;
}
img{
    max-width: 100%;
}

.logobar{
   width: 100%;
   display: flex;
margin: 20px 100px;
height: 30px;

}
.logobar .logo{
    width: 30%;
    height: 200px;
}
.logobar img{
    width: 120px;
    height: 30px;
    
}
.logobar .location  {
    width: 30%;
    text-align: center;
    font-size: 22px;
  
}
.logobar .location a{
    text-decoration: none;
    color: black;
}

.logobar .icons{
    width: 90%;
    text-align: center;
    
}
.logobar .icons a{
text-decoration: none;
font-size: 22px;
margin: 0px 30px;
color: black;
font-weight: bold;
}
.logobar .icons .in{
border: 2px solid #575353;
border-radius: 10px;
padding: 2px 17px;


}
.logobar .icons .up{
   
    border-radius: 10px;
    padding: 2px 17px;
    background: rgb(214, 24, 24);
    color: aliceblue;

    }
    .logobar .icons .in:hover{
       padding:5px 25px ;
 }
 .main_content{
    display: flex;
    width: 100%;
    background: #ece9e9;
    height: 100%;
    margin-top: 0;
    position: relative;
    overflow: hidden;
  
    
 }  
.main_content .content{
    width: 45%;
    height: 350px;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-transform: capitalize;
    margin-left: 100px;
    align-content: center;
  
  

}
.main_content .pic{
  
    width: 40%;
   display: inline-block;
   position: absolute;
    right: 0;  
}
.home1 {
text-decoration: none;
font-size: 20px;
color: black;
font-weight: bold;
margin: 30px 100px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}
h2{
    font-size: 30px;
    text-transform: capitalize;
    margin: 30px 100px;
}

#burgers{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 20px 22px;
  
}

.content_br{
    width: 400px;
    height: 300px;
    margin: 30px 100px;
    border: 2px solid #ddd;
    border-radius: 10px;
    position: relative;
    
   
}
.content_br img{
    width: 400px;
    height: 250px;
margin-bottom: 0px;
border-radius: 10px 10px 0px 0px;
border-top: 0px;
}
.content_br .ret{
    background: red;
    width: 120px;
    border-radius: 9px;
    padding: 3px;
    top: 20px;
    position: absolute;
    margin: 0 20px;
    
}

.content_br .ret a{
    color: white;
    text-decoration: none;
}
.content_br .dam a{
   color: black;
   text-decoration: none;
   font-size: 20px;
   margin: 15px 10px;
   text-transform: capitalize;
   font-weight: bold;
    
}
.content_br span{
    font-size: 15px;
    text-indent: 170px;
}
.content_br span i{
    color: rgb(255, 215, 0);
    margin-right: 10px;
}

.content_br {
    margin: 0;
    margin-bottom: 15px;
   
}
.content_br:hover{
    transition: 3s;
    transform: skew(2deg);
    
    
}
.content_br .ret:hover{
background: yellow;
color: black;

}
.content_br .ret a:hover{
   
    color: black;
    
    }
.put{
    width: 90%;
    height: 350px;
  background: red;
  display: flex;
  margin-left: 100px;
  border-radius: 15px;
  margin-bottom: 30px;
  position: relative;
  
}
.put .imgg img{
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
}
.h{
    margin-left: 100px;
    font-size: 30px;
    margin-bottom: 20px;
    
}
.put .content5{
    width: 45%;
    margin: 40px 20px;
}
.put .content5 .imgg{
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 40px;
}
.put .content5 .imgg p{
    margin: 10px 30px;
    font-size: 22px;
    color: white;
}
.put .content5  h1{
    margin-top: 40px;
    color: white;
}
#mainnn .mm {
    width: 40%;
    height: 450px;
    top: 0;
    right: 0;
    bottom: 0 px;
    position: absolute;
   
}
#mainnn{
    width: 90%;
    position: relative;
  
}
footer{
    width: 90%;
    border-top: 1px solid #ddd;
    margin: 30px 100px;
    padding-top: 30px;
    position: relative;
}
footer a img{
    width: 150px;
    height: 50px;
}
footer span{
    font-size: 25px;
    text-indent: 500px;
   
    right: 0;
    position: absolute;
}
