/*!
Theme Name: Hotel Brotnjo
Theme URI: http://underscores.me/
Author: Petar Markovic
Author URI: https://petars.world
Description: Hotel Brotnjo WP Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hotel-brotnjo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hotel Brotnjo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  padding: 0 1rem;
  max-width: 100%;
}
@media (min-width: 767px) {
  .wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1023px) {
  .wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1023px) {
  .wrapper {
    max-width: 1320px;
  }
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

@view-transition {
  navigation: auto;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
}

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

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
}

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

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

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

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

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

figure img {
  vertical-align: middle;
}

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

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
  margin: 0;
  padding: 0;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2");
  font-display: swap;
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  min-height: 100vh;
  line-height: 1.5;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: unset;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dashed;
}
a:hover, a:active {
  outline: 0;
}

.a-link, header a, footer a {
  background: linear-gradient(#ebd7b2 0 0) var(--p, 0) 100%/var(--d, 0) 2px no-repeat;
  transition: 0.2s, background-position 0s 0.3s;
}
.a-link:hover, .a-link:focus, .a-link:active, header a:hover, header a:focus, header a:active, footer a:hover, footer a:focus, footer a:active {
  color: inherit;
  --d: 100%;
  --p: 100%;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.button {
  border: 2px solid #24262d;
  color: #24262d;
  background-color: transparent;
  vertical-align: middle;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  padding: 14px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.button:hover {
  color: #fff;
  background-color: #4b514d;
}
.button--two {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}
.button--two:hover {
  color: #24262d;
  background-color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  background-color: rgba(255, 255, 255, 0.6784313725);
  backdrop-filter: blur(6px) saturate(150%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  padding: 1rem 22px;
}
.site-header .wrapper-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}
.site-header .wrapper-header .site-branding {
  width: 120px;
}
.site-header .wrapper-header .site-branding .custom-logo-link img {
  vertical-align: middle;
}

.main-navigation {
  display: flex;
  gap: 1rem;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: 500;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

#primary-menu {
  display: flex;
  gap: 1rem !important;
  align-items: center;
}

/* ===============================================
   HEADER SCROLL FUNCTIONALITY CSS - UPDATED FOR YOUR DESIGN
   =============================================== */
/* Your existing header styling remains the same */
/* Just updating the scroll states to work with your design */
/* Override the basic styling since you already have it */
#masthead {
  /* Your existing styles remain - just ensure transition is added */
  transition: all 0.3s ease, transform 0.3s ease !important;
}

/* Update sticky header to work with your existing design */
#masthead.sticky {
  position: fixed; /* Change from absolute to fixed when sticky */
  /* Keep your existing background and blur */
  background-color: rgba(255, 255, 255, 0.6784313725);
  backdrop-filter: blur(6px) saturate(150%);
  -webkit-backdrop-filter: blur(6px) saturate(150%);
  /* Add subtle shadow when sticky */
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
}

/* Hide header when scrolling down */
#masthead.hide-header {
  transform: translateY(-100%);
}

/* Show header when scrolling up */
#masthead.show-header {
  transform: translateY(0);
}

/* Ensure smooth transitions for all header states */
#masthead.sticky,
#masthead.hide-header,
#masthead.show-header {
  transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

/* Handle WordPress admin bar */
body.admin-bar #masthead.sticky {
  top: 32px; /* WordPress admin bar height */
}

@media screen and (max-width: 782px) {
  body.admin-bar #masthead.sticky {
    top: 46px; /* WordPress admin bar height on mobile */
  }
}
/* Optional: Enhance the sticky state */
#masthead.sticky {
  /* You can add slightly more opacity when sticky if desired */
  background-color: rgba(255, 255, 255, 0.8509803922); /* Slightly more opaque when sticky */
}

/* Optional: Scale down logo slightly when sticky */
#masthead.sticky .site-branding {
  transition: transform 0.3s ease;
}

/* Optional: Adjust padding when sticky for a more compact look */
#masthead.sticky {
  padding: 0.5rem 22px; /* Reduce padding when sticky */
}

/* Prevent content from jumping behind the header */
/* Since your header is absolute by default, this helps when it becomes fixed */
body {
  padding-top: 0;
  transition: padding-top 0.3s ease;
}

/* Add body padding when header becomes sticky to prevent content jump */
/* Adjust the padding value to match your header height */
body.header-has-sticky #masthead.sticky ~ * {
  /* This ensures content doesn't jump when header becomes fixed */
}

/* Alternative: Add a placeholder div height when sticky */
#masthead.sticky::before {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  /* This can help prevent content jump */
}

#site-navigation.toggled ul#primary-menu\ meni {
  position: absolute;
  background-color: rgba(33, 32, 32, 0.99);
  width: 100%;
  left: 0;
  top: 0;
  padding: 0 24px 24px 24px;
  z-index: -1;
  backdrop-filter: blur(7px) saturate(2);
  height: 100dvh;
  opacity: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  transition: opacity 0.3s ease, display 0.3s ease allow-discrete;
}
@starting-style {
  #site-navigation.toggled ul#primary-menu\ meni {
    opacity: 0;
  }
}
#site-navigation.toggled ul#primary-menu\ meni li a {
  color: white !important;
  font-size: 2rem;
  font-weight: 700;
  width: max-content;
}

body ~ #site-navigation.toggled {
  overflow: hidden;
}

