* {
    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;
}
.ban{
    width: 90%;
    height: 80vh;
}
.image1{
    background-image: url(./p1.jpg);
    width: 90%;
    height: 70vh;
    background-size: cover;
    margin: auto;
}
.image1:hover{
    border: 5px solid white;
    background-color: white;
}
.image2{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto  ;
}
.imagerap1{
    background-image: url(./p2.jpg);
    width: 100%;
    height: 70vh;
    background-size: cover;
    padding: 40px;
}
.imagerap1:hover{
    border: 5px solid white;
    background-color: white;
}
.imagerap2{
    background-image: url(./p3.jpg);
    width: 100%;
    height: 70vh;
    background-size: cover;
}
.imagerap2:hover{
    border: 5px solid white;
    background-color: white;
}
.image3{
    background-image: url(./p13.jpg);
    width: 90%;
    height: 100vh;
    background-size: cover;
    margin: auto;
}
.image3:hover{
    border: 5px solid white;
    background-color: white;
}
.image4{
    width: 90%;
    height: 85vh;
    background-image: url(./p4.jpg);
    background-size: cover;
    margin: auto;
}
.image4:hover{
    border: 5px solid white;
    background-color: white;
}
.image5{
    width: 90%;
    height: 100vh;
    background-image: url(./p5.jpg);
    background-size: cover;
    margin: auto;
}
.image5:hover{
    border: 5px solid white;
    background-color: white;
}
.image6{
    width: 90%;
    height: 130vh;
    margin: auto;
    background-image: url(./p6.jpg);
    background-size: cover;
}
.image6:hover{
    border: 5px solid white;
    background-color: white;
}
.image7{
    width: 90%;
    height: 90vh;
    margin: auto;
    background-image: url(./p7.jpg);
    background-size: cover;
}
.image7:hover{
    border: 5px solid white;
    background-color: white;
}
.image8{
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto ;
}
.imagerap8{
    background-image: url(./p8.jpg);
    width: 100%;
    height: 70vh;
    background-size: cover;
    /* margin: auto; */
}
.imagerap8:hover{
    border: 5px solid white;
    background-color: white;
}
.imagerap9{
    background-image: url(./p9.jpg);
    width: 100%;
    height: 70vh;
    background-size: cover;
}
.imagerap9:hover{
    border: 5px solid white;
    background-color: white;
}
.image9{
    width: 90%;
    height: 100vh;
    margin: auto;
    background-image: url(./p12.jpg);
    background-size: cover;
}
.image9:hover{
    border: 5px solid white;
    background-color: white;
}
.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 h1{
    color: white;
}
.map iframe{
    width: 100%;
    height: 30vh;
    padding: 10px; 
}