/* #region REQUIRED */

html,
body {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #1a4d2e;
	background-color: #fff7e6;
}

strong,
b {
	font-weight: bold;
}

a,
a:hover,
a:focus,
a:active {
	color: initial;
	text-decoration: none;
	outline: none;
}

button:hover,
button:focus,
button:active {
	outline: none !important;
	box-shadow: none !important;
}

ul,
li {
	list-style: none;
	padding: 0;
}

.wrapper-title {
	text-align: center;
	padding: 5rem 0;
	background-blend-mode: overlay;
	background-image: url(../images/title.jpg);
	background-color: rgba(0, 0, 0, 0.36);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.section-title {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.section-title>h2 {
	font-family: "Dancing Script", cursive;
	font-size: 2.5rem;
	font-weight: 700;
}

.section-title::before,
.section-title::after {
	content: "\f18c";
	font-family: 'FontAwesome';
	font-size: 2rem;
	padding: 0 15px;
}

.section-title::before {
	transform: scaleX(-1);
}

.bg-light-beige {
	background-color: #F2E7D7;
}

.btn-action {
	position: relative;
	display: inline-block;
	border-radius: 0px;
	letter-spacing: 0.2em;
	font-size: 1rem;
	font-family: 'Oswald', Helvetica, Arial;
	text-transform: uppercase;
	padding: 15px 25px;
}

.btn-action.bg-green {
	color: #ffffff;
	background-color: #1D4A3C;
	border: 1px solid #1D4A3C;
}

.btn-action.bg-beige {
	color: #1D4A3C;
	background-color: #fff7e6;
	border: 1px solid #1D4A3C;
}

.btn-action::after {
	content: "\f105";
	opacity: 0;
	position: absolute;
	margin-left: -1em;
	-webkit-transition: all 300ms ease 0ms;
	transition: all 300ms ease 0ms;
	text-transform: none;
	font-family: "FontAwesome";
	font-variant: none;
	font-style: normal;
	font-weight: 400;
	font-size: 1.2rem;
	text-shadow: none;
}

.btn-action:hover:after {
	opacity: 1;
	margin-left: 0;
}

@media screen and (max-width: 768px) {
	.wrapper-title {
		padding: 3rem 0;
	}

	.section-title>h2 {
		text-align: center
	}
}

@media screen and (max-width: 540px) {
	header .btn-action {
		padding: 15px 10px;
	}
}

/* #endregion */

/* #region HEADER */

header {
	position: relative;
	background-color: #5e6f4b;
	color: #fff;
	border-bottom: 1px solid #fff;
}

header.sticky-header-top {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

header .logo-navabar img {
	width: 100%;
	max-width: 150px;
}

header.sticky-header-top .logo-navabar img {
	max-width: 100px;
}

header .logo-navabar .salon-name {
	font-family: "Oswald", sans-serif;
	font-size: 2rem;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

#navbarsMenu {
	-webkit-transition: all 300ms ease 0ms;
	transition: all 300ms ease 0ms;
}

.navbar .navbar-nav .nav-link {
	font-family: "Dancing Script", cursive;
	font-size: 1.8rem;
	font-weight: 700;
	color: #ffffff;
	margin: 1px;
	-webkit-transition: all .4s;
	transition: all .4s;
	padding: 0 1.2rem;
	line-height: 1;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	color: #1d4a3c;
}

.navbar .navbar-right {
	display: flex;
}

.toggler-icon {
	width: 25px;
	height: 2px;
	background-color: #ffffff;
	display: block;
	transition: all 0.2s;
	box-shadow: none;
	border: none;
	outline: none;
}

.middle-bar {
	margin: 5px auto;
}

.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}

.header-top {
	padding: 0.75rem;
	border-bottom: 1px solid #f2e7d7;
}

.header-top .social {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1.2rem;
	margin: 0;
}

.header-top .social li > a{
	width: 35px;
    height: 35px;
    display: flex;
    font-size: 1rem;
    border-radius: 5px;
    background-color: #1d4a3c;
    color: #ffffff;
    align-items: center;
    justify-content: center;
}


.wrap-side .side-left,
.wrap-side .side-right {
	position: fixed;
	top: 45%;
	transform: translate(-50%, -50%);
	transform: translateY(0);
	z-index: 9;
}

.wrap-side .side-left {
	left: 0;
}

.wrap-side .side-left .social li {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	vertical-align: middle;
	align-content: center;
	margin-bottom: 5px;
	font-size: 1.2rem;
	border-radius: 0 5px 5px 0;
}

.wrap-side .side-left .social li:hover a {
	font-size: 1.5rem;
	-webkit-transition: all 300ms ease 0ms;
	transition: all 300ms ease 0ms;
}

.wrap-side .side-left .social li.phone {
	background-color: #009f55;
}


.wrap-side .side-left .social li.phone i {
	animation-name: rotate;
	animation-delay: 0s;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes rotate {

	0%,
	100%,
	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}

	10%,
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20%,
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
}

.wrap-side .side-left .social li.facebook {
	background-color: #128be0;
}

.wrap-side .side-left .social li.instagram {
	background-color: #f78c1d;
}

.wrap-side .side-left .social li.yelp {
	background-color: #e1306c;
}

.wrap-side .side-left .social li.google {
	background-color: #db4437;
}

.wrap-side .side-left .social li.tiktok {
	background-color: #000;
}

.wrap-side .side-left .social li>a {
	color: #ffffff;
}

.wrap-side .side-right {
	right: 0;
}

.wrap-side .side-right .link-right {
	text-align: right;
}

.wrap-side .side-right .link-right li>a {
	background-color: #1d4a3ccf;
	border: 1px solid #F2E7D7;
	color: #fff;
	border-radius: 5px;
	margin-bottom: 0.5em;
	height: 50px;
	width: max-content;
	display: block;
	float: right;
	align-content: center;
	padding: 0 1rem;
	position: relative;
}

.wrap-side .side-right .link-right li>a::after {
	content: "\f105";
	opacity: 0;
	position: absolute;
	margin-left: -1em;
	-webkit-transition: all 300ms ease 0ms;
	transition: all 300ms ease 0ms;
	text-transform: none;
	font-family: "FontAwesome";
	font-variant: none;
	font-style: normal;
	font-weight: 400;
	font-size: 1rem;
	text-shadow: none;
}

.wrap-side .side-right .link-right li>a:hover {
	background-color: #1d4a3c;
}


.wrap-side .side-right .link-right li>a:hover::after {
	opacity: 1;
	margin-left: 5px;
}

@media screen and (max-width: 992px) {
	#navbarsMenu {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #5e6f4b;
		padding: 1rem 0;
		z-index: 99;
		border-top: 1px solid #fff;
	}

	#navbarsMenu .nav-link {
		text-align: center;
		padding: 0.5rem 1rem;
	}
}

