/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.3.0
	Stable tag: 3.3.0
	Requires at least: 6.0
	Tested up to: 6.7
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
* Document basic styling
* Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

*,
*::before,
*::after {
  box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: ;
  background-color: #fff9ee;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.body-hidden {
  overflow: hidden;
  height: 100vh;
}

/** font display swap */

@font-face {
    font-family: 'Bodoni 72';
    src: url('/wp-content/uploads/2025/02/bodoni-72-book.ttf') format('truetype');
    font-display: swap;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
  /* font-family: inherit; */
  font-weight: 400;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-block-start: 0;
  margin-block-end: 0.9rem;
}

/* Grouping content
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: #000;
}
a:hover,
a:active {
  color: #333366;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-block-end: none; /* 1 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
 */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

/* Interactive
 */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

figcaption {
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

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

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

/* Misc
 */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Print
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #cccccc;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -moz-column-break-after: avoid;
    break-after: avoid;
  }
}
/**
 * Form styling
 */
label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 1rem; /* 1 */
  line-height: 1.5; /* 1 */
  margin: 0; /* 2 */
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
  width: 100%;
  border: solid 1px #666666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  transition: all 0.3s;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
  border-color: #333333;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  width: auto;
  -webkit-appearance: button;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type="submit"],
[type="button"] {
  display: inline-block;
  font-weight: 400;
  color: #cc3366;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #cc3366;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  transition: all 0.3s;
}
button:focus:not(:focus-visible),
[type="submit"]:focus:not(:focus-visible),
[type="button"]:focus:not(:focus-visible) {
  outline: none;
}
button:hover,
button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
  color: #ffffff;
  background-color: #000;
  text-decoration: none;
}
button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
  cursor: pointer;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
  resize: vertical;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

select {
  display: block;
}

/**
 * Table styling
 */
table {
  background-color: transparent;
  width: 100%;
  margin-block-end: 15px;
  font-size: 0.9em;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table th {
  font-weight: bold;
}
table thead th,
table tfoot th {
  font-size: 1em;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: rgba(128, 128, 128, 0.0705882353);
}
table tbody tr:hover > td,
table tbody tr:hover > th {
  background-color: rgba(128, 128, 128, 0.1019607843);
}
table tbody + tbody {
  border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}
@media (max-width: 767px) {
  table table {
    font-size: 0.8em;
  }
  table table th,
  table table td {
    padding: 7px;
    line-height: 1.3;
  }
  table table th {
    font-weight: 400;
  }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
  margin-block-start: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* Text */
.fz_h1 {
  font-size: 70px;
  color: #3f0017 !important;
  font-weight: 400;
  font-family: "Bodoni 72", Sans-serif;
}
.fz_h2 {
  font-size: 50px;
  line-height: 1.1;
  font-weight: 400;
  font-family: "Bodoni 72", Sans-serif;
  margin: 0;
}

@media (max-width: 991px) {
  .fz_h1 {
    font-size: 50px !important;
  }
  .fz_h2 {
    font-size: 40px !important;
  }
  .title br {
    display: none;
  }
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.overlay.is-active {
  display: block;
}

/* breadcrumbs */
.breadcrumbs {
  position: relative;
  margin-bottom: 40px;
}

.breadcrumbs-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  list-style: none;
}

.breadcrumbs li {
  padding: 0;
  list-style: none;
}

.breadcrumbs .breadcrumbs-separator {
  position: relative;
  padding: 0 16px;
}

.breadcrumbs-separator svg {
  position: relative;
  width: 6px;
  height: auto;
}

.breadcrumbs-separator svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.breadcrumbs-item a,
.breadcrumbs-item span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}

.breadcrumbs-item a {
  transition: 0.3s ease;
}

.breadcrumbs-item a:hover {
  color: #3f0017;
}

@media (max-width: 767px) {
  .breadcrumbs-item a,
  .breadcrumbs-item span {
    font-size: 14px;
  }
}

/* Btn */
.btn-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  height: 69px;
  padding: 0 28px;
  color: #fff9ee;
  cursor: pointer;
  background-color: #3f0017;
  font-family: "Work Sans", Sans-serif;
  border-radius: 40px;
  width: fit-content;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background-color: #890d3a;
  color: #fff9ee;
}
.btn-outline a {
  background-color: transparent !important;
  border: 2px solid #3f0017;
  color: #3f0017 !important;
}

