/*  p_projects  ==================================================================== */
.projects_filter {
	margin: 0 0 30px 0;
}
.dropdown {
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.dropdown span {
	display: inline-block;
	height: 60px;
  line-height: 60px;
  cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
}
.dropdown span i {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	margin: -2px 0 0 6px;
}
.dropdown-content {
  display: none;
  z-index: 1;
  padding: 0 0 0 20px;
}
.dropdown-content a {
	display: inline-block;
	padding: 0 15px;
	height: 60px;
	color: #212121;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
}
.dropdown-content a:hover {
	color: #212121;
	text-decoration: underline;
}
.dropdown:hover .dropdown-content {
  display: inline-block;
}
.cat_title {
	margin: 0 0 25px 0;
    padding: 0 0 0 0;
    font-size: 30px;
    /* line-height: 28px; */
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
}


.p_projects {
	margin: 0 95px;
}
.p_projects_title {
	padding: 0 0 0 0;
    font-size: 30px;
    /* line-height: 28px; */
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: none;
    margin-bottom: 30px;
}
.p_projects_list {
	/*margin: 30px 0 0 0;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.p_projects_list a {
	display: block;
	width: 100%;
	margin: 20px 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	/*align-items: center;*/
}
.p_projects_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p_projects_list a .p_projects_photo img {
	/*filter: grayscale(100%);*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.p_projects_list a:hover .p_projects_photo img {
	/*filter: grayscale(0%);*/
}
.p_projects_list a:hover {
	/*transform: scale(1.05);*/
}
.p_projects_photo {
	width: 36%;
	line-height: 0;
	opacity:0.7;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	transition: all 1.2s ease;
}
.p_projects_list a:hover .p_projects_photo {
	opacity: 1;
}
.p_projects_photo img {
	width: 100%;
}
.p_projects_info {
	width: 64%;
	/*background: #DADADA;*/
	padding: 0 0 0 30px;
	box-sizing: border-box;
}	
.p_projects_caption {
	margin: 8px 0 0 0;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	line-height: 30px;
  	font-weight: 600;
	color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.p_projects_desc {
	display: none;
	margin: 4px 0 0 0;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	opacity: 0.8;
}


/*  responsive  ==================================================================== */
@media screen and (max-width: 700px) {
.p_projects_caption {
    margin: 0px 0 0 0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.p_projects {
	margin: 0 10px;
}
.p_projects_info {
    width: 64%;
    /* background: #DADADA; */
    padding: 0 0 0 20px;
    box-sizing: border-box;
}
.dropdown {
	margin: 20px 0 0 0;
	height: 0;
	line-height: 17px;
}
.dropdown span {
	height: 0;
	line-height: 17px;
}
.dropdown:hover .dropdown-content {
    display: block;
    height: 0;
    margin: 15px 0 0 2px;
}
.dropdown-content {
	padding: 0px;
}
.dropdown-content a {
	margin: 0 15px 0 0;
	padding: 0px;
	font-size: 15px;
}

}


.collage_list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.collage_item {
  width: calc(100% / 3 - 50px);
  aspect-ratio: 1 / 1;
  margin-bottom: 80px;
  position: relative;
  cursor: pointer;
}
.collage_item.ghost {
  visibility: hidden;
  pointer-events: none;
}
.collage_photo {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collage_photo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.collage_info {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+60 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding:120px 15px 15px 15px;
	opacity: 0;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	-ms-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.collage_item:hover .collage_info {
	opacity: 1;
}
.collage_title {
	font-size: 17px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.collage_more {
	color:#666;
	margin:0 0 0 0;
	font-size:14px;
	font-family: 'Poppins', sans-serif;
}


@media screen and (max-width: 1000px) {
	.collage_item {
	  width: calc(100% / 2 - 25px);
	  margin-bottom: 50px;
	}
}


@media screen and (max-width: 700px) {
	.collage_list {
		margin:25px 0 0 0;
	}
	.collage_item {
	  width: 100%;
	  aspect-ratio: unset;
	}
	.collage_photo {
		flex-direction: column;
	}
	.collage_info {
		opacity: 1;
		position: static !important;
		padding:0;
		margin:15px 0 0 0;
	}
}