@media screen and (max-width: 768px) {

	.wrap-side .side-left,
	.wrap-side .side-right {
		top: 65%;
	}
	
	header .logo-navabar img{
	    max-width: 120px;
	}
}

@media screen and (max-width: 400px){
	header .logo-navabar img {
    max-width: 120px;
}
} 

/* #endregion */

/* #region FOOTER */
.wrapper-footer {
	color: #000;
}

.wrapper-footer a:hover {
	color: #1D4A3C;
}

.wrapper-footer .top {
	padding: 2rem 0;
}

.wrapper-footer .top h4 {
	font-family: "Dancing Script", cursive;
	font-size: 1.8rem;
	font-weight: 700;
	color: #1D4A3C;
}

.wrapper-footer .top .social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	text-align: center;
	align-content: center;
	color: #ffffff;
	border-radius: 5px;
}

.wrapper-footer .top .social a.facebook {
	background-color: #128be0;
}

.wrapper-footer .top .social a.instagram {
	background-color: #f78c1d;
}

.wrapper-footer .top .social a.yelp {
	background-color: #e1306c;
}

.wrapper-footer .top .social a.google {
	background-color: #db4437;
}

.wrapper-footer .top .social a.tiktok {
	background-color: #000;
}

.wrapper-footer .top .social a:hover {
	transform: translateY(-10%);
	-webkit-transition: all 300ms ease 0ms;
	transition: all 300ms ease 0ms;
}

.wrapper-footer .business-time span {
	font-size: 1.2rem;
	color: #1D4A3C;
}

