*{
    margin: 0;padding: 0;
    font-family: "Changa", serif;
}
header{
    width: 98%;
    height: 70px;
    background: #828180;
    box-shadow: 0px 0px 8px whitesmoke;
    margin: 5px auto ;
    border-radius: 12px;
}
header img{
    width: 60px;
    float: left;
    border-radius: 50%;
    margin:   auto;
    
}
header button{
    width: 140px;
    padding: 10px;
    border: none;
    background: none;
    outline: none;
    font-size: 18px;
    margin-top: 12px;
    transition: 1s;
    font-weight: bold;
    border-radius: 6px;
}
#navp{
    
    width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
header a{
    text-decoration: none;

}
header button:hover{
color:blue;
background: #b7d9ee;
}
#navm{
    display: none;
}
body{
    background: #8e8d8c;

}
.container{

    width: 98%;
    background: #a4a2a0;
    margin: auto;
    text-align: center;
    
border-radius: 12px;
}
.text{
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: center;
    background: #e4e3e1;
    border-radius: 12px;
margin-bottom: 5px;
}
.text img{
    width: 90%;
    height: 450px;
    border-radius: 30px;
    margin:0 auto;
}
.text h1{
    color: #2013dc;
    margin: auto;
    padding: 10px;
}
.text h2{
    padding: 15px;
    color: #253ad7;
    padding: 10px;
    font-weight:700;
    font-size: 25px;
    
}
.text p{
    font-size: 20px;
    width: 500px;
    margin: auto;
    line-height: 40px;
    color:#000;
    line-height: 45px;
}
.text a{
    display: block;
    text-decoration: none;
    transition: .5s;
    padding: 10px;
    letter-spacing: 2px;
    color: #130bba ;
}
.text a:hover{
    color: #4c0ee7;
    scale: 1.2;
}

.galary{
    background:#e4e3e1;
    width: 70%;
    
   text-align: center;
   border-radius: 15px;
   margin:6px auto ;
padding: 10px ;
}
.galary h2{
    color: #6d0808;
    margin:10px auto;
}
.photo{
    margin:  auto;
    padding: 10px;
   
}
.photo img{
    width: 50px;
    height: 50px;
    border:#939496 solid 2px;
}
.photo img:hover{
    border: #5f3a02 solid 3px;
    cursor: pointer;
}
.main{
    width: 500px;
    height: 400px;
    margin: 10px auto ;
background: ;
    border: #5b5f60 solid 3px;
   
}
.main img{
    width: 100%;
height: 100%;
}
footer{
    width: 98%;
    background: ;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 12px;
    margin:  auto;
   
   
    position: fixed;
    bottom: 20px;
}
footer img{
 
    width: 50px;
    border-radius: 50%;
    transition: .5s;

}
footer img:hover{
    transform: scale(1.2);
}
#my{
    display: block;
    text-align: center;
    text-decoration: none;
    margin: 0px auto;
    background: #575656;
    border-radius: 20px;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}


@media (max-width:767px) {
    header{
        height: fit-content;
    }
    #navp{
        display: none;
    }
  header  #navm{
        display: flex;
        align-items:flex-start;
        flex-direction:column ;
        
    }
    header img{
    width: 60px;
    margin: 5px 10px;
    
    }
    .text{
        margin-top:5px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        text-align: center;
        background: rgba(255,255,255 ,.3);
        border-radius: 12px;
    
    
    }
    header button{
        font-size: 15px;
    }
    .text img{
        width:90%;
        height: 400px;
        border-radius: 30px;
    padding: 10px;
    
    }
    #open{
    
        background: none;
        font-size: 30px;
        margin: auto 0;
        color: #2013dc;
    }
    #close{
        background: none;
        padding: 5px;
        font-size: 22px;
        color: #990505;
        position: absolute;
        right:100px;
    }
    #close:hover{
        scale: 1.2;
    }
    .text p{
        width: 90%;
        padding: 10px;
    }
    .text img{
        width: 98%;
        height: 300px;
        margin: 0 auto;
    }
    .text h2{
        font-size: 20px;
        font-weight: bold;
    }
    .hide{
        display: none;
    }
    .galary{
        width: 90%;
        margin:  10px auto;
    }
    .main{
        width: 95%;
        height: 300px;
    }
}