/* ===== FONT FACES ===== */
@font-face {
  font-family: "Centra No1";
  src: url("../fonts/CentraNo1/CentraNo1-Light.woff2") format("woff2"),
    url("../fonts/CentraNo1/CentraNo1-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Centra No1";
  src: url("../fonts/CentraNo1/CentraNo1-Medium.woff2") format("woff2"),
    url("../fonts/CentraNo1/CentraNo1-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CentraNo1 Book";
  src: url("../fonts/CentraNo1-Book/CentraNo1-Book.woff2") format("woff2"),
    url("../fonts/CentraNo1-Book/CentraNo1-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IvyMode";
  font-display: swap;
  src: url("../fonts/IvyMode/IvyMode-Bold.woff2") format("woff2"),
    url("../fonts/IvyMode/IvyMode-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "IvyMode";
  font-display: swap;
  src: url("../fonts/IvyMode/IvyMode-BoldItalic.woff2") format("woff2"),
    url("../fonts/IvyMode/IvyMode-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "IvyMode";
  font-display: swap;
  src: url("../fonts/IvyMode/IvyMode-Regular.woff2") format("woff2"),
    url("../fonts/IvyMode/IvyMode-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "IvyMode";
  font-display: swap;
  src: url("../fonts/IvyMode/IvyMode-Italic.woff2") format("woff2"),
    url("../fonts/IvyMode/IvyMode-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "IvyMode";
  font-display: swap;
  src: url("../fonts/IvyMode/IvyMode-Light.woff2") format("woff2"),
    url("../fonts/IvyMode/IvyMode-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "IvyMode";
  font-display: swap;
  src: url("../fonts/IvyMode/IvyMode-LightItalic.woff2") format("woff2"),
    url("../fonts/IvyMode/IvyMode-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "IvyMode";
  font-display: swap;
  src: url("../fonts/IvyMode/IvyMode-SemiBold.woff2") format("woff2"),
    url("../fonts/IvyMode/IvyMode-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "IvyMode";
  font-display: swap;
  src: url("../fonts/IvyMode/IvyMode-SemiBoldItalic.woff2") format("woff2"),
    url("../fonts/IvyMode/IvyMode-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "IvyMode";
  font-display: swap;
  src: url("../fonts/IvyMode/IvyMode-Thin.woff2") format("woff2"),
    url("../fonts/IvyMode/IvyMode-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "IvyMode";
  font-display: swap;
  src: url("../fonts/IvyMode/IvyMode-ThinItalic.woff2") format("woff2"),
    url("../fonts/IvyMode/IvyMode-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

/* ===== VARIABLES ===== */
:root {
  /* Colors */
  --white: #ffffff;
  --black: #000000;
  --bg-light: #edece8;
  --text-primary: #121110;
  --theme-primary: #c65624;
  --theme-secondary: #a3441a;
  --bg-newsletter: #2d4d3a;
  --overlay-color: rgba(0, 0, 0, 0.5);
  --overlay-color-dark: rgba(0, 0, 0, 0.7);
  --input-focus: rgba(237, 236, 232, 0.1);
  --border-left-color: rgba(255, 255, 255, 0.3);
  --foot-border-color: rgba(18, 17, 16, 0.3);
  --block-quote-border-color: #e2e2e2;
  --input-bg: rgba(255, 255, 255, 0.5);
  --faq-border-color: rgba(0, 0, 0, 0.1);
  --input-border-color: #bbbbbb;
  --input-focus-border-color: #979797;
  --textarea-bg: hsla(0, 0%, 100%, 0.5);

  --overlay-color-light: rgba(0, 0, 0, 0.3);
  --overlay-light-bg: rgba(18, 17, 16, 0.25);
  --image-overlay-bg: rgba(18, 17, 16, 0.5);
  --room-overlay-bg: rgba(0, 0, 0, 0);
  --room-overlay-hover-bg: rgba(198, 86, 36, 0.6);
  --map-bg: rgb(229, 227, 223);

  /* Fonts */
  --font-body: "Centra No1", sans-serif;
  --font-heading: "IvyMode", sans-serif;
  --font-book: "CentraNo1 Book", sans-serif;

  /* BG-STYLES-VARIABLES */
  --bg-size: cover;
  --bg-repeat: no-repeat;
  --bg-attachment: fixed;

  --bg-1-position: 50% 50%;
  --bg-2-position: 50% 70%;
  --bg-3-position: 50% 64%;

  /* Sizing */
  --transition: all 500ms ease-in-out;
  --letter-spacing: 0.3px;
  --border-width: 1.5px;
  -footer-link-spacing: 0.25px;
  --s1: 1px;
  --s2: 2px;
  --s3: 3px;
  --s4: 4px;
  --s5: 5px;
  --s6: 6px;
  --s8: 8px;
  --s10: 10px;
  --s11: 11px;
  --s12: 12px;
  --s13: 13px;
  --s14: 14px;
  --s15: 15px;
  --s16: 16px;
  --s17: 17px;
  --s18: 18px;
  --s20: 20px;
  --s22: 22px;
  --s24: 24px;
  --s25: 25px;
  --s26: 26px;
  --s28: 28px;
  --s30: 30px;
  --s32: 32px;
  --s33: 33px;
  --s35: 35px;
  --s36: 36px;
  --s38: 38px;
  --s40: 40px;
  --s42: 42px;
  --s44: 44px;
  --s45: 45px;
  --s48: 48px;
  --s50: 50px;
  --s52: 52px;
  --s54: 54px;
  --s58: 58px;
  --s60: 60px;
  --s64: 64px;
  --s70: 70px;
  --s72: 72px;
  --s75: 75px;
  --s76: 76px;
  --s80: 80px;
  --s90: 90px;
  --s96: 96px;
  --s100: 100px;
  --s120: 120px;
  --s140: 140px;
  --s150: 150px;
  --s170: 170px;
  --s180: 180px;
  --s200: 200px;
  --s220: 220px;
  --s240: 240px;
  --s250: 250px;
  --s260: 260px;
  --s300: 300px;
  --s350: 350px;
  --s390: 390px;
  --s400: 400px;
  --s420: 420px;
  --s450: 450px;
  --s464: 464px;
  --s550: 550px;
  --s580: 580px;
  --s600: 600px;
  --s750: 750px;
  --s1000: 1000px;

  /* Dimensions */
  --full-width: 100%;
  --full-height: 100%;
  --full-vh: 100vh;
  --h110: 110vh;
}

/* ===== BASE & RESETS ===== */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
figure,
p {
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--white);
  color: var(--text-primary);
  font: 300 var(--s17) / 1.5 var(--font-body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
}

ul,
ol {
  list-style: none;
}

img {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: var(--transition);
  font-family: var(--font-book);
}

button,
span {
  font-family: var(--font-book);
}

input,
select {
  outline: none;
  font: 300 var(--s15) var(--font-body);
}

/* Input number arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* Search cancel button */
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

button,
.btn-close:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

::selection {
  background-color: transparent;
  color: var(--theme-primary);
}

/* ===== COMPONENTS ===== */
/* Preloader */
.pageloader {
  position: fixed;
  top: 0;
  left: 0;
  width: var(--full-width);
  height: var(--full-vh);
  background-color: var(--bg-newsletter);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loadericon {
  width: var(--s200);
  height: var(--s200);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loaderimg {
  object-fit: cover;
  animation: fadeInUp 1s ease backwards;
}

.loader-headline {
  color: var(--white);
  font-size: var(--s28);
  font-weight: 700;
  letter-spacing: var(--s1);
  animation: fadeInDown 1s ease backwards;
}

.loader-headline span {
  font: inherit;
}

.loader-subtitle {
  color: var(--white);
  font-size: var(--s18);
  font-weight: 400;
  letter-spacing: var(--s1);
  animation: fadeInDown 1s ease backwards;
}

/* Header */
#main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--full-width);
  background: transparent;
  transition: top 0.3s ease, background 0.3s ease;
  z-index: 1000;
}

#main-header.fixed {
  position: fixed;
  height: var(--s100);
  background: var(--bg-newsletter);
}

#main-header.fixed .brand-logo-link {
  width: var(--s100);
  height: var(--s100);
}

#main-header.hidden {
  top: -100px;
}

.header {
  width: var(--full-width);
  height: var(--s150);
  display: flex;
  justify-content: center;
  align-items: center;
}

.header nav {
  width: var(--full-width);
  position: relative;
  z-index: 100;
}

.brand-logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--s100);
  height: var(--s100);
  overflow: hidden;
}

.brand-logo {
  object-fit: contain;
}

/* Menu & Links */
.menu-link,
.mobile-menu-link,
.menu-text,
.link {
  color: var(--white);
  font-size: var(--s16);
  letter-spacing: var(--s1);
  font-weight: 300;
}

.menu-link {
  font-family: var(--font-body);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.menu-link:hover:not(.active) {
  text-decoration-color: var(--theme-primary);
}

.menu-link.active {
  text-decoration-color: var(--white);
}

.mobile-menu-link {
  font-family: var(--font-heading);
  font-size: var(--s24);
  font-weight: 400;
}

.mobile-menu-link:hover:not(.active),
.link:hover {
  color: var(--theme-primary);
}

.mobile-menu-link.active {
  color: var(--theme-primary);
}

.link {
  font-weight: 500;
  transition: var(--transition);
}

/* Buttons */
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid var(--border-width);
  font: 500 var(--s15) / 1 var(--font-book);
  padding: var(--s16) var(--s30) var(--s14);
  min-width: var(--s180);
  height: var(--s48);
  text-transform: uppercase;
  text-align: center;
  transition: var(--transition);
}

.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.btn-white:hover {
  background-color: var(--white);
  color: var(--text-primary);
}

.btn-outline {
  border-color: var(--theme-primary);
  color: var(--theme-primary);
}

.btn-outline:hover {
  background: var(--theme-primary);
  color: var(--white);
}

.btn-primary,
.btn-primary-outline {
  background-color: var(--theme-primary);
  border-color: var(--theme-primary);
  color: var(--white);
  transition: var(--transition);
}

.btn-primary:hover {
  background-color: var(--theme-secondary);
  color: var(--white);
}

.btn-primary-outline:hover {
  background-color: transparent;
  color: var(--theme-primary);
}

.btn-menu {
  width: var(--s48);
  height: var(--s48);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--s24);
  color: var(--white);
  font-weight: 600;
  background: transparent;
}

.text-theme {
  color: var(--theme-primary);
}

.fs-small {
  font-size: var(--s13);
}

/* LANGUAGE-SELECT */
.language-select {
  background: transparent;
  border: none;
  color: var(--white);
  cursor: pointer;
}

.language-select option {
  background: var(--bg-newsletter);
  font-size: var(--s16);
  letter-spacing: var(--s1);
  font-weight: 300;
}

/* Offcanvas */
.offcanvas {
  background: var(--bg-newsletter);
}

.offcanvas.offcanvas-top {
  height: var(--full-vh);
}

.offcanvas-header {
  height: var(--s80);
}

.offcanvas-header .btn-close {
  background: transparent;
  font-size: var(--s24);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--s48);
  height: var(--s48);
  opacity: 1;
  transition: var(--transition);
}

.offcanvas-header .btn-close:hover {
  color: var(--theme-primary);
  transform: rotate(90deg);
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  gap: var(--s16);
  align-items: center;
  justify-content: center;
}

.contactmenu,
.socialmenu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactmenu {
  flex-direction: column;
  text-align: center;
}

.contactmenu-item {
  color: var(--white);
  font-size: var(--s16);
  display: flex;
  align-items: center;
  gap: var(--s8);
}

.contactmenu-link {
  color: var(--theme-primary);
  font-size: var(--s16);
  font-weight: 600;
  transition: var(--transition);
}

.contactmenu-link:hover {
  color: var(--white);
}

.socialmenu {
  gap: var(--s8);
}

.socialmenu-link {
  color: var(--theme-primary);
  font-size: var(--s32);
  transition: var(--transition);
}

.socialmenu-link:hover {
  color: var(--white);
}

/* Hero Section */
.home-hero-area {
  background-repeat: var(--bg-repeat);
  background-size: var(--bg-size);
  background-position: var(--bg-3-position);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: var(--full-vh);
}

.hero-headline-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--s16);
  text-align: center;
  color: var(--white);
  padding: var(--s60) 0;
  z-index: 2;
}

.hero-headline {
  font-size: var(--s100);
  margin-bottom: var(--s16);
  line-height: 1;
  color: var(--white);
}

.hero-subtitle {
  color: var(--white);
  font: 300 var(--s18) / 1.6 var(--font-body);
  letter-spacing: var(--letter-spacing);
}

/* Weather */
.weather {
  display: flex;
  flex-direction: column;
  gap: var(--s4);
  position: relative;
  z-index: 2;
}

.weather p {
  color: var(--white);
  font: 500 var(--s14) var(--font-body);
  letter-spacing: var(--letter-spacing);
}

.weather p i {
  color: inherit;
  font-size: inherit;
}

.weather p span {
  color: inherit;
  font: inherit;
}

/* Booking Form */
.booking-area {
  background-color: var(--text-primary);
  padding: var(--s10) var(--s20);
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.booking-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--s180), 1fr));
  gap: 1rem;
  align-items: end;
}

/* ===== FORM GROUP STYLES ===== */
.form-group {
  display: flex;
  flex-direction: column;
  border-left: solid var(--border-width) var(--border-left-color);
  padding-left: var(--s6);
}

.form-group > label {
  color: var(--white);
  font-family: var(--font-book);
  font-size: var(--s13);
  font-weight: 400;
  padding-left: var(--s4);
  transition: var(--transition);
}

/* Package select specific styling */
#packages:invalid {
  color: var(--bg-light);
}

#packages:not(:invalid) {
  color: var(--theme-primary);
}

/* Input placeholder styling */
.form-control::placeholder {
  color: var(--theme-primary);
  font-family: var(--font-book);
  font-weight: 500;
  font-size: var(--s15);
}

/* Form control elements */
.form-group > .form-control,
.form-group > .form-select {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--theme-primary);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: var(--s15);
  padding-left: var(--s4);
  height: var(--s38);
}

