@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital@1&display=swap');

:root {
	--swiper-theme-color:#bb3f7c;
}


html {
	box-sizing: border-box;
	font-size: 16px;
}

*, *:before, *:after {
	box-sizing: inherit;
}

					/* *******FŐOLDAL STÍLUS LAP KEZDETE*******  */

body {
	height: 100%;
	width: 100%;
	margin:0;
	font-family: 'Lora', serif;
	font-size: 1.3rem;
	overflow-x: hidden;
    overflow-y: scroll;
}

/*Headingek*/
h1{
    font-size: 3.125rem;
}

h2{
	font-size: 2.5rem;
}

h3{
	color: #bb3f7c;
	font-size: 1.4rem;
}

.heading1 {
	color: #7c4b3f;
	margin-bottom: 0;
}

.h1-massage {
	text-align: center;
}

.h1-info {
    font-size: 2.0rem;
    text-align: center;
    font-family: 'Lobster', cursive;
    letter-spacing: .4px;
    text-shadow: 1px 1px #f7f7f5;
    font-style: italic;
}

.h1-about {
	text-align: center;
	color: #7c4b3f;
	margin-top: 12vh;
	padding: 4.5rem 0;
}

.h1-price {
	font-family: 'Lobster', cursive;
	color: #bb3f7c;
	text-shadow: 2px 2px #7c4b3f;
	text-align: center;
	padding-top:80px;
	margin-bottom: 25px;
	letter-spacing: .2px;
	line-height: 3rem;
}

.h1-carousel {
	font-size: 2.6rem;
	text-align: center;
	position: relative;
	margin-top: 0;
}

.h1-cookie {
	font-family: 'Lobster', cursive;
	color: #bb3f7c;
	padding-top: 40px;
	text-align: center;
}

.heading2 {
	text-align: center;
	color: #7c4b3f;
	margin: 0;
	padding: 4.5rem 0;
}

.heading2-name {
	font-family: 'Lobster', cursive;    
	margin:0; 
	color: #bb3f7c;
    text-shadow: 2px 2px #c2b59b;
}

.heading2-profession {
	font-size: 1.6rem;
	margin-top: 0;
	font-style: italic;
	text-shadow: 2px 2px #bb3f7c;
	color: #c2b59b;
}

.heading2-footer {
	font-size: 1.688rem;
	text-transform: uppercase;
	padding-right: .625rem;
	text-align: left;
  	color: #c2b59b;
}

.h2-massage {
    text-align: center;
    margin-bottom: 30px;
    color: #bb3f7c;
}

.h2-cookie {
	font-family: 'Lobster', cursive;
	color: #bb3f7c;
}

.heading3,
.heading3-greeting {
	margin:0;
	font-style: italic;
}

.heading3,
.heading3-intro {
	text-decoration: underline;
}

.heading3-greeting {
	font-family: 'Old Standard TT', serif;
	font-weight: 800;
	padding:1.25rem;
	line-height: 2.5rem;
	font-size: 2rem;
}

.heading3,
.heading3-greeting,
.heading3-effect,
.heading4 {
	text-align: center;
}

.heading3-effect {
	margin-top: 0;
}

.h3-massage {
	margin: 5px 0 10px 0;
    text-align: center;
}

.heading4 {
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: 'Old Standard TT', serif;
	margin-bottom: 0;
	padding-bottom: 3.75rem;
	color:#bb3f7c;
	font-weight: bold;
}

/*NAVBAR Kezdete */
.nav {
	position: fixed;
	top:0;
	z-index: 99999;
	width: 100%;
	display: flex; 
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	background:#2f2823;
	padding:5px;
}

.home-name {
	cursor: pointer;
	/*padding-left: 2rem;*/
}

.brand {
	width: 80px;
	opacity: .4;
}

.hamburger {
	background-color: transparent;
	border: 0;
	display: none;
	color:#7c4b3f;
	font-size:5px;
	cursor: pointer;
}
	
.hamburger:focus {
	outline: none;
}

.nav-ul {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	list-style-type: none;
}

.nav-ul li a {
	display: inline-block;
	color:#c2b59b;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 600;
	transition: all;
	transition: 500ms ease-in-out;
	text-transform: uppercase;
}

