/*====================== Google fonts ========================*/
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Maven+Pro:wght@400..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rosarivo:ital@0;1&display=swap');

/*======================= web fonts =========================*/
@font-face {
	font-family: "Brooklyn";
	src: url(../webfonts/Brooklyn-Heavy.ttf);
	font-weight: 900;
}

@font-face {
	font-family: "Brooklyn";
	src: url(../webfonts/Brooklyn-Bold.ttf);
	font-weight: 700;
}

@font-face {
	font-family: "Brooklyn";
	src: url(../webfonts/Brooklyn-SemiBold.ttf);
	font-weight: 600;
}

@font-face {
	font-family: "Brooklyn";
	src: url(../webfonts/Brooklyn-Normal.ttf);
	font-weight: 400;
}

/*====================== Basic css ========================*/
html {
	font-size: 0.521vw;
}

:root {
	scroll-behavior: unset;
	--Poppins: "Poppins", sans-serif;
	--MavenPro: "Maven Pro", sans-serif;
	--Mulish: "Mulish", sans-serif;
	--AlegreyaSansSC: "Alegreya Sans SC", sans-serif;
	--BarlowCondensed: "Barlow Condensed", sans-serif;
	--Manrope: "Manrope", sans-serif;
	--Inter: "Inter", sans-serif;
	--Rosarivo: "Rosarivo", cursive;
	--Brooklyn: "Brooklyn";
	--black: #000;
	--white: #FFF;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
	margin: 0;
	padding: 0;
}

