@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Great+Vibes&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  margin-top: 0 !important;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-width: 0;
}

body {
  overflow-x: hidden;
  background-color: white;
}

*:focus {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
}

body {
  font-family: "Work Sans", sans-serif;
}
body.logged-in .site-top {
  top: 32px;
}
body.logged-in .technical-name {
  display: flex;
}
body .technical-name {
  display: none;
}

.l-section {
  margin-left: auto;
  margin-right: auto;
}

.l-wrapper {
  padding: 0 80px;
  max-width: 1680px;
  margin: 0 auto;
}
.l-wrapper.l-wrapper--contact-map, .l-wrapper.l-wrapper--services-slider {
  margin: 0;
}

.basic-button {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #693307;
  background-color: #ffc300;
  border: 1px solid #ffc300;
  padding: 10px 24px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.basic-button:hover {
  background-color: #693307;
  color: #ffc300;
}

.header-font {
  font-family: "Bebas Neue", sans-serif;
}

.decorative-font {
  font-family: "Great Vibes", cursive;
}

.content-font {
  font-family: "Work Sans", sans-serif;
}

.underline-btn {
  position: relative;
  padding: 15px 5px 5px 0;
  color: #272a2e;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
}
.two-tiles .underline-btn, .background-photo-text .underline-btn {
  color: #fff;
}
.underline-btn:after, .underline-btn:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  border-top: 10px solid #ffc300;
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}
.underline-btn:before {
  transform: scaleX(1);
  transform-origin: right;
  transition-delay: 0.25s;
}
.underline-btn:after {
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;
}
.underline-btn:hover:before {
  transform: scaleX(0);
  transition-delay: 0s;
}
.underline-btn:hover:after {
  transform: scaleX(1);
  transition-delay: 0.25s;
}

.t-title {
  font-size: 50px;
  font-weight: 300;
  font-family: "Bebas Neue", sans-serif;
}
.t-title--large {
  font-size: 65px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
.t-title--big {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #272a2e;
}

.t-subtitle {
  font-size: 35px;
  font-family: "Great Vibes", cursive;
  color: #ffc300;
}

.t-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: -0.32px;
}

.swiper-button-next.slider-button,
.swiper-button-prev.slider-button {
  background-color: #693307;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s, scale 0.5s;
}
.swiper-button-next.slider-button img,
.swiper-button-prev.slider-button img {
  width: 35px;
  height: auto;
}
.swiper-button-next.slider-button:hover,
.swiper-button-prev.slider-button:hover {
  background-color: #ffc300;
  scale: 1.2;
}
.swiper-button-next.slider-button::after,
.swiper-button-prev.slider-button::after {
  content: none;
}

.slider-button .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #693307;
  border-radius: 50%;
}
.slider-button .swiper-pagination-bullet-active {
  position: relative;
  background-color: transparent;
}
.slider-button .swiper-pagination-bullet-active::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ffc300;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1239px) {
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
@media (max-width: 767px) {
  .t-title {
    line-height: 1;
  }
  .t-title--large {
    font-size: 45px;
  }
  .t-title--big {
    text-align: center;
  }
  .t-subtitle {
    line-height: 1;
  }
}
.page-item-38 {
  display: none !important;
}

.current_page_item {
  color: #ffc300;
}

.offers-listing,
.rooms-listing {
  margin: 50px 0;
}
.offers-listing .offers-grid,
.offers-listing .rooms-grid,
.rooms-listing .offers-grid,
.rooms-listing .rooms-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
  padding: 20px 0;
}

