::selection {
  background: #c8defc;
	color: #000
}

.termsfeed-com---palette-dark .cc-nb-okagree {
	background: #928F7E !important;
   color: white !important;
}

.termsfeed-com---palette-dark .cc-nb-reject {
   background: #B9B7A6 !important;
   color: black !important;
}

.termsfeed-com---palette-dark .cc-cp-foot-save {
   background: #928F7E !important;
   color: white !important;
}

.termsfeed-com---palette-dark .cc-cp-foot-byline {
   opacity: 0;
}

.termsfeed-com---palette-dark .cc-pc-head-close {
   border: solid 1px #B9B7A6 ;
}

.termsfeed-com---palette-dark .cc-pc-head-close:focus {
	border: 2px solid #B9B7A6 !important;
}


:root {
	--cnvs-themecolor: #a4b0a2;
	--cnvs-themecolor-rgb: 164,176,162;

	--cnvs-themecolor-darker: #596c76;

	--cnvs-body-bg: #F5F0E8;

	--cnvs-body-font: "Montserrat", sans-serif;
	--cnvs-primary-font: "Montserrat", sans-serif;

	--cnvs-header-height:	80px;
	--cnvs-header-height-md:	80px;
	
	--cnvs-color-android-rgb:	86, 88, 139;
}


#content {
	background-color: var(--bs-white);
}

/* Typography */
		h1, h2, h3, h4, h5,
		.wr-heading { font-family: 'Playfair Display', serif; }


.dark {
	--cnvs-header-bg: #596c76;
	--cnvs-header-sticky-bg: #596c76;
	--cnvs-footer-bg: #596c76;
	--cnvs-primary-menu-submenu-bg: #596c76;
}

#header {
	--cnvs-primary-menu-font: var(--cnvs-body-font);
	--cnvs-primary-menu-font-weight: 600;
	--cnvs-primary-menu-color: var(--cnvs-contrast-800);
	--cnvs-primary-menu-hover-color: #a4b0a2;
	--cnvs-primary-menu-tt:	uppercase;
	--cnvs-primary-menu-ls:	0;
	--cnvs-primary-menu-font-size: 0.8rem;
	--cnvs-header-misc-icons-size: 1.5rem;
	--cnvs-header-border-color:	#a4b0a2;
}

.bg-tmava,
.h-bg-tmava:hover {
  background-color: rgba(89,108,118, 1) !important;
}

.bg-tmava2 {
  background-color: rgba(89,108,118, 0.2) !important;
}

.tmava {
  color: #596c76;
	}


.section {
  background-color: #F5F0E8;
	}


.cnvs-hamburger {
  --cnvs-hamburger-size: 1.3rem;
	}


.iconlist li i {
	--cnvs-iconlist-size: 1.5rem;
	--cnvs-iconlist-offset: 4px;
	font-size: var(--cnvs-iconlist-size);
}


/* ── HERO ── */
		.wr-hero-badge {
			display: inline-block;
			font-size: 0.72rem;
			font-weight: 700;
			letter-spacing: 3.5px;
			text-transform: uppercase;
			color: rgba(245, 240, 232, 0.85);
			border: 1px solid rgba(245, 240, 232, 0.35);
			padding: 7px 22px;
			border-radius: 2px;
			margin-bottom: 28px;
		}

		.wr-hero-title {
			font-family: 'Playfair Display', serif;
			font-size: clamp(2.5rem, 5vw, 6.5rem);
			font-weight: 500;
			color: #F5F0E8;
			line-height: 1.3;
			letter-spacing: -1px;
			margin-bottom: 28px;
			text-shadow: 2px 2px 0 #222
		}

		.wr-hero-subtitle {
			font-size: 1.2rem;
			font-weight: 300;
			color: rgba(245, 240, 232, 0.8);
			letter-spacing: 0.3px;
			line-height: 1.75;
			max-width: 480px;
			margin: 0 auto 48px;
		}




/* VIDEO */
.video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    display: block;

    /* fade video over the already-visible poster background */
    opacity: 0;
    transition: opacity 0.35s ease;
}

/* keď je video načítané */
.video-wrap.video-loaded video {
    opacity: 1;
}

/* overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wr-hero-overlay {
	background:
		linear-gradient(
			to bottom,
			rgba(35, 45, 48, 0.68) 0%,
			rgba(35, 45, 48, 0.56) 42%,
			rgba(35, 45, 48, 0.72) 100%
		);
}


#slider {
	position: relative;
	overflow: hidden;
	background: #596c76 url('../images/masaze-geci-hero.webp') center center / cover no-repeat;
}

#slider.min-vh-lg-100 {
	min-height: calc(100svh - var(--cnvs-header-height)) !important;
}

#slider .slider-inner {
	background: transparent url('../images/masaze-geci-hero.webp') center center / cover no-repeat;
}

#slider .hero-video-wrap {
	background: #596c76 url('../images/masaze-geci-hero.webp') center center / cover no-repeat;
}

.wr-hero-wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 5;
	width: 100%;
	height: 100px;
	line-height: 0;
	pointer-events: none;
}

.wr-hero-wave2 {
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	z-index: 5;
	width: 100%;
	height: 100px;
	line-height: 0;
	pointer-events: none;
}

.wr-hero-wave svg {
	display: block;
	width: 100%;
	height: 100%;
	transform: scaleY(-1);
}

.wr-hero-wave2 svg {
	display: block;
	width: 100%;
	height: 100%;
	transform: scaleX(-1);
}

.wr-hero-wave path {
	fill: #F5F0E8;
}

.wr-hero-wave2 path {
	fill: #F5F0E8;
}


@media (max-width: 992px) {
	.wr-hero-wave {
		height: 80px;
		bottom: -1px;
	}
	
	.wr-hero-wave2 {
		height: 80px;
		top: -1px;
	}

}


@media (max-width: 768px) {
	
	.price-name {

	font-size: 15px !important;
}
	
	.price-price {
	font-size: 15px !important;
}
	
	.wr-hero-badge {

			font-size: 0.6rem;

		}
	
	.wr-hero-subtitle {
			font-size: 1.05rem;
			max-width: 460px;
			margin: 0 auto 28px;
		}
	
	.btn-wr-ghost {

			padding: 14px 38px !important;
		}
	
	
	.wr-hero-wave {
		height: 65px;
		bottom: -1px;
	}
	
	.wr-hero-wave2 {
		height: 65px;
		top: -1px;
	}

	.wr-hero-wave svg {
		width: 130%;
		margin-left: -20%;
	}
	
	.wr-hero-wave2 svg {
		width: 130%;
		margin-left: -20%;
	}
}


/* ── BUTTONS ── */
		.btn-wr {
			display: inline-block;
			background-color: #a4b0a2;
			color: #fff;
			padding: 17px 44px 16px;
			font-size: 0.8rem;
			font-weight: 700;
			letter-spacing: 2.5px;
			text-transform: uppercase;
			border-radius: 4px;
			text-decoration: none !important;
			transition: background-color 0.3s, transform 0.2s;
		}

		.btn-wr:hover { background-color: #596c76; transform: translateY(-1px); }

		.btn-wr-ghost {
			display: inline-block;
			background-color: transparent;
			color: #F5F0E8 !important;
			padding: 14px 44px;
			font-size: 0.8rem;
			font-weight: 700;
			letter-spacing: 2.5px;
			text-transform: uppercase;
			border-radius: 4px;
			border: 2px solid rgba(245, 240, 232, 0.4);
			text-decoration: none !important;
			transition: border-color 0.3s, background-color 0.3s;
		}

		.btn-wr-ghost:hover {
			border-color: #F5F0E8;
			background-color: rgba(245, 240, 232, 0.08);
		}


.wr-icon-blob {
	width: 132px;
	height: 132px;
	padding: 0;
	background-color: rgba(184, 196, 182, 0.24) !important;
}

.contact-video-link {
	position: relative;
	display: inline-block;
	overflow: hidden;
	line-height: 0;
}

.contact-video-link img {
	display: block;
}

.contact-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 82px;
	height: 82px;
	border: 3px solid #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background-color: transparent;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
	transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.contact-video-play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 52%;
	width: 0;
	height: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 22px solid #fff;
	transform: translate(-35%, -50%);
	transition: border-left-color 0.25s ease;
}

