html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Alumni Sans Pinstripe", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h6,
p,
label {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ticket-button {
  background: url(assets/images/azura-button) no-repeat center / contain;
  padding: 15px 30px;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.nav-link,
.dropdown-toggle {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  box-shadow: none;
}
.nav-link:hover {
  color: #6b6b6b !important;
}

.book-img {
  transition: box-shadow 0.3s ease;
}

.book-img:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.header-img {
  height: 700px;
  border-radius: 3%;
}
.item {
  position: relative;
  height: 70vh;
  transition: 0.3s ease;
  overflow: hidden;
}

.overlay-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.item:hover .overlay-text {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header-item {
  height: 75vh;
}

.header-3 {
  background: url("/assets/images/rooms/delux-room-sink.avif")
    rgba(0, 0, 0, 0.478);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}
.header-3:hover {
  background: url("/assets/images/rooms/delux-room-sink.avif")
    rgba(0, 0, 0, 0.478);
  overflow: hidden;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
  height: 70vh;
}
.header-2 {
  background: url("/assets/images/rooms/delux-room-bed.avif")
    rgba(0, 0, 0, 0.478);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}
.header-2:hover {
  background: url("/assets/images/rooms/delux-room-bed.avif")
    rgba(0, 0, 0, 0.478);
  overflow: hidden;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
  height: 70vh;
}
.header-1 {
  background: url("/assets/images/reception.avif") rgba(0, 0, 0, 0.478);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}
.header-1:hover {
  background: url("/assets/images/reception.avif") rgba(0, 0, 0, 0.478);
  overflow: hidden;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
  height: 70vh;
}
.header-4 {
  background: url("/assets/images/exterior/pool-hotel-afar.avif")
    rgba(0, 0, 0, 0.478);
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}
.header-4:hover {
  background: url("/assets/images/exterior/pool-hotel-afar.avif")
    rgba(29, 22, 5, 0.45);
  overflow: hidden;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
  height: 70vh;
}

.header-5 {
  background: url("/assets/images/exterior/stairs-hotel.avif") #534b44d6;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}
.header-6 {
  background: url("/assets/images/rooms/delux-room-bed-tv.avif") #534b44d6;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}
.header-7 {
  background: url("/assets/images/exterior/pool-coctail.avif") #534b44d6;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}
.owl-prev-icon,
.owl-next-icon {
  font-size: 1.5rem !important;
  color: #f0eeeb !important;
  padding: 10px;
  cursor: pointer;
  background-color: transparent !important;
}
.owl-prev:hover span,
.owl-next:hover span {
  color: #ffffff !important;
  background-color: rgba(255, 0, 0, 0) !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button {
  border: none;
  border-radius: 50%;
  pointer-events: auto;
}
.owl-nav button:hover {
  background-color: rgba(255, 0, 0, 0) !important;
  border: none;
  border-radius: 50%;
  pointer-events: auto;
}

/* From Uiverse.io by cssbuttons-io */
.fancy {
  background-color: transparent;
  border: 2px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  outline: none;
  overflow: visible;
  padding: 1.25em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  transition: all 0.3s ease-in-out;
  user-select: none;
  font-size: 13px;
}

.fancy::before {
  content: " ";
  width: 1.5625rem;
  height: 2px;
  background: black;
  top: 50%;
  left: 1.5em;
  position: absolute;
  transform: translateY(-50%);
  transform-origin: center;
  transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
  font-size: 1.125em;
  line-height: 1.33333em;
  padding-left: 2em;
  display: block;
  text-align: left;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}

.fancy .top-key {
  height: 2px;
  width: 1.5625rem;
  top: -2px;
  left: 0.625rem;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
  height: 2px;
  width: 1.5625rem;
  right: 1.875rem;
  bottom: -2px;
  position: absolute;
  background: #e8e8e8;
  transition: width 0.5s ease-out, right 0.3s ease-out;
}

.button {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 15px 30px;
  text-align: center;
  border: none;
  clip-path: polygon(7% 0, 93% 0, 100.5% 50%, 93% 100%, 7% 100%, -0.5% 50%);
  background-color: #f0eeeb00;
  background-image: radial-gradient(
    200% 70% at center 20%,
    #f0eeeb00 -30%,
    #f0eeeb00 49%,
    #f0eeeb00 50%,
    #f0eeeb00 150%
  );
  background-repeat: no-repeat;
  transition: background-position-y ease-in-out 250ms;
}

.button:hover {
  background-position-y: -50px;
  background-color: #5e5e5e22;
}

.button:active {
  transform: scale(0.99);
}
.header-button {
  background-color: #b8b8b84a;
}
.header-button:hover {
  background-color: #f0eeeb8d;
  color: #000;
}

.dropdown-toggle:hover {
  color: #6b6b6b !important;
  box-shadow: none !important;
}
.image-overlay-wrapper {
  position: relative;
  display: block;
  margin-top: -400px;
}

.image-overlay-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0eeebae;
  pointer-events: none;
}
.card-img {
  border-radius: 5%;
  height: 240px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.card {
  padding: 20px !important;
  border-radius: 5%;
  background-color: #f0eeeb;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}
.card-title {
  font-size: 30px;
}
#testemonial-section {
  background: linear-gradient(#595048cd, #595048cd),
    url(/assets/images/girl-entering.avif);
  background: url("../images/girl-entering.avif") rgba(0, 0, 0, 0.65);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 650px;
  overflow: hidden;
  position: relative;
}
.card-item {
  padding-top: 40px !important;
  padding-bottom: 50px !important;
}
.testimonial-box {
  background-color: #534b44;
}

.masonry-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 16px;
}

.masonry-gallery img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}
#gallery-header {
  background: linear-gradient(#534b4493, #534b4446),
    url(/assets/images/exterior/hotel-afar.avif);
  background-size: cover;
  background-position: center;
  height: 600px;
}

.about-header {
  background: url("/assets/images/rooms/Deluxe\ Room.avif") #534b44d6;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}
.gallery-header {
  background: url("/assets/images/gir-in-reception.avif") #534b44d6;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}
.contact-header {
  background: url("/assets/images/exterior/outside-corner-night.jpg") #534b44d6;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}
.rooms-header {
  background: url("/assets/images/rooms/delux-room-bed.avif") #534b44d6;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}
.facilities-section {
  background: url("/assets/images/image\ \(22\).png");
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3%;
}
.owl-carousel2 .owl-nav button.owl-prev,
.owl-carousel2 .owl-nav button.owl-next {
  font-size: 2rem;
  width: 40px;
  height: 40px;
  line-height: 0px;
  background-color: #dddddd00;
  color: #636363;
  border-radius: 50%;
  border: none;
}

.owl-carousel2 .owl-nav button.owl-prev:hover,
.owl-carousel2 .owl-nav button.owl-next:hover {
  background-color: #534b44dd !important;
  color: #000 !important;
}

.fcf-form-control {
  width: 100%;
  background-color: #f0eeebae;
  border: 2px solid #534b44dd;
  border-radius: 5%;
  min-height: 50px !important;
}

#fcf-button {
  color: #534b44dd;
  border: none;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
}
.accordion-button {
  color: #000000dd;
  font-size: 17px;
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.accordion-button:not(.collapsed) {
  background-color: #534b44dd;
  color: white;
}
.accordion-body {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.accordion-img {
  border-radius: 3%;
  box-shadow: 0 4px 10px #534b44dd;
}
.accordion {
  padding: 30px 30px !important;
}
.questions {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: -270px;
}
.photo-carousel-img {
  height: 200px;
}
button.accordion-button::after {
  color: white !important;
}
.carousel-control-next {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .header-container {
    margin-left: 6px !important;
    padding-right: 12px !important;
  }
  .nav-container {
    margin: 0px 0px !important;
    padding: 0px !important;
  }
  .mountain {
    align-self: end !important;
    margin-top: 200px !important;
  }
  .facilities-section {
    height: 150rem;
  }
  .booking-form {
    padding: 20px !important;
  }
  .questions {
    border-radius: 0% !important;
    margin-top: 50px;
  }
  .accordion-img {
    margin: 5px;
  }
  .owl-prev-icon,
  .owl-next-icon {
    margin-top: 30px !important;
  }
  .about-img {
    padding: 0px 10px !important;
    margin-top: 10px !important;
  }
  .footer {
    text-align: center;
  }
  .footer-logo {
    padding-bottom: 20px;
  }
  .carousel-control-next {
    margin-right: 0px;
  }
}