.activenavbar:hover,
.nav-ul li a:hover {
	transition: 500ms ease-in-out;
	border-bottom: .5px solid #bb3f7c;
    border-right: .5px solid #bb3f7c;
    color: #bb3f7c;
	background-color: transparent;
}

.activenavbar {
	background-color:#bb3f7c;
	color: #c2b59b;
	transition: all;
	transition: 500ms ease-in-out;
}
/*NAVBAR Vége */

/* Nyíl kezelés eleje*/
.back-to-top {
    position: fixed;
    display: none;
    background: #bb3f7c;
    color: #c2b59b;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top:hover {
    color: #bb3f7c;
    background: #c2b59b;
}

.back-to-top i {
    padding-top: 10px;
}

.hier{
	font-family: 'Lobster', cursive;    
	margin:0; 
	color: #bb3f7c;
    text-shadow: 2px 2px #c2b59b;
}

.hier:hover{
	cursor: pointer;
	color: #7c4b3f;
	font-weight: bold;
	transition-duration: 1s;
	transition-timing-function: ease;
	text-decoration: none;
}



/*Nyíl kezelés vége*/

/*SECTION HERO Kezdete */
.hero {
	font-family: "Old Standard TT", serif;
	padding-top: 7.5rem;
	background-image: url("../pict/background_hero.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	background-attachment: fixed;	
	height: 100%;
	overflow: hidden;
}

.welcome {
	padding-left: 1.875rem;
	line-height: 1.5;
    max-width: 70%;
}

.block-content {
	margin: 60px auto 0;
}

.contacts {
	text-align: center;
	margin-bottom: 50px;
}

.call-icon {
	box-sizing: content-box;
	width: 80px;
	padding:0px 10px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	transition: all;
	transition: 500ms ease-in-out;
}

.call-icon:hover{
	transition: 500ms ease-in-out;
	width: 95px;
	padding: 0 20px;
}

.small-call {
	color: #7c4b3f;
	font-size: 2rem;
	font-weight: bold;
	cursor: pointer;
}

.intro {
	overflow: hidden;
}

.intro-container {
	text-align: center;
	margin: 80px auto;
	height: 100%;
	overflow: hidden;
}

.column {
	margin:0 auto;
	display: block;
	float: left;
	width:33%;
}
.clearfix {
	content: "";
	clear: both;
	display: table;
}

.column-header {
	font-size: 1.6rem;
	text-decoration: underline;
}

.text1 {
	font-style: normal;
	text-decoration: none;
	color: #1A201B;
}

.phone-number {
	text-decoration: none;
}

.phone-number:link {
	color:#1A201B;
}

/*SECTION HERO Vége */

/*SECTION SERVICE Kezdete */
.service {  
	padding-bottom: 4.75rem;
	/*border-top: 2px solid #7c4b3f;*/
}

.service-container {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    grid-template-rows: repeat(auto-fit, 1fr);
    gap: 40px;
}
  
.service-ul {
	margin-top: .625rem;
}

.massage {
	min-width: 210px;
}

.massage ul>li {
	line-height: 2.2rem;
	margin:0;
	padding: 0;
	list-style: none;
	text-indent:-6px;
}

.massage ul>li::before {
	font-family: 'Ionicons';
	content:'\f363';
	color: #bb3fbb;
	padding-right: 8px;
	font-size: 25px;
}

.picture {
	display: block;
    margin: 0 auto;
	box-sizing: border-box;
	border-radius: 60%;
	padding: .625rem;
	cursor:auto;
	border:5px solid rgba(255, 255, 255, .2) ;
	box-shadow: 10px 10px 5px rgba(206, 204, 204, 0.1);
}

.reference {
	text-decoration: none;
	color: #1A201B;
	transition: all;
	transition-duration: 1s;
	word-break: keep-all;
}

.reference:hover {
	cursor: pointer;
	color: #7c4b3f;
	font-weight: bold;
	transition-duration: 1s;
	transition-timing-function: ease;
}

/*SECTION SERVICE vége */

/*SECTION ABOUT Kezdete */

.about-section {
	background: #eceae4;
	padding-top: 20px;
}

.profile {
	padding-left: 1.875rem;
	text-align: left;
}


.decorative {
	display: block;
    margin: 0 auto;
}

.float-left {
	float: left;
}
.clearfix {
	content: "";
	clear: both;
	display: table;
}

.decorative-about {
	display: block;
	margin: 20px auto;
}

.my-picture {
	display: inline-block;
	width: 191px;
	border:5px solid rgba(255, 255, 255, .2) ;
	border-radius: 50%;
	box-shadow: 10px 10px 5px rgba(206, 204, 204, 0.1);
	opacity: .9;
	margin: 0 3.125rem;
}
	
.about {
	line-height: 1.8rem;
	padding: 0 2.5rem;
	text-align: justify;
}

.text {
	color: #1A201B;
}

.link:link{
	color:#7c4b3f;
}

.small {
	color:#4b3c30;
	font-weight: bold;
	transition:all ;
	font-size: 1.35rem;
}

.small:hover {
	color: #7c4b3f;
	font-weight: bold;
	transition-duration: 1s;
	transition-timing-function: ease;
}

/*SECTION ABOUT vége */

/*SECTION SUGGESTION Kezdete */
.suggestion {
	background-image: url("../pict/background_suggestion.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position-x:center ;
	line-height: 1.8;
	padding: 20px 0;
	overflow: hidden;
}

.main {
	height: 100%;
}

.button {
	color:#1A201B;
	text-align: center;
	margin-bottom: 80px;
}

.button-suggestion {
	cursor: pointer;
	background:#bb3f7c;
	border:2px solid #d7ddd6;
	border-radius: 10px;
	padding: 5px;
	color:#d7ddd6;
	transition: cubic-bezier(0.6, -0.28, 0.735, 0.045);
	transition: all;
}

.button-suggestion:hover {
	background:  rgba(203,140,108,1);
	border: 2px solid #bb3f7c;
}

#indications {
	display: none;
}

.recommended {
	float: left;
	width:50%;
}
.clearfix {
	content: "";
	clear: both;
	display: table;
}

.notrecommended-ul,
.recommended-ul {
	width: 90%;
	margin: 0 auto;
	list-style: none;
}

.notrecommended-ul>li::before,
.recommended-ul>li::before {
	font-family: 'Ionicons';
    content: '\f363';
    color: #bb3fbb;
    padding-right: 8px;
    font-size: 25px;
}


.notrecommended {
	float: left;
	width: 50%;
}
.clearfix {
	content: "";
	clear: both;
	display: table;
}

/*SECTION SUGGESTION vége */

/*SECTION EFFECTS Kezdete */

.effects {
	color:#1A201B;
}

.text4 {
	font-weight: 300;
	margin:0 2.5rem;
	line-height: 1.8rem;
	text-align: justify;
}

/*FAQ*/
.container {
	display: block;
	margin: 0 auto;
	width: 90%;
	padding: 2rem 4rem 4rem;
}

.accordion {
	border-radius: 20px;
}

.accordion-item {
	margin-bottom: 12px;
	max-width: 500px;
	margin:12px auto;
}

.accordion a {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 1rem 3rem 1rem 1rem;
	font-size: 1.35rem;
	font-weight: 400;
	border: 2px solid #4b3c30;
	border-radius: 10px;
	margin:5px 0;
	transition: all;
}
.accordion a:hover,
.accordion a:hover::after {
	cursor: pointer;
	color: #4b3c30;
	font-weight: bold;
	border-color: #4b3c30;
}
.accordion a:hover::after {
	border: 1px solid #4b3c30;
	font-weight: bold;
}
.accordion a.active {
	color: #d7ddd6;
}
.accordion a::after {
	font-family: 'Ionicons';
	content: '\f3D0';
	position: absolute;
	float: right;
	right: 1rem;
	font-size: 1.35rem;
	color: #bb3f7c;
	padding: 3px;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #bb3f7c;
	text-align: center;
}
.accordion a.active::after {
	font-family: 'Ionicons';
	content: '\f209';
	color: #bb3f7c;
	border: 1px solid #bb3f7c;
}
.accordion .content {
	opacity: 0;
	padding: 0 1rem;
	max-height: 0;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	clear: both;
	-webkit-transition: all 0.2s ease 0.15s;
	-o-transition: all 0.2s ease 0.15s;
	transition: all 0.2s ease 0.15s;
}
.accordion .content p {
	font-weight: 300;
}
.accordion .content.active {
	opacity: 1;
	max-height: 100%;
	line-height:2rem ;
	-webkit-transition: all 0.35s ease 0.15s;
	-o-transition: all 0.35s ease 0.15s;
	transition: all 0.35s ease 0.15s;
	width: 90%;
}

/*SECTION EFFECTS vége */

/*SECTION FOOTER Kezdete */

footer {
	overflow: hidden;
}

.footer{
	height: 100%;
	background:#2f2823;
}

.footer-nav {
	padding: 2.1875rem .625rem;
	background:#2f2823;
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    grid-template-rows: repeat(auto-fit, 1fr);
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
}

.footer-navbar {
	text-decoration: none;
	text-transform: uppercase;
	list-style-type: none;
	color:#c2b59b;
	margin-right: 1.25rem;
	font-size: .9rem;
	font-weight: 600;
	transition: all;
	line-height: 1.428;
	transition: 500ms ease-in-out;
}

.footer-navbar:hover {
	transition: 500ms ease-in-out;
	border-bottom: .5px solid #bb3f7c;
    border-right: .5px solid #bb3f7c;
    color: #bb3f7c;
}

.footer-navbar--lowercase {
	text-transform: lowercase;
}

.footer-nav:nth-child(1) {
	margin-left: 1.25rem;
}
.footer-link {
	list-style-type: none;
	padding-left: 0;
}

.footer_minipict {
	padding-right: .625rem;
}

.footer-pict {
	width: 210px;
	opacity: .4;
	display: block;
    margin: 0 auto;
}


.copyright-text,
.codwer{
	background-color: #c2b59b;
	color: #756456;
	text-align: center;
	padding: .625rem;
}

.codwer {
	text-decoration: none;
	cursor: default;
}

.codwer-pict {
	width: 20px;
	margin-left: 10px;
}

/*SECTION FOOTER vége */

/*Popup kezelés kezdete*/
.cookie-container{
	position: fixed;
	bottom: -1200px;
	left: 24px;
	right: 24px;
	max-width: 900px;
	border-radius: 8px 8px 0 0;
	padding: 2rem;
	background-color: #bb3f7c;
	color: #eceae4;
	box-shadow: 2px 8px 18px rgba(187, 63, 124, .8);
	transition: 400ms;
}

.cookie-container_2{
	position:fixed;
	margin-top: 5rem;
	margin-left:2rem;
	max-width: 900px;
	border-radius: 8px 8px 0 0;
	border-color: #1A201B;
	padding: 2rem;
	background-color: #bb3f7c;
	color: #eceae4;
	box-shadow: 2px 8px 18px rgba(187, 63, 124, .8);
	transition: 400ms;
}


.cookie-container.active {
	bottom: 0;
}

.hidden {
	opacity: 0;
}

#accept {
	cursor: pointer;
	background: rgba(28, 235, 55, 0.7);
	text-decoration: none;
	color: #eceae4;
	border: 2px solid #eceae4;
	border-radius: 10px;
	padding: 5px;
}

