/*!
Theme Name: glamping
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: glamping
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
    font-family: Corki;
    font-display: block;
    src: url(./assets/fonts/Corki-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: VelaSans;
    font-display: block;
    src: url(./assets/fonts/VelaSans-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: VelaSans;
    font-display: block;
    src: url(./assets/fonts/VelaSans-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: VelaSans;
    font-display: block;
    src: url(./assets/fonts/VelaSans-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

:root {
	--bg: #f5f2ec;
	--green: #68855f;
    --green-hover: #679857;
	--gold: #edbe78;
	--text: #3e3228;
}

* {
	box-sizing: border-box;
}
html {
	font-size: 10px;
}
body {
	min-width: 320px;
	padding: 0;
	margin: 0;
	line-height: 1.35;
	font-family: "VelaSans", sans-serif;
	scroll-behavior: smooth;
	background-color: var(--bg);
	position: relative;
	overflow-x: hidden;
	color: var(--text);
}
.container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 20px;
    z-index: 200;
    background-color: transparent;
    transition: all .25s linear;
}
.header.scroll {
    background-color: #fff;
    padding-top: 10px;
}
.header__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    transition: all .25s linear;
}
.header.scroll .header__top {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--text);
}
.header-logo {
	width: 90px;
    position: relative;
    text-align: center;
}
.header-logo .header-logo-white {
    opacity: 1;
}
.header.scroll .header-logo .header-logo-white {
    opacity: 0;
}
.header-logo-dark {
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    transform: translateX(-50%);
}
.header.scroll .header-logo .header-logo-dark {
    opacity: 1;
}
.header-logo img {
    max-width: 100%;
    transition: all .25s linear;
}
.header.scroll .header-logo img {
    width: 60px; 
}
.header-address, .header-contacts {
	width: calc((100% - 90px) / 2);
}
.header-address p {
    margin: 0;
}
.header-address a {
    display: flex;
    align-items: center;
    gap: 20px;
    outline: 0;
    text-decoration: none;
    transition: all .25s linear;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
}
.header.scroll .header-address a {
    color: var(--text);
}
svg {
    transition: all .25s linear;
}
svg path {
    transition: all .25s linear;
}
svg rect {
    transition: all .25s linear;
}
.header.scroll svg rect {
    stroke: var(--text);
}
.header.scroll svg path {
    fill: var(--text);
}
.header-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 3rem;
}
.header-socserv {
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 6px;
    display: flex;
    align-items: center;
}
.header-phone a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    transition: all .25s linear;
    text-decoration: none;
    outline: 0;
    border-bottom: 1px solid transparent;
}
.header-phone a:hover {
    border-bottom: 1px solid #fff;
}
.header.scroll .header-phone a {
    color: var(--text)
}
.header.scroll .header-phone a:hover {
    border-bottom: 1px solid var(--text);
}
.header-socserv li svg {
    transition: all .25s linear; 
}
.header-btn a {
    display: inline-block;
    background-color: var(--green);
    color: #fff;
    text-transform: uppercase;
    font-family: "Corki", sans-serif;
    font-size: 2rem;
    text-decoration: none;
    outline: 0;
    padding: 10px 30px;
    border-radius: 50px;
    transition: all .25s linear;
    letter-spacing: 0.5px;
}
.header-btn a:hover {
    background-color: var(--green-hover);
}
.header__bottom {
    padding: 15px 0;
}
.header-menu {
    display: flex;
    gap: 5rem;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.header-menu li a {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Corki", sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    text-decoration: none;
    outline: 0;
    color: #fff;
    transition: all .25s linear;
    border-bottom: 1px solid transparent;
}
.header-menu li a:hover {
    border-bottom: 1px solid #fff;
}
.header.scroll .header-menu li a {
    color: var(--text);
    font-size: 1.8rem;
}
.header.scroll .header-menu li a:hover {
    border-bottom: 1px solid var(--text);
}
.intro {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.intro-bg__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: #0007;
}
.intro-bg__noise {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-image: url(./assets/img/noise-texture.svg);
    background-repeat: repeat;
    opacity: 0.2;
}
.intro-content {
    position: relative;
    z-index: 20;
}
.page-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 9.6rem;
    line-height: 1;
    font-family: "Corki", sans-serif;
    margin: 0;
    font-weight: 400;
    text-align: center;
    padding-top: 200px;
}
.page-subtitle {
    color: #fff;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
    margin-top: 24px;
    margin-bottom: 0;
}
.footer {
    padding: 5rem 0;
    background-color: var(--text);
}
.footer-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-socserv {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    margin: 0;
}
.footer-logo {
    width: 90px;
}
.footer-phone, .footer-socserv {
    width: calc((100% - 90px) / 2);
} 
.footer-phone {
    display: flex;
    justify-content: flex-end;
}
.footer-phone a {
    display: inline-block;
    text-decoration: none;
    outline: 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
}
.footer-copyright {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
}
.footer-privacy a {
    display: inline-block;
    text-decoration: underline;
    outline: 0;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
}
.footer-docs {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-sections {
    padding: 60px 0;
}
.main-section-items {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}
.main-section-item {
    position: relative;
    width: calc((100% - 50px) / 2);
    overflow: hidden;
}
.main-section-item-wrapper {
    position: relative;
    z-index: 1;
    padding-bottom: 56%;
    transition: all .3s linear;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-section-item:hover .main-section-item-wrapper {
    transform: scale(1.2);
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: #0006;
}
.noise {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-image: url(./assets/img/noise-texture.svg);
    background-repeat: repeat;
    opacity: 0.2;
}
.main-section-item-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.main-section-item-content-title {
    font-family: "Corki", sans-serif;
    color: #fff;
    font-size: 4rem;
    text-transform: uppercase;
}
.green-btn a {
    background-color: var(--green);
    color: #fff;
}
.green-btn a:hover {
    background-color: var(--green-hover);
}
.regular-btn a {
    text-decoration: none;
    outline: 0;
    border-radius: 50px;
    font-family: "Corki", sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    padding: 10px 50px;
    display: inline-block;
    letter-spacing: 2px;
}
.main-section-item-content-btn a {
    margin-top: 8px;
}
.booking {
    padding: 80px 0;
}
.section-title {
    text-align: center;
    font-size: 5rem;
    color: var(--text);
    font-family: "Corki", sans-serif;
    text-transform: uppercase;
}
.booking-item {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.booking-item__gallery, .booking-item__content {
    width: calc((100% - 50px) / 2);
}
.booking-items {
    margin-top: 60px;
}
.booking-item:not(:last-child) {
    margin-bottom: 100px;
}
.booking-item__title, .bath-item-title {
    color: var(--text);
    font-weight: 600;
    font-size: 3.5rem;
}
.booking-item__gallery-slide {
    position: relative;
    padding-bottom: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.owl-carousel.booking-item__gallery-slider .owl-nav {
    position: absolute; 
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.owl-carousel.booking-item__gallery-slider .owl-nav button {
    outline: 0;
    width: 60px;
    height: 60px;
    background-color: var(--green) !important;
    border-radius: 50%;
    border: none !important;
    transition: all .25s linear;
    position: absolute;
    opacity: 0.8;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.owl-carousel.booking-item__gallery-slider .owl-nav button:hover {
    opacity: 1;
    background-color: var(--green-hover);
}
.owl-carousel.booking-item__gallery-slider .owl-nav button.owl-prev {
    left: 5px;
    z-index: 10;
}
.owl-carousel.booking-item__gallery-slider .owl-nav button.owl-next {
    right: 5px;
    z-index: 10;
}
.owl-carousel.booking-item__gallery-slider .owl-nav button::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
}
.owl-carousel.booking-item__gallery-slider .owl-nav button.owl-prev::after {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    left: 24px;
    top: 19px;
}
.owl-carousel.booking-item__gallery-slider .owl-nav button.owl-next::after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    top: 19px;
    right: 24px;
}
.booking-item__main {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.booking-item__places-icon, .booking-item__area-icon {
    width: 30px;
    display: flex;
}
.booking-item__places-icon img, .booking-item__area-icon img {
    width: 100%;
}
.booking-item__area, .booking-item__places {
    width: calc((100% - 30px) / 2);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.booking-item__area-text, .booking-item__places-text {
    width: calc(100% - 30px);
    padding-left: 20px;
    font-size: 2rem;
    font-weight: 500;
}
.booking-item__video {
    margin-bottom: 30px;
    margin-top: 30px;
    display: flex;
}
.booking-item__video a {
    text-decoration: none;
    outline: 0;
    background-color: var(--green);
    color: #fff;
    font-family: "Corki", sans-serif;
    font-size: 2rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    gap: 15px;
    letter-spacing: 2.5px;
    border-radius: 10px;
}
.booking-item__video-icon {
    width: 30px;
    display: flex;
}
.booking-item__video-icon svg {
    max-width: 100%;
    height: auto;
}
.booking-item__char {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(62, 50, 40, .5);
}
.booking-item__char-title, .booking-item__price-title {
    font-family: "Corki", sans-serif;
    font-size: 3rem;
    letter-spacing: 2px;
}
.booking-item__char-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    padding-left: 0;
}
.booking-item__char-items li {
    width: calc((100% - 30px) / 3);
    font-size: 16px;
    font-weight: 500;
}
.booking-popup-video {
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: none;
}
.booking-popup-video.open {
    display: flex;
}
.booking-popup-video-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
}
.booking-popup-video-close {
    position: absolute;
    z-index: 10;
    width: 25px;
    height: 25px;
    right: 40px;
    top: 40px;
    transform: rotate(45deg);
    cursor: pointer;
}
.booking-popup-video-close::before {
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
}
.booking-popup-video-close::after {
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3px;
    height: 100%;
    background-color: #fff;
    position: absolute;
}
.booking-popup-video-wrapper {
    position: relative;
    text-align: center;
    z-index: 20;
}
.booking-popup-video-src {
    max-height: 90vh;
    max-width: 95vw;
    margin: 0 auto;
}
.booking-item__price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.booking-item__price-item {
    color: var(--green);
    font-size: 25px;
    font-weight: 600;
}
.booking-item__price-items {
    display: flex;
    gap: 40px;
    align-items: center;
}
.booking-item__price-item-header {
    font-size: 14px;
    font-weight: 500;
}
.booking-item__book-btn, .bath-item__book-btn {
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    outline: 0;
    border-radius: 50px;
    font-family: "Corki", sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    padding: 10px 40px;
    letter-spacing: 2px;
    background-color: var(--green);
    display: inline-block;
    transition: all .25s linear;
    cursor: pointer;
}
.booking-item__book-btn:hover, .bath-item__book-btn:hover {
    background-color: var(--green-hover);
}
.booking-form {
    margin: 50px auto;
    max-width: 600px;
    background-color: var(--bg);
    position: relative;
    border-radius: 10px;
    padding: 70px 50px;
    z-index: 50;
}
.form-title {
    color: var(--text);
    font-size: 3rem;
    font-weight: 600;
}
.form-subtitle {
    font-size: 16px;
    font-weight: 500;
}
.form-fields {
    margin-top: 40px;
    width: 360px;
}
.form-field-select {
    position: relative;
}
.form-field-select-active {
    background-color: #fff;
    border: 2px solid var(--green);
    border-radius: 5px;
    color: var(--text);
    outline: 0;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.form-field-select-active-arrow {
    width: 8px;
    height: 8px;
    border-right: 3px solid var(--text);
    border-bottom: 3px solid var(--text);
    transform: rotate(45deg);
    cursor: pointer;
}
.form-field-select-dropdown {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    width: 100%;
    max-height: 260px;
    background-color: #fff;
    z-index: 5;
    overflow-y: auto;
    padding: 10px;
    border-radius: 5px;
    display: none;
}
.form-field-select-dropdown.open {
    display: block;
}
.form-field-select-option {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    padding: 10px 0;
    cursor: pointer;
    transition: all .25s linear;
}
.form-field-select-option:hover {
    background-color: rgba(62, 50, 40, 0.1) ;
}
.form-field-select-option.active {
    background-color: rgba(62, 50, 40, 0.1) ;
}
.form-field {
    margin-bottom: 10px;
}
.form-field input[type="text"] {
    background-color: #fff;
    border: 2px solid var(--green);
    border-radius: 5px;
    color: var(--text);
    outline: 0;
    height: 50px;
    width: 100%;
    font-size: 16px;
    padding-left: 10px;
    font-family: "VelaSans";
}
.form-submit-field input {
    font-family: "Corki", sans-serif;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--green);
    cursor: pointer;
    transition: all .25s linear;
    height: 50px;
    letter-spacing: 2px;
    border-radius: 5px;
    width: 100%;
    border: none;
}
.form-submit-field input:hover {
    background-color: var(--green-hover);
}
.form-success {
    font-size: 18px;
    font-weight: 500;
    color: var(--text);
    width: 360px;
    height: 300px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
}
.ajax-form.hidden {
    display: none;
}
.form-success.success {
    display: flex;
}
.bathhouse {
    padding: 60px 0;
}
.bath-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
    margin-top: 40px;
}
.bath-item {
    width: calc((100% - 50px) / 2);
    background-color: #fff;
    border: 1px solid var(--green);
    padding: 5px 5px 15px;
    display: flex;
    flex-direction: column;
}
.bath-item-gallery {
    display: grid;
    gap: 5px;
    height: 430px;
}
.bath-item-gallery-item:nth-child(1) {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}
.bath-item-gallery-item:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 2 / 3;
}
.bath-item-gallery-item:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
}
.bath-item-gallery-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bath-item-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}
.bath-item-content .booking-item__places {
    width: 100%;
    margin-top: 15px;
}
.bath-item-content .booking-item__places-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bath-content-description {
    margin: 20px 0;
    color: var(--text);
    opacity: 0.85;
    font-size: 15px;
}
.bath-content-extra {
    padding: 15px;
    border-radius: 5px;
    background-color: rgb(240 240 240);
    margin-bottom: 20px;
}
.bath-content-extra-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--text);
}
.bath-content-extra-item {
    font-size: 15px;
    font-weight: 500;
    color: var(--text);
}
.bath-content-extra-item:not(:last-child) {
    margin-bottom: 5px;
}
.bath-content-extra-list {
    padding-left: 17px;
    margin: 10px 0 0;
}
.gallery {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.home-gallery-wrapper {
    width: calc((100% - 50px) / 3);
}
.home-gallery-item {
    padding-bottom: 65%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.home-gallery-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.sertificate {
    padding: 60px 0;
}
.sert-items {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-top: 60px;
}
.sert-item {
    text-align: center;
    width: calc((100% - 50px) / 2);
}
.sert-item img {
    width: 100%;
    max-width: 100%;
}
.section-subtitle {
    color: var(--text);
    font-size: 20px;
    text-align: center;
}
.section-subtitle a {
    text-decoration: underline;
    outline: 0;
    color: var(--text);
    font-weight: 500;
}
.oferta {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}
.footer-privacy {
    text-align: right;
}
.review {
    padding: 60px 0;
}
.review-items {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
}
.review-item {
    width: calc((100% - 50px) / 3 );
    background-color: #fff;
    padding: 20px 15px;
}
.review-item-top {
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.review-item-name {
    font-size: 18px;
    font-weight: 600;
}
.review-item-date {
    font-size: 14px;
    opacity: 0.8;
}
.review-item-text {
    font-size: 15px;
    line-height: 1.3;
    opacity: 0.9;
}
.review-more-btn {
    text-align: center;
    margin-top: 20px;
}
.review-more-btn a {
    display: inline-block;
    color: #fff;
    font-family: "Corki";
    font-size: 20px;
    border-radius: 5px;
    background-color: var(--green);
    text-decoration: none;
    outline: 0;
    letter-spacing: 2.5px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.review-more-btn a:hover {
    background-color: var(--green-hover);
}
.route {
    padding: 60px 0 0;
}
.route-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 60px;
}
.route-videos {
    width: 25%;
}
.route-video video {
    max-width: 100%;
}
.route-map {
    width: 75%;
    padding-left: 50px;
}
.services-items {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}
.services-item {
    width: calc((100% - 100px) / 3);
    display: flex;
    align-items: center;
    gap: 25px;
}
.services-item-icon {
    width: 70px;
}
.services-item-icon img {
    max-width: 100%;
}
.services-item-description {
    width: calc(100% - 95px);
}
.services-item-title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 40px;
}
.services {
    padding-bottom: 80px;
}
.services-item-description {
    font-size: 18px;
    opacity: 0.8;
    font-weight: 600;
}
.booking-item__price-title span {
    display: block;
    font-family: "VelaSans", sans-serif;
    font-size: 14px;
    font-style: italic;
}




@media (min-width: 1280px) {
    .mobile-menu__icon-wrapper {
        display: none;
    }
    .mobile-menu {
        display: none;  
    }
}
@media (max-width: 1280px) {
    .header__bottom {
        display: none;
    }
    .mobile-menu__icon-wrapper {
        width: calc((100% - 90px) / 2);
        display: flex;
        align-items: center;
        gap: 25px;
    }
    .mobile-menu__icon {
        display: block;
        width: 32px;
        height: 20px;
        position: relative;
    }
    .mobile-menu__icon span {
        position: absolute;
        left: 0;
        height: 2px;
        background-color: #fff;
        width: 100%;
    }
    .mobile-menu__icon span.top {
        top: 1px;
    } 
    .mobile-menu__icon span.middle {
        top: 45%;
    } 
    .mobile-menu__icon span.bottom {
        bottom: 1px;
    } 
    .header-address {
        display: none;
    }
    .header-phone {
        display: none;
    }
    .header-btn {
        display: none;
    }
    .header {
        padding-top: 10px;
    }
    .header__top {
        padding-bottom: 10px;
    }
    .header.scroll .header__top {
        padding-bottom: 10px;
        border-bottom: 1px solid transparent;
    }
    .header.scroll .mobile-menu__icon span {
        background-color: var(--text);
    }
    .header.scroll .mobile-route path {
        fill: var(--text);
    }
    .mobile-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; 
        z-index: 500;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        transition: all .4s linear;
    }
    .mobile-menu.open {
        opacity: 1;
        visibility: visible;
    }
    .mobile-menu-overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(245, 242, 236, .6);
        backdrop-filter: blur(10px);
        z-index: 10;
    }
    .mobile-menu.open .mobile-menu-wrapper {
        transform: translateX(0);
    }
    .mobile-menu-wrapper {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        background-color: var(--bg);
        height: 100vh;
        z-index: 20;
        transform: translateX(100%);
        transition: all .4s linear;
    }
    .mobile-menu-content {
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100vh;
        overflow-y: auto;
    }
    .mobile-menu-close {
        position: absolute;
        right: calc(100% + 20px);
        top: 15px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: var(--text);
        z-index: 20;
        transform: rotate(45deg);
    }
    .mobile-menu-close::before {
        content: '';
        width: 18px;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
    }
    .mobile-menu-close::after {
        content: '';
        width: 2px;
        height: 18px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
    }
    .mobile-header-logo {
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 40px;
        border-bottom: 1px solid var(--text);
    }
    .mobile-header-menu {
        padding: 0 0 40px;
        margin: 0 0 40px;
        list-style-type: none;
        border-bottom: 1px solid var(--text);
    }
    .mobile-header-menu li {
        text-align: center;
    }
    .mobile-header-menu li:not(:last-child) {
        margin-bottom: 15px;
    }
    .mobile-header-menu li a {
        text-decoration: none;
        outline: 0;
        font-size: 2rem;
        color: var(--text);
        font-family: "Corki", sans-serif;
        text-transform: uppercase;
    }
    .header-menu-phone {
        text-align: center;
    }
    .header-menu-phone a {
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        outline: 0;
        color: var(--text);
    }
    .mobile-menu-socserv {
        display: flex;
        gap: 6px;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        outline: 0;
        padding: 0;
        margin: 10px 0;
        list-style-type: none;
    }
    .green-btn a {
        display: inline-block;
        background-color: var(--green);
        color: #fff;
        text-transform: uppercase;
        font-family: "Corki", sans-serif;
        font-size: 2rem;
        text-decoration: none;
        outline: 0;
        padding: 10px 30px;
        border-radius: 50px;
        transition: all .25s linear;
        letter-spacing: 0.5px;
    }
    .mobile-menu-btn {
        text-align: center;
    }
    .mobile-route {
        width: 30px;
        height: auto;
    }
}  

@media (max-width: 992px) {
    .page-title {
        font-size: 7rem;
    }
    .booking-item__gallery, .booking-item__content {
        width: 100%;
    }
    .booking-item__content {
        order: 2;
    }
    .booking-item__gallery {
        order: 1;
    }
    .bath-items {
        gap: 25px;
    }
    .bath-item {
        width: 100%;
    }
    .home-gallery-wrapper {
        width: calc((100% - 25px) / 2);
    }
    .gallery {
        gap: 25px;
    }
    .review-items {
        gap: 25px;
    }
    .review-item {
        width: calc((100% - 25px) / 2 );
    }
} 

@media (max-width: 768px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .page-title {
        font-size: 5rem;
    }
    .page-subtitle {
        font-size: 1.8rem;
        margin-top: 12px;
    }
    .intro-bg {
        background-position: center;
    }
    .sert-items {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 30px;
    }
    .sert-item {
        text-align: center;
        width: 100%;
    }
    .route-videos {
        width: 100%;
    }
    .route-videos video {
        width: 280px;
        margin: 0 auto;
    }
    .route-map {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
        height: 400px;
    }
    .route-video {
        text-align: center;
    }
    .services-item {
        width: calc((100% - 50px) / 2);
    }
    .services-items {
        gap: 30px 50px;
        flex-wrap: wrap;
    }
} 
@media (min-width: 576px) {
    /* .page-title br {
        display: none;
    } */
}

