html, body{
	overflow-x: hidden;
	font-family: Poppins-Regular;
	font-size: 16px;
}


.genel-wrapper{
	min-height: 100%;	
}

.page-inside-wrapper{
	min-height: 70vh;
}

/* menu toggle button ------ */
	.menu-toggle{		
		border:0; 
		width:35px; 
		height:35px; 
		padding:0;
		cursor:pointer; 
		position:relative; 
		background:transparent; 
		display:none;	
		z-index: 500;	
	}		
	
	.menu-toggle span{
		position:absolute;				
		left:0;
		display:block; 				
		height:3px; 
		width:100%;
		top:16px;
		background:#000; 
		transition:all 0.3s	
	}
	
	.menu-toggle span:before{
		content:'';
		position:absolute;
		top:-10px;
		left:0;
		display:block; 				
		height:3px; 
		width:100%;				
		background:#000; 
		transition:all 0.3s	
	}
	
	.menu-toggle span:after{
		content:'';
		position:absolute;
		top:10px;
		left:0;
		display:block; 				
		height:3px; 
		width:100%;				
		background:#000; 
		transition:all 0.3s	
	}
	
	.menu-toggle.togglespn span{
		background:transparent
	}
	
	.menu-toggle.togglespn span:before{
		top:0;
		transform: rotate(45deg);
	}
	
	.menu-toggle.togglespn span:after{
		top:0;
		transform: rotate(-45deg);
	}
	/* ./ end menu toggle button ------ */


#header-top{
	max-height: 100px;
	height: 100px;	
}




/* menu */
.menu-top .nav-link{
	text-transform: uppercase;
	font-family: Poppins-Regular;
	font-size: 13px;
	letter-spacing: 1.2px;
	color: #444;
	transition: all 0.3s;
	padding: 3px 2px;
	margin-right: 12px;
	position: relative;
	height: 30px;
}

.menu-top .nav-link:hover::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	height: 1px;
	padding: 0;	
	background: #444;
	z-index: 10;
	animation: linkHover 0.3s forwards; /* animasyon sonda dursun */
}

@keyframes linkHover{
	0% {width: 0;}
	100% {width: 100%;}
}
/* ./ menu  ---*/



/* slider */
.slider-wrapper{
	position: relative;
	height:75vh;
	overflow: hidden;
	z-index: 1;
}

.slider-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, #000, transparent);
	z-index: 2;
	opacity: 0.5;

}



.slider-prev{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 4%;
	top: 50%;
	transform: translateY(-30px);
	z-index: 450;
	cursor: pointer;
	transition: all 0.3s;
}

.slider-prev:hover{
	left: 3.5%;
}

.slider-prev .line1{
	width: 30px;
	height: 2px;
	background: #fff;
	transform: rotate(-45deg);
	margin-top: 15px;
}

.slider-prev .line2{
	width: 30px;
	height: 2px;
	background: #fff;
	transform: rotate(45deg);
	margin-top: 19px;
}

.slider-next{
	width: 60px;
	height: 60px;
	position: absolute;
	right: 4%;
	top: 50%;
	transform: translateY(-30px);
	z-index: 50;
	cursor: pointer;
	transition: all 0.3s;
}

.slider-next:hover{
	right: 3.5%;
}

.slider-next .line1{
	width: 30px;
	height: 2px;
	background: #fff;
	transform: rotate(-135deg);
	margin-top: 15px;
}

.slider-next .line2{
	width: 30px;
	height: 2px;
	background: #fff;
	transform: rotate(135deg);
	margin-top: 19px;
}

.slide-text-wrap{
	position: absolute;
	top: 34%;
	left: 10%;
	background: transparent;
	width: 60%;
	z-index: 60;
}

.slide-text-wrap h3{
	font-family: Poppins-Light;
	font-size: 40px;
	color: #eee;
}

.slide-text-wrap p{
	font-size: 18px;
	font-family: Poppins-Light;
	line-height: 22px;
	color: #ddd;
	width: 60%;
}

.sagdan-gel{
	animation: sagdan 2s;
}

.sagdan-gel2{
	animation: sagdan 3s;
}

.sagdan-gel3{
	animation: sagdan 3.6s;
}


@keyframes sagdan{
  0% {margin-left:10%;}
  100% {margin-left:0%;}
}

