/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 24 2026 | 01:45:30 */
.hero .e-con-inner {
	position: relative;
}


nav button .visually-hidden {
	display: none;
}

nav .hamburger {
	width: 50px;
  	height: 50px;
  	position: relative;
  	display: flex;
  	flex-direction: column;
  	cursor: pointer;
 	align-items: end;
	border: 0;
	z-index: 9999;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin-left: -18px;
	background: none;
	transition: margin-left 0.3s ease-in-out;
}

nav .hamburger:hover, nav .hamburger:focus  {
	background: none;
}
nav .hamburger .line {
	position: absolute;
    height: 6px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
	left: 15px;
	border-radius: 10px;
	
}
nav .hamburger .line:nth-child(2) {
	width: 38px;
      top: 25%;
      transition: transform 0.2s ease-in-out, background-color 0.3s ease-in-out;
      transform: scale(1);
}
nav .hamburger .line:nth-child(3) {
	width: 38px;
      transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out,
      background-color 0.3s ease-in-out;
      transform-origin: right;
      transform: scale(1);
	  top: 47.5%;
}
nav .hamburger .line:nth-child(4) {
	width: 38px;
      transition: width 0.1s ease-in-out, transform 0.2s ease-in-out,
      background-color 0.3s ease-in-out;
      transform: scale(1);
      top: 72%;
}
nav .hamburger[aria-label='Close'] {
	margin-left: 18px;
}
nav .hamburger[aria-label='Close'] .line {
	background-color: #B48863;
}
nav .hamburger[aria-label='Close'] .line:nth-child(2) {
	transform: rotate(-45deg);
    top: 47.5%;
}
nav .hamburger[aria-label='Close'] .line:nth-child(3) {
	transform: scaleX(0);
    opacity: 0;
}
nav .hamburger[aria-label='Close'] .line:nth-child(4) {
	transform: rotate(45deg);
    top: 47.5%;
    width: 38px;
}


.mobile-menu {
	display: flex;
	width: 0;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 1;
	z-index: 997;
	transform: translatex(-100%);
	transition: transform 0.75s ease-in-out, width 3s ease;
	overflow: hidden;
	background: linear-gradient(90deg, #000 30%, transparent 0%);
}
.mobile-menu .menu-wrapper {
	max-width: 1240px;
	background:  #fff;
	height: 100%;
	width: 100%;
	overflow: hidden;
}



.mobile-menu .menu-wrapper ul {
	padding-top: 200px;
	padding-left: 100px;
	width: 50%;
	height: 100%;
}
@media (max-width: 767px) {
	.mobile-menu .menu-wrapper ul {
		padding-left: 50px;
		width: 85%;
		padding-top: 150px;
	}
}
.mobile-menu .menu-wrapper ul li{
	font-family: "Anton", Sans-serif;
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	list-style-type: none;
	padding-block: 10px;
	border-bottom: solid 2px #B48863;
	letter-spacing: 20%;
}
@media (max-width: 767px) {
	.mobile-menu .menu-wrapper ul li{
		font-size: 24px;
	}
}
.mobile-menu .menu-wrapper ul li a {
	color: #000;
}
.mobile-menu .menu-wrapper ul li a:hover {
	color: #B48863;
} 
.mobile-menu.open {
	width: 100%;
	transform: translatex(0);
	transition: transform 0.5s ease;
	
}

#hero .elementor-sticky {
	transition: margin-top 0.5s ease;
}
#hero .elementor-sticky--active {
	margin-top: 25px!important;
}