@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap");
* {
	scroll-behavior: smooth;
}
body {
	background: #f7f9fe;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

nav {
	position: fixed;
	scroll-behavior: smooth;
	justify-content: center;
	background-color: #131313;
	width: 100%;
	height: 100px;
	padding: 5px;
}

nav i {
	margin-top: 6px;
	color: #e6e5de;
	display: inline;
}

nav #logo {
	float: left;
	text-transform: uppercase;
	font-weight: 700;
}

nav a {
	color: #e6e5de;
	text-decoration: none;
}

nav a:last-child {
	padding-right: 30px;
}
nav #left {
	margin-left: 300px;
}
nav ul {
	display: flex;
	list-style: none;
	flex-direction: row;
	justify-content: space-around;
	font-size: 28px;
}

nav a:hover {
	color: #3d424a;
}

.main {
	scroll-behavior: smooth;
	background: #141414;
	width: 110%;
	height: 690px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas: ". .";
}

.textdiv {
	font-family: "Kumbh Sans", sans-serif;
	font-size: 2.5rem;
	background-color: #b8c6db;
	background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	margin: 150px 50px 30px 50px;
}
.main h3 {
	margin-top: 1rem;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
}

.imagediv {
	margin: 200px 50px 30px 50px;
}
.main img {
	width: 500px;
}
.bor {
	text-align: center;
	text-transform: uppercase;
}

.about {
	height: 530px;
	scroll-behavior: smooth;
	width: 110%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas: ". .";
}
.about h2 {
	font-size: 1.7em;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	text-transform: uppercase;
}
.aboutmain {
	margin-top: 30px;
	margin-left: 50px;
	text-align: justify;
}

.aboutsecond img {
	margin: 30px 40px 0px 40px;
	width: 70%;
	height: 400px;
}
.projects {
	width: 100%;
	height: 700px;
	background-color: #141414;
}
.project {
	padding-top: 30px;
	text-align: center;
}
.project a {
	font-size: 18px;
}
.project h1 {
	color: #f7f9fe;
	text-align: center;
	margin-bottom: 30px;
}
.kartice1 {
	display: flex;
	justify-content: space-evenly;
}

.kartice2 {
	display: flex;
	justify-content: space-evenly;
	margin-top: 50px;
}

.card {
	background-color: #141414;
	width: 300px;
	height: 250px;
	border-radius: 15px;
	border: 1px solid #1c1b1b;
	box-shadow: 3px 3px 8px #1c1b1b, -3px -3px 8px #1c1b1b;
	color: #f7f9fe;
}

.card h1 {
	text-align: center;
}

.footer__container {
	background-color: #141414;
	padding: 5rem 0;
	display: flex;
	flex-direction: column;
}

#footer__logo {
	color: #fff;
	display: flex;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	font-size: 2rem;
}

.footer__links {
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: center;
}

.footer__link-wrapper {
	display: flex;
}

.footer__link-items {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 16px;
	text-align: left;
	width: 160px;
	box-sizing: border-box;
}

.footer__link-items h2 {
	margin-bottom: 16px;
}

.footer__link-items > h2 {
	color: #fff;
}

.footer__link-items a {
	color: #fff;
	text-decoration: none;
	margin-bottom: 0.5rem;
}

.footer__link-items a:hover {
	color: #e9e9e9;
	transition: 0.3s ease-out;
}

.social__icon--link {
	color: #fff;
	font-size: 24px;
}
