.elx-project-feed-content {
	.elx-project-item {
		max-width: 420px;
		margin-bottom: 40px;
	}
}
.elx-project-details-slider-area {
	margin-bottom: 40px;
	.elx-carousel-btn {
		z-index: 1;
		left: 35px;
		bottom: 35px;
		position: absolute;
		button {
			margin: 0px 8px;
		}
	}
}
.elx-project-details-slider {
	.elx-project-details-slide-item {
		img {
			transition: all 500ms ease-in-out;
			transform: scale(1.25, 1.25);
		}
		&.slick-active {
			img {
				transform: scale(1, 1);
			}
		}
	}
}
.elx-project-details-text {
	h3 {
		font-size: 42px;
		font-weight: 700;
		color: var(--base-color-2);
	}
	h3 {
		padding-bottom: 30px;
	}
	p {
		padding-bottom: 30px;
	}
	ul {
		li {
			padding-left: 25px;
			margin-bottom: 20px;
			position: relative;
			&:before {
				top: 0;
				left: 0;
				content: '\f058';
				font-weight: 500;
				position: absolute;
				font-family: 'Font Awesome 5 Pro';
			}
		}
	}
}
.elx-post-feed-next-previous-btn {
	padding: 35px 0px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	margin-top: 100px;
	a {
		font-weight: 500;
		i {
			margin-right: 10px;
		}
		&:last-child {
			i {
				margin-right: 0;
				margin-left: 10px;
			}
		}
		&:hover {
			color: var(--base-color);
		}
	}
}
.elz-project-details-info {
	top: -140px;
	max-width: 270px;
	border-radius: 5px;
	margin-left: 50px;
	padding: 40px 40px 20px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);
	.info-item {
		margin-bottom: 25px;
		h3 {
			font-size: 16px;
			font-weight: 700;
			padding-bottom: 5px;
			text-transform: uppercase;
			color: var(--base-color-2);
		}
		span {
			color: #425c68;
		}
	}
}