@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
h1 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}

h2,
h3 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}

h4 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}

h5,
h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
}

p,
span,
a,
ul {
  font-family: "Karla", serif;
}

h1,
.h1-size {
  font-size: 1.75rem;
}
@media only screen and (min-width: 1025px) {
  h1,
  .h1-size {
    font-size: 2vw;
  }
}

h2,
.h2-size {
  font-size: 1.5625rem;
}
@media only screen and (min-width: 1025px) {
  h2,
  .h2-size {
    font-size: 1.95vw;
  }
}

h3,
.h3-size {
  font-size: 1.5rem;
}
@media only screen and (min-width: 1025px) {
  h3,
  .h3-size {
    font-size: 1.8vw;
  }
}

h4,
.h4-size {
  font-size: 1.375rem;
}
@media only screen and (min-width: 1025px) {
  h4,
  .h4-size {
    font-size: 1.6vw;
  }
}

h5,
.h5-size {
  font-size: 1.125rem;
}
@media only screen and (min-width: 1025px) {
  h5,
  .h5-size {
    font-size: 1.4vw;
  }
}

h6,
.h6-size {
  font-size: 1rem;
}
@media only screen and (min-width: 1025px) {
  h6,
  .h6-size {
    font-size: 1.25vw;
  }
}

p,
.p-size {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0.48px;
}
@media (min-width: 1025px) {
  p,
  .p-size {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  p,
  .p-size {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  p,
  .p-size {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  p,
  .p-size {
    font-size: 16px;
  }
}

ul li {
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1025px) {
  ul li {
    font-size: 1.042vw;
  }
}
ul li a {
  font-size: 0.875rem;
  letter-spacing: 1px;
}
@media only screen and (min-width: 1025px) {
  ul li a {
    font-size: 1.042vw;
  }
}

.ft-x-sm {
  font-size: 12px;
}
@media only screen and (min-width: 1025px) {
  .ft-x-sm {
    font-size: 0.7vw;
  }
}

.ft-sm {
  font-size: 13px;
}
@media only screen and (min-width: 1025px) {
  .ft-sm {
    font-size: 0.8vw;
  }
}

body::-webkit-scrollbar {
  width: 0;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #A76928;
  outline: 1px solid slategrey;
}

/* Target the scrollbar itself */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track (background of the scrollbar) */
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

/* Thumb (the draggable part) */
::-webkit-scrollbar-thumb {
  background-color: #A76928;
  border-radius: 10px;
  border: 3px solid transparent;
}

/* On hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #A76928;
}

body {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  font-family: "Karla", serif;
}
body .mobile-enquire {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 8;
  border-radius: unset;
}
@media only screen and (min-width: 1025px) {
  body .mobile-enquire {
    display: none;
  }
}

/* lenis */
html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

svg {
  width: 100%;
  height: 100%;
}

p,
a,
li {
  margin: 0;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #000;
  line-height: 150%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

img,
video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-slider {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .slick-slider {
    padding-bottom: unset;
  }
}

.slick-dots {
  right: unset !important;
  left: 50% !important;
  bottom: -10px !important;
  transform: translateX(-50%);
  justify-content: center !important;
  gap: 15px !important;
}
.slick-dots li button {
  width: 15px !important;
  height: 15px !important;
  background-color: unset !important;
}
.slick-dots li button::before {
  width: 15px !important;
  height: 15px !important;
  font-size: 12px;
  color: rgb(217, 217, 217) !important;
}
.slick-dots li.slick-active button {
  background-color: unset !important;
}
.slick-dots li.slick-active button::before {
  color: rgb(144, 182, 196) !important;
}

.ona__desk-right-aligned-slider,
.accomodation-slider-content-slider {
  padding-bottom: unset;
}

.slick-next {
  right: 30vw;
  z-index: 1;
  width: 30px;
  height: 30px;
  z-index: 5;
  top: unset;
  bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .slick-next {
    right: 35vw;
  }
}
@media only screen and (min-width: 1025px) {
  .slick-next {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
}
.slick-next:hover::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../assets/images/slide-next-hover.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: unset;
}
@media only screen and (min-width: 1025px) {
  .slick-next:hover::before {
    width: 2vw;
    height: 1.8vw;
  }
}
.slick-next::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../assets/images/slide-next.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1025px) {
  .slick-next {
    right: -7vw;
    width: 2vw;
    height: 1.8vw;
  }
  .slick-next::before {
    width: 2vw;
    height: 1.8vw;
  }
}

.slick-prev {
  left: 30vw;
  z-index: 1;
  width: 30px;
  height: 30px;
  z-index: 5;
  top: unset;
  bottom: 10px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 600px) {
  .slick-prev {
    left: 35vw;
  }
}
@media only screen and (min-width: 1025px) {
  .slick-prev {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
}
.slick-prev:hover::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../assets/images/slide-prev-hover.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: unset;
}
@media only screen and (min-width: 1025px) {
  .slick-prev:hover::before {
    width: 2vw;
    height: 1.8vw;
  }
}
.slick-prev::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../assets/images/slide-prev.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 1025px) {
  .slick-prev {
    left: -7vw;
    width: 2vw;
    height: 1.8vw;
  }
  .slick-prev::before {
    width: 2vw;
    height: 1.8vw;
  }
}

.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.slick-disabled {
  cursor: not-allowed !important;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.title-svg {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .title-svg {
    width: 43.646vw;
    height: auto;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .title-svg {
    padding-bottom: 5vw;
  }
}

.wysiwyg-wrapper p,
.wysiwyg-wrapper h2,
.wysiwyg-wrapper h3,
.wysiwyg-wrapper h4,
.wysiwyg-wrapper h5,
.wysiwyg-wrapper h6 {
  padding-bottom: 20px;
}
.wysiwyg-wrapper ul {
  padding-left: 14px;
  padding-bottom: 20px;
}
.wysiwyg-wrapper ul li {
  padding-bottom: 10px;
  list-style: disc;
}
.wysiwyg-wrapper ul li:last-child {
  padding-bottom: unset;
}
.wysiwyg-wrapper ul ul {
  padding-top: 10px;
  padding-bottom: unset;
}
.wysiwyg-wrapper a {
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.wysiwyg-wrapper a:hover {
  color: #435830;
}

.ani-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* When in viewport, animate */
.ani-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fihal-licenses__section-two img {
  height: auto;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .fihal-licenses__section-two img {
    width: 10.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-licenses__section-two img {
    width: 10.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-licenses__section-two img {
    width: 120px;
  }
}
@media (max-width: 600px) {
  .fihal-licenses__section-two img {
    width: 120px;
  }
}
.fihal-licenses__section-two h5::after {
  bottom: -10px;
}
@media only screen and (min-width: 1025px) {
  .fihal-licenses__section-two h5::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

a[aria-current=page] {
  color: #A76928;
  transition: color 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  a[aria-current=page] {
    color: #90B6C4;
  }
}

.nice-select {
  background-color: transparent;
  border: unset;
}
.nice-select::after {
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
@media (min-width: 1025px) {
  .nice-select::after {
    height: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .nice-select::after {
    height: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .nice-select::after {
    height: 10px;
  }
}
@media (max-width: 600px) {
  .nice-select::after {
    height: 10px;
  }
}
@media (min-width: 1025px) {
  .nice-select::after {
    width: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .nice-select::after {
    width: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .nice-select::after {
    width: 10px;
  }
}
@media (max-width: 600px) {
  .nice-select::after {
    width: 10px;
  }
}

.diagonal-tr-bl-out-white {
  background: #ffffff;
}
.diagonal-tr-bl-out-white:before, .diagonal-tr-bl-out-white:after {
  background: #ffffff;
  top: 0;
  bottom: 0;
  transform: skewX(45deg);
  width: 175%;
}
.diagonal-tr-bl-out-white:before {
  right: -124%;
}
.diagonal-tr-bl-out-white:after {
  left: -126%;
}
.diagonal-tr-bl-out-white:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.diagonal-tr-bl-out-white:hover:before, .diagonal-tr-bl-out-white:hover:after {
  width: 100%;
}

.diagonal-tr-bl-out-blue {
  background: #ffffff;
}
.diagonal-tr-bl-out-blue:before, .diagonal-tr-bl-out-blue:after {
  background: #ffffff;
  top: 0;
  bottom: 0;
  transform: skewX(45deg);
  width: 200%;
}
.diagonal-tr-bl-out-blue:before {
  right: -124%;
}
.diagonal-tr-bl-out-blue:after {
  left: -126%;
}
.diagonal-tr-bl-out-blue:hover {
  background-color: transparent;
  border-color: #90B6C4;
  color: #ffffff;
}
.diagonal-tr-bl-out-blue:hover:before, .diagonal-tr-bl-out-blue:hover:after {
  width: 100%;
}

.mobile-book-btn {
  color: #ffffff;
  font-family: "Karla", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  position: fixed;
  padding: 18px 20px;
  left: 0;
  bottom: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #435830;
  line-height: 1;
  transition: 0.3s ease-in-out;
  z-index: 9999;
}
.mobile-book-btn:hover {
  background-color: #A76928;
  color: #ffffff !important;
}

.search-body-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .search-body-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .search-body-wrapper {
    padding-top: 6.5vw;
    padding-bottom: 6.5vw;
    padding-left: 12vw;
    padding-right: 12vw;
    max-width: 80vw;
    gap: 3vw;
  }
}
.search-body-wrapper h1 {
  color: var(--435830, #435830);
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .search-body-wrapper h1 {
    font-size: 1.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .search-body-wrapper h1 {
    font-size: 1.9791666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .search-body-wrapper h1 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .search-body-wrapper h1 {
    font-size: 25px;
  }
}
.search-body-wrapper .search-results-wrapper p {
  padding-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .default-faq .accordion-header h6 {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  .default-faq .accordion-body {
    font-size: 0.9vw;
  }
}

.search-results-wrapper .result-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
.search-results-wrapper .result-item:last-child {
  padding-bottom: unset;
}
.search-results-wrapper .result-item .result-heading-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.search-results-wrapper .result-item .result-heading-wrapper a {
  transition: 0.3s ease-in-out;
}
.search-results-wrapper .result-item .result-heading-wrapper a:hover {
  color: #435830;
}

body::-webkit-scrollbar {
  width: 0;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.overflow-hidden {
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
.overflow-hidden::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(17, 17, 17, 0.44);
  z-index: 5;
  display: block !important;
}

.unhide {
  opacity: 1 !important;
  pointer-events: all !important;
}
.unhide .brown-logo .logo-section img {
  filter: invert(56%) sepia(71%) saturate(471%) hue-rotate(350deg) brightness(99%) contrast(90%);
}
@media only screen and (min-width: 1025px) {
  .unhide .brown-logo .logo-section img {
    filter: unset;
  }
}

@media (min-width: 1025px) {
  .default-page h2,
  .default-page h3,
  .default-page h4,
  .default-page h5,
  .default-page h6 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page h2,
  .default-page h3,
  .default-page h4,
  .default-page h5,
  .default-page h6 {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page h2,
  .default-page h3,
  .default-page h4,
  .default-page h5,
  .default-page h6 {
    padding-top: 15px;
  }
}
@media (max-width: 600px) {
  .default-page h2,
  .default-page h3,
  .default-page h4,
  .default-page h5,
  .default-page h6 {
    padding-top: 15px;
  }
}
.default-page h1,
.default-page h2,
.default-page h3,
.default-page h4,
.default-page h5,
.default-page h6,
.default-page p {
  text-align: center;
}
@media (min-width: 1025px) {
  .default-page h1,
  .default-page h2,
  .default-page h3,
  .default-page h4,
  .default-page h5,
  .default-page h6,
  .default-page p {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page h1,
  .default-page h2,
  .default-page h3,
  .default-page h4,
  .default-page h5,
  .default-page h6,
  .default-page p {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page h1,
  .default-page h2,
  .default-page h3,
  .default-page h4,
  .default-page h5,
  .default-page h6,
  .default-page p {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .default-page h1,
  .default-page h2,
  .default-page h3,
  .default-page h4,
  .default-page h5,
  .default-page h6,
  .default-page p {
    padding-bottom: 15px;
  }
}
@media (min-width: 1025px) {
  .default-page h1 {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page h1 {
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page h1 {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .default-page h1 {
    padding-bottom: 15px;
  }
}
.default-page h1,
.default-page h2,
.default-page h3,
.default-page h4,
.default-page h5,
.default-page h6 {
  font-weight: 500;
  color: #435830;
}
.default-page p {
  text-align: left;
}
.default-page p a {
  text-decoration: underline;
  transition: 0.4s ease-in-out;
}
.default-page p a:hover {
  color: #435830;
}
.default-page ul li {
  list-style: disc;
  line-height: 190%;
}
@media (min-width: 1025px) {
  .default-page ul li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page ul li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page ul li {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .default-page ul li {
    padding-bottom: 15px;
  }
}
.default-page ul li a {
  text-decoration: unset;
  transition: 0.4s ease-in-out;
}
.default-page ul li a:hover {
  color: #435830;
}

.wysiwyg-wrapper p,
.wysiwyg-wrapper h2,
.wysiwyg-wrapper h3,
.wysiwyg-wrapper h4,
.wysiwyg-wrapper h5,
.wysiwyg-wrapper h6 {
  padding-bottom: 20px;
}
.wysiwyg-wrapper h1,
.wysiwyg-wrapper h2,
.wysiwyg-wrapper h3,
.wysiwyg-wrapper h4,
.wysiwyg-wrapper h5,
.wysiwyg-wrapper h6 {
  font-weight: 500;
}
.wysiwyg-wrapper ul {
  padding-left: 14px;
  padding-bottom: 20px;
}
.wysiwyg-wrapper ul li {
  padding-bottom: 10px;
  list-style: disc;
}
.wysiwyg-wrapper ul li:last-child {
  padding-bottom: unset;
}
.wysiwyg-wrapper ul ul {
  padding-top: 10px;
  padding-bottom: unset;
}
.wysiwyg-wrapper a {
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.wysiwyg-wrapper a:hover {
  color: #435830;
}

.backSitemap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .backSitemap {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .backSitemap {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .backSitemap {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .backSitemap {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .backSitemap {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .backSitemap {
    padding-top: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .backSitemap {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .backSitemap {
    padding-top: 20px;
  }
}

.text-white {
  color: #ffffff;
}
.text-green {
  color: #435830;
}
.text-black {
  color: #000;
}
.text-ash {
  color: #454545;
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text__tab-left {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .text__tab-left {
    text-align: left;
  }
}
.text__tab-right {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .text__tab-right {
    text-align: right;
  }
}

.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-none {
  text-transform: none;
}
.text-capitalize {
  text-transform: capitalize;
}

.font-italic {
  font-style: italic;
}

.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000;
}
.bg-black-two {
  background-color: #000;
}
.bg-green {
  background-color: #435830;
}
.bg-green-two {
  background-color: #435830;
}
.bg-green-three {
  background-color: #435830;
}
.bg-light-green {
  background-color: #435830;
}
.bg-hightlight-green {
  background-color: #435830;
}
.bg-ash {
  background-color: #000;
}
.bg-cream {
  background-color: #F3EDE2;
}
.bg-cream-light {
  background-color: #FCFAF6;
}
.bg-orange {
  background-color: #F3EDE2;
}
.bg-orange-two {
  background-color: #F3EDE2;
}

.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}

.text-caps {
  text-transform: capitalize;
}

.mx-auto {
  margin: 0 auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.px-padding__main {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 600px) {
  .px-padding__main {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .px-padding__main {
    padding-left: 4.167vw;
    padding-right: 4.167vw;
  }
}
.px-padding__large {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 600px) {
  .px-padding__large {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .px-padding__large {
    padding-left: 12vw;
    padding-right: 12vw;
  }
  .px-padding__large .fihal__desc-wrapper-item:last-child span.sub-heading {
    padding-left: unset !important;
  }
  .px-padding__large .fihal__desc-wrapper-item:first-child {
    padding-right: unset !important;
  }
}
.px-padding__xl {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 600px) {
  .px-padding__xl {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .px-padding__xl {
    padding-left: 24vw;
    padding-right: 24vw;
  }
  .px-padding__xl .fihal__desc-wrapper-item:last-child span.sub-heading {
    padding-left: unset !important;
  }
  .px-padding__xl .fihal__desc-wrapper-item:first-child {
    padding-right: unset !important;
  }
}
.px-padding__large-one {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 600px) {
  .px-padding__large-one {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .px-padding__large-one {
    padding-left: 6.875vw;
    padding-right: 6.875vw;
  }
}
.px-padding__large-desk-four {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 600px) {
  .px-padding__large-desk-four {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .px-padding__large-desk-four {
    padding-left: 4.167vw;
    padding-right: 4.167vw;
  }
}

.pl-padding__main {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 600px) {
  .pl-padding__main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .pl-padding__main {
    padding-right: 4.167vw;
    padding-left: 4.167vw;
  }
}
.pl-padding__large {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 600px) {
  .pl-padding__large {
    padding-right: 25px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .pl-padding__large {
    padding-right: 4.167vw;
    padding-left: 12vw;
  }
}

.pr-padding__main {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 600px) {
  .pr-padding__main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .pr-padding__main {
    padding-right: 4.167vw;
    padding-left: 4.167vw;
  }
}
.pr-padding__large {
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 600px) {
  .pr-padding__large {
    padding-right: 40px;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .pr-padding__large {
    padding-right: 10.5vw;
    padding-left: 4.167vw;
  }
}

.py-padding__main {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .py-padding__main {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .py-padding__main {
    padding-top: 6.5vw;
    padding-bottom: 6.5vw;
  }
}
.py-padding__main-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .py-padding__main-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .py-padding__main-inner {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

.pt-padding__main {
  padding-top: 40px;
}
@media only screen and (min-width: 600px) {
  .pt-padding__main {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .pt-padding__main {
    padding-top: 7.5vw;
  }
}
.pt-padding__main-inner {
  padding-top: 40px;
}
@media only screen and (min-width: 600px) {
  .pt-padding__main-inner {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .pt-padding__main-inner {
    padding-top: 5vw;
  }
}

.pb-padding__main {
  padding-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .pb-padding__main {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .pb-padding__main {
    padding-bottom: 7.5vw;
  }
}
.pb-padding__main-inner {
  padding-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .pb-padding__main-inner {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .pb-padding__main-inner {
    padding-bottom: 5vw;
  }
}

.my-padding__main {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .my-padding__main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .my-padding__main {
    margin-top: 7.5vw;
    margin-bottom: 7.5vw;
  }
}

.mt-padding__main {
  margin-top: 40px;
}
@media only screen and (min-width: 600px) {
  .mt-padding__main {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .mt-padding__main {
    margin-top: 7.5vw;
  }
}

.mb-padding__main {
  margin-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .mb-padding__main {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1025px) {
  .mb-padding__main {
    margin-bottom: 7.5vw;
  }
}

.sec-gaps {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .sec-gaps {
    gap: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .sec-gaps {
    gap: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sec-gaps {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .sec-gaps {
    gap: 20px;
  }
}
.sec-gaps-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 600px) {
  .sec-gaps-inner {
    gap: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .sec-gaps-inner {
    gap: 2.344vw;
  }
}

.d-block {
  display: block !important;
}
.d-none {
  display: none !important;
}
@media only screen and (min-width: 600px) {
  .d-md-block {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) {
  .d-md-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1025px) {
  .d-lg-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1025px) {
  .d-lg-none {
    display: none !important;
  }
}

.no-scroll {
  overflow: hidden;
}

.opc-7 {
  opacity: 0.7;
}

.opc-5 {
  opacity: 0.5;
}

.opc-4 {
  opacity: 0.4;
}

.opc-2 {
  opacity: 0.2;
}

.opc-1 {
  opacity: 0.1;
}

.text-center {
  text-align: center;
}
.text-center a,
.text-center p,
.text-center li,
.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center h5,
.text-center h6 {
  text-align: center;
}

.white-border-btn {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1019607843);
  color: #fff;
  padding: 14px 35px;
  font-size: 16, 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  border: none;
  text-transform: uppercase;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 0.8;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-family: "Karla", serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .white-border-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .white-border-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .white-border-btn {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .white-border-btn {
    font-size: 14px;
  }
}
.white-border-btn:before, .white-border-btn:after {
  background: rgba(255, 255, 255, 0.1019607843);
  transition: 0.5s ease;
  content: "";
  position: absolute;
  z-index: -1;
}
.white-border-btn:hover {
  transition: background-color 0.5s ease-in-out;
  background-color: #ffffff;
  color: #000;
}

.blue-border-btn {
  display: inline-block;
  background-color: #fff;
  color: #fff;
  padding: 16px 24px;
  font-size: 16, 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  border: none;
  text-transform: uppercase;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 0.8;
  border: 2px solid #90B6C4;
  color: #90B6C4;
  font-family: "Karla", serif;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: fit-content;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  overflow: hidden;
  position: relative;
  min-width: fit-content;
  background-color: transparent;
  /* Set background to transparent */
}
@media (min-width: 1025px) {
  .blue-border-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .blue-border-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .blue-border-btn {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .blue-border-btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .blue-border-btn {
    padding: 1vw 2vw;
    border-radius: 2vw;
  }
}
.blue-border-btn:before, .blue-border-btn:after {
  background: #ffffff;
  transition: 0.5s ease;
  content: "";
  position: absolute;
  z-index: -1;
}
.blue-border-btn:hover {
  transition: background-color 0.5s ease-in-out;
  background-color: #90B6C4 !important;
  color: #ffffff;
}

.fihal__desc-wrapper-left-item-title h1, .fihal__desc-wrapper-left-item-title h2, .fihal__desc-wrapper-center-item-title h1, .fihal__desc-wrapper-center-item-title h2, .fihal__desc-wrapper-right-item-title h1, .fihal__desc-wrapper-right-item-title h2 {
  padding-top: 5px;
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-left-item-title h1, .fihal__desc-wrapper-left-item-title h2, .fihal__desc-wrapper-center-item-title h1, .fihal__desc-wrapper-center-item-title h2, .fihal__desc-wrapper-right-item-title h1, .fihal__desc-wrapper-right-item-title h2 {
    padding-top: unset;
  }
}

.fihal__desc-wrapper-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-center {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-center {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-center {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-center {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-center {
    max-width: 56vw;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-center.with-btn {
    max-width: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-center.with-btn .fihal__desc-wrapper-center-item-para {
    display: flex;
    gap: 3vw;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.fihal__desc-wrapper-center.with-btn .fihal__desc-wrapper-center-item-para-item:first-child, .fihal__desc-wrapper-center.with-btn .fihal__desc-wrapper-center-item-para-item:last-child {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-center.with-btn .fihal__desc-wrapper-center-item-para-item:first-child, .fihal__desc-wrapper-center.with-btn .fihal__desc-wrapper-center-item-para-item:last-child {
    flex: 1 1 calc(20% - 2.9513333333vw);
    max-width: calc(20% - 2.9513333333vw);
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-center.with-btn .fihal__desc-wrapper-center-item-para-item:nth-child(2) {
    flex: 1 1 calc(65% - 2.9513333333vw);
    max-width: calc(65% - 2.9513333333vw);
  }
}
.fihal__desc-wrapper-center-item-title span {
  color: #A76928;
  text-align: center;
  font-family: "Karla", serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-center-item-title span {
    font-size: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-center-item-title span {
    font-size: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-center-item-title span {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-center-item-title span {
    font-size: 13px;
  }
}
.fihal__desc-wrapper-center-item-title span.green {
  color: #435830;
  font-family: "Karla", serif;
  font-style: normal;
  font-weight: 700;
  text-transform: unset !important;
  line-height: 50px;
  letter-spacing: unset;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-center-item-title span.green {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-center-item-title span.green {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-center-item-title span.green {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-center-item-title span.green {
    font-size: 15px;
  }
}
.fihal__desc-wrapper-center-item-title h1,
.fihal__desc-wrapper-center-item-title h2 {
  color: var(--435830, #435830);
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-center-item-title h1,
  .fihal__desc-wrapper-center-item-title h2 {
    font-size: 1.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-center-item-title h1,
  .fihal__desc-wrapper-center-item-title h2 {
    font-size: 1.9791666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-center-item-title h1,
  .fihal__desc-wrapper-center-item-title h2 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-center-item-title h1,
  .fihal__desc-wrapper-center-item-title h2 {
    font-size: 25px;
  }
}
.fihal__desc-wrapper-center-item-title h6 {
  color: #90B6C4;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  text-transform: lowercase;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-center-item-title h6 {
    font-size: 1.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-center-item-title h6 {
    font-size: 1.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-center-item-title h6 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-center-item-title h6 {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-center-item-title h6 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-center-item-title h6 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-center-item-title h6 {
    padding-top: 25px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-center-item-title h6 {
    padding-top: 25px;
  }
}
.fihal__desc-wrapper-center-item-para {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-center-item-para {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-center-item-para {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-center-item-para {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-center-item-para {
    gap: 20px;
  }
}
.fihal__desc-wrapper-center-item-para p {
  color: #000;
  text-align: center;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 200%;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-center-item-para p {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-center-item-para p {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-center-item-para p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-center-item-para p {
    font-size: 16px;
  }
}
.fihal__desc-wrapper-center .check-in-out {
  display: flex;
  justify-content: center;
  min-width: 220px;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-center .check-in-out {
    gap: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-center .check-in-out {
    gap: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-center .check-in-out {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-center .check-in-out {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-center .check-in-out {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-center .check-in-out {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-center .check-in-out {
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-center .check-in-out {
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-center .check-in-out {
    min-width: 14vw;
  }
}
.fihal__desc-wrapper-center .check-in-out-item {
  flex: 1 1 50%;
  max-width: 50%;
}
.fihal__desc-wrapper-center .check-in-out-item:first-child {
  position: relative;
  text-align: right;
}
.fihal__desc-wrapper-center .check-in-out-item:first-child::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  height: 100%;
  width: 2px;
  border-right: 2px solid rgba(167, 105, 40, 0.3);
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-center .check-in-out-item:first-child::after {
    right: -1.565vw;
  }
}
.fihal__desc-wrapper-center .check-in-out-item:last-child {
  text-align: left;
}
.fihal__desc-wrapper-center .check-in-out-item span {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 400;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-center .check-in-out-item span {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-center .check-in-out-item span {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-center .check-in-out-item span {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-center .check-in-out-item span {
    font-size: 12px;
  }
}
.fihal__desc-wrapper-center .check-in-out-item h6 {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-center .check-in-out-item h6 {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-center .check-in-out-item h6 {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-center .check-in-out-item h6 {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-center .check-in-out-item h6 {
    font-size: 15px;
  }
}
.fihal__desc-wrapper-center .acco-properties {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 25px;
  justify-content: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .fihal__desc-wrapper-center .acco-properties {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-center .acco-properties {
    gap: 2vw 4.17vw;
  }
}
.fihal__desc-wrapper-center .acco-properties__prop {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
@media only screen and (min-width: 600px) {
  .fihal__desc-wrapper-center .acco-properties__prop {
    flex: 1 1 calc(50% - 12.5px);
    max-width: calc(50% - 12.5px);
  }
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-center .acco-properties__prop {
    flex: unset;
    max-width: unset;
  }
}
.fihal__desc-wrapper-center .acco-properties__prop-item {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-center .acco-properties__prop-item {
    text-align: left;
  }
}
.fihal__desc-wrapper-center .acco-properties__prop-item svg {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-center .acco-properties__prop-item svg {
    width: 2.3vw;
    height: 2.3vw;
  }
}
.fihal__desc-wrapper-center .acco-properties__prop-item span {
  color: #454545;
  font-family: "Karla", serif;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-center .acco-properties__prop-item span {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-center .acco-properties__prop-item span {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-center .acco-properties__prop-item span {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-center .acco-properties__prop-item span {
    font-size: 14px;
  }
}
.fihal__desc-wrapper-center .acco-properties__prop-item h6 {
  color: #454545;
  font-family: "Karla", serif;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-center .acco-properties__prop-item h6 {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-center .acco-properties__prop-item h6 {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-center .acco-properties__prop-item h6 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-center .acco-properties__prop-item h6 {
    font-size: 16px;
  }
}
.fihal__desc-wrapper-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-left {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-left {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-left {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-left {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-left {
    align-items: flex-start;
    text-align: left;
  }
}
.fihal__desc-wrapper-left-item-title span {
  color: #A76928;
  text-align: center;
  font-family: "Karla", serif;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-left-item-title span {
    font-size: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-left-item-title span {
    font-size: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-left-item-title span {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-left-item-title span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-left-item-title span {
    text-align: left;
  }
}
.fihal__desc-wrapper-left-item-title h1,
.fihal__desc-wrapper-left-item-title h2 {
  color: var(--435830, #435830);
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-left-item-title h1,
  .fihal__desc-wrapper-left-item-title h2 {
    font-size: 1.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-left-item-title h1,
  .fihal__desc-wrapper-left-item-title h2 {
    font-size: 1.9791666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-left-item-title h1,
  .fihal__desc-wrapper-left-item-title h2 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-left-item-title h1,
  .fihal__desc-wrapper-left-item-title h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-left-item-title h1,
  .fihal__desc-wrapper-left-item-title h2 {
    text-align: left;
  }
}
.fihal__desc-wrapper-left-item-title h6 {
  color: #90B6C4;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  text-transform: lowercase;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-left-item-title h6 {
    font-size: 1.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-left-item-title h6 {
    font-size: 1.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-left-item-title h6 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-left-item-title h6 {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-left-item-title h6 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-left-item-title h6 {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-left-item-title h6 {
    padding-top: 25px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-left-item-title h6 {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-left-item-title h6 {
    text-align: left;
  }
}
.fihal__desc-wrapper-left-item-para {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-left-item-para {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-left-item-para {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-left-item-para {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-left-item-para {
    gap: 20px;
  }
}
.fihal__desc-wrapper-left-item-para p,
.fihal__desc-wrapper-left-item-para a {
  color: #000;
  text-align: center;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 200%;
}
@media (min-width: 1025px) {
  .fihal__desc-wrapper-left-item-para p,
  .fihal__desc-wrapper-left-item-para a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal__desc-wrapper-left-item-para p,
  .fihal__desc-wrapper-left-item-para a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal__desc-wrapper-left-item-para p,
  .fihal__desc-wrapper-left-item-para a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .fihal__desc-wrapper-left-item-para p,
  .fihal__desc-wrapper-left-item-para a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-left-item-para p,
  .fihal__desc-wrapper-left-item-para a {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal__desc-wrapper-left.with-btn {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
  }
  .fihal__desc-wrapper-left.with-btn .fihal__desc-wrapper-left-item-para a.blue-border-btn {
    background-color: #ffffff !important;
    color: #90B6C4 !important;
    line-height: 0.8 !important;
  }
  .fihal__desc-wrapper-left.with-btn .fihal__desc-wrapper-left-item-para a.blue-border-btn:hover {
    transition: background-color 0.5s ease-in-out;
    background-color: #90B6C4 !important;
    color: #ffffff !important;
  }
}

/***** Common Grids *****/
.desk-col-3__tab-col-2-g-50 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .desk-col-3__tab-col-2-g-50 {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .desk-col-3__tab-col-2-g-50 {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .desk-col-3__tab-col-2-g-50 {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .desk-col-3__tab-col-2-g-50 {
    gap: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .desk-col-3__tab-col-2-g-50 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.desk-col-3__tab-col-2-g-50-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .desk-col-3__tab-col-2-g-50-item {
    gap: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .desk-col-3__tab-col-2-g-50-item {
    gap: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .desk-col-3__tab-col-2-g-50-item {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .desk-col-3__tab-col-2-g-50-item {
    gap: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .desk-col-3__tab-col-2-g-50-item {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1025px) {
  .desk-col-3__tab-col-2-g-50-item {
    flex: 1 1 calc(33.3% - 1.75vw);
    max-width: calc(33.3% - 1.75vw);
  }
}

.desk-col-3__tab-col-2-g-25 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .desk-col-3__tab-col-2-g-25 {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .desk-col-3__tab-col-2-g-25 {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .desk-col-3__tab-col-2-g-25 {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .desk-col-3__tab-col-2-g-25 {
    gap: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .desk-col-3__tab-col-2-g-25 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.desk-col-3__tab-col-2-g-25-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .desk-col-3__tab-col-2-g-25-item {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .desk-col-3__tab-col-2-g-25-item {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .desk-col-3__tab-col-2-g-25-item {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .desk-col-3__tab-col-2-g-25-item {
    gap: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .desk-col-3__tab-col-2-g-25-item {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1025px) {
  .desk-col-3__tab-col-2-g-25-item {
    flex: 1 1 calc(33.3% - 1vw);
    max-width: calc(33.3% - 1vw);
  }
}

.desk-col-2__tab-col-2-g-40 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .desk-col-2__tab-col-2-g-40 {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .desk-col-2__tab-col-2-g-40 {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .desk-col-2__tab-col-2-g-40 {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .desk-col-2__tab-col-2-g-40 {
    gap: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .desk-col-2__tab-col-2-g-40 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 600px) {
  .desk-col-2__tab-col-2-g-40-item {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1025px) {
  .desk-col-2__tab-col-2-g-40-item {
    flex: 1 1 calc(50% - 1.2vw);
    max-width: calc(50% - 1vw);
  }
}

.text-underline {
  position: relative;
}
.text-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  border-bottom: 3px solid #435830;
}
@media (min-width: 1025px) {
  .text-underline::after {
    width: 4.4270833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .text-underline::after {
    width: 4.4270833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .text-underline::after {
    width: 53px;
  }
}
@media (max-width: 600px) {
  .text-underline::after {
    width: 53px;
  }
}
@media only screen and (min-width: 1025px) {
  .text-underline::after {
    left: 0;
    transform: unset;
  }
}
.text-underline-two {
  position: relative;
  width: fit-content;
  z-index: 2;
}
.text-underline-two::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 105%;
  transform: translateX(-50%);
  border-bottom: 5px solid #435830;
  z-index: -1;
}
@media only screen and (min-width: 1025px) {
  .text-underline-two::after {
    border-bottom: 0.521vw solid #435830;
    bottom: 2px;
  }
}

@media only screen and (min-width: 1025px) {
  .desc-para {
    max-width: 60vw;
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .gallery-pg-header .fihal-gallery {
    padding-top: 9.375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .gallery-pg-header .fihal-gallery {
    padding-top: 9.375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-pg-header .fihal-gallery {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .gallery-pg-header .fihal-gallery {
    padding-top: 70px;
  }
}
.gallery-pg-header .header-section {
  height: auto;
}
.gallery-pg-header .header-section .header-wrapper {
  background-color: #435830;
}
.gallery-pg-header .emeslider-wrapper {
  display: none;
}

/* Initial state for reveal containers */
.reveal-left,
.reveal-right {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  /* Default to reveal-left */
}

.reveal-left img,
.reveal-right img {
  transform: scale(1.3);
  /* Initial zoom-in scale */
}

/* Left side reveal */
.reveal-left.scrolled {
  animation: slideInLeftClip 1s forwards ease-out;
}

/* Right side reveal */
.reveal-right {
  clip-path: inset(0 0 0 100%);
  /* Fully clipped from the left initially */
}

.reveal-right.scrolled {
  animation: slideInRightClip 1s forwards ease-out;
}

.reveal-up {
  clip-path: inset(0 0 100% 0);
}

.reveal-up.scrolled {
  animation: slideInTopClip 1s forwards ease-out;
}

/* Image animation for both left and right sides when scrolled */
.reveal-left.scrolled img,
.reveal-right.scrolled img {
  animation: scaleAndSlideImage 1s forwards ease-out;
  /* Image animation starts after 1s delay */
}

/* Keyframes for left-to-right clip-path reveal */
@keyframes slideInLeftClip {
  from {
    clip-path: inset(0 100% 0 0);
    /* Fully clipped from the right */
  }
  to {
    clip-path: inset(0 0 0 0);
    /* No clipping, fully revealed */
  }
}
/* Keyframes for right-to-left clip-path reveal */
@keyframes slideInRightClip {
  from {
    clip-path: inset(0 0 0 100%);
    /* Fully clipped from the left */
  }
  to {
    clip-path: inset(0 0 0 0);
    /* No clipping, fully revealed */
  }
}
@keyframes slideInTopClip {
  from {
    clip-path: inset(0 0 100% 0);
    /* Fully clipped from the left */
  }
  to {
    clip-path: inset(0 0 0 0);
    /* No clipping, fully revealed */
  }
}
/* Keyframes for image scale effect */
@keyframes scaleAndSlideImage {
  from {
    transform: scale(1.3);
  }
  to {
    transform: scale(1);
  }
}
.map-sec iframe {
  width: 100%;
  height: 30vw;
}

.scrolled.revealup {
  animation: animateup 1s ease-in-out both;
}

@keyframes animateup {
  0% {
    transform: translate3d(5px, 40px, 0);
    opacity: 0;
    transition: transform 0ms, opacity 0ms, -webkit-transform 0ms;
  }
  100% {
    transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .js-scroll {
    opacity: 0;
    transition: opacity 500ms;
  }
  .js-scroll.scrolled {
    opacity: 1;
  }
}
@media only screen and (max-width: 1025px) {
  .revealup {
    transform: none !important;
    opacity: 1 !important;
  }
  .reveal-right scroll-element js-scroll img,
  .reveal-left scroll-element js-scroll img,
  .reveal-left scroll-element js-scroll,
  .reveal-right scroll-element js-scroll {
    transform: none !important;
    opacity: 1 !important;
  }
}
.desk-item-three-slider {
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (min-width: 1025px) {
  .desk-item-three-slider {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1025px) {
  .desk-item-three-slider.other-slider .slick-prev {
    left: -3vw;
    transform: unset;
    top: 30%;
  }
  .desk-item-three-slider.other-slider .slick-next {
    right: -3vw;
    transform: unset;
    top: 30%;
  }
}
.desk-item-three-slider.other-slider .fihal-card-type-03-wrapper-title p {
  font-weight: 500;
}
.desk-item-three-slider-item-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (min-width: 1025px) {
  .desk-item-three-slider-item-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .desk-item-three-slider .slick-prev {
    left: -1.8vw;
  }
  .desk-item-three-slider .slick-next {
    right: -1.8vw;
  }
}

.default-page.testimonials h2, .default-page.testimonials h3, .default-page.testimonials h4, .default-page.testimonials h5, .default-page.testimonials h6 {
  text-align: left;
}

#sbi_images .content_hint {
  display: none !important;
}

#eme-slider-v2 {
  position: relative;
  width: 100%;
  z-index: 0;
  height: 100dvh;
}
#eme-slider-v2 video {
  width: 100%;
}
#eme-slider-v2.no-vid .owl-dots {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot span {
  background-color: #869791;
}
#eme-slider-v2.no-vid .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
#eme-slider-v2.toggled {
  transform: scale(1.3);
}
#eme-slider-v2 .slick-track {
  height: 100dvh;
}
#eme-slider-v2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 65%);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  #eme-slider-v2::before {
    height: 20vw;
  }
}
#eme-slider-v2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6418942577) 0%, rgba(0, 0, 0, 0) 75%);
  z-index: 2;
  transform: rotate(180deg);
  pointer-events: none;
}
@media only screen and (min-width: 1025px) {
  #eme-slider-v2::after {
    height: 50vw;
  }
}

.emeslider-wrapper {
  max-height: 100dvh;
  position: relative;
  opacity: 1;
}
@media only screen and (min-width: 600px) {
  .emeslider-wrapper.inner-pages-banner {
    max-height: 85dvh;
  }
}
.emeslider-wrapper.inner-pages-banner #book-comp {
  display: none;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .banner-mob-img {
    display: none;
  }
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item {
  height: 100dvh;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture {
  height: 100dvh;
}
.emeslider-wrapper #eme-slider-wrap-full-screen #eme-slider-v2 .item picture img {
  height: 100dvh;
  object-fit: cover;
}
.emeslider-wrapper.hidden {
  opacity: 0;
}
.emeslider-wrapper .get-quote-btn {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  z-index: 8;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}
.emeslider-wrapper .home-banner-booking-wgt #book-comp {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: unset;
  bottom: 3.438vw;
  right: unset;
  width: unset;
  z-index: 99999;
}

.slick-dots {
  display: none;
  position: absolute;
  right: 4vw;
  bottom: 5vw;
  width: 100%;
  gap: 5px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 1025px) {
  .slick-dots {
    display: flex !important;
  }
}
.slick-dots li {
  width: 5px;
  height: 5px;
  margin: 0;
}
.slick-dots li button {
  display: flex;
  flex-grow: 1;
  background-color: #ffffff;
  padding: 1px;
  width: 100%;
  height: 2px;
  border: none;
  transition: 0.3s ease-in-out;
  transform: rotate(0);
}
.slick-dots li button:before {
  color: transparent;
  opacity: 1;
  width: 2px;
  height: 2px;
}
.slick-dots li.slick-active button {
  background: #ffffff;
}
.slick-dots li.slick-active button:before {
  color: transparent;
}

.slider-counter {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .slider-counter {
    display: flex;
    position: absolute;
    justify-content: space-between;
    right: 5vw;
    bottom: 4vw;
    z-index: 4;
    width: 24vw;
    height: 2vw;
    pointer-events: none;
  }
  .slider-counter p {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .slider-counter p {
    font-size: 1.042vw;
  }
}

.header-section {
  position: absolute;
  width: 100vw;
}
.header-section .header-wrapper {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 100%;
  transition: 0.4s ease-in-out;
  padding: 20px 15px;
  gap: 12px;
  top: 0;
  left: 0;
  z-index: 9;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper {
    justify-content: space-between;
    flex-direction: row;
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper {
    padding: 2.5vw 4.167vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__top-sect {
  display: flex;
  justify-content: space-between;
}
.header-section .header-wrapper .ham-wrapper__quick-menu {
  display: none;
}
.header-section .header-wrapper .ham-wrapper__quick-menu a {
  display: block !important;
}
.header-section .header-wrapper .ham-wrapper__icon-wrap .logo-section {
  display: none !important;
}
.header-section .header-wrapper .ham-wrapper__icon-wrap ul {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul {
    display: flex;
    gap: 2.083vw;
    flex-wrap: wrap;
  }
}
.header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
  color: #ffffff;
  font-family: "Karla", serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
    font-size: 0.8333333333vw;
  }
}
.header-section .header-wrapper.fixed {
  position: fixed;
  background-color: #435830;
  width: 100vw;
  padding: 10px 15px;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper.fixed {
    padding: 10px 40px;
  }
  .header-section .header-wrapper.fixed #book-comp {
    top: 11vw;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper.fixed {
    padding: 0.573vw 4.167vw;
    border-bottom: unset;
  }
  .header-section .header-wrapper.fixed .desk-logo a {
    display: none;
  }
  .header-section .header-wrapper.fixed #book-comp {
    top: 6vw;
  }
  .header-section .header-wrapper.fixed .logo-section img {
    width: 9.115vw;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__panel-wrapper__content__top-sect {
    padding: 1.5vw 4.167vw;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__quick-menu {
    display: flex;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__quick-menu ul {
    display: flex;
    gap: 0.5vw 1.25vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__quick-menu ul li a {
    font-size: 0.85vw;
    margin: unset;
    font-weight: 500;
  }
  .header-section .header-wrapper.fixed .ham-wrapper__icon-wrap .logo-section {
    display: block !important;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__icon-wrap {
    gap: 4.167vw;
  }
}
.header-section .header-wrapper.fixed .ham-wrapper__icon-wrap ul.menu {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__icon-wrap ul.menu {
    gap: 1vw 2vw;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper.fixed .ham-wrapper__icon-wrap ul.menu li a {
    margin: unset !important;
  }
}
.header-section .header-wrapper .ham-wrapper {
  border-radius: 100px;
  flex: 1 1 calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper {
    flex: 1 1 30%;
    max-width: 30%;
    display: flex;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper {
    flex: 1 1 44%;
    max-width: 44%;
  }
  .header-section .header-wrapper .ham-wrapper__icon-wrap .logo-section {
    display: none !important;
  }
}
.header-section .header-wrapper .ham-wrapper__icon {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
.header-section .header-wrapper .ham-wrapper__icon-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 7;
  cursor: pointer;
}
.header-section .header-wrapper .ham-wrapper__icon-wrap svg {
  width: 22px;
  height: 22px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap svg {
    width: 1.771vw;
    height: 1.146vw;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap {
    display: flex;
    gap: 20px;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap {
    gap: 4.167vw;
  }
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul {
    display: none;
    position: relative;
  }
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul::before {
    content: "";
    position: absolute;
    left: -2.0835vw;
    top: 50%;
    transform: translateY(-50%);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    height: 2.083vw;
    width: 0.052vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul {
    display: flex;
    gap: 2.083vw;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
    color: #ffffff;
    font-family: "Karla", serif;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: unset;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a:hover {
    color: #A76928;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap ul li a:hover {
    color: #90B6C4;
  }
}
.header-section .header-wrapper .ham-wrapper__icon-wrap span {
  display: none;
  font-family: "Karla", serif;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap span {
    display: block;
    font-size: 14px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__icon-wrap span {
    font-size: 0.938vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper {
  position: absolute;
  width: 100vw;
  height: 100dvh;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 99999;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__panel {
  position: absolute;
  top: unset;
  left: unset;
  width: 0;
  height: 100dvh;
  transition: 0.5s width ease-in-out;
  z-index: 8;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__panel {
    left: unset;
    top: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__panel.active {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  transition: 0.5s width ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__panel.active {
    width: 60vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100dvh;
  overflow: auto;
  flex-direction: column;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s width ease-in-out;
  position: relative;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content.unhide {
  width: 100vw;
  transition: 0.3s width ease-in-out;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content.unhide .ham-wrapper__panel-wrapper__content__bottom-sect-item:first-child {
  width: 100%;
  opacity: 1;
  transition: 0.3s width, 0.3s opacity ease-in-out;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content.unhide .ham-wrapper__panel-wrapper__content__bottom-sect-item:last-child {
  width: 100%;
  opacity: 1;
  transition: 0.5s width, 1s opacity ease-in-out;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content .ham-wrapper__panel-wrapper__content__bottom-sect-item:first-child {
  transition: 0.3s width, 0.3s opacity ease-in-out;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content .ham-wrapper__panel-wrapper__content__bottom-sect-item:last-child {
  transition: 0.5s width, 1s opacity ease-in-out;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect {
  display: flex;
  width: 100%;
  height: 100dvh;
  overflow: auto;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect .ham-close-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect .ham-close-wrapper .logo-section {
  display: flex;
  justify-content: flex-start;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect .ham-close-wrapper svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
  cursor: pointer;
  filter: invert(56%) sepia(71%) saturate(471%) hue-rotate(350deg) brightness(99%) contrast(90%);
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect .ham-close-wrapper svg {
    width: 1.771vw;
    height: 1.146vw;
    filter: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-y: auto;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li:hover {
    background-color: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li:last-child a {
    border-bottom: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li.active a {
  border-bottom: unset;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
  color: #000;
  font-family: "Karla", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-top: 12px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a {
    color: #ffffff;
    line-height: 160%;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a:hover {
  padding-left: 5px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a:hover {
    padding-left: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a[aria-current=page] {
  position: relative;
  color: #A76928;
  font-weight: 800;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li a[aria-current=page] {
    color: #90B6C4;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
  position: absolute;
  width: 10%;
  height: 50px;
  background: url("./images/sub-menu-arrow-new-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
  cursor: pointer;
  top: 8px;
  right: 0;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-top: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-top: 12px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    padding-top: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon {
    background: url("./images/sub-menu-arrow-new.svg");
    background-position: center;
    background-repeat: no-repeat;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .child-sub-icon.open {
  transform: rotate(0);
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li {
  border-bottom: unset !important;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li:first-child a {
  padding-top: unset !important;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  padding-left: 5px;
  transition: padding-left 0.4s ease-in-out, color 0.4s ease-in-out;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-bottom: 0.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-bottom: 0.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-bottom: 7px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-bottom: 7px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-top: 0.4166666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-top: 0.4166666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-top: 7px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    padding-top: 7px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a {
    color: #ffffff;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a:hover {
  transition: padding-left 0.4s ease-in-out, color 0.4s ease-in-out;
  color: #A76928;
  padding-left: 8px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu li a:hover {
    color: #90B6C4;
    padding-left: 1vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu.active {
  max-height: 500px;
  transition: max-height 0.4s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu.active li:last-child a {
    padding-bottom: 1vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu.active a {
  border-bottom: unset;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect ul li .sub-menu.active a {
    padding-left: 0.5vw;
    transition: padding-left 0.4s ease-in-out;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect {
    flex-direction: row;
    gap: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item {
  display: flex;
  flex-direction: column;
  width: 0;
  height: 100dvh;
  background: rgb(243, 237, 226);
  padding: 20px 15px;
  opacity: 0;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item {
    gap: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item {
    gap: 3.6458333333vw;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item {
    flex: 1 1 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100dvh;
    padding: 20px 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item {
    padding: 1.9vw 4.167vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:first-child {
  transition: 2.5s width, 2.5s opacity ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:first-child {
    background: rgba(22, 22, 22, 0.56);
    backdrop-filter: blur(14.25px);
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:last-child {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:last-child {
    padding: unset;
    display: block;
    transition: 1s width, 1s opacity ease-in-out;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item:last-child img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  animation: slideInLeftClip 0.5s forwards ease-out;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.upper-menu {
  padding-top: 24px;
  margin-bottom: 24px;
  padding-right: 10px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.upper-menu {
    padding-top: unset;
    margin-bottom: unset;
    height: 21vw;
    padding-right: 1.5vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.upper-menu li:last-child .sub-menu.active {
  padding-top: 12px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.upper-menu li:last-child .sub-menu.active {
    padding-top: unset;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.upper-menu li a {
  font-size: 20px;
  width: 90%;
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.upper-menu li a:hover {
  color: #A76928;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.upper-menu li a:hover {
    color: #90B6C4;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu {
  padding-top: 24px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu {
    padding-top: unset;
    padding-right: 1.5vw;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  border-top: 1px solid rgba(69, 69, 69, 0.2);
  width: 100%;
  height: 1px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu::before {
    content: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu {
    display: flex;
    gap: 0 2vw;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li {
  border-bottom: unset !important;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li {
    flex: 1 1 calc(50% - 1vw);
    max-width: calc(50% - 1vw);
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-bottom: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-top: 0.2604166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-top: 5px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a {
    padding-top: 5px;
  }
}
.header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a:hover {
  color: #A76928;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content__bottom-sect-item ul.bottom-menu li a:hover {
    color: #90B6C4;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper__panel-wrapper__content {
    max-width: 60vw;
  }
}
.header-section .header-wrapper .ham-wrapper-close-icon {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper-close-icon {
    gap: 1vw;
  }
}
.header-section .header-wrapper .ham-wrapper-close-icon svg {
  width: 32px;
  height: 32px;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper-close-icon svg {
    width: 2vw;
    height: 2vw;
  }
}
.header-section .header-wrapper .ham-wrapper-close-icon span {
  font-family: "Karla", serif;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .ham-wrapper-close-icon span {
    font-size: 0.938vw;
  }
}
.header-section .header-wrapper .logo-section {
  flex: 1 1 calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .logo-section {
    flex: 1 1 40%;
    max-width: 30%;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .logo-section {
    flex: 1 1 11%;
    max-width: 11%;
  }
  .header-section .header-wrapper .logo-section.desk-logo {
    display: flex;
    justify-content: center;
  }
}
.header-section .header-wrapper .logo-section img {
  width: 115px;
  height: auto;
  transition: width 0.3s ease-in-out;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .logo-section img {
    width: 120px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .logo-section img {
    width: 9vw;
  }
}
.header-section .header-wrapper .languagelink {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .languagelink {
    display: block;
  }
}
.header-section .header-wrapper .book-btn {
  flex: 1 1 calc(33.3% - 4px);
  max-width: calc(33.3% - 4px);
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .book-btn {
    flex: 1 1 30%;
    max-width: 30%;
    display: flex !important;
    justify-content: flex-end;
    gap: 1.5vw;
    align-items: center;
  }
  .header-section .header-wrapper .book-btn .ona-green-border-btn {
    border-color: #ffffff;
    color: #ffffff;
  }
}
@media only screen and (min-width: 600px) and (min-width: 1025px) {
  .header-section .header-wrapper .book-btn .ona-green-border-btn {
    width: 11vw;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .book-btn .ona-green-border-btn:hover {
    border-color: #435830;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .book-btn {
    flex: 1 1 44%;
    max-width: 44%;
  }
}
.header-section .header-wrapper .book-btn .nice-select {
  padding-left: unset;
}
.header-section .header-wrapper .book-btn .nice-select::after {
  top: 40%;
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .book-btn .nice-select::after {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .book-btn .nice-select::after {
    margin-top: unset;
    top: 33%;
  }
}
.header-section .header-wrapper .book-btn .nice-select span,
.header-section .header-wrapper .book-btn .nice-select .option {
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .book-btn .nice-select span,
  .header-section .header-wrapper .book-btn .nice-select .option {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .book-btn .nice-select span,
  .header-section .header-wrapper .book-btn .nice-select .option {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .book-btn .nice-select span,
  .header-section .header-wrapper .book-btn .nice-select .option {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .book-btn .nice-select span,
  .header-section .header-wrapper .book-btn .nice-select .option {
    font-size: 14px;
  }
}
.header-section .header-wrapper .book-btn .nice-select .list {
  border-radius: unset;
  background-color: rgba(22, 22, 22, 0.56);
}
.header-section .header-wrapper .book-btn .nice-select .list .option {
  background-color: rgba(22, 22, 22, 0.56);
  color: #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.header-section .header-wrapper .book-btn .nice-select .list .option:hover {
  color: #90B6C4;
  background-color: rgba(22, 22, 22, 0.8);
}
.header-section .header-wrapper .book-btn .white-border-btn {
  width: 100%;
  transition: 0.5s ease-in-out;
  pointer-events: all;
}
@media (min-width: 1025px) {
  .header-section .header-wrapper .book-btn .white-border-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .header-section .header-wrapper .book-btn .white-border-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .header-section .header-wrapper .book-btn .white-border-btn {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .header-section .header-wrapper .book-btn .white-border-btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 600px) {
  .header-section .header-wrapper .book-btn .white-border-btn {
    padding: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-section .header-wrapper .book-btn .white-border-btn {
    width: fit-content;
    padding: 15px 40px;
  }
}
.header-section ul .sub-menu {
  transition: 0.4s ease-in-out;
}
.header-section ul .sub-menu li a {
  font-size: 12px;
  padding-bottom: unset;
}
@media only screen and (min-width: 1025px) {
  .header-section ul .sub-menu li a {
    font-size: 0.8vw;
  }
}
.header-section ul li a {
  font-size: 14px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
}
@media only screen and (min-width: 1025px) {
  .header-section ul li a {
    font-size: 0.938vw;
  }
}

#book-comp {
  top: 120px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  border-radius: 5px;
  width: 300px;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: #F3EEE3;
  padding: 20px 30px 20px 30px;
  pointer-events: all;
  box-shadow: 0px 0px 25px 31px rgba(0, 0, 0, 0.1);
  transition: all 0.5s linear;
  transform: translate(-50%, -50%);
}
#book-comp.show {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
}
#book-comp .closs_ibe {
  display: flex;
  justify-content: flex-end;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: auto;
}
#book-comp .closs_ibe svg {
  width: 20px !important;
  height: 20px !important;
}
@media screen and (min-width: 500px) {
  #book-comp {
    width: 380px;
  }
}
@media only screen and (min-width: 1025px) {
  #book-comp {
    width: 22vw;
  }
}
@media only screen and (min-width: 1500px) {
  #book-comp {
    right: 80px;
  }
}
@media screen and (min-width: 1900px) {
  #book-comp {
    width: 450px;
  }
}
@media only screen and (min-width: 600px) {
  #book-comp {
    right: 40px;
    left: unset;
    transform: unset;
    top: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  #book-comp {
    right: 4.167vw;
    top: 7vw;
  }
}

#inquiry-form {
  top: 120px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  border-radius: 5px;
  width: 300px;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: #F3EEE3;
  padding: 20px 30px 20px 30px;
  pointer-events: all;
  box-shadow: 0px 0px 25px 31px rgba(0, 0, 0, 0.1);
  transition: all 0.5s linear;
  transform: translate(-50%, -50%);
}
#inquiry-form.show {
  opacity: 1;
  z-index: 9999;
  visibility: visible;
  transition: opacity 0.5s ease-in-out;
}
#inquiry-form .closs_ibe {
  display: flex;
  justify-content: flex-end;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: auto;
}
#inquiry-form .closs_ibe svg {
  width: 20px !important;
  height: 20px !important;
}
@media screen and (min-width: 500px) {
  #inquiry-form {
    width: 380px;
  }
}
@media only screen and (min-width: 1025px) {
  #inquiry-form {
    width: 22vw;
  }
}
@media only screen and (min-width: 1500px) {
  #inquiry-form {
    right: 80px;
  }
}
@media screen and (min-width: 1900px) {
  #inquiry-form {
    width: 450px;
  }
}
@media only screen and (min-width: 600px) {
  #inquiry-form {
    right: 40px;
    left: unset;
    transform: unset;
    top: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  #inquiry-form {
    right: 4.167vw;
    top: 7vw;
  }
}

a[aria-current=page] {
  position: relative;
}

a[aria-current=page]::after {
  width: 100% !important;
  transition: 0.3s width ease-in-out;
}

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 55px;
  right: 20px;
  z-index: 99;
  font-size: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: unset;
  border-radius: 50%;
  box-shadow: -7px -4px 25px -7px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: 0.3s transform ease-in-out;
}
@media only screen and (min-width: 600px) {
  #scrollToTop {
    bottom: 40px;
    right: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  #scrollToTop {
    bottom: 5.3vw;
    right: 1vw;
  }
}
#scrollToTop .icon-hover {
  display: none;
}
#scrollToTop:hover {
  transform: scale(1.2);
  transition: 0.3s transform ease-in-out;
}
#scrollToTop:hover .icon {
  display: none;
}
#scrollToTop:hover .icon-hover {
  display: block;
}

@media only screen and (min-width: 1025px) {
  #menu-footer-menu .current-page-ancestor a {
    color: #A76928 !important;
  }
}

.current-page-ancestor a {
  color: #A76928 !important;
  font-weight: 800 !important;
}
@media only screen and (min-width: 1025px) {
  .current-page-ancestor a {
    color: #90B6C4 !important;
  }
}
.current-page-ancestor .sub-menu a {
  color: #000 !important;
  font-weight: 400 !important;
}
@media only screen and (min-width: 1025px) {
  .current-page-ancestor .sub-menu a {
    color: #ffffff !important;
  }
}
.current-page-ancestor .sub-menu a[aria-current=page] {
  color: #A76928 !important;
  font-weight: 800 !important;
  padding-left: 1vw !important;
}
@media only screen and (min-width: 1025px) {
  .current-page-ancestor .sub-menu a[aria-current=page] {
    color: #90B6C4 !important;
  }
}

#menu-top-menu li a[aria-current=page] {
  color: #A76928;
  font-weight: 900;
}
@media only screen and (min-width: 1025px) {
  #menu-top-menu li a[aria-current=page] {
    color: #90B6C4;
  }
}

.fihal-footer {
  background-color: #F3EDE2;
}
.fihal-footer a[aria-current=page] {
  color: #A76928 !important;
  transition: 0.3s ease-in-out !important;
}
.fihal-footer a {
  transition: 0.3s ease-in-out;
}
.fihal-footer a:hover {
  color: #A76928 !important;
}
.fihal-footer__awards-wrap {
  border-bottom: 1px solid #EBDBBF;
}
@media (min-width: 1025px) {
  .fihal-footer__awards-wrap {
    gap: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__awards-wrap {
    gap: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__awards-wrap {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__awards-wrap {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .fihal-footer__awards-wrap {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__awards-wrap {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__awards-wrap {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__awards-wrap {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .fihal-footer__awards-wrap {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__awards-wrap {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__awards-wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__awards-wrap {
    padding-bottom: 30px;
  }
}
.fihal-footer__awards-wrap .footer-awards-slider {
  width: 100%;
}
.fihal-footer__awards-wrap .footer-awards-slider .slider-item {
  display: flex;
  justify-content: center;
}
@media (min-width: 1025px) {
  .fihal-footer__awards-wrap .footer-awards-slider .slider-item img {
    width: 4.9479166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__awards-wrap .footer-awards-slider .slider-item img {
    width: 4.9479166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__awards-wrap .footer-awards-slider .slider-item img {
    width: 60px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__awards-wrap .footer-awards-slider .slider-item img {
    width: 60px;
  }
}
@media (min-width: 1025px) {
  .fihal-footer__awards-wrap .footer-awards-slider .slider-item img {
    height: 4.9479166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__awards-wrap .footer-awards-slider .slider-item img {
    height: 4.9479166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__awards-wrap .footer-awards-slider .slider-item img {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__awards-wrap .footer-awards-slider .slider-item img {
    height: 60px;
  }
}
.fihal-footer__top {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .fihal-footer__top {
    flex-direction: row;
  }
}
.fihal-footer__top-item {
  border-right: 1px solid #EBDBBF;
  border-bottom: 1px solid #EBDBBF;
  border-right: unset;
}
@media (min-width: 1025px) {
  .fihal-footer__top-item {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item {
    padding-top: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .fihal-footer__top-item {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item {
    padding-bottom: 3.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item {
    padding-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  .fihal-footer__top-item {
    padding-right: 6.5104166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item {
    padding-right: 6.5104166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item {
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .fihal-footer__top-item {
    padding-left: 6.5104166667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item {
    padding-left: 6.5104166667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-footer__top-item {
    border-bottom: unset;
    border-right: 1px solid #EBDBBF;
  }
}
.fihal-footer__top-item:first-child {
  flex: 1 1 100%;
  max-width: 100%;
}
@media only screen and (min-width: 1025px) {
  .fihal-footer__top-item:first-child {
    flex: 1 1 25%;
    max-width: 25%;
  }
}
.fihal-footer__top-item:first-child ul {
  display: flex;
  gap: 15px 35px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 600px) {
  .fihal-footer__top-item:first-child ul {
    justify-content: center;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-footer__top-item:first-child ul {
    flex-direction: column;
    flex: 1 1 50%;
    max-width: 50%;
    justify-content: flex-start;
    gap: 35px;
  }
}
.fihal-footer__top-item:first-child ul li {
  flex: 1 1 calc(50% - 17.5px);
  max-width: calc(50% - 17.5px);
  text-align: left;
}
@media only screen and (min-width: 600px) {
  .fihal-footer__top-item:first-child ul li {
    flex: unset;
    max-width: unset;
  }
}
.fihal-footer__top-item:first-child ul li a {
  color: #000;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .fihal-footer__top-item:first-child ul li a {
    font-size: 1.9791666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item:first-child ul li a {
    font-size: 1.9791666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item:first-child ul li a {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item:first-child ul li a {
    font-size: 20px;
  }
}
.fihal-footer__top-item:nth-child(2) {
  display: flex;
  align-items: flex-start;
  flex: 1 1 100%;
  max-width: 100%;
  text-align: left;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .fihal-footer__top-item:nth-child(2) {
    gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item:nth-child(2) {
    gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item:nth-child(2) {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item:nth-child(2) {
    gap: 40px;
  }
}
@media only screen and (min-width: 600px) {
  .fihal-footer__top-item:nth-child(2) {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-footer__top-item:nth-child(2) {
    flex: 1 1 42%;
    max-width: 42%;
  }
}
.fihal-footer__top-item:nth-child(2) .fihal-footer__top-item-discover {
  flex: 1 1 100%;
  max-width: 100%;
}
@media only screen and (min-width: 600px) {
  .fihal-footer__top-item:nth-child(2) .fihal-footer__top-item-discover {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.fihal-footer__top-item:nth-child(2) .fihal-footer__top-item-discover ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
}
@media only screen and (min-width: 1025px) {
  .fihal-footer__top-item:nth-child(2) .fihal-footer__top-item-discover ul {
    flex-direction: column !important;
  }
}
.fihal-footer__top-item:nth-child(2) .fihal-footer__top-item-discover ul li {
  flex: 1 1 calc(50% - 0.5rem);
  max-width: calc(50% - 0.5rem);
}
@media only screen and (min-width: 1025px) {
  .fihal-footer__top-item:nth-child(2) .fihal-footer__top-item-discover ul li {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.fihal-footer__top-item:nth-child(2) .fihal-footer__top-item-contact {
  flex: 1 1 100%;
  max-width: 100%;
}
@media only screen and (min-width: 600px) {
  .fihal-footer__top-item:nth-child(2) .fihal-footer__top-item-contact {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.fihal-footer__top-item:nth-child(2) .fihal-footer__top-item-contact .quick-links ul {
  align-items: flex-start;
}
.fihal-footer__top-item:nth-child(2) p {
  color: #383838;
  font-family: "Karla", serif;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  .fihal-footer__top-item:nth-child(2) p {
    font-size: 0.9895833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item:nth-child(2) p {
    font-size: 0.9895833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item:nth-child(2) p {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item:nth-child(2) p {
    font-size: 15px;
  }
}
.fihal-footer__top-item:nth-child(2) ul li a {
  color: #383838;
  font-family: "Karla", serif;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .fihal-footer__top-item:nth-child(2) ul li a {
    font-size: 0.9895833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item:nth-child(2) ul li a {
    font-size: 0.9895833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item:nth-child(2) ul li a {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item:nth-child(2) ul li a {
    font-size: 15px;
  }
}
.fihal-footer__top-item:last-child {
  border-right: unset;
  max-width: 340px;
  margin: 0 auto;
  flex: 1 1 100%;
  max-width: 100%;
}
@media only screen and (min-width: 600px) {
  .fihal-footer__top-item:last-child {
    min-width: 500px;
    max-width: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-footer__top-item:last-child {
    flex: 1 1 33%;
    max-width: 33%;
    max-width: unset;
    margin: unset;
    min-width: unset;
  }
}
.fihal-footer__top-item:last-child form {
  display: flex;
}
@media (min-width: 1025px) {
  .fihal-footer__top-item:last-child form {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item:last-child form {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item:last-child form {
    height: 38px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item:last-child form {
    height: 38px;
  }
}
.fihal-footer__top-item:last-child form input {
  border-radius: 5px 0 0 5px !important;
  border: 1px solid #D7C0AB !important;
  background: #EEE5D6 !important;
  padding: 20px 0 20px 20px;
  border-right: unset !important;
  color: #383838;
  font-family: "Karla", serif;
  font-weight: 600;
  line-height: 180%;
}
@media (min-width: 1025px) {
  .fihal-footer__top-item:last-child form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item:last-child form input {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item:last-child form input {
    height: 38px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item:last-child form input {
    height: 38px;
  }
}
@media (min-width: 1025px) {
  .fihal-footer__top-item:last-child form input {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item:last-child form input {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item:last-child form input {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item:last-child form input {
    font-size: 12px;
  }
}
.fihal-footer__top-item:last-child form input::placeholder {
  color: #454545 !important;
  font-family: "Karla", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.48px;
}
@media (min-width: 1025px) {
  .fihal-footer__top-item:last-child form input::placeholder {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item:last-child form input::placeholder {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item:last-child form input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item:last-child form input::placeholder {
    font-size: 14px;
  }
}
.fihal-footer__top-item:last-child form button {
  border: 1px solid #D7C0AB;
  background: #EEE5D6;
  padding: 20px 18px;
  border-radius: 0 5px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: unset !important;
}
@media (min-width: 1025px) {
  .fihal-footer__top-item:last-child form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item:last-child form button {
    height: 2.8645833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item:last-child form button {
    height: 38px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item:last-child form button {
    height: 38px;
  }
}
.fihal-footer__top-item:last-child form button svg {
  width: 18px;
  height: 10px;
}
@media only screen and (min-width: 1025px) {
  .fihal-footer__top-item:last-child form button svg {
    width: 1vw;
    height: 1vw;
  }
}
.fihal-footer__top-item:last-child .social-share {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1025px) {
  .fihal-footer__top-item:last-child .social-share {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item:last-child .social-share {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item:last-child .social-share {
    gap: 6px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item:last-child .social-share {
    gap: 6px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-footer__top-item:last-child .social-share {
    justify-content: flex-start;
  }
}
.fihal-footer__top-item:last-child .social-share a {
  transition: 0.3s ease-in-out;
  border: 1px solid #D7C0AB;
  border-radius: 50%;
}
.fihal-footer__top-item:last-child .social-share a:hover {
  border: 1px solid #A76928;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .fihal-footer__top-item:last-child .social-share a svg {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item:last-child .social-share a svg {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item:last-child .social-share a svg {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item:last-child .social-share a svg {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .fihal-footer__top-item:last-child .social-share a svg {
    width: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item:last-child .social-share a svg {
    width: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item:last-child .social-share a svg {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item:last-child .social-share a svg {
    width: 30px;
  }
}
.fihal-footer__top-item:last-child .newsletter, .fihal-footer__top-item:last-child .social-share {
  justify-content: flex-start;
}
@media only screen and (min-width: 600px) {
  .fihal-footer__top-item:last-child .newsletter, .fihal-footer__top-item:last-child .social-share {
    min-width: 500px;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-footer__top-item:last-child .newsletter, .fihal-footer__top-item:last-child .social-share {
    min-width: unset;
    margin: unset;
  }
}
.fihal-footer__top-item h6 {
  color: #A76928;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 12px;
  text-transform: capitalize;
  position: relative;
  width: fit-content;
}
@media (min-width: 1025px) {
  .fihal-footer__top-item h6 {
    font-size: 1.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__top-item h6 {
    font-size: 1.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__top-item h6 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__top-item h6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 600px) {
  .fihal-footer__top-item h6 {
    margin: unset;
  }
}
.fihal-footer__top-item h6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #A76928;
  width: 28px;
  height: 1px;
}
@media only screen and (min-width: 600px) {
  .fihal-footer__top-item__two-wrapper ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-footer__top-item__two-wrapper ul {
    flex-direction: column !important;
  }
}
@media only screen and (min-width: 600px) {
  .fihal-footer__top-item__two-wrapper ul li {
    flex: 1 1 calc(50% - 0.5rem);
  }
}
.fihal-footer__bottom {
  border-top: 1px solid #EBDBBF;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 1025px) {
  .fihal-footer__bottom {
    gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__bottom {
    gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__bottom {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__bottom {
    gap: 15px;
  }
}
@media (min-width: 1025px) {
  .fihal-footer__bottom {
    padding-right: 6.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__bottom {
    padding-right: 6.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__bottom {
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__bottom {
    padding-right: 16px;
  }
}
@media (min-width: 1025px) {
  .fihal-footer__bottom {
    padding-left: 6.875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__bottom {
    padding-left: 6.875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__bottom {
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__bottom {
    padding-left: 16px;
  }
}
@media (min-width: 1025px) {
  .fihal-footer__bottom {
    padding-top: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__bottom {
    padding-top: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__bottom {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__bottom {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .fihal-footer__bottom {
    padding-bottom: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__bottom {
    padding-bottom: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}
.fihal-footer__bottom-item {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .fihal-footer__bottom-item:first-child {
    text-align: left;
  }
  .fihal-footer__bottom-item:last-child {
    text-align: right;
  }
}
.fihal-footer__bottom-item ul {
  justify-content: center;
  gap: 10px 30px !important;
}
@media only screen and (min-width: 600px) {
  .fihal-footer__bottom-item ul {
    justify-content: left;
  }
}
.fihal-footer__bottom-item ul li {
  position: relative;
}
.fihal-footer__bottom-item ul li::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 1px;
  border-right: 1px solid #383838;
}
.fihal-footer__bottom-item ul li:last-child::after {
  content: unset;
}
.fihal-footer__bottom-item ul li a {
  text-transform: capitalize;
  color: #383838;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 1025px) {
  .fihal-footer__bottom-item ul li a {
    font-size: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__bottom-item ul li a {
    font-size: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__bottom-item ul li a {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__bottom-item ul li a {
    font-size: 11px;
  }
}
.fihal-footer__bottom-item a,
.fihal-footer__bottom-item p {
  color: #383838;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 1.3;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .fihal-footer__bottom-item a,
  .fihal-footer__bottom-item p {
    font-size: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-footer__bottom-item a,
  .fihal-footer__bottom-item p {
    font-size: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-footer__bottom-item a,
  .fihal-footer__bottom-item p {
    font-size: 11px;
  }
}
@media (max-width: 600px) {
  .fihal-footer__bottom-item a,
  .fihal-footer__bottom-item p {
    font-size: 11px;
  }
}
.fihal-footer__bottom-item a:hover {
  color: #435830;
}

#menu-footer-menu-discover .current-page-ancestor a {
  color: unset !important;
  font-weight: 400 !important;
}

.fihal-booking__widget {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
  background-color: #F3EEE3;
  margin: 0 auto;
  max-width: 500px;
  align-items: center;
  border-radius: 5px;
}
@media only screen and (min-width: 1025px) {
  .fihal-booking__widget {
    flex-direction: row;
    max-width: 58.333vw;
    gap: 20px;
    justify-content: space-between;
  }
}
.fihal-booking__widget-item {
  width: 100%;
}
.fihal-booking__widget-item svg {
  width: 11px;
  height: 11px;
  display: block;
  margin-left: auto;
  margin-bottom: 14px;
  cursor: pointer;
}
.fihal-booking__widget-item h5 {
  color: #454545;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.fihal-booking__widget-item form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .fihal-booking__widget-item form {
    width: 100%;
    align-items: flex-end;
    gap: 1.04vw;
  }
}
.fihal-booking__widget-item form .item {
  display: flex;
  gap: 10px;
  width: 100%;
  height: fit-content;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .fihal-booking__widget-item form .item {
    gap: 1.04vw;
  }
}
.fihal-booking__widget-item form .item select {
  cursor: pointer;
}
.fihal-booking__widget-item form .item .dropdown {
  position: relative;
}
.fihal-booking__widget-item form .item .dropdown::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/images/select-arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .fihal-booking__widget-item form .item .dropdown::after {
    height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-booking__widget-item form .item .dropdown::after {
    height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-booking__widget-item form .item .dropdown::after {
    height: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-booking__widget-item form .item .dropdown::after {
    height: 15px;
  }
}
@media (min-width: 1025px) {
  .fihal-booking__widget-item form .item .dropdown::after {
    width: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-booking__widget-item form .item .dropdown::after {
    width: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-booking__widget-item form .item .dropdown::after {
    width: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-booking__widget-item form .item .dropdown::after {
    width: 15px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .fihal-booking__widget-item form .item:first-child {
    width: 19.21875vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .fihal-booking__widget-item form .item:first-child {
    width: 19.21875vw;
  }
}
.fihal-booking__widget-item form .item label {
  color: #ffffff;
  font-family: "Libre Baskerville", serif;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .fihal-booking__widget-item form .item label {
    font-size: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-booking__widget-item form .item label {
    font-size: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-booking__widget-item form .item label {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .fihal-booking__widget-item form .item label {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  .fihal-booking__widget-item form .item label {
    letter-spacing: 0.0125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-booking__widget-item form .item label {
    letter-spacing: 0.0125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-booking__widget-item form .item label {
    letter-spacing: 0.3px;
  }
}
@media (max-width: 600px) {
  .fihal-booking__widget-item form .item label {
    letter-spacing: 0.3px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-booking__widget-item form .item label {
    font-weight: 700;
  }
}
@media (min-width: 1025px) {
  .fihal-booking__widget-item form .item button {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-booking__widget-item form .item button {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-booking__widget-item form .item button {
    height: 2.604vw;
    padding: 1.042vw 1.563vw;
  }
}
.fihal-booking__widget-item form .item select {
  cursor: pointer;
}
.fihal-booking__widget-item form .item select:focus {
  border: unset;
  box-shadow: unset;
  outline: unset;
}
.fihal-booking__widget-item form .item .checkin,
.fihal-booking__widget-item form .item .checkout {
  position: relative;
  color: #454545;
  font-family: "Karla", serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}
.fihal-booking__widget-item form .item .checkin input,
.fihal-booking__widget-item form .item .checkout input {
  cursor: pointer;
}
.fihal-booking__widget-item form .item .checkin input:focus,
.fihal-booking__widget-item form .item .checkout input:focus {
  border: unset;
  box-shadow: unset;
  outline: unset;
}
.fihal-booking__widget-item form .item .checkin .calendar-icon,
.fihal-booking__widget-item form .item .checkout .calendar-icon {
  position: absolute;
  right: 15px;
  /* Position inside the input */
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #888;
  /* Icon color */
  cursor: pointer;
}
.fihal-booking__widget-item form .item .checkin .calendar-icon svg,
.fihal-booking__widget-item form .item .checkout .calendar-icon svg {
  width: 15px;
  height: 15px;
  margin-bottom: unset;
}
.fihal-booking__widget-item form .item input,
.fihal-booking__widget-item form .item select,
.fihal-booking__widget-item form .item .custom-select-adults span {
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border: unset;
  padding: 15px;
  font-family: "Karla", serif;
  color: #454545;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.4px;
}
@media (min-width: 1025px) {
  .fihal-booking__widget-item form .item input,
  .fihal-booking__widget-item form .item select,
  .fihal-booking__widget-item form .item .custom-select-adults span {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-booking__widget-item form .item input,
  .fihal-booking__widget-item form .item select,
  .fihal-booking__widget-item form .item .custom-select-adults span {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-booking__widget-item form .item input,
  .fihal-booking__widget-item form .item select,
  .fihal-booking__widget-item form .item .custom-select-adults span {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .fihal-booking__widget-item form .item input,
  .fihal-booking__widget-item form .item select,
  .fihal-booking__widget-item form .item .custom-select-adults span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-booking__widget-item form .item input,
  .fihal-booking__widget-item form .item select,
  .fihal-booking__widget-item form .item .custom-select-adults span {
    padding: 0.781vw;
    border-radius: 5px;
    font-weight: 700;
    height: 2.604vw;
  }
}
.fihal-booking__widget-item form .item input::placeholder,
.fihal-booking__widget-item form .item select::placeholder,
.fihal-booking__widget-item form .item .custom-select-adults span::placeholder {
  font-family: "Karla", serif;
  color: #454545;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1.4px;
}
@media (min-width: 1025px) {
  .fihal-booking__widget-item form .item input::placeholder,
  .fihal-booking__widget-item form .item select::placeholder,
  .fihal-booking__widget-item form .item .custom-select-adults span::placeholder {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-booking__widget-item form .item input::placeholder,
  .fihal-booking__widget-item form .item select::placeholder,
  .fihal-booking__widget-item form .item .custom-select-adults span::placeholder {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-booking__widget-item form .item input::placeholder,
  .fihal-booking__widget-item form .item select::placeholder,
  .fihal-booking__widget-item form .item .custom-select-adults span::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .fihal-booking__widget-item form .item input::placeholder,
  .fihal-booking__widget-item form .item select::placeholder,
  .fihal-booking__widget-item form .item .custom-select-adults span::placeholder {
    font-size: 14px;
  }
}
.fihal-booking__widget-item form .item input:focus,
.fihal-booking__widget-item form .item select:focus,
.fihal-booking__widget-item form .item .custom-select-adults span:focus {
  border: unset;
  outline: unset;
  box-shadow: unset;
}
.fihal-booking__widget-item form .item .custom-select-adults {
  border-radius: 5px !important;
  border: 2px solid #B9AB96 !important;
  background-color: rgba(185, 171, 150, 0.45) !important;
  display: flex;
  padding: 15px;
  height: 40px;
  gap: 10px;
  align-items: center;
}
.fihal-booking__widget-item form .item .custom-select-adults span {
  flex: 1 1 calc(60% - 5px);
  max-width: calc(60% - 5px);
  text-transform: uppercase;
  background-color: unset;
  padding: unset;
}
@media only screen and (min-width: 1025px) {
  .fihal-booking__widget-item form .item .custom-select-adults span {
    height: unset;
  }
}
.fihal-booking__widget-item form .item .custom-select-adults:focus {
  border: 2px solid #894E3F !important;
  box-shadow: unset !important;
  outline: unset !important;
}
.fihal-booking__widget-item form .item .custom-select-adults input {
  border: unset;
}
.fihal-booking__widget-item form .item .custom-select-adults .counter {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 calc(40% - 5px);
  max-width: calc(40% - 5px);
  justify-content: flex-end;
}
.fihal-booking__widget-item form .item .custom-select-adults .counter svg {
  width: 13px;
  height: 13px;
  cursor: pointer;
  margin-bottom: unset;
  margin-left: unset;
}
@media only screen and (min-width: 1025px) {
  .fihal-booking__widget-item form .item .custom-select-adults .counter svg {
    width: 0.8vw;
    height: 0.8vw;
  }
}
.fihal-booking__widget-item form .item .custom-select-adults .counter input {
  width: 25px !important;
  border: unset !important;
  background-color: unset !important;
  padding: unset !important;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .fihal-booking__widget-item form .item .custom-select-adults .counter input {
    width: 1.5vw !important;
  }
}
.fihal-booking__widget-item form .item .custom-select-adults .counter input:focus {
  border: unset !important;
}
.fihal-booking__widget-item form button {
  margin-top: 20px;
  color: #ffffff;
  font-family: "Karla", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 13px 40px;
  border-radius: 5px;
  background-color: #435830;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
.fihal-booking__widget-item form button:hover {
  background-color: #A76928;
  color: #ffffff;
}
@media only screen and (min-width: 1025px) {
  .fihal-booking__widget-item {
    height: fit-content;
  }
}

.travel-date {
  position: relative;
}
@media (min-width: 1025px) {
  .travel-date .calendar-icon svg {
    height: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .travel-date .calendar-icon svg {
    height: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .travel-date .calendar-icon svg {
    height: 15px;
  }
}
@media (max-width: 600px) {
  .travel-date .calendar-icon svg {
    height: 15px;
  }
}
@media (min-width: 1025px) {
  .travel-date .calendar-icon svg {
    width: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .travel-date .calendar-icon svg {
    width: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .travel-date .calendar-icon svg {
    width: 15px;
  }
}
@media (max-width: 600px) {
  .travel-date .calendar-icon svg {
    width: 15px;
  }
}
.travel-date .calendar-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.fihal-booking__widget-banner {
  position: absolute;
  left: 50%;
  bottom: 3vw;
  transform: translateX(-50%);
  max-width: 55.313vw;
  padding: 0.938vw;
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
  height: 4.427vw;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 5;
}
.fihal-booking__widget-banner form {
  display: flex;
  gap: 0.521vw;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.fihal-booking__widget-banner form input, .fihal-booking__widget-banner form .custom-select-adults {
  background-color: #EEE5D6 !important;
  border: 1px solid #D7C0AB !important;
  border-radius: 5px !important;
}
.fihal-booking__widget-banner form .item:first-child {
  width: 5.938vw;
}
.fihal-booking__widget-banner form .item:first-child p {
  color: #ffffff;
  font-family: "Karla", serif;
  font-size: 1.042vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  width: 100%;
  word-break: break-all;
}
.fihal-booking__widget-banner form .item:first-child p span {
  font-weight: 800;
}
.fihal-booking__widget-banner form .item:nth-child(2) {
  width: 8.854vw;
}
.fihal-booking__widget-banner form .item:nth-child(3) {
  width: 8.854vw;
}
.fihal-booking__widget-banner form .item:nth-child(4) {
  width: 10.417vw;
}
@media only screen and (min-width: 1025px) {
  .fihal-booking__widget-banner form .item:nth-child(4) .custom-select-adults {
    height: 2.604vw;
    padding: 12px;
  }
  .fihal-booking__widget-banner form .item:nth-child(4) .custom-select-adults .counter {
    gap: 4px !important;
  }
}
.fihal-booking__widget-banner form .item:nth-child(5) {
  width: 7.917vw;
}
.fihal-booking__widget-banner form .item:last-child {
  width: 9.063vw;
}
.fihal-booking__widget-banner form .item:last-child button {
  width: 100%;
  margin-top: unset;
}
@media only screen and (min-width: 1025px) {
  .fihal-booking__widget-banner form .item .calendar-icon svg {
    width: 0.8vw !important;
    height: 0.8vw !important;
  }
}

@media only screen and (min-width: 1025px) {
  #book-comp .fihal-booking__widget-item form .item:first-child {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  #book-comp .fihal-booking__widget-item form .item .custom-select-adults {
    height: 2.604vw;
  }
}

form label {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 500;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  form label {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  form label {
    font-size: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  form label {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  form label {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  form label {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  form label {
    padding-bottom: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  form label {
    padding-bottom: 12px;
  }
}
@media (max-width: 600px) {
  form label {
    padding-bottom: 12px;
  }
}
form .help-block {
  position: absolute;
  bottom: -20px;
  color: #dc3545;
  left: 0;
  font-size: 12px;
}
form select,
form input,
form textarea {
  border-radius: 4px !important;
  border: 2px solid #B9AB96 !important;
  background-color: rgba(185, 171, 150, 0.45) !important;
  width: 100%;
  color: #3C3C3C;
  font-family: "Karla", serif;
  font-weight: 700;
  line-height: normal;
}
form select:focus,
form input:focus,
form textarea:focus {
  border: 2px solid #894E3F !important;
  box-shadow: unset !important;
  outline: unset !important;
}
@media (min-width: 1025px) {
  form select,
  form input,
  form textarea {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  form select,
  form input,
  form textarea {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  form select,
  form input,
  form textarea {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  form select,
  form input,
  form textarea {
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  form select,
  form input {
    height: 3.125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  form select,
  form input {
    height: 3.125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  form select,
  form input {
    height: 40px;
  }
}
@media (max-width: 600px) {
  form select,
  form input {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  form textarea {
    height: 8.3333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  form textarea {
    height: 8.3333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  form textarea {
    height: 120px;
  }
}
@media (max-width: 600px) {
  form textarea {
    height: 120px;
  }
}
@media (min-width: 1025px) {
  form .dfb-form-group {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  form .dfb-form-group {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  form .dfb-form-group {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  form .dfb-form-group {
    padding-bottom: 20px;
  }
}
form .response-field-dropdown {
  width: 100%;
}
form #gdpr_compliance_id_wrap {
  padding-bottom: unset;
}
form #gdpr_compliance_id_wrap label {
  color: #3C3C3C;
  font-family: "Karla", serif;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  form #gdpr_compliance_id_wrap label {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  form #gdpr_compliance_id_wrap label {
    font-size: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  form #gdpr_compliance_id_wrap label {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  form #gdpr_compliance_id_wrap label {
    font-size: 15px;
  }
}
form .response-field-checkboxes p {
  color: #000;
  font-family: "Karla", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
@media (min-width: 1025px) {
  form .response-field-checkboxes p {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  form .response-field-checkboxes p {
    font-size: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  form .response-field-checkboxes p {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  form .response-field-checkboxes p {
    font-size: 15px;
  }
}
form .response-field-checkboxes .checkbox-inline {
  display: flex;
  gap: 10px;
  color: #000 !important;
  font-family: "Karla", serif;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 32px;
  text-transform: none !important;
}
@media (min-width: 1025px) {
  form .response-field-checkboxes .checkbox-inline {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  form .response-field-checkboxes .checkbox-inline {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  form .response-field-checkboxes .checkbox-inline {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  form .response-field-checkboxes .checkbox-inline {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  form .response-field-checkboxes .checkbox-inline {
    font-size: 0.938vw !important;
  }
}
form .response-field-checkboxes .checkbox-inline input {
  height: 15px !important;
  width: 15px !important;
  border-radius: 4px !important;
  border: 2px solid #927B64 !important;
}
@media only screen and (min-width: 1025px) {
  form .response-field-checkboxes .checkbox-inline input {
    width: 0.8333333333vw !important;
    height: 0.8333333333vw !important;
  }
}
form .recapture,
form .is_required {
  color: #000;
  font-family: "Karla", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  form .recapture,
  form .is_required {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  form .recapture,
  form .is_required {
    font-size: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  form .recapture,
  form .is_required {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  form .recapture,
  form .is_required {
    font-size: 15px;
  }
}
form .recapture a,
form .is_required a {
  color: #000;
  font-family: "Karla", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  form .recapture a,
  form .is_required a {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  form .recapture a,
  form .is_required a {
    font-size: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  form .recapture a,
  form .is_required a {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  form .recapture a,
  form .is_required a {
    font-size: 15px;
  }
}
form .recapture a:hover,
form .is_required a:hover {
  color: #A76928;
}
form #validateBtn {
  display: inline-block;
  background-color: #F3EDE2;
  color: #fff;
  padding: 15px 30px;
  font-size: 16, 12px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  border: none;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 0.8;
}
@media (min-width: 1025px) {
  form #validateBtn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  form #validateBtn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  form #validateBtn {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  form #validateBtn {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1025px) {
  form #validateBtn {
    padding: 1vw 2vw;
  }
}
form #validateBtn:hover {
  background-color: #F3EDE2;
  color: #ffffff;
}

#gdpr_list_form input[type=checkbox] {
  accent-color: #A76928;
  cursor: pointer;
  border: unset;
}
#gdpr_list_form .gdpr_action {
  display: inline-block;
  background-color: rgb(144, 182, 196) !important;
  color: #fff !important;
  padding: 15px 30px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  border: none !important;
  text-transform: uppercase;
  border-radius: 5px !important;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 0.8;
  margin-top: 50px;
  justify-content: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  border-radius: 30px !important;
}
#gdpr_list_form .gdpr_action:hover {
  color: #ffffff !important;
}

#gdpr-compliance .submit-btn, #newsletter .submit-btn {
  display: inline-block;
  background-color: #fff;
  color: #fff;
  padding: 16px 24px;
  font-size: 16, 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  border: none;
  text-transform: uppercase;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 0.8;
  border: 2px solid #90B6C4 !important;
  color: #90B6C4 !important;
  font-family: "Karla", serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
  width: fit-content !important;
  display: inline-block !important;
  overflow: hidden !important;
  z-index: 1 !important;
  overflow: hidden !important;
  position: relative !important;
  min-width: fit-content !important;
  background-color: transparent !important;
  border-radius: 50px !important;
}
@media (min-width: 1025px) {
  #gdpr-compliance .submit-btn, #newsletter .submit-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  #gdpr-compliance .submit-btn, #newsletter .submit-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  #gdpr-compliance .submit-btn, #newsletter .submit-btn {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  #gdpr-compliance .submit-btn, #newsletter .submit-btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  #gdpr-compliance .submit-btn, #newsletter .submit-btn {
    padding: 14px 35px;
  }
}
#gdpr-compliance .submit-btn:hover, #newsletter .submit-btn:hover {
  transition: background-color 0.5s ease-in-out !important;
  background-color: #90B6C4 !important;
  color: #ffffff !important;
}

.fihal-card-type-01 {
  overflow: hidden;
  background: white;
}
.fihal-card-type-01 .fihal-card-type-01-wrapper {
  position: relative;
  overflow: hidden;
}
.fihal-card-type-01 .fihal-card-type-01-wrapper img {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper img {
    transition: transform 0.5s ease-in-out;
    transform: scale(1.05);
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper:hover img {
    transform: scale(1);
  }
}
.fihal-card-type-01 .fihal-card-type-01-wrapper-content {
  text-align: left;
  width: 100%;
  transition: all 5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6588235294) 31.88%, rgba(0, 0, 0, 0) 100%);
    text-align: center;
  }
}
.fihal-card-type-01 .fihal-card-type-01-wrapper-content-title {
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.fihal-card-type-01 .fihal-card-type-01-wrapper-content-title svg {
  width: 10px;
  height: 15px;
}
.fihal-card-type-01 .fihal-card-type-01-wrapper-content h6 {
  margin: 0;
  transition: opacity 0.3s ease-in-out;
  color: #454545;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content h6 {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content h6 {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content h6 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content h6 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content h6 {
    color: #ffffff;
  }
}
.fihal-card-type-01 .fihal-card-type-01-wrapper-content p {
  color: #ffffff;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 200%;
}
@media (min-width: 1025px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content p {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content p {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content p {
    font-size: 14px;
  }
}
.fihal-card-type-01 .fihal-card-type-01-wrapper-content-hide {
  opacity: 0;
  transform: translateY(30px);
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content-hide {
    gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content-hide {
    gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content-hide {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-card-type-01 .fihal-card-type-01-wrapper-content-hide {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-card-type-01:hover .fihal-card-type-01-wrapper-content {
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .fihal-card-type-01:hover .fihal-card-type-01-wrapper-content {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .fihal-card-type-01:hover .fihal-card-type-01-wrapper-content {
    gap: 1.5625vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .fihal-card-type-01:hover .fihal-card-type-01-wrapper-content {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .fihal-card-type-01:hover .fihal-card-type-01-wrapper-content {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-card-type-01:hover .fihal-card-type-01-wrapper-content .fihal-card-type-01-wrapper-content-hide {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    max-height: 50vh;
    transition: opacity 0.5s ease, transform 0.5s ease, max-height 0.5s ease-in-out;
  }
}

.desk-item-two-slider {
  margin-right: -20px;
  margin-left: -20px;
}
@media only screen and (min-width: 1025px) {
  .desk-item-two-slider {
    margin-left: -2vw;
    margin-right: -2vw;
  }
}
.desk-item-two-slider__item {
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (min-width: 1025px) {
  .desk-item-two-slider__item {
    margin-right: 2vw;
    margin-left: 2vw;
  }
}

.accomodation-slider {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider {
    flex-direction: row;
    position: relative;
  }
}
.accomodation-slider-image {
  padding-bottom: unset;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-image {
    flex: 1 1 60%;
    max-width: 60%;
  }
}
.accomodation-slider-image-item {
  aspect-ratio: 1.5/1;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-image-item {
    aspect-ratio: 1.5/1;
  }
}
.accomodation-slider-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accomodation-slider-content {
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: unset !important;
}
@media only screen and (min-width: 600px) {
  .accomodation-slider-content {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content {
    flex: 1 1 40%;
    max-width: 40%;
    padding: 3.125vw 0 3.125vw 5.208vw;
    background: transparent;
    gap: 2.083vw;
    padding-bottom: 3.125vw !important;
  }
}
.accomodation-slider-content .slides-numbers {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content .slides-numbers {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    width: 100%;
    flex-direction: row;
    top: 5vw;
    right: -20px;
    margin-top: unset;
  }
}
.accomodation-slider-content .slides-numbers .slick-prev {
  top: 3vw;
  left: 20vw;
}
@media only screen and (min-width: 600px) {
  .accomodation-slider-content .slides-numbers .slick-prev {
    left: 30vw;
    top: 1.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content .slides-numbers .slick-prev {
    top: unset;
    right: 8.5vw;
    left: unset;
    bottom: unset;
  }
  .accomodation-slider-content .slides-numbers .slick-prev::before {
    height: 1.2vw;
  }
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content .slides-numbers .slick-prev:hover .slick-prev::before {
    height: 1.2vw;
  }
}
.accomodation-slider-content .slides-numbers .slick-next {
  top: 3vw;
  right: 20vw;
}
@media only screen and (min-width: 600px) {
  .accomodation-slider-content .slides-numbers .slick-next {
    right: 30vw;
    top: 1.5vw;
  }
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content .slides-numbers .slick-next {
    top: unset;
    right: 0.5vw;
    left: unset;
    bottom: unset;
  }
  .accomodation-slider-content .slides-numbers .slick-next::before {
    height: 1.2vw;
  }
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content .slides-numbers .slick-next:hover .slick-prev::before {
    height: 1.2vw;
  }
}
.accomodation-slider-content .slides-numbers .counter {
  color: #000;
  font-family: "Karla", serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1.6px;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content .slides-numbers .counter {
    position: absolute;
    top: -2vw;
    right: 3vw;
    font-size: 1.667vw;
    display: block;
  }
}
.accomodation-slider-content .slides-numbers .counter .active {
  color: #454545;
  font-family: "Karla", serif;
  font-size: 22px;
  font-weight: 400;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content .slides-numbers .counter .active {
    font-size: 1.667vw;
  }
}
.accomodation-slider-content .slides-numbers .counter .total {
  color: #454545;
  font-family: "Karla", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content .slides-numbers .counter .total {
    font-size: 0.833vw;
  }
}
.accomodation-slider-content-slider-item__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner {
    gap: 2.083vw;
  }
}
.accomodation-slider-content-slider-item__inner-title {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid rgba(167, 105, 40, 0.3);
  width: 100%;
  text-align: center;
}
@media (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-title {
    gap: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accomodation-slider-content-slider-item__inner-title {
    gap: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-title {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .accomodation-slider-content-slider-item__inner-title {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-title {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accomodation-slider-content-slider-item__inner-title {
    padding-bottom: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-title {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .accomodation-slider-content-slider-item__inner-title {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-title {
    text-align: left;
  }
}
.accomodation-slider-content-slider-item__inner-title h5 {
  color: #435830;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-title h5 {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accomodation-slider-content-slider-item__inner-title h5 {
    font-size: 1.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-title h5 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .accomodation-slider-content-slider-item__inner-title h5 {
    font-size: 20px;
  }
}
.accomodation-slider-content-slider-item__inner-title span {
  color: #454545;
  font-family: "Karla", serif;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-title span {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accomodation-slider-content-slider-item__inner-title span {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-title span {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .accomodation-slider-content-slider-item__inner-title span {
    font-size: 12px;
  }
}
.accomodation-slider-content-slider-item__inner-properties {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  flex-direction: column;
  max-width: 260px;
  margin: 0 auto;
}
@media only screen and (min-width: 600px) {
  .accomodation-slider-content-slider-item__inner-properties {
    flex-direction: row;
    max-width: unset;
    margin: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-properties {
    gap: 2.604vw;
    justify-content: flex-start;
    padding: unset;
  }
}
.accomodation-slider-content-slider-item__inner-properties__prop {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .accomodation-slider-content-slider-item__inner-properties__prop {
    flex: 1 1 calc(33.3% - 17px);
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-properties__prop {
    flex: unset;
    max-width: unset;
    justify-content: flex-start;
  }
}
.accomodation-slider-content-slider-item__inner-properties__prop-item {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .accomodation-slider-content-slider-item__inner-properties__prop-item {
    text-align: left;
  }
}
.accomodation-slider-content-slider-item__inner-properties__prop-item svg {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-properties__prop-item svg {
    width: 1.823vw;
    height: 1.823vw;
  }
}
.accomodation-slider-content-slider-item__inner-properties__prop-item span {
  color: #454545;
  font-family: "Karla", serif;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-properties__prop-item span {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accomodation-slider-content-slider-item__inner-properties__prop-item span {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-properties__prop-item span {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .accomodation-slider-content-slider-item__inner-properties__prop-item span {
    font-size: 14px;
  }
}
.accomodation-slider-content-slider-item__inner-properties__prop-item h6 {
  color: #454545;
  font-family: "Karla", serif;
  font-weight: 500;
}
@media (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-properties__prop-item h6 {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accomodation-slider-content-slider-item__inner-properties__prop-item h6 {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-properties__prop-item h6 {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .accomodation-slider-content-slider-item__inner-properties__prop-item h6 {
    font-size: 16px;
  }
}
.accomodation-slider-content-slider-item__inner p {
  color: #383838;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 200%;
  text-align: center;
}
@media (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner p {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .accomodation-slider-content-slider-item__inner p {
    font-size: 1.0416666667vw;
  }
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner p {
    text-align: left;
  }
}
.accomodation-slider-content-slider-item__inner-btn-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .accomodation-slider-content-slider-item__inner-btn-wrapper {
    font-size: 1.042vw;
    justify-content: flex-start;
  }
}
.accomodation-slider .slick-list,
.accomodation-slider .slick-track {
  height: 100% !important;
}

.two-column-sec {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .two-column-sec {
    flex-direction: row;
  }
  .two-column-sec.reverse {
    flex-direction: row-reverse;
  }
  .two-column-sec.reverse .two-column-sec__item:first-child {
    flex: 1 1 49%;
    max-width: 49%;
  }
  .two-column-sec.reverse .two-column-sec__item:nth-child(2) {
    flex: 1 1 51%;
    max-width: 51%;
    padding-right: 15vw;
    padding-left: 4.167vw;
  }
  .two-column-sec.reverse img.middle-image {
    left: 39%;
    right: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .two-column-sec__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .two-column-sec__item:first-child {
    flex: 1 1 51%;
    max-width: 51%;
  }
  .two-column-sec__item:nth-child(2) {
    flex: 1 1 49%;
    max-width: 49%;
    padding-left: 15vw;
  }
}
.two-column-sec__item img {
  aspect-ratio: 1.13/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-column-sec__item .video-play {
  display: none;
}
.two-column-sec__item.video {
  position: relative;
}
.two-column-sec__item.video .video-play {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  z-index: 6;
}
@media only screen and (min-width: 1025px) {
  .two-column-sec__item.video .video-play {
    bottom: 3.646vw;
  }
}
.two-column-sec__item.video .video-play span {
  color: #ffffff;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .two-column-sec__item.video .video-play span {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-column-sec__item.video .video-play span {
    font-size: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-column-sec__item.video .video-play span {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .two-column-sec__item.video .video-play span {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .two-column-sec__item.video .video-play svg {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-column-sec__item.video .video-play svg {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-column-sec__item.video .video-play svg {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .two-column-sec__item.video .video-play svg {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .two-column-sec__item.video .video-play svg {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-column-sec__item.video .video-play svg {
    width: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-column-sec__item.video .video-play svg {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .two-column-sec__item.video .video-play svg {
    width: 40px;
  }
}
.two-column-sec img.middle-image {
  position: absolute;
  right: 39%;
  top: 50%;
  transform: translateY(-50%);
  aspect-ratio: 0.78/1;
  object-fit: cover;
  display: none;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.21);
}
@media only screen and (min-width: 1025px) {
  .two-column-sec img.middle-image {
    display: block;
    width: 19.01vw;
    height: 24.219vw;
    border-radius: 0.521vw;
  }
}
.two-column-sec .blue-border-btn::before,
.two-column-sec .blue-border-btn::after {
  background: #FCFAF6;
}

.two-column-sec-two {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .two-column-sec-two {
    flex-direction: row;
  }
  .two-column-sec-two.reverse {
    flex-direction: row-reverse;
  }
  .two-column-sec-two.reverse .two-column-sec-two__item:first-child {
    flex: 1 1 52%;
    max-width: 52%;
  }
  .two-column-sec-two.reverse .two-column-sec-two__item:nth-child(2) {
    flex: 1 1 48%;
    max-width: 48%;
  }
}
@media only screen and (min-width: 1025px) {
  .two-column-sec-two__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .two-column-sec-two__item:first-child {
    flex: 1 1 52%;
    max-width: 52%;
  }
  .two-column-sec-two__item:nth-child(2) {
    flex: 1 1 48%;
    max-width: 48%;
    padding: 4.17vw !important;
  }
}
.two-column-sec-two__item img {
  aspect-ratio: 1.47/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-column-sec-two__item:last-child {
  background-color: #FCFAF6;
}
.two-column-sec-two__item .video-play {
  display: none;
}
.two-column-sec-two__item.video {
  position: relative;
}
.two-column-sec-two__item.video .video-play {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  z-index: 6;
}
@media only screen and (min-width: 1025px) {
  .two-column-sec-two__item.video .video-play {
    bottom: 3.646vw;
  }
}
.two-column-sec-two__item.video .video-play span {
  color: #ffffff;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
@media (min-width: 1025px) {
  .two-column-sec-two__item.video .video-play span {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-column-sec-two__item.video .video-play span {
    font-size: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-column-sec-two__item.video .video-play span {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .two-column-sec-two__item.video .video-play span {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .two-column-sec-two__item.video .video-play svg {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-column-sec-two__item.video .video-play svg {
    height: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-column-sec-two__item.video .video-play svg {
    height: 40px;
  }
}
@media (max-width: 600px) {
  .two-column-sec-two__item.video .video-play svg {
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .two-column-sec-two__item.video .video-play svg {
    width: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .two-column-sec-two__item.video .video-play svg {
    width: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-column-sec-two__item.video .video-play svg {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .two-column-sec-two__item.video .video-play svg {
    width: 40px;
  }
}
.two-column-sec-two .blue-border-btn::before,
.two-column-sec-two .blue-border-btn::after {
  background: #FCFAF6;
}

.fihal-card-type-02-wrapper img {
  aspect-ratio: 0.92/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fihal-card-type-02-wrapper-title {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal-card-type-02-wrapper-title {
    gap: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-card-type-02-wrapper-title {
    gap: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-card-type-02-wrapper-title {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .fihal-card-type-02-wrapper-title {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .fihal-card-type-02-wrapper-title {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-card-type-02-wrapper-title {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-card-type-02-wrapper-title {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-card-type-02-wrapper-title {
    padding: 20px;
  }
}

.fihal-card-type-03-wrapper img {
  aspect-ratio: 1.39/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fihal-card-type-03-wrapper-title {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal-card-type-03-wrapper-title {
    gap: 0.78125vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-card-type-03-wrapper-title {
    gap: 0.78125vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-card-type-03-wrapper-title {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .fihal-card-type-03-wrapper-title {
    gap: 10px;
  }
}
@media (min-width: 1025px) {
  .fihal-card-type-03-wrapper-title {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-card-type-03-wrapper-title {
    padding: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-card-type-03-wrapper-title {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-card-type-03-wrapper-title {
    padding: 20px;
  }
}

.fihal-card-type-04-image-wrapper {
  position: relative;
}
.fihal-card-type-04-image-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.51));
  z-index: 1;
}
.fihal-card-type-04-image-wrapper h4 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2vw 8vw;
  z-index: 2;
  width: 100%;
}
.fihal-card-type-04-content-wrapper {
  padding: 20px;
  background-color: #FCFAF6;
}
@media only screen and (min-width: 768px) {
  .fihal-card-type-04-content-wrapper {
    padding: 40px;
    min-height: 360px;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-card-type-04-content-wrapper {
    padding: 2.6vw 4.17vw;
    min-height: 16vw;
  }
}
.fihal-card-type-04-content-wrapper .blue-border-btn::before, .fihal-card-type-04-content-wrapper .blue-border-btn::after {
  background-color: #FCFAF6;
}

.default-page .desk-col-3__tab-col-2-g-50 .blue-border-btn::before,
.default-page .desk-col-3__tab-col-2-g-50 .blue-border-btn::after {
  background-color: #FCFAF6;
}
.default-page .default-faq {
  width: 100%;
}
.default-page .default-faq .accordion-item {
  border: unset;
  background-color: #F8F5EF;
  border-radius: unset;
}
@media (min-width: 1025px) {
  .default-page .default-faq .accordion-item {
    margin-bottom: 0.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page .default-faq .accordion-item {
    margin-bottom: 0.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page .default-faq .accordion-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .default-page .default-faq .accordion-item {
    margin-bottom: 10px;
  }
}
.default-page .default-faq .accordion-item h6,
.default-page .default-faq .accordion-item h5,
.default-page .default-faq .accordion-item h4,
.default-page .default-faq .accordion-item h3,
.default-page .default-faq .accordion-item h2 {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: unset;
}
.default-page .default-faq .accordion-item:last-child {
  border-bottom: unset;
}
.default-page .default-faq .accordion-item .accordion-button {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 700;
  line-height: 30px;
  border: unset;
  box-shadow: unset;
  background-color: unset;
  padding: 20px 25px;
}
@media only screen and (min-width: 1025px) {
  .default-page .default-faq .accordion-item .accordion-button {
    padding: 1.5vw 1.823vw;
  }
}
.default-page .default-faq .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../assets/images/faq-icon.svg");
  transform: rotate(-180deg);
  position: relative;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .default-page .default-faq .accordion-item .accordion-button:not(.collapsed)::after {
    top: -7px;
    position: relative;
  }
}
.default-page .default-faq .accordion-item .accordion-button::after {
  background-image: url("../assets/images/faq-icon.svg");
  transform: rotate(-90deg);
  position: relative;
  left: 1%;
  filter: invert(0%) sepia(5%) saturate(7482%) hue-rotate(268deg) brightness(0%) contrast(100%);
}
@media only screen and (min-width: 1025px) {
  .default-page .default-faq .accordion-item .accordion-button::after {
    margin-top: 8px;
  }
}
.default-page .default-faq .accordion-body {
  transition: 0.3s ease-in-out;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}
@media (min-width: 1025px) {
  .default-page .default-faq .accordion-body {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page .default-faq .accordion-body {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page .default-faq .accordion-body {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .default-page .default-faq .accordion-body {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .default-page .default-faq .accordion-body {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
  }
}
.default-page .default-faq .accordion-body h6,
.default-page .default-faq .accordion-body h5,
.default-page .default-faq .accordion-body h4,
.default-page .default-faq .accordion-body h3,
.default-page .default-faq .accordion-body h2 {
  text-align: left;
  color: #A76928;
  font-family: "Karla", serif;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 1025px) {
  .default-page .default-faq .accordion-body h6,
  .default-page .default-faq .accordion-body h5,
  .default-page .default-faq .accordion-body h4,
  .default-page .default-faq .accordion-body h3,
  .default-page .default-faq .accordion-body h2 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page .default-faq .accordion-body h6,
  .default-page .default-faq .accordion-body h5,
  .default-page .default-faq .accordion-body h4,
  .default-page .default-faq .accordion-body h3,
  .default-page .default-faq .accordion-body h2 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page .default-faq .accordion-body h6,
  .default-page .default-faq .accordion-body h5,
  .default-page .default-faq .accordion-body h4,
  .default-page .default-faq .accordion-body h3,
  .default-page .default-faq .accordion-body h2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .default-page .default-faq .accordion-body h6,
  .default-page .default-faq .accordion-body h5,
  .default-page .default-faq .accordion-body h4,
  .default-page .default-faq .accordion-body h3,
  .default-page .default-faq .accordion-body h2 {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .default-page .default-faq .accordion-body ul {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page .default-faq .accordion-body ul {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page .default-faq .accordion-body ul {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .default-page .default-faq .accordion-body ul {
    padding-top: 20px;
  }
}
.default-page .default-faq .accordion-body ul li {
  list-style: disc;
}
.default-page .default-faq .accordion-body ul li:last-child {
  padding-bottom: unset;
}
.default-page .default-faq .accordion-body p,
.default-page .default-faq .accordion-body ul li,
.default-page .default-faq .accordion-body span,
.default-page .default-faq .accordion-body a {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 200%;
}
@media (min-width: 1025px) {
  .default-page .default-faq .accordion-body p,
  .default-page .default-faq .accordion-body ul li,
  .default-page .default-faq .accordion-body span,
  .default-page .default-faq .accordion-body a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page .default-faq .accordion-body p,
  .default-page .default-faq .accordion-body ul li,
  .default-page .default-faq .accordion-body span,
  .default-page .default-faq .accordion-body a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page .default-faq .accordion-body p,
  .default-page .default-faq .accordion-body ul li,
  .default-page .default-faq .accordion-body span,
  .default-page .default-faq .accordion-body a {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .default-page .default-faq .accordion-body p,
  .default-page .default-faq .accordion-body ul li,
  .default-page .default-faq .accordion-body span,
  .default-page .default-faq .accordion-body a {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .default-page .default-faq .accordion-body p,
  .default-page .default-faq .accordion-body ul li,
  .default-page .default-faq .accordion-body span,
  .default-page .default-faq .accordion-body a {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page .default-faq .accordion-body p,
  .default-page .default-faq .accordion-body ul li,
  .default-page .default-faq .accordion-body span,
  .default-page .default-faq .accordion-body a {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page .default-faq .accordion-body p,
  .default-page .default-faq .accordion-body ul li,
  .default-page .default-faq .accordion-body span,
  .default-page .default-faq .accordion-body a {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .default-page .default-faq .accordion-body p,
  .default-page .default-faq .accordion-body ul li,
  .default-page .default-faq .accordion-body span,
  .default-page .default-faq .accordion-body a {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .default-page .default-faq .accordion-body p,
  .default-page .default-faq .accordion-body ul li,
  .default-page .default-faq .accordion-body span,
  .default-page .default-faq .accordion-body a {
    max-width: 50vw;
  }
}
.default-page .default-faq .accordion-body p span,
.default-page .default-faq .accordion-body ul li span,
.default-page .default-faq .accordion-body span span,
.default-page .default-faq .accordion-body a span {
  font-style: italic;
  font-family: "Libre Baskerville", serif;
}
.default-page .default-faq .accordion-button h6 {
  text-align: left;
}
.default-page .default-faq .accordion-collapse.show .accordion-body {
  transition: 0.3s ease-in-out;
  margin-top: -15px;
  padding-bottom: 30px;
}
.default-page ul {
  padding-left: 15px;
}
@media only screen and (min-width: 1025px) {
  .default-page ul {
    padding-left: 1vw;
  }
}
.default-page #newsletter {
  padding-top: 30px;
}
.default-page #newsletter label {
  text-align: left;
  justify-content: flex-start;
  display: flex;
}
.default-page #newsletter .response-field-dropdown {
  position: relative;
}
.default-page #newsletter .response-field-dropdown select {
  cursor: pointer;
}
.default-page #newsletter .response-field-dropdown::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/images/select-arrow.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
}
@media only screen and (min-width: 1025px) {
  .default-page #newsletter .response-field-dropdown::after {
    width: 0.781vw;
    height: 0.781vw;
  }
}
.default-page #newsletter .recapture {
  text-align: left;
}
.default-page #newsletter .fb-submit-row {
  text-align: left;
}
.default-page #gdpr-compliance {
  padding-top: 30px;
}
.default-page #gdpr-compliance .recapture,
.default-page #gdpr-compliance .recapture a,
.default-page #gdpr-compliance .is_required {
  font-size: 13px;
}
@media only screen and (min-width: 1025px) {
  .default-page #gdpr-compliance .recapture,
  .default-page #gdpr-compliance .recapture a,
  .default-page #gdpr-compliance .is_required {
    font-size: 0.8333333333vw;
  }
}
.default-page .dfb-form-group {
  min-height: unset !important;
}
.default-page .msg-status-row {
  margin-top: unset;
}
.default-page.facilities-new .facilities-new-wrapper {
  gap: 30px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1025px) {
  .default-page.facilities-new .facilities-new-wrapper {
    flex-wrap: nowrap;
    gap: 50px;
  }
}
.default-page.facilities-new .facilities-new-wrapper h2, .default-page.facilities-new .facilities-new-wrapper h3, .default-page.facilities-new .facilities-new-wrapper h4, .default-page.facilities-new .facilities-new-wrapper h5, .default-page.facilities-new .facilities-new-wrapper h6 {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .default-page.facilities-new .facilities-new-wrapper h2, .default-page.facilities-new .facilities-new-wrapper h3, .default-page.facilities-new .facilities-new-wrapper h4, .default-page.facilities-new .facilities-new-wrapper h5, .default-page.facilities-new .facilities-new-wrapper h6 {
    text-align: left;
  }
}
.default-page.facilities-new .facilities-new-wrapper ul li {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
}
@media (min-width: 1025px) {
  .default-page.facilities-new .facilities-new-wrapper ul li {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page.facilities-new .facilities-new-wrapper ul li {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page.facilities-new .facilities-new-wrapper ul li {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .default-page.facilities-new .facilities-new-wrapper ul li {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .default-page.facilities-new .facilities-new-wrapper ul li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .default-page.facilities-new .facilities-new-wrapper ul li {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .default-page.facilities-new .facilities-new-wrapper ul li {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .default-page.facilities-new .facilities-new-wrapper ul li {
    padding-bottom: 20px;
  }
}
.default-page.facilities-new h1 {
  padding-bottom: unset;
}
.default-page.facilities-new .acco-properties__prop-item h6 {
  padding: unset !important;
  text-align: left;
}

.alert {
  text-align: center;
}

.fihal-hm__section-two {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal-hm__section-two {
    gap: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-two {
    gap: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-two {
    gap: 50px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-two {
    gap: 40px;
  }
}
.fihal-hm__section-two__benifits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1025px) {
  .fihal-hm__section-two__benifits {
    gap: 6.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-two__benifits {
    gap: 6.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-two__benifits {
    gap: 60px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-two__benifits {
    gap: 60px;
  }
}
.fihal-hm__section-two__benifits-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  flex: 1 1 calc(50% - 30px);
  max-width: calc(50% - 30px);
}
@media (min-width: 1025px) {
  .fihal-hm__section-two__benifits-item {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-two__benifits-item {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-two__benifits-item {
    gap: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-two__benifits-item {
    gap: 15px;
  }
}
@media only screen and (min-width: 600px) {
  .fihal-hm__section-two__benifits-item {
    flex: unset;
    max-width: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-two__benifits-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -3.125vw;
    transform: translateY(-50%);
    width: 1px;
    height: 3.281vw;
    border-right: 1px solid #E2CBA3;
  }
}
.fihal-hm__section-two__benifits-item:last-child::after {
  content: unset;
}
@media (min-width: 1025px) {
  .fihal-hm__section-two__benifits-item svg {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-two__benifits-item svg {
    width: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-two__benifits-item svg {
    width: 45px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-two__benifits-item svg {
    width: 45px;
  }
}
@media (min-width: 1025px) {
  .fihal-hm__section-two__benifits-item svg {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-two__benifits-item svg {
    height: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-two__benifits-item svg {
    height: 45px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-two__benifits-item svg {
    height: 45px;
  }
}
.fihal-hm__section-two__benifits-item span {
  color: #B8916D;
  text-align: center;
  font-family: "Karla", serif;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .fihal-hm__section-two__benifits-item span {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-two__benifits-item span {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-two__benifits-item span {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-two__benifits-item span {
    font-size: 14px;
  }
}
.fihal-hm__section-two__benifits-item:first-child.scrolled.revealup {
  animation: animateup 0.5s ease-in-out both;
}
.fihal-hm__section-two__benifits-item:nth-child(2).scrolled.revealup {
  animation: animateup 0.8s ease-in-out both;
}
.fihal-hm__section-two__benifits-item:nth-child(3).scrolled.revealup {
  animation: animateup 1s ease-in-out both;
}
.fihal-hm__section-two__benifits-item:last-child.scrolled.revealup {
  animation: animateup 1.2s ease-in-out both;
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-three {
    display: flex;
    align-items: stretch;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .fihal-hm__section-three {
    gap: 5.2083333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-three {
    gap: 5.2083333333vw;
  }
}
.fihal-hm__section-three .blue-border-btn {
  display: block;
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-three-item:first-child {
    flex: 1 1 40%;
    max-width: 40%;
  }
}
.fihal-hm__section-three-item:last-child .fihal-card-type-01 .fihal-card-type-01-wrapper img {
  aspect-ratio: 1/1.1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.fihal-hm__section-three-item:last-child .fihal-card-type-01 .fihal-card-type-01-wrapper-content {
  padding-bottom: unset;
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-three-item:last-child .fihal-card-type-01 .fihal-card-type-01-wrapper-content {
    padding-bottom: 2.083vw;
  }
}
.fihal-hm__section-three-item:last-child .fihal-card-type-01 .fihal-card-type-01-wrapper-content-title {
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.fihal-hm__section-three-item:last-child .fihal-card-type-01 .fihal-card-type-01-wrapper-content-title h6 {
  text-align: left;
  flex: 1 1 calc(90% - 10px);
  max-width: calc(90% - 10px);
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-three-item:last-child .fihal-card-type-01 .fihal-card-type-01-wrapper-content-title h6 {
    flex: unset;
    max-width: unset;
  }
}
.fihal-hm__section-three-item:last-child .fihal-card-type-01 .fihal-card-type-01-wrapper-content-title .d-block {
  flex: 1 1 calc(10% - 10px);
  max-width: calc(10% - 10px);
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-three-item:last-child .fihal-card-type-01 .fihal-card-type-01-wrapper-content-title .d-block {
    flex: unset;
    max-width: unset;
  }
}
.fihal-hm__section-three-item:last-child .fihal-card-type-01 .fihal-card-type-01-wrapper-content-title .d-block svg {
  width: 10px;
  height: 15px;
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-three-item:last-child {
    flex: 1 1 60%;
    max-width: 60%;
  }
  .fihal-hm__section-three-item:last-child .fihal-hm__section-three-item-top {
    display: flex;
    gap: 7vw;
    align-items: flex-end;
  }
}
.fihal-hm__section-three-item .fihal-card-type-01 {
  height: 100%;
}
.fihal-hm__section-three-item .fihal-card-type-01-wrapper {
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-three-item .fihal-card-type-01-wrapper-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .fihal-hm__section-three-item .fihal-card-type-01-wrapper-content p {
    text-align: left;
  }
}
.fihal-hm__section-three-item-bottom {
  overflow: hidden;
  height: 100%;
}
.fihal-hm__section-three-item-bottom .desk-item-two-slider {
  height: 100%;
}
.fihal-hm__section-three-item-bottom .desk-item-two-slider .slick-list {
  height: 100%;
}
.fihal-hm__section-three-item-bottom .desk-item-two-slider .slick-list .slick-track {
  height: 100%;
}
.fihal-hm__section-four {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.fihal-hm__section-four img.paral-img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.fihal-hm__section-four .blue-border-btn {
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-four .blue-border-btn {
    margin: unset;
  }
}
.fihal-hm__section-four .blue-border-btn::after, .fihal-hm__section-four .blue-border-btn::before {
  background: rgba(255, 255, 255, 0.231372549) !important;
}
.fihal-hm__section-four .accomodation-slider-content-slider-item__inner-properties {
  flex-direction: row;
}
.fihal-hm__section-six-mob-carou {
  display: flex;
  flex-direction: column;
  margin-bottom: unset;
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-six-mob-carou {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.302vw;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-six-mob-carou-item {
    flex: 1 1 calc(33.3% - 0.9vw);
    max-width: calc(33.3% - 0.9vw);
    margin-left: unset !important;
    margin-right: unset !important;
  }
  .fihal-hm__section-six-mob-carou-item:first-child {
    flex: 1 1 calc(67% - 0.9vw);
    max-width: calc(67% - 0.9vw);
  }
  .fihal-hm__section-six-mob-carou-item:first-child img {
    aspect-ratio: 1.66/1;
  }
}
.fihal-hm__section-six-mob-carou-item img {
  aspect-ratio: 1.26/1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-six-mob-carou-item img {
    aspect-ratio: 0.91/1;
    border-radius: unset;
  }
}
.fihal-hm__section-six-mob-carou .slick-dots {
  bottom: 20px !important;
}
.fihal-hm__section-six .fihal-card-type-01 {
  height: 100%;
}
.fihal-hm__section-six .fihal-card-type-01-wrapper {
  height: 100%;
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-six .fihal-card-type-01-wrapper-content p {
    text-align: left;
  }
}
.fihal-hm__section-six-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1025px) {
  .fihal-hm__section-six-button-wrap {
    gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-six-button-wrap {
    gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-six-button-wrap {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-six-button-wrap {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-six-button-wrap {
    justify-content: flex-end;
  }
}
.fihal-hm__section-six-button-wrap a {
  display: flex !important;
  align-items: center;
  border-radius: 35px;
  font-weight: 700 !important;
  line-height: 0.8 !important;
  min-width: 250px;
  justify-content: center;
}
@media (min-width: 1025px) {
  .fihal-hm__section-six-button-wrap a {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-six-button-wrap a {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-six-button-wrap a {
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-six-button-wrap a {
    gap: 10px;
  }
}
@media only screen and (min-width: 600px) {
  .fihal-hm__section-six-button-wrap a {
    min-width: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-six-button-wrap a {
    font-size: 0.833vw !important;
    padding: 11px 25px;
  }
}
.fihal-hm__section-six-button-wrap a svg {
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .fihal-hm__section-six-button-wrap a svg {
    height: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-six-button-wrap a svg {
    height: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-six-button-wrap a svg {
    height: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-six-button-wrap a svg {
    height: 15px;
  }
}
@media (min-width: 1025px) {
  .fihal-hm__section-six-button-wrap a svg {
    width: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-six-button-wrap a svg {
    width: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-six-button-wrap a svg {
    width: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-six-button-wrap a svg {
    width: 15px;
  }
}
.fihal-hm__section-six-button-wrap a.d-none {
  display: none !important;
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-six-button-wrap a.d-none {
    display: flex !important;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-six-button-wrap a.d-lg-none {
    display: none !important;
  }
}
.fihal-hm__section-six-button-wrap a:hover svg {
  filter: invert(100%) sepia(23%) saturate(139%) hue-rotate(194deg) brightness(500%) contrast(100%);
}
.fihal-hm__section-eight {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1025px) {
  .fihal-hm__section-eight {
    gap: 4.6875vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-eight {
    gap: 4.6875vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-eight {
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-eight {
    gap: 40px;
  }
}
@media only screen and (min-width: 600px) {
  .fihal-hm__section-eight {
    flex-direction: row;
  }
}
@media only screen and (min-width: 600px) {
  .fihal-hm__section-eight-item:first-child {
    flex: 1 1 calc(51% - 20px);
    max-width: calc(51% - 20px);
  }
  .fihal-hm__section-eight-item:last-child {
    flex: 1 1 calc(49% - 20px);
    max-width: calc(49% - 20px);
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-eight-item:first-child {
    flex: 1 1 calc(55% - 2.344vw);
    max-width: calc(55% - 2.344vw);
  }
  .fihal-hm__section-eight-item:last-child {
    flex: 1 1 calc(45% - 2.344vw);
    max-width: calc(45% - 2.344vw);
  }
}
.fihal-hm__section-eight-item img {
  aspect-ratio: 0.83/1;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 600px) {
  .fihal-hm__section-eight-item img {
    aspect-ratio: 0.79/1;
  }
}
.fihal-hm__section-eight-item .hm-faq {
  width: 100%;
}
.fihal-hm__section-eight-item .hm-faq .accordion-item {
  border: unset;
  border-bottom: 1px solid rgba(184, 145, 109, 0.3);
}
.fihal-hm__section-eight-item .hm-faq .accordion-item h4 {
  font-family: "Karla", serif;
}
.fihal-hm__section-eight-item .hm-faq .accordion-item:last-child {
  border-bottom: unset;
}
.fihal-hm__section-eight-item .hm-faq .accordion-item .accordion-button {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 500;
  line-height: normal;
  border: unset;
  box-shadow: unset;
  background-color: unset;
  padding-left: unset;
  padding-right: 5px;
}
@media (min-width: 1025px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-item .accordion-button {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-item .accordion-button {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-item .accordion-button {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-item .accordion-button {
    font-size: 14px;
  }
}
.fihal-hm__section-eight-item .hm-faq .accordion-item .accordion-button:not(.collapsed)::after {
  background: url("../assets/images/faq-icon.svg");
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-item .accordion-button:not(.collapsed)::after {
    position: relative;
    top: -7px;
  }
}
.fihal-hm__section-eight-item .hm-faq .accordion-item .accordion-button::after {
  background-image: url("../assets/images/faq-icon.svg");
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-item .accordion-button::after {
    margin-top: 8px;
  }
}
.fihal-hm__section-eight-item .hm-faq .accordion-body {
  transition: 0.3s ease-in-out;
  padding-left: unset;
  padding-right: 20px;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-body {
    padding-right: 5vw;
  }
}
.fihal-hm__section-eight-item .hm-faq .accordion-body p {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 300;
  line-height: 200%;
}
@media (min-width: 1025px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-body p {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-body p {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-body p {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-body p {
    font-size: 14px;
  }
}
.fihal-hm__section-eight-item .hm-faq .accordion-body ul {
  padding-left: 15px;
}
@media only screen and (min-width: 1025px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-body ul {
    padding-left: 1vw;
  }
}
.fihal-hm__section-eight-item .hm-faq .accordion-body ul li {
  list-style: disc;
}
@media (min-width: 1025px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-body ul li {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-body ul li {
    font-size: 0.9375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-body ul li {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-eight-item .hm-faq .accordion-body ul li {
    font-size: 12px;
  }
}
.fihal-hm__section-eight-item .hm-faq .accordion-collapse.show .accordion-body {
  transition: 0.3s ease-in-out;
  margin-top: -15px;
}
.fihal-hm__section-nine span.large-title {
  color: #CBE4ED;
  text-align: center;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-weight: 400;
  display: flex;
  justify-content: center;
  line-height: 140%;
}
@media (min-width: 1025px) {
  .fihal-hm__section-nine span.large-title {
    font-size: 3.90625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-hm__section-nine span.large-title {
    font-size: 3.90625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-hm__section-nine span.large-title {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .fihal-hm__section-nine span.large-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1025px) {
  .fihal-about__section-three .single-item-carousel {
    max-width: 53vw;
    display: block;
    margin: 0 auto;
  }
}
.fihal-about__section-three .single-item-carousel-item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal-about__section-three .single-item-carousel-item {
    gap: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-about__section-three .single-item-carousel-item {
    gap: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-about__section-three .single-item-carousel-item {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-about__section-three .single-item-carousel-item {
    gap: 30px;
  }
}
.fihal-about__section-three .single-item-carousel-item-title {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal-about__section-three .single-item-carousel-item-title {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-about__section-three .single-item-carousel-item-title {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-about__section-three .single-item-carousel-item-title {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-about__section-three .single-item-carousel-item-title {
    gap: 20px;
  }
}
.fihal-about__section-three .single-item-carousel-item-title h6 {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 1025px) {
  .fihal-about__section-three .single-item-carousel-item-title h6 {
    font-size: 1.1458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-about__section-three .single-item-carousel-item-title h6 {
    font-size: 1.1458333333vw;
  }
}
.fihal-about__section-three .single-item-carousel-item p, .fihal-about__section-three .single-item-carousel-item span {
  color: #454545;
  text-align: center;
  font-family: "Karla", serif;
  font-weight: 500;
  line-height: 200%;
}
@media (min-width: 1025px) {
  .fihal-about__section-three .single-item-carousel-item p, .fihal-about__section-three .single-item-carousel-item span {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-about__section-three .single-item-carousel-item p, .fihal-about__section-three .single-item-carousel-item span {
    font-size: 1.0416666667vw;
  }
}
.fihal-about__section-three .single-item-carousel-item span {
  text-align: center;
  position: relative;
  width: fit-content;
  display: block;
  margin: 10px auto;
}
.fihal-about__section-three .single-item-carousel-item span::before {
  content: "-";
  position: absolute;
  left: -10px;
  width: 5px;
  height: 1px;
}
.fihal-about__section-three .single-item-carousel-item span::after {
  content: "-";
  position: absolute;
  right: -10px;
  width: 5px;
  height: 1px;
}

.fihal-gallery__section-one .gallery-wrapper ul {
  display: flex;
  gap: 10px 30px;
}
.fihal-gallery__section-one .gallery-wrapper ul li a {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
@media (min-width: 1025px) {
  .fihal-gallery__section-one .gallery-wrapper ul li a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-gallery__section-one .gallery-wrapper ul li a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-gallery__section-one .gallery-wrapper ul li a {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .fihal-gallery__section-one .gallery-wrapper ul li a {
    font-size: 12px;
  }
}
.fihal-gallery__section-one .gallery-wrapper ul li a::after {
  content: "";
  border-bottom: 2px solid #A76928;
  position: absolute;
  left: 50%;
  width: 0;
  bottom: -5px;
  transition: 0.3s ease-in-out;
  transform: translateX(-50%);
}
.fihal-gallery__section-one .gallery-wrapper ul li a:hover {
  color: #A76928;
}
.fihal-gallery__section-one .gallery-wrapper ul li a:hover::after {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.fihal-gallery__section-one .gallery-wrapper ul li a.active {
  color: #A76928;
}
.fihal-gallery__section-one .gallery-wrapper ul li a.active::after {
  width: 100%;
  transition: 0.3s ease-in-out;
}
.fihal-gallery__section-one .gallery-wrapper .images-wrapper {
  display: block;
  column-count: 1;
  gap: 10px;
}
.fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item {
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}
.fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  z-index: 5;
}
@media (min-width: 1025px) {
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category {
    padding: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category {
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category {
    gap: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category {
    gap: 8px;
  }
}
@media (max-width: 600px) {
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category {
    gap: 8px;
  }
}
.fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(61, 61, 61, 0.8);
  border-radius: 3px;
}
.fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category li a {
  color: #000;
  font-family: "Karla", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category li a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category li a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category li a {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item .category li a {
    font-size: 16px;
  }
}
.fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item.video {
  position: relative;
  z-index: 1;
}
.fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item.video::after {
  position: absolute;
  content: "";
  background-image: url("../assets/images/gallery-video-play.svg");
  background-repeat: no-repeat;
  background-size: 80px 80px;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
@media only screen and (min-width: 600px) {
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper {
    column-count: 2;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper {
    column-count: 3;
    gap: 0.521vw;
  }
  .fihal-gallery__section-one .gallery-wrapper .images-wrapper .gal-item {
    margin-bottom: 0.521vw;
  }
}

.fihal-calendar__section-one .calendar-faq {
  width: 100%;
}
.fihal-calendar__section-one .calendar-faq .accordion-item {
  border: unset;
  background-color: #F8F5EF;
  border-radius: unset;
}
@media (min-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item {
    margin-bottom: 0.625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item {
    margin-bottom: 0.625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item {
    margin-bottom: 10px;
  }
}
.fihal-calendar__section-one .calendar-faq .accordion-item h4 {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item h4 {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item h4 {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item h4 {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item h4 {
    font-size: 15px;
  }
}
.fihal-calendar__section-one .calendar-faq .accordion-item:last-child {
  border-bottom: unset;
}
.fihal-calendar__section-one .calendar-faq .accordion-item .accordion-button {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 700;
  line-height: 30px;
  border: unset;
  box-shadow: unset;
  background-color: unset;
  padding: 20px 25px;
}
@media (min-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item .accordion-button {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item .accordion-button {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item .accordion-button {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item .accordion-button {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item .accordion-button {
    padding: 1.5vw 1.823vw;
  }
}
.fihal-calendar__section-one .calendar-faq .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("../assets/images/faq-icon.svg");
  transform: rotate(-180deg);
  position: relative;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item .accordion-button:not(.collapsed)::after {
    top: -7px;
    position: relative;
  }
}
.fihal-calendar__section-one .calendar-faq .accordion-item .accordion-button::after {
  background-image: url("../assets/images/faq-icon.svg");
  transform: rotate(-90deg);
  position: relative;
  left: 1%;
  filter: invert(0%) sepia(5%) saturate(7482%) hue-rotate(268deg) brightness(0%) contrast(100%);
}
@media only screen and (min-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-item .accordion-button::after {
    margin-top: 8px;
  }
}
.fihal-calendar__section-one .calendar-faq .accordion-body {
  transition: 0.3s ease-in-out;
  padding-left: 25px;
  padding-right: 25px;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body {
    padding-right: 1.823vw;
    padding-left: 1.823vw;
  }
}
.fihal-calendar__section-one .calendar-faq .accordion-body h6 {
  color: #A76928;
  font-family: "Karla", serif;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body h6 {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body h6 {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body h6 {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body h6 {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body h6 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body h6 {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body h6 {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body h6 {
    padding-bottom: 20px;
  }
}
.fihal-calendar__section-one .calendar-faq .accordion-body ul li {
  list-style: disc;
}
.fihal-calendar__section-one .calendar-faq .accordion-body p,
.fihal-calendar__section-one .calendar-faq .accordion-body ul li,
.fihal-calendar__section-one .calendar-faq .accordion-body span,
.fihal-calendar__section-one .calendar-faq .accordion-body a {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 200%;
}
@media (min-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body p,
  .fihal-calendar__section-one .calendar-faq .accordion-body ul li,
  .fihal-calendar__section-one .calendar-faq .accordion-body span,
  .fihal-calendar__section-one .calendar-faq .accordion-body a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body p,
  .fihal-calendar__section-one .calendar-faq .accordion-body ul li,
  .fihal-calendar__section-one .calendar-faq .accordion-body span,
  .fihal-calendar__section-one .calendar-faq .accordion-body a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body p,
  .fihal-calendar__section-one .calendar-faq .accordion-body ul li,
  .fihal-calendar__section-one .calendar-faq .accordion-body span,
  .fihal-calendar__section-one .calendar-faq .accordion-body a {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body p,
  .fihal-calendar__section-one .calendar-faq .accordion-body ul li,
  .fihal-calendar__section-one .calendar-faq .accordion-body span,
  .fihal-calendar__section-one .calendar-faq .accordion-body a {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body p,
  .fihal-calendar__section-one .calendar-faq .accordion-body ul li,
  .fihal-calendar__section-one .calendar-faq .accordion-body span,
  .fihal-calendar__section-one .calendar-faq .accordion-body a {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body p,
  .fihal-calendar__section-one .calendar-faq .accordion-body ul li,
  .fihal-calendar__section-one .calendar-faq .accordion-body span,
  .fihal-calendar__section-one .calendar-faq .accordion-body a {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body p,
  .fihal-calendar__section-one .calendar-faq .accordion-body ul li,
  .fihal-calendar__section-one .calendar-faq .accordion-body span,
  .fihal-calendar__section-one .calendar-faq .accordion-body a {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body p,
  .fihal-calendar__section-one .calendar-faq .accordion-body ul li,
  .fihal-calendar__section-one .calendar-faq .accordion-body span,
  .fihal-calendar__section-one .calendar-faq .accordion-body a {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-calendar__section-one .calendar-faq .accordion-body p,
  .fihal-calendar__section-one .calendar-faq .accordion-body ul li,
  .fihal-calendar__section-one .calendar-faq .accordion-body span,
  .fihal-calendar__section-one .calendar-faq .accordion-body a {
    max-width: 50vw;
  }
}
.fihal-calendar__section-one .calendar-faq .accordion-body p span,
.fihal-calendar__section-one .calendar-faq .accordion-body ul li span,
.fihal-calendar__section-one .calendar-faq .accordion-body span span,
.fihal-calendar__section-one .calendar-faq .accordion-body a span {
  font-style: italic;
  font-family: "Libre Baskerville", serif;
}
.fihal-calendar__section-one .calendar-faq .accordion-collapse.show .accordion-body {
  transition: 0.3s ease-in-out;
  margin-top: -15px;
}
.fihal-calendar #calendarFaq .accordion-body ul {
  padding-left: 20px;
}
.fihal-calendar #calendarFaq .accordion-body ul li {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 200%;
  padding-bottom: 10px;
}
@media (min-width: 1025px) {
  .fihal-calendar #calendarFaq .accordion-body ul li {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-calendar #calendarFaq .accordion-body ul li {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-calendar #calendarFaq .accordion-body ul li {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .fihal-calendar #calendarFaq .accordion-body ul li {
    font-size: 16px;
  }
}

.fihal-dive__section-two {
  background-color: #FCFAF6;
}
.fihal-dive__section-two__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal-dive__section-two__wrapper {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-dive__section-two__wrapper {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-dive__section-two__wrapper {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-dive__section-two__wrapper {
    gap: 30px;
  }
}
@media only screen and (min-width: 600px) {
  .fihal-dive__section-two__wrapper {
    flex-direction: row;
  }
}
.fihal-dive__section-two__wrapper-item:first-child img {
  aspect-ratio: 0.82/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 600px) {
  .fihal-dive__section-two__wrapper-item:first-child {
    flex: 1 1 calc(45% - 10px);
    max-width: calc(45% - 10px);
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-dive__section-two__wrapper-item:first-child {
    flex: 1 1 calc(45% - 1.302vw);
    max-width: calc(45% - 1.302vw);
  }
}
.fihal-dive__section-two__wrapper-item:last-child p {
  color: #454545;
}
@media only screen and (min-width: 600px) {
  .fihal-dive__section-two__wrapper-item:last-child {
    flex: 1 1 calc(55% - 10px);
    max-width: calc(55% - 10px);
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-dive__section-two__wrapper-item:last-child {
    flex: 1 1 calc(55% - 1.302vw);
    max-width: calc(55% - 1.302vw);
  }
}
@media (min-width: 1025px) {
  .fihal-dive__section-three .desk-col-3__tab-col-2-g-25 {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-dive__section-three .desk-col-3__tab-col-2-g-25 {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-dive__section-three .desk-col-3__tab-col-2-g-25 {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-dive__section-three .desk-col-3__tab-col-2-g-25 {
    gap: 30px;
  }
}
@media only screen and (min-width: 600px) {
  .fihal-dive__section-three .desk-col-3__tab-col-2-g-25-item {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-dive__section-three .desk-col-3__tab-col-2-g-25-item {
    flex: 1 1 calc(33.3% - 1.5vw);
    max-width: calc(33.3% - 1.5vw);
  }
}
.fihal-dive__section-four {
  background-color: #F4F8F9;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 600px) {
  .fihal-dive__section-four {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-dive__section-four {
    padding-top: 3.646vw;
    padding-bottom: 3.646vw;
  }
}
.fihal-dive__section-four-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal-dive__section-four-wrapper {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-dive__section-four-wrapper {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-dive__section-four-wrapper {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-dive__section-four-wrapper {
    gap: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-dive__section-four-wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-dive__section-four-wrapper-item:first-child {
    flex: 1 1 calc(52% - 1vw);
    max-width: calc(52% - 1vw);
  }
}
.fihal-dive__section-four-wrapper-item:last-child {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .fihal-dive__section-four-wrapper-item:last-child {
    flex: 1 1 calc(48% - 1vw);
    max-width: calc(48% - 1vw);
    text-align: left;
  }
}
.fihal-dive__section-four-wrapper-item:last-child p {
  color: #383838;
}
.fihal-dive__section-four-wrapper-item img {
  aspect-ratio: 1.56/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1025px) {
  .fihal-offer-inner__section-one .fihal__desc-wrapper-center {
    max-width: 49.5vw;
  }
}
.fihal-offer-inner__section-two {
  display: flex;
  flex-direction: column;
  background: #FCFAF6;
}
@media only screen and (min-width: 1025px) {
  .fihal-offer-inner__section-two {
    flex-direction: row;
    padding-left: 20vw;
    padding-right: 20vw;
  }
}
.fihal-offer-inner__section-two-item:first-child {
  margin-top: -20px;
}
.fihal-offer-inner__section-two-item:last-child {
  padding: 20px;
  padding-left: unset;
  padding-right: unset;
}
@media only screen and (min-width: 600px) {
  .fihal-offer-inner__section-two-item:last-child {
    padding: 40px;
    padding-left: unset;
    padding-right: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-offer-inner__section-two-item:last-child {
    padding: 4.01vw;
    padding-right: unset;
    padding-bottom: unset;
  }
}
.fihal-offer-inner__section-two-item:last-child .fihal-offer-inner__section-two-item-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal-offer-inner__section-two-item:last-child .fihal-offer-inner__section-two-item-inner {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-offer-inner__section-two-item:last-child .fihal-offer-inner__section-two-item-inner {
    gap: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-offer-inner__section-two-item:last-child .fihal-offer-inner__section-two-item-inner {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-offer-inner__section-two-item:last-child .fihal-offer-inner__section-two-item-inner {
    gap: 20px;
  }
}
.fihal-offer-inner__section-two-item:last-child h4 {
  color: #435830;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.fihal-offer-inner__section-two-item:last-child ul {
  padding-left: 20px;
  padding-bottom: 10px;
}
.fihal-offer-inner__section-two-item:last-child ul li {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 200%;
  position: relative;
  padding-bottom: 15px;
}
@media (min-width: 1025px) {
  .fihal-offer-inner__section-two-item:last-child ul li {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-offer-inner__section-two-item:last-child ul li {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-offer-inner__section-two-item:last-child ul li {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .fihal-offer-inner__section-two-item:last-child ul li {
    font-size: 16px;
  }
}
.fihal-offer-inner__section-two-item:last-child ul li a {
  text-decoration: underline !important;
  transition: 0.3s ease-in-out;
}
.fihal-offer-inner__section-two-item:last-child ul li a:hover {
  color: #435830;
}
.fihal-offer-inner__section-two-item:last-child ul li::after {
  content: "-";
  position: absolute;
  left: -15px;
  width: 7px;
  height: 1px;
  top: 0;
}
.fihal-offer-inner__section-two-item:last-child p {
  line-height: 150% !important;
  padding-bottom: 10px;
}
.fihal-offer-inner__section-two-item:last-child p {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 200%;
}
@media (min-width: 1025px) {
  .fihal-offer-inner__section-two-item:last-child p {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-offer-inner__section-two-item:last-child p {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-offer-inner__section-two-item:last-child p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .fihal-offer-inner__section-two-item:last-child p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-offer-inner__section-two-item:first-child {
    flex: 1 1 48%;
    max-width: 48%;
    margin-top: -3.125vw;
  }
  .fihal-offer-inner__section-two-item:last-child {
    flex: 1 1 52%;
    max-width: 52%;
  }
  .fihal-offer-inner__section-two-item:last-child .fihal-offer-inner__section-two-item-inner {
    overflow-y: auto;
  }
}
.fihal-offer-inner__section-two-item img {
  aspect-ratio: 0.85/1;
  object-fit: cover;
  width: 100%;
  height: fit-content;
}
.fihal-offer-inner__section-two-item .blue-border-btn {
  margin-top: 20px;
}
@media only screen and (min-width: 1025px) {
  .fihal-offer-inner__section-two-item .blue-border-btn {
    margin-top: 2vw;
  }
}
.fihal-offer-inner__section-two-item .blue-border-btn::before, .fihal-offer-inner__section-two-item .blue-border-btn::after {
  background-color: #FCFAF6;
}

.fihal-contact__section-one .contact-details {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal-contact__section-one .contact-details {
    gap: 5.7291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-contact__section-one .contact-details {
    gap: 5.7291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-contact__section-one .contact-details {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-contact__section-one .contact-details {
    gap: 30px;
  }
}
@media only screen and (min-width: 600px) {
  .fihal-contact__section-one .contact-details {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .fihal-contact__section-one .contact-details svg {
    width: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-contact__section-one .contact-details svg {
    width: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-contact__section-one .contact-details svg {
    width: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-contact__section-one .contact-details svg {
    width: 20px;
  }
}
@media (min-width: 1025px) {
  .fihal-contact__section-one .contact-details svg {
    height: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-contact__section-one .contact-details svg {
    height: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-contact__section-one .contact-details svg {
    height: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-contact__section-one .contact-details svg {
    height: 20px;
  }
}
.fihal-contact__section-one .contact-details p,
.fihal-contact__section-one .contact-details a {
  color: #000;
  text-align: center;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 180%;
}
@media (min-width: 1025px) {
  .fihal-contact__section-one .contact-details p,
  .fihal-contact__section-one .contact-details a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-contact__section-one .contact-details p,
  .fihal-contact__section-one .contact-details a {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-contact__section-one .contact-details p,
  .fihal-contact__section-one .contact-details a {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-contact__section-one .contact-details p,
  .fihal-contact__section-one .contact-details a {
    font-size: 15px;
  }
}
.fihal-contact__section-one .contact-details a {
  transition: 0.3s ease-in-out;
}
.fihal-contact__section-one .contact-details a:hover {
  color: #A76928 !important;
}
.fihal-contact__section-one .form-wrapper {
  padding: 20px;
}
@media only screen and (min-width: 600px) {
  .fihal-contact__section-one .form-wrapper {
    padding: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-contact__section-one .form-wrapper {
    padding: 2.604vw 4.167vw;
    max-width: 60vw;
    margin: 0 auto;
  }
}
.fihal-contact__section-one .form-wrapper form select,
.fihal-contact__section-one .form-wrapper form input,
.fihal-contact__section-one .form-wrapper form textarea {
  background-color: #ffffff !important;
  border: unset !important;
  border-radius: 5px !important;
}
.fihal-contact__section-one .form-wrapper form p,
.fihal-contact__section-one .form-wrapper form .recapture,
.fihal-contact__section-one .form-wrapper form .recapture a,
.fihal-contact__section-one .form-wrapper form .is_required {
  font-family: "Karla", serif;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #000;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .fihal-contact__section-one .form-wrapper form p,
  .fihal-contact__section-one .form-wrapper form .recapture,
  .fihal-contact__section-one .form-wrapper form .recapture a,
  .fihal-contact__section-one .form-wrapper form .is_required {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-contact__section-one .form-wrapper form p,
  .fihal-contact__section-one .form-wrapper form .recapture,
  .fihal-contact__section-one .form-wrapper form .recapture a,
  .fihal-contact__section-one .form-wrapper form .is_required {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-contact__section-one .form-wrapper form p,
  .fihal-contact__section-one .form-wrapper form .recapture,
  .fihal-contact__section-one .form-wrapper form .recapture a,
  .fihal-contact__section-one .form-wrapper form .is_required {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .fihal-contact__section-one .form-wrapper form p,
  .fihal-contact__section-one .form-wrapper form .recapture,
  .fihal-contact__section-one .form-wrapper form .recapture a,
  .fihal-contact__section-one .form-wrapper form .is_required {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  .fihal-contact__section-one .form-wrapper form .recapture,
  .fihal-contact__section-one .form-wrapper form .recapture a,
  .fihal-contact__section-one .form-wrapper form .is_required {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-contact__section-one .form-wrapper form .recapture,
  .fihal-contact__section-one .form-wrapper form .recapture a,
  .fihal-contact__section-one .form-wrapper form .is_required {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-contact__section-one .form-wrapper form .recapture,
  .fihal-contact__section-one .form-wrapper form .recapture a,
  .fihal-contact__section-one .form-wrapper form .is_required {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .fihal-contact__section-one .form-wrapper form .recapture,
  .fihal-contact__section-one .form-wrapper form .recapture a,
  .fihal-contact__section-one .form-wrapper form .is_required {
    font-size: 12px;
  }
}
.fihal-contact__section-one .form-wrapper form .recapture a:hover {
  color: #A76928;
}
.fihal-contact__section-one .form-wrapper form .checkbox-inline input[type=checkbox] {
  accent-color: #A76928;
  cursor: pointer;
  border: unset;
}
@media only screen and (min-width: 1025px) {
  .fihal-contact__section-one .form-wrapper form .checkbox-inline {
    font-size: 0.8333333333vw !important;
  }
}
.fihal-contact__section-one .form-wrapper form .response-field-dropdown {
  position: relative;
}
.fihal-contact__section-one .form-wrapper form .response-field-dropdown select {
  padding-right: 2rem;
}
.fihal-contact__section-one .form-wrapper form .response-field-dropdown::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../assets/images/select-arrow.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
  pointer-events: none;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .fihal-contact__section-one .form-wrapper form .response-field-dropdown::after {
    width: 0.781vw;
    height: 0.781vw;
  }
}
.fihal-contact__section-one .form-wrapper form .is_required {
  margin-top: -20px !important;
}
.fihal-contact__section-one .form-wrapper form label {
  color: #000 !important;
  font-family: "Karla", serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
}
@media only screen and (min-width: 1025px) {
  .fihal-contact__section-one .form-wrapper form label {
    font-size: 1vw !important;
  }
}
.fihal-contact__section-one .form-wrapper form label.checkbox-inline {
  font-weight: 400 !important;
  text-transform: none !important;
  cursor: pointer;
}
.fihal-contact__section-one .form-wrapper form .form-control {
  color: #000;
}
.fihal-contact__section-one .form-wrapper form .submit-btn {
  display: inline-block;
  background-color: #fff;
  color: #fff;
  padding: 16px 24px;
  font-size: 16, 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 900;
  border: none;
  text-transform: uppercase;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 0.8;
  border: 2px solid #90B6C4 !important;
  color: #90B6C4 !important;
  font-family: "Karla", serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.7px !important;
  text-transform: uppercase !important;
  transition: background-color 0.3s ease, color 0.3s ease !important;
  width: fit-content !important;
  display: inline-block !important;
  overflow: hidden !important;
  z-index: 1 !important;
  overflow: hidden !important;
  position: relative !important;
  min-width: fit-content !important;
  background-color: transparent !important;
  border-radius: 50px !important;
}
@media (min-width: 1025px) {
  .fihal-contact__section-one .form-wrapper form .submit-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-contact__section-one .form-wrapper form .submit-btn {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-contact__section-one .form-wrapper form .submit-btn {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .fihal-contact__section-one .form-wrapper form .submit-btn {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-contact__section-one .form-wrapper form .submit-btn {
    padding: 14px 35px;
  }
}
.fihal-contact__section-one .form-wrapper form .submit-btn:hover {
  transition: background-color 0.5s ease-in-out !important;
  background-color: #90B6C4 !important;
  color: #ffffff !important;
}
.fihal-contact__section-one .form-wrapper form input:focus,
.fihal-contact__section-one .form-wrapper form textarea:focus,
.fihal-contact__section-one .form-wrapper form select:focus {
  border: 2px solid #A76928 !important;
}
.fihal-contact__section-one .form-wrapper form select {
  cursor: pointer;
}
.fihal-contact__section-one .form-wrapper form #gdpr_compliance_id_wrap .help-block {
  bottom: -5px;
}
.fihal-contact__section-one .contact-map {
  position: relative;
}
.fihal-contact__section-one .contact-map img {
  aspect-ratio: 1/1.2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 600px) {
  .fihal-contact__section-one .contact-map img {
    aspect-ratio: 1.88/1;
  }
}
.fihal-contact__section-one .contact-map-detail {
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  width: 80%;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 600px) {
  .fihal-contact__section-one .contact-map-detail {
    left: 2.344vw;
    top: 2.344vw;
    bottom: unset;
    transform: unset;
    width: fit-content;
  }
}
.fihal-contact__section-one .contact-map-detail-item img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1025px) {
  .fihal-contact__section-one .contact-map-detail-item img {
    height: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-contact__section-one .contact-map-detail-item img {
    height: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-contact__section-one .contact-map-detail-item img {
    height: 80px;
  }
}
@media (max-width: 600px) {
  .fihal-contact__section-one .contact-map-detail-item img {
    height: 80px;
  }
}
.fihal-contact__section-one .contact-map-detail-item:first-child {
  flex: 1 1 calc(35% - 6px);
  max-width: calc(35% - 6px);
}
.fihal-contact__section-one .contact-map-detail-item:last-child {
  flex: 1 1 calc(65% - 6px);
  max-width: calc(65% - 6px);
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal-contact__section-one .contact-map-detail-item:last-child {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-contact__section-one .contact-map-detail-item:last-child {
    gap: 1.3020833333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-contact__section-one .contact-map-detail-item:last-child {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-contact__section-one .contact-map-detail-item:last-child {
    gap: 20px;
  }
}
.fihal-contact__section-one .contact-map-detail-item p {
  color: #435830;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 12px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1025px) {
  .fihal-contact__section-one .contact-map-detail-item p {
    font-size: 1.042vw;
  }
}
.fihal-contact__section-one .contact-map-detail-item a {
  color: #3D3D3D;
  font-family: "Karla", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  text-decoration: underline;
  text-transform: uppercase;
}
@media only screen and (min-width: 1025px) {
  .fihal-contact__section-one .contact-map-detail-item a {
    font-size: 0.833vw;
  }
}

@media only screen and (min-width: 1025px) {
  .fihal-acco-listing__section-one {
    padding-bottom: 5vw;
  }
}
.fihal-acco-listing__section-two {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal-acco-listing__section-two {
    gap: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-acco-listing__section-two {
    gap: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-acco-listing__section-two {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-acco-listing__section-two {
    gap: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-acco-listing__section-two .accomodation-slider-image {
    flex: 1 1 55%;
    max-width: 55%;
  }
}
.fihal-acco-listing__section-two .accomodation-slider-content {
  background-color: #FCFAF6;
}
@media only screen and (min-width: 1025px) {
  .fihal-acco-listing__section-two .accomodation-slider-content {
    flex: 1 1 45%;
    max-width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3.125vw 5.208vw;
  }
}
.fihal-acco-listing__section-two .accomodation-slider-content .blue-border-btn::before, .fihal-acco-listing__section-two .accomodation-slider-content .blue-border-btn::after {
  background-color: #FCFAF6;
}
.fihal-acco-listing__section-two .slick-dots {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .fihal-acco-listing__section-two .accomodation-slider:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 1025px) {
  .accomodation-slider.reverse {
    flex-direction: row-reverse;
  }
}

.fihal-acco-inner__section-one .acco-properties__prop-item {
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .fihal-acco-inner__section-one .fihal__desc-wrapper-center {
    max-width: 70vw;
  }
  .fihal-acco-inner__section-one .fihal__desc-wrapper-center .fihal__desc-wrapper-center-item-para {
    max-width: 55vw;
  }
}
.fihal-acco-inner__section-two .desk-item-three-slider-item-wrapper {
  position: relative;
}
.fihal-acco-inner__section-two .desk-item-three-slider-item-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.fihal-acco-inner__section-two .desk-item-three-slider-item-wrapper img {
  aspect-ratio: 0.85/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fihal-acco-inner__section-two .desk-item-three-slider-item-wrapper span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  color: #ffffff;
  font-family: "Karla", serif;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  z-index: 2;
}
@media (min-width: 1025px) {
  .fihal-acco-inner__section-two .desk-item-three-slider-item-wrapper span {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-acco-inner__section-two .desk-item-three-slider-item-wrapper span {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-acco-inner__section-two .desk-item-three-slider-item-wrapper span {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-acco-inner__section-two .desk-item-three-slider-item-wrapper span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-acco-inner__section-two .desk-item-three-slider-item-wrapper span {
    padding: 1.3vw;
  }
}
.fihal-acco-inner__section-three .amenities {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .fihal-acco-inner__section-three .amenities {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-acco-inner__section-three .amenities {
    gap: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-acco-inner__section-three .amenities {
    gap: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-acco-inner__section-three .amenities {
    gap: 30px;
  }
}
@media (min-width: 1025px) {
  .fihal-acco-inner__section-three .amenities {
    padding: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-acco-inner__section-three .amenities {
    padding: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-acco-inner__section-three .amenities {
    padding: 40px;
  }
}
@media (max-width: 600px) {
  .fihal-acco-inner__section-three .amenities {
    padding: 20px;
  }
}
.fihal-acco-inner__section-three .amenities__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1025px) {
  .fihal-acco-inner__section-three .amenities__wrapper {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-acco-inner__section-three .amenities__wrapper {
    gap: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-acco-inner__section-three .amenities__wrapper {
    gap: 20px;
  }
}
@media (max-width: 600px) {
  .fihal-acco-inner__section-three .amenities__wrapper {
    gap: 20px;
  }
}
@media only screen and (min-width: 600px) {
  .fihal-acco-inner__section-three .amenities__wrapper {
    flex-direction: row;
    max-width: unset;
    margin: unset;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-acco-inner__section-three .amenities__wrapper {
    row-gap: 2vw;
  }
}
.fihal-acco-inner__section-three .amenities__wrapper-item {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 600px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item {
    flex: 1 1 calc(33.3% - 15px);
    max-width: calc(33.3% - 15px);
    width: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item {
    flex: 1 1 calc(25% - 20px);
    max-width: calc(25% - 20px);
  }
}
.fihal-acco-inner__section-three .amenities__wrapper-item span {
  color: #000;
  font-family: "Karla", serif;
  font-weight: 400;
  line-height: 1.2;
  flex: 1 1 calc(70% - 5px);
  max-width: calc(70% - 5px);
}
@media (min-width: 1025px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item span {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item span {
    font-size: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item span {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item span {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item span {
    flex: unset;
    max-width: unset;
  }
}
.fihal-acco-inner__section-three .amenities__wrapper-item svg {
  flex: 1 1 calc(30% - 5px);
  max-width: calc(30% - 5px);
}
@media (min-width: 1025px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item svg {
    height: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item svg {
    height: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item svg {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item svg {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item svg {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1600px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item svg {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item svg {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item svg {
    width: 30px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-acco-inner__section-three .amenities__wrapper-item svg {
    flex: unset;
    max-width: unset;
  }
}

.fihal-dining-inner__section-two {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 1025px) {
  .fihal-dining-inner__section-two {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
}
.fihal-dining-inner__section-two-item {
  cursor: pointer;
}
@media only screen and (min-width: 600px) {
  .fihal-dining-inner__section-two-item {
    display: flex;
    gap: 20px;
  }
  .fihal-dining-inner__section-two-item img {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-dining-inner__section-two-item {
    display: block;
  }
  .fihal-dining-inner__section-two-item img {
    flex: unset;
    max-width: unset;
  }
}
.fihal-dining-inner__section-two-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 0.88/1;
}
@media only screen and (min-width: 600px) {
  .fihal-dining-inner__section-two-item img {
    aspect-ratio: 1.39/1;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-dining-inner__section-two-item img {
    aspect-ratio: 0.88/1;
  }
}
.fihal-dining-inner__section-two-item .desk-img {
  aspect-ratio: 1.54/1;
}
@media only screen and (min-width: 600px) {
  .fihal-dining-inner__section-two-item:first-child {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}

@media only screen and (min-width: 1025px) {
  .fihal-offer-listing__section-one .fihal__desc-wrapper-center {
    max-width: 52vw;
  }
}

.fihal-excursions__section-two .slider-wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .fihal-excursions__section-two .slider-wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-excursions__section-two .slider-wrapper-item:first-child {
    flex: 1 1 57%;
    max-width: 57%;
  }
}
.fihal-excursions__section-two .slider-wrapper-item:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1.12/1;
}
.fihal-excursions__section-two .slider-wrapper-item:first-child .slick-prev {
  left: 1.5vw;
  top: unset;
  bottom: 1.8vw;
  transform: unset;
}
.fihal-excursions__section-two .slider-wrapper-item:first-child .slick-prev::before {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(82deg) brightness(10000000%) contrast(91%);
}
.fihal-excursions__section-two .slider-wrapper-item:first-child .slick-next {
  left: 5vw;
  top: unset;
  bottom: 1.8vw;
  transform: unset;
  right: unset;
}
.fihal-excursions__section-two .slider-wrapper-item:first-child .slick-next::before {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(82deg) brightness(10000000%) contrast(91%);
}
.fihal-excursions__section-two .slider-wrapper-item:last-child {
  padding-top: 20px;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .fihal-excursions__section-two .slider-wrapper-item:last-child {
    flex: 1 1 43%;
    max-width: 43%;
    padding-top: unset;
  }
}
.fihal-excursions__section-two .slider-wrapper-item-content {
  text-align: center;
  background-color: #FCFAF6;
  padding: 20px;
}
@media only screen and (min-width: 600px) {
  .fihal-excursions__section-two .slider-wrapper-item-content {
    padding: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .fihal-excursions__section-two .slider-wrapper-item-content {
    text-align: left;
    position: absolute;
    padding: 6.67vw 2.92vw;
    width: 37.19vw;
    top: 50%;
    transform: translateY(-50%);
    left: -4.5vw;
  }
}
/*# sourceMappingURL=style.min.css.map */
