:root {
	--color1: #0d89c8;
	--color2: #80c7eb;
	--color3: #787878;
	--color4: #55abea;
	--color5: #baada9;
	--color6: black;
	--color7: white;
	--color6: black;
	--color8: #054f74;
	--color9: #daf3ff;
}

@font-face {
	font-family: 'tran';
	src: url('../fonts/Novecentosanswide-Normal.woff2') format('woff2'),
		url('../fonts/Novecentosanswide-Normal.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'mode';
	src: url('../fonts/ModecoTrial-Bold.woff2') format('woff2'),
		url('../fonts/ModecoTrial-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}



body {
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	margin-bottom: 0px;
	font-size: 17px;
	font-weight: 400;
	color: var(--color3);
	line-height: 24px;
}

a {
	text-decoration: none !important;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	font-family: 'Marcellus', serif;

}

ul.social-icons li {
	display: inline-block;
	margin-right: 3px;
}

ul.social-icons li:last-child {
	margin-right: 0px;
}

ul.social-icons li a {
	width: 50px;
	height: 50px;
	display: inline-block;
	line-height: 50px;
	background-color: var(--color1);
	color: var(--color1);
	font-size: 18px;
	text-align: center;
	transition: all .3s;
	border-radius: 100%;
	border: 1px solid var(--color4);
}

ul.social-icons li a i {
	color: var(--color7);
}

ul.social-icons li a:hover {

	background-color: var(--color8);
	color: #fff;
}

ul.social-icons li a:hover i {
	color: var(--color7);
}

.pop {
	position: absolute;
	top: 0px;
	margin: 213px 172px;
}

.slider-img {
	width: 450px;
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

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

a.filled-button {
	font-family: 'mode';
	background-image: linear-gradient(to top, var(--color2), var(--color8), var(--color2));
	border: 1px solid var(--color2);
	color: var(--color7);
	font-size: 16px;
	text-transform: capitalize;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	font-weight: 500;
}

a.filled-button:hover {
	background-color: #cc7484;
	color: #fff;
}

a.text-red {
	color: #cc7484;
	font-weight: bold;
}

a.text-red:hover {
	color: var(--color1);
}

* {
	padding: 0;
	margin: 0;
}

.phone {
	font-size: 17px !important;
}

.menu {
	list-style: none;
	height: 48px;
}

.menu li {
	text-align: left;
	color: #fff;
}

.menu li a {
	text-decoration: none;
	font-size: 16px;
	display: block;
	padding: 15px;
	color: #fff;
	background-color: #cc7484;
}

.menu>li {
	float: left;
	border-right: 1px solid #fff;
	position: relative;
}

.menu>li>ul.dropdown_menu {
	position: absolute;
	list-style: none;
	display: none;
	top: 48px;
	left: 0;
	width: 123px;
}

.menu>li:hover>a {
	background-color: #cc7484;
}

.menu>li:hover>ul.dropdown_menu {
	z-index: 100;
	display: block;
}

ul.dropdown_menu>li>ul.submenu {
	position: absolute;
	display: none;
	left: 200px;
	list-style: none;
	width: 200px;
}

ul.dropdown_menu>li:hover>a {
	background-color: #cc7484 !important;
}

ul.dropdown_menu>li:hover>ul.submenu {
	z-index: 100;
	display: block;
}

ul.submenu>li:hover>a {
	background-color: #cc7484 !important;
}

.arrow {
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: middle;
	margin-left: 7px;
}

.arrow-down {
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid #fff;
	/*padding-left: 10px;*/
	/*H edit*/
}

.section-heading {

	text-align: left;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--color2);
}

.section-heading h2 {
	font-family: 'mode';
	font-size: 35px;
	font-weight: 400;
	color: var(--color8);
	margin-bottom: 15px;
}

.border-none {
	border-bottom: 0px solid #eee !important;
}

.column-left {
	width: 82px;
}



.text-left {
	text-align: left !important;
	white-space: nowrap;

}

.list-style-none {
	list-style: none !important;
}

.products-heading {
	background-image: url(../images/products-heading.html);
}

.about-heading {
	background-image: url(../images/about-heading.html);
}

.contact-heading {
	background-image: url(../images/contact-heading.html);
}

.page-heading {
	padding: 240px 0px 130px 0px;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-heading .text-content h4 {
	color: #f33f3f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
}

.page-heading .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#preloader {
	overflow: hidden;
	/*background: #f33f3f;*/
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: 9999999;
	color: #fff;
}

#preloader .jumper {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	position: absolute;
	margin: auto;
	width: 50px;
	height: 50px;
}

#preloader .jumper>div {
	background-color: #fff;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	position: absolute;
	opacity: 0;
	width: 50px;
	height: 50px;
	-webkit-animation: jumper 1s 0s linear infinite;
	animation: jumper 1s 0s linear infinite;
}

#preloader .jumper>div:nth-child(2) {
	-webkit-animation-delay: 0.33333s;
	animation-delay: 0.33333s;
}