.contact-video-link:hover .contact-video-play,
.contact-video-link:focus-visible .contact-video-play {
	border-color: #a4b0a2;
	background-color: #a4b0a2;
	transform: translate(-50%, -50%) scale(1.06);
}

.contact-video-link:hover .contact-video-play::before,
.contact-video-link:focus-visible .contact-video-play::before {
	border-left-color: #fff;
}


.wr-masaze-grid > div:nth-child(1) .wr-icon-blob {
	border-radius: 65% 35% 51% 49% / 48% 63% 37% 52%;
}

.wr-masaze-grid > div:nth-child(2) .wr-icon-blob {
	border-radius: 38% 62% 48% 52% / 55% 39% 61% 45%;
}

.wr-masaze-grid > div:nth-child(3) .wr-icon-blob {
	border-radius: 41% 59% 52% 48% / 62% 37% 63% 38%;
}

.wr-masaze-grid > div:nth-child(4) .wr-icon-blob {
	border-radius: 44% 56% 61% 39% / 49% 36% 64% 51%;
}

.wr-masaze-grid > div:nth-child(5) .wr-icon-blob {
	border-radius: 62% 38% 43% 57% / 41% 59% 41% 59%;
}

.wr-masaze-grid > div:nth-child(6) .wr-icon-blob {
	border-radius: 35% 65% 58% 42% / 58% 44% 56% 42%;
}

.wr-masaze-grid > div:nth-child(7) .wr-icon-blob {
	border-radius: 51% 49% 39% 61% / 35% 54% 46% 65%;
}

.wr-masaze-grid > div:nth-child(8) .wr-icon-blob {
	border-radius: 47% 53% 66% 34% / 61% 42% 58% 39%;
}

.wr-masaze-grid > div:nth-child(9) .wr-icon-blob {
	border-radius: 59% 41% 45% 55% / 46% 66% 34% 54%;
}

.wr-masaze-grid > div:nth-child(10) .wr-icon-blob {
	border-radius: 41% 59% 52% 48% / 62% 37% 63% 38%;
}

.wr-masaze-grid > div:nth-child(11) .wr-icon-blob {
	border-radius: 35% 65% 58% 42% / 58% 44% 56% 42%;
}

@media (max-width: 767px) {

	.wr-icon-blob {
		width: 118px;
		height: 118px;
	}
}


.dotted-bg::after {
	content: '';
	opacity: 1;
	position: absolute;
	top: 50%;
	left: -30px;
	width: 50%;
	height: 110%;
	transform: translateY(-50%);
	background: url('../images/svg/dot-grid.svg');
	z-index: -1;
}

.dotted-bg-light::after {
	background: url('../images/svg/dot-grid-light.svg');
	opacity: 1;
	width: 112%;
	height: 112%;
	left: 50%;
	transform: translate(-50%,-50%);
}

/*	Pricing
-----------------------------------------------------------------*/
.price-wrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 0 20px;
}

.price-menu-warp {
	position: relative;
	padding: 20px 0;
}

.price-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: baseline;
	align-items: baseline;
	position: relative;
	margin: 0 0 10px;
}

.price-name {
	padding-right: 15px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}

.price-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 20px;
}


.separator-dots {
	width: 100%;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.price-price {
	padding-left: 15px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
}

p.price-desc {
	font-size: 14px;
	color: #888;
	margin-bottom: 0;
}


		.form-group > label.error {
			display: block !important;
			text-transform: none;
			font-weight: 400;
		}

		.form-group input.valid ~ label.error,
		.form-group input[type="text"] ~ label.error,
		.form-group input[type="email"] ~ label.error,
		.form-group input[type="number"] ~ label.error,
		.form-group select ~ label.error { display: none !important; }
		
		
		.section.dark .video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.section.dark .recenzie-head,
.section.dark .container {
  position: relative;
  z-index: 2;
}
		
		.contact-map {
	width: 100%;
	height: 400px;
	display: block;
}

@media (max-width: 767.98px) {
	.contact-map {
		height: 500px;
	}

	.container {
		padding-right: 24px;
		padding-left: 24px;
	}
}



@media (max-width: 991.98px) {
	#slider.min-vh-75 {
		min-height: calc(100svh - var(--cnvs-header-height)) !important;
	}
}