@media (max-width: 1239px) {
  .l-wrapper--offers-listing,
  .l-wrapper--rooms-listing {
    padding: 0 15px;
  }
  .offers-listing .offers-grid,
  .offers-listing .rooms-grid,
  .rooms-listing .offers-grid,
  .rooms-listing .rooms-grid {
    grid-template-columns: 1fr;
  }
}
@keyframes AnimationName {}
.site-top {
  height: 60px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: background-color 0.3s;
}
.site-top.is-scrolled, .page-simple-text .site-top {
  background-color: #693307;
  box-shadow: 0px 10px 15px -20px rgb(66, 68, 90);
}
.site-top__center {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top__right {
  margin-right: 38px;
}
.site-top__logo {
  margin-left: 50px;
  padding: 15px 0;
}
.site-top__logo img {
  height: 50px;
}
.site-top__navigation {
  margin-left: 60px;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top__contact {
  display: flex;
  gap: 50px;
}
.site-top__contact-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.14;
  letter-spacing: -0.28px;
}
.site-top__contact-item a {
  color: #fff;
  transition: color 0.2s;
}
.site-top__contact-item:hover a {
  color: #ffc300;
}
.site-top__contact-ico {
  margin-right: 10px;
  position: relative;
  width: 26px;
}
.site-top__contact-ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.site-top .menu-desktop-container {
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top .menu-desktop-container ul {
  display: flex;
  gap: 40px;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-top .menu-desktop-container ul li {
  text-decoration: none;
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.site-top .menu-desktop-container ul li:before {
  content: "";
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: -100%;
  background-color: #ffc300;
  transition: transform 0.4s;
  z-index: -1;
}
.site-top .menu-desktop-container ul li.current_page_item:before {
  content: "";
  height: 8px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffc300;
  transition: transform 0.4s;
  z-index: -1;
}
.site-top .menu-desktop-container ul li.current_page_item:hover::before {
  transform: none;
}
.site-top .menu-desktop-container ul li:hover {
  cursor: pointer;
}
.site-top .menu-desktop-container ul li:hover::before {
  transform: translateX(100%);
}
.site-top .menu-desktop-container a {
  color: #fff;
  font-weight: 300;
}

.mobile-nav {
  display: none;
}

@media (max-width: 1239px) {
  .site-top {
    display: none;
  }
  .mobile-nav {
    display: flex;
    position: relative;
    height: 60px;
  }
  .mobile-nav a {
    display: block;
    height: 100%;
  }
  .mobile-nav__header {
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    background-color: #fff;
    width: 100%;
    z-index: 100;
  }
  .mobile-nav a.mobile-nav__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 45px;
  }
  .mobile-nav__logo {
    height: 100%;
    width: 80px;
    margin-left: 30px;
    padding: 10px;
  }
  .mobile-nav__logo img {
    height: 100%;
  }
  .mobile-nav__footer {
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 1px solid rgba(39, 42, 46, 0.5);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 20px 10px 20px;
  }
  .mobile-nav__footer .text {
    font-size: 14px;
  }
  .mobile-nav__footer .link {
    display: inline-block;
  }
  .mobile-nav__footer .link .icon {
    height: 100%;
  }
  .mobile-nav__footer .link .icon img {
    width: auto;
    height: 100%;
  }
  .mobile-nav__hamburger-hld {
    position: fixed;
    top: 0;
    right: 0;
    padding: 40px;
    z-index: 101;
    display: block;
  }
  .mobile-nav__hamburger {
    width: 50px;
    height: 30px;
    position: absolute;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    margin-bottom: 20px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    display: flex;
  }
  .mobile-nav__hamburger:hover {
    cursor: pointer;
  }
  .mobile-nav__hamburger::after, .mobile-nav__hamburger::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #272a2e;
    transition: transform 0.3s;
  }
  .mobile-nav__hamburger::after {
    top: 0;
  }
  .mobile-nav__hamburger::before {
    bottom: 0;
  }
  .mobile-nav__hamburger-line {
    width: 100%;
    height: 2px;
    background-color: #272a2e;
    transition: opacity 0.2s;
  }
  .mobile-nav__hamburger.is-clicked > .mobile-nav__hamburger-line {
    opacity: 0;
  }
  .mobile-nav__hamburger.is-clicked::after {
    transform: translateY(13px) rotate(-45deg);
  }
  .mobile-nav__hamburger.is-clicked::before {
    transform: translateY(-5px) rotate(45deg);
  }
  .mobile-nav__navitagion {
    position: fixed;
    z-index: 100;
    top: 60px;
    right: -65vw;
    width: 65vw;
    height: calc(100% - 60px);
    background-color: #fff;
  }
  .mobile-nav__navitagion .menu-desktop-container {
    margin-top: 50px;
  }
  .mobile-nav__navitagion .menu-desktop-container ul {
    text-decoration: none;
    margin-left: 50px;
    list-style-type: none;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li {
    margin-bottom: 20px;
  }
  .mobile-nav__navitagion .menu-desktop-container ul li a {
    font-family: "Work Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    color: #272a2e;
    text-transform: uppercase;
  }
  .mobile-nav__navitagion.is-active {
    transform: translateX(-65vw);
    transition: transform 0.3s;
  }
}
@media (max-width: 767px) {
  .mobile-nav__header {
    height: 60px;
    box-shadow: 0px 10px 15px -20px rgb(66, 68, 90);
  }
  .mobile-nav__hamburger {
    margin-bottom: 0;
    height: 20px;
  }
  .mobile-nav__hamburger-hld {
    padding: 30px 40px;
  }
  .mobile-nav__logo {
    width: 65px;
    margin-left: 15px;
  }
}
.footer {
  background-color: rgb(81.09375, 39.3883928571, 5.40625);
  color: #fff;
  padding: 70px 30px 30px 130px;
}
.footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1680px;
  margin: 0 auto;
}
.footer__col {
  flex: 1 1 30%;
  margin: 20px;
}
.footer__col:nth-child(3) {
  text-align: center;
}
.footer__title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
  letter-spacing: 2px;
  text-align: left;
}
.footer__text {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
}
.footer__social {
  display: flex;
  gap: 15px;
}
.footer__social-link {
  display: inline-block;
  width: 30px;
  height: 40px;
}
.footer__social-link img {
  width: 100%;
  height: auto;
}
.footer__social-link:hover {
  filter: brightness(0.8);
}
.footer__contact-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__contact-item {
  display: flex;
  align-items: center;
}
.footer__contact-item:hover .footer__contact-text {
  color: #ffc300;
}
.footer__icon {
  margin-right: 10px;
  font-size: 18px;
  color: #ffc300;
  height: 22px;
}
.footer__icon img {
  height: 100%;
  width: auto;
}
.footer__contact-text {
  font-size: 14px;
  color: #fff;
  transition: color 0.2s;
}
.footer__image img {
  max-width: 100%;
  height: auto;
}
.footer__bottom {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 15px;
  font-weight: 300;
}
.footer__bottom .created-by a {
  color: #ffc300;
  text-decoration: none;
}
.footer .menu {
  font-family: #272a2e;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
.footer .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.footer .menu li {
  margin-bottom: 10px;
  display: flex;
}
.footer .menu a {
  text-decoration: none;
  color: #fff;
  transition: color 0.3s ease;
}
.footer .menu .current_page_item a {
  color: #ffc300;
}
.footer .menu .current_page_item a:hover {
  color: #ffc300;
  transition: color 0.3s ease;
}
.footer .menu a:hover {
  color: #ffc300;
}

@media (max-width: 1023px) {
  .footer {
    padding: 30px 15px 80px 15px;
  }
  .footer__col {
    margin: 20px 0;
  }
  .footer__wrapper {
    flex-direction: column;
  }
}
.banner {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  height: 85vh;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, transparent 100%);
  z-index: 1;
}
.page-home .banner {
  height: 100vh;
}
.banner__picture {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.banner__picture::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.banner__img {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  background-size: cover;
  object-fit: cover;
  width: 100%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.banner__hero {
  position: absolute;
  top: 50%;
  left: 157px;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 95%;
}
.banner__header {
  font-size: 100px;
  font-weight: 400;
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
}
.banner__subheader {
  font-size: 60px;
  font-weight: 400;
  font-family: "Great Vibes", cursive;
  color: #ffc300;
  position: relative;
  top: -55px;
}
.banner__scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 5px;
  font-family: "Bebas Neue", sans-serif;
  z-index: 10;
  cursor: pointer;
}
.banner__scroll-down .text {
  color: #fff;
}
.banner__scroll-down .icon {
  width: 64px;
  transition: transform 0.3s;
}
.banner__scroll-down .icon img {
  width: 100%;
}
.banner__scroll-down:hover .icon {
  transform: translateY(15px);
}

@media (max-width: 1239px) {
  .banner {
    padding-top: 0;
  }
  .banner__picture img {
    height: 100%;
  }
  .banner__info {
    display: none;
  }
  .banner__hero {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    top: 55%;
    width: 100%;
  }
  .banner__header {
    max-width: 100vw;
    padding: 0 10px;
    font-size: 45px;
    margin: 0 auto;
  }
  .banner__subheader {
    top: unset;
  }
  .banner__button {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .banner__subheader {
    font-size: 45px;
    line-height: 1;
  }
}
.l-section--photo-text-right {
  margin: 110px auto;
  max-width: 1680px;
}

.l-wrapper--photo-text-right {
  padding: 0 130px;
}

.photo-text-right {
  display: flex;
}
.photo-text-right__photo-hld {
  position: relative;
  width: 50%;
}
.photo-text-right__content-hld {
  width: 50%;
  display: flex;
  align-items: center;
  margin-left: 150px;
}
.photo-text-right__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.photo-text-right__header {
  margin-bottom: 30px;
}
.photo-text-right__photo--is-relative {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 45%;
}
.photo-text-right__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 125%;
}
.photo-text-right__photo--is-relative .photo-text-right__photo-inner {
  padding-top: 125%;
}
.photo-text-right__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.photo-text-right__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-text-right__highlights {
  margin-top: 70px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 40px;
}
.photo-text-right__highlight-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.photo-text-right__highlight-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo-text-right__highlight-icon img {
  width: 100%;
  height: auto;
}
.photo-text-right__highlight-text {
  font-size: 16px;
  color: #272a2e;
}

@media (max-width: 1239px) {
  .l-section--photo-text-right {
    margin: 70px 0;
  }
  .l-wrapper--photo-text-right {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .l-section--photo-text-right {
    margin: 50px 0;
  }
  .l-wrapper--photo-text-right {
    padding: 0 15px;
  }
  .photo-text-right {
    flex-direction: column-reverse;
  }
  .photo-text-right__photo-hld, .photo-text-right__content-hld {
    width: 100%;
    margin: 0;
  }
  .photo-text-right__content-hld {
    justify-content: center;
    text-align: center;
    margin: 50px 0;
  }
  .photo-text-right__content {
    margin: 0 auto;
    align-items: center;
  }
  .photo-text-right__photo--is-relative {
    position: static;
    margin-top: 15px;
    width: 100%;
  }
  .photo-text-right__header {
    margin: 0 auto 20px auto;
  }
  .photo-text-right__text {
    max-width: unset;
  }
  .photo-text-right__photo-inner {
    padding-top: 100%;
  }
}
@media (max-width: 767px) {
  .l-section--photo-text-right {
    margin: 40px 0;
  }
  .l-wrapper--photo-text-right {
    padding: 0 15px;
  }
  .photo-text-right__highlights {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
  }
  .photo-text-right__highlight-item {
    min-width: 200px;
  }
}
.l-section--photo-text-right-sec {
  margin: 110px 0 0 0;
}

.l-wrapper--photo-text-right-sec {
  padding: 0 150px 0 50px;
  margin: 0 auto;
  max-width: 1680px;
}

.photo-text-right-sec {
  display: flex;
}
.photo-text-right-sec__photo-hld {
  position: relative;
  width: 62%;
}
.photo-text-right-sec__content-hld {
  width: 38%;
  display: flex;
  align-items: center;
  margin-left: 125px;
}
.photo-text-right-sec__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.photo-text-right-sec__header {
  margin-bottom: 30px;
}
.photo-text-right-sec__text {
  margin-bottom: 30px;
}
.photo-text-right-sec__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 72.5806451613%;
}
.photo-text-right-sec__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.photo-text-right-sec__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1239px) {
  .l-section--photo-text-right-sec {
    margin: 70px 0;
  }
  .l-wrapper--photo-text-right-sec {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .photo-text-right-sec {
    flex-direction: column;
  }
  .photo-text-right-sec__photo-hld, .photo-text-right-sec__content-hld {
    width: 100%;
    margin: 0;
  }
  .photo-text-right-sec__content-hld {
    justify-content: center;
    text-align: center;
    margin-top: 50px;
  }
  .photo-text-right-sec__content {
    margin: 0 auto;
    align-items: center;
  }
  .photo-text-right-sec__header {
    margin: 0 auto 20px auto;
  }
  .photo-text-right-sec__text {
    max-width: unset;
  }
  .photo-text-right-sec__photo-inner {
    padding-top: 75%;
  }
}
@media (max-width: 767px) {
  .l-section--photo-text-right-sec {
    margin: 40px 0;
  }
  .l-wrapper--photo-text-right-sec {
    padding: 0 15px;
  }
}
.l-section--photo-text-left {
  margin: 100px auto 110px auto;
  max-width: 1680px;
}

.l-wrapper--photo-text-left {
  padding: 0 130px;
}

.photo-text-left {
  display: flex;
}
.photo-text-left__photo-hld {
  position: relative;
  width: 55%;
}
.photo-text-left__subheader {
  position: relative;
  bottom: 25px;
}
.photo-text-left__content-hld {
  width: 45%;
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.photo-text-left__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.photo-text-left__button {
  margin-top: 20px;
}
.photo-text-left__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 118.1988742964%;
}
.photo-text-left__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.photo-text-left__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1239px) {
  .l-section--photo-text-left {
    margin: 70px 0;
  }
  .l-wrapper--photo-text-left {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .photo-text-left {
    flex-direction: column;
  }
  .photo-text-left__photo-hld, .photo-text-left__content-hld {
    width: 100%;
    margin: 0;
  }
  .photo-text-left__content-hld {
    justify-content: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .photo-text-left__content {
    margin: 0 auto;
    align-items: center;
  }
  .photo-text-left__header {
    margin: 0 auto 20px auto;
  }
  .photo-text-left__text {
    max-width: unset;
  }
  .photo-text-left__photo-inner {
    padding-top: 75%;
  }
}
@media (max-width: 767px) {
  .l-section--photo-text-left {
    margin: 40px 0;
  }
  .l-wrapper--photo-text-left {
    padding: 0 15px;
  }
}
.l-section--photo-text-left-sec {
  margin: 0 0 110px 0;
}

.l-wrapper--photo-text-left-sec {
  padding: 0 130px;
  margin: 0 auto;
  max-width: 1680px;
}

.photo-text-left-sec {
  display: flex;
}
.photo-text-left-sec__photo-hld {
  position: relative;
  width: 48%;
}
.photo-text-left-sec__content-hld {
  width: 52%;
  display: flex;
  align-items: center;
  margin-right: 125px;
}
.photo-text-left-sec__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.photo-text-left-sec__header {
  margin-bottom: 30px;
}
.photo-text-left-sec__text {
  margin-bottom: 30px;
}
.photo-text-left-sec__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 113.4380453752%;
}
.photo-text-left-sec__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.photo-text-left-sec__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1239px) {
  .l-section--photo-text-left-sec {
    margin: 70px 0;
  }
  .l-wrapper--photo-text-left-sec {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .photo-text-left-sec {
    flex-direction: column;
  }
  .photo-text-left-sec__photo-hld, .photo-text-left-sec__content-hld {
    width: 100%;
    margin: 0;
  }
  .photo-text-left-sec__content-hld {
    justify-content: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .photo-text-left-sec__content {
    margin: 0 auto;
    align-items: center;
  }
  .photo-text-left-sec__header {
    margin: 0 auto 20px auto;
  }
  .photo-text-left-sec__text {
    max-width: unset;
  }
  .photo-text-left-sec__photo-inner {
    padding-top: 75%;
  }
}
@media (max-width: 767px) {
  .l-section--photo-text-left-sec {
    margin: 40px 0;
  }
  .l-wrapper--photo-text-left-sec {
    padding: 0 15px;
  }
}
.l-section--photo-text-left {
  margin: 100px auto 110px auto;
  max-width: 1680px;
}

.l-wrapper--photo-text-left {
  padding: 0 130px;
}

.photo-text-left {
  display: flex;
}
.photo-text-left__photo-hld {
  position: relative;
  width: 55%;
}
.photo-text-left__subheader {
  position: relative;
  bottom: 25px;
}
.photo-text-left__content-hld {
  width: 45%;
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.photo-text-left__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.photo-text-left__button {
  margin-top: 20px;
}
.photo-text-left__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 118.1988742964%;
}
.photo-text-left__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.photo-text-left__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1239px) {
  .l-section--photo-text-left {
    margin: 70px 0;
  }
  .l-wrapper--photo-text-left {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .photo-text-left {
    flex-direction: column;
  }
  .photo-text-left__photo-hld, .photo-text-left__content-hld {
    width: 100%;
    margin: 0;
  }
  .photo-text-left__content-hld {
    justify-content: center;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .photo-text-left__content {
    margin: 0 auto;
    align-items: center;
  }
  .photo-text-left__header {
    margin: 0 auto 20px auto;
  }
  .photo-text-left__text {
    max-width: unset;
  }
  .photo-text-left__photo-inner {
    padding-top: 75%;
  }
}
@media (max-width: 767px) {
  .l-section--photo-text-left {
    margin: 40px 0;
  }
  .l-wrapper--photo-text-left {
    padding: 0 15px;
  }
}
.l-section--offers-slider {
  margin: 150px 0;
}
.page-blog-details .l-section--offers-slider {
  margin: 30px;
}

.l-wrapper--offers-slider {
  max-width: unset;
}

.offers-slider__content {
  text-align: center;
}
.offers-slider__subheader {
  position: relative;
  bottom: 25px;
}
.offers-slider__slider-hld {
  position: relative;
}
.offers-slider .swiper-container {
  position: relative;
  overflow: hidden;
}
.offers-slider .swiper-slide {
  flex-shrink: 0;
  width: auto;
}
.offers-slider .swiper-button-prev,
.offers-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.offers-slider .swiper-button-prev {
  left: -30px;
}
.offers-slider .swiper-button-next {
  right: -30px;
}

@media (max-width: 1239px) {
  .l-section--offers-slider {
    margin: 70px 0;
  }
  .l-wrapper--offers-slider {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .l-section--offers-slider {
    margin: 60px 0;
  }
  .l-wrapper--offers-slider {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .l-wrapper--offers-slider {
    padding: 0;
  }
  .offers-slider .slider-button {
    display: none;
  }
  .offers-slider__slider-hld {
    padding-left: 15px;
  }
}
.l-section--highlighters-with-text {
  margin: 120px 0;
}

.l-wrapper--highlighters-with-text {
  padding: 120px 20px;
}

.highlighters-with-text__content-hld {
  margin: 0 190px 0 110px;
}
.highlighters-with-text__content {
  display: flex;
  gap: 60px;
  align-items: center;
}
.highlighters-with-text__text {
  max-width: 900px;
}
.highlighters-with-text__header {
  max-width: 460px;
  color: #ffc300;
}
.highlighters-with-text__adventages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 100px;
}
.highlighters-with-text__adventages-item {
  grid-column: 1fr;
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 22px;
  font-weight: 300;
  line-height: 2.73;
  letter-spacing: em(-0.44, 22);
  color: #000;
  position: relative;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #693307;
}
.highlighters-with-text__image-svg {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1239px) {
  .highlighters-with-text__content {
    display: flex;
    flex-direction: column;
  }
  .highlighters-with-text__content-hld {
    margin: 0 40px 0 40px;
  }
  .highlighters-with-text__text, .highlighters-with-text__header {
    max-width: unset;
    text-align: center;
  }
  .highlighters-with-text__adventages {
    gap: 45px;
  }
}
@media (max-width: 767px) {
  .l-section--highlighters-with-text {
    margin: 40px 0;
  }
  .l-wrapper--highlighters-with-text {
    padding: 70px 15px;
  }
  .highlighters-with-text__adventages {
    grid-template-columns: auto;
    margin-top: 50px;
  }
}
.l-section--highlighters-with-icons {
  margin: 100px 0;
}

.l-wrapper--highlighters-with-icons {
  padding: 0 80px;
}

.highlighters-with-icons__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  max-width: 1250px;
  margin: 0 auto 80px auto;
}
.highlighters-with-icons__items-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 75px;
}
.highlighters-with-icons__text {
  text-align: center;
}
.highlighters-with-icons__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.highlighters-with-icons__item-icon {
  max-width: 70px;
  margin-bottom: 25px;
}
.highlighters-with-icons__item-icon img {
  width: 100%;
}
.highlighters-with-icons__item-header {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1.15px;
  text-align: center;
}
.highlighters-with-icons__item-text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.8px;
  text-align: center;
  min-height: 100px;
}

@media (max-width: 1239px) {
  .l-section--highlighters-with-icons {
    margin: 80px 0;
  }
  .highlighters-with-icons__items-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .highlighters-with-icons__content {
    display: flex;
    flex-direction: column;
    margin: 0 auto 40px auto;
  }
  .highlighters-with-icons__text, .highlighters-with-icons__header {
    max-width: unset;
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .l-section--highlighters-with-icons {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .l-wrapper--highlighters-with-icons {
    padding: 0 15px;
  }
  .highlighters-with-icons__header::after {
    width: 76%;
    left: 50px;
    right: 50px;
  }
  .highlighters-with-icons__items-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
  .highlighters-with-icons__header-item {
    font-size: 20px;
  }
  .highlighters-with-icons__content-hld {
    margin-bottom: 40px;
  }
  .highlighters-with-icons__item-icon {
    margin-bottom: 5px;
  }
}
.l-section--highlighters-with-header {
  margin: 120px 0;
}

.l-wrapper--highlighters-with-header {
  padding: 120px 20px;
}

.highlighters-with-header__header {
  max-width: 620px;
  color: #ffc300;
  text-align: center;
  margin: 0 auto;
}
.highlighters-with-header__adventages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 100px;
}
.highlighters-with-header__adventages-item {
  grid-column: 1fr;
  height: 120px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 22px;
  font-weight: 300;
  line-height: 2.73;
  letter-spacing: em(-0.44, 22);
  color: #000;
  position: relative;
  border: 1px solid #693307;
}
.highlighters-with-header__image-svg {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1239px) {
  .highlighters-with-header__content {
    display: flex;
    flex-direction: column;
  }
  .highlighters-with-header__content-hld {
    margin: 0 40px 0 40px;
  }
  .highlighters-with-header__text, .highlighters-with-header__header {
    max-width: unset;
    text-align: center;
  }
  .highlighters-with-header__adventages {
    gap: 45px;
  }
}
@media (max-width: 767px) {
  .l-section--highlighters-with-header {
    margin: 40px 0;
  }
  .l-wrapper--highlighters-with-header {
    padding: 70px 15px;
  }
  .highlighters-with-header__adventages {
    grid-template-columns: auto;
    margin-top: 50px;
  }
}
.background-photo-text {
  position: relative;
}
.background-photo-text__photo-hld {
  position: relative;
  width: 100%;
}
.background-photo-text__photo-hld::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.background-photo-text__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 45%;
  overflow: hidden;
}
.background-photo-text__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.background-photo-text__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.background-photo-text__content-hld {
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 140px;
  transform: translateY(-50%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 510px;
  gap: 40px;
  z-index: 100;
}
.background-photo-text__header {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 7.2px;
  color: #fff;
}
.background-photo-text__text {
  color: #fff;
}
.background-photo-text__small-photo-hld {
  position: absolute;
  right: 150px;
  bottom: -125px;
  width: 14%;
  z-index: 100;
}
.background-photo-text__small-photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 132.1243523316%;
  overflow: hidden;
}
.background-photo-text__small-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.background-photo-text__small-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

@media (max-width: 1239px) {
  .l-section--background-photo-text {
    margin: 70px 0;
  }
}
@media (max-width: 1023px) {
  .background-photo-text__photo-inner {
    padding-top: 100vh;
  }
  .background-photo-text__small-photo-hld {
    display: none;
  }
  .background-photo-text__content-hld {
    margin-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .l-section--background-photo-text {
    margin: 40px 0;
  }
  .l-wrapper--background-photo-text {
    padding: 0 15px;
  }
}
.l-section--background-photo-text-fixed {
  margin-top: 110px;
}

.background-photo-text-fixed__inner {
  position: relative;
  width: 100%;
  padding-bottom: 48%;
  overflow: hidden;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.background-photo-text-fixed__image-hld {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.background-photo-text-fixed__image-hld::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.background-photo-text-fixed__image-inner {
  height: 100%;
  position: relative;
}
.background-photo-text-fixed__image-inner img {
  height: 115%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.background-photo-text-fixed__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100000;
  max-width: 1680px;
  width: 100%;
  font-size: 30px;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.background-photo-text-fixed__subheader {
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
}
.background-photo-text-fixed__header {
  margin-bottom: 50px;
  font-size: 65px;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}
.background-photo-text-fixed__text {
  display: flex;
  gap: 50px;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  text-align: left;
  padding: 0 30px;
  line-height: 35px;
  font-family: "Work Sans", sans-serif;
}
.background-photo-text-fixed__text-col {
  flex-basis: 50%;
}
.background-photo-text-fixed__button {
  margin-top: 30px;
}

@media screen and (max-width: 1023px) {
  .background-photo-text-fixed__inner {
    padding-top: 150vh;
  }
  .background-photo-text-fixed__content {
    width: 95vw;
    font-size: 24px;
  }
  .background-photo-text-fixed__text {
    flex-direction: column;
  }
  .background-photo-text-fixed__header {
    font-size: 40px;
  }
}
.l-section--rooms-slider {
  margin: 240px 0 0;
  padding: 120px 0;
}

.l-wrapper--rooms-slider {
  padding: 0 0 0 50px;
  max-width: unset;
}

.rooms-slider {
  display: flex;
  position: relative;
}
.rooms-slider__col--content {
  width: 40%;
}
.rooms-slider__col--slider {
  width: 60%;
  position: relative;
}
.rooms-slider__text {
  font-size: 28px;
  line-height: 1.61;
  color: #ffc300;
  max-width: 430px;
  margin-bottom: 40px;
}
.rooms-slider__header {
  color: #272a2e;
  margin-bottom: 32px;
}
.rooms-slider__slider-hld {
  position: relative;
  overflow: hidden;
}
.rooms-slider .rooms-slider__button-prev,
.rooms-slider .rooms-slider__button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rooms-slider .rooms-slider__button-prev {
  left: -30px;
}
.rooms-slider .rooms-slider__button-next {
  right: 200px;
}

@media (max-width: 1239px) {
  .l-section--rooms-slider {
    margin: 70px 0;
  }
  .l-wrapper--rooms-slider {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1023px) {
  .rooms-slider {
    flex-direction: column;
  }
  .rooms-slider__col--content, .rooms-slider__col--slider {
    width: 100%;
  }
  .rooms-slider__col--content {
    margin-bottom: 25px;
  }
  .rooms-slider__text {
    padding-right: 20px;
    max-width: unset;
  }
  .rooms-slider .slider-button {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-section--rooms-slider {
    margin: 40px 0;
    padding: 0;
  }
  .rooms-slider__facilities {
    flex-direction: column;
  }
  .rooms-slider__capacity::after {
    content: none;
  }
  .rooms-slider__facilities {
    gap: 8px;
    margin-top: 5px;
  }
  .rooms-slider__title h3 {
    min-height: 45px;
  }
}
.l-wrapper--photo-slider {
  padding: 120px 280px;
  max-width: 1680px;
  margin: 0 auto;
}

.photo-slider {
  width: 100%;
  position: relative;
}
.photo-slider__photo-hld {
  position: relative;
  width: 100%;
}
.photo-slider__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
  padding-top: 65.3477218225%;
}
.photo-slider__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
}
.photo-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo-slider .swiper {
  overflow: visible;
}
.photo-slider__button {
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 10;
  transition: background-color 0.3s;
  border: 1px solid #ffc300;
  border-radius: 50%;
}
.photo-slider__button img {
  width: 50px;
}
.photo-slider__button--next {
  position: absolute;
  top: 50%;
  right: -35px;
}
.photo-slider__button--prev {
  position: absolute;
  top: 50%;
  left: -35px;
}
.photo-slider__button:hover {
  background-color: #ffc300;
  cursor: pointer;
}

@media (max-width: 1239px) {
  .l-section--photo-slider {
    margin: 70px 0;
  }
  .l-wrapper--photo-slider {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .photo-slider__button {
    display: none;
  }
}
@media (max-width: 767px) {
  .l-section--photo-slider {
    margin: 40px 0;
  }
  .l-wrapper--photo-slider {
    padding: 0;
  }
  .photo-slider .swiper {
    overflow: hidden;
  }
  .photo-slider__photo-inner {
    padding-top: 100%;
  }
}
.l-wrapper--contact-map {
  max-width: unset;
  padding: 0 0 0 80px;
}

.contact-map {
  display: flex;
  flex-direction: column;
}
.contact-map__row {
  width: 100%;
  display: flex;
}
.contact-map__info, .contact-map__map {
  width: 50%;
  min-height: 150px;
}
.contact-map__info {
  padding: 20px 0 80px 80px;
}
.contact-map__map {
  position: relative;
}
.contact-map__map img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-map__button {
  position: absolute;
  right: 70px;
  bottom: 25px;
  z-index: 100;
}
.contact-map .contact-mobile-btn {
  display: none;
}
.contact-map__subheader {
  position: relative;
  bottom: 25px;
}
.contact-map__adress-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}
.contact-map__adress-item:hover .contact-map__content a {
  color: #ffc300;
}
.contact-map__content {
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: -0.32px;
  color: #272a2e;
  margin-left: 15px;
}
.contact-map__content a {
  display: block;
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: -0.32px;
  color: #272a2e;
  transition: color 0.2s;
}
.contact-map__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact-map__icon img {
  width: 32px;
  height: auto;
}

@media (max-width: 1239px) {
  .contact-map {
    gap: 40px;
  }
}
@media (max-width: 1023px) {
  .l-wrapper--contact-map {
    padding: 0 15px;
  }
  .contact-map__map {
    display: none;
  }
  .contact-map__info {
    width: 100%;
    padding: 20px 15px;
  }
  .contact-map .contact-mobile-btn {
    display: block;
  }
}
.l-section--intro-text {
  margin: 40px 0 120px 0;
}

.l-wrapper--intro-text {
  padding: 0 250px;
}

.intro-text__header {
  text-align: center;
  margin-bottom: 30px;
}
.intro-text__content {
  font-size: 22px;
  line-height: 1.82;
  letter-spacing: -0.44px;
  text-align: center;
  color: #272a2e;
}

@media (max-width: 1239px) {
  .l-section--intro-text {
    margin: 70px 0;
  }
}
@media (max-width: 1023px) {
  .intro-text__content {
    font-size: 15px;
  }
  .l-wrapper--intro-text {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .l-section--intro-text {
    margin: 40px 0;
  }
  .l-wrapper--intro-text {
    padding: 0 15px;
  }
}
.l-section--two-tiles {
  margin: 120px 0;
}

.l-wrapper--two-tiles {
  padding: 0 130px;
}

.two-tiles {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.two-tiles__tiles-hld {
  display: flex;
  gap: 20px;
}
.two-tiles__header-hld {
  text-align: center;
}
.two-tiles__subheader {
  position: relative;
  bottom: 25px;
}
.two-tiles__item-hld {
  width: 50%;
  display: block;
}
.two-tiles__item {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 104.8387096774%;
  height: 100%;
}
.two-tiles__item:hover {
  cursor: pointer;
}
.two-tiles__item:hover .two-tiles__description {
  opacity: 1;
}
.two-tiles__item:hover .two-tiles__heaeder {
  transform: translateY(30px);
}
.two-tiles__item:hover .two-tiles__button {
  transform: translateY(-30px);
}
.two-tiles__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.two-tiles__background::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.two-tiles__background img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}
.two-tiles__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 70px;
}
.two-tiles__heaeder {
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 7.2px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  top: 140px;
  transition: transform 0.3s;
}
.two-tiles__description {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: -0.32px;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.two-tiles__button {
  position: absolute;
  bottom: 140px;
  transition: transform 0.3s;
}

@media (max-width: 1239px) {
  .l-section--two-tiles {
    margin: 70px 0;
  }
  .l-wrapper--two-tiles {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .two-tiles {
    flex-direction: column;
  }
  .two-tiles__item-hld {
    width: 100%;
  }
  .two-tiles__item {
    padding-top: 166.6666666667%;
  }
  .two-tiles__item:hover .two-tiles__description {
    opacity: unset;
  }
  .two-tiles__item:hover .two-tiles__heaeder {
    transform: none;
  }
  .two-tiles__item:hover .two-tiles__button {
    transform: none;
  }
  .two-tiles__content {
    padding: 30px 20px;
  }
  .two-tiles__description {
    opacity: 1;
  }
  .two-tiles__heaeder {
    top: 40px;
  }
  .two-tiles__button {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .l-section--two-tiles {
    margin: 40px 0;
  }
  .l-wrapper--two-tiles {
    padding: 0 15px;
  }
  .two-tiles {
    gap: 25px;
  }
  .two-tiles__tiles-hld {
    flex-direction: column;
  }
  .two-tiles__subheader {
    bottom: 10px;
  }
  .two-tiles__item {
    padding-top: 150%;
  }
  .two-tiles__background::before {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.l-section--basic-text {
  margin: 110px 0;
}
.page-simple-text .l-section--basic-text {
  margin: 200px 0 110px 0;
}

.l-wrapper--basic-text {
  padding: 0 157px 0 137px;
}

.basic-text {
  color: #272a2e;
}
.basic-text__page-title {
  text-align: center;
}
.basic-text p {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.32px;
  text-align: left;
  margin-bottom: 15px;
}
.basic-text h2,
.basic-text h3,
.basic-text h4 {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 300;
}
.basic-text h2 {
  font-size: 40px;
  line-height: 1.88;
  margin-bottom: 30px;
  margin-top: 30px;
}
.basic-text h3 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.basic-text h4 {
  font-size: 26px;
}
.basic-text ul {
  list-style-type: none;
  margin-bottom: 20px;
}
.basic-text ul li {
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: -0.32px;
  text-align: left;
  position: relative;
}
.basic-text ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #693307;
}
.basic-text ol {
  line-height: 2;
  font-size: 18px;
  padding-left: 20px;
  font-weight: 400;
}

@media (max-width: 1239px) {
  .l-section--basic-text {
    margin: 70px 0;
  }
  .l-wrapper--basic-text {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .basic-text ul li {
    margin: 15px 0;
    line-height: 2;
  }
  .basic-text ul li::before {
    top: 15px;
    transform: unset;
    width: 8px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .l-section--basic-text {
    margin: 40px 0;
  }
  .page-simple-text .l-section--basic-text {
    margin: 35px 0 50px 0;
  }
  .l-wrapper--basic-text {
    padding: 0 15px;
  }
  .basic-text h2 {
    font-size: 36px;
    line-height: 1.6;
  }
}
.l-section--opinions-slider {
  margin: 130px 0;
}

.l-wrapper--opinions-slider {
  padding: 0 95px;
}

/* Struktura Swiper Slider */
.opinions-slider__content-hld {
  margin-bottom: 40px;
}
.opinions-slider__header::after {
  width: 66%;
}
.opinions-slider__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.opinions-slider__slider-hld {
  margin: 0 150px;
  overflow: hidden;
}
.opinions-slider__slider-container {
  position: relative;
}
.opinions-slider__quote-icon {
  position: absolute;
  top: -100px;
  left: 0;
  opacity: 0.15;
}
.opinions-slider__quote-icon img {
  width: 256px;
  height: 256px;
}
.opinions-slider__slider {
  width: 100%;
}
.opinions-slider__slide {
  text-align: center;
}
.opinions-slider__sign {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  margin-top: 35px;
}
.opinions-slider #opinions-slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  bottom: -50px;
}
.opinions-slider #opinions-slider-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  border: 2px solid #693307;
  border-radius: 50%;
  background: transparent;
  opacity: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.opinions-slider #opinions-slider-pagination .swiper-pagination-bullet-active {
  position: relative;
  background-color: #ffc300;
}
.opinions-slider .swiper-button-next {
  right: -20px;
}
.opinions-slider .swiper-button-prev {
  left: -20px;
}

@media (max-width: 1239px) {
  .l-section--opinions-slider {
    margin: 100px 0;
  }
  .l-wrapper--opinions-slider {
    padding: 0 30px;
  }
  .opinions-slider__slider-hld {
    margin: 30px;
  }
}
@media (max-width: 1023px) {
  .l-section--opinions-slider {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .opinions-slider__content-hld {
    text-align: center;
  }
  .opinions-slider__slider-hld {
    margin: 0;
  }
}
.l-section--double-photo-text {
  margin: 0 0 110px 0;
}

.l-wrapper--double-photo-text {
  padding: 120px 137px 120px 50px;
}

.double-photo-text__item {
  display: flex;
}
.double-photo-text__item--first {
  margin-bottom: 40px;
}
.double-photo-text__photo-hld {
  position: relative;
}
.double-photo-text__item--first .double-photo-text__photo-hld {
  width: 52%;
}
.double-photo-text__item--second .double-photo-text__photo-hld {
  width: 52%;
}
.double-photo-text__content-hld {
  display: flex;
  align-items: center;
}
.double-photo-text__item--first .double-photo-text__content-hld {
  width: 62%;
}
.double-photo-text__item--second .double-photo-text__content-hld {
  width: 48%;
  margin-left: 107px;
}
.double-photo-text__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.double-photo-text__item--first .double-photo-text__content {
  margin: 0 50px 0 107px;
  max-width: 550px;
}
.double-photo-text__item--second .double-photo-text__content {
  margin-right: 30px;
}
.double-photo-text__header {
  margin-bottom: 30px;
}
.double-photo-text__item--first .double-photo-text__text {
  font-weight: 300;
}
.double-photo-text__item--second .double-photo-text__text {
  max-width: 430px;
}
.double-photo-text__photo-inner {
  position: relative;
  width: 100%;
  height: 0px;
}
.double-photo-text__item--first .double-photo-text__photo-inner {
  padding-top: 63.4529147982%;
}
.double-photo-text__item--second .double-photo-text__photo-inner {
  padding-top: 60.4838709677%;
}
.double-photo-text__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.double-photo-text__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.double-photo-text__button {
  margin-top: 20px;
}

@media (max-width: 1239px) {
  .l-section--double-photo-text {
    margin: 70px 0;
  }
  .l-wrapper--double-photo-text {
    padding: 80px 30px;
  }
}
@media (max-width: 1023px) {
  .double-photo-text__item {
    flex-direction: column;
    align-items: center;
  }
  .double-photo-text__item--first .double-photo-text__photo-hld, .double-photo-text__item--second .double-photo-text__photo-hld {
    width: 100%;
  }
  .double-photo-text__item--first .double-photo-text__content-hld, .double-photo-text__item--second .double-photo-text__content-hld {
    width: 100%;
    margin-left: 0;
  }
  .double-photo-text__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .double-photo-text__item--first .double-photo-text__content, .double-photo-text__item--second .double-photo-text__content {
    margin-left: 0;
    margin-right: 0;
  }
  .double-photo-text__item--first .double-photo-text__photo-inner, .double-photo-text__item--second .double-photo-text__photo-inner {
    padding-top: 63.4529147982%;
  }
}
@media (max-width: 767px) {
  .l-section--double-photo-text {
    margin: 40px 0;
  }
  .l-wrapper--double-photo-text {
    padding: 0 15px;
  }
}
.l-section--content-accordions {
  margin: 115px 0 100px;
}

.l-wrapper--content-accordions {
  padding: 0 80px;
}

.content-accordions-item {
  border: solid 1px #ffc300;
  margin-bottom: 25px;
}
.content-accordions-item__title-box {
  display: flex;
  position: relative;
  cursor: pointer;
  padding: 19px 0 19px 40px;
  border-bottom: solid 1px #ffc300;
  font-size: 22px;
  font-weight: 300;
  color: #ffc300;
  line-height: 1.82;
  letter-spacing: -0.44px;
  text-align: left;
}
.content-accordions-item__title-box--editor-mode {
  cursor: default;
}
.content-accordions-item__image-box {
  width: 140px;
}
.content-accordions-item__icon-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
}
.content-accordions-item__icon-box--editor-mode {
  cursor: pointer;
}
.content-accordions-item__icon {
  transition: transform 0.2s;
}
.content-accordions-item.is-active-accordion .content-accordions-item__icon {
  transform: scale(1, -1);
}
.content-accordions-item__text-box {
  height: 0;
  overflow: hidden;
}
.content-accordions-item__text-box-inner {
  padding: 19px 0 19px 40px;
}

.content-accordions__item {
  margin-top: 25px;
}
.content-accordions__item--editor-mode {
  margin: 15px;
}

@media (max-width: 1023px) {
  .l-wrapper--content-accordions {
    padding: 0 20px;
  }
  .content-accordions__title {
    text-align: center;
  }
  .content-accordions-item__text-box-inner {
    padding: 19px 0 19px 10px;
  }
}
.l-section--intro-and-form {
  margin: 100px 0 120px;
}

.l-wrapper--intro-and-form {
  padding: 0 240px;
}
@media (max-width: 1239px) {
  .l-wrapper--intro-and-form {
    padding: 0 15px;
  }
}

.intro-and-form__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.intro-and-form__header-hld {
  text-align: center;
}
.intro-and-form__subheader {
  position: relative;
  bottom: 25px;
}
.intro-and-form__content {
  text-align: center;
  margin-bottom: 45px;
}
.intro-and-form .wpforms-field-container #wpforms-8-field_6-container,
.intro-and-form .wpforms-field-container #wpforms-8-field_7-container,
.intro-and-form .wpforms-field-container #wpforms-8-field_9-container,
.intro-and-form .wpforms-field-container #wpforms-8-field_10-container,
.intro-and-form .wpforms-field-container #wpforms-8-field_8-container {
  display: none;
  /* Domyślnie ukryte */
}
@media (max-width: 1239px) {
  .intro-and-form .l-section--intro-and-form {
    margin: 70px 0;
  }
  .intro-and-form .l-wrapper--intro-and-form {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .intro-and-form .intro-and-form .wpforms-field-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .intro-and-form .intro-and-form #wpforms-8-field_1-container,
  .intro-and-form .intro-and-form #wpforms-8-field_2-container,
  .intro-and-form .intro-and-form #wpforms-8-field_3-container,
  .intro-and-form .intro-and-form #wpforms-8-field_4-container {
    grid-area: unset;
  }
  .intro-and-form .intro-and-form .wpforms-field-medium {
    width: 100% !important;
    max-width: 100% !important;
  }
  .intro-and-form .intro-and-form textarea {
    min-height: 300px;
  }
  .intro-and-form .intro-and-form .wpforms-submit-container {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .intro-and-form .l-section--intro-and-form {
    margin: 40px 0;
  }
  .intro-and-form .l-wrapper--intro-and-form {
    padding: 0 15px;
  }
}

.l-section--contact-tiles {
  padding: 70px 0 20px 0;
}
@media (max-width: 1239px) {
  .l-section--contact-tiles {
    padding: 80px 0 0 0;
  }
}

@media (max-width: 1239px) {
  .l-wrapper--contact-tiles {
    padding: 0 15px;
  }
}

.contact-tiles {
  /* Pojedynczy kafel */
  /* Adres z ikoną pinezki */
  /* Media */
}
.contact-tiles__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1239px) {
  .contact-tiles__grid {
    grid-template-columns: 1fr;
  }
}
.contact-tiles__tile {
  background: rgba(255, 195, 0, 0.1);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 320px;
}
@media (max-width: 1239px) {
  .contact-tiles__tile {
    grid-template-rows: auto 260px;
  }
}
@media (max-width: 767px) {
  .contact-tiles__tile {
    grid-template-rows: auto 220px;
  }
}
.contact-tiles__content {
  padding: 50px 40px 50px 50px;
}
@media (max-width: 1239px) {
  .contact-tiles__content {
    padding: 50px 20px 50px;
  }
}
.contact-tiles__title {
  margin: 0 0 30px 0;
  font-size: 24px;
  line-height: 0.83;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-transform: uppercase;
  color: #693307;
}
@media (max-width: 1239px) {
  .contact-tiles__title {
    line-height: 1.2;
  }
}
.contact-tiles__intro {
  margin: 0 0 30px 0;
}
.contact-tiles__intro p {
  margin: 0 0 10px;
}
.contact-tiles__address {
  position: relative;
  padding-left: 34px;
  min-height: 20px;
}
.contact-tiles__address .contact-tiles__pin {
  position: absolute;
  top: 2px;
  left: -5px;
  width: 30px;
  height: 30px;
  object-fit: contain;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  display: block;
}
.contact-tiles__media {
  position: relative;
}
.contact-tiles__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.details-banner {
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.details-banner__image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.details-banner__image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.details-banner__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.details-banner__content {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1239px) {
  .details-banner__content {
    left: 15px;
  }
}
.details-banner__title {
  font-size: 80px;
  color: #fff;
}
@media (max-width: 1239px) {
  .details-banner__title {
    font-size: 40px;
  }
}

.details-page {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  padding: 0 130px 50px 130px;
}
.details-page__content {
  flex: 2;
}
.details-page__content-hld {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.details-page__slider {
  margin-top: 30px;
  max-width: 100%;
  position: relative;
}
.details-page__slider::before, .details-page__slider::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  z-index: 5;
  pointer-events: none;
}
.details-page__slider::before {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.details-page__slider::after {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.details-page__facilities {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  padding: 20px 50px 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.details-page__facility {
  font-size: 20px;
  color: #272a2e;
  font-weight: 300;
}
.details-page__excerpt {
  font-size: 18px;
  font-weight: 500;
  color: #272a2e;
  margin-bottom: 20px;
  line-height: 1.5;
}
.details-page__text {
  font-size: 16px;
  line-height: 1.8;
  color: #272a2e;
}
.details-page__text p {
  margin: 15px 0;
}
.details-page__slider {
  overflow: hidden;
}
.details-page__col--sidebar {
  flex: 1;
}
.details-page__col--sidebar .details-page__box {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin-top: -150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.details-page__col--sidebar .details-page__box-header {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.details-page__col--sidebar .details-page__box-price {
  font-size: 18px;
  color: #222;
  text-align: center;
  margin-bottom: 20px;
}
.details-page__col--sidebar .details-page__box-price .value {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  margin-left: 5px;
}
.details-page__latest-posts {
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
}
.details-page__latest-posts-header {
  font-size: 25px;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 300;
}
.details-page__latest-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
}
.details-page__latest-post-item {
  margin-bottom: 18px;
  text-align: center;
}
.details-page__latest-post-link {
  text-decoration: none;
  color: #272a2e;
  font-family: "Work Sans", sans-serif;
  line-height: 1.5;
}
.details-page__latest-post-link:hover {
  text-decoration: underline;
  color: #ffc300;
}

@media (max-width: 1023px) {
  .details-page {
    padding: 0 15px 50px 15px;
    flex-direction: column-reverse;
  }
  .details-page__col--sidebar {
    flex: 1;
  }
  .details-page__col--sidebar .details-page__box {
    margin-top: 0px;
  }
  .l-wrapper--intro-text {
    padding: 0 50px;
  }
}
.details-photo-slider {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  padding: 0 50px;
}
.details-photo-slider .swiper-wrapper {
  display: flex;
}
.details-photo-slider .swiper-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 100%;
}
.details-photo-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.details-photo-slider .slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
}
.details-photo-slider .slider-button img {
  width: 20px;
  height: 20px;
}
.details-photo-slider .swiper-button-prev {
  left: 10px;
}
.details-photo-slider .swiper-button-next {
  right: 10px;
}

.offer-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.3);
  min-width: 300px;
  max-width: 100%;
  flex-basis: auto;
}
.offer-item:hover .offer-item__image img {
  scale: 1.1;
}
.offer-item:hover .offer-item__content {
  background-color: rgba(255, 195, 0, 0.2);
}
.offer-item__content {
  transition: background-color 0.3s;
  padding: 15px 15px;
  min-height: 250px;
}
@media (max-width: 767px) {
  .offer-item__content {
    min-height: 335px;
  }
}
.page-offers-listing .offer-item__content {
  min-height: 300px;
}
.offer-item__image {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
.offer-item__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  transition: scale 0.5s;
}
.offer-item__header {
  min-height: 85px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
}
.offer-item__title {
  padding-bottom: 10px;
  text-align: center;
}
.offer-item__title h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #693307;
  margin: 0;
  letter-spacing: 1px;
}
.offer-item__description {
  font-size: 14px;
  line-height: 1.5;
  color: #272a2e;
  text-align: center;
  padding: 15px 10px;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  text-align: center;
}
.offer-item__info {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-weight: 300;
  font-size: 14px;
}
.offer-item__price {
  position: relative;
}
.offer-item__price::after {
  content: "";
  position: absolute;
  top: 0;
  right: -7px;
  bottom: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.offer-item__see-more {
  display: flex;
  justify-content: center;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  color: #693307;
}

@media (max-width: 1239px) {
  .offer-item__info-hld {
    flex-direction: column;
    align-items: center;
  }
  .offer-item__content-hld {
    margin-bottom: 15px;
  }
  .offer-item__price::after {
    content: none;
  }
  .offer-item__info {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.room-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.room-item:hover .room-item__image img {
  scale: 1.1;
}
.room-item:hover .room-item__content-hld {
  background-color: rgba(255, 195, 0, 0.2);
}
.room-item__content-hld {
  transition: background-color 0.3s;
  width: 100%;
}
.room-item__image {
  padding-top: 80%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.room-item__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.5s;
}
.room-item__title {
  border: 1px solid #693307;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 15px;
  min-height: 85px;
  line-height: 1.5;
  min-height: 135px;
}
.room-item__title h3 {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  min-height: 45px;
}
.room-item__price {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  padding: 15px;
  border: 1px solid #693307;
  border-top: none;
}
.room-item__facilities {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  margin-top: 15px;
}
.room-item__capacity {
  position: relative;
}
.room-item__capacity::after {
  position: absolute;
  top: 0;
  right: -7px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.room-item__area {
  margin-top: -5px;
}

.l-section--gallery-mosaic {
  margin: 100px 0;
}

.l-wrapper--gallery-mosaic {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 80px;
}

.gallery-mosaic {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.gallery-mosaic__filters {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.gallery-mosaic__filters .filter-btn {
  padding: 10px 20px;
  margin: 0 10px;
  color: #272a2e;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-size: 22px;
  background-color: transparent;
  position: relative;
  display: block;
}
.gallery-mosaic__filters .filter-btn.active {
  color: #ffc300;
}
.gallery-mosaic__filters .filter-btn.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffc300;
}
.gallery-mosaic__filters .filter-btn:hover {
  color: #ffc300;
  transition: color 0.3s;
}
.gallery-mosaic__item {
  box-sizing: border-box;
  flex: 1 1 calc(33.333% - 20px);
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.4s ease, transform 0.4s ease;
  visibility: visible;
}
.gallery-mosaic__item.hiding {
  opacity: 0;
  transform: scale(0.8);
  pointer-events: none;
}
.gallery-mosaic__item.hidden {
  display: none;
}
.gallery-mosaic__item.showing {
  display: block;
  opacity: 0;
  transform: scale(0.8);
}
.gallery-mosaic__item.visible {
  opacity: 1;
  transform: scale(1);
}
.gallery-mosaic__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.gallery-mosaic__item:hover::before {
  opacity: 1;
}
.gallery-mosaic__item:hover::after {
  opacity: 0.2;
}
.gallery-mosaic__item::before {
  content: "+";
  font-weight: 300;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-size: 2rem;
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-mosaic__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffc300;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.gallery-mosaic__item-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.gallery-mosaic__item:hover .gallery-mosaic__item-image {
  transform: scale(1.05);
}

@media (max-width: 1023px) {
  .l-wrapper--gallery-mosaic {
    padding: 0 30px;
  }
  .gallery-mosaic__filters {
    display: none;
  }
  .gallery-mosaic__item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .gallery-mosaic__item {
    flex: 1 1 100%;
  }
}
.blog-item {
  min-height: 370px;
  border-radius: 0;
  border-color: #272a2e;
  transition: background-color 0.3s;
  display: block;
  padding: 20px 30px;
  text-decoration: none;
  border: 1px solid #272a2e;
}
.blog-item:hover {
  background-color: rgba(255, 195, 0, 0.1);
}
.blog-item__date {
  font-size: 25px;
  font-weight: 500;
  color: #ffc300;
  font-family: "Great Vibes", cursive;
  margin-bottom: 15px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}
.blog-item__date::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(39, 42, 46, 0.3);
}
.blog-item__name {
  font-size: 21px;
  margin-bottom: 15px;
  color: #272a2e;
}
.blog-item__content {
  color: #272a2e;
  font-size: 14px;
  line-height: 1.8;
}
.blog-item__read-more {
  display: block;
  margin-top: 15px;
  color: #272a2e;
}

@media (min-width: 1441px) {
  .blog-item {
    min-height: 280px;
  }
}
@media (max-width: 1023px) {
  .blog-item {
    min-height: 520px;
  }
}
.l-section--blog-slider {
  margin: 150px 0;
  overflow: hidden;
}
.page-blog-details .l-section--blog-slider {
  margin: 30px;
}

.l-wrapper--blog-slider {
  max-width: unset;
}

.blog-slider__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px;
}
.blog-slider__header {
  font-family: "Bebas Neue", sans-serif;
}
.blog-slider__subheader {
  position: relative;
  bottom: 25px;
}
.blog-slider__slider-hld {
  margin-bottom: 50px;
}
.blog-slider__all-button {
  position: relative;
  left: calc(50% - 105px);
}
.blog-slider__item {
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid #272a2e;
  border-radius: 0;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.blog-slider__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1239px) {
  .l-section--blog-slider {
    margin: 70px 0;
  }
  .l-wrapper--blog-slider {
    padding: 0 30px;
  }
}
@media (max-width: 1023px) {
  .l-section--blog-slider {
    margin: 60px 0;
  }
  .l-wrapper--blog-slider {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .l-wrapper--blog-slider {
    padding: 0 0 0 15px;
  }
  .blog-slider__content {
    text-align: center;
    padding-right: 15px;
  }
  .blog-slider__header {
    margin-bottom: 15px;
  }
}
.l-section--blog-listing {
  margin: 100px 0;
}

@media (max-width: 767px) {
  .l-wrapper--blog-listing {
    padding: 0 15px;
  }
}

.blog-listing__container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}/*# sourceMappingURL=style.css.map */