/**
* template:  Glowspa

TABLE OF CONTENTS

        + Global
        + Header
        + Header Content
        + About Us
        + Services
        + Pricing
        + Product
        + Booking
        + Testimonials
        + Contacts
      
*/

@import 'reset.css';
@import 'all.min.css';
@import 'owl.carousel.min.css';
@import 'owl.theme.default.css';

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Poppins:wght@300;400;600;700;900&display=swap');


/**************************************
*
*         GLOBAL   
*
***************************************/


:root {
	--color-light-gray: #f8f8f8;
	--color-gray: #808080;
	--color-dark: #222222;
	--color-pink: #efa697;
	--color-light-pink: #fff6f4;
	--color-white: #ffffff;
	--color-dark-pink: #da7b67;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: none;
}

::-moz-selection {
	background-color: var(--color-dark-pink);
	color: var(--color-white);
}

::selection {
	background-color: var(--color-dark-pink);
	color: var(--color-white);
}

a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

img {
	display: block;
	height: auto;
}

body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: var(--color-gray);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Cormorant", serif;
	font-weight: 700;
	color: var(--color-dark);
	margin-bottom: 30px;
	line-height: 1.2;
	text-transform: capitalize;
}

h1 {
	font-size: 90px;
	text-transform: uppercase;
	color: var(--color-white);
}

h2 {
	font-size: 60px;
}

.wrapper {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.align-center {
	text-align: center;
}

.suptitle {
	color: var(--color-dark-pink);
	margin-bottom: 10px;
	display: inline-block;
	font-family: "Dancing Script", cursive;
	font-weight: 400;
	font-size: 30px;
}

.ptb {
	padding-top: 50px;
	padding-bottom: 50px;
}

.btn {
	padding: 16px 32px;
	border-radius: 3px;
	background-color: var(--color-dark-pink);
	color: var(--color-white);
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}

.btn:hover {
	background-color: var(--color-pink);
}

#scroll-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	padding: 15px 20px;
}

@-webkit-keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes load {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

#preload {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: var(--color-dark);
	z-index: 100000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#preload img {
	width: 40px;
	height: auto;
	-webkit-animation-name: load;
	animation-name: load;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.res-booking {
	display: none;
	font-size: 14px;
	margin-top: 20px;
}

.res-booking .error {
	color: var(--color-dark-pink);
}

.res-booking .send {
	color: var(--color-white);
}

#closemenu,
#openmenu {
	color: var(--color-white);
	font-size: 30px;
	display: none;
}

#closemenu:hover,
#openmenu:hover {
	color: var(--color-dark-pink);
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}


/**************************************
*
*         HEADER   
*
***************************************/


header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

.bg-header {
	background-color: var(--color-dark);
}

#logo img {
	max-width: 100%;
}

.wrapper-header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.menu li {
	float: left;
	margin-left: 30px;
}

.menu li a {
	color: var(--color-white);
}

.menu li a:hover {
	color: var(--color-dark-pink);
}


/**************************************
*
*         HEADER  CONTENT 
*
***************************************/


.wrapper-header-content {
	background-repeat: no-repeat, no-repeat;
	background-position: bottom left, left bottom;
	background-size: 100%, auto, cover;
	height: 700px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/**************************************
*
*         ABOUT US 
*
***************************************/


#aboutus {
	background-image: url('../images/bg-center.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.wrapper-aboutus {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.aboutus-content {
	width: 55%;
	padding-right: 50px;
}

.aboutus-content p {
	margin-bottom: 20px;
}

.aboutus-img {
	width: 45%;
	border-radius: 100px 0 100px 0;
	position: relative;
}

.aboutus-img img {
	width: 100%;
	border-radius: 100px 0 100px 0;
}

.experiense {
	position: absolute;
	bottom: -10px;
	left: -10px;
	background-color: var(--color-dark);
	padding: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	border-radius: 3px;
	font-size: 16px;
	color: var(--color-white);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.experiense .counter {
	font-size: 80px;
	display: inline-block;
	line-height: 1;
	color: var(--color-white);
	font-family: "Cormorant", serif;
	font-weight: 700;
}

.wrapper-signature {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 50px;
}

.wrapper-signature>img {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	margin-right: 20px;
}

.wrapper-signature h3 {
	color: var(--color-dark);
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	margin-bottom: 5px;
}

.wrapper-signature>div img {
	max-width: 150px;
	width: 100%;
}


/**************************************
*
*        SERVICES 
*
***************************************/


#services {
	background-image: url('../images/lotus.png'), url('../images/sheet.png');
	background-repeat: no-repeat, no-repeat;
	background-position: -100px top, right bottom;
}

.single-service {
	width: calc(25% - 20px);
	padding: 50px 10px;
	margin: 10px;
	border-radius: 3px;
	background-color: var(--color-white);
	background-image: url('../images/bg-block-top.png'), url('../images/bg-block-bottom.png');
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom left;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.single-service:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.single-service img {
	max-width: 100px;
	border-radius: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 20px;
}

.single-service h3 {
	font-size: 30px;
	margin-bottom: 20px;
}


/**************************************
*
*        PRICING 
*
***************************************/


.single-pricing {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-image: url('../images/bg-block-top.png'), url('../images/bg-block-bottom.png');
	background-repeat: no-repeat, no-repeat;
	background-position: top right, bottom left;
	width: calc(50% - 20px);
	margin: 10px;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: var(--color-white);
}

.single-pricing:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.single-pricing img {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	margin-right: 20px;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
}

.pricing-content {
	width: calc(70% - 120px);
}

.single-pricing h3 {
	font-size: 30px;
	margin-bottom: 5px;
}

.single-pricing .price {
	width: 20%;
	padding-left: 20px;
	color: var(--color-dark);
	font-family: "Cormorant", serif;
	font-weight: 700;
	font-size: 30px;
}


/**************************************
*
*       Product
*
***************************************/


#product {
	padding-bottom: 100px;
	background-image: url('../images/sheet.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.single-product {
	padding: 30px 10px;
	background-color: var(--color-light-gray);
}

.single-product img {
	max-width: 250px;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}

.rating {
	margin-bottom: 10px;
}

.rating i {
	font-size: 12px;
	color: #ffc78b;
}

.single-product h3 {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}


/**************************************
*
*        BOOKING
*
***************************************/


#booking {
	background-image: url('../images/line-top.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(34, 34, 34, 0.5)), to(rgba(34, 34, 34, 0.5))), url('../images/bg-header.png');
	background-image: url('../images/line-top.png'), -o-linear-gradient(rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0.5)), url('../images/bg-header.png');
	background-image: url('../images/line-top.png'), linear-gradient(rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0.5)), url('../images/bg-header.png');
	background-repeat: no-repeat, no-repeat;
	background-position: left top, left bottom;
	background-size: 100%, auto, cover;
}

