body {
	font-family: Arial;
	background-color: #F5F1E6;
	margin: 0px;
	padding: 0px;

}

.banner {
	height: 250px;
	background-color: #F1E9D6;
	color: #FFFFFF;
	display: flex;
	padding: 60px 150px;
	overflow: hidden;
	display: flex;
    
	
}

.bic {
	display: flex;
	align-items: center;
	width: 100%;
	height: 250px;
	padding: 0 20px 10 20px;
	justify-content: center;
	
	
}


.bkare {
	width: 600px;                   
    height: 350px;                   
    border-radius: 10px;
	display: flex;
	overflow: hidden;
	justify-content: center;
}

.banner-metin {
	text-align: left;
	padding-right: 50px;
	color: #48231E;
	
}

.kategori {
	background-color: #F5F1E6;
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
	border-style: solid;
	border-color: #9b7e4b;
}

.ikategori a {
	color: #48231E;
	text-decoration: none;
	margin-right: 25px;
	font-weight: bold;
}

.metinb {
	width: 1400px;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: justify;
}
.anasayfa_gorsel {
	width: 1400px;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: justify;
	height: 450px;
}

.sirakisi{
    display: flex;
    justify-content: center;
    margin-top: 30px;
	margin-bottom: 30px;
	
}

.sirakisiler{
	background: #FFFFFF;
    border: 1px;
	border-style: solid;
	border-color: #ecf0f1;
    border-radius: 10px;
    width: 1000px;
    margin-bottom: 30px;
    text-align: center;
	padding: 20px;
	margin-right: 10px;
	height: auto;

}
.sirakisiler img{
	width: 200px;
	height:300px;
	overflow: hidden;
}
.sirakisiler:hover {
	transform: scale(1.1);
	transition: transform 1s ease;
}

.one_cikan{
	background: #F5F1E6;
    border-radius: 10px;
    width: 500px;
    margin-bottom: 30px;
    text-align: center;
	padding: 20px;
	margin-right: 15px;
	height: 320px;
	overflow: hidden;
}

.one_cikan img{
	width: 200px;
	height:200px;
	overflow: hidden;
}
.one_cikan img:hover {
	transform: scale(1.15);
	transition: transform 1s ease;
}

.incele_buton{
	display: inline-block;
    margin-top: 15px;
    padding: 10px 10px 10px 10px;
    background-color:  #48231E;
    color:#ffffff;
    text-decoration: none;
    border-radius: 4px;
}


.sirakisiler img{
	width: 200px;
	height:300px;
	overflow: hidden;
}

.kesif{
    display: flex;
    justify-content: center;
    margin-top: 30px;
	margin-bottom: 30px;
	
	
}
.kesif :hover{
	transform: scale(1.1);
	transition: transform 1s ease;
}

.ikesif{
	background-color: #FFFFFF80;
    border-radius: 10px;
    width: 250px;
    margin-bottom: 30px;
    text-align: center;
	padding: 20px;
	margin-right: 15px;
	
	
}
.ikesif img{
	border-radius: 10px;
}

.profilbolum{
	width: 80%;                               
    background-color:#FFFFFF;        
    padding: 20px;                  
    border-radius: 10px;            
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}



.profilfoto{
	width: 500px;                   
    height: 300px;                   
    border-radius: 10px;
	display: flex;
	overflow: hidden;
	justify-content: center;
}

.profilbilgi{
	display: flex;
}
.profilmetin{
	margin-left: 20px;
	text-align: justify;
}
.anasayfa_metin {
	width: 1400px;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: justify;
}
.yonet{
	background: #FFFFFF80;
    border: 1px;
	border-style: solid;
	border-color: #ecf0f1;
    border-radius: 10px;
    width: 80%;
	height:200px; 
	margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
	padding: 20px;
	margin-left: 10%;
	
}
.yonet img{
	width: 200px;
	height: 200px;
	float: left;
	overflow: hidden;
	border-radius: 4px;
	margin-right: 10px;
}
.yonet img:hover{
	transform: scale(1.1);
	transition: transform 1s ease;
}


.alt {
	text-align: center;
	padding: 20px;
	background-color: #5E1914;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 0px;
}