/* Focus states */
.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

/* Select option styling */
.form-select option {
  background: var(--bg-newsletter);
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: var(--s15);
}

.form-select option:disabled {
  background: var(--text-primary);
  color: var(--bg-light);
}

.form-select option:selected {
  color: var(--theme-primary);
}

.text-redirect::after {
  content: "";
  display: inline-block;
  width: 1em;
  text-align: left;
  animation: ellipsisSteps 1.5s infinite steps(3);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--image-overlay-bg);
  z-index: 1;
}

.overlay-light {
  background-color: var(--overlay-color-light);
}

/* ===== HOME-PAGE-STYLES-END ===== */
/* WELCOME-SECTION */
.welcome {
  padding-block-start: var(--s140);
}

.intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--s16);
  text-align: center;
  margin-block-end: var(--s120);
}

.heading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--s5);
  text-align: center;
}

.top-text {
  margin-bottom: var(--s8);
  font-family: var(--font-body);
  color: var(--theme-primary);
  font-size: var(--s13);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: var(--s1);
  text-transform: uppercase;
}

.h3-small {
  margin-bottom: var(--s8);
  font-family: var(--font-body);
  color: var(--theme-primary);
  font-size: var(--s16);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: var(--s1);
  text-transform: uppercase;
}

.heading-title {
  color: var(--text-primary);
  font-size: var(--s52);
  line-height: var(--s44);
  font-weight: 400;
  letter-spacing: var(--s1);
}

