/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-----start-header----*/
.header-menu {
	position: sticky;
	top: 0;
	z-index: 100; /* Ensure the header is above other elements */
	color: #000;
	background-color: #fff;
	font-family: "Poppins", Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	border-bottom: 1px solid #8a4e67;
}
.top-menu {
	text-align: center;
	padding-top: 1px;
	padding-bottom: 0;
	overflow: hidden;
}
.top-menu ul {
	margin-bottom: 8px;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
.top-menu ul li{
	display: inline-block;
	margin: 0 10px;
	color: #000;
	font-weight: 900;
	vertical-align: top;
}
.top-menu ul li:nth-child(2),
.top-menu ul li:nth-child(4),
.top-menu ul li:nth-child(6),
.top-menu ul li:nth-child(8),
.top-menu ul li:nth-child(10),
.top-menu ul li:nth-child(12) {
	margin: 0;
}
.top-menu ul li a.active{
	color: #847687;
}
.top-menu ul li a:hover{
	color: #847687;
}
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

nav a:hover,
nav a:focus {
	outline: none;
}
/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Effect 5: same word slide in and border bottom */

.top-menu ul li a{
	text-decoration:none;
	color: #9E5B65;
	font-size: 16px;
	font-weight: 400;
	text-transform:uppercase;
}
.top-menu ul li a:hover{
	color: #5A3348;
}