/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/hello-theme/
Description:  A lightweight child theme of Hello Elementor
Author:       emma42 - Issam : Dev Tem 
Author URI:   https://emma42.com
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

@import url("../hello-elementor/style.css");  



@font-face {
	font-family: 'Henderson';
	src: url(fonts/henderson/HendersonSansBasicLight.woff2) format("woff2"),url(fonts/henderson/HendersonSansBasicLight.woff) format("woff");
	font-weight: 300;
	font-style: normal
}
@font-face {
	font-family: 'Henderson';
	src: url(fonts/henderson/HendersonSansBasicRegular.woff2) format("woff2"),url(fonts/henderson/HendersonSansBasicRegular.woff) format("woff");
	font-weight: 400;
	font-style: normal
}
@font-face {
	font-family: 'Henderson';
	src: url(fonts/henderson/HendersonSansBasicRegular.woff2) format("woff2"),url(fonts/henderson/HendersonSansBasicRegular.woff) format("woff");
	font-weight: 500;
	font-style: normal
}
@font-face {
	font-family: 'Henderson';
	src: url(fonts/henderson/HendersonSansBasicSemiBold.woff2) format("woff2"),url(fonts/henderson/HendersonSansBasicSemiBold.woff) format("woff");
	font-weight: 600;
	font-style: normal
}
@font-face {
	font-family: 'Henderson';
	src: url(fonts/henderson/HendersonSansBasicBlack.woff2) format("woff2"),url(fonts/henderson/HendersonSansBasicBlack.woff) format("woff");
	font-weight: 700;
	font-style: normal
}
@font-face {
	font-family: 'Cormorant Garamond';
	src: url('fonts/Cormorant_Garamond/CormorantGaramond-VariableFont_wght.ttf') format('truetype');
	font-weight: 300 700; /* variable range */
	font-style: normal;
	font-display: swap;
}


/* End Cusom FOnt */

/* width web site */
:root{
	--width-global: 90%;
}

/* tablet */
@media (min-width:768px){
	:root{
		--width-global: 85%;
	}
}


/* laptop */
@media (min-width:1024px){
	:root{
		--width-global: 90%;
	}
}

/* desktop */
@media (min-width:1280px){
	:root{
		--width-global: 90%;
	}
}

/* large desktop */
@media (min-width:1600px){
	:root{
		--width-global: 80%;
	}
}

@media (min-width:2400px){
	:root{
		--width-global: 70%;
	}
}
:root {


	--padding-width-global-left: 0px;
	--padding-width-global-right: 0px;
	--header-height: 114px;

	/* Brand Colors */
	--color-black: #000000;
	--color-brown: #835E36;
	--color-white: #FFFFFF;
	--color-brown2:#F7F2E8;	 
	--color-gray3: #71706D;	 
	--color-gray4 :#C29D70;

	/* Typography */
	--font-family-base: 'Henderson', sans-serif;  
	--font-family-Cormorant: 'Cormorant Garamond', sans-serif;  

	--font-size-12: 12px;
	--font-size-13: 13px;
	--font-size-14: 14px;
	--font-size-15: 15px;
	--font-size-16: 16px;
	--font-size-17: 17px;
	--font-size-18: 18px;
	--font-size-19: 19px; 
	--font-size-20: 20px;
	--font-size-21: 21px;
	--font-size-22: 22px;
	--font-size-23: 23px;
	--font-size-24: 24px;
	--font-size-25: 25px;
	--font-size-26: 26px;
	--font-size-27: 27px;
	--font-size-28: 28px;
	--font-size-29: 29px;
	--font-size-30: 30px;
	--font-size-31: 31px;
	--font-size-32: 32px; 
	--font-size-33: 33px;
	--font-size-34: 34px;
	--font-size-35: 35px;
	--font-size-36: 36px;
	--font-size-37: 37px;
	--font-size-38: 38px;
	--font-size-39: 39px; 
	--font-size-40: 40px;
	--font-size-41: 41px;
	--font-size-42: 42px;
	--font-size-43: 43px;
	--font-size-48: 48px;
	--font-size-60: 60px;

	/* heading */
	--font-size-xl : var(--font-size-60);
	--font-size-l : var(--font-size-48);
	--font-size-m : var(--font-size-28);
	--font-size-xm : var(--font-size-26);
	--font-size-s : var(--font-size-22);
	--font-size-xs : var(--font-size-20);
	--font-size-xss : var(--font-size-16);
	--font-size-xsss : var(--font-size-12);

	/* Font weight*/
	--f-w-300 : 300;
	--f-w-400 : 400;
	--f-w-500 : 500;
	--f-w-600 : 600;
	--f-w-700 : 700; 
}