.btn-slider-a{
	display: block;
	width: 160px;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 12px 20px;
	font-family: Poppins-Regular;
	border: 1px solid #000;
	transition: 0.4s all;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.btn-slider-a:hover{
	background: transparent;
	color: #FFF;
	border: 1px solid #FFF;
}
/* ./ slider  */



/* footer -------------------------*/
#footer{
	background: #000;
	color: #eee;
	min-height: 10vh;
	padding: 50px 0 0 10px;
	font-size: 14px;
}

#footer h6{
	text-transform: uppercase;
	font-family: Poppins-Regular;
}

.adres-name{
	min-width: 70px;
}

#footer p{
	line-height: 20px;
}

.footer-social{
	display: block;
	width: 40px;
	height: 35px;
	text-align: center;	
	padding-top: 5px;
	border: 1px solid #888;
	margin-right: 10px;
	transition: all 0.5s;
}

.footer-social i{
	color: #ddd;
}

.footer-social:hover{
	border: 1px solid #fff;
	color: #fff;
}

.footer-social:hover i{
	color: #fff;
}

#top{
	position: fixed;
	width: 45px;
	height: 45px;
	bottom: 20px;
	right: 20px;
	text-align: center;
	background: transparent;
	transition: all 0.5s;
	z-index: 1500;
	border: 1px solid #888;
	cursor: pointer;
	color: #ccc;
	padding: 10px;
	display: none;
}

#top:hover{
	border: 1px solid #777;	
	color: #777;
}

.footer-line{
	width: 100%;
	height: 1px;
	background: #999;
}

.menu-footer li a{
	color: #ccc;
	display: block;
	padding: 5px;
	font-family: Poppins-Regular;
	text-transform: uppercase;
	font-size: 13px;
}

.footer-inpup{
	display: block;
	width: 100%;
	padding: 5px 0;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #ccc;
	color: #eee;
	margin-bottom: 20px;
}

.footer-inpup:focus{
	outline: 0;
	border: 0!important;
	background: transparent!important;
	border-bottom: 1px solid #ccc!important;	
}

.footer-inpup::placeholder{
	color: #999;	
}

.footer-textarea{
	display: block;
	width: 100%;
	padding: 5px 0;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #ccc;
	color: #eee;
	margin-bottom: 20px;
	height: 70px;
}

.footer-textarea:focus{
	outline: 0;
	border: 0!important;
	background: transparent!important;
	border-bottom: 1px solid #ddd!important;	
}

.footer-textarea::placeholder{
	color: #999;	
}

.btn-footer-send{
	display: block;
	width: 100px;
	font-size: 14px;
	text-align: center;
	padding: 5px;
	background: transparent;
	border: 1px solid #999;
	color: #ddd;
	transition: all 0.4s;
}

.btn-footer-send:hover{
	border: 1px solid #fff;
	color: #fff;
}

.tasarim-link{
	display: block;
	font-size: 14px;
	color: #888;
}

.tasarim-link:hover{	
	color: #fff;
}
/* ./footer -----------------------*/



/* index page ---------------------*/
.section-header{
	font-family: Poppins-Regular;
	letter-spacing: 2px;
}

.owl-urun-item{
	position: relative;
	background: #f4f4f4;
	height: 250px;
	display: flex;
	justify-content: center;
	padding-top: 20px;
	z-index: 2;
	overflow-y: hidden;
}

.owl-urun-item img{
	height:200px;
	width: auto!important;
}

.owl-urun{
	padding-left: 100px;
	padding-right: 100px;
}

.owl-urun-overlay{
	position: absolute;
	left: 0;
	bottom: -110%;
	width: 100%;
	height: 100%;	
	background: #ddd;
	z-index: 5;
	display: flex;
	text-align: center;
	align-items: center;
	transition: all 0.4s;
	opacity: 0.8;
}

.owl-urun-overlay a{
	display: block;
	width: 60px;
	height: 40px;
	padding: 3px;
	text-align: center;
	background: #transparent;
	border: 1px solid #000;
	margin: 0 auto;
	color: #333;
	font-size: 24px;
	transition: all 0.4s;	
}

.owl-urun-overlay a:hover{
	background: #000;
	color: #fff;
}

.owl-urun-item:hover .owl-urun-overlay{
	bottom: 0;
}

#urunPrev{
	left: 30px;
}

#urunNext{
	right: 20px;
}

#urunPrev .line1{
	background: #888;
}
#urunPrev .line2{
	background: #888;
}

#urunNext .line1{
	background: #888;
}
#urunNext .line2{
	background: #888;
}

