/**
* template:  Glowspa

TABLE OF CONTENTS

        + Global
        + Header
        + Header Content
        + About Us
        + Services
        + Pricing
        + Product
        + Booking
        + recenzii
        + 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;
}

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: 339px;
	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;
	overflow: hidden;
}

.aboutus-img img {
	width: 100%;
	/*border-radius: 100px 0 100px 0;*/
}
img.img_slide{position:absolute; top:0; left:0; zIndex: 1}
img.img_slide:first-child{display: block; zIndex:10}



.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: 130px;
	height: 130px;
	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;
}
.wrapper-services {
	 align-items: center;
  justify-content: center;
}
.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 
*
***************************************/
.nav {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

/* Stilizare pentru link-uri */
.nav-link {
  padding: 10px 20px;
  text-decoration: none;
  color: black;
  position: relative;
}
.nav-link:hover{cursor: pointer; color: var(--color-dark-pink)}

/* Bara de subliniere */
.underline {
  position: absolute;
  bottom: 0;
  height: 4px;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  background-color: var(--color-dark-pink);
  transition: left 0.3s ease, width 0.3s ease;
  width: 0;
  left: 0;
}

.single-pricing {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 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(33% - 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;
	cursor: pointer;
}

.selected-price{background-color: rgba(198, 127, 124,0.5)}

.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(100% - 110px);
}

.single-pricing h3 {
	font-size: 18px;
	margin-bottom: 5px;
	line-height: 16px;
	font-family: arial;
}

.single-pricing .price {
	width: 110px;
	padding-left: 20px;
	color: var(--color-dark-pink);
	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;
}

.faq{
}
.faq li {
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	margin-top: 15px;
	margin-bottom:0;
	font-weight: normal;
	
	color:#000;
}
.faq li:hover{color:#c9837b; cursor: pointer;}
.faq p{display: none; padding-left: 25px; font-size: 15px;}

/**************************************
*
*        BOOKING
*
***************************************/

.bounce {
  animation: bounce-animation 0.5s infinite alternate;
}

@keyframes bounce-animation {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px); /* Высота прыжка */
  }
}

#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/pp1.webp');
	background-image: url('../images/line-top.png'), -o-linear-gradient(rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0.5)), url('../images/pp1.webp');
	background-image: url('../images/line-top.png'), linear-gradient(rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0.5)), url('../images/pp1.webp');
	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: 20px;
}

.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, #calendar {
	font-size:22px;
	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);
}
#calendar label{
	font-size:20px;
	font-family: "Cormorant", serif;
	font-weight: 700;
	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;
	text-align: center;
}

.table-hours {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid var(--color-white);
	margin-bottom: 20px;
}


/**************************************
*
*         recenzii
*
***************************************/


#recenzii {
	background-image: url('../images/bg-center.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.wrapper-title-recenzii {
	text-align: center;
}

.wrapper-recenzii {
	max-width: 1000px;
	text-align: center;
}

.single-recenzii img {
	width: 80px !important;
	height: 80px !important;
	margin: 0 auto;
	border-radius: 50%;
	margin-bottom: 30px;
}

.single-recenzii 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;
}

.ora{
	display: inline-block; 
	width:calc((100% - 52px) / 6); 
	height:25px; 
	background-color: #555; 
	margin:0px;
	text-align: center;
	font-size:9px;
	line-height: 25px;
}
.ora:hover{cursor: pointer;}
.marked{background-color: #5b7 !important}
.marked_selected{background-color: #073}

@media only screen and (max-width: 800px) {
	#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/p1.webp');
		background-image: url('../images/line-top.png'), -o-linear-gradient(rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0.5)), url('../images/p1.webp');
		background-image: url('../images/line-top.png'), linear-gradient(rgba(34, 34, 34, 0.5), rgba(34, 34, 34, 0.5)), url('../images/p1.webp');
		background-repeat: no-repeat, no-repeat;
		background-position: left top, left bottom;
		background-size: 100%, auto, cover;
	}
}

@media only screen and (max-width: 400px) {
  .ora {
    width:calc((100% - 52px) / 6);
  }
}

/*body {overflow-y: auto !important;}*/
#dt{cursor: pointer}
.calendar_zone {background:transparent !important;}
.webix_el_box {font-size: 18px !important}
.webix_cal_day_disabled {background: transparent !important; color:#474747 !important}