.btn-outline a:hover {
  background-color: #890d3a !important;
  border: 2px solid #890d3a;
  color: #fff !important;
}

/* Swiper */
.elementor-swiper-button {
  background-color: #fff9ee;
  width: 60px !important;
  height: 60px !important;
  border-radius: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: 0.3s ease !important;
  cursor: pointer !important;
}

.elementor-swiper-button svg {
  width: fit-content !important;
  height: auto !important;
  transition: 0.3s ease;
  fill: #000;
}

.elementor-swiper-button svg path {
  fill: #000;
  transition: 0.3s ease;
}

.elementor-swiper-button-prev {
  left: -30px !important;
}

.elementor-swiper-button-next {
  right: -30px !important;
}

.elementor-swiper-button:hover {
  background-color: #3f0017 !important;
}

.elementor-swiper-button:hover svg,
.elementor-swiper-button:hover svg path {
  fill: #fff;
}

.dialog-lightbox-message .elementor-swiper-button-prev {
  left: 10px !important;
}

.dialog-lightbox-message .elementor-swiper-button-next {
  right: 10px !important;
}

.dialog-lightbox-message .elementor-swiper-button svg {
  fill: #000 !important;
  width: 28px !important;
  height: 28px !important;
}

.dialog-lightbox-message .elementor-swiper-button:hover {
  background-color: #f0e8d8 !important;
}

.dialog-lightbox-message .elementor-swiper-button:hover svg,
.dialog-lightbox-message .elementor-swiper-button:hover svg path {
  fill: #000 !important;
}

@media (max-width: 767px) {
  .elementor-swiper-button {
    width: 44px !important;
    height: 44px !important;
  }
  .elementor-swiper-button-prev {
    left: -21px !important;
  }

  .elementor-swiper-button-next {
    right: -21px !important;
  }
  .dialog-lightbox-message .elementor-swiper-button svg {
    width: 22px !important;
    height: 22px !important;
  }
}

/* Video */
.e-hosted-video {
  position: relative;
}

.elementor-custom-embed-image-overlay {
  width: 100%;
  height: 100%;
}

.elementor-custom-embed-play svg {
  fill: transparent !important;
  width: 58px !important;
  height: 58px !important;
  opacity: 1 !important;
}

/* Toogle */
.elementor-toggle-icon-closed svg,
.elementor-toggle-icon-opened svg {
  width: 21px !important;
  height: 21px !important;
}

.elementor-widget-toggle .elementor-toggle-title {
  padding-right: 84px !important;
  display: block;
  line-height: 1.1 !important;
}

/* Gallery Image Cover */
.gallery-image-cover {
  position: relative;
}

.gallery-image-cover .elementor-image-gallery {
  display: flex;
}

.gallery-image-cover .gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery-image-cover .elementor-image-gallery figure img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gallery-image-cover .gallery-item {
  height: auto;
  aspect-ratio: 16/16;
}

.gallery-image-cover .gallery-item > div {
  height: 100%;
}

/* Carousel Image Cover */
.carousel-image-cover {
  aspect-ratio: 16 / 16;
}

.carousel-image-cover .elementor-image-carousel-wrapper {
  height: 100%;
}

.carousel-image-cover .swiper-slide-inner {
  height: 100%;
}

.carousel-image-cover .swiper-slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Single Post Room */
.room {
  position: relative;
  padding-bottom: 145px;
  padding-top: 215px;
}