.hizmet-img-wrapper{
	overflow: hidden;
	height: 18vw;
}

.hizmet-img-wrapper img{	
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.hizmet-overlay{
	position: absolute;
	z-index: 10;
	width: 94%;
	height: 0;
	background: #fff;
	color: #000;
	font-family: Poppins-Light;
	font-size: 14px;
	bottom: 10px;
	left: 10px;
	display: flex;
	flex-direction: column;	
	margin-top: 15px;
	margin-right: 10px;	
	transition: all 0.4s;
	overflow: hidden;
}

.hizmet-overlay p{
	padding-top: 10px;
}

.hizmet-overlay:hover{
	color: #000;
}

.hizmet-img-wrapper:hover .hizmet-overlay{
	height: 92%;
}

#sizdenGelenler{	
	padding-bottom: 30px;
	min-height: 400px;
	background: #f9f9f9;
}

.sizden-gelen-wrapper{
	padding-left: 150px;
	padding-right: 150px;
}

#sizdenGelenPrev .line1{
	background: #888;
}
#sizdenGelenPrev .line2{
	background: #888;
}

#sizdenGelenNext .line1{
	background: #888;
}
#sizdenGelenNext .line2{
	background: #888;
}

.owl-sizden-gelen .owl-dots{
	margin-top: 30px!important;
}

.owl-sizden-gelen .owl-dots .owl-dot span{
	border: 1px solid #000;
	background: transparent;
}

.owl-sizden-gelen .owl-dots .owl-dot.active span{
	border: 1px solid #000;
	background: #000;
}

.owl-sizden-gelen .owl-dots .owl-dot:hover span{
	border: 1px solid #000;
	background: #000;
}

.owl-sg-p{
	font-family: Poppins-Light;
	font-size: 15px;
	color: #555;
}


#section5{	
	overflow: hidden;
	height: 44vw;	
}

.section5-left{
	padding-left: 70px;
	padding-top: 120px;
	padding-bottom: 100px;
	background: #f9f9f9 url('../img/section5-right-bg.png') no-repeat right 80%;

}

.section5-left h3{
	font-family: Poppins-Regular;
}

.section5-left .p1{
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
}

.section5-left a{
	display: block;
	width: 150px;
	padding: 7px;
	text-align: center;
	background: transparent;
	border: 1px solid #666;
	color: #666;
	font-family: Poppins-Regular;
	transition: all 0.3s;
	font-size: 14px;
}

.section5-left a:hover{
	background: #000;
	color: #fff;
}

.section5-right{
	height: 100vh;
	overflow: hidden;
}

.section5-right img{
	min-height: 100%;
	width: auto;	
}

.owl-marka-item img{
	opacity: 0.5;
}

#hakkimizda{	
	position: relative;
	overflow: hidden;
	height: 44vw;	
}

.hakkimizda-left img{
	height: 100vh;
	width: auto;
}

.hakkimizda-right{
	padding-left: 70px;
	padding-top: 150px;
	padding-bottom: 100px;
	background: #f9f9f9 url('../img/hakkimizda-bg.png') no-repeat right 80%;
}

.hakkimizda-right h3{
	font-family: Poppins-Regular;
}

.hakkimizda-right .p2{
	font-size: 15px;
	line-height: 20px;
}

.hakkimizda-right a{
	display: block;
	width: 150px;
	padding: 7px;
	text-align: center;
	background: transparent;
	border: 1px solid #666;
	color: #666;
	font-family: Poppins-Regular;
	transition: all 0.3s;
	font-size: 14px;
}

.hakkimizda-right a:hover{
	background: #000;
	color: #fff;
}

#section4 p{
	color: #777;
	font-size: 14px;
}

.wing-wrap{
	min-width: 100px;
}

.wing-wrap img{
	opacity: 0.2;
}

#haberler{
	min-height: 200px;
}

.haber-wrapper{	
	overflow: hidden;	
	padding: 0;
	z-index: 2;
}

.haber-baslik{
	display: block;
	height: 45px;
}

.haber-link{
	position: relative;
	display: block;
	max-height: 260px;
	overflow: hidden;
	z-index: 1;
}

.img-no{
	width: 100%;
}