.wrapper-footer .bottom {
	padding: 5px 0;
	border-top: 1px solid #1D4A3C;
}

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 20px;
	width: 45px;
	height: 45px;
	display: flex;
	background-color: #0000008c !important;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 1.5rem;
	cursor: pointer;
	z-index: 1000;
	-webkit-transition: all 300ms ease 0ms;
	transition: all 300ms ease 0ms;
	align-items: center;
	margin: auto;
	justify-content: center;
	border: none;
	opacity: 0.8;
	display: none;
}

.scroll-to-top.active {
	opacity: 1;
	display: flex;
}

.scroll-to-top:hover {
	background-color: #1D4A3C !important;
	color: #fff;
	opacity: 1;
}

/* #endregion */

/* #region HOME */

.slider-home {
	background-blend-mode: overlay;
	background-image: url(../images/slider/slider.jpg);
	background-color: rgba(0, 0, 0, 0.36);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider-home .wrapper-slider {
	padding: 80px 120px 350px 120px;
	color: #ffffff;
}

.slider-home .wrapper-slider h1 {
	font-family: "Dancing Script", cursive;
	font-size: 5rem;
	font-weight: bold;
}

.slider-home .wrapper-slider p {
	font-size: 2rem;
	margin: 2rem 0;
	line-height: 1.2;
}


.wrapper-services .service-border {
	position: relative;
	padding-top: 1rem;
	padding-right: 1rem;
	margin-top: 2rem;
}

.wrapper-services .item-services {
	position: relative;
	z-index: 1;
	padding: 1rem;
	text-align: center;
	background-color: #F2E7D7;
	border: 2px solid #1D4A3C;
	border-radius: 50px 0 50px 0;
}

.wrapper-services .service-border .sticker-service {
	position: absolute;
	z-index: 2;
	background: #5e6f4b;
	width: 80px;
	height: 88px;
	right: 0;
	top: 0;
	padding-top: 1.25rem;
	text-align: center;
	align-content: center;
}

.wrapper-services .service-border .sticker-service::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 20px;
	background-color: #434d38;
	top: 0;
	left: -14.5px;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.wrapper-services .service-border .sticker-service::after {
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 20px;
	background-color: #5e6f4b;
	left: 0;
	bottom: -20px;
	clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 0);
}

.wrapper-services .service-border .sticker-service>label {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.wrapper-services .service-border .sticker-service.sticker-best-seller,
.wrapper-services .service-border .sticker-service.sticker-best-seller::after {
	background: #e4d093;
}

.wrapper-services .service-border .sticker-service.sticker-best-seller>label {
	color: #1d4a3c;
}

.wrapper-services .service-border .sticker-service.sticker-best-seller::before {
	background: #a18f59;
}

.wrapper-services .service-border::after {
	content: '';
	width: 100%;
	max-width: 90%;
	height: 95%;
	z-index: 0;
	background-color: #1d4a3c;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 50px 0 50px 0;
}

.wrapper-services .item-services .img-services,
.wrapper-services .item-services .img-services>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50px 0 50px 0;
}

.wrapper-services .item-services .title-service {
	margin-top: 1rem;
	font-weight: bold;
}

.wrapper-services .item-services .title-service>h4 {
	font-family: "Dancing Script", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}

.wrapper-services .item-services .description ul {
	text-align: left;
	padding-bottom: 10px;
}

.wrapper-services .item-services .description ul li {
	margin-left: 1rem;
	list-style: disc;
	line-height: 1.5rem;
}