.room h1.title,
.sRooms h1.title {
  text-align: center;
}

.container {
  position: relative;
  max-width: 1196px;
  padding: 0 28px;
  margin: 0 auto;
}

.room__slider {
  position: relative;
  width: 100%;
  margin-top: 105px;
  margin-bottom: 100px;
}

.room__slider .swiper-slide {
  aspect-ratio: 16/8;
}

.room__slider .swiper-slide img,
.roomCard__slider .swiper-slide img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.room .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.room__content {
  width: 100%;
  max-width: 590px;
}

.room__description {
  margin-bottom: 40px;
  margin-top: 28px;
}

.room__description p {
  margin-bottom: 20px;
  line-height: 1.7;
}

.room__description p:last-child {
  margin-bottom: 0;
}

.room__property {
  width: 100%;
  max-width: 370px;
}

.room__property li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  list-style: none;
  padding: 17px 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .room {
    padding-bottom: 90px;
    padding-top: 165px;
  }
  .room .wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .room__slider {
    margin-top: 50px;
    margin-bottom: 60px;
  }
  .room__content {
    margin-bottom: 60px;
  }
  .room__content .btn {
    margin: 0 auto;
  }
}

/* Simple Room */
.simpleRoom {
  position: relative;
  padding: 130px 0 180px;
  background-color: #fff;
}

.simpleRoom .container {
  max-width: 1380px;
}

.simpleRoom-title {
  color: #000000;
  font-family: "Bodoni 72", Sans-serif;
  font-size: 50px;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: 55px;
  margin-bottom: 30px;
  text-align: center;
}

.simpleRoom .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 64px;
  margin-top: 60px;
}

.simpleRoom .roomCard {
  padding: 0;
  width: 100%;
}

.simpleRoom .roomCard .title {
  font-size: 40px;
  margin-bottom: 16px;
}

.simpleRoom .roomCard .roomCard-property {
  margin-bottom: 16px;
}

.simpleRoom .roomCard__wrap {
  flex-direction: column;
  min-height: auto;
}

.simpleRoom .roomCard__slider {
  order: -1 !important;
  margin-top: 0 !important;
}

.simpleRoom .roomCard__content {
  margin-right: 0 !important;
  margin: 0 !important;
  padding-top: 15px;
}

.simpleRoom .roomCard__slider {
  width: 100%;
}

.simpleRoom .roomCard__slider .swiper-slide {
  width: 100% !important;
}

@media (max-width: 991px) {
.simpleRoom .wrap{
  grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {
  .simpleRoom {
    padding: 90px 0 140px;
  }

  .simpleRoom-title {
    font-size: 40px;
    line-height: 40px;
  }
  .simpleRoom .wrap{
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Swiper */
.swiper-button-prev,
.swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff9ee;
  width: 62px !important;
  height: 62px !important;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 0 !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none !important;
}

.swiper-button-prev {
  left: -31px !important;
}

.swiper-button-next {
  right: -31px !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 20px !important;
  height: auto !important;
}

.swiper-button-prev svg path,
.swiper-button-next svg path {
  transition: 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #3f0017;
}

.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
  fill: #fff;
}

@media (max-width: 991px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 48px !important;
    height: 48px !important;
  }

  .swiper-button-prev {
    left: -24px !important;
  }

  .swiper-button-next {
    right: -24px !important;
  }

  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 14px !important;
  }
}

/* Rooms */
.sRooms {
  position: relative;
  padding-top: 215px;
}

.roomCard {
  position: relative;
  padding: 130px 28px;
}

.roomCard:nth-child(even) {
  background-color: #fff;
}

.roomCard:nth-child(even) .roomCard__content {
  margin-left: 40px;
  order: 2;
  margin-right: 0;
}

.roomCard__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  min-height: 440px;
}

.roomCard__content {
  width: 100%;
  max-width: 590px;
  margin-right: 40px;
}