.sectiontext {
  color: var(--text-primary);
  font-size: var(--s17);
  font-weight: 300;
  line-height: 1.5;
  margin-block-start: var(--s8);
}

.intro-wrapper {
  margin-block-end: var(--s120);
}

.welcome-wrapper {
  display: flex;
  justify-content: center;
  width: 90%;
  margin-inline: auto;
}

.floating-image {
  position: absolute;
}

.vector-map {
  position: absolute;
  width: var(--s300);
  margin-right: auto;
  margin-left: auto;

  z-index: 2;
}

.floating-images {
  position: relative;
  width: 65%;
  height: 45vh;
}

.floating-img-1 {
  left: 9%;
  top: auto;
  right: 0%;
  bottom: 12%;
  z-index: 3;
}

.floating-img-2 {
  left: auto;
  top: -28%;
  right: 0%;
  bottom: auto;
  z-index: 5;
}

/* WELCOME-SLIDER */
.carousel,
.carousel-inner,
.carousel-item {
  height: var(--h110);
}

.carousel-control-prev,
.carousel-control-next {
  width: var(--s80);
  font-size: var(--s40);
  opacity: 1;
}

/* ROOM-SLIDER-STYLES */
.roomslider {
  background-color: var(--bg-light);
  display: flex;
  flex-direction: column;
  gap: var(--s32);
}

.section-heading-wrapper {
  display: flex;
  flex-direction: column;
}

.section-heading {
  color: var(--text-primary);
  font-size: var(--s38);
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: var(--s1);
}

/* SWIPER-SLIDE-STYLES */
.roomSlider .swiper-slide {
  box-sizing: border-box;
}

.swiper {
  width: 100%;
  height: 100%;
  padding-block-end: var(--s100);
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  position: static;
}

.swiper-button-prev::before,
.swiper-button-next::before,
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  width: 0;
  height: 0;
  font-size: 0;
  display: none;
}

.sliderbuttons {
  display: flex;
  gap: var(--s16);
  margin-block-start: var(--s32);
}

