/**
* Theme Name:     Hello Elementor Child
* Author:         Elementor Team
* Template:       hello-elementor
* Text Domain:	   hello-elementor-child
* Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
*/


.filter-button {
	padding: 0px;
	background: #00000000;
	border: none;
	border-bottom: 1px solid #00000000;
	border-radius: 0px;
	cursor: pointer;
	font-family: 'ProximaNova-Reg';
	font-size: 18px;
	color: #000000;
	line-height: 26px;
}

.filter-button:hover {
	background: #00000000;
	color: #000000;
}

.filter-button.active {
	border-bottom: 1px solid #000000;
	background: #00000000;
	color: #000000;
}

.portfolio-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	gap: 20px;
}

.portfolio-item:hover {
	background-color: #85bbc7;
	transition: background-color 0.5s ease-in-out, ease-in-out 0.5s;
}

.portfolio-item {
	padding: 20px;
	background-color: #ffffff;
	height: 300px;
	position: relative;
	overflow: hidden;
	transition: background-color 0.5s ease-in-out, ease-in-out 0.5s;
}

.portfolio-item .portfolio-thumb img {
	width: 100%;
	height: 150px !important;
	object-fit: contain;
	object-position: center;
	transition: ease-in-out 0.5s;
}

.portfolio-item:hover .portfolio-thumb img {
	width: 100%;
	height: 70px !important;
	object-fit: contain;
	object-position: center;
	filter: brightness(0) invert(1);
	transition: ease-in-out 0.5s;
}

.portfolio-item .portfolio-thumb {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 100%;
	padding: 0px 30px;
	transition: ease-in-out 0.5s;
}

.portfolio-item:hover .portfolio-thumb {
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translate(-50%, 0px);
	width: 65%;
	padding: 0px 30px;
	transition: ease-in-out 0.5s;
}

.portfolio-categories {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
	flex-wrap: wrap;
	gap: 40px;
}

p.fltr_top_msg {
	font-family: 'ProximaNova-Bold';
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	text-transform: capitalize;
	text-align: center;
}

.cstm_portf_msg {
	padding: 30px 0px 50px;
}

h3.portfolio-title, .scramble-title {
	font-family: 'ProximaNova-Bold';
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	text-transform: capitalize;
	margin: 0;
	color: #ffffff;
	transition: color 0.3s ease;
}

.portfolio-content p {
	font-family: 'ProximaNova-Reg', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}

.portfolio-item .portf_cont {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-top: -70%;
	transition: ease-in-out 0.5s;
}

.portfolio-item:hover .portf_cont {
	margin-top: 0%;
	transition: ease-in-out 0.5s;
}

a.portfolio-link {
	font-size: 16px;
	font-family: 'ProximaNova-Bold';
	color: #ffffff;
}

a.portfolio-link:hover {
	color: #ffffff;
}

.portfolio-item img.lnk_port {
	width: 0px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	opacity: 0;
	transition: ease-in-out 0.5s;
	cursor: pointer;
}

.portfolio-item:hover img.lnk_port {
	width: 20px;
	opacity: 1;
	transition: ease-in-out 0.5s;
}


@media(max-width: 1024px) and (min-width: 768px){
	.portfolio-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 767px){
	.portfolio-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	p.fltr_top_msg {
		font-size: 20px;
		line-height: 24px;
	}
	.portfolio-categories {
		gap: 20px;
	}
	.cstm_portf_msg {
		padding: 20px 0px 30px;
	}
}
@media(min-width: 1921px){
	h3.portfolio-title, .scramble-title {
		font-size: 25px !important;
		line-height: 33px !important;
	}
	.portfolio-content p {
		font-size: 16px !important;
		line-height: 21px !important;
	}
}
/* @media(min-width: 1921px){
	h3.portfolio-title, .scramble-title {
		font-size: 29px !important;
		line-height: 38px !important;
	}
	.portfolio-content p {
		font-size: 18px !important;
		line-height: 24px !important;
	}
} */
@media(min-width: 2561px){
	h3.portfolio-title, .scramble-title {
		font-size: 33px !important;
		line-height: 45px !important;
	}
	.portfolio-content p {
		font-size: 20px !important;
		line-height: 27px !important;
	}
}