ol,
ul {
	list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

/* body */
body {
	font-family: var(--Poppins);
	font-size: 1.6rem;
	font-weight: 400;
	background: var(--black);
	color: var(--white);
}

/*========== back-to-top ==========*/
.back-to-top {
	width: 4.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	font-size: 2rem;
	text-align: center;
	display: none;
	position: fixed;
	bottom: 3rem;
	right: 2rem;
	border-radius: 50%;
	background: #AA8453;
	color: #FFF;
	z-index: 1000;
	transition: 0.2s all ease;
}

.back-to-top:hover {
	box-shadow: 0rem 0rem 3rem #AA8453;
}

/*====================== header_area start ========================*/
.header_area {
	width: 100%;
	display: block;
	background: var(--black);
	border-bottom: 0.2rem solid #AA8453;
	padding: 2.5rem 12rem;
	position: relative;
	z-index: 1024;
}

.main_nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo img {
	width: 22.8rem;
}

.menu ul {
	display: flex;
	align-items: center;
	gap: 5rem;
}

.menu ul li a {
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.04rem;
	text-transform: uppercase;
	color: var(--white);
	transition: 0.2s all ease;
}

.menu ul li a:hover {
	color: #D0AD58;
}

.book_btn a {
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.2rem;
	color: #F4F4F4;
	border: 1px solid #F4F4F4;
	display: inline-flex;
	align-items: center;
	gap: 1.4rem;
	padding: 1rem 1.7rem;
	transition: 0.2s all ease;
}

.book_btn a img {
	width: 3.2rem;
	transition: 0.2s all ease;
}

.book_btn a:hover {
	background: #F4F4F4;
	color: var(--black);
}

.book_btn a:hover img {
	filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(0%) hue-rotate(260deg) brightness(94%) contrast(103%);
}

/*Hamburger menu*/
.hamburger-menu {
	cursor: pointer;
	position: relative;
	display: none;
	z-index: 999;
}

.hamburger-menu span {
	background: var(--white);
	width: 3.8rem;
	height: .4rem;
	display: block;
	margin: .7rem 0;
	border-radius: 1rem;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hamburger-menu .line-top.current {
	-webkit-transform: translateY(200%) rotate(135deg);
	-ms-transform: translateY(200%) rotate(135deg);
	transform: translateY(200%) rotate(135deg);
}

.hamburger-menu .line-center.current {
	opacity: 0;
}

.hamburger-menu .line-bottom.current {
	-webkit-transform: translateY(-325%) rotate(-135deg);
	-ms-transform: translateY(-325%) rotate(-135deg);
	transform: translateY(-325%) rotate(-135deg);
}

/*ofcanvas menu*/
.ofcavas-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	background: var(--black);
	z-index: -1;
	top: 0;
	display: none;
	left: -100%;
	transition: .3s;
	padding-left: 4.5rem;
}

.ofcavas-menu.current {
	left: 0;
}

.ofcavas-menu .menu {
	padding-top: 16rem;
}

.ofcavas-menu ul {
	display: block;
}

.ofcavas-menu ul li a {
	display: inline-block;
	margin: 0.8rem 0;
}

.ofcavas-menu .book_btn a {
	margin-top: 2rem;
}

/*======================== footer_area start ==========================*/
.footer_area {
	background: var(--black);
	border-top: 0.2rem solid #AA8453;
	padding: 4rem 5rem 2rem;
}

.footer_logo img {
	width: 40.1rem;
}

.social_icon ul {
	width: 40.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.53rem;
	border-top: 0.2rem solid #AA8453;
	padding-top: 3.3rem;
	margin-top: -1.5rem;
	position: relative;
	z-index: 9;
}

.social_icon img {
	width: 5.2rem;
	transition: 0.2s all ease;
}

.social_icon img:hover {
	opacity: 0.85;
}

.footer_menu ul li a {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	letter-spacing:	0.03rem;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	margin: 0.55rem 0;
	transition: 0.2s all ease;
}

.footer_menu ul li a:hover {
	color: #CCA74E;
}

.footer_menu,
.footer_right {
	margin-top: 3.5rem;
}

.footer_right ul li {
	display: flex;
	align-items: flex-start;
	padding-bottom: 2.2rem;
}

.footer_icon {
	width: 3rem;
	text-align: center
}

.footer_icon img {
	width: 1.3rem;
	margin-left: 0.4rem;
}

.footer_icon .clock {
	width: 2rem;
	margin: 0;
	margin-top: 0.6rem;
}

.footer_right ul li p {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	letter-spacing: 0.03rem;
	color: #FFF;
	margin: 0;
}

.footer_right ul li a {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	color: #FFF;
	transition: 0.2s all ease;
}

.footer_right ul li a:hover,
.footer_right ul li a.active {
	color: #AA8453;
	text-decoration: underline;
}

.copy_cnt {
	padding-top: 6.5rem;
}

.copy_cnt p {
	font-family: var(--Manrope);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	letter-spacing: 0.03rem;
	color: var(--white);
	margin: 0;
	text-align: right;
}

.copy_cnt p a:hover {
	text-decoration: underline;
}

/*=================== hero_area start =====================*/
.hero_area {
	position: relative;
	border-bottom: 0.2rem solid #AA8453;
}

.hero_area video {
	width: 100%;
}

.hero_item {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.hero_item img {
	width: 48.9rem;
	margin-bottom: 2.5rem;
}

.hero_item a {
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.2rem;
	color: #F4F4F4;
	text-align: center;
	background: transparent;
	border: 0.4rem solid #F4F4F4;
	display: inline-block;
	padding: 0.7rem 3.7rem;
	transition: 0.2s all ease;
}

.hero_item a:hover {
	background: #F4F4F4;
	color: #CCA74E;
}

/*======================= about_area start =========================*/
.about_area {
	padding: 10rem 2rem 0rem;
}

.about_upper h2 {
	font-size: 7rem;
	font-style: normal;
	font-weight: 800;
	line-height: 111.111%;
	letter-spacing: 0.2025rem;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
	margin: 0;

	/* Effet de glow subtil */
	text-shadow: 0 0 5px #AA8453, 
	             0 0 10px rgba(170, 132, 83, 0.8), 
	             0 0 15px rgba(170, 132, 83, 0.5), 
	             0 0 20px rgba(170, 132, 83, 0.3), 
	             0 0 30px rgba(170, 132, 83, 0.1);

	/* Animation clignotante */
	animation: glow-blink 1s infinite alternate;
}

/* Keyframes pour l'animation */
@keyframes glow-blink {
	0% {
		text-shadow: 0 0 5px #AA8453, 
		             0 0 10px rgba(170, 132, 83, 0.8), 
		             0 0 15px rgba(170, 132, 83, 0.5);
		opacity: 1;
	}
	50% {
		text-shadow: 0 0 15px #AA8453, 
		             0 0 30px rgba(170, 132, 83, 0.6), 
		             0 0 45px rgba(170, 132, 83, 0.3);
		opacity: 0.8;
	}
	100% {
		text-shadow: 0 0 5px #AA8453, 
		             0 0 10px rgba(170, 132, 83, 0.8), 
		             0 0 15px rgba(170, 132, 83, 0.5);
		opacity: 1;
	}
}

.about_upper h3 {
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.2rem;
	text-transform: uppercase;
	color: #AA8453;
	text-align: center;
	margin: 3.5rem 0rem;
}

.about_upper h4 {
	font-size: 4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 150.937%;
	color: var(--white);
	text-align: center;
	margin-bottom: 5.5rem;
}

.about_upper p {
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 116%;
	color: var(--white);
	text-align: center;
	max-width: 95rem;
	width: 100%;
	margin: 0 auto;
}

.about_main {
	padding-top: 13.2rem;
	max-width: 142rem;
	width: 100%;
	margin: 0 auto;
}

.about_inner img {
	width: 100%;
	border-radius: 2.2rem;
	margin-bottom: 0.65rem;
}

.about_cnt {
	background: #222;
	min-height: 45.8rem;
	padding: 1rem 2.9rem;
	text-align: center;
}

.about_cnt h4 {
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #FFF;
	text-align: center;
	max-width: 27.2rem;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 0.8rem;
}

.about_cnt p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 187.5%;
	letter-spacing: 0.0384rem;
	color: #FFF;
	text-align: center;
	margin: 4.8rem 0rem;
}

/*===================== meet_area start =======================*/
.meet_area {
	padding: 17rem 2rem 22.8rem;
}

.meet_main {
	max-width: 145rem;
	width: 100%;
	margin: 0 auto;
}

.meet_right img {
	width: 100%;
	border-radius: 2.2rem;
}

.meet_upper h3 {
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #F4F4F4;
	margin-bottom: 2rem;
}

.meet_upper p {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #D9D9D9;
	margin-bottom: 3.6rem;
}

.meet_item {
	display: flex;
	align-items: center;
	gap: 3rem;
	margin-bottom: 3rem;
}

.meet_icon img {
	width: 9rem;
}

.meet_cnt h4 {
	font-family: var(--MavenPro);
	font-size: 2.08rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #F4F4F4;
	margin-bottom: 1rem;
}

.meet_cnt p {
	font-family: var(--Mulish);
	font-size: 1.76rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #F4F4F4;
	margin: 0;
}	

.meet_btn a {
	font-family: var(--AlegreyaSansSC);
	font-size: 1.44rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.144rem;
	color: #F4F4F4;
	border: 1px solid #AA8453;
	display: inline-block;
	padding: 1.6rem 5.2rem;
	transition: 0.2s all ease;
}

.meet_btn a:hover {
	background: #AA8453;
	color: #FFF;
}

/*===================== opening_area start =======================*/
.opening_area {
	background: rgba(34, 34, 34, 0.46);
	padding: 2rem 2rem 3rem;
}

.opening_main {
	max-width: 108.4rem;
	width: 100%;
	margin: 0 auto;
}

.opening_upper img {
	width: 21.8rem;
	margin-bottom: 0.5rem;
}

.opening_upper h3 {
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #FFF;
	text-align: center;
	margin: 0;
}

.opening_item {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 2rem;
	padding: 3rem 0rem 5.5rem;
}

.opening_cnt {
	background: #000;
	border: 0.3px solid #FFF;
	text-align: center;
	padding: 2.2rem 0rem 2.8rem;
}

.opening_cnt h4 {
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #FFF;
	text-align: center;
	margin-bottom: 1rem;
}

.opening_cnt p {
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 142.857%;
	color: #FFF;
	text-align: center;
	margin: 0;
}

.opening_bottom p {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	color: #FFF;
	text-align: center;
	max-width: 58.2rem;
	width: 100%;
	margin: 0 auto;
}

/*===================== club_area start =======================*/
.club_area {
	padding: 22.5rem 2rem 0rem;
}

.club_main {
	max-width: 161rem;
	width: 100%;
	margin: 0 auto;
}

.club_item img {
	width: 100%;
}

.club_cnt h3 {
	font-size: 5.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.052rem;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	margin-bottom: 4rem;
}

.club_cnt p {
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; 
	color: #FFF;
	text-align: center;
	margin: 0;
}

/*====================== feedback_area start ========================*/
.feedback_area {
	padding: 18rem 2rem 10rem;
}

.feedback_title h3 {
	font-size: 5.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: var(--white);
	text-align: center;
	margin-bottom: 16.8rem;
}

.feedback_main {
	max-width: 141rem;
	width: 100%;
	margin: 0 auto;
}

.feedback_main .row {
	--bs-gutter-x: 5rem;
}

.feedback_item {
	background: #323232;
	padding: 2.9rem 4.5rem 1.6rem 4rem;
	position: relative;
	margin-bottom: 12rem;
	min-height: 27.9rem;
	display: flex;
	flex-direction: column;
}

.feedback_item::after {
	content: "";
	width: 99%;
	height: 100%;
	display: block;
	background: #232323;
	position: absolute;
	right: -2rem;
	bottom: -2rem;
	z-index: -1;
}

.after_shape2::after {
	background: #AA8453;
}

.quote_icon img {
	width: 5rem;
	position: absolute;
	top: -2.1rem;
	right: 3rem;
}

.feedback_cnt img {
	width: 16.5rem;
}

.feedback_cnt p {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; 
	color: var(--white);
	margin: 2rem 0rem;
}

.feedback_bottom {
	margin-top: auto;
	display: flex;
	align-items: center;
	gap: 2rem;
}

.feedback_bottom img {
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
}

.feedback_bottom p {
	font-family: var(--BarlowCondensed);
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
}

/*======================== gallery page start ==========================*/
.gallery_wrapper {
	padding: 10rem 12rem 6rem;
	background-image: url(../images/gallery-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.hero_banner img {
	width: 100%;
}

.gallery_upper {
	max-width: 130rem;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.gallery_upper h3 {
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #F4F4F4;
	text-align: center;
	margin-bottom: 5.6rem;
}

.gallery_upper p {
	font-size: 1.76rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #D9D9D9;
	text-align: center;
	max-width: 93rem;
	width: 100%;
	margin: 0 auto;
}

.gallery_main {
	padding-top: 9.2rem;
}

.gallery_main .row {
	--bs-gutter-x: 12rem;
}

.gallery_item img {
	width: 100%;
	border-radius: 2.2rem;
	transition: 0.2s all ease;
}

.gallery_item {
	margin-bottom: 11.4rem;
	overflow: hidden;
	border-radius: 2.2rem;
}

.gallery_item img:hover {
	transform: scale(1.1);
}

/*======================= service page start =========================*/
.service_area {
	padding: 10rem 2rem 19rem;
	background-image: url(../images/service-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom right;
	border-bottom: 1px solid #AA8453;
}

.service_upper {
	max-width: 135rem;
	width: 100%;
	margin: 0 auto;
}

.service_upper p {
	max-width: 90rem;
}

.service_main {
	max-width: 143rem;
	width: 100%;
	margin: 0 auto;
	padding-top: 14.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 2.5rem;
	grid-column-gap: 3.6rem;
}

.service_item {
	background: rgba(244, 244, 244, 0.00);
	border: 1px solid #F4F4F4;
	padding: 4rem 6.2rem 6rem;
}

.service_item img {
	width: 7rem;
}

.service_item h4 {
	font-family: var(--MavenPro);
	font-size: 2.08rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #F4F4F4;
	margin: 2.2rem 0rem 2.1rem;
}

.service_item p {
	font-family: var(--Mulish);
	font-size: 1.76rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #F4F4F4;
	margin: 0;
}

/*======================= price_area start =========================*/
.price_area {
	padding: 5rem 2rem 12rem;
	background-image: url(../images/price-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom left;
}

.price_title h3 {
	font-family: var(--Inter);
	font-size: 5.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.052rem;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}

.price_main {
	max-width: 162.5rem;
	width: 100%;
	margin: 0 auto;
	padding-top: 0.2rem;
}

.price_main .row {
	--bs-gutter-x: 3rem;
}

.price_item {
	margin-top: 3rem;
}

.price_inner img {
	width: 100%;
}

.price_inner {
	margin-bottom: 5rem;
}

.price_cnt {
	padding: 1.5rem 1.5rem;
	margin-bottom: 1.6rem;
	position: relative;
}

.price_cnt::after {
	content: "";
	width: 100%;
	height: 60%;
	display: block;
	background: transparent;
	border: 1px solid #FFF;
	border-bottom: none;
	position: absolute;
	top: 0;
	left: 0;
}

.price_cnt h4 {
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: 180%;
	text-transform: uppercase;
	letter-spacing: -0.018rem;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.8rem;
}

.price_cnt h4 strong {
	font-size: 2.2rem;
	font-weight: 700;
}

.price_cnt p {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.018rem;
	text-transform: uppercase;
	color: #FFF;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.price_btn {
	text-align: center;
	padding-top: 2rem;
}

.price_btn a {
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.2rem;
	color: #F4F4F4;
	border: 1px solid var(--white);
	display: inline-flex;
	align-items: center;
	gap: 1.5rem;
	padding: 1rem 1.6rem;
	transition: 0.2s all ease;
}

.price_btn a img {
	width: 3.3rem;
}

.price_btn a:hover {
	background: var(--white);
	color: var(--black);
}

.price_btn a:hover img {
	filter: brightness(0) saturate(100%) invert(0%) sepia(96%) saturate(16%) hue-rotate(287deg) brightness(93%) contrast(104%);
}

.price_bottom {
	max-width: 141rem;
	width: 100%;
	margin: 14.2rem auto 0rem;
	background: #000;
	border: 1px solid #F4F4F4;
	padding: 7.6rem 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.price_btmCnt h4 {
	font-family: var(--MavenPro);
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	color: #F4F4F4;
	margin-bottom: 0.5rem;
	text-align: center;
}

.price_btmCnt h4 sup {
	font-family: var(--MavenPro);
	font-size: 2.08rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #F4F4F4;
	vertical-align: top;
	position: relative;
	top: 0.2rem;
}

.price_btmCnt p {
	font-family: var(--MavenPro);
	font-size: 2.08rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #F4F4F4;
	margin: 0;
	text-align: center;
}

.price_btmCnt {
	max-width: 33rem;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

/*========================= barber page start ===========================*/
.barber_area {
	padding: 10rem 2rem 14rem;
	position: relative;
}

.barber_upper {
	max-width: 110rem;
}

.barber_upper p {
	max-width: 70rem;
}

.barbar_main {
	padding: 7.1rem 5rem 0rem;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 4rem;
}

.barbar_item {
	position: relative;
}

.barbar_inner img {
	width: 100%;
	border-radius: 2.2rem;
}

.barbar_cnt {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: center;
	padding: 2rem 2rem 6rem;
	position: absolute;
	top: 0;
	left: 0;
}

.barbar_cnt h4 {
	font-family: var(--MavenPro);
	font-size: 2.08rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #F4F4F4;
	text-align: center;
	margin: 0;
}

.barbar_cnt p {
	font-family: var(--Mulish);
	font-size: 1.76rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color:  #F4F4F4;
	text-align: center;
	margin: 1rem 0;
}

.barbar_cnt a {
	display: inline-block;
}

.barbar_cnt a img {
	width: 2.5rem;
}

.barbar_bg img {
	width: 84rem;
	position: absolute;
	left: 0;
}

/*=================== choose_area start =====================*/
.choose_area {
	padding: 22rem 2rem 16.4rem;
	background-image: url(../images/choose-bg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right bottom;
}

.choose_main {
	max-width: 150.4rem;
	width: 100%;
	margin: 0 auto;
}

.choose_left img {
	width: 100%;
	border-radius: 2.2rem;
}

.choose_right h6 {
	font-family: var(--Rosarivo);
	font-size: 2.08rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0;
}

.choose_right h4 {
	font-size: 4rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	color: #F4F4F4;
	margin: 2.7rem 0rem 4.4rem;
}

.choose_right p {
	font-size: 1.76rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #D9D9D9;
	margin-bottom: 4rem;
}

.progress_item {
	margin-bottom: 5rem;
}

.progress_item h5 {
	font-family: var(--MavenPro);
	font-size: 1.76rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #F4F4F4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}

.progress_item h5 span {
	font-weight: 700;
}

/* progress_bar */
.progress_bar {
	width: 100%;
	height: 1.1rem;
	background: #bababa;
	position: relative;
}

.progress_bar .progress_line {
	width: 5%;
	background: #AA8453;
	height: 100%;
	transition: 1s ease-in;
}

.progress_bar .progress_line.active {
	width: 100%;
}

/* barbar_video start */
.barbar_video {
	padding: 14.5rem 11rem 11.5rem;
}

.barbar_videoMain {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 6rem;
}

.barbar_videoItem {
	position: relative;
}

.barbar_videoItem video {
	width: 49rem;
	display: block;
	margin: 0 auto;
	border-radius: 2.6rem;
	position: relative;
	z-index: 9;
}

.barbar_videoItem img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*======================== contact page start =========================*/
.contact_area {
	padding: 14.2rem 2rem 0rem;
}

.contact_main {
	max-width: 174.2rem;
	width: 100%;
	margin: 0 auto;
}

.contact_left img {
	width: 100%;
	border-radius: 2.2rem;
}

.contact_uper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact_uper h3 {
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 187.5%;
	letter-spacing: -0.096rem;
	color: #FFF;
	margin: 0;
}	

.contact_uper ul {
	display: flex;
	align-items: center;
	gap: 1.5rem;
}

.contact_uper ul img {
	width: 5.1rem;
}

.contact_uprcnt p {
	font-size: 1.76rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #D9D9D9;
	margin: 1rem 0rem 2.5rem;
}

.contact_box {
	border: 1px solid rgba(255, 255, 255, 0.31);
	background: rgba(255, 255, 255, 0.13);
	padding: 3.3rem 5.2rem;
	border-radius: 2.5rem;
	backdrop-filter: blur(0.8rem);
}

.contact_box h4 {
	font-size: 3.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #FFF;
	margin: 0;
}

.contact_box p {
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 166.667%;
	color: rgba(255, 255, 255, 0.70);
	margin: 2rem 0rem 3rem;
}

.contact_box a {
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.02rem;
	color: #000;
	text-align: center;
	background: #FFF;
	display: inline-block;
	padding: 1.1rem 6.9rem;
	border-radius: 5rem;
	transition: 0.2s all ease;
}

.contact_box a:hover {
	opacity: 0.85;
}

.contact_bottom {
	padding-top: 1.5rem;
}

.contact_itm {
	margin-top: 6.4rem;
	display: flex;
	align-items: center;
	gap: 4rem;
}

.contact_icon img {
	width: 5rem;
}

.contact_cnt h4 {
	font-size: 2.08rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: #F4F4F4;
	margin: 0;
}

.contact_cnt a,
.contact_cnt p {
	font-size: 1.76rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #F4F4F4;
}

/*======================== contact_area2 start ==========================*/
.contact_area2 {
	padding: 22.8rem 2rem 12rem;
}

.contact2_main {
	max-width: 174.2rem;
	width: 100%;
	margin: 0 auto;
}

.contact2_item {
	width: 50rem;
	position: relative;
	z-index: 9;
}

.contact2_inner img {
	width: 100%;
	border-radius: 2.2rem;
}

.contact2_cnt p {
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.02rem;
	color: #FFF;
	text-align: center;
	margin: 2.1rem 0rem 1.5rem;
}

.contact2_cnt ul {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 1.4rem;
}

.contact2_cnt img {
	width: 5.1rem;
}

.contact2_item2 {
	margin-top: 38.6rem;
	margin-left: -7.8rem;
}

.contact2_middle {
	width: 84.6rem;
	background: #303030;
	border: 1px solid rgba(255, 255, 255, 0.20);
	padding: 2.5rem 12rem 10rem;
	border-radius: 2.2rem;	
	margin: 0 auto;
	margin-top: 8.4rem;
}

.contact2_middle img {
	width: 24rem;
	display: block;
	margin: 0 auto;
}

.contact2_middle h3 {
	font-family: var(--Brooklyn);
	font-size: 5.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #FFF;
	text-align: center;
	margin-top: 2rem;
}

.contact2_middle p {
	font-family: var(--Brooklyn);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #FFF;
	margin-top: 3.5rem;
}

.contact2_middle p span {
	color: #AA8453;
}

/*=================== hero_area start =====================*/
.hero_area {
    position: relative;
}

.hero_area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*=================== hero_area start =====================*/
.hero_area {
    position: relative;
    border-bottom: 0.2rem solid #AA8453;
}

.hero_area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*=================== hero_area start =====================*/
.hero_area {
    position: relative;
    border-bottom: 0.2rem solid #AA8453;
}

.hero_area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*=================== Sound Button Container =====================*/
.sound-button-container {
    position: absolute;
    top: 50%; /* Placer le bouton sous le logo */
    left: 50%;
    transform: translate(-50%, 40%); /* Centrer le bouton par rapport au logo et ajouter un léger espace */
    z-index: 3; /* Le bouton se superpose correctement */
}

/*=================== Button =====================*/
.sound-button {
    padding: 10px 20px;
    background-color: rgba(0, 123, 255, 0.7);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.sound-button:hover {
    background-color: rgba(0, 123, 255, 1);
}

/*=================== hero_item =====================*/
.hero_item {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; /* Assure que le contenu reste au-dessus de la vidéo */
}

.hero_item img {
    width: 48.9rem;
    margin-bottom: 2.5rem;
}


/*=================== hero_area start =====================*/
.hero_area {
    position: relative;
    border-bottom: 0.2rem solid #AA8453;
}

.hero_area video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*=================== Sound Button Container =====================*/
.sound-button-container {
    position: absolute;
    top: 75%; /* Placer le bouton sous le logo */
    left: 50%;
    transform: translate(-50%, 50%); /* Centrer le bouton par rapport au logo et ajouter un léger espace */
    z-index: 3; /* Le bouton se superpose correctement */
}

/*=================== Button =====================*/
.sound-button {
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s;
}

.sound-button:hover {
    background-color: rgb(0, 0, 0);
}

/*=================== hero_item =====================*/
.hero_item {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; /* Assure que le contenu reste au-dessus de la vidéo */
}

.hero_item img {
    width: 48.9rem;
    margin-bottom: 2.5rem;
}
