@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Herr+Von+Muellerhoff&family=Poppins:wght@500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&family=Poppins:wght@500;600;700;800&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
}


/*#logo{
    line-height: 150px;
    margin-left: 10px;
	
    display: inline-block;
	cursor: pointer;
	font-size: 30px;
	font-weight: bold;
	position:fixed;
	max-width: 80px;

	}*/
	.container{
		max-width: 1170px;
		margin: 0 auto;
		padding: 0 15px;

	}
	header{
		height: 200px;
	   
		width: 100%;
	   /**/
		position: absolute;
		top: 0;
		
		z-index: 2;
		padding: 20px 100px;
	}
	.header-logo{
		font-size: 16px;
		letter-spacing: 2px;
		border-bottom: 5px;
	}
	.header-navbar{
		display: flex;
		align-items: center;
		justify-content: space-between;
			/* Yükseklik*/
	padding: 30px 0;

	}
	

.header-menu ul {
	display: flex;
	list-style-type: none;


}
.header-menu ul li{
	margin-left: 50px;
}
/*.header-nadvbar  li:first-child{
	margin-right: 7px;

}*/
.header-menu  a{
	color:#fff;
	font-weight: bold;
	font-size: 17px;
	text-decoration: none;
}

	


/*.header-menu {
	float: right;
	line-height: 60px;
	margin-right: 40px;
}
.header-menu a{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}*/
.slider{
	position: relative;
	/*width: 100%;*/
	background: #2c3e50; /* darckblue */
	width: 100%;
  height: auto;
}
.myslide{
	/*height: 790px;*/
	width: 100%;
  height: auto;
	display: none;
	overflow: hidden;
}

.prev, .next{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 50px;
	padding: 15px;
	cursor: pointer;
	color: #fff;
	transition: 0.1s;
	user-select: none;
}
.prev:hover, .next:hover{
	color: #5b2a02; /* blue */
}
.next{
	right: 0;
}
.dotsbox{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 20px;
	cursor: pointer;
}
.dot{
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	border-radius: 50%;
	margin: 0 10px;
	cursor: pointer;
}
/* javascript */
.active, .dot:hover{
	border-color: #000000; /* blue */
}
/* /javascript */

/* muslide add fade */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: 0.8}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0.8}
  to {opacity: 1}
}
/* /muslide add fade */

/* 3 */
.txt{
	position: absolute;
	color: #fff;
	letter-spacing: 2px;
	line-height: 35px;
	top: 40%;
	left: 15%;
	-webkit-animation-name: posi;
  	-webkit-animation-duration: 2s;
  	animation-name: posi;
  	animation-duration: 2s;
	z-index: 1;
}

@-webkit-keyframes posi {
  from {left: 25%;}
  to {left: 15%;}
}


@keyframes posi {
  from {left: 25%;}
  to {left: 15%;}
}

.txt h1{
	color:#ffed00; /* blue */
	font-size: 70px;
	font-family:"Herr Von Muellerhoff",cursive;
	margin-bottom: 20px;
}
.txt p{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 20px;
}
/* /3 */

/* 4 */

/* /4 */



/* 5 */
@media screen and (max-width: 800px){
	.myslide{
		height: 500px;
	}
	.txt{
		letter-spacing: 2px;
		line-height: 25px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-animation-name: posi2;
		-webkit-animation-duration: 2s;
		animation-name: posi2;
		animation-duration: 2s;
	}

	@-webkit-keyframes posi2 {
	  from {top: 35%;}
	  to {top: 50%;}
	}


	@keyframes posi2 {
	  from {top: 35%;}
	  to {top: 50%;}
	}

	.txt h1{
		font-size: 40px;
		
	}
	.txt p{
		font-size: 13px;
	}

}
/*
#aboutUs{
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;

}
.about-left,.about-right{
	flex-basis: 30%;
}
.about-left img{
	border-radius: 50px;
}
.about-content{
	max-width: 400px;
	display: inline-block;
}
.about-content h2{
	font-size: 18px;
	margin: 50px 0 10px;
	font-style: italic;
}
.about-content h3{
	font-size: 20px;
color: #757575;
	font-style: italic;
}*/
.about{
	margin-bottom: 90px;
	
	
	

}
.about-title{
	margin: 25px 0;
	
	

}
.about-title h2{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #5b2a02;
	font-size: 30px;
	font-weight: 600px;
	
	

}
.about-title h2::after{
	content: "";
	width: 100px;
	height: 3px;
	background-color: #5b2a02;
	margin: 0 auto;
	display: block;
	margin-top: 10px;

}
.about-content{
	display: flex;
	align-items: center;
	justify-content: space-around;
flex-wrap: wrap;
background-color: #BA8F50;

}
.about.img{
	width: 50%;
}
.about.img.img{
	width: 100%;
	height: 100%;
	object-fit: cover;

}
.about-text{
	width: 40%;

}

