.dropdown {
  position: relative;
    height: 40px;
    width: 40px;
  display: inline-block;
    margin-left: auto;
    padding-right: 200px;
    
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
    
}

.dropdown:hover .dropbtn {
  background-color: whitesmoke;
}


.top-nav {
    display: flex;


    text-align: end;
    background-color: azure;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    text-align: left;
    height: 118px;
    width: 100%;

    box-sizing: border-box;
}

.image {
        height:100px;
        width:500px;

    background-image: url(dd.png);
    background-repeat:no-repeat;
    background-position: left;
  position: sticky;
}

.image2 {
        height:100px;
        width:500px;
        
    background-image: url(footerlogo.png);
    background-repeat:no-repeat;
    background-position: left;
  position: sticky;
}

.image3 {
        height:1000px;
        max-width: 100%;
        text-align: center;
    display: flex;
    background-image: url(newhotel.png);
    background-repeat:no-repeat;
  position: relative;
}

.grid-container {
  display: grid;
  place-items: center;
    padding-left: 50px;
  height: 100vh;
  width: 100%;
}


.bottom-bar {
    background-color:azure;
    overflow: hidden; 
    position: relative; 
    bottom: 0; 

    width: 100%; 
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box; 
}


.bottom-bar a {
    display: inline-block;
    color: black;
text-decoration: none;
    font-size: 17px;
    padding: 14px 46px;
}

.bottom-bar a:hover {
    background-color: whitesmoke;
}

.line{
    width: 2212px;

    border-bottom: 1px solid black;
    text-align: center;

    }



/* This container is often redundant if you style the body correctly, but can be used for extra layout control */
.center-container {
    display: flex;
    justify-content: center; /* Center horizontally within the container */
    width: 100%;
    height: 100%;
}

.button {
    padding: 5px;
    border: 1px solid #ccc;
    height:720px;
    width:900px;
    position: sticky;
  padding: 10px 20px;
  background-color: azure;
    color: black;

    font-family: inherit;
  border-radius: 20px;
    font-size: 50px;
    justify-content: center;
    text-align: center;
     display;align-content: center;
align-items: center;
  cursor: pointer;
  border: 1px solid #00bfff;
    padding-left: 20px;
}