.wrapper-services .item-services .price {
	font-family: "Dancing Script", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wrapper-services .item-services .price .price-line-through {
	color: #db4437;
	font-size: 1.5rem;
	text-decoration: line-through;
	margin-right: 10px;
}

.wrapper-services .item-services .price .price-sale {
	font-size: 2.5rem;
	font-weight: 700;
}


.slick-slide {
	margin: 0 5px;
}

.leaf-review {
	position: relative;
	z-index: 1;
	padding: 1rem;
	width: 100%;
	max-width: 400px;
	margin: auto;
	margin-right: 2rem;
	border-radius: 0 50px 0 50px;
	border: 5px solid #1D4A3C;
	background-color: #1D4A3C;
	color: #fff;
	min-height: 315px;
	text-align: left;
}

.leaf-review::after {
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #7a8e80;
	position: absolute;
	top: -5px;
	left: -5px;
	border-radius: 0 50px 0 50px;
}

.leaf-review .name {
	color: #1D4A3C;
	margin-bottom: 10px;
	font-weight: bold;
}

.leaf-review .star {
	color: #ffda6c;
}


.wrapper-slider-gallery .img-gallery {
	padding: 0.5rem;
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.wrapper-slider-gallery .img-gallery>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}


.section-contact-us {
	background-blend-mode: overlay;
	background-image: url(../images/spa-flower.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 0.36);
	padding: 5rem 0 !important;
}

.section-policy .main-policy>ul>li {
	list-style: disc;
}



.section-question .img-spa-relative {
	position: relative;
	margin-bottom: 1rem;
}

.section-question .img-spa-relative img {
	width: 100%;
	border-radius: 10px;
}

.accordion-collapse {
	overflow: hidden;
	transition:
		height 0.35s ease,
		opacity 0.35s ease,
		transform 0.35s ease;
	opacity: 0;
	transform: translateY(-5px);
}

.accordion-collapse.show {
	opacity: 1;
	transform: translateY(0);
}

.accordion-item {
	padding-bottom: 1.5rem;
	background: #f2e7d7;
	border: none;
}

.accordion-header {
	background: #f2e7d7;
}

.accordion-body {
	text-align: left;
	transition: opacity 0.2s ease 0.1s;
	opacity: 1;
}

.accordion-body ul li {
	list-style: disc;
	margin-left: 1rem;
}

.accordion-collapse:not(.show) .accordion-body {
	opacity: 0;
}

.accordion-button {
	border-radius: 20px !important;
}

.accordion-button,
.accordion-button:not(.collapsed) {
	background-color: #1D4A3C;
	color: #fff;
}

.accordion-button:not(.collapsed) {
	border-radius: 20px 20px 0 0 !important;
}

.accordion-button::after {
	content: '\f107';
	font-family: 'FontAwesome';
	font-size: 1rem;
	color: #ffffff;
}

.accordion-collapse.show .accordion-body {
	background-color: #ffffff;
	border-radius: 0 0 20px 20px;
}


@media screen and (max-width: 768px) {
	.slider-home .wrapper-slider {
		padding: 10% 10% 90% 10%;
	}
	
	.slider-home .wrapper-slider p{
	    font-size: 2.5rem;
	}

	.section-contact-us {
		background-position: center right;
		background-attachment: local;
	}
}

/* #endregion */

/* #region SERVICES*/

.wrapper-section-services .item-service {
	background-color: #F2E7D7;
	padding: 1rem;
	border-radius: 1.5rem;
}

.wrapper-section-services .item-service.service-package {
	margin-bottom: 2rem;
}

.wrapper-section-services .item-service .title-service {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-end;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 10px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapper-section-services .item-service .name,
.wrapper-section-services .item-service .title-service .price {
	font-family: "Dancing Script", cursive;
	font-size: 2rem;
	font-weight: 700;
	color: #1D4A3C;
	margin: 0;
	line-height: 1.2;
}

.wrapper-section-services .item-service:not(.service-package) .name,
.wrapper-section-services .item-service:not(.service-package) .title-service .price {
	font-size: 1.5rem;
	line-height: 1;
	margin: 0;
}

.wrapper-section-services .item-service:not(.service-package) .name {
	font-family: "Oswald", sans-serif;
	font-size: 1.2rem !important;
	line-height: 1.2 !important;
}

.wrapper-section-services .item-service.service-package .name {
	font-family: "Dancing Script", cursive;
	font-size: 3rem;
	line-height: 1;
	margin-bottom: 2rem;
}

.wrapper-section-services .item-service .title-service .duration {
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.2rem;
}

.wrapper-section-services .item-service .title-service .dot {
	flex-grow: 1;
	border-bottom-width: 1px;
	border-bottom-color: #4f6f52;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom-style: dotted;
	height: 0;
}

.wrapper-section-services .item-service .description-steps {
	padding: 1rem;
	background-color: #fff7e6;
	border: 2px solid #1D4A3C;
	border-radius: 1.5rem;
}

.wrapper-section-services .description-steps ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.wrapper-section-services .mt-step {
	text-align: center;
}

.wrapper-section-services .step {
	width: 100%;
	height: 100px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: auto;
}

.wrapper-section-services .step-oil {
	background-image: url(../images/services/1.png);
}

.wrapper-section-services .step-mask {
	background-image: url(../images/services/2.png);
}

.wrapper-section-services .step-comb {
	background-image: url(../images/services/3.png);
}

.wrapper-section-services .step-shoulder {
	background-image: url(../images/services/4.png);
}

.wrapper-section-services .step-oxygen {
	background-image: url(../images/services/19.png);
}

.wrapper-section-services .step-coconut {
	background-image: url(../images/services/20.png);
}

.wrapper-section-services .step-facial {
	background-image: url(../images/services/5.png);
}

.wrapper-section-services .step-7facial {
	background-image: url(../images/services/5.png);
}

.wrapper-section-services .step-gua {
	background-image: url(../images/services/6.png);
}

.wrapper-section-services .step-red {
	background-image: url(../images/services/7.png);
}

.wrapper-section-services .step-detox {
	background-image: url(../images/services/8.png);
}

.wrapper-section-services .step-shampoo {
	background-image: url(../images/services/9.png);
}

.wrapper-section-services .step-asmr {
	background-image: url(../images/services/10.png);
}

.wrapper-section-services .step-ear {
	background-image: url(../images/services/11.png);
}

.wrapper-section-services .step-honey {
	background-image: url(../images/services/12.png);
}

.wrapper-section-services .step-hair {
	background-image: url(../images/services/13.png);
}

.wrapper-section-services .step-nhair {
	background-image: url(../images/services/13.png);
}

.wrapper-section-services .step-water {
	background-image: url(../images/services/14.png);
}

.wrapper-section-services .step-ball {
	background-image: url(../images/services/15.png);
}

.wrapper-section-services .step-towel {
	background-image: url(../images/services/16.png);
}

.wrapper-section-services .step-herbal {
	background-image: url(../images/services/17.png);
}

.wrapper-section-services .step-dry {
	background-image: url(../images/services/18.png);
}

.wrapper-section-services .step-milbon {
	background-image: url(../images/services/21.png);
}

.wrapper-section-services .step-foot {
	background-image: url(../images/services/22.png);
}

.wrapper-section-services .step-drink {
	background-image: url(../images/services/23.png);
}

.wrapper-section-services .step-gift {
	background-image: url(../images/services/24.png);
}

.wrapper-section-services .action-service {
	position: absolute;
	right: 1rem;
	bottom: 5rem;
}

.wrapper-section-services .action-service button {
	border-radius: 20px 0 0 20px;
}

.wrapper-section-services .item-service .title-service .price .price-line-through {
	color: #db4437;
	font-size: 1.5rem;
	text-decoration: line-through;
	margin-left: 10px;
}

.wrapper-section-services .item-service .sticker-service {
	position: absolute;
	z-index: 2;
	background: #5e6f4b;
	width: 80px;
	height: 70px;
	right: -10px;
	top: -20px;
	padding-top: 1.25rem;
	text-align: center;
	align-content: center;
}

.wrapper-section-services .item-service .sticker-service::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 20px;
	background-color: #434d38;
	top: 0;
	left: -14.5px;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.wrapper-section-services .item-service .sticker-service::after {
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 20px;
	background-color: #5e6f4b;
	left: 0;
	bottom: -19.5px;
	clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 0);
}

.wrapper-section-services .item-service .sticker-service>label {
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}

.wrapper-section-services .item-service .sticker-service.sticker-best-seller,
.wrapper-section-services .item-service .sticker-service.sticker-best-seller::after {
	background: #e4d093;
}

.wrapper-section-services .item-service .sticker-service.sticker-best-seller>label {
	color: #1d4a3c;
}

.wrapper-section-services .item-service .sticker-service.sticker-best-seller::before {
	background: #a18f59;
}

@media screen and (max-width: 992px) {
	.wrapper-section-services .item-service.service-package .title-service {
		flex-wrap: wrap;
		justify-content: center;
	}

	.wrapper-section-services .item-service.service-package .title-service .dot {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.wrapper-section-services .action-service {
		bottom: 1rem;
	}
}

/* #endregion */

/* #region GALLERY */

.action-name-gallery {
	padding: 2rem 0;
}

.action-name-gallery .name-cate-img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
	user-select: none;
}


.action-name-gallery .name-cate-img .link-cate-img {
	font-size: 1.5rem;
	font-weight: 700;
	padding: 0.5rem;
	margin-bottom: 0.5rem;
	margin-right: 0.5rem;
	display: inline-block;
	cursor: pointer;
	color: #000;
}

.action-name-gallery .name-cate-img .link-cate-img:hover,
.action-name-gallery .name-cate-img .link-cate-img.active {
	color: #1D4A3C;
}

.action-name-gallery .name-cate-img .link-cate-img.active {
	border: 2px solid #1D4A3C;
	content: "";
	left: 0;
	bottom: -4px;
	-webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
	-o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
	transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.border-around {
	padding: 1rem;
}

.wrapper-our-gallery {
	padding: 2rem;
	border: 2px solid #1D4A3C;
	position: relative;
}

.wrapper-our-gallery .item-img {
	height: 300px;
	overflow: hidden;
	position: relative;
}

.wrapper-our-gallery .item-img>img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 10px;
}

.wrapper-our-gallery .bg-img {
	position: relative;
}

.wrapper-our-gallery .bg-img>a:before {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: block;
	font-family: "FontAwesome";
	font-size: inherit;
	text-rendering: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #fff;
	line-height: 70px;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	font-size: 20px;
	border-radius: 50%;
	background-clip: padding-box;
	background: #1D4A3C;
	z-index: 10;
	content: "\f00e";
}

.wrapper-our-gallery .bg-img:hover>a:before {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.wrapper-our-gallery .img-border-top:before {
	content: "";
	display: block;
	height: 0.5px;
	background-color: #1D4A3C;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.wrapper-our-gallery .bg-img:hover .img-border-top:before {
	width: calc(100% - 30px) !important;
}

.wrapper-our-gallery .img-border-top:after {
	content: "";
	display: block;
	width: 0.5px;
	background-color: #1D4A3C;
	position: absolute;
	top: 15px;
	left: 15px;
	height: 0;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.wrapper-our-gallery .bg-img:hover .img-border-top:after {
	height: calc(100% - 30px) !important;
}

.wrapper-our-gallery .img-border-bottom:before {
	content: "";
	display: block;
	height: 0.5px;
	background-color: #1D4A3C;
	position: absolute;
	bottom: 15px;
	width: 0;
	right: 15px;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.wrapper-our-gallery .bg-img:hover .img-border-bottom:before {
	width: calc(100% - 30px) !important;
}

.wrapper-our-gallery .img-border-bottom:after {
	content: "";
	display: block;
	width: 0.5px;
	background-color: #1D4A3C;
	position: absolute;
	height: 0;
	right: 15px;
	bottom: 15px;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.wrapper-our-gallery .bg-img:hover .img-border-bottom:after {
	height: calc(100% - 30px) !important;
}

@media (max-width: 991.99px) {
	.wrapper-our-gallery .item-img {
		height: 200px;
	}
}

@media screen and (max-width: 768px) {
	.wrapper-our-gallery {
		padding: 1rem;
	}

	.border-around {
		padding: auto;
	}
}

/* #endregion */

/* #region CONTACT */

.wrapper-contact-us h2 {
	font-family: "Dancing Script", cursive;
	font-size: 3rem;
	font-weight: 700;
	color: #1D4A3C;
}

.form-control:focus {
	border: none;
	outline: none;
	box-shadow: none;
}

/* #endregion */

/* #region PACKAGE */

.section-title-5-pass>h3 {
	font-family: 'Oswald', Helvetica, Arial;
	font-size: 3rem;
	text-transform: uppercase;
}

.section-title-5-pass>h2 {
	font-family: "Dancing Script", cursive;
	font-size: 5rem;
	font-weight: 700;
	font-style: italic;
	color: #ffcb55;
	margin-top: -50px;
}

.section-5-time-pass .price {
	font-family: 'Oswald', Helvetica, Arial !important;
}

/* #endregion */