#preloader .jumper>div:nth-child(3) {
	-webkit-animation-delay: 0.66666s;
	animation-delay: 0.66666s;
}

@media (min-width: 375px) {
	.padding {
		padding-left: 75px;
	}

	.pop {
		position: absolute;
		top: 0px;
		margin: 136px 99px;
	}

	.online-booking-btn {
		padding: 5px 15px !important;
		font-size: 15px !important;
	}

	.mx-5 {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
}

@media (min-width: 425px) {
	.padding {
		padding-left: 92px;
		/* padding-left: 95px; */
	}

	.pop {
		position: absolute;
		top: 0px;
		margin: 161px 124px;
	}

	.mx-5 {
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
}

@media (min-width: 768px) {
	.padding {
		padding-left: 245px;
	}

	.pop {
		position: absolute;
		top: 0px;
		margin: 212px 175px;
	}

	.mx-5 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}
}

@media (min-width: 1024px) {
	.padding {
		padding-left: 365px;
	}
}

@media (min-width: 1440px) {
	.padding {
		padding-left: 455px;
	}
}

@-webkit-keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes jumper {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	5% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}


/* Header Style */
header {
	/* border-bottom: 4px solid var(--color4); */
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 98px;
	/* height: 80px; */
	/* border: 1px solid #c1c1c1; */
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background-image: url("../images/bg-footer.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: black; */

}

header .navbar {
	position: relative;
	padding: 0;
}

header .navbar::after {
	background-image: url("../images/bg-head.avif");
	background-size: cover;
	/* background-repeat: no-repeat; */
	background-position: center;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5.1% 100%);
	position: absolute;
	top: 0;
	right: 0;
	background-color: var(--color8);
	width: calc(50% + 14rem);
	height: 100%;
	content: "";
}

.background-header {
	/* border-bottom: 4px solid var(--color4) !important; */

	border: none;
	top: 0;
	position: fixed;
	background-image: url("../images/bg-footer.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0px 1px 10px var(--color8);
}

.background-header .navbar-brand h2 {
	color: #cc7484 !important;
}

.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: var(--color7) !important;
}

.img-logo {
	height: 80px;
	;
	/* height: 50px;; */
}

.navbar .navbar-brand {
	float: left;
	outline: none;
}

.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.navbar .navbar-brand h2 em {
	font-style: normal;
	color: #d6b696;
}

#navbarResponsive {
	z-index: 999;
}

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

.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}

.navbar .navbar-nav a.nav-link {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	color: var(--color7);
	transition: all 0.5s;
	/* margin-top: 5px; */
	margin-top: 19px;
	font-family: 'mode';
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: var(--color7);
	padding-bottom: 25px;
	border-bottom: 3px solid var(--color7);
}

.navbar .navbar-toggler-icon {
	background-image: none;
}

.navbar .navbar-toggler {
	/*border-color: #fff;*/
	/*background-color: #fff;	*/
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	/* top: 20px; */
	top: 35px
}