.swiper-button-prev,
.swiper-button-next {
  border: solid var(--s1) var(--theme-primary);
  border-radius: 100%;
  width: var(--s45);
  height: var(--s45);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.swiper-button-prev {
  color: var(--theme-primary);
}

.swiper-button-next {
  background-color: var(--theme-primary);
  color: var(--white);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: pointer;
  opacity: 1;
}

/* ROOM-CARD */
.cardroom {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: var(--s12);
  max-width: var(--s450);
}

.cardroom-thumbnail {
  width: 100%;
  height: var(--s260);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.cardroom-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.roomoverlay {
  background-color: var(--room-overlay-bg);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--s260);

  text-align: center;
  transition: var(--transition);
  z-index: 2;
}

.overlay-text {
  color: var(--white);
  font-family: var(--font-book);
  font-size: var(--s16);
  line-height: var(--s24);
  letter-spacing: calc(var(--s1) / 2);
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  transition: var(--transition);
}

.cardroom-details-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--s8);
}

.pricedetails {
  border-bottom: solid var(--s1) var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block-end: var(--s10);
}

.roomtitle {
  color: var(--text-primary);
  font-size: var(--s24);
  font-weight: 400;
  line-height: var(--s30);
}

.price {
  color: var(--theme-primary);
  font-family: var(--font-book);
  font-size: var(--s22);
  font-weight: 400;
  line-height: var(--s33);
  letter-spacing: calc(var(--s1) / 4);
}

.roomtext {
  color: var(--text-primary);
  font-family: var(--font-book);
  font-size: var(--s16);
  font-weight: 400;
  line-height: var(--s24);
  white-space: nowrap;
}

.roomdetail {
  display: flex;
  align-items: center;
  gap: var(--s24);
  padding-block-start: var(--s14);
}

.roominfo {
  display: flex;
  align-items: center;
  gap: var(--s8);
}

.cardroom:hover .roomoverlay {
  background-color: var(--room-overlay-hover-bg);
}

.cardroom:hover .overlay-text {
  opacity: 1;
}

.cardroom:hover .cardroom-thumbnail img {
  transform: scale(1.1);
}

/* SECTION-SEYLES */
.section {
  padding-block: var(--s120);
}

.bg-1,
.bg-2 {
  height: var(--h110);
  display: flex;
  align-items: center;
  justify-content: center;

  background-attachment: var(--bg-attachment);
  background-repeat: var(--bg-repeat);
  background-size: var(--bg-size);
}

.bg-1 {
  background-position: var(--bg-1-position);
}

.bg-2 {
  background-position: var(--bg-2-position);
}

.section-bg-title {
  color: var(--white);
  font-size: var(--s52);
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
  letter-spacing: var(--s1);
}

/* HOME-SECTION-1-STYLES */
.homesection-1 {
  background-color: var(--bg-light);
  position: relative;
}

.grid-1000 {
  position: relative;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: var(--s80);
  grid-row-gap: var(--s16);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  width: var(--full-width);
  max-width: var(--s1000);
  margin-inline: auto;
}

.grid-image-container {
  display: flex;
  flex-direction: column;
  width: var(--full-width);
  height: var(--s450);
  overflow: hidden;
}

.grid-image {
  width: var(--full-width);
  height: var(--full-height);
  background-position: var(--bg-1-position);
  background-size: var(--bg-size);
  background-repeat: var(--bg-repeat);
}

.grid-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
}

h2 {
  font-size: var(--s38);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: var(--s1);
}

.text-wrapper .top-text {
  margin-bottom: var(--s8);
}

.text-wrapper h2 {
  margin-bottom: var(--s8);
}

.text-wrapper .paragraph {
  margin-block-start: var(--s10);
}

.list {
  margin-block: var(--s32);
}

.list-item {
  margin-block-end: var(--s6);
}

.left-up-icon {
  position: absolute;
  left: 0%;
  top: 12%;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 50%;
  z-index: 1;
}

.left-up-icon.middle {
  top: auto;
  bottom: 25%;
}

.left-leaf {
  margin-left: -50px;
}

.right-down-icon {
  position: absolute;
  left: auto;
  bottom: auto;
  right: 0%;
  top: 25%;
  overflow: hidden;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 1;
}

.right-leaf {
  margin-right: -50px;
}

.floating-img-3 {
  left: 22%;
  top: auto;
  right: auto;
  bottom: -14%;
}

/* HOME-SECTION-2-STYLES */
.homesection-2 {
  position: relative;
}

.floating-img-4 {
  left: auto;
  top: auto;
  right: 25%;
  bottom: -20%;
  z-index: 8;
  width: var(--s260);
}

.section-content-wrapper {
  margin-bottom: var(--s90);
}

.left-down-icon {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -31%;
  z-index: 10;
  overflow: hidden;
  width: 50%;
}

/* SECTION-1-STYLES */
.section-1 {
  background-color: var(--bg-light);
}

.text-wrapper-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60%;
  margin-inline: auto;
  text-align: center;
}

.text-wrapper-center h2 {
  margin-bottom: var(--s8);
}

.text-wrapper-center .subtitle {
  margin-block-start: var(--s8);
  margin-block-end: var(--s10);
}

.grid-margin {
  margin-block-start: var(--s48);
  margin-block-end: var(--s44);
}

.tri-col-grid {
  display: grid;
  overflow: visible;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: var(--s32);
  grid-row-gap: var(--s16);
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.html-embed {
  display: none;
}

.column-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  overflow: hidden;
}

.column-content-wrapper:hover .grid-img {
  transform: scale(0.97);
}

.grid-img {
  background-position: var(--bg-1-position);
  background-size: var(--bg-size);
  background-repeat: var(--bg-repeat);
  width: 100%;
  height: var(--s350);
  margin-bottom: var(--s24);
  transition: var(--transition);
}

h3 {
  color: var(--text-primary);
  font-size: var(--s24);
  line-height: var(--s30);
  font-weight: 400;
  margin-bottom: var(--s10);
  letter-spacing: var(--s1);
}

.p-small {
  font-size: var(--s15);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: var(--s10);
}

/* SECTION-2-STYLES */
.quotesection {
  background-color: var(--bg-light);
}

.block-quote {
  border-left: var(--s5) solid var(--block-quote-border-color);
  border-left: 0;
  font-family: var(--font-heading);
  font-size: var(--s45);
  font-weight: 400;
  line-height: 1.5;
  width: 60%;
  margin-inline: auto;
  margin-block-end: var(--s10);
  padding: var(--s10) var(--s20);
  text-align: center;
}