nav#site-navigation button.menu-toggle {
  padding: 0;
  margin: 0;
  background-color: transparent;
  outline: 0;
  border: 0;
}
nav#site-navigation button.menu-toggle .hamburger {
  display: block;
  height: 100%;
  position: relative;
  transform: translateX(-50%, -50%);
  cursor: pointer;
  padding: 12px;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: 1px solid rgba(255, 255, 255, 0.2705882353);
  backdrop-filter: blur(6px);
  background-color: rgba(33, 32, 32, 0.4117647059);
  border-radius: 8px;
  overflow: hidden;
}
nav#site-navigation button.menu-toggle .hamburger span {
  max-width: 20px;
}
nav#site-navigation button.menu-toggle .hamburger span.line-1 {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  top: 0;
  margin-bottom: 6px;
  transition: 0.3s;
  border: none;
  margin-left: auto;
  margin-right: auto;
}
nav#site-navigation button.menu-toggle .hamburger span.line-2 {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 0;
  margin-bottom: 6px;
  transition: 0.3s;
  border: none;
  margin-left: auto;
  margin-right: auto;
}
nav#site-navigation button.menu-toggle .hamburger span.line-3 {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  top: 0;
  transition: 0.3s;
  border: none;
  margin-left: auto;
  margin-right: auto;
}
nav#site-navigation button.menu-toggle .hamburger .cross {
  position: absolute;
  width: 0;
  height: 2px;
  background: white;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  transform: translate(-50%, -50%) rotate(45deg);
  transition-delay: 0.2s;
}
nav#site-navigation button.menu-toggle .hamburger .cross:after {
  content: "";
  transform: translate(-50%, -50%) rotate(90deg);
  transition-delay: 0.1s;
  position: absolute;
  width: 0;
  height: 2px;
  background: white;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}

.menu-toggled #masthead .site-branding img {
  filter: invert(1) brightness(1);
}

ul#primary-menu\ meni {
  gap: 1rem;
}

#site-navigation.toggled button.menu-toggle .hamburger .line-1 {
  width: 0;
  transition-delay: 0.1s;
}
#site-navigation.toggled button.menu-toggle .hamburger .line-2 {
  width: 0;
  transition-delay: 0.3s;
}
#site-navigation.toggled button.menu-toggle .hamburger .line-3 {
  width: 0;
  transition-delay: 0.4s;
}
#site-navigation.toggled button.menu-toggle .hamburger .cross {
  width: 25px;
}
#site-navigation.toggled button.menu-toggle .hamburger .cross:after {
  width: 25px;
  transition-delay: 0.6s;
}

