@font-face {
	font-family: "Jersey 10";
	src: url("./font.ttf");
}

* {
	font-family: "Jersey 10";
	user-select: none;
}

body {
	margin: 0;
	padding: 0;
	background-color: #16161d;
}

::-webkit-scrollbar {
	width: 15px;
}

::-webkit-scrollbar-track {
	background: #16161d;
}

::-webkit-scrollbar-thumb {
	border-radius: 100px;
	background: #888;
	border: #16161d 5px solid;
}

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

#navbar {
	background-color: #262626;
	width: 100%;
	height: 100px;
	position: sticky;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 3px solid #bc2ee7;
	box-shadow: 0px 0px 50px 10px #bc2ee7;
	z-index: 2;
}

.navbar-item {
	color: #f5c263;
	font-size: 50px;
}

#title {
	margin-left: 30px;
	background: linear-gradient(red, yellow);
	color: #00000000;
	background-clip: text;
}

#navbar-buttons {
	margin-right: 30px;
}

#navbar-buttons > button {
	font-size: 28px;
	background-color: #f5c263;
	color: #fafafa;
	border: none;
	border-radius: 5px;
	min-width: 100px;
	margin-right: 15px;
	transition: 0.2s;
	cursor: pointer;
}

#navbar-buttons > button:hover {
	background-color: #c59c50;
}

#top-nav {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #f5c263;
	color: #f5c263;
	transition: 0.2s;
	cursor: pointer;
}

#top-nav:hover {
	border: 3px solid #a07e40;
	color: #a07e40;
}

#top-nav > span {
	font-size: 40px;
}

#nyitvatartas {
	color: #f5c263;
	font-size: 25px;
}

#arak,
#szemelyi-eddzok {
	margin: 0 auto;
	width: 75%;
	margin-top: 70px;
	display: flex;
	justify-content: space-evenly;
	z-index: 1;
}

.card {
	transform: translateY(0px);
	width: 300px;
	aspect-ratio: 1 / 1;
	border-radius: 15px;
	transition: 0.2s;
}

.card:hover,
.eddzo:hover {
	transform: translateY(-10px);
	box-shadow: 0px 0px 10px 3px #bc2ee7;
}

.card:nth-child(1) {
	background-color: #f5c263;
}

.card:nth-child(2) {
	background-color: #262626;
}

.card:nth-child(3) {
	background-color: #fafafa;
}

.card > .vasarlas {
	position: absolute;
	right: 10px;
	bottom: 10px;
	padding: 10px;
	width: 100px;
	border-radius: 10px;
	border: none;
	font-size: 24px;
	background-color: #bc2ee7;
	color: white;
	cursor: pointer;
}

.card > .nev {
	position: absolute;
	color: #bc2ee7;
	font-size: 50px;
	left: 30px;
	top: 20px;
}

.card > .ar {
	position: absolute;
	top: 65px;
	left: 30px;
	font-size: 30px;
	color: #bc2ee7;
	font-style: italic;
}

.card > .tartalom {
	position: absolute;
	top: 85px;
	left: 10px;
	font-size: 25px;
	color: #bc2ee7;
}

.eddzo {
	height: auto;
	width: auto;
	background-color: #f5c263;
	border-radius: 15px;
	max-width: 250px;
	padding: 10px;
	transition: 0.2s;
}

.eddzo:not(.eddzo:hover) {
	transform: scale(0.95);
}

.eddzo > img {
	width: 100%;
	border-radius: 10px 10px 0px 0px;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.eddzo > .nev {
	font-size: 25px;
	color: #6e592e;
}

#kapcsolatok {
	background-color: #262626;
	bottom: 0;
	height: 100px;
	color: #f5c263;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-top: 50px;
	font-size: 30px;
}

#kapcsolatok > span > span {
	vertical-align: middle;
}