/* For Mobile */
@media (max-width: 768px) {

	:root {
		/*Typo*/ 
		--width-global: 100%;
		--padding-width-global-left: 15px;
		--padding-width-global-right: 15px;
		--header-height: 114px;

		--font-size-xl : var(--font-size-48);
		--font-size-l : var(--font-size-28);
		--font-size-m : var(--font-size-26);
		--font-size-xm : var(--font-size-18);
		--font-size-s : var(--font-size-20);
		--font-size-xs : var(--font-size-18);
		--font-size-xss : var(--font-size-12);
		--font-size-xsss : var(--font-size-12);
	}
}

/* New Style : Heading */
.gwidth .e-con-inner  {
	width: var(--width-global) !important;	
	max-width: var(--width-global) !important;	  
}
.gwidth  {   
	padding-left: var(--padding-width-global-left) !important;
	padding-right: var(--padding-width-global-right) !important;
}
header .gwidth.sm-size-menu__menu  {
	width: var(--width-global) !important;	
	margin: 0 auto;
}
.blanc .sm-size-menu-wrapper.icon-open-close{
	background-color: var(--color-white);
	padding: 0px 7px 0px 15px;
}
.noir .sm-size-menu-wrapper.icon-open-close{
	background-color: var(--color-black);
	padding: 0px 7px 0px 15px;
	border-radius: 2px;
}
/* font family */

.cor,.cor a,.cor div,.cor p,.cor span,.cor :is(h1, h2, h3, h4, h5, h6){ font-family: var(--font-family-Cormorant) !important;}
.hen, .hen a,.hen div,.hen p,.hen span,.hen :is(h1, h2, h3, h4, h5, h6){ font-family: var(--font-family-base) !important;}

/* Font Weight*/
.f300,.f300 a,.f300 p,.f300 span,.f300 :is(h1, h2, h3, h4, h5, h6){font-weight:var(--f-w-300)!important;}
.f400,.f400 a,.f400 p,.f400 span,.f400 :is(h1, h2, h3, h4, h5, h6){font-weight:var(--f-w-400)!important;}
.f500,.f500 a,.f500 p,.f500 span,.f500 :is(h1, h2, h3, h4, h5, h6){font-weight:var(--f-w-500)!important;}
.f600,.f600 a,.f600 p,.f600 span,.f600 :is(h1, h2, h3, h4, h5, h6){font-weight:var(--f-w-600) important;}
.f700,.f700 a,.f700 p,.f700 span,.f700 :is(h1, h2, h3, h4, h5, h6){font-weight:var(--f-w-700)!important;}


/*Heading font size */
.heading.xl :is(h1, h2, h3, h4, h5, h6){font-size:var(--font-size-xl) !important;}
.heading.l :is(h1, h2, h3, h4, h5, h6){font-size:var(--font-size-l) !important;}
.heading.m :is(h1, h2, h3, h4, h5, h6){font-size:var(--font-size-m) !important;}
.heading.xm :is(h1, h2, h3, h4, h5, h6){font-size:var(--font-size-xm) !important;}
.heading.s :is(h1, h2, h3, h4, h5, h6){font-size:var(--font-size-s) !important;}
.heading.xs :is(h1, h2, h3, h4, h5, h6){font-size:var(--font-size-xs) !important;}
.heading.xss :is(h1, h2, h3, h4, h5, h6){font-size:var(--font-size-xss) !important;}
.heading.xsss :is(h1, h2, h3, h4, h5, h6){font-size:var(--font-size-xsss) !important;}


/*txt font size */
.txt.xl :is(h1, h2, h3, h4, h5, h6), .txt.xl div, .txt.xl p, .txt.xl span,.txt.xl a{font-size:var(--font-size-xl) !important;}
.txt.l :is(h1, h2, h3, h4, h5, h6), .txt.l div, .txt.l p, .txt.l span,.txt.l a{font-size:var(--font-size-l) !important;}
.txt.m :is(h1, h2, h3, h4, h5, h6), .txt.m div, .txt.m p, .txt.m span,.txt.m a{font-size:var(--font-size-m) !important;}
.txt.s :is(h1, h2, h3, h4, h5, h6), .txt.s div, .txt.s p, .txt.s span,.txt.s a{font-size:var(--font-size-s) !important;}
.txt.xs :is(h1, h2, h3, h4, h5, h6), .txt.xs div, .txt.xs p, .txt.xs span,.txt.xs a{font-size:var(--font-size-xs) !important;}
.txt.xss :is(h1, h2, h3, h4, h5, h6), .txt.xss div, .txt.xss p, .txt.xss span,.txt.xss a{font-size:var(--font-size-xss) !important;}
.txt.xsss :is(h1, h2, h3, h4, h5, h6), .txt.xsss div, .txt.xsss p, .txt.xsss span,.txt.xsss a{font-size:var(--font-size-xsss) !important;}