.cookie {
	background: #eceae4;
	margin:0 auto;
	padding:  40px;
	color:#1A201B;
}

/*Popup kezelés vége*/


/*MEDIA SCREEN Kezdete */
@media screen and (max-width:1075px) {
	.nav-ul li a {
		padding:10px 20px;
	}

	.welcome {
		max-width: 80%;
	}

	.picture {
		width: 200px;
	}
}

@media screen and (max-width:920px){
	.home-name {
		padding-left: 0;
	}
}

@media screen and (max-width:901px){
	.brand {
		display: none;
	}

	.nav {
		background: transparent	;
	}

	.fa-bars:before {
		font-size: 3.6vh;
		position: fixed;
        top: 1.5rem;
        right: 2.5rem;
		width: 10%;
	}

	.nav-ul {
		display: none;
		flex-direction: column;
		width: 100%;
	}
	
	.nav-ul.show {
		display: flex;
		background:#2f2823;
		margin-top: 30px;
	}
	
	.hamburger {
		display: block;
	}

	.btn {
		width: 100%;
	}
	
	.nav-ul li a {
		padding:10px;
	}

	.hero {
		padding-top: 4rem;
	}

	.welcome {
		padding-left: 0;
		margin: 0 auto;
		text-align: center;
	}

	.block-content {
		max-width: 80%;
	}

	.decorative-about {
		display: none;
	}

}