.haber-link-overlay{
	position: absolute;
	z-index: 2;
	bottom: -50px;
	left: 0;
	height: 0;
	width: 100%;
	background: linear-gradient(to bottom, transparent, #fff);
	transition: all 0.4s;
}

.haber-link:hover .haber-link-overlay{
	height: 150px;
}

.haber-link img{
	transition: all 0.4s;
}

.haber-link:hover img{
	transform: scale(1.05);
}

.haber-baslik-index{
	display: block;
	min-height: 36px;	
}

.haber-ozet{
	min-height: 82px;
	height: 82px;	
	font-size: 13px;
	line-height: 16px;
	color: #777;
	overflow: hidden;
}

.hozet-line{
	height: 2px;
	width: 7px;
	background: #000;
	margin-top: 10px;
	margin-right: 5px;
	transition: all 0.3s;
}

.hozet-devam{
	position: relative;
	color: #000;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 2px;
	padding-left: 10px;
	transition: all 0.4s ease;
}

.hozet-devam:before{
	content: '';
	position: absolute;
	width: 4px;
	height: 2px;
	background: #000;
	left: 0;
	top: 9px;
	transition: all 0.4s ease;

}

.hozet-devam:hover{
	color: #000;
	padding-left: 20px;
}

.hozet-devam:hover:before{
	width: 15px;
}

.ins-center{
	position: absolute;
	z-index: 6;
	width: 400px;
	height: 200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -64px);
	background: #fff;
	padding-top: 60px;
}

.ins-center a{
	color: #888;
	transition: 0.3s all;
}

.ins-center a:hover{
	color: #000;
}

#instagram{
	min-height: 150px;
}
/* ./ index page ------------------*/




/* iletisim sayfasi ----------------*/
.ic-sayfa-baner{
	background: url('../img/baner.jpg') no-repeat 0 0;
	background-size: cover;
	background-position: left;
	height: 20vh;
	overflow-y: hidden;
}

.ic-sayfa-baner h3{
		margin-top: 4%;
}

.iletisim-text{
	font-size: 14px;
}

.adr-div{
	min-width: 90px;
}

.ilt-input{
	display: block;
	width: 80%;
	padding: 8px 10px;
	border: 1px solid #ccc;
}

.ilt-input:focus{	
	outline: 0!important;
	border: 1px solid #ccc!important;
	box-shadow: none!important;
}

.btn-ilet-gonder{
	border: 1px solid #000;
	background: #000;
	color: #fff;
	text-align: center;
	border-radius: 0;
	width: 130px;
	margin-top: 20px;
	transition: all 0.3s;
	letter-spacing: 1.5px;
}

.btn-ilet-gonder:hover{
	background: transparent;
	color: #000;
}

.map-wrapper{
		position:relative;
		overflow:hidden; 
		width:150%; 
		height: 100%;
	}
/* ./ iletisim sayfasi -------------*/


.btn-fazla-yukle{
	width: 190px;
	text-align: center;
	border: 1px solid #000;
	color: #000;
	background: transparent;
	border-radius: 0;
	font-size: 14px;
	text-transform: uppercase;
	transition: all 0.3s;
}

.btn-fazla-yukle:hover{
	background: #000;
	color: #fff;
}

.haber-detay-wrapper img{
	height: auto;
	width:500px;
	float:left;
  padding:0 30px 10px 0;
}

.haber-detay-wrapper ul li{
	list-style-type: square!important;
}

.etiket-span{
	display: inline-block;
	border: 1px solid #ddd;
	margin-right: 6px;
	margin-bottom: 3px;
	padding: 2px 5px;
	color: #999;
	font-size: 13px;
}

.galeri-img{
	opacity: 0.5;
	transition: all 0.3s;
}

.galeri-img:hover{
	opacity: 1;
}

.galeri-wrapper{
	box-shadow: 0 0 10px #ddd;
	padding: 3px;
	height: 180px;	
	position: relative;
}

.galeri-content{
	padding: 0;
	max-height: 100%;
	height: 100%;
	width: 100%;
	max-width: 100%;	
	overflow: hidden;	
	text-align: center;
	position: relative;
}

.galeri-content img{		
	width: 100%;
	max-width: 100%;
	height: auto;
}

.urun-img-wrapper{
	box-shadow: 0 0 10px #ddd;
	text-align: center;
	height: 250px;
	overflow: hidden;
	padding: 10px;
}

.urun-img-wrapper img{
	max-height: 100%;
	height: 100%;
	width: auto;
}

