* {
  position: relative;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: absolute;
  color: white;
  font-size: 16px;
  top: 0px;
}

.nav-item.index {
  left: 800px;
}

.nav-item.restaurant {
  left: 910px;
}

.nav-item.hotel {
  left: 1020px;
}

.nav-item.activity {
  left: 1130px;
}

img.pic {
  position: absolute;
  top: 0;
  left: 0;
  height: 777px;
  width: 100%;
  z-index: -1;
}

h1.welcome {
  color: white;
  position: absolute;
  top: 240px;
  left: 83px;
  font-size: 94px;
  height: 50px;
  width: 1000px;
}

.plate {
  position: absolute;
  top: 450px;
  left: 50px;
  height: 282px;
  width: 1270px;
  background-color: rgba(250, 250, 250, 0.8);
  border-radius: 10px;
}
.plate h6 {
  position: absolute;
  top: 80px;
  left: 50px;
  font-size: 50px;
}
.plate input.text {
  position: absolute;
  top: 180px;
  left: 50px;
  height: 80px;
  width: 1072px;
  font-size: 40px;
  border-radius: 5px;
}
.plate input.btn {
  position: absolute;
  top: 180px;
  left: 1130px;
  height: 80px;
  width: 100px;
  font-size: 40px;
}

h2 {
  position: absolute;
  top: 780px;
  left: 50px;
}

ul.list {
  color: black;
  font-size: 20px;
  list-style: none;
  position: absolute;
  top: 830px;
  left: 50px;
}

li {
  display: inline-block;
  /* border: solid 1px rgba(0, 0, 0, 0.8); */
  margin: 10px;
  padding: 5px;
  border-radius: 5px;
  height: 300px;
  width: 310px;
  vertical-align: top;
  text-align: center;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
  position: relative;
  top: 0px;
  left: 50px;
}

.btn2 {
  position: absolute;
  height: 30px;
  width: 100%;
  top: 1550px;
  text-align: center;
  font-size: 20px;
}

h3 {
  bottom: 10px;
}

.image {
  height: 250px;
  width: 300px;
}

input {
  margin: 3px;
  border: none;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
  height: 20px;
  width: 15px;
}

input.button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