@media screen and (max-width:818px){
	.nav {
		flex-wrap: nowrap;
	}

	.recommended, .notrecommended{
		float: none;
		display: block;
		width: 100%;
		border: none;
		margin:0 auto
	}
}

@media screen and (max-width:767px) {
	.welcome {
		margin: 0 auto;
		padding-left: 0 ;
	}

	.heading1 {
		font-size: 2.5rem;
	}

	.heading2-name { 
		font-size: 2.4rem;   
		text-align: center;
	}

	.heading2-profession  {
		text-align: center;
	}

	.heading3-intro {
		font-size: 1.4rem;
	}

	.heading2 {
		font-size: 2rem;
		margin: 0px auto;
		text-align: center;
	}

	.contacts {
		text-align: center;
	}

	.service {
		padding: 20px 0 40px;
		/*border-top: none;*/
		padding: 0 2.5rem;
	}

	.heading3 {
		font-size: 1.3rem;
	}

	.reference {
		font-size: 1.2rem;
	}

	.about-section {
		padding: 1.25rem;
	}

	.heading4 {
		padding-bottom: 40px;
	}

	.container {
		padding: 2rem;
	}

	.column-header {
		padding: 10px 0;
		margin:0;
	}

	.text1 {
		font-size: 1.25rem;
		margin-top: 0;
		margin-bottom: 25px;
	}

	.suggestion{
		height: 100%;
	}

	.button {
		padding-bottom: 30px;
	}

	.text-block {
		padding-top: 1px;
	}
	.footer-nav {
		grid-column-gap: 20px;
	}

	.footer-pict {
		width: 180px;
	}
}

