.navbar {
	width: 100%;
	opacity: 1;
	position: fixed;
	z-index: 13;
	transition: all 0.2s ease-out;
}

.navbar--scrolled {
	background: white;
	z-index: 1346159;
	box-shadow: 0px 0px 1px black;
}

.nav-icon {
	margin-right: 5px;
}

.navbar__top {
	height: 20%;
	display: flex;
	justify-content: center;
	background: white;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media only screen and (max-width: 800px) {
	.navbar__top {
		display: none;
	}
}

.navbar__bottom {
	display: flex;
	justify-content: center;
}

.nav-box {
	width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 16px;
	padding-bottom: 16px;
}

.nav-bottom-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 800px;
}

@media screen and (max-width: 900px) {
	.top-container {
		width: 100%;
	}
}

.top-nav__ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 10pt;
}

.top-nav__ul li {
	margin-right: 56px;
}

.box__icon {
	cursor: pointer;
	transition: all 0.2s ease-out;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	position: relative;
	top: 0;
}

.box__icon:hover {
	top: 3px;
}

.box__icon img {
	width: 19px;
	height: 19px;
	border-radius: 50%;
}

.logo {
	color: white;
	width: 220px;
	display: flex;
	align-items: center;
	margin-left: 50px;
}

.nav__top-social .box {
	display: flex;
}

@media screen and (max-width: 800px) {
	.logo {
		width: 170px;
	}
}
@media screen and (max-width: 450px) {
	.logo {
		width: 150px;
		margin-left: 10px;
	}
}

.logo .orange-title {
	color: #fc8229;
}

.nav__ul {
	display: flex;
	width: 62%;
	justify-content: space-evenly;
	color: white;
	text-align: center;
	align-items: center;
}

.nav__li {
	color: rgb(20, 20, 20);
	cursor: pointer;
	padding: 10px;
}

.nav__li:hover {
	color: #fe7813;
	background: white;
	border-radius: 30px;
}

.nav__ul .box {
	display: flex;
}

.box__icon {
	margin-right: 10px;
}
.nav__icon-container {
	display: none;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border: 3px solid #fe7813;
	border-radius: 50%;
	margin-right: 50px;
}
.nav__icon-container:hover {
	box-shadow: -4px 9px 43px -10px rgb(0 0 0 / 80%);
	-webkit-box-shadow: -4px 9px 43px -10px rgb(0 0 0 / 80%);
	-moz-box-shadow: -4px 9px 43px -10px rgb(199, 107, 37);
	background: white;
}

@media screen and (max-width: 450px) {
	.nav__icon-container {
		margin-right: 10px;
	}
}

.n__bar {
	color: #fe7813;
	font-size: 12pt;
}

@media screen and (max-width: 1100px) {
	.navbar .top-container {
		justify-content: space-around;
	}
	.navbar .nav-box {
		width: 100%;
		justify-content: space-between;
	}
	.nav__ul {
		display: none;
	}
	.nav__icon-container {
		display: flex;
		margin-right: 20px;
	}
}