/*Upercase*/
.upc{
	text-transform:uppercase !important;
}

.black :is(h1, h2, h3, h4, h5, h6),
.black a,
.black span,
.black p,
.black{
	color: var(--color-black) !important;
}  
.brown :is(h1, h2, h3, h4, h5, h6),
.brown a,
.brown span,
.brown p,
.brown{
	color: var(--color-brown) !important;
} 
.brown2 :is(h1, h2, h3, h4, h5, h6),
.brown2 a,
.brown2 span,
.brown2 p,
.brown2{
	color: var(--color-brown2) !important;
} 
.gray3 :is(h1, h2, h3, h4, h5, h6),
.gray3 a,
.gray3 span,
.gray3 p,
.gray3{
	color: var(--color-gray3) !important;
} 
.gray4 :is(h1, h2, h3, h4, h5, h6),
.gray4 a,
.gray4 span,
.gray4 p,
.gray4{
	color: var(--color-gray4) !important;
} 
.white :is(h1, h2, h3, h4, h5, h6),
.white a,
.white span,
.white p,
.white{
	color: var(--color-white) !important;
} 

.italique,
.italique span,
.italique a,
.italique div,
.italique :is(h1, h2, h3, h4, h5, h6){
	font-style:italic !important;
}
.centrer{
	text-align: center;
	
}
/* Dot mobile */
.dots-swiper.top .swiper-pagination{	
	margin-top: -40px;
}
.dots-swiper.bottom .swiper-pagination{	
	margin-top: 10px;}
.dots-swiper .swiper-pagination .swiper-pagination-bullet{	    
	border-radius: 26px;
	background: #D9D9D9;
	width: 9px;
	height: 9px;
}
.dots-swiper.brown .swiper-pagination .swiper-pagination-bullet{
	background: #C29D70;
}
.dots-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 47px;
}
/* Bg */
.bgblack{	background-color: var(--color-black) !important;}
.bgwhite{	background-color: var(--color-white) !important;}

/**** Link ****/
.link nav{
	margin:0 !important;
}
.link a {
	overflow: hidden; 
	width: max-content; 
	padding:4.5px 16px 0 0 !important;
	margin:0  !important;
}
body.noir .link a {color: var(--color-black) !important;}
body.blanc .link a {color: var(--color-white) !important;}
body.noir header svg path{ fill: var(--color-black) !important;}
body.blanc header svg path{ fill: var(--color-white) !important;}
.link a:hover {text-decoration:none;}
.link a:after {
	content: '';
	width: 30%;
	height: 100%;
	position: absolute;
	left: auto;
	top: 0;
	bottom: 0;
	right: -20%;
	background: none !important;

}
.gray .link a:after {background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), var(--color-gray), rgba(255, 255, 255, 0));}
.black .link a:after {background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), var(--color-black), rgba(255, 255, 255, 0));}
.white .link a:after {background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), var(--color-white), rgba(255, 255, 255, 0));}

.link a:hover:after {
	transition: all .6s ease-out;
	right: 100%;
	background: none !important;
}
.elementor-counter-number-wrapper{
	position:relative;
}
.link nav .has-submenu .sub-arrow svg{
	display:none;
}
.link nav .has-submenu .sub-arrow:after{
	content: '';
	width: 10px;
	height: 10px;
	background-image:url(/wp-content/uploads/2025/12/plus.svg);
	background-repeat:no-repeat;
	background-position:center;
}
.link nav .has-submenu.highlighted .sub-arrow:after{
	content: '';
	background-image:url(/wp-content/uploads/2025/12/minus-1.svg);
}

/* Loader */

