/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/page-homepage.scss ***!
  \****************************************************************************************************************************************************************/
/*! 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 {
  position: relative;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale; /*(For Firefox)*/
  -webkit-font-smoothing: antialiased; /*(For Chrome and Safari)*/
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0;
}

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

/* 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;
  text-decoration: none;
}

/**
 * 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;
  -webkit-text-decoration: underline dotted;
          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;
  display: block;
}

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

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

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*
  Custom Fonts
 */
@font-face {
  font-family: "Raleway-ExtraLightItalic";
  src: url(../fonts/Raleway-ExtraLightItalic.woff2) format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway-Light";
  src: url(../fonts/Raleway-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway-Regular";
  src: url(../fonts/Raleway-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway-Medium";
  src: url(../fonts/Raleway-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway-SemiBold";
  src: url(../fonts/Raleway-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/*
  Fonts Variables
 */
/*
  Colors Variables
 */
.btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 4px;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.h1 {
  font: 500 36px/1.1 "Raleway-Medium", sans-serif;
}

.h2 {
  font: 500 28px/1.1 "Raleway-Medium", sans-serif;
}

.h3 {
  font: 500 16px/1.1 "Raleway-Medium", sans-serif;
}

p {
  font: 400 14px/1.4 "Raleway-Regular", sans-serif;
}

@media only screen and (min-width: 1024px) {
  .h1 {
    font-size: 60px;
  }
  .h2 {
    font-size: 45px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  transition: background-color 300ms ease-in-out;
  z-index: 999;
}
.header .container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.header__logo img {
  width: 150px;
}
.header__hamburger {
  cursor: pointer;
}
.header__hamburger-line {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px 0;
  background: #ffffff;
}
.header__links {
  flex: 0 0 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}
.header__links-inner {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 15px 0;
}
.header__links-inner a {
  flex: 0 0 100%;
  font: 500 16px/1 "Raleway-Medium", sans-serif;
  color: #ffffff;
  text-align: center;
  transition: opacity 300ms ease-in-out;
}
.header__links-inner a:hover {
  opacity: 0.5;
}
.header .trp-ls-shortcode-current-language {
  display: none;
}
.header .trp-ls-shortcode-disabled-language {
  opacity: 0.5;
  border-right: 1px solid #ffffff;
  pointer-events: none;
}
.header .trp-ls-shortcode-language {
  display: block !important;
}
.header .trp-ls-shortcode-language a {
  padding: 0 10px;
}
.header.active {
  background: #202020;
}
.header.sticky {
  background: #202020;
}

@media only screen and (min-width: 1024px) {
  .header__logo img {
    width: 240px;
  }
  .header__hamburger {
    display: none;
  }
  .header__links {
    flex: initial;
    max-height: initial;
  }
  .header__links-inner {
    gap: 35px;
  }
  .header__links-inner a {
    flex: 1;
    text-align: left;
    white-space: nowrap;
  }
}
.single-mphb_room_type {
  margin: 0;
}

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.hero {
  position: relative;
  height: 100vh;
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__slider {
  position: relative;
  width: 100%;
  max-width: 550px;
  background: rgba(75, 92, 69, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 20px;
  z-index: 2;
}
.hero .swiper-slide {
  color: #ffffff;
}
.hero .swiper-slide h1 {
  margin-bottom: 15px;
}
.hero .swiper-navigation {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.hero .swiper-button-next, .hero .swiper-button-prev {
  display: block;
  width: 20px;
  height: auto;
  cursor: pointer;
}

.reserve {
  background: #50823C;
  color: #ffffff;
  padding: 25px 0;
}
.reserve__title {
  margin-bottom: 20px;
}
.reserve .mphb-required-fields-tip {
  display: none;
}
.reserve .mphb_sc_search-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
.reserve .mphb_sc_search-form label {
  font: 500 10px/2.2 "Raleway-Medium", sans-serif;
  text-transform: uppercase;
}
.reserve .mphb_sc_search-form input,
.reserve .mphb_sc_search-form select {
  width: 100%;
  font: 400 14px/1.5 "Raleway-Regular", sans-serif;
  color: #ffffff;
  background: #3A5E2B;
  border: 0;
  padding: 10px;
}
.reserve .mphb_sc_search-form input:focus, .reserve .mphb_sc_search-form input:active,
.reserve .mphb_sc_search-form select:focus,
.reserve .mphb_sc_search-form select:active {
  outline: 0;
  border: 0;
}
.reserve .mphb_sc_search-form input[type=submit],
.reserve .mphb_sc_search-form select[type=submit] {
  background: #202020;
  cursor: pointer;
}
.reserve .mphb_sc_search-form select {
  border-right: 10px solid #3A5E2B;
}
.reserve .mphb_sc_search-form select:focus, .reserve .mphb_sc_search-form select:active {
  outline: 0;
  border-right: 10px solid #3A5E2B;
}

.about__img {
  width: 100%;
  height: auto;
}
.about__text {
  padding: 50px 0;
}
.about__title {
  margin-bottom: 28px;
}

.services {
  position: relative;
  background: #202020;
  color: #ffffff;
  padding: 50px 0 0;
  overflow: hidden;
}
.services__back {
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  transform: translateX(50%);
  z-index: 1;
}
.services__title {
  margin-bottom: 40px;
}
.services__list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  z-index: 2;
}
.services__item-title {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.services__front {
  width: 100%;
}

.testimonials__icon {
  position: relative;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  border-radius: 100%;
  margin: -75px auto 0;
  filter: drop-shadow(0px 15px 23.9px rgba(0, 0, 0, 0.1));
  z-index: 3;
}
.testimonials__icon svg {
  display: block;
  width: 50px;
  height: auto;
}
.testimonials__slider {
  padding: 40px 0 60px;
}
.testimonials .swiper {
  max-width: 320px;
}
.testimonials .swiper-slide {
  height: auto;
  text-align: center;
}
.testimonials .swiper-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.testimonials .swiper-button-prev, .testimonials .swiper-button-next {
  width: 50px;
  height: auto;
  cursor: pointer;
}
.testimonials__rating {
  font: 600 16px/1 "Raleway-SemiBold", sans-serif;
  color: #50823C;
  letter-spacing: 1.6px;
  margin-bottom: 20px;
}
.testimonials__name {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font: 500 30px/1 "Raleway-Medium", sans-serif;
  margin-bottom: 25px;
}
.testimonials__name img {
  flex-shrink: 0;
  width: 24px;
  height: auto;
}
.testimonials__text {
  font-size: 12px;
  opacity: 0.5;
  margin-bottom: 10px;
}

.gallery {
  background: #50823C;
  padding: 50px 0;
}
.gallery__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.gallery__img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__title {
  font: 500 28px/1 "Raleway-Medium", sans-serif;
  color: #ffffff;
  background: #3A5E2B;
  padding: 50px 25px;
}
.gallery__title em {
  font: 200 28px/1 "Raleway-ExtraLightItalic", sans-serif;
}

.parking {
  padding: 50px 0;
}
.parking__title {
  font: 600 16px/1 "Raleway-SemiBold", sans-serif;
  color: #50823C;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.parking__text {
  font-size: 18px;
  line-height: 1.5;
}

.ohb {
  position: relative;
  padding: 50px 0;
}
.ohb__img--1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.ohb__img--2 {
  display: none;
}
.ohb__content {
  background: #ffffff;
  padding: 20px;
}
.ohb__title {
  margin-bottom: 20px;
}

.contact {
  overflow: hidden;
}
.contact .container {
  padding: 0;
}
.contact__box {
  padding: 30px 20px;
  background: #202020;
  color: #ffffff;
}
.contact__title {
  margin-bottom: 20px;
}
.contact__text {
  margin-bottom: 20px;
}
.contact__text p {
  margin-bottom: 20px;
}
.contact__text p:last-of-type {
  margin-bottom: 0;
}
.contact__text p a {
  color: #ffffff;
  font-weight: 700;
}
.contact__links {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 10px;
}
.contact__links img {
  width: 50px;
}
.contact__map {
  position: relative;
  width: 250%;
  transform: translateX(-45%);
}
.contact__map-bg {
  width: 100%;
}
.contact__map-graphic {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: transform 200ms ease-in-out;
}
.contact__map-graphic img {
  width: 100%;
  height: auto;
}
.contact__map-graphic--trg {
  width: 7%;
  left: 50%;
  top: 40%;
}
.contact__map-graphic--knez {
  width: 8%;
  top: 79%;
  left: 50%;
}
.contact__map-graphic--istorijski {
  width: 9%;
  top: 90%;
  left: 62%;
}
.contact__map-graphic--cvijic {
  width: 5%;
  top: 70%;
  left: 72%;
}
.contact__map-graphic--iluzije {
  width: 7%;
  top: 51%;
  left: 64%;
}
.contact__map-graphic:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.contact__map-labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

@media only screen and (min-width: 768px) {
  .services__list {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 60px;
  }
  .gallery__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .reserve .container {
    display: flex;
    align-items: flex-end;
    gap: 60px;
  }
  .reserve__title {
    margin-bottom: 0;
  }
  .reserve__form {
    flex: 1;
  }
  .reserve .mphb_sc_search-form {
    display: flex;
    align-items: flex-end;
  }
  .reserve .mphb_sc_search-form p {
    flex: 1;
  }
  .about {
    position: relative;
  }
  .about__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
  }
  .about__text {
    position: relative;
    width: 50%;
    margin-left: auto;
    z-index: 2;
    padding: 130px 0 130px 50px;
  }
  .services__back {
    width: auto;
    height: 100%;
    transform: translateX(10%);
  }
  .services__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .services__front {
    width: 30%;
    margin: 0 auto;
  }
  .testimonials__slider {
    position: relative;
    padding: 40px 150px 60px;
  }
  .testimonials .swiper {
    max-width: 100%;
  }
  .testimonials .swiper-slide {
    position: relative;
  }
  .testimonials .swiper-slide::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 1px;
    background: #50823C;
    transform: translateX(-60px);
  }
  .testimonials .swiper-navigation {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    justify-content: space-between;
    z-index: 3;
  }
  .testimonials .swiper-button-prev, .testimonials .swiper-button-next {
    width: 95px;
  }
  .gallery {
    padding: 175px 0;
  }
  .gallery__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .gallery__img:first-of-type {
    grid-row: 1/3;
    aspect-ratio: initial;
    height: 100%;
  }
  .gallery__title {
    font-size: 45px;
  }
  .gallery__title em {
    font-size: 45px;
  }
  .parking {
    padding: 130px 0;
  }
  .parking .container {
    display: flex;
    gap: 65px;
  }
  .parking__title {
    margin: 15px 0 0;
  }
  .parking__text {
    font-size: 30px;
  }
  .ohb {
    padding: 150px 0 120px;
    overflow: hidden;
  }
  .ohb__img--1 {
    width: 50%;
  }
  .ohb__img--2 {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 45%;
    height: auto;
    transform: translateX(-100px);
  }
  .ohb__content {
    width: 45%;
    padding: 50px 40px;
  }
  .contact {
    position: relative;
  }
  .contact .container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 4;
    pointer-events: none;
  }
  .contact__box {
    width: -moz-fit-content;
    width: fit-content;
    padding: 40px 120px;
    pointer-events: auto;
  }
  .contact__map {
    width: 100%;
    transform: none;
  }
}
