@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

.bg-custom {
  /* background-image: url('https://images.pexels.com/photos/558478/pexels-photo-558478.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1'); */
  /* background-image: url('https://images.pexels.com/photos/1529881/pexels-photo-1529881.jpeg'); */
  background-image: url('./hero_pink.jpg');
  /*background-repeat: repeat-x;*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#register_pic{
  /* background-image: url('https://images.pexels.com/photos/12314825/pexels-photo-12314825.jpeg'); */
  background-image: url('./palmtrees.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#login_pic{
  /* background-image: url('https://images.pexels.com/photos/12314825/pexels-photo-12314825.jpeg'); */
  background-image: url('./pool.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#visit {
  -webkit-text-stroke: 2px #FFF1DB;
}

#Booking {
  /* background-image: url('https://images.pexels.com/photos/5405598/pexels-photo-5405598.jpeg'); */
  background-image: url('https://images.pexels.com/photos/1398049/pexels-photo-1398049.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

#Overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(83, 100, 147, 0.5);
  z-index: 1;
}

#Booking * {
  position: relative;
  z-index: 2;
}

/* Star reting */
.flex {
  display: flex;
  align-items: center;
}

.w-4 {
  width: 1rem;
}

.h-4 {
  height: 1rem;
}

.ml-2 {
  margin-left: 8px;
}

.text-sm {
  font-size: 14px;
}

.text-gray-600 {
  color: #718096;
}

/* Navbar (show/hide) */
#navbar_small {
  display: none;
}


@media (max-width: 768px) {
  #navbar {
    display: none;
  }

  #navbar_small {
    display: flex;
  }
}

.sticky {
  position: sticky;
}