body.is-loader {
	overflow: hidden;
}
.loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
	background-color:transparent;
}
.loader::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	content: '';
	background: #835E3606;
	background-size: cover;
}
.loader-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("/wp-content/uploads/2026/04/key-bgf1.svg") 50% 50% no-repeat;
	background-size: cover;
	transition: transform 1s ease-in;
}
.loader.animate .loader-bg {
	transform: scale(23);
}
.loader.hideloader {
	display: none;
} 
.loader-key-wrap {
	overflow: hidden;
	margin: 40rem 0 0;
}
 
.loader.animate .line-inner,
.loader.animate .loader-key {
	transform: translateY(100%);
}

/* header */
/*
.site-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;	
    padding: 0 !important;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}
 
.site-header.is-sticky { 
    background-color: #835E36;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
 
.site-header.is-hidden {
    transform: translateY(-100%);
}*/
.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;

  transform: translateY(-100%); 
	 transition:
    transform 0.35s ease,
    background-color 0.15s ease,
    backdrop-filter 0.15s ease;

  /* BG */
  background: rgba(131, 94, 54, 0.85);

  /* Blur */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.site-header.header-visible {
  transform: translateY(0);
}
 /* MENU */
.menu-p button{
	background-color: #FFFFFF33 !important;
	border-radius:0px;	
    overflow: hidden; 
	backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);  
	border:0.5px solid #F7F2E8 !important;
/* 	    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.9) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 0 10px rgba(255, 255, 255, 0.3); 
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);  
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden; */
	
}
body.blanc header .menu-p button.e-n-menu-toggle svg path {
	fill: #F7F2E8 !important;
}
.menu-p.blur button,
.blur,
.blur .elementor-button{
	backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);  
}
.menu-p li.e-n-menu-item {
    border: 1px solid #F7F2E8;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(8px);
}
.border-b{
	border:1px solid var(--color-white) !important;
}
.menu-p button span::before {
  content: "SUITES ";	
    padding-right: 14px;
    color: #F7F2E8;
}
/* 
.menu-p button::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(30deg);
    animation: shine 5s infinite;
} */
@keyframes shine{
0% {
    transform: translateX(-100%) rotate(30deg);
}
20% {
    transform: translateX(100%) rotate(30deg);
}
100% {
    transform: translateX(100%) rotate(30deg);
}
}
body.blanc header .menu-p button svg path {
    fill: var(--color-black) !important;
}
.menu-p .e-n-menu-heading{
	position: relative;
	width:210px;
	left:calc((100% - 90%) / 2) !important;
}
/*Scroll down */

.scroll-container{
	width: 27px;
	height: 38px;
	border: 2px solid #F7F2E8;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	margin: 0 auto;
}

.scroller{

	width: 2px;
	height: 6px;
	border-radius: 2px;
	background-color: #fff;
	position: absolute;
	top: 4px;
	left: 10.5px;
	bottom: 24px; 
	animation: scroller 2500ms ease-out infinite;
}
.scroll-to-bottom:hover {
	transform: translateY(-5px);
}
.scroll-to-bottom:hover  {
	animation: bounceUp 0.4s ease;
}
@keyframes scroller{
	0%{
		bottom: 14px;
	}
	5%{
		top: 4px;
	}
	32%{    
		bottom: 4px;
	}
	66%{
		top: 24px;
		bottom: 4px;
	}
	100%{
		top: 4px;
		bottom: 24px;
	}
}

/*List Full*/
.l-full .elementor-icon-list-item a{	
	justify-content: space-between !important; 
	width: 100%;
}
.l-full ul {
	counter-reset: emma-counter;
}

.l-full ul li {
	list-style: none;
	counter-increment: emma-counter;
	position: relative;
	padding-left: 32px;
}

