
form{
    background: white;
    padding: 0px 80px;
  }
  header{
    background-color: #ffffff;
    width: 100%;
    height: 100px;
    box-shadow:inset 5px 5px 8px rgb(255, 255, 255),
               inset -2px -2px 4px rgba(12, 14, 17, 0.29);
  }
  .logo{
    position: relative;
    top: -15px;
    left: 20px;
  }
  
  .searchbar input::placeholder{
      color: rgb(138, 135, 135);
      font-family: 'raleweay', sans-serif;
      font-size: 1.1em;
      font-weight: 600;
    } 
  .searchbar input{
      padding: 12px 12px 12px 50px;
      width: 500px;
      height: 15px;
      border-radius: 50px;
      border: none;
      background-color:rgb(223, 223, 226);
      outline: none;
      position: relative;
      top: 30px;
      left: 250px;
    }
    #search-sharp{
        display: flex;
        color: rgb(138, 135, 135);
        font-size: 1.6em;
    }
  .navbar {
    width: 100%; 
    position: relative;
    left: 100px;
    top: 30px;
  }
  .navbar a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 5px;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    width: 120px;
    margin: 0 35px 20px ;
    height: 20px;
    border-radius: 5px;
    outline: none;
    border: none;
    background: blue;
    font-size: 18px;
    margin-top: -80px;
    text-align: center;
  }
  
img{
    position: relative;
    top: 30px;
    float: left; 
}

.details{
  font-size: 1.4em;
}
#button{
  background: blue;
  color: white;
  font-size: 1.2em;
  height: 35px;
  border-radius: 5px;
  width: 150px;
}

  footer{
      background: blue;
      width: 100%;
      height: 200px;
      position: relative;
      bottom: -70px;
  }
  .icons{
      position: relative;
      left: 500px; 
      bottom: 60px;
  }
  .footerp a{
      text-decoration: none;
      font-size: 1.2em;
      color: white;
  }
  .footerp {
    position: relative;
    bottom: 90px;
    left: 20px;
    text-decoration: none;
    font-size: 1em;
    color: white;
  }
  #bottom_menu{
    position: relative;
    bottom: 80px;
    left: 600px;
  }
  #bottom_menu a{
  color: white;
  text-decoration: none;
  font-size: 1em;
  }
  
  #bottom_menu ul li{
      padding:0px 10px;
      margin:2px 0px;
      display:inline-block;
      position: relative;
    left: -10px;
  }
  #bottom_menu ul li a{
      font-size:15px;
      font-weight:600;
      text-decoration:none;
      color:#ffffff;
      float:left;
    text-align: center;
  }
  .bottom_align a{
    position: relative;
    right: 50px;
  }
  .reserved{
    position: relative;
    left: 1000px;
    bottom: 100px;
    color: #ffffff;
  }