#booking h2 {
	color: var(--color-white);
}

.booking-form {
	width: 60%;
	padding-right: 50px;
}

.booking-working-hours {
	width: 40%;
	-webkit-box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	box-shadow: 0px 15px 40px -5px rgb(0 0 0 / 10%);
	padding: 50px;
}

.wrapper-booking {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper-input {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.wrapper-input input {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 20px 20px 0px;
	border: none;
	outline: none;
	width: calc(50% - 20px);
	margin-bottom: 40px;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background-color: transparent;
	border-bottom: 1px solid var(--color-white);
	color: var(--color-white);
}

.wrapper-input input::-webkit-input-placeholder {
	color: var(--color-white);
	font-family: "Cormorant", serif;
	font-weight: 700;
	font-size: 20px;
}

.wrapper-input input::-moz-placeholder {
	color: var(--color-white);
	font-family: "Cormorant", serif;
	font-weight: 700;
	font-size: 20px;
}

.wrapper-input input:-ms-input-placeholder {
	color: var(--color-white);
	font-family: "Cormorant", serif;
	font-weight: 700;
	font-size: 20px;
}

.wrapper-input input::-ms-input-placeholder {
	color: var(--color-white);
	font-family: "Cormorant", serif;
	font-weight: 700;
	font-size: 20px;
}

.wrapper-input input::placeholder {
	color: var(--color-white);
	font-family: "Cormorant", serif;
	font-weight: 700;
	font-size: 20px;
}

.wrapper-input input:focus {
	border-bottom: 1px solid var(--color-pink);
}

.booking-form button {
	cursor: pointer;
	-webkit-transition: all;
	-o-transition: all;
	transition: all;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.booking-working-hours h3 {
	font-size: 30px;
	color: var(--color-white);
}

.booking-working-hours {
	color: var(--color-white);
	background-color: rgba(34, 34, 34, 0.8);
}

.wrapper-hours {
	margin-top: 30px;
}

.table-hours {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid var(--color-white);
	margin-bottom: 20px;
}


/**************************************
*
*         TESTIMONIALS
*
***************************************/


#testimonials {
	background-image: url('../images/bg-center.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.wrapper-title-testimonials {
	text-align: center;
}

.wrapper-testimonials {
	max-width: 1000px;
	text-align: center;
}

.single-testimonials img {
	width: 80px !important;
	height: 80px !important;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 30px;
}

.single-testimonials p {
	margin-bottom: 20px;
}

.wrapper-author h3 {
	margin-bottom: 10px;
	font-size: 20px;
}

.wrapper-author p {
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: var(--color-dark);
}


/**************************************
*
*         CONTACTS
*
***************************************/


#contacts {
	background-color: var(--color-light-gray);
	background-color: var(--color-dark);
}

#contacts h2 {
	color: var(--color-white);
}

.wrapper-contact {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.wrapper-contact>div {
	width: 25%;
	padding: 20px;
}

.wrapper-contact>div p {
	margin-bottom: 10px;
	color: var(--color-white);
}

.wrapper-contact>div h3 {
	font-size: 30px;
	color: var(--color-white);
}

.wrapper-contact>div a {
	color: var(--color-white);
}

.wrapper-contact>div a:hover {
	color: var(--color-light-pink);
}

.wrapper-map iframe {
	width: 100%;
	height: 400px;
	display: block;
}

.copyright {
	background-color: var(--color-dark);
	padding: 30px 15px;
	text-align: center;
	font-size: 14px;
	color: var(--color-white);
}

.social-link {
	margin-top: 30px;
}

.social-link li {
	margin-right: 20px;
}