.roomCard__slider {
  position: relative;
  width: 440px;
  aspect-ratio: 16/16;
  background-color: #3f0017;
}

.roomCard__slider .swiper-slide {
  aspect-ratio: 16/16;
  /* background-color: #3f0017; */
}

.roomCard .title {
  margin-bottom: 28px;
}

.roomCard-property {
  margin-bottom: 28px;
  font-family: "Work Sans", Sans-serif;
  display: block;
}

.roomCard__desc {
  margin-bottom: 40px;
}

.rooms-subtitle {
  position: absolute;
  background-color: #fff9ee;
  padding: 0 16px;
  font-size: 14px;
  line-height: 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  color: #890d3a;
  font-weight: 500;
}

.rooms__wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  margin-top: 110px;
}

.rooms__list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}

.rooms__list_item {
  display: block;
  cursor: pointer;
  margin-right: 54px;
  font-family: "Work Sans", Sans-serif;
  white-space: nowrap;
  transition: 0.3s ease;
  padding: 32px 0;
}

.rooms__list_item:nth-child(3) {
  color: #9b073d;
  position: relative;
  font-weight: 600;
}

.rooms__list_item:nth-child(3)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 1px;
  background-color: #9b073d;
}

.rooms__list_item:last-child {
  margin-right: 10px;
}

.rooms__list_item:hover {
  opacity: 0.5;
}

