@charset "utf-8";
/* CSS Document */

a, a:hover, a:focus, a:active {
      text-decoration: none;
      color: inherit;
}

/* Burger Menu */

#menuToggle {
  display: block;
  position: relative;
  top: 14px;  /* burger position */
  left: 0px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #fff; /* list colour */
  transition: color 0.3s ease;
}

#menuToggle li {
  text-decoration: none;
  color: #fff; /* list colour */
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: #666; 
}

#menuToggle input {
  display: block;
  width: 50px;
  height: 36px;
  position: absolute;
  top: -10px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/* Just a quick hamburger */
#menuToggle span {
  display: block;
  width: 40px;
  height: 3px;
  margin-bottom: 7px;
  position: relative;
  background: #fff; /* burger colour */
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* Transform all the slices of hamburger into a crossmark */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-5px, -5px);
  background: #fff; /* X colour */
}

/* Hide the middle one */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/* Rotate the last one in the other direction */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0px, -3px);
}

/* Menu styling */
#menu {
  position: absolute;
  width: 320px;
  height: auto;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  opacity: 1;
  background: #8b1847; /* menu bg colour */
  list-style-type: none;
  -webkit-font-smoothing: antialiased; /* to stop flickering of text in Safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
}

/* Slide the menu in from the left */
#menuToggle input:checked ~ #menu {
  transform: none;
}

/* Dropdown Menu Styles */
.dropdown2 {
  position: relative;
  display: inline-block;
}
.dropdown-toggle {
	font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  color:#fff;
}
.dropdown-content2 {
  display: none; /* Initially hidden */
  position: absolute;
  background-color: #8b1847;
  min-width: 260px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content2 a:hover {
  background-color: #f1f1f1;
}

/* Show dropdown when active */
.dropdown2.active .dropdown-content2 {
  display: block; /* Show on click */
}
 /* Burger Menu */
 
/* Purple #8b1847  */

/* W1.................................................MOB */	

.w1 {
	width:100%;
	height:auto;
	padding-top:20px;
margin-bottom:15px;
}
.w1-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:20px;
		padding-right:20px;
	font-family: 'Montserrat', sans-serif;	
}
.w1-logo {
	text-align:center;
	
}
.w1-contacts {
	display:none;
	width:350px;
	float:right;
	text-align:right;
	color:#555;
	font-size:18px;
	line-height:28px;
	transition:0.5s;
}
.w1-contacts a:hover {
	color:#8b1847;
	transition:0.5s;
}
/* W2.................................................MOB */	

.w2 {
	width:100%;
	height:50px;
	background-color:#8b1847;
	position: sticky;
        top: 0px;
		z-index:1;
}
.w2-content {
	max-width:1200px;
	margin:0 auto;
		padding-left:20px;
		padding-right:20px;
	font-family: 'Montserrat', sans-serif;
}
.w2-burger {
	float:left;
	position:relative;
	z-index:1;
	max-width:100px;
}
.w2-call {
	float:right;
	width:120px;
	height:30px;
	margin-top:7px;
	border-radius:20px;
	border-color:#fff;
	border-style:solid;
	border-width:medium;
	color:#fff;
	line-height:30px;
	font-size:20px;
	text-align:center;
	transition:0.5s;
}
.w2-call:hover {
	float:right;
	background-color:#fff;
	color:#8b1847;
	transition:0.5s;
}
.w2-menu {
	display:none;
	text-align:left;
	float:left;
}
.w2-menu a {
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size:16px;
	padding-right:18px;
	line-height:50px;
	transition:0.5s;
}
.w2-menu a:hover {
	color:rgba(255,245,0,1.00);
	transition:0.5s;
}
.w2-menu span {
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	font-size:16px;
	padding-right:18px;
	line-height:50px;
	transition:0.5s;
}
.dropdown {
  position: relative;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
	color:#fff;
	transition:0.5s;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #8b1847;
  width:100%;
  min-width:300px;
  padding-left:10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  display: inline-block;
}
.dropdown:hover .dropdown-content {
  display: block;
}

/* W3.................................................MOB */	

.w3 {
	width:100%;
	height:auto;
	min-height:450px;
	background-size:cover;
	display: flex;
  align-items: center;
}
.w3-content {
	max-width:500px;
	margin:0 auto;
	overflow:hidden;
		padding-left:20px;
		padding-right:20px;
}
.w3 h1 {
	font-family: 'Montserrat', sans-serif;	
	text-align:center;
	color:#fff;
	font-size:40px;
	font-weight:100;
}
.w3 p {
	font-family: 'Montserrat', sans-serif;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:28px;
}
/* W4.................................................MOB */	

