*{
    margin: 0;
    padding: 0;
    font-family:  Tahoma, sans-serif;
}
body{
    background:#7b7a72 ;
    height:fit-content;

margin: 0 auto;
}
.logo{
    width: 80px;
    
}
#open{
    display: none;
}
#close{
    display: none;
}
nav{
    
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 98%;
    margin: auto;
    padding: 0;
    background-color: #48464b;
    border-radius: 12px;
}

nav #mn{
    display: none;
}
nav ul{
    display: flex;
    list-style: none;
   width: 70%;
   justify-content: space-between;
   align-items:center;
}
nav .logo{
    color: #fff;
    text-decoration: none;



}   
nav ul li{

    
    margin: 0 6px;
   
   
}
nav ul li a{
  color: azure;
  font-size: 15px;
  text-decoration: none;
  font-weight: 500;

  padding: 10px;
  transition: 0.5s;
}
nav ul li a:hover{
    background: #040485;
    color: #ffffff;
   font-size: 17px;
}
#mnav{
    font-size: 25px;
    display: none;
}
#tel{
    border: none;
    padding: 10px;
    background: #2b562b;
    border-radius:10px;
    transition: .5s;
}
#tel a{
letter-spacing: 2px;
color: #ffffff;
font-size: 20px;
text-decoration: none;
margin: 10px;
padding: 5px;
}
#tel:hover{
    scale: 1.2;
}
.content{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
width: 98%;
margin:0 auto ;
background:#545455; 
border-radius: 20px;

}
.image{
    width:500px;
    height: 500px;
    margin: auto;
    
}
.image img{
    padding: 20px;
    width: 100%;
    margin: auto;
    border-radius: 20px;

}
.text{
    background: rgba(255, 255, 255, .2);
    width: 70%;
    padding: 10px;
   text-align: center;
   border-radius: 15px;
   margin: 10px;
}
.text p{
    line-height: 3;
    color:#ffffff ;
}
.text img{
    padding: 10px;
    width: 90%;
    height: 400px;
   border-radius: 25px;
}
.content .text h2{
    padding: 10px;
    color: #0a070f;
}
.content .text p{
font-size: 20px;
line-height: 50px;
padding: 10px;
}
.hide{
    display: none;
}
.text ul{
    list-style: none;
}
.text ul li{
    color: #091767;
    font-size: 25px;
    font-weight: 600;
    
}
.galary{
    background: rgba(255, 255, 255, .2);
    width: 70%;
    padding: 10px;
   text-align: center;
   border-radius: 15px;
   margin:auto ;
}
.galary h2{
    padding: 10px;
}
.photo{
    margin:  0 auto;
    
   
}
.photo img{
    width: 50px;
    height: 40px;
    border:green solid 3px;
}
.photo img:hover{
    border: blue solid 5px;
    cursor: pointer;
}
.main{

    width: 85%;
    height: 50%;
    margin:  5px auto ;
    
    border: #fff solid 5px;
}
.main img{
    width: 100%;
    
}
footer{
    
   
    
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin:auto;

   
}
footer img{
    
    width: 50px;
    border-radius: 50%;
   position: fixed;
   bottom: 30px;

}
#my{
    margin:8px auto;
    width: 100%;
    height: 20px;
    display: block;
    background: #5b5b55;
    color: #f1f3f4;
    text-decoration: none;
    padding:   10px 0;
    border-radius: 15px;
    font-size: 20px;
    text-align: center;
}
footer img:hover{
    transform: scale(1.1);
    transition: 0.5s;
}
@media (max-width:767px){
#open{
    padding: ;
    font-size: 19px;
    display: block ;
position:absolute;
  top:7px;
  right: 10px;
  width: 22px;
  font-weight: bold;
}
#close{
    font-size: 17px;
    position: absolute;
    top: 10px;
    left: 150px;
    color: red;
    background: #9b9b9f;

}
.hide{
    display: none;
}
.con{
    display: none;
}
 
nav{
    display: flex;
    margin:2px auto;
    width: 95%;
    position: relative;
    background: #313234;
padding: 20px 0;
}
.logo{
    position:absolute;
    bottom:-1px ;
    left: 10px;
    width: 40px;
    
    
}
nav ul{
    width: 70%;
    height: 12%;
    display: flex;
    justify-content:center;
    align-content:center;
    flex-direction: column;
padding: 10px;

}

nav ul li{
    justify-self:flex-start;
    padding: 10px;
}
nav ul li a{
    display: block;
}
.text{
    width: 98%;
text-align: center;
}
.content{
    width: 95%;
margin:  0 auto;

}
.text {
    width: 92%;
    line-height:2;
}
.text p{
    
}
.text img{
  width: 98%;
  height: 300px;
  
}

.galary{
    width: 92%;
    margin:  5px;
}
}