/*
| Template created by Kadir Hanoglu
| Author: Kadir Hanoglu
| URL: https://www.kadirhanoglu.com
| Create Date: 21.01.2019
| Last Update: 16.03.2019
| File: projects.css
*/

.projects > header h1 {
	display: block;
	text-align: center;
}

.projects > header img {
	width: auto;
	height: 160px;
}

.projects-content {
	margin: 0;
}

.project-area-header {
	margin: 0 0 50px 0;
}

.project-area-header > div {
	background-color: #fff;
    text-align: center;
    position: relative;
    padding: 40px 0;
    z-index: 2;
}

.project-area-header:after {
	content: "";
	position: absolute;
	display: block;
	width: 90%;
	height: 30px;
	z-index: 1;
	margin: -25px 5% 0 5%;
	border-radius: 100%;
	box-shadow: 0 5px 20px 2px rgba(0,0,0,0.05);
}

.projects-building h1,
.projects-building h2{
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 4em;
	letter-spacing: 0.1em;
	margin: 50px 0;
	text-align: center;
}

.projects-building h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 2.6em;
	margin: 10px 0;
}

.projects-building-content > div {
	margin: 0;
	padding: 0;
}

.project-picture {
	background-image: url(../themes/depo/assets/img/proje_picture.jpg);
	width: 100%;
	height: 400px;
	background-size: contain;
	background-position: 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position:relative;
}

.project-picture:before {
	background-color: rgba(0,0,0,0.6);
	content: "";
	display: block;
	width: 100%;
	height: 400px;
	position: absolute;
	top: 0;
}

.project-picture > em {
	font-family: 'Oswald', sans-serif;
	font-size: 2.8em;
	font-weight: 300;
	color: #fff;
	position: absolute;
	display: block;
	width: 100%;
	margin: 8% 0;
	text-align: center;
	text-shadow: 0 2px 3px rgba(0,0,0,1);
}

.projects-construction h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 4em;
	letter-spacing: 0.1em;
	margin: 50px 0;
	text-align: center;
}

.projects-construction-content {
	margin: 50px auto;
}

.projects-construction-content > a {
	display: block;
	width: 24%;
	margin: 0.5%;
	float: left;
	position: relative;
	overflow: hidden;
}

.projects-construction-content > a img {
	width: 100%;
	transform: scale(1);
	transition: .5s all ease;
}

.projects-construction-content > a:hover img {
	width: 100%;
	transform: scale(1.2) rotate(10deg);
	transition: .5s all ease;
}

.project-items {
    margin: 20px auto 50px auto;
}

.project-item {
    
}

.project-item > img {
    
}

.project-item-content {
	position: absolute;
	display: block;
    width: 76%;
    height: 84%;
    margin: 0;
    top: 8%; bottom: 8%;
    left: 12%;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.7);
    text-align: center;
    transition: .5s all ease;
    opacity: 0;
    visibility: hidden;
}

.project-item:hover .project-item-content {
    transition: .5s all ease;
    opacity: 1;
    visibility: visible;
}

.project-item-content > span {
	background: transparent;
	position: absolute;
	display: block;
	width: 150%;
	height: 150%;
	top: -16%;
	left: -18%;
	transform: scale(0.91);
	filter: blur(15px);
	background-position: center center;
}

.project-item-content h3 {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
}

.project-item-content h3 a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	top: 0; bottom: 0;
	left: 0; right: 0;
	padding: 30% 0 0 0;
}

.project-info-item {
	background-color: #fff;
	font-family: 'Oswald', sans-serif;
	width: 40%;
	float: left;
	margin: 0 5% 50px 5%;
	padding: 25px;
	text-align: center;
	font-size: 2.6em;
	border-bottom: 5px solid #fafafa;
}

.project-info-item > strong {
    display: block;
}

.project-info-item > span {
    display: block;
    font-size: 0.6em;
}

