/*Search Panel*/

body {
  margin: 0;
  height: 100vh;
  background-image: url("https://wallpaperaccess.com/full/1510323.jpg");
  background-size: cover;
  background-position: fixed;
  background-repeat: no-repeat;
  background-color: #1b3557;
}

.search-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  text-align: start;
  background-color: white;
  padding: 37px;
  border-radius: 21px;
}



.Home-Title {
  font-style: italic;
  color: #100468;
  font-size: 2.5em;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(37, 198, 70, 0.3);
  padding: 10px 20px;
  border: 2px solid #100468;
  border-radius: 10px;
  background-color: rgba(233, 234, 233, 0.8);
  transition: transform 0.3s, color 0.3s;
}



/*End Search Panel*/


/*Result page*/
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  width: 1269px;
  margin-top: 22px;
}

.roomtp {
  padding: 2px;
  text-align: center;
  font-size: 22px;
}

.av-room-types {
  width: auto;
  float: left;
  margin-left: 18px;
  background-color: #daf4d0;
  border-radius: 7px;
  color: #025e1d;
  border: 1px solid #2c00ff;
  margin-top: 2px;
}
/*End Result page*/