@media (max-width: 1199px) {
  .rooms__list {
    overflow-x: auto;
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .sRooms {
    padding-top: 165px;
    overflow: hidden;
  }
  .roomCard {
    position: relative;
    padding: 80px 28px;
  }

  .roomCard__wrap {
    flex-direction: column;
  }

  .roomCard__slider {
    width: 100%;
    max-width: 590px;
    order: 2 !important;
    margin-top: 65px;
  }

  .roomCard__content {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* Header */
.cHeader {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: transparent;
  transition: background 0.3s ease, padding 0.3s ease;
  z-index: 999;
  padding: 38px 0;
}

.cHeader-container {
  width: 100%;
  max-width: 1320px;
  padding: 0 28px;
  margin: 0 auto;
}

.white-logo {
  display: none;
}

.cHeader-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.custom-logo-link {
  display: flex;
}

.cHeader__center {
  min-width: 255px;
  max-width: 255px;
}

.cHeader__left {
  width: 100%;
  display: flex;
}

.cHeader__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.cHeader-wrap:after,
.cHeader-wrap:before {
  content: "";
  position: absolute;
  background: rgba(137, 13, 58, 0.5);
  height: 1px;
  width: 41%;
  bottom: -37px;
}

.home .cHeader .cHeader-wrap:after,
.home .cHeader .cHeader-wrap:before {
  background: rgba(255, 255, 255, 0.5);
}

.cHeader-wrap:after {
  left: 0;
}

.cHeader-wrap:before {
  left: auto;
  top: auto;
  right: 0;
}

.cHeader-btn {
  height: 53px;
  padding: 0 24px;
  margin-left: 30px;
  white-space: nowrap;
}

.cHeader .menu {
  position: relative;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.cHeader .menu li {
  position: relative;
  margin-right: 50px;
  list-style: none;
}

.cHeader .menu li:last-child {
  margin-right: 0;
}

.cHeader .menu li a {
  position: relative;
  white-space: nowrap;
  font-size: 18px;
  color: #3f0017;
  cursor: pointer;
  padding: 12px 0;
  display: block;
  cursor: pointer;
}

.cHeader .menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #890d3a;
  bottom: -42px;
  opacity: 0;
  transition: 0.3s ease;
}

.home .cHeader .menu > li > a::after {
  background-color: #fff;
}

.cHeader .menu li .sub-menu {
  position: absolute;
  padding: 0;
  margin: 0;
  background: #3f0017;
  padding: 22px;
  top: 45px;
  z-index: 10;
  display: none;
}

.cHeader .menu li .sub-menu li a {
  color: #fff;
  transition: 0.3s ease;
}

.cHeader .menu li .sub-menu li a:hover {
  opacity: 0.75;
}

.cHeader .menu > li:hover > a {
  text-shadow: 1px 0 0 currentColor;
}

.cHeader .menu > li a:hover::after {
  opacity: 1;
}

.cHeader .menu .menu-item-has-children > a:before {
  content: "";
  position: absolute;
  right: -13px;
  top: 22px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #3f0017;
  border-right: 1px solid #3f0017;
  transform: rotate(135deg);
}

.cHeader .menu .menu-item-has-children:hover a:before {
  transform: rotate(-45deg);
}

.cHeader .menu .menu-item-has-children:hover .sub-menu {
  display: block;
}

.cHeader .current-menu-item > a::after {
  opacity: 1 !important;
}

.cHeader .current-menu-item > a {
  text-shadow: 1px 0 0 currentColor;
}

.cHeader.scrolled {
  background: #3f0017;
  padding: 16px 0;
  border-bottom: 1px solid #3f0017 !important;
}

.cHeader.scrolled .cHeader-wrap:before,
.cHeader.scrolled .cHeader-wrap:after {
  display: none;
}

.cHeader.scrolled .menu li a,
.home .cHeader .menu li a {
  color: #fff;
}

.cHeader.scrolled .menu .menu-item-has-children > a:before,
.home .cHeader .menu .menu-item-has-children > a:before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.cHeader.scrolled .custom-logo-link,
.home .cHeader .custom-logo-link {
  display: none;
}

.cHeader.scrolled .white-logo,
.home .cHeader .white-logo {
  display: block;
}

.cHeader.scrolled .cHeader-btn,
.home .cHeader .cHeader-btn {
  background-color: #fff;
  color: #3f0017;
}

.cHeader.scrolled .cHeader-btn:hover,
.home .cHeader .cHeader-btn:hover {
  background-color: #890d3a;
  color: #fff9ee;
}

.cHeader.scrolled .menu > li > a::after {
  display: none !important;
}

.cHeader.scrolled .hamburger svg path,
.home .cHeader .hamburger svg path {
  stroke: #fff;
}

.cHeader.scrolled .language-switcher ul li,
.home .cHeader .language-switcher ul li {
  color: #fff;
}

.cHeader.scrolled .language-switcher ul li::after,
.home .cHeader .language-switcher ul li::after {
  background: #fff;
}

.hamburger {
  display: none;
}

.hamburger svg path {
  transition: 0.3s ease;
}

/* Language */
.language-switcher {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
}

.language-switcher ul {
  display: flex;
  flex-direction: column;
}

.language-switcher ul li {
  opacity: 0.5;
  opacity: 1;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.language-switcher ul li {
  color: #3f0017;
  font-size: 16px;
  line-height: 1.4;
  padding-bottom: 2px;
  font-weight: 500;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  position: relative;
  transition: 0.3s ease;
}

.language-switcher ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #3f0017;
}

.language-switcher ul li:hover {
  opacity: 0.75;
}

/* Modal */

.languageModal {
  position: fixed;
  background-color: #fff9ee;
  width: 324px;
  min-height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: none;
}

.polylang-language-switcher {
  list-style: none;
  padding: 0;
}

.polylang-language-switcher li a {
  list-style: none;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.polylang-language-switcher li:last-child {
  border-bottom: none;
}

.polylang-language-switcher li a {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease;
  cursor: pointer;
}

.polylang-language-switcher li a:hover {
  background-color: #fff3dd;
}

.lang-left {
  display: flex;
  align-items: center;
}

.lang-circle {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 1px solid #890d3a;
  margin-right: 12px;
  position: relative;
}

.lang-name {
  position: relative;
}

.polylang-language-switcher li.active .lang-circle:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #890d3a;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1400px) {
  .language-switcher {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 20px;
    padding-top: 5px;
    top: auto;
    left: auto;
    transform: none;
    right: 0;
  }

  .language-switcher ul {
    flex-direction: row;
  }
  .language-switcher ul li {
    margin-bottom: 0px;
    margin-right: 12px;
  }
}

@media (max-width: 1199px) {
  .cHeader {
    padding: 28px 0;
    border-bottom: 1px solid rgba(137, 13, 58, 0.5);
  }
  .home .cHeader {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    position: relative;
    right: -6px;
  }
  .cHeader__left .menu,
  .cHeader__right .menu,
  .cHeader-btn {
    display: none;
  }

  .cHeader__center {
    min-width: 170px;
    max-width: 170px;
  }
  .cHeader-wrap:before,
  .cHeader-wrap:after {
    display: none;
  }
}

/* Mobile Menu */
.mobileMenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3f0017;
  z-index: 10000;
  overflow: auto;
  display: none;
}

.mobileMenu-head {
  position: relative;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mobileMenu-close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobileMenu-logo {
  width: 170px;
  height: auto;
}

.mobileMenu-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 76px 28px 34px;
}

.mobileMenu .btn {
  background-color: #fff;
  color: #3f0017;
  width: 100%;
  max-width: 334px;
}

.mobileMenu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 80px;
}

.mobileMenu .menu li {
  padding: 0;
  list-style: none;
  margin-bottom: 24px;
}

.mobileMenu .menu li a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 18px;
  position: relative;
}

