@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

body {
  font-family: "Poppins", sans-serif;
}
.background {
  background: url("https://premiumcabs.in/wp-content/uploads/2026/01/holiday.jpg");
  position: relative;
  height: 100%;
  box-shadow: 0px 4px 20px grey;
}

.layer {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.grey {
  color: rgb(199, 199, 199);
}

.formdr {
  background-color: #ffae00;
}

.star {
  font-size: 0.8rem;
  color: #ffd900;
}

.bed {
  font-size: 0.8rem;
  color: #ffae00;
}

.searchicn {
  position: absolute;
  right: 22px;
  color: #ffae00;
}

.search h1 {
  color: #fff;
  margin-top: 5rem;
}
.search strong {
  color: rgb(255, 174, 0);
}
.formbg {
  background-color: rgba(0, 0, 3, 0.432);
  padding: 15px;
  border-radius: 1rem;
  color: #fff;
}

.formyellow {
  background: #ffae00;
  padding: 15px;
  border-radius: 22px;
}

hr {
  background-color: #ffae00;
  width: 50%;
  height: 1px;
  margin-left: 1px;
}

.demo h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 12px;
}

.demo img {
  border-radius: 15px;
  box-shadow: 0px 0px 6px #9f9f9f80;
  height: 150px;
}

.rating span {
  background: green;
  padding: 0px 10px 0px 10px;
  color: #fff;
  border-radius: 5px;
  font-size: 0.8rem;
}
.owl-nav {
  display: flex;
  justify-content: space-between;
}

.owl-prev {
  background: #ffae00 !important;
  width: 48px;
  height: 48px;
  border-radius: 9rem;
  position: absolute;
  top: 22%;
  left: -18px;
  font-size: 28px !important;
}

.owl-next {
  background: #ffae00 !important;
  width: 48px;
  height: 48px;
  border-radius: 9rem;
  position: absolute;
  top: 22%;
  right: -18px;
  font-size: 28px !important;
}

.view_btn {
  background: #ffae00;
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  border-radius: 0.5rem;
}

.democat {
  position: relative;
}
.democat img {
  height: 280px;
  width: 286px;
  border-radius: 15px;
}

.hoverimg {
  background-color: rgba(0, 0, 0, 0.486);
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

.cate_title {
  position: absolute;
  left: 21%;
  top: 75%;
  color: #fff;
  text-align: center;
  z-index: 1;
  font-weight: 600;
  font-size: 21px;
}