.single-exclusive-project .site-header {
  background-color: #061022;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

input[type=text], input[type=email], input[type=tel] {
  border-radius: 5px;
  height: 100%;
  overflow: visible;
  caret-color: #ebd7b2;
  width: 100%;
  height: 54px;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0 20px;
}

input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus {
  border-bottom: 3px solid #ebd7b2;
}

input[type=text]:focus-visible, input[type=email]:focus-visible, input[type=tel]:focus-visible {
  outline: none;
}

textarea {
  border-radius: 5px;
  overflow: visible;
  caret-color: #ebd7b2;
  width: 100%;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

@keyframes slide-down {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes goldenBorderCircle {
  0% {
    border-color: #978667;
    box-shadow: 0 0 10px rgba(151, 134, 103, 0.3);
  }
  25% {
    border-color: #d4af37;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
  }
  50% {
    border-color: #ffd700;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
  }
  75% {
    border-color: #d4af37;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
  }
  100% {
    border-color: #978667;
    box-shadow: 0 0 10px rgba(151, 134, 103, 0.3);
  }
}
.animated {
  -webkit-animation-duration: 5000 ms;
  animation-duration: 5000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.featured-figure {
  animation: goldenBorderCircle 3s linear infinite;
  box-shadow: 0 0 10px rgba(151, 134, 103, 0.3);
  transition: box-shadow 0.3s ease;
}

/* Layouts
--------------------------------------------- */
footer {
  width: 100%;
  background-color: #24262d;
  font-size: 1rem;
}
footer .footer-top-image {
  height: 230px;
  position: relative;
}
footer .footer-top-image .gradient {
  background: transparent;
  background: linear-gradient(to bottom, transparent, #24262d);
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 3;
}
footer .footer-top-image .footer-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.3;
}
footer .site-info {
  color: #fff;
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 767px) {
  footer .site-info {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
footer .site-info figure.logo {
  width: 240px;
  margin-bottom: 1rem;
  filter: invert(1);
}
footer .site-info .footer-contact-wrapper {
  margin-top: 1.5rem;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  flex-wrap: nowrap;
}
footer .site-info .footer-contact-wrapper a {
  line-height: 2;
  color: #ebd7b2;
  text-decoration: none;
  width: max-content;
}
footer .site-info .footer-contact-wrapper .footer-contact-group {
  margin-bottom: 1.4rem;
}
footer .site-info .footer-contact-wrapper .footer-contact {
  display: flex;
  align-items: center;
  gap: 2px;
}
footer .site-info .footer-contact-wrapper .footer-contact img.social-number-icons {
  width: 24px;
  object-fit: contain;
}
footer .site-info .footer-contact-wrapper .footer-contact img.social-number-icons.whapp {
  width: 20px;
}
footer .site-info .item-one {
  max-width: 500px;
}
footer .site-info .item-two, footer .site-info .item-three {
  margin-top: 1rem;
}
footer .site-info .item-two h3, footer .site-info .item-three h3 {
  margin-bottom: 1rem;
}
footer .site-info .item-two h3::after, footer .site-info .item-three h3::after {
  content: "";
  display: block;
  width: 2dvw;
  height: 2px;
  margin-top: 0.5rem;
  background-color: #ebd7b2;
  margin-bottom: 1rem;
}
footer .site-info .item-two .footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .site-info .item-two .footer-links a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}
footer .site-info .item-two .footer-links a:hover {
  color: #ebd7b2;
}
footer .site-info .item-three .footer-form {
  margin-bottom: 1rem;
  max-width: 350px;
}
footer .site-info .item-three .footer-form .form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
footer .site-info .item-three .footer-form .form-wrapper input[type=submit] {
  height: 54px;
  background-color: transparent;
  color: #ebd7b2;
  border: 2px solid #ebd7b2;
  border-radius: 5px;
  cursor: pointer;
}
footer .site-info .item-three .footer-form .form-wrapper input[type=submit]:hover {
  background-color: #ebd7b2;
  border-color: #ebd7b2;
  color: #24262d;
}
footer .site-info .social-media {
  margin-top: 1rem;
}
footer .site-info .social-media-list {
  display: flex;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .site-info .social-media-list li a img {
  width: 32px;
  height: 32px;
  transition: filter 0.3s ease;
}
footer .footer-cc {
  color: #fff;
  background-color: #1f2127;
  padding-block: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.single-post header.entry-header {
  min-height: 65vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-post header.entry-header .entry-title {
  color: #fff;
  font-size: 2rem;
}
@media (min-width: 600px) {
  .single-post header.entry-header .entry-title {
    font-size: 3rem;
  }
}
.single-post .wp-block-image {
  border-radius: 12px;
  overflow: hidden;
  margin-block: 2rem !important;
}
.single-post .wp-block-image img {
  border-radius: 12px;
  overflow: hidden;
}
.single-post .entry-content {
  max-width: 960px;
  margin: 4rem auto;
  padding: 0 24px;
  text-align: justify;
}
.single-post .entry-content > * {
  max-width: 840px;
  margin: auto;
  padding: 0 24px;
}
.single-post .entry-content h2 {
  margin-block: 40px;
}
.single-post .entry-content h3 {
  margin-block: 1rem;
}
.single-post .entry-content ul {
  padding-left: 3rem;
}
.single-post .entry-content .wp-block-quote {
  margin-block: 2rem;
}
.single-post .entry-content hr {
  margin-block: 2rem;
  background-color: #D6D3D1;
}
.single-post .entry-content > p {
  margin-block: 1rem;
}
.single-post .entry-content a {
  text-decoration: underline;
  font-style: italic;
}
.single-post .entry-content .alignwide {
  max-width: unset;
  padding: 0;
}
.single-post article.post {
  margin: auto;
}
.single-post .nav-links {
  max-width: 840px;
  margin: auto;
}
.single-post .nav-links > div {
  padding: 1rem;
}
.single-post .nav-links .nav-previous {
  text-align: right;
  border-right: 1px solid #404040;
}
.single-post .nav-links .nav-next {
  text-align: left;
  border-left: 1px solid #404040;
}
.single-post .nav-links .nav-subtitle {
  font-size: 14px;
  font-style: italic;
}
.single-post .nav-links .nav-title {
  font-size: 18px;
  font-weight: 600;
}
.single-post .nav-links a {
  display: flex;
  flex-direction: column;
}
.single-post .nav-links a:hover .nav-title {
  text-decoration: underline;
}

/* Blocks
--------------------------------------------- */
.top-subtitle {
  font: 600 0.75rem/normal "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #978667;
  letter-spacing: 3px;
}

.title {
  font: 700 2.375rem/normal "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #1f2127;
  margin-bottom: 15px;
}

.subtitle {
  font: 300 1.25rem/normal "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #1f2127;
  margin-bottom: 25px;
}

.padding-120-95 {
  padding-top: 120px;
  padding-bottom: 95px;
}

.contact-form {
  margin-top: 5.5rem !important;
  margin-bottom: 3.5rem;
}
.contact-form__form {
  padding: 1rem 0;
  margin-top: 1rem;
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
}
.contact-form__form span.wpcf7-form-control-wrap {
  display: grid;
}
.contact-form__form #firstname {
  grid-row: 1/2;
  grid-column: 1/3;
  font-family: "Montserrat", sans-serif;
}
.contact-form__form #lastname {
  grid-row: 2/3;
  grid-column: 1/3;
  font-family: "Montserrat", sans-serif;
}
.contact-form__form #mail {
  grid-row: 3/4;
  grid-column: 1/3;
  font-family: "Montserrat", sans-serif;
}
.contact-form__form #number {
  grid-row: 4/5;
  grid-column: 1/3;
  font-family: "Montserrat", sans-serif;
}
.contact-form__form #message {
  grid-row: 5/8;
  grid-column: 1/3;
  height: 11.875rem;
  resize: none;
  line-height: 1.875rem;
  padding: 1.25rem 1.875rem;
  font-family: "Montserrat", sans-serif;
  outline: 0;
}
.contact-form__form #message:focus {
  border: 3px solid #ebd7b2;
}
.contact-form__form input.wpcf7-submit {
  width: 100%;
  grid-area: 8/1/8/3;
}
@media (min-width: 600px) {
  .contact-form__form #firstname {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .contact-form__form #lastname {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .contact-form__form #mail {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .contact-form__form #number {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .contact-form__form #message {
    grid-row: 3/6;
    grid-column: 1/3;
    height: 11.875rem;
    resize: none;
    line-height: 1.875rem;
    padding: 1.25rem 1.875rem;
  }
  .contact-form__form input.wpcf7-submit {
    padding: 1.3rem 2.5rem;
    grid-column: 1/3;
    margin: 0 auto;
    outline: 0;
    border: 0;
    grid-row: unset;
    width: auto;
  }
}
@media (max-width: 767px) {
  .contact-form__form #firstname {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .contact-form__form #lastname {
    grid-row: 2/3;
    grid-column: 1/3;
  }
  .contact-form__form #mail {
    grid-row: 3/4;
    grid-column: 1/3;
  }
  .contact-form__form #number {
    grid-row: 4/5;
    grid-column: 1/3;
  }
  .contact-form__form #message {
    grid-row: 5/8;
    grid-column: 1/3;
    height: 11.875rem;
    resize: none;
    line-height: 1.875rem;
    padding: 1.25rem 1.875rem;
  }
}

.forma-posao label {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}

