body {
	overflow: hidden;
}

* {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2vw;
	line-height: 1.5;
	margin: 0;
}

picture {
	position: absolute;
	bottom: 0;
	z-index: 1;
	right: 0;
	left: 0;
	top: 0;
	overflow: hidden;
}

picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

section,
header {
	width: 100%;
	height: auto;
}

.grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	-moz-column-gap: 2.5vw;
	column-gap: 2.5vw;
}

.container {
	padding: 0 2.5vw;
	margin: 0 auto;
}

.maxw {
	max-width: 95vw;
	margin-left: auto;
	margin-right: auto;
}

.scrollable {
	width: 100%;
	position: fixed;
	border: 1px solid gray;
	overflow: hidden;
	height: 100%;
	z-index: 1000;
}

.scrollable .content-wrapper {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.content {
	height: 2000px;
	position: relative;
}

.content div {
	height: 234px;
	width: 232px;
	position: absolute;
}

.section-3 h2 {
	grid-column: span 12;
}

.section-3 h3 {
	grid-column: span 6;
	margin-top: 1.5vw;
}

.section-3 p {
	grid-column: span 12;
	margin-top: 2vw;
}

h1 {
	font-size: 4.8vw;
	letter-spacing: -0.1vw;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 0;
	color: white;
}

h2 {
	font-size: 2.8vw;
	letter-spacing: -0.1vw;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 0;
	color: #001034;
}

h3 {
	font-size: 1.7vw;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 0;
	grid-column: span 12;
	color: #001034;
}

h4 {
	font-size: 1.4vw;
	font-weight: 600;
	line-height: 1.1;
	margin-top: 0;
	grid-column: span 12;
	color: #001034;
}

h5 {
	font-size: 1.2vw;
	font-weight: 500;
	line-height: 1.1;
	margin-top: 0;
	grid-column: span 12;
	color: #4b4b4b;
}

p {
	font-size: 1vw;
	line-height: 176%;
	margin-top: 0;
	grid-column: span 12;
	color: #4b4b4b;
	font-weight: 300;
}

.simple-text {
	grid-column: span 5;
}

.simple-text h3 {
	margin-top: 2vw;
}

.section-img {
	grid-column: 7/span 6;
	margin-top: 5vw;
}

.lng-menu {
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
}

.lng-menu h5 {
	cursor: pointer;
	font-size: 1vw;
}

.lng-active {
	color: #001034;
}

.transparent .lng-active {
	color: white;
}

.menu-active .lng-active {
	color: white;
}

.nav-socials {
	display: none;
	-moz-column-gap: 3vw;
	column-gap: 3vw;
}

.nav-socials img {
	height: 9vw;
	padding: 2vw;
}

.nav-socials a {
	border: 1px solid white;
	border-radius: 100%;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	height: -moz-fit-content;
	height: fit-content;
	display: flex;
}

.section-img-holder {
	padding-top: 120%;
	position: relative;
}

.gallery {
	margin-bottom: 6vw;
	margin-top: 6vw;
}

.gallery .grid {
	-moz-column-gap: 0;
	column-gap: 0;
}

.gallery .grid div {
	grid-column: span 3;
	height: 18vw;
	overflow: hidden;
}

.gallery .grid div img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

.gallery .hovered img {
	transform: scale(1.1);
}

.section-1 {
	padding-top: 10vw;
}

.section-1 h5 {
	grid-column: span 12;
}

.section-1 h1 {
	grid-column: span 7;
	color: #001034;
	margin-top: 2vw;
}

.section-1 p {
	grid-column: 9/span 4;
	display: flex;
	align-items: end;
}

.section-1 h2 {
	grid-column: span 5;
	margin-top: 5vw;
}

.section-1 .section-1-p-under,
.section-1 .simple-text p {
	grid-column: 1/span 5;
	margin-top: 1vw;
}

.section-1-border {
	height: 1px;
	background-color: #4b4b4b;
	grid-column: span 12;
	margin-top: 7vw;
	opacity: 0.2;
}
/* #primary-menu {
	list-style: none;
	padding: unset;
} */
nav {
	transition: 0.5s;
	z-index: 99998;
	width: 100%;
	position: fixed;
	background-color: white;
}

nav .logo-regular {
	display: block;
}

nav .logo-bijeli {
	display: none;
}

.nav-right .pbold {
	color: #001034;
}

.nav-right a.pbold:nth-child(5) {
	display: none;
}

.transparent {
	background-color: transparent;
}

.transparent .logo-regular {
	display: none;
}

.transparent .logo-bijeli {
	display: block;
}

.transparent .nav-right .pbold {
	color: white;
}

.navbar {
	margin-left: 6vw;
	margin-right: 6vw;
	grid-column: span 12;
	height: 5vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar .pbold {
	transition: color 0.5s;
	font-size: 1vw;
}

.navbar .pbold:hover {
	transition: color 0s;
}

.nav-right {
	display: flex;
	-moz-column-gap: 3vw;
	column-gap: 3vw;
	align-items: center;
}

.nav-right a {
	text-decoration: none;
}

.nav-right .pbold:hover {
	position: relative;
	cursor: pointer;
	color: #001034;
	margin-top: 1px;
	border-bottom: #001034 2px solid;
}

.menu,
.menu-placeholder {
	display: none;
	cursor: pointer;
}

.logo {
	cursor: pointer;
}

.logo img {
	height: 1.5vw;
}

.menu-mobile {
	grid-column: span 12;
	height: 0;
	transition: 1s ease-in-out;
	overflow: hidden;
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
}

.menu-mobile .lng {
	margin-left: 0px;
	margin-top: 40px;
}

.menu-text {
	cursor: pointer;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	font-family: "Manrope";
	font-style: normal;
	font-weight: 800;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: -0.03em;
	color: #001034;
	margin-top: 24px;
	z-index: 2;
	opacity: 0;
	margin-top: 60px;
}

.underline-menu {
	text-decoration: none;
	position: relative;
	white-space: nowrap;
}

.underline-menu::before {
	transition-duration: 1.5s;
	transition-delay: 0.5s;
	z-index: -1;
	content: "";
	position: absolute;
	height: 10px;
	background: #001034;
	width: 0;
	top: 30px;
}

footer {
	background-color: #001034;
	position: relative;
	margin-top: 20vw;
}

footer a {
	text-decoration: none;
}

.pfooter {
	color: #c1cad6;
	font-size: 0.9vw;
}

.white {
	color: #fff;
}

.footer-logo {
	position: absolute;
	height: 100%;
	width: 30vw;

	left: 5vw;
	background-color: #001034;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-logo img {
	width: 50%;
}

.footer-up {
	grid-column: 6/span 7;
	padding-top: 3vw;
	padding-bottom: 3vw;
	display: flex;
	justify-content: space-between;
	border-bottom: #d9d9d9 1px solid;
}

.footer-up a {
	text-decoration: none;
}

.footer-middle {
	grid-column: 6/span 7;
	padding-top: 5vw;
	padding-bottom: 3vw;
	display: flex;
	justify-content: space-between;
	-moz-column-gap: 2vw;
	column-gap: 2vw;
}

.footer-middle p {
	padding-top: 1vw;
	color: #fff;
}

.footer-down {
	padding-top: 4vw;
	padding-bottom: 2vw;
	grid-column: 6/span 7;
	display: flex;
	justify-content: space-between;
}

.footer-down div {
	display: flex;
	-moz-column-gap: 1.5vw;
	column-gap: 1.5vw;
}

.button {
	padding: 0.8vw 1.3vw;
	background-color: #758eb3;
	width: -moz-max-content;
	width: max-content;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.button h5 {
	color: white;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 1vw;
	line-height: 176%;
	z-index: 3;
	position: relative;
}

.button::before,
.button::after {
	content: "";
	z-index: -1;
	-o-transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
	width: 100%;
	height: 100%;
	transition: transform 0.3s cubic-bezier(0.75, 0, 0.125, 1);
	position: absolute;
	top: 0;
	bottom: 100%;
	left: -100%;
}

.button::before {
	z-index: 1;
	background-color: #042981;
}

.button::after {
	z-index: 2;
	background-color: #001034;
}

.button:hover::before {
	transform: translate(100%);
}

.button:hover::after {
	transform: translate(100%);
	transition-delay: 0.175s;
}

.simple h3 {
	grid-column: 2/span 10;
	padding-top: 3vw;
}

.simple p {
	grid-column: 2/span 10;
	margin-top: 1.5vw;
}

.simple h1 {
	grid-column: 2/span 10;
	color: #001034;
	margin-top: 13vw;
	margin-bottom: 10vw;
}

.simple ul {
	grid-column: 2/span 10;
	list-style-type: none;
	padding-left: 1.5vw;
	margin-top: 1.5vw;
}

.simple ul li {
	position: relative;
}

.simple ul li p {
	margin-top: 0;
}

.simple ul li::after {
	content: "";
	background-color: #4b4b4b;
	width: 0.4vw;
	height: 0.4vw;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -1vw;
}

li {
	font-size: 1vw;
	line-height: 176%;
	font-weight: 300;
	color: #4b4b4b;
	font-family: "Gotham";
}

/* Utility classes */

.pt-0 {
	padding-top: 0px;
}

@media only screen and (max-width: 900px) {
	.navbar {
		margin-left: 0;
		margin-right: 0;
		height: 18vw;
		padding: 0 5vw;
		position: relative;
	}

	.logo img {
		height: 5.2vw;
	}

	.nav-right {
		grid-column: span 12;
		height: 0;
		transition: height 1s ease-in-out 0s, opacity 1s ease 0s;
		overflow: hidden;
		display: flex;
		position: relative;
		flex-direction: column;
		justify-content: center;
		position: absolute;
		top: 18vw;
		width: 100%;
		left: 0;
		background-color: #001034;
		padding: 0 10vw;
		align-items: start;
		row-gap: 6vw;
		opacity: 0;
	}

	.nav-right .pbold:after {
		height: 3px;
		top: calc(100% - 0.2vw);
	}

	.navbar .pbold {
		transition: color 0.5s;
		font-size: 8vw;
	}

	.menu {
		display: none;
		width: 32px;
		height: 20px;
		transition: all 0.5s ease-in-out;
		align-items: center;
		position: relative;
	}

	.menu-line {
		width: 100%;
		height: 2px;
		background-color: #001034;
		transition: all 0.5s ease-in-out;
	}

	.menu-line::before,
	.menu-line::after {
		margin-left: 0 !important;
		position: absolute;
		content: "";
		width: 100%;
		height: 2px;
		background-color: #001034;
		transition: all 0.5s ease-in-out;
	}

	.transparent .menu-line::before,
	.transparent .menu-line::after {
		background-color: white;
	}

	.transparent .menu-line {
		background-color: white;
	}

	.menu-line::before {
		transform: translateY(-5px);
	}

	.menu-line::after {
		transform: translateY(5px);
	}

	.menu {
		display: flex;
	}

	.menu-placeholder {
		display: flex;
		width: 32px;
		height: 14px;
	}

	footer a {
		text-decoration: none;
	}

	.menu-active {
		background-color: #001034 !important;
	}

	.menu-active .menu-line::before,
	.menu-active .menu-line::after {
		background-color: white;
	}

	.menu-active .menu-line {
		background-color: white;
	}

	.menu-active .logo-bijeli {
		display: block !important;
	}

	.menu-active .logo-regular {
		display: none !important;
	}

	.menu-active .pbold {
		text-decoration: none;
		color: white;
	}

	.menu-active .menu-text {
		transition-duration: 1.5s;
		transition-timing-function: ease-in-out;
		transition-delay: 0.2s;
		margin-top: 24px;
		opacity: 1;
	}

	.menu-active .primary-menu li {
		margin-top: 16px;
		transition-duration: 1.5s;
		transition-timing-function: ease-in-out;
		transition-delay: 0.2s;
	}

	.menu-active .primary-menu li a {
		transition-duration: 1.5s;
		transition-timing-function: ease-in-out;
		transition-delay: 0.2s;
		margin-top: 24px;
		opacity: 1;
	}

	.menu-active .underline-menu::before {
		width: 100%;
	}

	.menu-active .menu-line {
		background-color: transparent !important;
	}

	.menu-active .menu-line::before {
		transform: rotate(25deg);
	}

	.menu-active .menu-line::after {
		transform: rotate(-25deg);
	}

	.menu-active .nav-right {
		height: calc(100dvh - 18vw);
		transition: height 1s ease-in-out 0s, opacity 0s ease 0s;
		opacity: 1;
	}

	.nav-right .button {
		padding: 4.5vw 9.5vw;
	}

	.nav-right .button h5 {
		font-size: 5vw;
	}

	h1 {
		font-size: 10vw;
	}

	h2 {
		font-size: 8vw;
	}

	h3 {
		font-size: 5vw;
	}

	h4 {
		font-size: 6vw;
	}

	h5 {
		font-size: 4vw;
	}

	p {
		font-size: 4.4vw;
	}

	.footer-logo {
		height: 90vw;
		width: 90vw;
	}

	footer {
		margin-top: 24vw;
		padding-bottom: 10vw;
	}

	.footer-up {
		grid-column: span 10;
		margin-top: 50vw;
		padding-top: 37vw;
		padding-bottom: 9vw;
		flex-wrap: wrap;
		row-gap: 9vw;
	}

	.footer-up a {
		width: 50%;
	}

	.footer-up h5 {
		font-size: 6vw;
	}

	.footer-middle {
		flex-direction: column;
		row-gap: 5vw;
		grid-column: span 12;
	}

	.footer-down {
		flex-direction: column;
		row-gap: 2vw;
		grid-column: span 12;
	}

	.simple h1 {
		grid-column: span 12;
		color: #001034;
		margin-top: 31vw;
		margin-bottom: 21vw;
	}

	.simple h3 {
		grid-column: span 12;
		padding-top: 8vw;
	}

	.simple p {
		grid-column: span 12;
		margin-top: 3.5vw;
	}

	.simple ul {
		grid-column: span 12;
		list-style-type: none;
		padding-left: 7.5vw;
		margin-top: 1.5vw;
	}

	.simple ul li::after {
		content: "";
		background-color: #4b4b4b;
		width: 1vw;
		height: 1vw;
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -3vw;
	}

	.section-1 p {
		grid-column: span 12;
		display: flex;
		align-items: end;
		margin-top: 3vw;
	}

	.section-1 {
		padding-top: 25vw;
		padding-bottom: 15vw;
	}

	.section-1 h1 {
		grid-column: span 12;
		color: #001034;
		margin-top: 2vw;
	}

	.section-1 .section-1-p-under,
	.section-1 .simple-text p {
		grid-column: span 12;
		margin-top: 3vw;
	}

	.section-1 h2 {
		grid-column: span 12;
		margin-top: 10vw;
	}

	.gallery .grid div {
		grid-column: span 6;
		height: 30vw;
		overflow: hidden;
	}

	.section-img {
		grid-column: span 12;
	}

	.lng-menu {
		padding-top: 12vw;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
		width: 100%;
	}

	.lng-menu h5 {
		cursor: pointer;
		font-size: 4vw;
	}

	.nav-socials {
		display: flex;
	}

	.simple-text {
		grid-column: span 12;
	}

	.section-img {
		margin-top: 9vw;
	}

	.section-3 {
		margin-top: 15vw;
	}

	.section-3 h2 {
		grid-column: span 12;
	}

	.section-3 h3 {
		grid-column: span 12;
		margin-top: 2.5vw;
	}

	.section-3 p {
		grid-column: span 12;
		margin-top: 5vw;
	}

	.nav-right .button {
		display: none;
	}

	.nav-right a.pbold:nth-child(5) {
		display: block;
	}
}

/*# sourceMappingURL=simple.css.map */