.project-img {
	max-height: 600px;
	margin: 30px;
}

@media screen and (max-width: 542px) {
	.project-img {
		width: 80%;
	}
}

.project-video {
	min-width: 500px;
	aspect-ratio: 16/9;
	background-color: #000;
	margin: auto;
}

@media screen and (max-width: 542px) {
	.project-video {
		min-width: 250px;
	}
}

.skills {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	align-items: center;
}

.skills-tag {
	background-color: #46d9ff;
	padding: 1px 3px;
	color: var(--primary-bg-color);
	white-space: nowrap;
	border-radius: 2px;
}

@keyframes tag-pulse {
	0%,
	90%,
	100% {
		opacity: 1;
	}
	95% {
		opacity: 0.3;
	}
}

.skills-tag::before {
	content: "*";
}

.project-title {
	font-size: min(9cqw, 80px);
	margin-bottom: 0;
}

.project-highlight {
	color: #51afef;
	font-weight: 800;
}