@media (max-width: 576px) {
    .booking-item {
        gap: 20px;
    }
    .page-title {
        font-size: 4rem;
        line-height: 1.2;
    }
    .footer {
        padding: 3rem 0;
    }
    .footer-socserv a, .header-socserv a {
        display: inline-block;
        width: 30px;
    }
    .footer-socserv a svg, .header-socserv a svg {
        max-width: 100%;
    }
    .mobile-menu-wrapper {
        width: calc(100% - 40px);
    }
    .mobile-menu-close {
        width: 25px;
        height: 25px;
        right: calc(100% + 5px);
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-logo {
        width: 60px;
    }
    .footer-socserv {
        width: 100%;
        justify-content: center;
        order: 2;
    }
    .footer-logo {
        width: 100%;
        order: 1;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-phone {
        text-align: center;
        justify-content: center;
        order: 3;
        width: 100%;
        margin-top: 8px;
    }
    .footer-copyright {
        width: 100%;
        text-align: center;
        order: 2;
        margin-top: 5px;
    }
    .footer-privacy {
        width: 100%;
        text-align: center;
        order: 1;
    }
    .footer-docs {
        flex-wrap: wrap;
    }
    .main-section-item {
        width: 100%;
    }
    .booking-item__char-items {
        padding-left: 17px;
    }
    .main-section-items {
        gap: 20px;
    }
    .section-title {
        font-size: 3.5rem;
    }
    .booking-item__title {
        font-size: 2.4rem;
    }
    .booking-item__places-icon, .booking-item__area-icon {
        width: 20px;
    }
    .booking-item__area-text, .booking-item__places-text {
        font-size: 18px;
    }
    .booking-item__area-text, .booking-item__places-text {
        width: calc(100% - 20px);
        padding-left: 10px;
    }
    .booking-item__area, .booking-item__places {
        width: 100%;
    }
    .booking-item__main {
        gap: 8px;
    }
    .booking-item__char-items li {
        width: calc((100% - 15px) / 2);
        font-size: 15px;
    }
    .booking-items {
        margin-top: 35px;
    }
    .booking-item__video a {
        padding: 6px 14px;
    }
    .owl-carousel.booking-item__gallery-slider .owl-nav button {
        width: 35px;
        height: 35px;
    }
    .owl-carousel.booking-item__gallery-slider .owl-nav button.owl-prev::after {
        left: 14px;
        top: 11px;
    }
    .owl-carousel.booking-item__gallery-slider .owl-nav button.owl-next::after {
        top: 11px;
        right: 14px;
    }
    .owl-carousel.booking-item__gallery-slider .owl-nav button::after {
        width: 12px;
        height: 12px;
    }
    .booking-form {
        padding: 70px 10px;
    }
    .form-fields {
        width: 100%;
    }
    .form-success {
        width: 100%;
    }
    .booking-form {
        max-width: 310px;
        width: 310px;
    }
    .form-title {
        font-size: 25px;
    }
    .booking-popup-video-close {
        right: 20px;
        top: 70px;
        z-index: 60;
    }
    .booking-popup-video-close::before {
        background-color: var(--text);
    }
    .booking-popup-video-close::after {
        background-color: var(--text);
    }
    .bath-item-title {
        font-size: 2.4rem;
    }
    .bath-item-content .booking-item__places-text {
        font-size: 16px;
    }
    .bath-item-content {
        padding: 15px 5px;
    }
    .bath-item-gallery {
        height: 250px;
    }
    .home-gallery-wrapper {
        width: calc((100% - 10px) / 2);
    }
    .gallery {
        gap: 10px;
    }
    .review-items {
        gap: 15px;
    }
    .review-item {
        width: 100%;
    }
    .route {
        padding-top: 30px;
    }
    .review, .sertificate {
        padding: 40px 0;
    }
    .booking-item__price-title {
        width: 100%;
        margin-bottom: 15px;
    }
    .booking-item__price {
        flex-wrap: wrap;
    }
    .services-item-icon {
        width: 50px;
    }
    .services-item-description {
        width: calc(100% - 60px);
    }
    .services-item {
        gap: 10px;
    }
    .services-items {
        gap: 20px;
    }
    .services-item {
        width: 100%;
    }
    .services-item-description {
        font-size: 16px;
    }
    .services {
        padding-bottom: 40px;
    }
    .section-subtitle {
        font-size: 18px;
        margin-top: 10px;
    }
} 