.author-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.orange-line {
  width: var(--s45);
  height: var(--border-width);
  margin-right: var(--s16);
  background-color: var(--theme-primary);
}

/* Newsletter */
.newsletter {
  background: var(--bg-newsletter);
  padding: var(--s80) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.newsletter-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--s32);
}

.btn-subscribe {
  color: var(--bg-newsletter);
  font: 400 var(--s15) var(--font-book);
  letter-spacing: var(--s1);
  opacity: 0.8;
  text-transform: uppercase;
  transition: var(--transition);
}

.btn-subscribe:hover {
  opacity: 1;
}

.section-title {
  color: var(--white);
  font-size: var(--s40);
  line-height: 1.3;
}

.section-text {
  color: var(--white);
}

.inputfield {
  background: transparent;
  border: none;
  border-bottom: solid var(--border-width) var(--white);
  color: var(--white);
  font: 300 var(--s15) var(--font-body);
  width: var(--full-width);
  height: var(--s48);
  padding: var(--s8) var(--s12);
  transition: var(--transition);
}

.inputfield::placeholder {
  color: var(--white);
  font: 300 var(--s15) var(--font-body);
}

.inputfield:focus {
  background: var(--input-focus);
}

/* ===== FOOER-STYLES ===== */
.footer {
  background: var(--bg-light);
  padding-top: var(--s60);
}

.foot-border {
  border-color: var(--foot-border-color);
  opacity: 0.5;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: var(--s8);
  flex: 0 auto;
}

.footer-menu-link {
  color: var(--theme-primary);
  font-size: var(--s16);
  font-weight: 400;
  letter-spacing: var(--footer-link-spacing);
  transition: var(--transition);
}

.footer-menu-link:hover {
  color: var(--text-primary);
}

.footer-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--s24);
}

.footer-info {
  display: flex;
  align-items: baseline;
  gap: var(--s32);
}

.foot-title {
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: var(--s12);
  font-weight: 500;
  letter-spacing: var(--s1);
  line-height: 1.3;
  text-transform: uppercase;
}

.footlist-item,
.footlist-link {
  font-family: var(--font-body);
  font-size: var(--s16);
}

.footlist-item {
  color: var(--text-primary);
  font-weight: 300;
}

.footlist-link {
  color: var(--theme-primary);
  font-weight: 400;
  letter-spacing: var(--footer-link-spacing);
  transition: var(--transition);
}

.footlist-link:hover {
  color: var(--text-primary);
}

.contactlist {
  display: flex;
  flex-direction: column;
}

.contactlist-link {
  color: var(--theme-primary);
  font-size: var(--s16);
  font-weight: 400;
  transition: var(--transition);
}

.contactlist-link:hover {
  color: var(--text-primary);
}

.followlist {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--s4);
}

.followlist-link {
  color: var(--theme-primary);
  font-size: var(--s28);
  transition: var(--transition);
}

.followlist-link:hover {
  color: var(--text-primary);
}

.copyright-text {
  color: var(--text-primary);
  font-size: var(--s16);
  font-weight: 400;
  letter-spacing: var(--footer-link-spacing);
}

.copyright-text .currentYear {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}
/* ===== HOME-PAGE-STYLES-END ===== */

/* ===== ROOM-PAGE-STYLES-START ===== */

.main {
  background-color: var(--bg-light);
  display: flex;
  flex-direction: column;
}

.grid-100 {
  position: relative;
  display: grid;
  width: var(--full-width);
  margin-inline: auto;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.faq-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#faq-wrapper {
  grid-column-end: 2;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-row-start: 1;
  align-self: start;
}

.faq-container-image {
  display: flex;
  flex-direction: column;
  width: var(--full-width);
  height: var(--s450);
  overflow: hidden;
}

.faq-container-image img {
  transition: var(--transition);
}

.faq-container-image:hover img {
  transform: scale(1.1);
}

/* FAQ-ACCORDION-STYLES */
.accordion {
  width: var(--full-width);
  min-height: var(--s390);
}

.accordion-item {
  border: 0;
  width: var(--full-width);
}

.accordion-item:first-of-type > .accordion-header .accordion-button,
.accordion-item:last-of-type > .accordion-header .accordion-button {
  border-radius: 0;
}

.accordion-item > .accordion-header {
  height: var(--75);
}

.accordion-item > .accordion-header .accordion-button {
  background: transparent;
  box-shadow: none;
  border-bottom: solid var(--border-width) var(--faq-border-color);
  display: flex;
  align-items: center;
  gap: var(--s16);
  height: var(--75);
  transition: var(--transition);
}

.accordion-item > .accordion-header .accordion-button:not(.collapsed) .faqicon {
  transform: rotate(-180deg);
}

.accordion-item > .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--bg-light);
  border-color: var(--bg-light);
}

.accordion-collapse.collapse:not(.show) .accordion-body,
.accordion-collapse.collapse.show .accordion-body,
.accordion-body {
  background-color: var(--bg-light);
}

.accordion-button::after {
  content: "";
  width: 0;
  height: 0;
  display: none;
}

.faqicon {
  border-bottom: solid var(--s1) var(--faq-border-color);
  border-radius: 100%;
  font-size: var(--s15);
  line-height: 1;
  width: var(--s30);
  height: var(--s30);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}

.faqtitle {
  font-family: var(--font-book);
  font-size: var(--s17);
  font-weight: 300;
  line-height: var(--s26);
}

.accordion-item > .accordion-header .accordion-button:hover {
  background-color: var(--bg-light);
}

.accommodations {
  display: grid;
  justify-items: stretch;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: var(--s16);
  grid-row-gap: var(--s16);
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
}

.roomcontainer {
  position: relative;
  display: flex;
  overflow: visible;
  width: var(--full-width);
  margin-bottom: var(--s100);
  padding-block: var(--s40);
  justify-content: flex-end;
  align-items: stretch;
}

.preview-image {
  position: absolute;
  width: var(--full-width);
  height: var(--s580);
  max-width: var(--s750);
  float: left;
  background-position: var(--bg-1-position);
  background-size: var(--bg-size);
  background-repeat: var(--bg-repeat);
  z-index: 0;
}