@media screen and (max-width:721px) {
	.footer-pict {
		display: none;
	}

	.footer_minipict {
		display: none;
	}
}

@media screen and (max-width:705px){
	.welcome {
		line-height: 1.2;
		margin: 0 auto;
		padding-left: 0;
	}

	.heading1 {
		font-size: 2.4rem;
		text-align: center;
	}

	.heading2-name {
		font-size: 2.3rem;
		text-align: center;
	}

	.block-content {
		margin: 0 auto;
	}

	.contacts {
		padding-top: 60px;
	}

	.call-icon:hover {
		zoom: 1.1;
	}

	.column header >img {
		width: 50px;
	}

	.text1 {
		font-size: 1.2rem;
	}

	.footer-nav {
		grid-column-gap: 15px;
	}
}

@media screen and (max-width:639px) {
	.accordion-item:nth-of-type(3) a::after {
		top: 30%;
	}
}

@media screen and (max-width:627px){
	.about-section{
		background-position: center;
	}
	.accordion a {
		width: 80%;
		font-size: 1.1rem;
		margin: 5px auto;
	}
	.accordion a::after, .accordion a:hover::after {
		border:none;
	}
	/*.suggestion{
		background-image: none;
	}*/
	.footer-nav {
		grid-column-gap: 5px;
	}
	.footer-pict {
		width: 100px;
	}
}

@media screen and (max-width:592px) {
	.float-left {
		float: none;
	}

	.my-picture {
		display: block;
		margin: 0 auto;
	}
}


@media screen and (max-width:577px) {
	.heading2 {
		font-size: 1.8rem;
	}

	.container {
		padding: 1rem;
	}
}

@media screen and (max-width:550px) {
	.profile {
		text-align: center;
		padding-left: 0;
	}

	.welcome {
		line-height: 1.2;
	}

	.welcome,
	.heading2-name {
		font-size: 45px;
	}
	
	.call{
		margin-right: 0;
	}
	
	.small-call {
		font-size: 1.9rem;
	}

	.intro-container {
		margin: 0;
		background: #eceae4;
	}

	.column:nth-child(3) {
		border-bottom: none;
	}

	.column-header {
		padding-top: 5px;
	}

	.column {
		float: none;
		border-bottom: 1px solid #bb3f7c;
		min-width: 190px;
	}

	.column header >img {
		padding-top: 20px;
	}

	.text1 {
		font-size: 21px;
		margin-bottom: 20px;
	}

	.greeting {
		font-weight: 600;
		padding: 10px 0;
		padding: 0;
		line-height: 2rem;
	}
	.my-picture {
		padding: 5px;
	}

	.about {
		text-align: left;
	}
	.text-block {
		padding-top: 20px;
	}
}