h4{
	margin-bottom: 25px;
	text-align: center;
	font-size: 60px;
	color: #745b37;
	font-family:"Herr Von Muellerhoff",cursive;
	letter-spacing: 0.5rem;
	font-weight: 100;
}
#asteriks{
	color:#745b37;
	margin-bottom: 25px;
	text-align: center;

}
.about-text p{
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.about-text p::after{
	content: "";
	width: 460px;
	height: 3px;
	background-color: #5b2a02;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	

}
/* Portfolio*/
.portfolio{
	display: flex;
	flex-wrap: wrap;

}
.portfolio-item{
	width: 25%;
	height: 210px;
	overflow: hidden;
	position: relative;
}
.portfolio-item img{
width: 100%;
height: 100%;
object-fit: cover;
transition: .5s;

}
.overlay{
	width: 100%;
	height: 100%;
	background: color #5b2a02; 
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0.8;
	color:#5b2a02;
	font-size: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: .5s;

}
.portfolio-item:hover.overlay{
top: 0;
}
.portfolio-item:hover img{
	transform: scale(1.2);
}
/* İletişim*/
.contact{
	padding: 60px 0;

}
.contact h2{
	width: 100%;
	text-align: center;
	margin: auto;
	color: #5b2a02;
	font-size: 30px;
	font-weight: 400;

}
.contact h2::after{
	content: "";
	width: 90px;
	height: 3px;
	background-color: #5b2a02;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
}
.contact-content{
	margin-top: 60px;
	display: flex;
	justify-content: space-evenly;

}
.contact-item{
	display: flex;
	align-items: center;
	flex-basis: 33% ;
	margin-bottom: 100px;
	flex-direction: column;

}
.contact-item i{
	font-size: 25px;
	margin-bottom: 30px;
	color: #5b2a02;

}
.contact-item p{
	font-size: 16px;
	line-height: 20px;

}
/* Footer*/
.footer h2{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color:#5b2a02;
	font-size: 30px;
	font-weight: 600;
	padding: 55px 0;


}
.footer h2::after{
	content: "";
	width: 30px;
	height: 3px;
	background-color: #5b2a02;
	margin: 0 auto;
	display: block;
	margin-top: 10px;

}
.footer{
	background-color: #000;

}
.footer-copyright{
	color: #fff;
	text-align: center;
	flex-basis: 55%;
	line-height: 2;
	font-size: 12px;
	margin-bottom: 30px;

}
.footer-content{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.footer-social i{
color: #fff;
margin-bottom: 50px;
font-size: 25px;
padding: 0 45px;

}
.footer-social:first-child{
	margin-left:65;

}
#menu-icon{
	font-size: 25px;
	display: none;
	margin-left: 20px;

}
@media only screen and (max-width:800px){
.header-menu ul{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 100px;
	left: 0;
	background-color: #745b378a;
	width: 100%;
	overflow: hidden;
	transition: max-height .5s;

}
.header-menu ul li {
	margin-right: 50px;
margin-top: 5px;
margin-bottom: 5px;
}
.header-menu ul li a{
	color:#fcf7f7;

}
.header-menu #menu-icon{
	display: block;
	cursor: pointer	;

}
}
@media only screen and (max-width:990px){

	.about.img{
		width: 100%;
		margin: bottom 30px;
	}
.about-text{
	width: 100%;
}
 }
 /* Portfolio*/
 @media only screen and (max-width:990px){
	 .portfolio.portfolio-item{
		 flex-basis: 50%; ;
	 }
 }
 @media only screen and (max-width:580px){
.portfolio.portfolio-item{
	flex-basis: 100%;

}
 }@media only screen and (max-width:800px){
	 .contact-content{
		 flex-direction: column;

	 }.contact-item{
		 margin-top: 30px;

	 }
	 .contact-item p{
		 width: 100%;
		 text-align: center;


	 }
 }
