/* Fixed HEADER */

.navbar {
	background: var(--main-dark-color);
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	margin: 16px;
	width: calc(100% - 32px);
	padding: 16px;
	border-radius: 16px;
	box-sizing: border-box;
	height: 132px;
}

.dark-theme .navbar {
	background: var(--main-dark-color-dt);
	box-shadow: 0 28px 60px rgb(135 135 135 / 4%);
}

@media screen and (max-width: 420px) {
	.navbar {
		height: 124px;
	}
}

@media screen and (max-width: 360px) {
	.navbar {
		height: 92px;
	}
}

.scrolled > .navbar {
	/*position: fixed;*/
	top: 0;
	z-index: 10;
	/*box-shadow: 0 2px 8px rgb(0 0 0 / 24%);*/
	margin: 0 0 16px 0;
	padding: 16px 32px;
	width: 100%;
	border-radius: 0;
}

@media screen and (min-width: 640px) {
	
	.scrolled > .navbar.buyBar-fixed {
		box-shadow: none;
	}

}


.navbar nav,
.navbar .lang-select-cont {
	position: relative;
	width: calc(50% - 86px);
}


/* Nav links */

.main-navigation {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
	margin-left: 24px;
}

@media screen and (max-width: 1260px) {

	.main-navigation {
		background: #fff;
		display: flex;
		flex-direction: column;
		border-radius: 4px;
		position: absolute;
		z-index: 9999;
		overflow: hidden;
		width: -moz-fit-content;
		width: fit-content;
		height: 0;
		min-width: 160px;
		list-style: none;
	}

	.main-navigation.resp-menu-open {
		height: fit-content;
		box-shadow: 0 0 4px rgb(0 0 0 / 15%);
		padding: 8px 16px;
		align-items: flex-start;
		margin-top: 8px;
		margin-left: 16px;
	}

}

@media screen and (max-width: 640px) {

	.main-navigation.resp-menu-open {
		margin-left: 8px;
	}

}

.main-navigation li {
	display: inline-flex;
	padding: 0 16px;
	height: 44px;
	align-items: center;
}

@media screen and (max-width: 1260px) {

	.main-navigation li {
		margin: 0;
		color: var(--black-light-transp);
		padding: 16px 8px;
		height: auto;
	}

}

.main-navigation a {
	color: var(--white-light-transp);
	text-decoration: none;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 600;
}

@media screen and (max-width: 1260px) {

	.main-navigation.resp-menu-open a {
		color: var(--black-med-transp);
		margin-left: 0;
		font-weight: 600;
	}

}

.main-navigation a:hover {
	color: var(--white-verylight-transp);
}

.main-navigation a.active {
	color: var(--white-verylight-transp);
	color: rgb(246 241 237);
	/*border-bottom: 3px solid;
	padding-bottom: 7px;
	margin-top: 10px;*/
	cursor: default;
}

@media screen and (max-width: 1260px) {

	.main-navigation a.active {
		color: var(--black-light-transp);
		border-bottom: none;
		padding-bottom: 0;
		margin: 0;
	}

}


/* Responsive menu */

.resp-menu-trigger {
	height: 36px;
	width: 36px;
	border-radius: 8px;
	margin-left: 16px;
	display: none;
}

@media screen and (max-width: 1260px) {
	
	.resp-menu-trigger {
		display: flex;
	}
	
	.resp-menu-trigger:hover {
		background: var(--white-strong-transp);
	}
	
}

@media screen and (max-width: 640px) {

	.resp-menu-trigger {
		margin-left: 8px;
	}

}

.resp-menu-trigger > div {
	background: var(--logo-medium-grey);
	height: 3px;
	width: 22px;
	position: relative;
	border-radius: 40px;
	margin-top: 17px;
	margin-left: 7px;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.resp-menu-trigger > div:before {
	content: '';
	background: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
	top: -6px;
	border-radius: 40px;
}

.resp-menu-trigger > div:after {
	content: '';
	background: inherit;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 6px;
	border-radius: 40px;
}

.resp-menu-trigger.resp-menu-open > div {
	transform: rotate(45deg);
	width: 16px;
	margin-left: 10px;
	height: 2px;
}

.resp-menu-trigger.resp-menu-open > div:before {
	transform: rotate(90deg);
	top: 0;
}

.resp-menu-trigger.resp-menu-open > div:after {
	opacity: 0;
}



/* === Logo === */

.navbar .logo-container {
	width: calc(100% / 3);
	display: flex;
	justify-content: center;
}

logo {
	width: 172px;
	height: 94px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 420px) {

	logo {
		transform: scale(0.84);
	}

}

@media screen and (max-width: 360px) {

	logo {
		transform: scale(0.52);
	}

}

logo .up-line {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: -5px;
	width: 100%;
}

logo .up-line span {
	font-size: 4em;
	font-weight: 600;
	color: var(--logo-medium-grey);
}

logo .up-line .gradient-circle {
	margin: 0 8px;
	border-radius: 50%;
	width: 3.25em;
	height: 3.25em;
	background: linear-gradient(300deg, rgba(235,11,177,1) 0%, rgba(236,10,10,1) 25%, rgba(233,111,11,1) 50%, rgba(236,150,10,1) 75%, rgba(236,199,10,1) 100%);
}

logo .up-line .circle-cover {
	width: 34px;
	height: 34px;
	background: var(--main-dark-color);
	margin-top: 9px;
	margin-left: 9px;
	display: block;
	border-radius: 50%;
	position: absolute;
}

logo .down-line {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 12px);
	font-weight: 700;
	color: var(--logo-darker-grey);
	font-size: 1.3em;
	margin-top: -4px;
}


/* === Language selector === */

.lang-select-cont {
	height: 52px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.lang-select {
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
	padding: 6px 8px;
	border-radius: 8px;
	margin: 0 16px
}

@media screen and (max-width: 640px) {

	.lang-select {
		margin: 0 8px
	}

}

.lang-select:hover {   
	background: var(--white-strong-transp);
	cursor: pointer;
}

.lang-icon {
	height: 32px;
	width: 32px;
	margin-right: 16px;
	display: flex;
}

@media screen and (max-width: 640px) {

	.lang-icon {
		margin-right: 0;
	}

}

.lang-icon > * {
	border: 3px solid var(--white-med-transp);
	border-radius: 50%;
}

.lang-select .selected-lang {
	color: var(--white-med-transp);
	font-weight: 600;
	word-spacing: 4px;
	margin-right: 4px;
}

@media screen and (max-width: 640px) {

	.lang-select .selected-lang {
		display: none;
	}

}


/**/

.lang-menu {
	background: #fff;
	position: absolute;
	margin-top: 116px;
	box-shadow: 0 0 4px rgb(0 0 0 / 15%);
	border-radius: 4px;
	right: 9px;
	padding: 4px;
	margin-right: 54px;

	display: none;
}

@media screen and (max-width: 640px) {

	.lang-menu {
		right: 4px;
		margin-right: 0;
	}

}

.lang-menu .lang-select {
	margin: 0;
}

.lang-menu .lang-select a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.lang-menu.lang-menu-open {
	display: block;
}

.lang-menu .lang-icon > * {
	border: 3px solid rgb(0 0 0 / 24%);
}

.lang-menu .lang-select:hover .selected-lang {
	color: rgb(0 0 0 / 72%);
}

.lang-menu .lang-select .selected-lang {
	color: var(--black-med-transp);
}