/* Typography
--------------------------------------------- */
.page-banner-1 {
  display: flex;
  width: 100%;
  height: 820px;
  position: relative;
}
.page-banner-1 .banner-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 24px;
  text-align: center;
}
.page-banner-1 .banner-wrapper .banner-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.page-banner-1 .banner-wrapper .banner-content .top-subtitle {
  font-size: 1rem;
  letter-spacing: 2px;
  margin: 0;
  color: #ebd7b2;
}
.page-banner-1 .banner-wrapper .banner-content .title {
  font-size: 52px;
  line-height: 64px;
  max-width: 756px;
  margin: 0;
  color: #fff;
}
@media (min-width: 600px) {
  .page-banner-1 .banner-wrapper .banner-content .title {
    margin: 0;
    max-width: unset;
  }
}
.page-banner-1 .banner-wrapper .banner-content .description {
  font-size: 1.125rem;
  line-height: 1.5;
  max-width: 746px;
  margin: 0;
}
@media (min-width: 600px) {
  .page-banner-1 .banner-wrapper .banner-content .description {
    max-width: unset;
  }
}
.page-banner-1 .banner-wrapper .banner-content .cta-wrapper {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 600px) {
  .page-banner-1 .banner-wrapper .banner-content .cta-wrapper {
    flex-direction: row;
    width: max-content;
  }
}
.page-banner-1 .banner-wrapper .banner-content .cta-wrapper a {
  width: 100%;
  text-align: center;
}
@media (min-width: 600px) {
  .page-banner-1 .banner-wrapper .banner-content .cta-wrapper a {
    flex-direction: row;
    width: max-content;
  }
}
.page-banner-1 .banner-wrapper .booking-form-container {
  background: rgba(36, 38, 45, 0.59);
  backdrop-filter: blur(6px) saturate(1.5);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .page-banner-1 .banner-wrapper .booking-form-container {
    max-width: max-content;
    margin: 0;
  }
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form {
  font-family: inherit;
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 600px) {
  .page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-row {
    flex-direction: row;
    gap: 2rem;
  }
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-row:last-of-type {
  margin-bottom: 0;
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-field {
  flex: 1;
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-field label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #ebd7b2;
  font-size: 0.9rem;
  text-align: left;
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-field.access-code-field {
  display: none;
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-field.submit-field {
  display: flex;
  align-items: flex-end;
  flex: 1;
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .date-selects {
  display: flex;
  gap: 5px;
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .date-selects select {
  flex: 1;
  padding: 10px 8px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  background: white;
  font-size: 14px;
  transition: border-color 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 16px;
  padding-right: 32px;
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .date-selects select:focus {
  outline: none;
  border-color: #978667;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .access_code {
  width: 100%;
  padding: 10px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .access_code:focus {
  outline: none;
  border-color: #978667;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-submit-btn {
  border: 2px solid #ebd7b2;
  color: #ebd7b2;
  background-color: transparent;
  vertical-align: middle;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  padding: 14px 25px;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 100%;
  margin-top: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
}
@media (min-width: 600px) {
  .page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-submit-btn {
    margin-top: 0;
  }
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-submit-btn:hover {
  color: #fff;
  background-color: #4b514d;
  border-color: #4b514d;
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-submit-btn:active, .page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-submit-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(36, 38, 45, 0.1);
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-links {
  text-align: center;
  margin-top: 15px;
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-links .view_cancel {
  color: #978667;
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.3s ease;
}
.page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-links .view_cancel:hover {
  text-decoration: underline;
}
@media (max-width: 599px) {
  .page-banner-1 {
    height: auto;
    min-height: 100vh;
    padding: 60px 0;
  }
  .page-banner-1 .banner-wrapper {
    gap: 30px;
  }
  .page-banner-1 .banner-wrapper .banner-content .title {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .page-banner-1 .banner-wrapper .banner-content .description {
    font-size: 1rem;
  }
  .page-banner-1 .banner-wrapper .booking-form-container {
    padding: 20px;
  }
  .page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-row {
    gap: 15px;
  }
  .page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .date-selects {
    gap: 8px;
  }
  .page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .date-selects select {
    padding: 12px 8px;
    padding-right: 32px;
  }
}
@media (max-width: 480px) {
  .page-banner-1 .banner-wrapper {
    padding: 0 16px;
  }
  .page-banner-1 .banner-wrapper .banner-content .title {
    font-size: 2rem;
  }
  .page-banner-1 .banner-wrapper .booking-form-container {
    padding: 16px;
  }
  .page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .date-selects {
    flex-direction: row;
    gap: 10px;
  }
}
@media (max-width: 480px) and (min-width: 600px) {
  .page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .date-selects {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .page-banner-1 .banner-wrapper .booking-form-container .phobs-booking-form .booking-row {
    gap: 12px;
  }
}

/* Typography
--------------------------------------------- */
.page-banner-2 {
  min-height: 65vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-banner-2 .banner-wrapper .top-subtitle {
  text-align: center;
  color: #ebd7b2;
}
.page-banner-2 .banner-wrapper .title {
  font-size: 51px;
  text-align: center;
  color: #fff;
}
.page-banner-2 .banner-wrapper .description {
  max-width: 650px;
  text-align: center;
  margin: 0 auto 1rem auto;
  color: #fff;
}
.page-banner-2 .banner-wrapper #breadcrumbs {
  color: #fff;
  text-align: center;
}
.page-banner-2 .banner-wrapper #breadcrumbs a {
  color: #ebd7b2;
}

.block-1-wrapper {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1fr, 1fr);
  justify-content: space-between;
  align-items: center;
  padding-block: 120px;
}
@media (min-width: 767px) {
  .block-1-wrapper {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
.block-1-wrapper .item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
.block-1-wrapper .item-one {
  max-width: 550px;
  text-align: balance;
}
.block-1-wrapper .item-two {
  position: relative;
  padding-left: 25%;
}
@media (min-width: 767px) {
  .block-1-wrapper .item-two {
    padding-left: unset;
  }
}
.block-1-wrapper .item-two .image1 {
  max-width: 340px;
  width: 60%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 18px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
}
@media (min-width: 767px) {
  .block-1-wrapper .item-two .image1 {
    left: -50px;
    width: 100%;
  }
}
.block-1-wrapper .item-two .image2 {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: contain;
}

.block-2-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 75vh;
}
.block-2-wrapper .item {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  z-index: 100;
}
.block-2-wrapper .item .title, .block-2-wrapper .item .description {
  color: #fff;
}
.block-2-wrapper .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-2-wrapper .overlay {
  height: 100%;
  width: 100%;
  z-index: 10;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}

.block-3-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.block-3-wrapper .item {
  display: flex;
  flex-direction: column;
}
.block-3-wrapper .rooms {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-bottom: 12px;
}
@media (min-width: 600px) {
  .block-3-wrapper .rooms {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1023px) {
  .block-3-wrapper .rooms {
    grid-template-columns: repeat(4, 1fr);
  }
}
.block-3-wrapper .rooms .room {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  height: 500px;
  border-radius: 8px;
  color: #fff;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}
.block-3-wrapper .rooms .room::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.4s ease;
  z-index: 1;
}
.block-3-wrapper .rooms .room .rooms-wrapper {
  position: absolute;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 20px 30px 0 30px;
  color: #fff;
  left: 0;
  bottom: -45px;
  padding-bottom: 35px;
  backface-visibility: hidden;
  transform: translate(0, 0);
  transition: all 0.4s ease;
  background: transparent;
  background: linear-gradient(to bottom, transparent, #000);
}
.block-3-wrapper .rooms .room .rooms-wrapper .room-title {
  margin-bottom: 15px;
}
.block-3-wrapper .rooms .room .rooms-wrapper .room-read-more {
  opacity: 0;
  transition: opacity 0.4s ease;
  position: relative;
  width: max-content;
}
.block-3-wrapper .rooms .room .rooms-wrapper .room-read-more:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  transition: width 500ms ease;
  background-color: #fff;
}
.block-3-wrapper .rooms .room:hover::before {
  transform: scale(1.1);
}
.block-3-wrapper .rooms .room:hover .rooms-wrapper {
  bottom: 0;
}
.block-3-wrapper .rooms .room:hover .room-read-more {
  opacity: 1;
}
.block-3-wrapper .rooms .room:hover .room-read-more:before {
  width: 100%;
}
.block-3-wrapper .cta {
  align-items: flex-end;
}

.block-4-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 95px;
  padding-top: 3rem;
}
.block-4-wrapper .item-one {
  text-align: center;
}
.block-4-wrapper .items-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.block-4-wrapper .items-grid .item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 25px;
  text-align: center;
}
.block-4-wrapper .items-grid .item:first-child {
  border: 0;
}
.block-4-wrapper .items-grid .item .title {
  font-size: 21px;
  color: #333333;
}
.block-4-wrapper .items-grid .item figure {
  vertical-align: middle;
  margin-bottom: 1rem;
}
.block-4-wrapper .items-grid .item figure .icon {
  height: 90px;
  object-fit: contain;
}
.block-4 .marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100px;
  overflow: hidden;
  font-size: 120px;
  font-weight: bold;
  margin-top: -60px;
}
.block-4 .marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 140s linear infinite;
}
.block-4 .marquee .track .content {
  opacity: 0.05;
  line-height: 1.2;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-30%);
  }
}
.block-5-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 120px;
}
.block-5-wrapper .items {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.block-5-wrapper .items .item {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 600px) {
  .block-5-wrapper .items .item {
    flex-direction: row;
    gap: 4rem;
  }
}
.block-5-wrapper .items .item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 45vh;
  overflow: hidden;
  border-radius: 8px;
}
.block-5-wrapper .items .item figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.block-5-wrapper .items .item .info {
  flex: 1;
  text-align: justify;
  max-width: 550px;
}
.block-5-wrapper .items .item .info .description {
  margin-bottom: 24px;
}

.rtl {
  direction: rtl;
}
.rtl .info {
  direction: ltr;
}

.block-6-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 75vh;
}
.block-6-wrapper .item {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  z-index: 100;
}
.block-6-wrapper .item .title,
.block-6-wrapper .item .description {
  color: #fff;
}
.block-6-wrapper .item .description {
  margin-bottom: 24px;
}

.block-7-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 75vh;
}
.block-7-wrapper .item {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  z-index: 100;
}
.block-7-wrapper .item .item-wrap {
  padding: 2rem;
  margin-inline: 1rem;
  background: rgba(36, 38, 45, 0.768627451);
  border-radius: 2rem;
  backdrop-filter: blur(6px) saturate(1.5);
  position: relative;
  border: 4px solid #978667;
  animation: goldenBorderCircle 3s linear infinite;
  box-shadow: 0 0 10px rgba(151, 134, 103, 0.3);
  transition: box-shadow 0.3s ease;
}
@media (min-width: 600px) {
  .block-7-wrapper .item .item-wrap {
    padding: 3rem 4rem;
  }
}
@media (min-width: 767px) {
  .block-7-wrapper .item .item-wrap {
    padding: 4rem 6rem;
  }
}
.block-7-wrapper .item .item-wrap a:visited {
  color: #fff;
}
.block-7-wrapper .item .item-wrap a:hover {
  color: #24262d;
}
.block-7-wrapper .item .title,
.block-7-wrapper .item .description {
  color: #fff;
}
.block-7-wrapper .item .description {
  margin-bottom: 24px;
}

.block-8-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-block: 80px !important;
}
@media (min-width: 600px) {
  .block-8-wrapper {
    padding-block: 120px !important;
  }
}
.block-8 .item {
  display: flex;
  flex-direction: column;
}
.block-8 .item-one {
  text-align: left;
  max-width: 600px;
}
.block-8 .item-one .title {
  font-size: 32px;
}
@media (min-width: 600px) {
  .block-8 .item-one .title {
    font-size: 40px;
  }
}
@media (min-width: 767px) {
  .block-8 .item-one .title {
    font-size: 48px;
  }
}
.block-8 .news {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .block-8 .news {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 767px) {
  .block-8 .news {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.block-8 .news a.news-article {
  display: flex;
  flex-direction: column;
  height: max-content;
  position: relative;
  z-index: 3;
  text-decoration: none;
  color: inherit;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
}
.block-8 .news a.news-article:hover .news-image {
  transform: scale(1.05);
}
.block-8 .news a.news-article:hover .news-wrapper .news-read-more:before {
  width: 100%;
}
.block-8 .news a.news-article .news-figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative;
  height: 400px;
}
@media (min-width: 600px) {
  .block-8 .news a.news-article .news-figure {
    height: auto;
  }
}
.block-8 .news a.news-article .news-figure::after {
  content: attr(data-date);
  position: absolute;
  bottom: 0;
  left: 24px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px 8px 0 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 4;
}
.block-8 .news a.news-article .news-figure .news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.3s ease;
}
.block-8 .news a.news-article .news-wrapper {
  padding: 20px 40px 50px 60px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.block-8 .news a.news-article .news-wrapper .category {
  position: absolute;
  top: 1rem;
  left: 40px;
  display: block;
  width: 150%;
  font-weight: 600;
  color: rgb(221, 221, 221);
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: 0px 0px;
}
.block-8 .news a.news-article .news-wrapper .news-title {
  font-size: 24px;
  margin-bottom: 1rem;
}
.block-8 .news a.news-article .news-wrapper .news-excerpt {
  margin-bottom: 1rem;
}
.block-8 .news a.news-article .news-wrapper .news-read-more {
  width: max-content;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.block-8 .news a.news-article .news-wrapper .news-read-more:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  transition: width 500ms ease;
  background-color: #404040;
}
.block-8 .cta {
  align-items: flex-end;
}
.block-8 .cta .button {
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.block-8 .cta .button--primary {
  background: #8B7355;
  color: #fff;
}
.block-8 .cta .button--primary:hover {
  background: transparent;
  border-color: #8B7355;
  color: #8B7355;
}

.gmap {
  line-height: 0;
}
.gmap--gmap-full {
  padding-left: 0;
  padding-right: 0;
}
.gmap--gmap-full iframe {
  display: block !important;
}

.block-19 {
  padding: 45px 24px;
}
@media (min-width: 767px) {
  .block-19 {
    padding: 84px 88px;
  }
}
.block-19 p {
  margin: 0;
}
.block-19 h2,
.block-19 h3 {
  margin: 0;
}
.block-19-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
}
@media (min-width: 600px) {
  .block-19-info {
    margin-bottom: 40px;
  }
}
.block-19-info .title {
  margin: 0 0 12px 0;
  font-size: 32px;
}
@media (min-width: 600px) {
  .block-19-info .title {
    font-size: 40px;
  }
}
@media (min-width: 767px) {
  .block-19-info .title {
    font-size: 48px;
  }
}
.block-19-info .desc {
  font: 400 18px/28px;
  color: #928C87;
}
.block-19-info__slider-controls {
  display: none;
  gap: 20px;
  align-items: center;
}
@media (min-width: 767px) {
  .block-19-info__slider-controls {
    display: flex;
  }
}
.block-19-info__slider-controls .prev {
  rotate: 180deg;
  vertical-align: middle;
  display: flex;
}
.block-19-info__slider-controls .next {
  display: flex;
  vertical-align: middle;
}
.block-19-info__slider-controls .prev,
.block-19-info__slider-controls .next {
  padding: 15px 24px;
  border: 1px solid #404040;
  border-radius: 80px;
  width: 74px;
  transition: 0.2s ease;
  height: 56px;
  cursor: pointer;
  user-select: none;
}
.block-19-info__slider-controls .prev:hover img,
.block-19-info__slider-controls .next:hover img {
  user-select: none;
  transform: translateX(4px);
  transition: 0.2s ease;
}
.block-19-info__slider-controls .prev img,
.block-19-info__slider-controls .next img {
  vertical-align: middle;
  object-fit: contain;
}
.block-19-reviews {
  overflow-x: scroll;
  padding-bottom: 2rem;
  scroll-snap-type: x mandatory;
}
.block-19-reviews::-webkit-scrollbar {
  display: none;
  height: 2px;
}
.block-19-reviews .reviews {
  display: flex;
  gap: 12px;
  width: max-content;
}
@media (min-width: 600px) {
  .block-19-reviews .reviews {
    gap: 40px;
  }
}
.block-19-reviews .reviews-card {
  max-width: 570px;
  min-height: 344px;
  padding: 24px;
  border: 1px solid #E7E5E4;
  border-radius: 12px;
  width: 320px;
  scroll-snap-align: center;
}
@media (min-width: 600px) {
  .block-19-reviews .reviews-card {
    width: auto;
  }
}
.block-19-reviews .reviews-card__header {
  display: flex;
  justify-content: space-between;
}
.block-19-reviews .reviews-card__author-info {
  margin-bottom: 32px;
}
.block-19-reviews .reviews-card__author-info img {
  height: 64px;
  width: 64px;
  object-fit: contain;
  margin-bottom: 12px;
}
.block-19-reviews .reviews-card__author-info .author-name-date {
  display: flex;
  flex-direction: column;
  column-gap: 0.5rem;
}
@media (min-width: 600px) {
  .block-19-reviews .reviews-card__author-info .author-name-date {
    flex-direction: row;
  }
}
.block-19-reviews .reviews-card__author-info .author-name-date .reviews-card__author,
.block-19-reviews .reviews-card__author-info .author-name-date .divider,
.block-19-reviews .reviews-card__author-info .author-name-date .reviews-card__date {
  font: 400 1rem/24px;
}
.block-19-reviews .reviews-card__author-info .author-name-date .divider19 {
  display: none;
}
@media (min-width: 600px) {
  .block-19-reviews .reviews-card__author-info .author-name-date .divider19 {
    display: block;
  }
}
.block-19-reviews .reviews-card__title {
  margin-bottom: 8px;
  font: 700 18px/28px;
}
.block-19-reviews .reviews-card__excerpt {
  font: 400 16px/28px;
  color: #44403C;
}

.block-24 {
  gap: 40px;
}
.block-24-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-block: 10px !important;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .block-24-wrapper {
    padding: unset;
  }
}
@media (min-width: 600px) {
  .block-24 {
    gap: 46px;
  }
}
.block-24 .title {
  margin: 0;
  font: 500 48px/60px;
}
@media (min-width: 600px) {
  .block-24 .title {
    font: 500 48px/60px;
  }
}
.block-24 .desc {
  font: 400 18px/28px;
  margin: 0 0 24px 0;
}
.block-24 .cards {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media (min-width: 1023px) {
  .block-24 .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}
.block-24 .cards-item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-24 .cards-item .image-wrapper {
  display: flex;
  margin: 0;
}
.block-24 .cards-item .image-wrapper img {
  vertical-align: middle;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: 8px;
}
.block-24 .cards-item .card-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 24px;
  height: auto;
}
@media (min-width: 600px) {
  .block-24 .cards-item .card-info {
    height: 100%;
  }
}
.block-24 .cards-item .card-info-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-24 .cards-item .card-info-wrapper .title {
  margin: 0 0 6px 0;
  font: 400 36px/48px;
}
.block-24 .cards-item .card-info-wrapper .wines {
  margin: 0;
}
.block-24 .cards-item .card-info-wrapper p {
  margin: 0;
}
.block-24 .cards-item .card-info .price-cta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
@media (min-width: 600px) {
  .block-24 .cards-item .card-info .price-cta-wrap {
    margin-top: 48px;
  }
}
.block-24 .cards-item .card-info .price-cta-wrap .price {
  font: 400 28px/36px;
  margin: 0;
}
.block-24 .cards-item .card-info .price-cta-wrap .price span {
  font: 400 15px/26px;
}
.block-24 .cards-item .card-info .price-cta-wrap a {
  font: 400 16px/24px;
  text-decoration: underline;
}
.block-24 .load-more-container {
  display: flex;
  justify-content: center;
}
.block-24 .load-more-button {
  background-color: #fff;
  border: 1px solid #000;
  padding: 12px 24px;
  font: 400 16px/24px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  min-width: 140px;
}
.block-24 .load-more-button .button-text {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.block-24 .load-more-button .spinner-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.block-24 .load-more-button .spinner {
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: #000;
  border-radius: 50%;
  animation: spinner 0.8s linear infinite;
}
.block-24 .load-more-button.loading .button-text {
  opacity: 0.5;
}
.block-24 .load-more-button.loading .spinner-container {
  opacity: 1;
}
.block-24 .load-more-button:hover {
  background-color: #000;
  color: #fff;
}
.block-24 .load-more-button:hover .spinner {
  border-color: rgba(255, 255, 255, 0.1);
  border-top-color: #fff;
}
.block-24 .load-more-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

.block-25-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-block: 80px !important;
}
@media (min-width: 600px) {
  .block-25-wrapper {
    padding-block: 120px !important;
  }
}
.block-25 .item {
  display: flex;
  flex-direction: column;
}
.block-25 .item-one {
  text-align: left;
  max-width: 600px;
}
.block-25 .item-one .title {
  font-size: 32px;
}
@media (min-width: 600px) {
  .block-25 .item-one .title {
    font-size: 40px;
  }
}
@media (min-width: 767px) {
  .block-25 .item-one .title {
    font-size: 48px;
  }
}
.block-25 .news {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .block-25 .news {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 767px) {
  .block-25 .news {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.block-25 .news a.news-article {
  display: flex;
  flex-direction: column;
  height: max-content;
  position: relative;
  z-index: 3;
  text-decoration: none;
  color: inherit;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
}
.block-25 .news a.news-article:hover .news-image {
  transform: scale(1.05);
}
.block-25 .news a.news-article:hover .news-wrapper .news-read-more:before {
  width: 100%;
}
.block-25 .news a.news-article .news-figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative;
  height: 400px;
}
@media (min-width: 600px) {
  .block-25 .news a.news-article .news-figure {
    height: auto;
  }
}
.block-25 .news a.news-article .news-figure::after {
  content: attr(data-date);
  position: absolute;
  bottom: 0;
  left: 24px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px 8px 0 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 4;
}
.block-25 .news a.news-article .news-figure .news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.3s ease;
}
.block-25 .news a.news-article .news-wrapper {
  padding: 20px 40px 50px 60px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.block-25 .news a.news-article .news-wrapper .category {
  position: absolute;
  top: 1rem;
  left: 40px;
  display: block;
  width: 150%;
  font-weight: 600;
  color: rgb(221, 221, 221);
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: 0px 0px;
}
.block-25 .news a.news-article .news-wrapper .news-title {
  font-size: 24px;
  margin-bottom: 1rem;
}
.block-25 .news a.news-article .news-wrapper .news-excerpt {
  margin-bottom: 1rem;
}
.block-25 .news a.news-article .news-wrapper .news-read-more {
  width: max-content;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.block-25 .news a.news-article .news-wrapper .news-read-more:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  transition: width 500ms ease;
  background-color: #404040;
}
.block-25 .cta {
  align-items: flex-end;
}
.block-25 .cta .button {
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.block-25 .cta .button--primary {
  background: #8B7355;
  color: #fff;
}
.block-25 .cta .button--primary:hover {
  background: transparent;
  border-color: #8B7355;
  color: #8B7355;
}

.block-26-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-block: 80px !important;
}
@media (min-width: 600px) {
  .block-26-wrapper {
    padding-block: 120px !important;
  }
}
.block-26 .item {
  display: flex;
  flex-direction: column;
}
.block-26 .item-one {
  text-align: left;
  max-width: 600px;
}
.block-26 .item-one .title {
  font-size: 32px;
}
@media (min-width: 600px) {
  .block-26 .item-one .title {
    font-size: 40px;
  }
}
@media (min-width: 767px) {
  .block-26 .item-one .title {
    font-size: 48px;
  }
}
.block-26 .news {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .block-26 .news {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 767px) {
  .block-26 .news {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
.block-26 .news a.news-article {
  display: flex;
  flex-direction: column;
  height: max-content;
  position: relative;
  z-index: 3;
  text-decoration: none;
  color: inherit;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
}
.block-26 .news a.news-article:hover .news-image {
  transform: scale(1.05);
}
.block-26 .news a.news-article:hover .news-wrapper .news-read-more:before {
  width: 100%;
}
.block-26 .news a.news-article .news-figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  position: relative;
  height: 400px;
}
@media (min-width: 600px) {
  .block-26 .news a.news-article .news-figure {
    height: auto;
  }
}
.block-26 .news a.news-article .news-figure::after {
  content: attr(data-date);
  position: absolute;
  bottom: 0;
  left: 24px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px 8px 0 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 4;
}
.block-26 .news a.news-article .news-figure .news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  transition: transform 0.3s ease;
}
.block-26 .news a.news-article .news-wrapper {
  padding: 20px 40px 50px 60px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.block-26 .news a.news-article .news-wrapper .category {
  position: absolute;
  top: 1rem;
  left: 40px;
  display: block;
  width: 150%;
  font-weight: 600;
  color: rgb(221, 221, 221);
  text-transform: uppercase;
  letter-spacing: 2px;
  white-space: nowrap;
  transform: rotate(90deg);
  transform-origin: 0px 0px;
}
.block-26 .news a.news-article .news-wrapper .news-title {
  font-size: 24px;
  margin-bottom: 1rem;
}
.block-26 .news a.news-article .news-wrapper .news-excerpt {
  margin-bottom: 1rem;
}
.block-26 .news a.news-article .news-wrapper .news-read-more {
  width: max-content;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.block-26 .news a.news-article .news-wrapper .news-read-more:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  transition: width 500ms ease;
  background-color: #404040;
}
.block-26 .cta {
  align-items: flex-end;
}
.block-26 .cta .button {
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.block-26 .cta .button--primary {
  background: #8B7355;
  color: #fff;
}
.block-26 .cta .button--primary:hover {
  background: transparent;
  border-color: #8B7355;
  color: #8B7355;
}

.block-48 {
  position: relative;
  overflow: hidden;
  padding-block: 46px 120px;
}
.block-48 .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
@media (min-width: 600px) {
  .block-48 .info {
    margin-bottom: 32px;
  }
}
.block-48 .info .title {
  margin: 0;
  font: 500 48px/60px;
}
@media (min-width: 600px) {
  .block-48 .info .title {
    font: 500 40px/52px;
  }
}
.block-48 .info .button {
  display: none;
  border: 1px solid #404040;
}
@media (min-width: 600px) {
  .block-48 .info .button {
    display: flex;
  }
}
.block-48 .gallery {
  max-width: 1600px;
  margin: auto;
  position: relative;
  width: 100%;
  overflow: visible;
  padding: 0 1rem;
  gap: 40px;
}
@media (min-width: 767px) {
  .block-48 .gallery {
    padding: 0 42px;
  }
}
.block-48 .gallery .swiper-container {
  width: 100%;
  height: 100%;
}
.block-48 .gallery .swiper-wrapper {
  display: flex;
}
.block-48 .gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.block-48 .gallery .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 400px;
  border-radius: 8px;
}
.block-48 .gallery .nav {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 600px) {
  .block-48 .gallery .nav {
    max-width: 1424px;
  }
}
.block-48 .gallery .nav-item .swiper-button-prev,
.block-48 .gallery .nav-item .swiper-button-next {
  position: relative;
  display: flex;
  width: 40px;
  height: 40px;
  background: transparent;
  color: #404040;
  cursor: pointer;
  transition: 0.3s;
}
.block-48 .gallery .nav-item .swiper-button-prev:hover,
.block-48 .gallery .nav-item .swiper-button-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.block-48 .gallery .nav-item .swiper-button-prev:after,
.block-48 .gallery .nav-item .swiper-button-next:after {
  all: unset;
}
.block-48 .gallery .nav-item .swiper-button-prev {
  left: unset;
}
.block-48 .gallery .nav-item .swiper-button-next {
  right: unset;
}
.block-48 .gallery .nav-item .swiper-pagination48 {
  display: flex;
  max-width: 100%;
  display: none;
}
@media (min-width: 600px) {
  .block-48 .gallery .nav-item .swiper-pagination48 {
    display: flex;
  }
}
.block-48 .gallery .nav-item .swiper-pagination48 .swiper-pagination-progressbar-fill {
  background-color: #404040;
}
.block-48 .gallery .nav .item-one {
  width: 100%;
  position: relative;
  display: none;
}
@media (min-width: 600px) {
  .block-48 .gallery .nav .item-one {
    display: flex;
  }
}
.block-48 .gallery .nav .item-two {
  height: 100%;
  width: max-content;
  display: flex;
  gap: 1.5rem;
}
.block-48 .gallery .nav .item-two .prev,
.block-48 .gallery .nav .item-two .next {
  all: unset;
  padding: 1rem 24px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  width: unset;
  cursor: pointer;
}
.block-48 .gallery .nav .item-two .prev img,
.block-48 .gallery .nav .item-two .next img {
  max-width: unset;
  height: 24px !important;
  width: 24px !important;
  object-fit: contain;
}
.block-48 .gallery .nav .item-two .prev {
  rotate: 180deg;
}
.block-48 .mobile-button {
  display: flex;
  justify-content: center;
  border: 1px solid #404040;
}
@media (min-width: 600px) {
  .block-48 .mobile-button {
    display: none;
  }
}
.block-48 .bottom-controls {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-block: 0;
}
.block-48 .bottom-controls .swiper-pagination48 {
  position: relative;
  height: 2px;
}
.block-48 .bottom-controls .swiper-pagination48 .swiper-pagination-progressbar-fill {
  background-color: #978667;
}
.block-48 .bottom-controls .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.block-48 .bottom-controls .nav .prev,
.block-48 .bottom-controls .nav .next {
  user-select: none;
  margin: 0;
  position: static;
  height: 56px;
  border: 1px solid black;
  display: flex;
  align-items: center;
  width: unset;
  cursor: pointer;
  border-radius: 80px;
}
.block-48 .bottom-controls .nav .prev img,
.block-48 .bottom-controls .nav .next img {
  margin: 1rem 24px;
  max-width: unset;
  height: 24px !important;
  width: 24px !important;
  object-fit: contain;
}
.block-48 .bottom-controls .nav .prev::after,
.block-48 .bottom-controls .nav .next::after {
  all: unset;
}
.block-48 .bottom-controls .nav .prev {
  transition: 0.2s ease;
}
.block-48 .bottom-controls .nav .prev:hover img {
  transform: translateX(4px);
  transition: 0.2s ease;
}
.block-48 .bottom-controls .nav .prev img {
  rotate: 180deg;
}
.block-48 .bottom-controls .nav .next {
  transition: 0.2s ease;
}
.block-48 .bottom-controls .nav .next:hover img {
  transform: translateX(4px);
  transition: 0.2s ease;
}

/*# sourceMappingURL=style.css.map */