.w4 {
	width:100%;
	height:auto;
	padding-bottom:40px;
}
.w4-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
}
.w4 h2 {
	font-family: 'Montserrat', sans-serif;	
	color:#8b1847;
	font-size:32px;
	font-weight:400;
	text-align:left;
}
.w4 h3 {
	font-family: 'Montserrat', sans-serif;
	color:#8b1847;
	font-size:24px;
	font-weight:400;
	margin-bottom:0px;
	text-align:left;
}
.w4 p,li {
	font-family: 'Montserrat', sans-serif;
	color:#555;
	font-size:18px;
	line-height:28px;
	text-align:left;
}
.w4 a:hover {
	color:#8b1847;
}
.w4-left {
	text-align:center;
}
.w4-right {
	padding-top:80px;
}
.w4-right img {
	margin-bottom:15px;
}
 .massage-container {
	 margin-bottom:40px;
	 width:100%;
	 height:auto;
	 overflow:hidden;
  transition:0.5s;
  
 }
  .massage-container:hover {
	  opacity:0.7;
  transition:0.5s;
 }
 .massage-image {
 }
 .massage-image img {
	 max-width:200px;
 } 
 .massage-text {
	font-family: 'Montserrat', sans-serif;
	
	margin-top:10px;
 } 
 .massage-text h4 { 
 font-size:26px;
 font-weight:500;
 color:#555;
 text-align:center !important;
 }
 .massage-text p { 
 font-size:18px;
 line-height:28px;
 font-weight:500;
 color:#555;
 text-align:center !important;
 } 
  .massage-text:hover h4 { 
 transition:0.5s;
 color:#8b1847;
 }
 .massage-text:hover p { 
 transition:0.5s;
 color:#8b1847;
 }
 .prices {
	 width:100%;
	 max-width:450px;
	 margin-bottom:30px;
	 height:auto;
	 overflow:hidden;
 }
 .prices-left {
	 width:50%;
	 float:left;
	 text-align:left;
	 font-size:18px;
 line-height:28px;
 color:#555;
 }
 .prices-right {
	 width:50%;
	 float:left;
	 text-align:right;
	 font-size:18px;
 line-height:28px;
 color:#555;
 } 
 
.w4-call {
	float:left;
	width:150px;
	height:30px;
	margin-top:7px;
	border-radius:20px;
	border-color:#8b1847;
	border-style:solid;
	border-width:medium;
	color:#8b1847;
	line-height:30px;
	font-size:20px;
	text-align:center;
	transition:0.5s;
}
.w4-call:hover {
	background-color:#8b1847;
	color:#fff;
	transition:0.5s;
} 
/* W5.................................................MOB */	

.w5 {
	width:100%;
	height:auto;
	background-color:#8b1847;
	padding-top:30px;
}
.w5-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
	text-align:center;
}
.w5-left {
}
.w5-cen {
}
.w5-right {
}
.w5 h4 { 
 font-size:24px;
 font-weight:500;
 color:#fff;
 margin:0px;
 }
.w5 h5 { 
 font-size:24px;
 font-weight:500;
 color:#fff;
 margin:0px;
 }
 .w5 p { 
 font-size:18px;
 line-height:28px;
 color:#fff;
 transition:0.5s;
 }
  .w5 a:hover { 
 color:rgba(255,245,0,1.00);
 transition:0.5s;
 }
/* W6.................................................MOB */	

.w6 {
	width:100%;
	height:auto;
}
.w6-content {
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
		padding-left:30px;
		padding-right:30px;
	font-family: 'Montserrat', sans-serif;
}

.contact-form {
    display: flex;
    flex-direction: column;
}

.contact-form input,
.contact-form textarea {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.contact-form button {
    padding: 10px;
    background-color: #e91e63; /* Pink color */
    color: #fff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
	margin-bottom:30px;
}

.contact-form button:hover {
    background-color: #d81b60; /* Darker pink on hover */
}
@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 700px) {
	.w1-logo {
		float:left;
}
.w1-contacts {
	display:block;
}
	.w2-burger {
		display:none;
}
.w2-menu {
	display:block;
}
.w5-content {
	text-align:center;
}  
 .w5-left {
	 float:left;
	 width:50%;
}
.w5-right {
	float:left;
	 width:50%;
}
}

@media only screen and (min-width: 800px) {
.w4-left {
	float:left;
	width:60%;
	box-sizing:border-box;
	text-align:left;
	padding-top:20px;
}
.w4-right {
	float:right;
	width:30%;
	box-sizing:border-box;
	padding-top:50px;
}
.w2-menu a {
	padding-right:30px;
}
 .massage-container {
	 display: flex;
  align-items: center;
 }
 .massage-image {
	 float:left;
	 width:40%;
	 box-sizing:border-box;
	 padding-right:20px;
 }
 .massage-text {
	float:right;
	width:60%;
	box-sizing:border-box;
	text-align:left;
 }
  .massage-text h4 { 
 text-align:left !important;
 }
 .massage-text p { 
 text-align:left !important;
 } 
.w3 h1 {
	font-size:50px;
}
}

@media only screen and (min-width: 900px) {

}

@media only screen and (min-width: 1000px) {
}

@media only screen and (min-width: 1100px) {
}

@media only screen and (min-width: 1200px) {
}



 
 
 

 