.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: var(--color8);
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}

.navbar-toggler {
	padding: .25rem 0;
}



/* Banner Style */
.banner {
	position: relative;
	text-align: center;
	padding-top: 80px;
}

.banners {
	position: relative;
	text-align: center;
	padding-top: 0px;
}

.banner .banner-item {
	max-height: 600px;
}

.banner .text-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.banner .text-content h3 {
	color: #fff;
	/*font-size: 22px;*/
	/*text-transform: uppercase;*/
	font-weight: 300;
	margin-bottom: 15px;
	font-family: 'mode';
}

.banner .text-content h2 {
	color: #fff;
	font-size: 62px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.owl-banner .owl-dots .owl-dot {
	border-radius: 3px;
}

.owl-banner .owl-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 30px;
}

.owl-banner .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 10px;
	background-color: #fff;
	opacity: 0.5;
}

.owl-banner .owl-dots .owl-dot:focus {
	outline: none
}

.owl-banner .owl-dots .owl-dot.active {
	background-color: #fff;
	opacity: 1;
}



/* Latest Produtcs */

.latest-products {
	margin-top: 100px;
}

.latest-products .section-heading a {
	float: right;
	margin-top: -35px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #f33f3f;
}

.product-item {
	margin-bottom: 30px;
}

.product-item .down-content {
	padding: 15px 0 15px 0;
	position: relative;
	text-align: center;
}

.product-item img {
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
}

.product-item .down-content h4 {
	font-size: 20px;
	color: #222;
	margin-bottom: 0;
	text-transform: uppercase;
}

.product-item .down-content h4:hover {
	color: #cc7484;
}

.product-item .down-content h6 {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 18px;
	color: #121212;
}

.product-item .down-content p {
	margin-bottom: 20px;
}

.product-item .down-content ul li {
	display: inline-block;
}

.product-item .down-content ul li i {
	color: #c19f80;
	font-size: 15px;
}

.product-item .down-content .arrow {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 13px;
	color: #f33f3f;
	font-weight: 500;
}




/* Best Features */

.about-features {
	padding-top: 50px !important;
}

