.main-projects-img{
	width: 100%;
	height: 50vh;
	background-image: url("../images/projects/background.jpg");
	background-size: cover;
	background-position: center;
	z-index: 250;
	position: relative;
}

.title-project{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.title-project h1{
	font-weight: 600;
	letter-spacing: 10px;
	text-align: center;
	margin-bottom: 0;
	width: 100%;
	margin-left: 10px;
}

.title-category{
	text-align: center;
}

.title-category button{
	margin: 0 0.3rem;
	outline: 0 !important;
	color: #a644cf;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: #fff;
    border: 1px solid #a644cf;
}

.title-category .active{
	background-color: #a644cf;
    border: 1px solid #a644cf;
    color: #fff;
}

.title-category button:hover{
	background-color: #a644cf;
	border: 1px solid #a644cf;
	color: #fff;
}

.more-projects{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.more-projects button{
	outline: 0 !important;
	background-color: #0045f5;
	color: #fff;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.more-projects button:hover{
	color: #a644cf;
	text-decoration: none;
	background-color: transparent;
	border-color: #a644cf;
}

.project-item{
	position: relative;
	margin-bottom: 1.5rem;
	overflow: hidden;
}

.project-item img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center;
	display: block;
}

.content-project{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1rem;
	opacity: 0;
	transition: all 0.3s ease;
	background-color: hsl(0, 0%, 20%, 0.7);
}

.content-project h4{
	color: #fff;
	padding-bottom: 0.2rem;
	margin-bottom: 1rem;
	text-align: center;
}

.project-link{
	padding: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.content-project a{
	color: #fff;
	padding: 0.4rem 0.7rem;
	background-color: #0045f5;
	display: inline-block;
	border-radius: 50px;
	border: 2px solid #0045f5;
	transition: all 0.3s ease;
}

.content-project:hover{
	opacity: 1;
}

.content-project a:hover{
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	border-color: #a644cf;
}

@media all and (max-width: 575px){
	.content-project a{
		padding: 0.4rem 0.7rem;
	}
	.title-category{
		display: flex;
		justify-content: center;
	}
}

@media all and (min-width: 100px){
	.container-projects{
    	padding: 3.5rem 0;
    }
    .title-project h1{
		font-size: 1.7rem;
	}
	.title-project img{
		width: 4rem;
	}
	.title-category{
		padding-top: 3.5rem;
	}
	.title-category button{
		font-size: 0.68rem;
    	padding: 0.4rem 1.1rem;
	}
	.more-projects{
		padding-top: 3rem;
	}
	.more-projects button{
		font-size: 0.9rem;
		padding: 0.6rem 1.7rem;
	}
	.row-for-projects{
		padding: 3.5rem 0;
	}
	.content-project h4{
		font-size: 1.2rem;
	}
	.content-project a{
		font-size: 0.9rem;
	}
}

@media all and (min-width: 576px){
	.container-projects{
    	padding: 4rem 0;
	}
	.title-project h1{
		font-size: 1.8rem;
	}
	.title-project img{
		width: 4.5rem;
	}
	.title-category{
		padding-top: 4rem;
	}
	.title-category button{
		font-size: 0.7rem;
    	padding: 0.4rem 1.1rem;
	}
	.more-projects{
		padding-top: 3rem;
	}
	.more-projects button{
		font-size: 0.9rem;
		padding: 0.6rem 1.7rem;
	}
	.row-for-projects{
		padding: 4rem 0;
	}
	.content-project h4{
		font-size: 1.5rem;
	}
	.content-project a{
		font-size: 1.1rem;
	}
}

@media all and (min-width: 768px){
	.container-projects{
    	padding: 4.5rem 0;
	}
	.title-project h1{
		font-size: 2rem;
	}
	.title-project img{
		width: 4.7rem;
	}
	.title-category{
		padding-top: 4.3rem;
	}
	.title-category button{
		font-size: 0.75rem;
    	padding: 0.5rem 1.5rem;
	}
	.more-projects{
		padding-top: 3.5rem;
	}
	.more-projects button{
		font-size: 1rem;
		padding: 0.7rem 1.8rem;
	}
	.row-for-projects{
		padding: 4.3rem 0;
	}
	.content-project h4{
		font-size: 1.1rem;
	}
	.content-project a{
		font-size: 0.9rem;
	}
}

@media all and (min-width: 992px){
	.container-projects{
    	padding: 4.5rem 0;
	}
	.title-project h1{
		font-size: 2rem;
	}
	.title-project img{
		width: 4.7rem;
	}
	.title-category{
		padding-top: 4.5rem;
	}
	.title-category button{
		font-size: 0.8rem;
    	padding: 0.5rem 1.5rem;
	}
	.more-projects{
		padding-top: 3.5rem;
	}
	.more-projects button{
		font-size: 1rem;
		padding: 0.7rem 1.8rem;
	}
	.row-for-projects{
		padding: 4.5rem 0;
	}
	.content-project h4{
		font-size: 1.1rem;
	}
	.content-project a{
		font-size: 0.9rem;
	}
}

@media all and (min-width: 1200px){
	.container-projects{
    	padding: 5rem 0;
    }
    .title-project h1{
		font-size: 2.1rem;
	}
	.title-project img{
		width: 5rem;
	}
	.title-category{
		padding-top: 5rem;
	}
	.title-category button{
		font-size: 0.85rem;
    	padding: 0.5rem 1.5rem;
	}
	.more-projects{
		padding-top: 3.5rem;
	}
	.more-projects button{
		font-size: 1rem;
		padding: 0.7rem 1.8rem;
	}
	.row-for-projects{
		padding: 5rem 0;
	}
	.content-project h4{
		font-size: 1.2rem;
	}
	.content-project a{
		font-size: 1rem;
	}
}

@media all and (min-width: 1440px){
	.container-projects{
    	padding: 5.5rem 0;
	}
	.title-project h1{
		font-size: 2.3rem;
	}
	.title-project img{
		width: 5.5rem;
	}
	.title-category{
		padding-top: 5.5rem;
	}
	.title-category button{
		font-size: 0.85rem;
    	padding: 0.5rem 1.5rem;
	}
	.more-projects{
		padding-top: 4rem;
	}
	.more-projects button{
		font-size: 1.2rem;
		padding: 0.8rem 2rem;
	}
	.row-for-projects{
		padding: 5.5rem 4rem;
	}
	.content-project h4{
		font-size: 1.3rem;
	}
	.content-project a{
		font-size: 1rem;
	}
}

@media all and (min-width: 1920px){
	.container-projects{
    	padding: 6rem 0;
	}
	.title-project h1{
		font-size: 2.5rem;
	}
	.title-project img{
		width: 6rem;
	}
	.title-category{
		padding-top: 6rem;
	}
	.title-category button{
		font-size: 0.9rem;
    	padding: 0.5rem 1.5rem;
	}
	.more-projects{
		padding-top: 4rem;
	}
	.more-projects button{
		font-size: 1.2rem;
		padding: 0.8rem 2rem;
	}
	.row-for-projects{
		padding: 6rem 0;
	}
	.content-project h4{
		font-size: 1.3rem;
	}
	.content-project a{
		font-size: 1rem;
	}
}