.l-full ul li::before {
	content: counter(emma-counter, decimal-leading-zero);
	position: absolute;
	left: 0; 
	color: var(--color-white);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.l-full ul li:hover::before {
	animation: iconSlideUpDown 0.4s ease forwards;
}
.l-full .elementor-icon-list-text{
	padding-inline-start: 30px !important;
}
.l-full ul li:hover a .elementor-icon-list-text,
a:hover .elementor-icon-list-text,
a:hover {
	color: var(--color-brown2) !important;
}

/*** Texte ***/ 
.txt b,
.txt strong{
	font-weight: var(--f-w-600) !important;
}

/* Btn */ 
.btn .elementor-button { 
	background-color: transparent !important;
	padding:4px 0;
}
.btn.black { 	 
	border-bottom: 1px solid #D9D9D9 !important;

}
.btn.white{   
	border-bottom: 1px solid #fff !important;
}
.btn.whitesplit{ 
	border-bottom: none;
	
    background: linear-gradient(
        to right,
        #FFFFFF 40%,
        transparent 100%
    ) bottom left / 40% 1px no-repeat !important;
	transition: background-size 0.3s ease;
}
.btn.blur.whitesplit{ 
	background:linear-gradient(
  to right,
  white 40%,
  transparent 60%
 ) 20px 40px / 100% 1px no-repeat !important;
	transition: background-size 0.3s ease;
}
.btn.brownsplit{ 
	border-bottom: none;
    background: linear-gradient(
        to right,
        #835E36 40%,
        transparent 100%
    ) bottom left / 40% 1px no-repeat !important;
	transition: background-size 0.3s ease;
}
.btn.brown1split {
    border-bottom: none;
    background: linear-gradient(
        to right,
        #F7F2E8 40%,
        transparent 100%
    ) bottom left / 40% 1px no-repeat !important;
    transition: background-size 0.3s ease;
} 
.btn.brown2split {
    border-bottom: none;
    background: linear-gradient(
        to right,
        #835E36 40%,
        transparent 100%
    ) bottom left / 40% 1px no-repeat !important;
    transition: background-size 0.3s ease;
}
.btn.brown1split:hover,
.btn.brown2split:hover,
.btn.brownsplit:hover{
    background-size: 110% 1px !important;
	transition: background-size 0.3s ease;
}
.btn.whitesplit:hover {
    background-size: 150% 1px !important;
	transition: background-size 0.3s ease;
}
.btn.black a span{
	color:#010101 !important;
}
.btn.white a span{ 
	color:#fff !important;
}
.btn .elementor-button-icon svg{
	width: 10px;
	height: 8px;
}
.btn .elementor-button-icon svg, 
.footer .elementor-icon-list-icon svg{
	display: inline-block;
	transition: transform 0.2s ease;
}

.btn .elementor-button:hover .elementor-button-icon svg,
.icon-anim .elementor-icon-list-item:hover .elementor-icon-list-icon svg,
.footer .elementor-icon-list-item:hover .elementor-icon-list-icon svg{
	animation: iconSlideUpDown 0.4s ease forwards;
}



.icon-anim.s-between a{
	width: 100%; 
	justify-content: space-between !important;
}
/*btn formitaor*/
button.btn.forminator-button-submit{
	padding-right:40px !important;	
    width: auto !important;
}
.forminator-row.forminator-row-last {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 20px;
}
button.btn span:not([aria-hidden]):after{
	content:"";	
	width: 15px;
	height: 11px;
	background-image:url(/wp-content/uploads/2026/04/arrow-r.svg);
	background-repeat:no-repeat;
	background-position:center;
	position: absolute;
	margin-left: 10px;
	top: 7px;
	transition: transform 0.2s ease;
}
button.btn.bgwhite span:not([aria-hidden]):after{background-image:url(/wp-content/uploads/2026/04/arrow-r.svg)!important; }
button.btn.bgblack span:not([aria-hidden]):after{background-image:url(/wp-content/uploads/2026/04/arrow-r.svg)!important; }
button.btn:hover span:not([aria-hidden]):after{
	animation: iconSlideUpDown 0.4s ease forwards;
}

.zoom {
	position: relative;
	overflow: hidden;
}


/*/  Swiper Arrows next- Prev : Top/Bottom Left/Right */
.nav-arrows div.elementor-swiper-button-prev svg,
.nav-arrows div.elementor-swiper-button-next svg{
	display:none;
}
.nav-arrows div.elementor-swiper-button-prev,
.nav-arrows div.elementor-swiper-button-next{
	width:31px;
	height:31px;	
	justify-content: center;
	flex-direction: column;
}  
.nav-arrows div.elementor-swiper-button-next:after,
.nav-arrows div.elementor-swiper-button-prev:after{
	content: '';
	position: absolute;
	width: 19px;
	height: 19px; 
	background-color: #835E36;  
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;  
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}
.nav-arrows div.elementor-swiper-button-next:hover:after,
.nav-arrows div.elementor-swiper-button-prev:hover:after{
	background-color: #fff; 
}
.nav-arrows div.elementor-swiper-button-next:after{
	right: 13px;
	-webkit-mask-image: url(/wp-content/uploads/2026/04/swiper-r.svg);
	mask-image: url(/wp-content/uploads/2026/04/swiper-r.svg);
}
.nav-arrows div.elementor-swiper-button-prev:after{
	left: 13px;
	-webkit-mask-image: url(/wp-content/uploads/2026/04/swiper-l.svg);
	mask-image: url(/wp-content/uploads/2026/04/swiper-l.svg);
}
/*/ Arrows top 40 */ 
.nav-arrows.top40 div.elementor-swiper-button-prev,
.nav-arrows.top40 div.elementor-swiper-button-next{
	top:-40px !important;
}
/*/ Arrows top 80 */ 
.nav-arrows.top80 div.elementor-swiper-button-prev,
.nav-arrows.top80 div.elementor-swiper-button-next{
	top:-80px !important;
}
/*Arrows - right */
.nav-arrows.left div.elementor-swiper-button-prev {
	left:calc((100% - 90%) / 2) !important;
}

.nav-arrows.left div.elementor-swiper-button-next{
	left:calc((100% - (90% - 45px)) / 2) !important;
	right:auto !important;	border: 1px solid #835E36 !important;
}

.nav-arrows.right div.elementor-swiper-button-prev {
	right:calc(( 100% - (90% - 45px)) / 2) !important;
	left: auto !important;border: 1px solid #835E36 !important;
}

.nav-arrows.right div.elementor-swiper-button-next{
	right:calc(( 100% - 90% - 60px) / 2) !important;
	left:auto !important;	border: 1px solid #835E36 !important;
}
.nav-arrows.right div.elementor-swiper-button-prev:hover,
.nav-arrows.right div.elementor-swiper-button-next:hover{
	border: 1px solid #835E36 !important;
	background-color: #835E36 !important;
}
.nav-arrows.right .swiper-wrapper { 
	/*   padding-left: calc((100% - var(--width-global)) / 2);*/
}
/*pagination top right*/
.nav-arrows .swiper-pagination{
	left: 0% !important;
	bottom: -45px !important;
	width: 73% !important;
	position: absolute;
	top: auto !important;
	background-color: #C29D70;
} 
.nav-arrows .elementor-widget-n-carousel .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:#000 !important;
}