.roomcontainer:nth-child(even) {
  justify-content: flex-start;
}

.roomcontainer:nth-child(2n + 1) .preview-image {
  left: 0;
}

.roomcontainer:nth-child(2n + 2) .preview-image {
  right: 0;
}

.roomdescription {
  background-color: var(--white);
  position: relative;
  display: flex;
  width: var(--full-width);
  max-width: var(--s600);
  margin-block-start: var(--s26);
  padding: var(--s32);
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}

.roomfeatures {
  margin-block-start: var(--s16);
  margin-block-end: var(--s24);
  font-family: var(--font-body);
  font-size: var(--s15);
  font-weight: 300;
  line-height: 1.5;
}

.nav-tabs {
  gap: var(--s20);
  border: 0;
}

.nav-tabs .nav-link {
  border: 0;
  color: var(--theme-primary);
  font-size: var(--s15);
  letter-spacing: var(--border-width);
  opacity: 0.5;
  outline: none;
  text-transform: uppercase;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:active {
  outline: none;
  border: 0;
}

.nav-tabs .nav-link.active {
  color: var(--theme-primary);
  opacity: 1;
  border: 0;
}

.unorderlist {
  list-style: disc;
}

.unorderlist li,
.description-text {
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: var(--s15);
  font-weight: 300;
}

/* ===== ROOM-PAGE-STYLES-END ===== */

/* ===== SINGLE-ROOM-STYLES-START ===== */

.intro-title {
  width: 70%;
  margin-inline: auto;
  margin-block-end: var(--s16);
  border-left: 0 none transparent;
  font-family: var(--font-heading);
  font-size: var(--s38);
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: var(--s1);
  text-align: center;
}

.room-details-wrapper {
  display: flex;
  width: 70%;
  margin-inline: auto;
  margin-top: var(--s32);
  flex-direction: column;
  align-items: center;
}

.hero-room-features {
  position: relative;
  display: flex;
  margin-block-start: var(--s16);
  margin-block-end: var(--s24);
  justify-content: space-between;
  font-family: var(--font-body);
  font-size: var(--s15);
  line-height: 1.5;
  font-weight: 300;
  width: var(--full-width);
  z-index: 10;
}

.stay-detail {
  display: flex;
  align-items: center;
  gap: var(--s16);
}

.stay-detail-icon {
  width: var(--s25);
  height: var(--s20);
  opacity: 0.8;
}

.room-page-slider,
.room-page-slider .carousel-inner,
.room-page-slider .carousel-item {
  height: var(--full-vh);
}

.single-room-details {
  background-color: var(--bg-light);
}

.facilities-grid {
  display: grid;
  width: var(--full-width);
  justify-content: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: var(--s16);
  grid-row-gap: var(--s16);
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

.facilities {
  grid-row-start: span 1;
  grid-row-end: span 1;
  grid-column-start: span 1;
  grid-column-end: span 1;
}

.room-richtext {
  font-family: var(--font-body);
  font-size: var(--s15);
  line-height: 1.5;
  font-weight: 300;
}

.room-richtext figure {
  display: flex;
  align-items: center;
  gap: var(--s14);
  padding-right: 0;
  margin-block-end: var(--s10);
}

.room-richtext figure img {
  width: var(--s18);
  height: var(--s18);
  opacity: 0.8;
}

/* ===== SINGLE-ROOM-STYLES-END ===== */

/* ===== ABOUT-PAGE-STYLES-START ===== */

.mission-grid-element {
  display: flex;
  flex-direction: column;
  gap: var(--s32);
  width: var(--full-width);
}

.mission-image-div {
  background-position: var(--bg-1-position);
  background-repeat: var(--bg-repeat);
  background-size: var(--bg-size);
}

.mission-image-div.square {
  height: var(--s450);
}

.mission-image-div.vertical {
  height: var(--s550);
}

.mission-grid-element.padding-left {
  padding-inline-start: var(--s80);
}

.mission-grid-element.padding-left.margin-top {
  margin-block-start: var(--s80);
}

/* ===== ABOUT-PAGE-STYLES-END ===== */

/* ===== CONTACT-PAGE-STYLES-START ===== */

.contact {
  background-color: var(--bg-light);
}

.contact-form {
  display: flex;
  padding: var(--s12);
  flex-direction: column;
  align-items: flex-start;
}

.name-form-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--s16);
  width: var(--full-width);
  height: auto;
}

.inner-input-wrapper {
  display: flex;
  width: var(--full-width);
  margin-block-start: var(--s32);
  flex-direction: column;
  flex: 1;
}

.contact-label {
  display: block;
  font-family: var(--font-body);
  font-size: var(--s15);
  font-weight: 400;
  margin-block-end: var(--s3);
}

.text-input {
  background-color: var(--input-bg);
  color: var(--text-primary);
  border-style: none none solid;
  border-width: 0 0 var(--s1);
  border-color: var(--black) var(--black) var(--white);
  border-bottom-color: var(--input-border-color);

  display: block;
  width: var(--full-width);
  height: var(--s38);
  padding: var(--s8) var(--s12);
  transition: var(--transition);
}

.contact-textarea {
  border-style: none none solid;
  border-width: 0 0 var(--s1);
  border-color: var(--black) var(--black) var(--input-border-color);
  background-color: var(--textarea-bg);
  color: var(--text-primary);

  max-width: var(--full-width);
  min-height: var(--s80);
  padding: var(--s8) var(--s12);
  transition: var(--transition);
}

.text-input:focus,
.contact-textarea:focus {
  background-color: var(--white);
  border-bottom-color: var(--input-focus-border-color);
  outline: none;
}