.mobileMenu .menu li .sub-menu {
  padding: 0;
  margin: 0;
  margin-top: 25px;
  display: none;
}

.mobileMenu .menu .sub-menu li {
  margin-bottom: 16px;
}

.mobileMenu .menu .sub-menu li:last-child {
  margin-bottom: 0;
}

.mobileMenu .menu .sub-menu li a {
  opacity: 0.85;
  font-size: 16px;
  position: relative;
}

.mobileMenu .menu .menu-item-has-children > a:before {
  content: "";
  position: absolute;
  right: -16px;
  top: 9px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}

/* Rooms Slider */

.center-carousel .swiper {
  padding: 0 26% !important;
}

.rooms-slider .swiper-slide {
  transform: scale(0.75);
  transition: transform 0.3s ease-in-out;
}

.rooms-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}

.rooms-slider .elementor-element {
  min-height: auto;
}

.rooms-slider .elementor-element .e-con-inner {
  height: auto;
  min-height: auto;
  aspect-ratio: 16/8.4;
}

.rooms-slider .elementor-swiper-button-prev {
  margin-left: 20% !important;
  background: #fff;
}

.rooms-slider .elementor-swiper-button-next {
  margin-right: 20% !important;
  background: #fff;
}

@media (max-width: 767px) {
  .center-carousel .swiper {
    padding: 0 56px !important;
  }
  .rooms-slider .elementor-element .e-con-inner {
    aspect-ratio: 16/16;
  }
  .rooms-slider .elementor-swiper-button-prev {
    margin-left: 32px !important;
    left: 0 !important;
  }

  .rooms-slider .elementor-swiper-button-next {
    margin-right: 32px !important;
    right: 0 !important;
  }
}

/* Pagination */
.c-pagination {
  position: relative;
}

.c-pagination .elementor-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-pagination .page-numbers {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 44px;
  height: 44px;
  margin: 0 10px;
  font-size: 20px;
  color: #3f0017;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s ease;
}

.c-pagination .page-numbers:hover {
  opacity: 0.75;
}

.c-pagination .page-numbers.prev,
.c-pagination .page-numbers.next {
  position: relative;
  min-width: 58px;
  max-width: 58px;
  height: 58px;
  background-color: #3f0017;
  border-radius: 100%;
  opacity: 1;
  transition: 0.3s ease;
}