/*----------------          Loading page           ------------*/

.typed {
	color: #FFF; 
	font-size: 72px;
	font-style: normal;
	font-weight: 700;
	white-space: nowrap;
	overflow: hidden;
}
.txt.two span{
	font-weight: 600;
}
.footer span.elementor-icon-list-text {
	margin-right: 6px;
}
.hover-preview {
	text-align: center;
	margin: 10px 0;
	position: absolute;
	right:0;
	z-index: 9999999
}

.hover-preview img {
	max-width: 200px; 
	width: 200px; 
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	transition: transform 0.3s ease;
	margin-top:2px;
}

.hover-preview img:hover {
	transform: scale(1.05);
}
.caret {
	display: inline-block;
	width: 3px;           
	height: 80px;         
	background: #ffffff;
	vertical-align: bottom;
	margin-left: 5px;
	animation: blink 1s step-start infinite;
}
nav.elementor-pagination a.page-numbers{
	color: #FFF !important; 
	font-size: 22px;
	font-weight: 500;
}
.elementor-pagination span.page-numbers.current{
	color: #ffffff69 !important; 
	font-size: 22px !important;
	font-weight: 500;
}
/** gallerie */

.portfolio-gallery {
	display: flex;
	flex-direction: column;
	gap: 30px;
} 
/* List */
.listlink span:first-child{
	order:1;
}
.m-list span i { 
	color:var(--color-brown2);
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
}
.m-list span b {
	width: 30%;
}
.m-list span.elementor-icon-list-text{
	display: flex;
	justify-content: flex-start;
	width: 100%;
}
@media (max-width: 900px) {
	.typed {
		font-size: 42px;
	}
	.caret {
		height:46px;
	}
	.hover-preview img {
		max-width: 150px; 
		width: 150px;  
	}
	.nav-arrows.right div.elementor-swiper-button-next {
		right:calc(( 100% - var(--width-global) - 0px) / 2) !important;
	}
	.nav-arrows.right div.elementor-swiper-button-prev {
		right: calc((100% - (var(--width-global) - 70px)) / 2) !important; 
	}
	.nav-arrows div.elementor-swiper-button-next:after, .nav-arrows div.elementor-swiper-button-prev:after {
		width: 15px;
		height: 15px;
	}
	.nav-arrows .swiper-pagination { 
		bottom: -50px !important;
	}
	.nav-arrows div.elementor-swiper-button-prev:after{
		left: 9px;
	}
	.nav-arrows div.elementor-swiper-button-next:after{
		right: 9px;
	}
	 
}

