<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
}

.logo {
  color: #ff4668;
  cursor: pointer;
}

.searchbar {
  display: flex;
  border-style: solid;
  border-color: black;
  border-width: 2px;
  width: 35%;
  padding: 15px;
  justify-content: space-around;
  border-radius: 30px;
}

.nav {
  cursor: pointer;
  color: gray;
  transition-duration: 100ms;
}

.nav:hover {
  color: black;
  transform: scale(1.05);
}

.navcursor {
  cursor: pointer;
}

.navcursor:hover {
  transform: scale(1.05);
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  position: sticky;
  top: 0px;
  background-color: white;
  align-items: center;
}

.login:hover {
  cursor: pointer;
}

.more {
  text-align: center;
  margin-top: 10px;
  background-color: white;
}

.more1 {
  border-style: solid;
  border-color: black;
  border-width: 2px;
  width: 8%;
  padding: 10px;
  justify-content: space-around;
  border-radius: 10px;
  background-color: black;
  color: white;
  display: inline-block;
  cursor: pointer;
  transition-duration: 1s;
}

.more1:hover {
  transform: scale(1.15);
}

.footercolor {
  background-color: whitesmoke;
  padding-bottom: 30px;
}

.gateway1 {
  margin-left: 4%;
}

.gateway2 {
  cursor: pointer;
  display: flex;
  justify-content: space-evenly;
  margin-right: 35%;
}

.gateway3 {
  cursor: pointer;
  display: flex;
  justify-content: space-evenly;
  margin-right: 42%;
}

.gateway4 {
  cursor: pointer;
  color: gray;
  display: flex;
  justify-content: space-evenly;
  margin-right: 12%;
}

.gateway5 {
  cursor: pointer;
  display: flex;
  justify-content: space-evenly;
  margin-right: 42%;
}

.gateway6 {
  cursor: pointer;
  color: gray;
  display: flex;
  justify-content: space-evenly;
  margin-right: 15%;
}

.filter {
  display: flex;
  padding: 5px;
  justify-content: space-around;
  text-align: center;
}

.filterbox {
  color: gray;
}

.filterbox:hover {
  color: black;
}

.hotels {
  display: flex;
  padding: 15px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.hotelbox {
  cursor: pointer;
}

img {
  transition-duration: 1s;
  border-radius: 10px;
}

img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.filterbox {
  cursor: pointer;
}

.icons {
  display: flex;
  padding-top: 0pxx;
  justify-content: space-around;
  margin-left: 80%;
  margin-bottom: 5%;
  text-align: center;
  color: grey;
  cursor: pointer;
}

.icon1 {
  transition-duration: 1s;
}

.icon1:hover {
  color: black;
  transform: scale(1.75);
}

.icon2 {
  transition-duration: 1s;
}

.icon2:hover {
  color: black;
  transform: scale(1.75);
}

.icon3 {
  transition-duration: 1s;
}

.icon3:hover {
  color: black;
  transform: scale(1.75);
}

.icon4 {
  transition-duration: 1s;
}

.icon4:hover {
  color: black;
  transform: scale(1.75);
}

.icon5 {
  transition-duration: 1s;
}

.icon5:hover {
  color: black;
  transform: scale(1.75);
}

.footer {
  padding: 10px;
  background-color: white;
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.hicon {
  margin-left: 82.5%;
}
</pre></body></html>