.about-features p {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.about-features .container .row {
	padding-bottom: 0px !important;
	border-bottom: none !important;
}

.best-features {

	/* background-image: url("../images/bg-water.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed; */
	padding-top: 50px;
}

.best-features .container .row {
	/* border-bottom: 1px solid #eee; */
	padding-bottom: 60px;
}

.best-features img {
	border: .5rem solid var(--color9);
	/* border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%; */
	width: 100%;
	overflow: hidden;
	/* box-shadow: 0px 0px 0px 1px var(--color1) */
}

.best-features h4 {
	font-size: 30px;
	color: #333;
	margin-bottom: 20px;
}

.best-features ul.featured-list li {
	display: block;
	margin-bottom: 10px;
}

.best-features p {
	color: var(--color6);
	margin-bottom: 25px;
	padding: 0 15px;
}

.best-features ul.featured-list li a {
	font-size: 15px;
	color: #4a4a4a;
	font-weight: 300;
	transition: all .3s;
	position: relative;
	padding-left: 13px;
}

.best-features ul.featured-list li a:before {
	content: '';
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #4a4a4a;
	position: absolute;
	left: 0;
	transition: all .3s;
	top: 8px;
}

.best-features ul.featured-list li a:hover {
	color: #cc7484;
}

.best-features ul.featured-list li a:hover::before {
	background-color: #f33f3f;
}

.best-features .filled-button {
	margin-top: 20px;
}





/* Call To Action */
.booking-at-bottom {
	padding: 90px 0;
}

.booking-at-bottom .inner-content {
	width: 70%;
	margin: 0 auto;
}

.booking-at-bottom h1 {
	text-transform: uppercase;
	text-shadow: -1px 1px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, 3px 3px 1px black;
	color: var(--color1);
	font-family: 'tran';
	/*letter-spacing: 0.2rem;*/
}

.call-to-action .inner-content {
	/*margin-top: 60px;*/
	/*padding: 30px;*/
	background-color: #f7f7f7;
	border-radius: 5px;
	text-align: center;
}

.booking-at-bottom .filled-button {
	text-transform: uppercase;
	width: auto !important;
}

.call-to-action .inner-content h4 {
	font-size: 17px;
	color: #cc7484;
	margin-bottom: 15px;
}

.call-to-action .inner-content em {
	font-style: normal;
	font-weight: 700;
}

.call-to-action .inner-content .col-md-4 {
	text-align: right;
}

.call-to-action .inner-content .filled-button {
	margin-top: 12px;
}




/* Footer */

footer {
	/* border-top: 5px solid var(--color4); */
	text-align: center;
	background-image: url("../images/bg-footer.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

footer .inner-content {
	/* border-top: 1px solid #eee; */
	/*margin-top: 60px;*/
	padding: 60px 0px;
}

footer .inner-content p {
	text-transform: uppercase;
}

footer .inner-content p a {
	color: var(--color8);
	margin-left: 3px;
}

footer .inner-content p a:hover b {
	color: var(--color1) !important;
}

footer .text-right,
footer .text-left {
	color: var(--color8);
}

footer .copy-right {
	color: var(--color8);
}

footer i {
	color: var(--color8);
}

.time-open {
	display: flex;
	align-items: center;
	justify-content: center;
}




/* Product Page */

.products {
	overflow: hidden;
	padding-top: 50px;
	/* background-image: url("../images/bg-water.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed; */
}

.products .filters {
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 60px;
}

.products .filters li {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	color: #121212;
	display: inline-block;
	margin: 0px 10px;
	transition: all .3s;
	cursor: pointer;
}

.products .filters ul li.active,
.products .filters ul li:hover {
	color: #cc7484;
}

.products ul.pages {
	margin-top: 30px;
	text-align: center;
}

.products ul.pages li {
	display: inline-block;
	margin: 0px 2px;
}

.products ul.pages li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	font-size: 15px;
	font-weight: 700;
	color: #121212;
	transition: all .3s;
}

.products ul.pages li a:hover,
.products ul.pages li.active a {
	background-color: #f33f3f;
	border-color: #f33f3f;
	color: #fff;
}



/* Team Members */

.team-members {
	margin-top: 100px;
}

.team-member {
	border: 1px solid #eee;
	margin-bottom: 30px;
}

.team-member img {
	width: 100%;
	overflow: hidden;
}

.team-member .down-content {
	padding: 30px;
	text-align: center;
}

.team-member .thumb-container {
	position: relative;
}

.team-member .thumb-container .hover-effect {
	position: absolute;
	background-color: rgba(243, 63, 63, 0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.team-member .thumb-container .hover-effect .hover-content {
	position: absolute;
	display: inline-block;
	width: 100%;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.team-member .thumb-container .hover-effect .hover-content ul.social-icons li a:hover {
	background-color: #ffe4ec;
	color: #cc7490;
}

.team-member:hover .hover-effect {
	visibility: visible;
	opacity: 1;
}

.team-member .down-content h4 {
	font-size: 17px;
	color: #cc7484;
	margin-bottom: 8px;
}

.team-member .down-content span {
	display: block;
	font-size: 13px;
	color: #f33f3f;
	font-weight: 500;
	margin-bottom: 20px;
}




/* Services */

.services {
	background-image: url(../images/services-bg.html);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 100px 0px;
}

.services .service-item {
	text-align: center;
}

.services .service-item .icon {
	background-color: #f7f7f7;
	padding: 40px;
}

.services .service-item .icon i {
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	background-color: #f33f3f;
	color: #fff;
	font-size: 32px;
}

.services .service-item .down-content {
	background-color: #fff;
	padding: 40px 30px;
}

.services .service-item .down-content h4 {
	font-size: 17px;
	color: #1a6692;
	margin-bottom: 20px;
}

.services .service-item .down-content p {
	margin-bottom: 25px;
}




/* Clients */

.happy-clients {
	margin-top: 50px;
	padding-bottom: 40px;
}

.happy-clients img,
.thumbnail img {
	cursor: zoom-in;
	border: 5px solid var(--color9);

}

.happy-clients .client-item img {
	max-width: 100%;
	overflow: hidden;
	transition: all .3s;
	cursor: pointer;
}

.happy-clients .client-item img:hover {
	opacity: 0.8;
}




/* Find Us */

.find-us {
	padding-top: 50px;
}

.find-us p {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.find-us h4 {
	font-size: 17px;
	color: #cc7484;
	margin-bottom: 20px;
}

.find-us .left-content {
	margin-left: 30px;
}



/* Send Message */

.send-message {
	margin-top: 100px;
}

.contact-form input {
	font-size: 15px;
	width: 100%;
	height: 44px;
	display: inline-block;
	line-height: 42px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form input:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form textarea {
	font-size: 15px;
	width: 100%;
	min-width: 100%;
	min-height: 120px;
	height: 120px;
	max-height: 180px;
	border: 1px solid #eee;
	border-radius: 0px;
	margin-bottom: 30px;
}

.contact-form textarea:focus {
	box-shadow: none;
	border: 1px solid #eee;
}

.contact-form button.filled-button {
	background-color: #cc7484;
	color: #fff;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 300;
	padding: 10px 20px;
	border-radius: 5px;
	display: inline-block;
	transition: all 0.3s;
	border: none;
	outline: none;
	cursor: pointer;
}

.contact-form button.filled-button:hover {
	background-color: #cc7484;
	color: #fff;
}

.accordion {
	margin-left: 30px;
}

.accordion a {
	cursor: pointer;
	font-size: 17px;
	color: #1a6692 !important;
	margin-bottom: 20px;
	transition: all .3s;
}

.accordion a:hover {
	color: #f33f3f !important;
}

.accordion a.active {
	color: #f33f3f !important;
}

.accordion li .content {
	display: none;
	margin-top: 10px;
}

.accordion li:first-child {
	border-top: 1px solid #eee;
}

.accordion li {
	border-bottom: 1px solid #eee;
	padding: 15px 0px;
}

.banner h1 {
	text-shadow: -1px 1px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, 3px 3px 1px black;
	color: var(--color1);
	font-size: 46px;
	font-weight: 600;
	margin-bottom: 30px;
	font-family: 'tran';
	letter-spacing: 4px;
	text-transform: uppercase;
}

.color-price {
	font-weight: bold;
	color: var(--color8);
}

.line-dash {
	border: 0;
	height: 0.5px;
	width: 100%;
	margin: 40px 0;
}




/* Responsive Style */
@media (max-width: 768px) {
	.banner .text-content .menu {
		width: 90%;
		margin-left: 5%;
	}

	.banner .text-content h4 {
		font-size: 17px;
	}

	.happy-clients {
		margin-top: 20px;
	}

	.banner .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}

	.banner-item-01,
	.banner-item-02,
	.banner-item-03 {
		padding: 180px 0px;
	}

	.page-heading .text-content h4 {
		font-size: 22px;
	}

	.banner-item-02 {
		background-position: 52%;
	}

	.page-heading .text-content h2 {
		font-size: 36px;
		letter-spacing: 0.5px;
	}

	.latest-products .section-heading a {
		float: none;
		margin-top: 0px;
		display: block;
		margin-bottom: 20px;
	}

	.product-item .down-content h4 {
		margin-bottom: 5px !important;
	}

	.product-item .down-content h6 {
		top: 5px !important;
		left: 1px !important;
	}

	.product-item .down-content .arrow {
		left: 1px !important;
		/*bottom: 5px!important;*/
		bottom: 0px !important;
		/*H edit*/
	}

	.best-features .left-content {
		margin-bottom: 30px;
	}

	.call-to-action .inner-content {
		text-align: center;
	}

	.call-to-action .inner-content .filled-button {
		text-align: center;
		width: 100%;
		margin-top: 20px;
	}

	.about-features img, .right-image .beach-img
  {
		    right: 11px !important;
		/* margin-bottom: 30px; */
	}

	.service-item {
		margin-bottom: 30px;
	}

	.find-us #map {
		margin-bottom: 30px;
	}

	.find-us .left-content {
		margin-left: 0px;
	}

	.send-message .accordion {
		margin-top: 30px;
		margin-left: 0px;
	}

	.section-heading {
		margin-bottom: 30px;
	}

	.title-small,
	.title-small-list {
		font-size: 16px !important;
	}

	.add-on .title-small {
		font-size: 14px !important;
	}

	.booking-at-bottom .inner-content {
		width: 100%;
		margin: 0 auto;
	}

	header {
		height: 110px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 5px;
		top: 0px;
		/* top: 5px; */
	}

	.navbar .navbar-brand {
		width: auto;
	}

	.navbar:after {
		display: none;
	}

	#navbarResponsive {
		z-index: 99999;
		position: absolute;
		/* top: 80px; */
		top: 110px;
		left: 0;
		width: 100%;
		text-align: center;
		background-color: var(--color8);
		box-shadow: 0px 3px 6px 1px var(--color1);
	}

	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid var(--color4);
	}

	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}

	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
	}

	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		border-bottom: none !important;
		padding-bottom: 15px;
		color: #021d2b !important;
	}

	.product-item .down-content h4 {
		margin-bottom: 10px;
	}

	.product-item .down-content h6 {
		position: relative;
		top: 0;
		right: 0;
		margin-bottom: 20px;
	}

	.product-item .down-content .arrow {
		position: relative;
		right: 0;
		bottom: 0;
	}

	.navbar .navbar-nav a.nav-link {
		margin-top: 0px;
	}

	.promotion {
		padding: 2rem !important;
	}
}