.c-pagination .page-numbers.prev::before,
.c-pagination .page-numbers.next::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  background: url("../hello-elementor/assets/images/arrow-left.svg") no-repeat
    center center;
  background-size: contain;
}

.c-pagination .page-numbers.prev {
  margin-right: 20px !important;
}

.c-pagination .page-numbers.next {
  margin-left: 20px !important;
}

.c-pagination .page-numbers.prev::before {
  transform: translate(-50%, -50%);
}

.c-pagination .page-numbers.next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.c-pagination .page-numbers.prev:hover,
.c-pagination .page-numbers.next:hover {
  background-color: #890d3a;
}

.c-pagination .page-numbers.current {
  position: relative;
  opacity: 1;
  font-weight: 600;
}

/* Form */
.c-form .elementor-field-label {
  height: 24px;
  background-color: #fffaee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  position: absolute;
  top: -12px;
  margin-left: 14px;
  z-index: 3;
}

.c-form .elementor-field-type-acceptance {
  /* position: relative;
  top: 20px;
  margin: 0;
  margin-bottom: 0 !important; */
  /* margin-top: 20px; */
}

.c-form .elementor-field-type-acceptance .elementor-field-option {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.c-form .elementor-field-type-acceptance .elementor-field-option input {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  cursor: pointer;
}

.c-form .elementor-field-type-acceptance .elementor-field-option label {
  color: rgba(0, 0, 0, 0.6) !important;
  font-size: 14px;
  cursor: pointer;
}

.c-form .elementor-field-type-acceptance .elementor-field-option label a {
  cursor: pointer;
  color: #890d3a;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.c-form .elementor-field-type-acceptance .elementor-field-option label a:hover {
  text-decoration: none;
}

.c-form .elementor-field-type-submit {
  width: fit-content;
  margin: auto 0 auto auto;
  /* position: absolute;
  top: calc(100% - 40px);
  right: -20px;
  margin-bottom: 0 !important; */
}

.c-form .elementor-field-type-submit .elementor-button {
  min-width: 150px;
  transition: 0.3s ease;
}

.c-form .elementor-field-type-submit .elementor-button:hover {
  background-color: #890d3a;
  color: #fff9ee;
}

.c-form .elementor-message {
  padding-top: 20px;
  text-align: center;
}

.c-form-subtitle {
  font-size: 24px;
}

.c-form input[type="text"]:active,
.c-form input[type="text"]:focus,
.c-form input[type="number"]:active,
.c-form input[type="number"]:focus,
.c-form input[type="email"]:active,
.c-form input[type="email"]:focus,
.c-form input[type="tel"]:active,
.c-form input[type="tel"]:focus,
.c-form textarea:active,
.c-form textarea:focus,
.c-form select:active,
.c-form select:focus {
  border-color: #890d3a !important;
}

@media (max-width: 767px) {
  .c-form .elementor-field-type-submit {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 auto;
  }
  .c-form .elementor-field-type-acceptance {
    top: auto;
  }
  .c-form .elementor-field-type-acceptance .elementor-field-option {
    justify-content: center;
  }
}

/* Info List */
.info-list .elementor-icon-list-item a {
  width: fit-content !important;
  display: block;
}

.info-list .elementor-icon-list-item a:hover {
  text-decoration: underline;
}

/* Modal Repair */
.modalRepair {
  position: fixed;
  background-color: #fff9ee;
  width: 96%;
  max-width: 1060px;
  min-height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: none;
}

.modalRepair.is-active {
  display: block;
}

.modalRepair-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 120px 110px;
}

.modalRepair .title {
  margin-bottom: 40px;
}

.modalRepair__desc p {
  margin-bottom: 20px;
}

.modalRepair-close {
  position: absolute;
  right: 24px;
  top: 24px;
  padding: 10px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .modalRepair-wrap {
    padding: 40px 28px;
  }
}