/*----------------         keyframes           ------------*/

@keyframes blink {
	0%, 50%, 100% { opacity: 1; }
	25%, 75% { opacity: 0; }
}


@keyframes iconSlideUpDown {
	0% {
		transform: translateX(0);
		opacity: 1;
	}
	40% {
		transform: translateX(100%);
		opacity: 0;
	}
	60% {
		transform: translateX(-100%);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
/* Marquee */ 

.marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.marquee__track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: marquee 60s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.marquee__track span {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.marquee__track img {
  display: block; 
  height: auto;
  max-width: none;
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* mobile */
@media (max-width: 767px) {
  .marquee__track {
    gap: 20px;
    animation-duration: 28s;
  }

  .marquee__track img { 	  
        height: 55px !important;
  }
}

/* =========================
Animation (non-polygon)
========================= */
.a-line-mask span,
.a-line-mask a span,
.a-line-mask :is(h1, h2, h3, h4, h5, h6) {
	opacity: 0;
	transform: translateX(0) translateY(30px);
	transition: opacity .7s ease, transform 1.2s ease !important;
}
body.elementor-editor-active .a-line-mask span,
body.elementor-editor-active .a-line-mask a span,
body.elementor-editor-active .a-line-mask :is(h1, h2, h3, h4, h5, h6) {
	opacity: 1;
}
/* esprit section */
#esprit svg {
	height:44px;
}
/*Is not in view */
.fade.is-not-inview{
	opacity:0;
	transition: opacity 1s ease !important;
}

.fade.is-inview{
	opacity:1;
	transition: opacity 1s ease !important;
}
/* In view: a-0 */
.is-inview.a-line-mask .a-0 span,
.is-inview.a-line-mask .a-0 a span,
.is-inview.a-line-mask .a-0 :is(h1, h2, h3, h4, h5, h6) {
	transform: translateY(0px);
	transition: opacity 0.5s ease, transform 1s ease !important;
	opacity: 1;
}

/* In view: a-1 */
.is-inview.a-line-mask .a-1 span,
.is-inview.a-line-mask .a-1 a span,
.is-inview.a-line-mask .a-1 :is(h1, h2, h3, h4, h5, h6) {
	transform: translateY(0px);
	transition: opacity 1s ease, transform 1s ease !important;
	opacity: 1;
}

/* =========================
Polygon
========================= */
.a-line-mask.polygon span,
.a-line-mask.polygon div,
.a-line-mask.polygon a span,
.a-line-mask.polygon :is(h1, h2, h3, h4, h5, h6) {
	opacity: 0;
	transform: translateY(30px);

	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);

	transition: opacity .7s ease, transform 1s ease, clip-path 1s ease !important;
}
body.elementor-editor-active .a-line-mask.polygon span,
body.elementor-editor-active .a-line-mask.polygon div,
body.elementor-editor-active .a-line-mask.polygon a span,
body.elementor-editor-active .a-line-mask.polygon :is(h1, h2, h3, h4, h5, h6) {
	opacity: 1;
	clip-path:none;
	-webkit-clip-path:none;
}
/* left */
.a-line-mask.polygon.l-polygon span,
.a-line-mask.polygon.l-polygon div,
.a-line-mask.polygon.l-polygon a span,
.a-line-mask.polygon.l-polygon :is(h1, h2, h3, h4, h5, h6) {
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	-webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}

/* right */
.a-line-mask.polygon.r-polygon span,
.a-line-mask.polygon.r-polygon div,
.a-line-mask.polygon.r-polygon a span,
.a-line-mask.polygon.r-polygon :is(h1, h2, h3, h4, h5, h6) {
	clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
	-webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

/* bottom */
.a-line-mask.polygon.b-polygon span,
.a-line-mask.polygon.b-polygon div,
.a-line-mask.polygon.b-polygon a span,
.a-line-mask.polygon.b-polygon :is(h1, h2, h3, h4, h5, h6) {
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
	-webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

/* top */
.a-line-mask.polygon.t-polygon span,
.a-line-mask.polygon.t-polygon div,
.a-line-mask.polygon.t-polygon a span,
.a-line-mask.polygon.t-polygon :is(h1, h2, h3, h4, h5, h6) {
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

/* left-top */
.a-line-mask.polygon.l-t-polygon span,
.a-line-mask.polygon.l-t-polygon div,
.a-line-mask.polygon.l-t-polygon a span,
.a-line-mask.polygon.l-t-polygon :is(h1, h2, h3, h4, h5, h6) {
	clip-path: polygon(0 0, 0 0, 0 0, 0 0);
	-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
}

/* left-bottom */
.a-line-mask.polygon.l-b-polygon span,
.a-line-mask.polygon.l-b-polygon div,
.a-line-mask.polygon.l-b-polygon a span,
.a-line-mask.polygon.l-b-polygon :is(h1, h2, h3, h4, h5, h6) {
	clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%);
	-webkit-clip-path: polygon(0 100%, 0 100%, 0 100%, 0 100%);
}

/* polygon open when in view */
.is-inview.a-line-mask.polygon span,
.is-inview.a-line-mask.polygon div,
.is-inview.a-line-mask.polygon a span,
.is-inview.a-line-mask.polygon :is(h1, h2, h3, h4, h5, h6) {
	opacity: 1;
	transform: translateY(0);

	clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
	-webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 110%, -10% 110%);
}

/* =========================
Delays (apply to targets)
Put delay class on .a-line-mask OR on .a-0/.a-1 wrapper
========================= */

/* delay 0.5s */
.a-line-mask.delay-05 span,
.a-line-mask.delay-05 div,
.a-line-mask.delay-05 a span,
.a-line-mask.delay-05 :is(h1, h2, h3, h4, h5, h6),
.a-line-mask .delay-05 span,
.a-line-mask .delay-05 a span,
.a-line-mask .delay-05 :is(h1, h2, h3, h4, h5, h6) {
	transition-delay: 0.3s !important;
}

/* delay 1s */
.a-line-mask.delay-10 span,
.a-line-mask.delay-10 div,
.a-line-mask.delay-10 a span,
.a-line-mask.delay-10 :is(h1, h2, h3, h4, h5, h6),
.a-line-mask .delay-10 span,
.a-line-mask .delay-10 a span,
.a-line-mask .delay-10 :is(h1, h2, h3, h4, h5, h6) {
	transition-delay: .5s !important;
}

/* delay 1.5s */
.a-line-mask.delay-15 span,
.a-line-mask.delay-15 div,
.a-line-mask.delay-15 a span,
.a-line-mask.delay-15 :is(h1, h2, h3, h4, h5, h6),
.a-line-mask .delay-15 span,
.a-line-mask .delay-15 a span,
.a-line-mask .delay-15 :is(h1, h2, h3, h4, h5, h6) {
	transition-delay: 0.7s !important;
}

/* delay 2s */
.a-line-mask.delay-20 span,
.a-line-mask.delay-20 div,
.a-line-mask.delay-20 a span,
.a-line-mask.delay-20 :is(h1, h2, h3, h4, h5, h6),
.a-line-mask .delay-20 span,
.a-line-mask .delay-20 a span,
.a-line-mask .delay-20 :is(h1, h2, h3, h4, h5, h6) {
	transition-delay: 0.9s !important;
}

/* delay 2.5s */
.a-line-mask.delay-25 span,
.a-line-mask.delay-25 div,
.a-line-mask.delay-25 a span,
.a-line-mask.delay-25 :is(h1, h2, h3, h4, h5, h6),
.a-line-mask .delay-25 span,
.a-line-mask .delay-25 a span,
.a-line-mask .delay-25 :is(h1, h2, h3, h4, h5, h6) {
	transition-delay: 1.1s !important;
}

/* delay 30 */
.a-line-mask.delay-30 span,
.a-line-mask.delay-30 div,
.a-line-mask.delay-30 a span,
.a-line-mask.delay-30 :is(h1, h2, h3, h4, h5, h6),
.a-line-mask .delay-30 span,
.a-line-mask .delay-30 a span,
.a-line-mask .delay-30 :is(h1, h2, h3, h4, h5, h6) {
	transition-delay: 1.3s !important;
}
.a-line-mask:not(.is-inview) span,
.a-line-mask:not(.is-inview) div,
.a-line-mask:not(.is-inview) a span,
.a-line-mask:not(.is-inview) :is(h1, h2, h3, h4, h5, h6) {
	transition-delay: 0s !important;
} 

.e-n-tabs-heading {
	margin-left: 340px;
}

/******* Our expertise section ******/
.expt-container{
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.expt-container.is-visible {
	display: inline;
	opacity: 1;
}