@media (min-width: 768px) {
	.booking-at-bottom h1 {
		letter-spacing: 0.2rem;
		font-size: 3rem;
	}

	.menu>li>ul.dropdown_menu {
		width: 200px !important;
	}

	.menu-item {
		width: 200px;
		float: left;
	}

	.price {
		font-weight: bold;
		color: white;
		text-align: right;
	}

	.navbar .navbar-brand {
		padding: 15px 0;
	}

	.filled-button.online-booking-btn {
		font-family: 'mode';
		font-size: 16px !important;
		padding: 10px 25px !important;
		font-weight: 700;
		background-image: linear-gradient(to top, var(--color2), var(--color8), var(--color2));
		/* border: 1px solid #c4cccc; */
		box-shadow: 0px 0px 8px 2px var(--color2);
		color: white;
		border-radius: 10px;
		text-transform: uppercase;
		border: none;
	}

	.filled-button.online-booking-btn.slider {
		font-size: 12px !important;
		padding: 10px 25px !important;
		font-weight: 700;
		background-image: linear-gradient(to top, #cc7484, #dc94a4, #cc7484);
		border: 1px solid #cc7484;
		box-shadow: 0px 0px 8px 2px #cc7484;
		color: #fff;
		border-radius: 10px;
		text-transform: uppercase;
	}

	.filled-button.online-booking-btn.btn-book-promotion {
		font-size: 16px !important;
		padding: 10px 20px !important;
		box-shadow: none !important;
		background-image: linear-gradient(to top, var(--color2), var(--color8), var(--color2));

		/* border: 1px solid #c4cccc; */

	}

	.filled-button.online-booking-btn.text-small {
		font-size: 17px !important;
	}

	.phone-booking {
		font-size: 48px;
		color: white;
		font-weight: 600;
		margin-top: 5px;
	}

	.border-right-col {
		border-right: 1px solid #dee2e6 !important;
	}

	.banner-item-02 {
		background-position: center;
	}
}

@media (min-width: 1024px) {
	header .navbar {
		/* border-bottom: 4px solid var(--color4); */

		padding: 5px 0;
	}

	.navbar .navbar-nav .nav-item {
		margin: 0px 5px;
	}

	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		/* padding-bottom: 25px; */
		padding-bottom: 37px;
	}

	.navbar .navbar-brand {
		margin-top: -13px;
		/* margin-top: -12px; */
	}

	/*Read more button*/
	.product-item .down-content {
		padding: 15px 0 15px 0;
	}

	.menu>li {
		width: 100%;
	}

	.menu li a {
		padding: 15px 10px;
	}

	.product-item .down-content .arrow {
		right: 8px;
		bottom: 23px;
	}

	.product-item .down-content h4 {
		font-size: 20px;
	}

	.title-big {
		font-size: 20px !important;
		letter-spacing: 3px;
	}

	.filled-button.online-booking-btn.text-small {
		font-size: 25px !important;
		padding: 10px 35px !important;
	}

	.banner h1 {
		font-size: 65px;
	}
}

