#cont{
    padding-bottom: 5%;
   
}
.Imgs{
width: 40vw;
height: 200px;
background-color:  rgba(132, 136, 139, 0.2);
margin: 2%;

} 
.Imgs:hover{
    background-color: rosybrown;
}
tab{
    display: flex;
    justify-content: center;
    
}
tab a{
    text-decoration: none;
    color: black;
    margin: 2%;

    
}
#main img{
  
    width: 250px;
    height: 200px;
   
}

#main{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    grid-row-gap: 1rem;
    padding-bottom: 5%;
  
    
}
#mapView img{
   position: absolute;
   top: 20%;
   
   flex-direction: row;
  

}
.Imgs a{
    text-decoration: none;
    color: black;
}
.textRight{
   
    display: flex;
  
   
   
}
.textRight div{
    margin-right: 5%;
}
.dataOfHotel{
    padding-top: 2rem;
}
ul{
    margin-top: 7%;
}

/* media query  */


/* for mid screen  */
@media only screen and (max-width: 768px) and (min-width: 6px) {
    #main{
        margin-bottom: 15%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

   
  
    .Imgs{
        width: 90vw;
        height: 200px;
        background-color:  rgba(132, 136, 139, 0.2);
        margin: 2%;
        
        } 
        ul{
            margin-top: 18%;
        }
     
       
   
}