@media (max-width:1600px) {	
	
	.container{
		padding:0 30px
	}
}

@media (max-width:1438px) {	

	.container{
		width:100%;
	}

}

@media (max-width:1200px) {	

	.nav-list > li > a{
		padding:0 15px
	}

	.page-cover-content-wrapper{
        min-height:auto
    }

    .page-cover-content{
        width:100%;
    }

	.proje-item-wrapper{
        width:33.33%
    }

}

@media (max-width:1024px){

	.header-wrapper{
		position: relative!important;
		height:auto;
		padding:15px 0;
	}

	.navigation{
		display: none;
	}

	.fixed-logo{
		display: none;
	}

	.logo{
		width:130px;
		height:25px;
	}

	.sticky-logo{
		opacity:100;
		visibility: visible;
		transform:translateY(0);
		width:130px;
	}

	.call-you-link{
		padding:15px 25px;
	}

	.toggle{
		display: block;
	}

	.footer-item-wrapper{
		width:100%;
		padding:0;
		margin-bottom:60px
	}

	.jc-end{
		justify-content: flex-start;
	}

	.jc-center{
		justify-content:flex-start
	}
	

}

@media (max-width:768px){
	
	.proje-item-wrapper{
        width:50%
    }

}

@media (max-width:600px){

	.header-flex{
		padding:0
	}

	.toggle{
		margin-left:10px
	}

	.proje-item-wrapper{
        width:100%
	}
	
	.proje-item-image{
		height:auto
	}

}