#navbar {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
}
#left {
  width: 30%;
  display: flex;
  justify-content: space-evenly;
}
#expedia_img {
  height: 20px;
  width: 100px;
}
#right {
  display: flex;
  width: 40%;
  justify-content: space-evenly;
}
#btn1,
#btn2,
#btn3,
#btn4,
#btn5 {
  margin-top: 20px;
  border: none;
  background-color: white;
}
#right > div > button:hover {
  color: blue;
}
#btn4:active {
  color: red;
}
#trips {
  width: 40%;
  height: 500px;
  margin: auto;
}
#trips_img_box {
  width: 100%;
  height: 415px;
}
#trips_img {
  margin: auto;
  height: 200px;
  width: 200px;
}
#tripLog {
  border-radius: 10px;
  background-color: royalblue;
  color: white;
  font-size: larger;
  font-weight: bolder;
  margin-left: 60px;
  padding: 6px 100px;
  border: none;
}
#select {
  border: none;
  width: 150px;
}
#second_container {
  width: 80%;
  height: 1600px;
  margin: auto;
}
#top_content {
  border: 1px solid rgb(134, 130, 130);
  width: 100%;
  height: 300px;
  border-radius: 10px;
}
.inside_top_content {
  margin: auto;
  border: 1px solid red;
  width: 95%;
  height: 90%;
}
#textbar{
  width: 100%;
  height: 7%;
  border-radius: 10px;
  background-color: whitesmoke;
  margin-top: 50px;
}

#mobile {
  border-radius: 10px;
  display: flex;
  justify-content: space-around;
  width: 600px;
  height: 50px;
}
.hov:hover {
  color: blue;
}
#inside_top_content_box {
  justify-content: space-around;
  display: flex;
  width: 35%;
  height: 50px;
  margin: auto;
}
p {
  color: darkslategray;
  font-family: sans-serif;
}
#inside_top_content2 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  margin-top: 80px;
  width: 100%;
  row-gap: 50px;
  height: 18%;
}
#imgDiv {
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
#imgDiv2 {
  height: 100%;
  width: 33%;
}
#inside_top_content3 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  display: flex;
  margin-top: 50px;
  border-radius: 10px;
  width: 100%;
  height: 18%;
}
#side_content {
  width: 55%;
  height: 100%;
  margin-left: 50px;
}
#QR {
  margin-top: 60px;
  height: 50%;
  width: 18%;
  margin-right: 20px;
}
#qrimg {
  height: 100%;
  width: 100%;
}
#middle_text {
  margin: auto;
  margin-top: 20px;
  height: 50px;
  width: 30%;
  text-align: center;
}
#inside_top_content4 {
  display: flex;
  margin-top: 50px;
  border-radius: 10px;
  width: 100%;
  height: 18%;
}
.box {
  height: 100%;
  width: 20%;
}
a {
  font-size: 15px;
}
#footerImg {
  margin-left: 500px;
}
#button_top {
  border: none;
  color: black;
  background-color: white;
}
#size {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 350px;
  height: 300px;
}
h1 {
  font-size: 30px;
}
.search {
  margin-left: 30px;
  height: 50px;
  width: 450px;
  font-size: larger;
  border-radius: 10px;
}
#data {
  justify-content: space-evenly;
  display: flex;
  height: 50px;
  width: 100%;
}
.date {
  border-radius: 10px;
  font-size: larger;
}
#check {
  margin-left: 30px;
  margin-right: 20px;
  height: 22px;
  width: 20px;
}
#check1 {
  margin-top: 30px;
  display: flex;
  height: 30px;
  width: 400px;
  margin-left: 30px;
}
#btn {
  margin: auto;
  border-radius: 10px;
  height: 55px;
  width: 180px;
  background-color: royalblue;
  color: white;
  font-weight: bolder;
}
#mySearch {
  width: 100%;
  font-size: 18px;
  padding: 11px;
  border: 1px solid #ddd;
}

/* Style the navigation menu */
#myMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* Style the navigation links */
#myMenu li a {
  padding: 12px;
  text-decoration: none;
  color: black;
  display: block;
}

#myMenu li a:hover {
  background-color: #eee;
}
#mobbtn {
  background-color: royalblue;
  color: white;
  border-radius: 10px;
  font-size: larger;
}
