@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat:var(--subtitle-font-weight),var(--nav-1-font-weight),var(--subtitle-3-font-weight),var(--body-2-font-weight),var(--h1-font-weight)");

* {
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

html,
body {
	margin: 0vw;
	height: 100%;
}

button:focus-visible {
	outline: 0.104vw solid #4a90e2 !important;
	outline: -webkit-focus-ring-color auto 0.26vw !important;
}

a {
	text-decoration: none;
}

.menu a {
	color: white !important;
}

.hidden {
	display: none !important;
}

.text-greydark {
	color: var(--greydark) !important;
}

.main-frame {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: var(--bluefade);
}

.main-frame .div-2 {
	display: inline-flex;
	height: 112px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	flex: 0 0 auto;
}


.main-frame .menu {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 64px;
	position: relative;
	flex: 0 0 auto;
}

.main-frame .ITEM {
	color: var(--lightgrey);
	position: relative;
	width: fit-content;
	font-family: var(--nav-1-font-family);
	font-weight: var(--nav-1-font-weight);
	font-size: var(--nav-1-font-size);
	letter-spacing: var(--nav-1-letter-spacing);
	line-height: var(--nav-1-line-height);
	font-style: var(--nav-1-font-style);
}

.main-frame .top-nav-item {
	display: inline-flex;
	height: 112px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	flex: 0 0 auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-color: var(--limeaccent);
}

.main-frame .ITEM-2 {
	color: var(--white);
	position: relative;
	width: fit-content;
	font-family: var(--nav-1-font-family);
	font-weight: var(--nav-1-font-weight);
	font-size: var(--nav-1-font-size);
	letter-spacing: var(--nav-1-letter-spacing);
	line-height: var(--nav-1-line-height);
	font-style: var(--nav-1-font-style);
}

.about-us a {
	color: var(--white);
}

.bluetext {
	color: var(--blue) !important;
}

html {
	background-color: var(--blue);
}




.menu-container {
	position: relative;
}

.hamburger2 {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	width: 30px;
	height: 30px;
	margin: 10px;
}

.line {
	height: 4px;
	background-color: white;
	margin: 3px;
	transition: all 0.3s ease;
}

.nav2 {
	display: none;
	/* Meni je skriven po defaultu */
	position: absolute;
	top: 50px;
	right: 10px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.nav2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav2 ul li {
	padding: 10px 20px;
}

.nav2 ul li a {
	text-decoration: none;
	color: #333;
	font-family: var(--subtitle-font-family);
}

/* Dodajemo stil za aktivnu klasu */
.nav2.active {
	display: block;
	/* Meni postaje vidljiv */
}

.hamburger2.open .line:nth-child(1) {
	transform: rotate(45deg) translate(10px, 5px);
}

.hamburger2.open .line:nth-child(2) {
	opacity: 0;
}

.hamburger2.open .line:nth-child(3) {
	transform: rotate(-45deg) translate(9px, -5px);
}


@media (max-width: 968px) {
	.top-nav {
		padding: 0 16px !important;
	}
}

@media (max-width: 968px) {
	.menu {
		display: none !important;
	}

	footer .separator,
	.bg-video-default,
	.feature-industry .bg-video {
		display: none;
	}

	.projects-news-detail .frame-2,
	.projects-news-detail .frame-4,
	footer .frame-4,
	footer .frame-5,
	footer .frame-6,
	footer .frame-8 {
		display: block !important;
	}

	.property-about .logo-basic {
		position: relative;
		width: 34.02vw !important;
		height: 8.5vw !important;
	}

	.projects-news-detail .text-wrapper-3,
	.feature-industry .text-wrapper-3 {
		width: 100% !important;
		padding-bottom: 6px;
	}
}

@media screen and (min-width: 968px) {
	#hamburger2 {
		display: none !important;
	}
}

.text-wrapper-3 a {
	color: white;
}

.gallery {
	display: flex;
	gap: 20px;
}

.gallery>div {
	text-align: center;
}