@media (min-width: 1440px) {

	/*header .navbar{*/
	/*padding: 17px 0px;*/
	/*}*/
	.navbar .navbar-brand {
		margin-top: -12px;
	}

	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		padding-bottom: 40px;
		/* padding-bottom: 25px; */
	}

	.left-content h4 {
		font-size: 40px;
	}

	.title-big {
		font-size: 25px !important;
		letter-spacing: 5px;
	}

	.banner h1 {
		font-size: 55px;
	}
}

@media (max-width: 480px) {
	.navbar-brand {
		padding: 13px 0;
		margin-left: 20px;
	}

	.phone-booking {
		font-size: 40px !important;
		color: white;
		font-weight: 500;
	}

	/* .online-booking-btn{
		padding: 10px 20px !important;
		font-size: 20px !important;
	} */
	.banner h1 {
		font-size: 35px !important;
	}

	.banner-item-01 {
		background-position: 45%;
	}

	.product-item .down-content h4 {
		font-size: 20px;
	}
}

.menu>li>ul.dropdown_menu {
	width: 180px;
	background: #cc7484;
}

.dropdown_menu li {
	width: 100%;
	border-bottom: 1px solid white;
}

.price {
	font-weight: bold;
}

button:focus {
	outline: none;
}


/*mneu in Modal*/
.modal {
	z-index: 99999;
}