@media screen and (max-width:506px) {
	.hero {
		padding-top: 2.1rem;
	}

	.heading1,
	.heading2-name {
		font-size: 2rem;
	}

	.small-call {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:495px){
	.call-icon {
		width: 70px;
	}

	.hero {
		padding-top: 2.5rem;
	}

	.contacts {
		padding-top: 40px;
	}

	.small-call {
		font-size: 1.5rem;
	}
}

@media screen and (max-width:465px) {
	.hero {
		background-position: center;
	}

	.text4,
	.accordion .content p  {
		font-size: 1.2rem;
	}

	.copyright-text {
		font-size: 1rem;
	}

	.codwer-pict {
		width: 15px;
	}

	.cookie-container {
		max-width: 700px;
		bottom: -1000px;
	}
}

@media screen and (max-width:420px) {
	.heading1 {
		font-size: 1.9rem;
	}

	.heading2-name {
		font-size: 1.8rem;
	}

	.small-call {
		font-size: 1.7rem;
	}

	
	.heading4 {
		line-height: 1.55rem;
	}

	.my-picture {
		width: 133px;
	}
}

@media screen and (max-width:399px) {
	.accordion a::after {
		padding: 8px;
	}
}

@media screen and (max-width:389px) {
	.accordion-item:nth-of-type(5) a::after {
		top:30%;
	}
	.hero {
		padding-top: 2.5rem;
	}
}

@media screen and (max-width:366px) {
	.copyright-text {
		font-size: .9rem;
	}
}

@media screen and (max-width:356px) {
	.accordion-item:nth-of-type(1) a::after {
		top:30%;
	}
}

@media screen and (max-width:350px) {
	.accordion a::after {
		display: none;
	}

	.accordion a {
		padding: 5px;
		width: 80%;
		background-color: #bb3f7c;
		color: #d7ddd6;
		word-break: break-word;
		border:2px solid #d7ddd6;
	}

	.accordion a:hover {
		border:none;
		background-color: #d7ddd6;
		color: #bb3f7c;
	}

	.accordion .content p {
		font-size: 1rem;
	}

	.heading2-footer {
		font-size: 1.56rem;
	}
}

@media screen and (max-width:338px) {
	.codwer {
		padding: 0;
	}
}

@media screen and (max-width:280px) {
	.copyright-text {
		font-size: .8rem;
		display:inline;
		text-align: center;
		margin-top:10.1rem;
	}
	
}

					/* *******FŐOLDAL STÍLUS LAP VÉGE*******  */

					/* *******MASSAGE STÍLUS LAP KEZDETE*******  */
.wrap {
    padding-top:120px ;
	background-color: #eceae4;
  	color: #bb3f7c;
	overflow: hidden;
}

.container-width {
	width: 90%;
    margin: 0 auto;
}

.note {
    text-align: center;
    margin-bottom: 50px;
    font-family: 'Lobster', cursive;  
    font-size: 2rem;
    letter-spacing: .4px;
}

.massage-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    grid-template-rows: repeat(auto-fit, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}

.massage-pict {
    display: block;
    margin:5px auto;
    border-radius: 50%;
    transition: all;
	transition-duration: .7s;
}

.massage-pict:hover {
    cursor: pointer;
    animation-name:flip-in-ver-right ;
    -webkit-animation: flip-in-ver-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: flip-in-ver-right 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes flip-in-ver-right {
    0% {
      -webkit-transform: rotateY(-360deg);
              transform: rotateY(-360deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
      opacity: 1;
    }
  }
  @keyframes flip-in-ver-right {
    0% {
      -webkit-transform: rotateY(-80deg);
              transform: rotateY(-80deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
      opacity: 1;
    }
  }

  /*SECTION @media kezdete */

  @media screen and (max-width:901px){
	.wrap {
		padding-top: 70px;
	}

	.h1-about {
		margin-top: 0;
	}
  }

  @media screen and (max-width:767px) {
	.h1-massage, .h1-about {
		font-size: 2.5rem;
	}

	.h2-massage{
		font-size: 2rem;
	}

	.note {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:705px) {
	.h1-massage, .h1-about{
		font-size: 2.4rem;
	}

	.h2-massage {
		font-size: 1.8rem;
	}

	.note {
		font-size: 1.6rem;
	}

	.h3-massage {
		font-size: 1.3rem;
	}
}

@media screen and (max-width:506px) {
	.h1-massage, .h1-about {
		font-size: 2rem;
	}

	.h2-massage {
		font-size: 1.6rem;
	}

	.note {
		font-size: 1.5rem;
	}
}

@media screen and (max-width:420px) {
	.h1-massage, .h1-about {
		font-size: 1.9rem;
	}
}

@media screen and (max-width:296px) {
	.h1-massage, .h1-about {
		font-size: 1.7rem;
	}

	.h2-massage {
		font-size: 1.4rem;
	}

	.note {
		font-size: 1.3rem;
	}

	.h3-massage {
		font-size: 1.2rem;
	}
}

				/* *******MASSAGE STÍLUS LAP VÉGE*******  */

				/* *******INFO STÍLUS LAP KEZDETE*******  */
.left-container {
	float: left;
	width: 75%;
}
.clearfix {
	content: "";
	clear: both;
	display: table;
}

.left-container img:nth-child(1) {
	margin-top: 40px;
	display: block;
	margin: 0 auto;
	border-radius: 20px;
	box-shadow: 2px 2px 2px #f7f7f5;
}

.right-container {
	float: right;
	width: 25%;
}
.clearfix {
	content: "";
	clear: both;
	display: table;
}

.right-container >ul {
	list-style: none;
}

.right-container ul>li {
	text-align: center;
	margin-bottom: 10px;
}

.right-container ul li a img {
	border-radius: 60%;
	width: 70%;
	cursor: pointer;
	filter: grayscale(1) brightness(90%);
	transition: all;
	transition-duration: 1s;
}

.right-container ul li a img:hover {
	filter:none;
	box-shadow: rgb(187, 63, 124) 2px 2px 2px;
	transition-timing-function: ease;
}

.content-text {
	text-align: left;
}

.text-title {
	line-height: 1.4rem;
	/*color: #f7f7f5;*/
}

.decorative {
	display: block;
	margin: 0 auto;
}

/*SECTION @media kezdete */
@media screen and (max-width:901px) {
	.left-container img:nth-child(1) {
		width: 180px;
	}

	.h1-info {
		font-size: 1.9rem;
	}

	.decorative {
		padding-top: 10px;
	}

	.text-title {
		font-size: 1.2rem;
	}
}

@media screen and (max-width:767px) {
 .left-container img:nth-child(1) {
	 width: 170px;
 } 

 .right-container ul li a img{
	 width: 80%;
 }

  .h1-info {
	  font-size: 1.8rem;
  }
}

@media screen and (max-width:678px){
  .left-container {
	  float:none;
	  width: 100%;
	  border-bottom: 2px solid #bb3f7c ;
  }
  .right-container {
	  float:none;
	  width: 100%;
  }
  .right-container ul li a img{
	  width: 40%;
  }
  .right-container ul {
	  padding-left: 0;
  }
}

				/* *******INFO STÍLUS LAP vége*******  */

				/* *******PRICELIST STÍLUS LAP KEZDETE*******  */
.main-price {
	background: #eceae4;
}

.services-section {
	margin:130px auto;
	
}
	
table {
	max-width: 1020px;
	background-color: #f2f4f3;
	margin: 0 auto;
}

th{
	padding: 15px 15px;
	text-align: left;
	font-weight: 500;
	font-size: 1.25rem;    
}

.tbl-width {
	word-wrap: break-word;
	/*width:420px;*/
	
}

td {
	text-align: left;
	font-weight: 300;
	font-size: 1.2rem;
	width: 100px;
}

tr {
transition: all;
transition: 500ms ease-in-out;;
}

tr:nth-child(odd) {
	background-color: #d7ddd6;
}

tr:hover {
	transition: 500ms ease-in-out;
	background: #bb3f7c;
	color: #b4ac98;
}

.period {
	max-width:90px;
	text-align: center;
}

.services-section {
	margin: 50px auto;
}

.price-info {
	font-family: "Old Standard TT", serif;
	margin: 40px auto 0;
	padding-bottom: 20px;
}

.price-info >p {
	text-align: center;
	font-size: 3.5vh;
	color: #bb3f7c;
	font-weight: bold;
}


/*SECTION @media kezdete */
@media screen and (max-width:1107px) {
	.tbl-width {
	  max-width: 420px;
	}
  }
  
  
 @media screen and (max-width:1036px) {
	table {
		padding: 0 10px;
	}

	.tbl-width {
		padding:0 5px;
		/*max-width: 300px */;
	}

	tr {
		line-height: 1.8;
	}

	td {
		width: 90px;
	}
}
	
@media screen and (max-width:1000px) {
.services-section {
	margin:30px auto;
}

table {
	width: 880px;
}

td {
	font-weight: 300;
	font-size: 1.125rem;

	}
}

@media screen and (max-width:946px) {
	.services-section {
		margin:20px auto;
	}

	table {
		display: flex;
		align-items: center;
		max-width: 700px;
	}

	.tbl-width {
		flex-basis: 20%;
	}

	.price {
		flex-basis: 15%;
	}

	td {
		font-weight: 300;
		font-size: 1.125rem;
		white-space: nowrap;
		}

	.period {
		flex-basis: 10%;
		max-width:100px;
		padding: 0;
		}

}  
  
@media screen and (max-width:901px) {
	.services-section {
		margin: 0 auto;
	}

	.h1-price {
		margin-top: 0;
	}

	table {
		max-width: 820px;
	}
}

@media screen and (max-width:850px) {
	table {
		max-width: 750px;
	}	
}

@media screen and (max-width:767px) {
	.h1-price {
		font-size: 1.9rem;
		line-height: 2rem;
	}
		
	tbody {
		margin: 0 auto;	
		width: 100%;
		padding: 0 10px;
	}

	table {
		max-width: 90%;;
		padding: 0;
	}
	
	table tr {
		display: block;
		text-align: center;
	}
	
	tr {
		min-width: 360px;
		text-align: left;
	}
	
	.tbl-width {
		min-width: 0;
		display: block;
	}
	
	tr:nth-child(even) {
		background-color:#f2f4f3;
	}

	td {
		padding-right: 5px;
	}
}
	
@media screen and (max-width:576px) {
	.h1-price {
		font-size: 1.6rem;
	}

	th {
		font-size: 1.1rem;
	}

	td {
		font-size: 1rem;
	}
}
	
@media screen and (max-width:488px) {
	td {
		white-space: pre-wrap;
	}
}

@media print {
	nav, footer {
		display: none;
	}

	.cookie-container {
		display: none;
	}

	.h1-price {
		padding-top: 0;
		font-size: 30px;
		color: black;
		text-shadow: none;
	}

	.services-section {
		margin: 0;
	}

	.tbl-width, td {
		border: 2px solid black;
	}

	.price-info >p {
		font-size: 1.5rem;
		color: black;
		font-family: 'Times New Roman', Times, serif;
		font-style: italic;
	}
}



/*SECTION @media vége */

				/* *******PRICELIST INFÓK STÍLUS LAP VÉGE*******  */

				/* *******CAROUSEL STÍLUS LAP KEZDETE*******  */
.slider-main {
	font-family: 'Lobster', serif;
  	background: #eceae4;
  	color: #bb3f7c;
	height: 130vh;
	overflow: hidden;
}

.block-galery {
	display: none;
}

.swiper-container {
	width: 600px;
	height:450px;
	position: absolute;
	left:50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -200px;
}

.swiper-slide {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 600px;
	height:450px;
}

.swiper-button-next,
.swiper-button-prev {
	color: #c2b59b;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	top:55vh;
}

.swiper-pagination {
	top:600px;
}

.swiper-container-horizontal>.swiper-scrollbar {
	display: none;
}

@media screen and (max-width:818px) {
	.nav {
		flex-wrap: nowrap;
	}
}


@media screen and (max-width: 624px) {
	.h1-carousel {
		font-size: 2.1rem;
	}

	.swiper-container {
		width: 450px;
		height: 338px;
		margin-left: -220px;
	}

	.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
		top:45vh;
	}

	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		top:75vh;
	}

	@media screen and (max-width:506px) {
		.slider-main {
			display: none;
		}

		.block-galery{
			display: block;
			padding-top: 10.5vh;
			background: #eceae4;
		}

		.picts >img {
			width: 80%;
			padding: 10px 0;
			margin: 5px auto;
			display: block;
			
		}
	}

}
				/* *******CAROUSEL STÍLUS LAP VÉGE*******  */