
.projects-section {
	color: #fff;
	font-family: raleway;
}

.section-title {
	color: #ffd56a;
	margin-bottom: 30px;
}

.project {
	width: 40%;
	height: fit-content;
	height: fit-content;
	overflow: hidden;
	border-radius: 40px;
	margin-bottom: 30px;
	margin-left: 5%;
	border: solid 2px #252525;
	transition: border 0.1s;
	display: inline-block;
}

.project-cover {
	width: 100%;
	height: 250px;
	background-position: center;
	background-size: cover;
	background-image: url("../../img/projects/papurguesa/cover.webp");
}

.project-title {
	width: auto;
	color: #fff;
	font-size: 30px;
	margin: 0;
}

.project-description {
	width: 97%;
	font-weight: 450;
	color: #ccc;
}

.project-content {
	padding: 20px;
}

.project:hover {
	border: solid 2px #333;
}

.tag {
	margin: 0;
	width: fit-content;
	padding: 8px;
	border-radius: 12px;
	display: inline-block;
	font-weight: 550;
	font-size: 16px;
	border: solid 2px #fff;
	color: #fff;
	margin-right: 10px;
}

.godot-tag {
	border: solid 2px #468ebe;
	color: #468ebe;
}

.project-button {
	width: fit-content;
	padding: 8px;
	border-radius: 12px;
	display: flex;
	font-weight: 550;
	font-size: 16px;
	color: #1d1d1d;
	background-color: #fff;
	margin-right: 10px;
	text-decoration: none;
	margin-top: 10px;
}

.project-button-title {
	text-decoration: none;
	margin: 0;
}

.projects-container a {
	text-decoration: none;
}

.without-border .project-cover {
	border-radius: 30px;
}

.without-border .project-title {
	margin-bottom: 20px;
}

.without-border .button {
	display: inline-block;
	padding: 12px;
	background-color: #fff;
	color: #212121;
	height: fit-content;
	width: fit-content;
	border-radius: 12px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.without-border .project-button-title {
	margin: 0;
}