.navbar-area {
	/* background-color: #fff; */
	background-color: #ecb14a;
	/* -webkit-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05); */
	-webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%),
		0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%),
		0 2px 4px -1px rgb(0 0 0 / 20%);
	box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%),
		0 2px 4px -1px rgb(0 0 0 / 20%);
}

.navbar-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	z-index: 99;
	position: fixed;
	max-height: 80px;
}
.navbar-area .navbar {
	position: relative;
	padding: 0;
}
.navbar-nav .nav-item:hover > a,
.navbar-area .navbar .navbar-nav .nav-item.active > a {
	color: #121212;
}
.navbar-area .navbar .navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	/* background-color: #fff; */
	background-color: #ecb14a;
	margin: 5px 0;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navbar-area .navbar .navbar-nav .nav-item {
	margin: 0 16px;
	position: relative;
}
.navbar-area .navbar .navbar-nav .nav-item a {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	padding: 26px 0;
	color: #121212;
	text-transform: uppercase;
	position: relative;
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navbar-area .navbar .navbar-nav .nav-item a::before {
	position: absolute;
	content: "";
	width: 32px;
	height: 4px;
	background: -webkit-linear-gradient(
		left,
		rgba(255, 255, 255, 0.1) 0%,
		white 100%
	);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, white 100%);
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0.1) 0%,
		white 100%
	);
	left: 50%;
	margin: 0 2px;
	bottom: 14px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-transform: translate(-50%) scaleX(0);
	-moz-transform: translate(-50%) scaleX(0);
	-ms-transform: translate(-50%) scaleX(0);
	-o-transform: translate(-50%) scaleX(0);
	transform: translate(-50%) scaleX(0);
}
.navbar-area .navbar .navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	/* background-color: #000; */
	background-color: purple;
	margin: 5px 0;
	display: block;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}
button:focus {
	outline: 0;
	outline: 0px auto -webkit-focus-ring-color;
}

/* ***** media queries */

@media only screen and (max-width: 768px) {
	.navbar-container {
		max-width: 768px !important;
	}
}
@media only screen and (max-width: 991px) {
	.navbar-area .navbar .navbar-collapse {
		position: absolute;
		top: 115%;
		left: 0;
		width: 100%;
		background-color: #ccc;
		/* background-color: #ecb14a; */
		z-index: 8;
		padding: 10px 0;
		-webkit-box-shadow: 0px 10px 25px 0px rgb(18 18 18 / 5%);
		-moz-box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
		box-shadow: 0px 10px 25px 0px rgb(18 18 18 / 5%);
	}
	.navbar-area .navbar .navbar-nav .nav-item a {
		padding: 10px 0;
		display: block;
	}
	.navbar-brand-title {
		font-size: 24px;
		font-weight: 600;
		font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
			"Helvetica Neue", sans-serif;
		text-shadow: 1px 1px 15px #b78642;
	}
}
