.projects{
	padding: 80px 0 0;
	max-width: 800px;
	}

.projects-top h2{
	text-align: center;
	font-size: 2.25rem;
	line-height: 100%;
	padding: 0;
	margin: 0;
	font-size: clamp(2rem, 6cqw, 2.25rem);
	}

.projects-top p{
	text-align: center;
	font-size: 1.15rem;
	color: rgb(148,163,184);
	line-height: 130%;
	padding: 0 0 30px;
	}

.projects-list{
	display: flex;
	flex-wrap: wrap;
	}

/*** project ***/
.project{
	width: 45%;
	border: 1px solid #334155;
	background: var(--color-projects-bg);
	border-radius: 0.75rem;
	transition: all 0.3s ease-in-out;
	padding: 15px 0;
	margin-top: 0;
	margin-bottom: 30px;
	container-type: inline-size;
	}

.project:hover{
	border-color: var(--color-accent);
	transform: translateY(-5px) scale(1.02);
	}

.project-image{
	display: block;
	margin: auto;
	width: 92%;
	aspect-ratio: 1/1;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	cursor: pointer;
	color: white;
	}

.project:hover .project-image{
	transition: transform 0.9s ease;
	}

.project:hover .project-image{
	transform: scale(1.05);
	}

.project-image-os{
	background-image: url(/images/projects/os_max.webp);
	}

.project-image-gs{
	background-image: url(/images/projects/gs_max.webp);
	}

.project-image-is{
	background-image: url(/images/projects/is_max.webp);
	}

.project-image-pb{
	background-image: url(/images/projects/pb_max.webp);
	}

.project span{
	display: block;
	height: 30%;
	}

.project strong{
	display: block;
	text-align: center;
	font-size: 1.5rem;
	background-color: #0f172abf;
	color: white;
	padding: 10px 0;
	line-height: 100%;
	}

.project-image-pb strong{
	font-size: clamp(1.3rem, 8cqw, 1.5rem);
	}

.project-timeline{
	font-style: italic;
	color: var(--color-accent);
	padding: 10px 0;
	text-align: center;
	font-size: 0.85rem;
	}

.project-timeline br{
	display: none;
	}

.project ul{
	list-style-type: square;
	font-size: 0.8rem;
	line-height: 145%;
	padding-left: 30px;
	}

.project ul li{
	padding-right: 10px;
	}

.project-tags{
	padding: 10px 15px;
	display: flex;
	flex-wrap: wrap;
	}

.project-tags span{
	display: block;
	margin: auto auto 8px;
	color: var(--color-accent);
	border-radius: 12px;
	padding: 5px 8px 4px;
	background: #374151;
	font-size: 0.75rem;
	font-weight: 500;
	}

/*** bottom ***/
.projects-bottom{
	max-width: 740px;
	padding: 0 10px 60px;
	}

.projects-bottom p{
	color: rgb(148,163,184);
	line-height: 130%;
	}

.projects-bottom a{
	color: var(--color-accent);
	text-decoration: none;
	}

.projects-bottom a:hover{
	text-decoration: underline;
	}

/*
.project a{
	display: block;
	color: white;
	text-decoration: none;
	font-size: 1.6rem;
	padding: 20px 10px;
	}

.project a:hover{
	text-decoration: underline;
	}
*/


/*
.project:hover strong{
	transform: scale(1.03);
    	font-size: 103%;
	}
*/