.whatsapp-destek{
	display: block;
	width: 180px;
	height: 46px;
	color: #fff;
	background: #25D366;
	padding: 6px 15px;
	border-radius: 50px;
	transition: 0.3s all;
	position: relative;
	font-size: 13px;
}

.whatsapp-destek:hover{
	color: #fff;
}

.whatsapp-destek img{
	position: absolute;
	top: -6px;
	right: -7px;	
	width: 48px;
}
































@media screen and (min-width: 992px){
	.hizmet-inside{
			max-height: 260px;
			overflow: hidden;		
	}
}




/* media ---------------------- */

@media (max-width: 992px){

	.logo-top{
		max-height: 120px;
	}

	.menu-toggle{
		position: absolute;
		display:block;			
		right: 25px;
		top: 15px;
		z-index: 200;
		transition: all 0.3s;
	}

	.menu-top{
		position: fixed;
		top:0;
		left:-100%;		
		width: 0;
		height: 100%;
		background: #fff;
		border:0;
		transition: left 0.3s;	
		margin-top: 0;		
		z-index: 100;	
	}

	.menu-show{
		left:0;
		width: 100%;
		background: #fdfdfd;		
	}

	.logo-menu-top{
		position: absolute;
		top: 0px;
		left: 50%;
		transform: translateX(-50px);
		height: 100px;
	}

	.menu-top .nav-link{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.menu-top .nav-link:hover::before{		
		animation: none

	}

	.slider-wrapper{
		height: auto;
	}

	.slide-text-wrap{
		position: absolute;
		top: 30%;
		left: 10%;
		background: transparent;
		width: 90%;
		z-index: 60;
	}

	.slide-text-wrap h3{
		font-family: Poppins-Light;
		font-size: 28px;
		color: #fff;
	}

	.slide-text-wrap p{
		font-size: 14px;
		font-family: Poppins-SemiBold;
		line-height: 16px;
		width: 70%;
	}

	.btn-slider-a{
		padding: 6px 20px;
	}

	.section5-left{
		padding-left: 15px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#section5{
		height: auto;
	}

	#hakkimizda{
		height: auto;
	}

	.map-wrapper{
		position:relative;
		overflow:hidden; 
		width:100%; 
		height: 300px;
	}

	.ic-sayfa-baner h3{
		margin-top: 5%;		
	}

	.hizmet-img-wrapper{
		overflow: hidden;
		height: 300px;
	}


}
/* end 992 media ---------------------- */






/* media ------------------------------ */
@media (max-width: 768px){
	#urunPrev{
		display: none;
	}

	#urunNext{
		display: none;
	}

	#sizdenGelenler{
		height: auto;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.sizden-gelen-wrapper{
		padding-left: 50px;
		padding-right: 50px;
	}

	#sizdenGelenPrev{
		display: none;
	}

	#sizdenGelenNext{
		display: none;
	}

	.hakkimizda-right{
		padding-left: 15px;
		padding-top: 30px;
		padding-bottom: 30px;
		background: #f9f9f9;
	}

	.section5-left{
		padding-left: 15px;
		padding-top: 30px;
		padding-bottom: 30px;
		background: #f9f9f9;
	}

	.ilt-input{
		width: 100%;		
	}
	
	.ic-sayfa-baner h3{
		margin-top: 7%;		
	}

	.owl-urun{
		padding-left: 20px;
		padding-right: 20px;
	}


	.owl-urun-item{
		height: 150px;
	}

	.owl-urun-item img{
		height:110px;
		width: auto!important;
	}

	

}
/* ./media ------------------------------ */




/* media ---------------------- */
@media (max-width: 576px){

	.slide-text-wrap{
		position: absolute;
		top: 15%;
		left: 10%;
		width: 98%;
		
	}

	.slide-text-wrap h3{
		font-size: 20px;
	}

	.slide-text-wrap p{
		display: block;
		font-size: 12px;		
		line-height: 16px;
		max-height: 35px;
		overflow: hidden;
	}

	.btn-slider-a{
		height: 27px;
		padding-top: 2px;
		width: 110px;
		margin-top: -10px;
	}

	.haber-detay-wrapper img{
		width: 100%;	
		height: auto;		
		float: none;
	  padding:20px 0;
	}


	.ic-sayfa-baner h3{
		margin-top: 10%;
		font-size: 22px;
	}

	.hizmet-img-wrapper{
		overflow: hidden;
		height: 250px;
	}

}



.k{border: 1px solid red}
.m{border: 1px solid blue}
.y{border: 1px solid green}