.project-pay-plan {
	background-color: #fff;
    margin: 50px 0;
    padding: 25px 10px;
	box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.project-model {
    margin: 50px 0;
}

.project-model-item {
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0;
    border: 3px solid #fafafa;
    border-radius: 8px;
    transition: .5s all ease;
}

.project-model-item:hover {
	border: 3px solid #fff;
	border-radius: 0;
	box-shadow: 0 5px 25px rgba(0,0,0,0.1);
	cursor: pointer;
	transition: .5s all ease;
}

.project-model-picture {
    
}

.project-model-picture > img {
    opacity: .7;
    transition: .5s all ease;
}

.project-model-item:hover .project-model-picture > img {
    opacity: 1;
    transition: .5s all ease;
}

.project-model-details {
	font-size: 2.2em;
	text-align: center;
	height: 100%;   
}

.project-model-detail-item {
	color: #777;
	margin: 4% 0 0 0;
}

.project-model-detail-item > i {
    display: block;
    font-size: 1.8em;
}

.project-model-detail-item > span {
    display: block;
    margin-top: 15px;
    font-size: 0.8em;
}

.project-page-others {
    margin: 50px 0;
    text-align: center;
}

.project-page-others > a {
	background-color: #797972;
	color: #fff;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	padding: 15px 80px;
	border-radius: 4px;
}

.project-page-others > a:hover,
.project-page-others > a:focus {
	background-color: #c1c103;
	color: #fff;
}

.project-map {
    margin-top: -46px;
}

#project-map {
    height: 600px;
}

/* Responsive */

@media screen and (max-width: 480px){
    
    .projects {
    	margin: 30px auto;
    }
 
    .projects > header img {
    	width: 100%;
    	height: auto;
    }
        
	.projects-building h1,
	.projects-building h2{
		font-size: 2.5em;
		margin: 20px 0;
	}

	.projects-building h3 {
		font-size: 1.6em;
		margin: 0;
	}
        
    .project-picture {
    	height: 200px;
    	background-size: cover;
    	background-attachment: initial;
    }
    
    .project-picture:before {
    	height: 200px;
    }
    
    .project-picture > em {
    	font-size: 2em;
    	font-weight: 100;
    	margin: 15% 0;
    }
    
    .projects-construction h2 {
    	font-size: 2.3em;
    	letter-spacing: 0em;
    	margin: 20px 0;
    }
    
    .projects-construction-content > a {
    	width: 49%;
    }

	.project-info-item {
		width: 40%;
		margin: 0 5% 20px 5%;
		padding: 25px;
		font-size: 1.8em;
	}

	.project-info-item > span {
		font-size: 0.8em;
	}

	.project-pay-plan {
		background-color: #fff;
		margin: 30px 0;
		padding: 25px 10px;
		box-shadow: 0 5px 25px rgba(0,0,0,0.1);
	}

	.project-model {
		margin: 50px 0;
	}

	.project-model-item {
		background-color: #fff;
		padding: 15px 0;
		box-shadow: 0;
		border: 3px solid #fafafa;
		border-radius: 8px;
		transition: .5s all ease;
	}

	.project-model-item:hover {
		border: 3px solid #fff;
		border-radius: 0;
		box-shadow: 0 5px 25px rgba(0,0,0,0.1);
		cursor: pointer;
		transition: .5s all ease;
	}

	.project-model-picture > img {
		opacity: 1;
	}

	.project-model-detail-item > i {
		font-size: 1em;
	}

	.project-model-detail-item > span {
		font-size: 0.6em;
	}

	#project-map {
		height: 400px;
	}

}

@media screen and (min-width: 481px) and (max-width: 768px){



}

@media screen and (min-width: 769px) and (max-width: 1024px){

	

}

@media screen and (min-width: 1025px) and (max-width: 1280px){
	


}

@media screen and (min-width: 1281px) and (max-width: 1366px){



}

@media screen and (min-width: 1367px) and (max-width: 1440px){



}

@media screen and (min-width: 1441px) and (max-width: 1920px){

	

}