.checkbox-field {
  cursor: pointer;
  display: flex;
  margin-block-start: var(--s24);
  margin-block-end: var(--s5);
  padding-inline-start: var(--s20);
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.contact-checkbox {
  width: var(--s18);
  height: var(--s18);
  margin-inline-start: -20px;
  margin-inline-end: var(--s8);
  float: left;
  margin-block-start: var(--s4);
  margin-block-end: var(--s24);
  line-height: normal;
}

.disclaimer-text {
  font-size: var(--16);
  font-weight: 300;
}

.contact-color {
  color: var(--theme-primary);
}

/* ===== CONTACT-PAGE-STYLES-END ===== */

/* ===== GALLERY-PAGE-STYLES-START ===== */

.gallery-thumb {
  width: var(--full-width);
  height: var(--full-height);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.gallery-thumb.thumb-1 {
  height: var(--s220);
}

.gallery-thumb.thumb-2 {
  height: var(--s420);
}

.gallery-thumb .gallery-link {
  width: var(--full-width);
  height: var(--full-height);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-thumb .gallery-link img {
  width: var(--full-width);
  height: var(--full-height);
  object-fit: cover;
  transition: var(--transition);
}

.gallery-thumb .gallery-link:hover img {
  transform: scale(1.1);
}

.baguetteBox-button {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  opacity: 1;
  border: 0;
  box-shadow: none;
  transition: var(--transition);
}

.baguetteBox-button svg {
  position: static;
  width: 0;
  height: 0;
  display: none;
}

.baguetteBox-button#close-button,
.baguetteBox-button#previous-button,
.baguetteBox-button#next-button {
  background-color: var(--theme-primary);
  width: var(--s48);
  height: var(--s48);
}

.baguetteBox-button#close-button::after,
.baguetteBox-button#next-button::after,
.baguetteBox-button#previous-button::after {
  position: absolute;
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
}

.baguetteBox-button#close-button::after {
  content: "\f00d";
}

.baguetteBox-button#previous-button::after {
  content: "\f053";
}

.baguetteBox-button#next-button::after {
  content: "\f054";
}

.baguetteBox-button#close-button:hover,
.baguetteBox-button#previous-button:hover,
.baguetteBox-button#next-button:hover {
  background-color: var(--theme-secondary);
}

/* ===== GALLERY-PAGE-STYLES-END ===== */

/* ===== ACTIVITIES-PAGE-STYLES-START ===== */

.activities h3 {
  font-family: var(--font-book);
  margin-bottom: var(--s32);
}

.activities-list {
  columns: 3;
}

/* ===== ACTIVITIES-PAGE-STYLES-END ===== */

/* ===== BOOKING-FORM-STYLES-END ===== */

.bookingdetails {
  background-color: var(--bg-light);
}

.bookinglist {
  display: flex;
  flex-direction: column;
  gap: var(--s8);
}

.bookinfos .bookinglist,
.foodmenus,
.activitiesinfo {
  background-color: var(--white);
  padding: var(--s18);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
  height: var(--full-height);
}

.foodmenus h5 {
  font-family: var(--font-body);
}

.bookinglist-item,
.foodmenu-item,
.activitylist-item {
  font-size: var(--s15);
}

.bookform {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: var(--s20);
  align-items: end;
}

.bookform .btn-cta {
  font-size: var(--s14);
}

/* ===== BOOKING-PAGE-STYLES-END ===== */

/* ===== RESPONSIVE DESIGN ===== */

/* Optional: at very large screens, limit max columns */
@media (min-width: 1200px) {
  .booking-grid {
    grid-template-columns: repeat(7, 1fr);
  }
}

@media screen and (max-width: 1024px) {
  .floating-img-3 {
    left: 8%;
  }

  .floating-img-4 {
    right: 21%;
    bottom: -21%;
  }

  .block-quote {
    font-size: var(--s40);
  }
}

/* TABLET-PRO-STYLES */
@media screen and (max-width: 991px) {
  #main-header {
    position: fixed;
    background: var(--bg-newsletter);
    height: var(--s80);
  }

  .hero-headline {
    font-size: var(--s70);
  }

  .hero-subtitle {
    font-size: var(--s16);
  }

  .section-title {
    font-size: var(--s35);
  }

  .welcome {
    padding-block-start: var(--s120);
  }

  .section {
    padding-block: var(--s80);
  }

  .intro {
    gap: var(--s5);
  }

  .heading-title {
    font-size: var(--s48);
  }

  .grid-1000 {
    padding-inline: var(--s20);
    grid-column-gap: var(--s50);
  }

  .left-up-icon,
  .left-down-icon,
  .right-down-icon {
    display: none;
  }

  .floating-img-3 {
    width: var(--s250);
    bottom: 0;
  }

  .floating-img-4 {
    width: var(--s240);
  }

  h2 {
    font-size: var(--s30);
  }

  .block-quote {
    font-size: var(--s35);
    width: 80%;
  }

  .grid-img {
    height: var(--s300);
  }

  .floating-images {
    width: 80%;
    height: 40vh;
    margin-block-start: var(--s48);
  }

  .floating-img-1 {
    left: 0;
    bottom: 40%;
  }

  .intro-wrapper {
    margin-block-end: var(--s100);
  }

  .welcome-wrapper {
    width: var(--full-width);
  }

  .vector-map {
    top: var(--s180);
  }

  .hero-room-features {
    height: var(--s150);
    flex-direction: column;
    align-items: flex-start;
    max-width: 50%;
    margin-inline: auto;
  }

  .intro-title {
    width: var(--full-width);
  }

  .grid-100 {
    padding-inline: var(--s20);
    grid-column-gap: var(--s24);
    grid-template-columns: 1fr;
  }

  #faq-wrapper {
    grid-row-start: 2;
  }

  .preview-imagen {
    height: 50vh;
    max-width: none;
  }

  .roomdescription {
    top: 50vh;
    max-width: none;
    margin-top: 0;
  }

  .accordion {
    min-height: auto;
  }

  .loader-subtitle {
    font-size: var(--s16);
  }

  .header {
    height: var(--s100);
  }

  .brand-logo-link {
    width: var(--s100);
    height: var(--s100);
  }

  .mission-grid-element.padding-left {
    padding-inline-start: 0;
  }

  .mission-grid-element.padding-left.margin-top {
    margin-block-start: var(--s60);
  }

  .mission-image-div.square {
    height: var(--s350);
  }

  .mission-image-div.vertical {
    height: var(--s450);
  }

  .bookform {
    grid-template-columns: repeat(2, 1fr);
  }

  .bookform .submit-block {
    grid-column: auto;
    justify-self: start;
    width: var(--full-width);
  }
}