.menu-popup .menu-item,
.menu-popup .price {
	color: #cc7484;
}

.menu-popup .menu-item {
	width: 460px;
}

.menu-popup li {
	border-bottom: 1px solid #f4f4f4;
	width: 100%;
}

.text-black {
	color: #cc7484;
}

a {
	cursor: pointer;
}

.menu-popup li.no-line {
	border: none;
}

.left-column-day {
	width: 100px;
	display: inline-block;
	text-align: right;
	padding-right: 15px;
}

b {
	color: var(--color1);
	font-weight: bold;
}


.text-banner-01 h3 {
	color: var(--color7) !important;
}

.banner .text-content h3,
.text-banner-01 h3 {
	margin-bottom: 30px;
	font-family: 'mode';
}

.color-yellow {
	color: #fff473;
}

.no-border {
	border-bottom: none !important;
}

.text-bold {
	color: #000;
	font-weight: bold;
	display: block;
	font-size: 18px;
	width: 100%;
}

.ul-service li {
	color: #4a4a4a;
	font-weight: 400;
	font-size: 15px;
	padding: 3px 0;
}

.products .filters li.description {
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
	padding: 10px 0;
	margin-bottom: 30px;
}

/*css for SERVICE MENU*/
.background-service {
	background-image: url("../images/sunny-nails-service-01.html");
	min-height: 150px;
}

.title-service {
	padding: 50px 0;
	color: white;

}

.title-service {
	font-size: 30px;
	color: white;
}

.description p {
	font-size: 15px;
	color: #626262;
	margin-bottom: 20px;
	text-align: justify;
}

