* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

#nav {
    width: 100%;
    height: 12vh;
    background-color: white;
    top: -1px;
    position: sticky;
}

/* .navrap{

} */
.log img{
    width: 20%;
    height: 4vh;
    margin: auto;
    margin-top: 20px;
}
.log h1{
    /* position: absolute; */
    margin-left: 40%;
}
/* .log h1 a{
    /* width: -5px;
    height: 2px; */
    /* text-decoration: none;
    color: black ;
    font-family:  ; 
} */

.menu ul {
    margin-top: -34px;
}

.menu ul li {
    display: inline;
}

.menu ul li a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.menu ul li a:hover {
    border: 2px solid rgb(58, 60, 62);
    background-color: rgb(210, 215, 218);
    border: 20px;
    padding: 25px;

}

/* second */
.menu1 {
    float: right;
}

.menu1 ul {
    margin-top: -13px;
}

.menu1 ul li {
    display: inline;
    padding: 2px;
}

.menu1 ul li a {
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

.menu1 ul li a:hover {
    border: 2px solid rgb(58, 60, 62);
    background-color: rgb(210, 215, 218);
    border: 20px;
    padding: 25px;
}
.map{
    width: 90%;
    height: 50vh;
    margin: auto;
    padding: 10px;
}
.map h1:hover{
    border: 5px solid red;
    width: 7%;
    background-color: rgb(210, 215, 218);
    border: 20px;
    padding: 10px;
}
.map iframe{
    width: 100%;
    height: 50vh;
    align-items: center;
    padding: 10px;
    /* margin: auto; */
}
.foot{
    width: 100%;
    height: 50vh;
    background-image: url(/p12.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.foot1{
    width: 100%;
    height: 50vh;
    background-color: rgba(0, 0, 0, 0.736);
}
.footerrap{
    width:85%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    grid-column-gap: 20px;
    padding-top: 50px;
}
.image{
    /* width:  150%; */
    /* height: 35vh; */
    padding: 25px;
    /* border: 2px solid white; */
}
.footrap_img img{
    width:  100%;
    height: 30vh;
    border-radius: 15px;
}
/* menu */
.footerrap1{
    border-left: 2px solid white; 
}
.footerrap1 h1{
    color: white;
    margin-left: 40px;
}
.footerrap1  ul li {
    list-style: none;
    margin-left: 40px;
}
.footerrap1  ul li a{
    color: white;
    font-size: 25px;
    text-decoration: none; 
    /* display: grid ;       */
}
.footerrap1 ul li a:hover{
    border-bottom: 2px solid white;  
}
.logo{
    width: 100%;
    height: 20vh;
}
.logo img{
    width: 100%;
    padding-top: 5px;
}
.footerrap2{
    display: list-item;
    padding-top: 10px;
    list-style: none;
    /* margin-right: 550px; */
}
 .footerrap2 h1{
    color: white;
}
.footerrap2  ul li {
    list-style: none;  
} 
.footerrap2  ul li a{
    color: white;
    font-size: 25px;
    text-decoration: none;   
    /* display: grid ;    */
}
.footerrap2 ul li a:hover{
    border-bottom: 2px solid white;    
}
.app{
    padding-top: 10px;
    /* margin-right: 200px; */
}
.app ul li{
    /* display: list-item; */
    list-style: none;
}
.app ul li a {
    color: aliceblue;
    font-size: 25px;
    text-decoration: none;
    padding: 5px;
    display: grid ;  
}
.app ul li a:hover{
    border-bottom: 2px solid white;
    
}
.map h2{
    color: white;
}
.map iframe{
    width: 100%;
    height: 30vh;
    padding: 10px; 
}