/* Optional: at smaller tablets */
@media (min-width: 768px) and (max-width: 991px) {
  .booking-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .submit-block {
    grid-column: span 2;
    display: flex;
    align-items: flex-end;
  }
}

/* TABLET-NORMAL-STYLES */
@media screen and (max-width: 767px) {
  .hero-headline {
    font-size: var(--s40);
  }

  .footer-info-wrapper,
  .foot-border {
    padding-inline: var(--s20);
  }

  .footer-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--s8);
    text-align: center;
  }

  .footer-info-wrapper {
    text-align: center;
  }

  .welcome {
    padding-block-start: var(--s100);
  }

  .heading-title {
    font-size: var(--s42);
  }

  .section {
    padding-block: var(--s60);
  }

  .roomslider {
    gap: var(--s20);
  }

  .section-bg-title {
    font-size: var(--s42);
  }

  .bg-text {
    max-width: 80%;
    margin-inline: auto;
  }

  .floating-img-3 {
    left: auto;
    top: 24%;
    right: 11%;
    bottom: auto;
    display: block;
  }

  .grid-1000 {
    padding-inline: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }

  .grid-image-container {
    height: 50vh;
  }

  .grid-content-wrapper {
    margin-block-start: var(--s90);
  }

  .section-content-wrapper {
    margin-block-end: 0;
  }

  .homesection-2 .grid-1000 .grid-image-container {
    order: 0;
    margin-block-end: var(--s96);
  }

  .homesection-2 .grid-1000 .grid-container {
    margin-block-end: var(--s20);
  }

  .homesection-2 .grid-1000 .grid-content-wrapper {
    order: 1;
    margin-block-start: 0;
  }

  .floating-img-4 {
    bottom: auto;
    top: 24%;
    right: 6%;
    width: var(--s200);
    height: var(--s200);
  }

  .btn-outline {
    width: var(--full-width);
  }

  .text-wrapper-center,
  .text-wrapper-center .top-text {
    width: var(--full-width);
    text-align: left;
  }

  .html-embed {
    display: none;
    overflow: scroll;
  }

  .column-content-wrapper {
    overflow: scroll;
    width: 60vw;
    scroll-snap-align: start;
    text-align: left;
  }

  .tri-col-grid {
    max-width: 95%;
    overflow-x: scroll;
    scroll-snap-align: start;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 var(--s20);
  }

  .tri-col-grid::-webkit-scrollbar {
    display: none;
  }

  .grid-img {
    height: var(--s250);
  }

  .floating-images {
    width: 100%;
    margin-block-start: 0;
  }

  .floating-img-1 {
    left: 2%;
    bottom: 20%;
    width: var(--s200);
  }

  .floating-img-2 {
    right: 0;
    width: var(--s250);
  }

  .vector-map {
    display: none;
  }

  .intro-wrapper {
    margin-block-end: 0;
  }

  .room-details-wrapper {
    width: var(--full-width);
  }

  .intro-title.rooms {
    font-size: var(--s32);
  }

  .booking-area {
    padding-inline: var(--s10);
  }

  .faq-container-image {
    height: 50vh;
  }

  .roomcontainer {
    margin-bottom: 50vh;
    padding-block: 0;
  }

  .grid-100 {
    padding-inline: 0;
  }

  .faqtitle {
    font-size: var(--s14);
  }

  .roomcontainer .btn-cta {
    width: var(--full-width);
  }

  .contact .grid-image {
    min-height: var(--s200);
  }

  .loader-subtitle {
    font-size: var(--s15);
  }

  .activities-list {
    columns: 1;
  }

  .mission-image-div.square,
  .mission-image-div.vertical {
    height: 60vh;
  }

  .mission-grid-element.padding-left.margin-top {
    margin-block-start: var(--s32);
  }

  .bookform {
    grid-template-columns: 1fr;
    align-items: end;
  }
}

/* MOBILE-RESPONSIVE-STYLES */
@media screen and (max-width: 479px) {
  .floating-img-3 {
    width: var(--s220);
  }

  .footer {
    padding-top: var(--s24);
  }

  .block-quote {
    font-size: var(--s32);
    width: var(--full-width);
  }

  .column-content-wrapper {
    width: 75vw;
  }

  .floating-images {
    height: 40vh;
  }

  .floating-img-1 {
    left: 0;
    width: var(--s170);
  }

  .floating-img-2 {
    width: var(--s200);
  }

  .intro-title.rooms {
    font-size: var(--s24);
  }

  .hero-room-features {
    max-width: var(--full-width);
  }

  .facilities-grid {
    grid-template-columns: 1fr;
  }

  .booking-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .roomdescription {
    padding: var(--s20);
  }

  .btn-cta {
    font-size: var(--s13);
  }

  .inner-input-wrapper {
    margin-block-start: var(--s16);
  }

  .mission-grid-element.padding-left.margin-top {
    margin-block-start: var(--s16);
  }

  .hero-headline {
    font-size: var(--s32);
  }
}

/* SMALL-MOBILE-STYLES */
@media screen and (max-width: 359px) {
  .footer-menu-link,
  .copyright-text {
    font-size: var(--s15);
  }
}

/* EXTRA-SMALL-MOBILE-STYLES */
@media screen and (max-width: 319px) {
  .hero-headline {
    font-size: var(--s24);
  }

  .weather {
    margin-block-start: -3rem;
  }

  .hero-headline-wrapper {
    gap: var(--s8);
  }
}

/* ===== ANIMATIONS ===== */
/* FADEINUP */
@keyframes fadeInUp {
  0% {
    transform: translate(0px, 100px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    transform: translate(0px, -100px);
    opacity: 0;
  }
  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

/* REDIRECTING... */
@keyframes ellipsisSteps {
  0% {
    content: "";
  }
  33% {
    content: ".";
  }
  66% {
    content: "..";
  }
  100% {
    content: "...";
  }
}

/* ===== END OF STYLES ===== */
/* End of file: style.css */