.div-title {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.title-big {
	background-image: linear-gradient(to right, transparent, var(--color9), transparent);
	text-align: center;
	width: 100%;
	font-size: 25px;
	color: var(--color8);
	font-weight: 300;
	padding: 10px 0 10px;
	letter-spacing: 4px;
	font-family: 'mode';
	text-transform: uppercase;
}

.title-big-sub {
	font-size: 22px;
	color: #cc7484;
	font-weight: 300;
	padding: 0 0 0 16px;
	letter-spacing: 1px;
	font-family: 'Marcellus', serif;
	text-transform: uppercase;
}

.title-small,
.title-small-list {
	font-size: 18px;
	color: black;
	margin: 0;
	padding: 10px 0 5px;
	line-height: 1.2;
}

.title-small .description {
	color: var(--color3);
	padding-top: 2px;
	font-style: italic;
	font-size: 15px;
	text-align: justify;
	line-height: 1.5;
}

.title-small .description b {
	color: #4a4a4abd;
}

.title-small-list {
	margin-bottom: 16px;
}

.text-price {
	font-size: 16px;
	font-weight: bold;
	padding-left: 14px;
}

.border-right-img {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.border-right-img img {
	
	box-shadow: black 0px 27px 16px -26px;
	max-width: 100%;
	/* border-radius: 100%; */
	/* border: 2px solid var(--color2); */
}

.color-bold {
	color: #a5792b;
}

#women .owl-item:hover h4 {
	color: #ffde97;
}

@media(min-width: 768px) {}

.add-on .title-small {
	font-size: 15px;
	font-weight: 400;
}

.add-on .price {
	font-weight: 400;
	font-size: 15px;
	color: black;
}

.color-grey {
	color: #999;
}

.title-small-sub {
	font-size: 15px;
	color: #666;
	padding-left: 10px;
}

.description p {
	margin-bottom: 10px;
}

h4.font-small {
	font-size: 1.5rem;
}

.line-dash-small {
	margin: 20px 0;
	border: 1px dotted #dedede;
	height: 0.5px;
	width: 100%;
}

.call-to-action .inner-content.no-background {
	background-color: transparent;
}



/* Modal container */
/* .custom-modal {
    display: none; 
    position: fixed; 
    z-index: 99999; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9); 
}
.custom-modal .img-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: fit-content;
}
.custom-modal .custom-modal-children{
    width: 100%;
    height: 100%;
    z-index: 1091;
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn:hover {
    color: #ccc;
}
.no-scroll {
    overflow: hidden;
} */
.wrapper-popup-ads .modal-body img {
	width: 100%;
	height: 100%;
}

.bg-two-part {
	position: relative;
	/* background-image: url("../images/bg-water.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed; */
}

.border-bottom {
	width: 100%;
	border-bottom: 1px solid var(--color1) !important;
}

#map {}

.right-image {
	text-align: center;
	z-index: 1;
	position: relative;
}

.right-image .beach-img {
	width: 20%;
	position: absolute;
bottom: -24px;
    right: -30px;
	border-radius: 0;
	box-shadow: none;
	border: none;
}

.right-image .beach-tree {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0;
	box-shadow: none;
}

.cir-ser {
	max-width: initial !important;
	width: calc(100% + 2.7rem);
	position: absolute;
	top: -17px;
	left: -24px;
	border-radius: 0;
	border: none !important;
}

.booking-at-bottom {z-index:1;
	position: relative;
	background-image: url(../images/banner-03.jpg);
	background-position: 100% 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.booking-at-bottom::after{
	position: absolute;
	z-index: -1;
	background-color: #00000080;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
}


.promotion {
	margin-bottom: 4rem;
	background-color: var(--color9);
	padding: 4rem;
}

.promotion p {
	color: var(--color6);
}

.img-corner{
	position: absolute;
	top: 0;
	left: 0;
	width: 30% !important;
	border: none !important;
}