*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	/*font-family: 'oxygenregular';*/
}
.header{
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.header .slider{
	
	width: 100%;
	height: 100vh;
	object-fit: cover;
	position: fixed;
	z-index: -100;
}
.header .sliderbaslik{
	padding-left: 20px;
	padding-right: 20px;

	position: absolute;
	bottom: 70px;
	background-color: rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
}
.sliderbaslik .slideranabaslik{
	display: block;
	text-align: center;
	margin: 0 auto;
	font-size: 60px;
	font-weight: 700;
	color: #fefefe;

	font-family: 'oxygenregular';
	margin-bottom: -40px;
}
.sliderbaslik .slidericbaslik{
	text-align: center;
	font-size: 50px;
	font-family: 'atatrkregular';
	color: #D1A15D;
	margin-bottom: -15px;

}
.sliderbaslik a{
	display: block;
	width: 150px;
	margin: 0 auto;
	border-radius: 15px;
	text-decoration: none;
	background-color: #154C45 ;
	color: #fefefe;
	text-align: center;
	font-size: 30px;
	font-family: 'oxygenregular';
	margin-bottom: 15px;

}
.sosyal {
	position: absolute;
	display: block;
	width: 50px;
	height: 150px;
	background-color: rgba(128, 128, 128, 0.7);
	border-radius: 5px;
	bottom: 20px;
	left: 20px;
}
.sosyal a{
	display: flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fefefe;

}
.sosyal i{
	font-size: 40px;

}
.sosyal a:hover i{
	font-size: 50px;
	color: #154C45;
}
.kapsayicimenu{
	
	display: flex;
	width: 100%;	
	height: 130px;
	position: absolute;
	/*background-color: red;*/
	top: 15px;	
	z-index: 0;
	justify-content: center;
	align-items: center;
}
.logo{
	position: absolute;
	left:25px;
}


.logo img{
	display: block;
	width: 200px;
	margin: 0 auto;
	padding-top: 8px;
}
.icmenu{
	flex-basis: 450px;
	height: 45px;
	position: absolute;
	right: 25px;
	border-bottom: 1px solid #fefefe;
	/*background-color: blue;*/
	flex-shrink: 0;
}
.icmenu ul{
	display: block;
	width: 450px;
	height: 50px;

}
.icmenu ul li{
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	list-style: none;
	
}


.icmenu ul li a{
	display: flex;
	width: 150px;
	height: 50px;
	text-decoration: none;
	font-size: 22px;
	color: #fefefe;
	justify-content: center;
	align-items: center;
	font-family: 'oxygenregular';
}
.icmenu ul li a:hover {
	color: #D1A15D;
	transition:.2s ;
	

}
.icerikkapsayici{
	width: 100%;
	
	background-color: #fefefe;
	
	padding-top: 20px;
	padding-bottom: 20px;
}
.icerik1{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1000px;

	
	/*background-color: red ;*/
}
.icerik1 .yazi{
	flex-basis: 500px;
	min-width: 300px;
	min-height: 500px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 30px;
	margin-bottom: 20px;
	/*background-color: yellow;*/
}
.icerik1 .resim{
	flex-basis: 500px;
	min-width: 300px;
	height: 500px;
	/*background-color: yellow;*/
}
.resim img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.yazi .b1{
	font-size: 80px;
	font-weight: 700;
	font-family: 'oxygenregular';
}
.yazi .b2{
	margin-bottom: -45px;
	color: #D1A15D;
}
.yazi .b3{
	color:  #154C45;

}
.yazi p{
	font-size: 25px;
	text-align: left;
	font-family: 'oxygenregular';

}
.icerikkapsayici2{
	width: 100%;
	padding-bottom: 15px;
	position: relative;
	overflow: hidden;
	
	
	
	}

.icerikkapsayici2 .filterr{
	display: block;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);	
	z-index: -99;
	
	
}



.baslik{
	display: block;
	margin: 0 auto;
	color: #D1A15D;
	text-align: center;
	font-size: 60px;
	font-family: 'oxygenregular';
	
}
.kutu{
	flex-basis: 300px;
	min-width: 300px;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*background-color: #fefefe;*/
	
}
.kutu img{
	width: 250px;
	height: 250px;
	object-fit: cover;
	border-radius: 120px;
	margin-bottom: 20px;

}
.kutu h2{
	font-size: 20px;
	color: #fefefe;
	font-family: 'oxygenregular' ;
}
.icerikkapsayici3{
	width: 100%;
	
	background-color: #fefefe;
	
	padding-top: 20px;
	padding-bottom: 20px;
}
.icerik2{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 1000px;

	
	/*background-color: red ;*/
}
.icerik2 .prj{
	position: relative;
	flex-basis: 300px;
	min-width: 300px;
	height: 400px;
	box-shadow: 2px 2px 10px 4px gray;
	margin-bottom: 20px;
}
.prjbaslik{
	display: block;
	width: 400px;
	padding-left: 10px;
	margin: 0 auto;
	margin-bottom: 25px;
	font-size: 40px;
	font-family: 'oxygenregular' ;
	border-left: 5px solid #D1A15D;
	color: #154C45;
}
.prj img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	margin-bottom: 0px;
}
.a1 h2{
	display: block;
	font-size: 40px;
	text-align: center;
	font-family:'atatrkregular' ;
	margin-bottom: -70px;
	color: #22BABB;
}
.a2 h2{
	display: block;
	font-size: 40px;
	text-align: center;
	font-family:'atatrkregular' ;
	margin-bottom: -70px;
	color: #154C45;
}
.ayrinti{
	margin-top: 15px;

	flex-basis: 250px;
	min-width: 250px;
	height: 250px;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #ff7f00;
	font-family: 'oxygenregular';
	color: #fefefe;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;


}
.ayrinti h3{
	display: block;
	width: 220px;
	margin:0 auto;
	word-wrap: break-word;
}
.ic{
	color: black;
	text-align: center;
}

.icerikkapsayici4{
	width: 100%;
	overflow: hidden;
	position: relative;
	
	background-color: rgba(89, 89, 89, 1.0);
	padding-top: 20px;
	padding-bottom: 20px;
}
.icerik2 .ktlg1{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 800px;
	min-width: 300px;
}
.icerik2 .ktlg2{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-basis: 300px;
	min-width: 300px;
}
.ktlg1 h2{
	font-size: 40px;
	font-family: 'atatrkregular' ;
	color: #fefefe;
	text-align: center;
	font-weight: 50;	
}
.ktlg2 a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 50px;
	font-size: 18px;
	background-color:#154C45 ;
	border-radius: 15px;
	text-decoration: none;
	color: #fefefe;
	font-family: 'oxygenregular' ;
}
.icerikkapsayici4 img{
	display: block;
	position: absolute;
	width: 100%;
	object-fit: cover;
	top: 0px;
	bottom: 0px;
}
.icerikkapsayici5{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	position: relative;
	overflow: hidden;
	background-color: #fefefe;
	
	
	
	}
	.kutu1{
	flex-basis: 300px;
	min-width: 300px;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*background-color: #fefefe;*/
	
}
.kutu1 img{
	width: 250px;
	height: 250px;
	object-fit: cover;
	border-radius: 120px;
	margin-bottom: 20px;

}
.kutu1 h2{
	font-size: 20px;
	color: #707070;
	font-family: 'oxygenregular' ;
}
.burger{
	position: fixed;
	display: none;
	right: 30px;
	top: 50px;
	
	z-index: 1100;
}
.burger i{
	font-size: 40px;
	color: #D1A15D;
}
.yanmenu{
	
	position: fixed;
	display: none;
	top: 0px;
	right: 0;
	bottom: 0px;
	width: 200px;
	height: 100vh;
	background-color: #5F5F5F;
	padding-top: 110px;
	z-index: 1050;
	font-family: 'oxygenregular' ;
	font-size: 18px;
}
.yanmenu .ana{
	display: flex;
	position: relative;
	width: 200px;
	height: 40px;
	text-decoration: none;
	border-bottom:1px solid #fefefe;
	margin-bottom: 1px;
	align-items: center;
	padding-left: 20px;
	color: #fefefe;
}
.ana i{
	display: flex;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0px;
	justify-content: center;
	align-items: center;
	color: #F28A2E;
}
.yanmenu .altmenu{
	display: none;
	margin: 0 auto;
	width: 150px;
}

.bilgiislem{
	position: absolute;
	margin: 0 auto;
	bottom: 55px;
	width: 200px;
	text-align: center;
	color: #fefefe;
	font-weight: bold;
}
.bilgiislem i{
	font-size: 25px;
	color: #D1A15D;

}
.bilgiislem a{
	display: block;
	margin-top: 10px;
	color: #D1A15D;
	text-decoration: none;
}
.bilgiislem a:hover{
	text-decoration: underline;
	transition: .2s;
	
}
.dergi{
	position: fixed;
	display: none;
	
	top: 0px;
	bottom: 0px;
	width: 100%;
	
	background-color: rgba(254,254,254, 0.8);
	z-index: 1000;
}
.dergi .kapat{
	display: block;
	position: absolute;

	top: 20px;
	right: 20px;
	font-size: 50px;
	color: #D1A15D;
	z-index: 1000;


}
.dergiicerik{
	display: flex;
	
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 800px;
	padding-top: 150px;
	
	
}

.icerikkapsayici6{
	width: 100%;
	overflow: hidden;
	position: relative;
	
	background-color: rgba(89, 89, 89, 1.0);
	
}
.icerikkapsayici6 img{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0px;
	bottom: 0px;
}
.iletisimkapsayici{
	display: flex;
	margin: 0 auto;
	max-width: 1000px;

	justify-content: space-around;
	flex-wrap: wrap;
	

}
.iletisimkapsayici iframe{
	display: block;
	flex-basis: 500px;
	min-width: 300px;
	height: 400px;
	z-index: 800;
	

}
.iletisimkapsayici .baslikk{
	display: block;
	width: 100%;
	height: 20px;
	font-size: 40px;
	color: #fefefe;
	text-align: center;
	font-family: 'oxygenregular';
	margin-bottom: 40px;
}
.adres{
	display: block;
	position: relative;
	flex-basis: 500px;
	min-width: 300px;
	height: 400px;
	padding-left: 25px;
	padding-right: 25px;
	z-index: 800;
}
.adres .adresicerik{
	font-size: 20px;
	margin-bottom: 20px;
	font-family: 'oxygenregular';
	color: #fefefe;
}
.adres .adresbaslik{
	font-size: 25px;
	font-weight: 700;
	font-family: 'oxygenregular';
	color: #D1A15D;
}
.sosyal2 {
	
	display: block;
	margin: 0 auto;
	width: 150px;
	height: 50px;
	background-color: rgba(128, 128, 128, 0.7);
	border-radius: 5px;
	
}
.sosyal2 a{
	display: flex;
	float: left;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fefefe;

}
.sosyal2 i{
	font-size: 40px;

}
.sosyal2 a:hover i{
	font-size: 50px;
	color: #154C45;
}
.copyr{
	width: 100%;
	height: 40px;
	background-color: #fefefe;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
}

.copyr i{
	font-size: 18px;
	text-align: center;
	color: #154C45;
}
.copyr p{
	font-size: 18px;
	text-align: center;
	font-family: 'oxygenregular' ;
	color: rgba(89, 89, 89, 1.0);
}
.copyr .ad{
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	font-family: 'oxygenregular' ;
	color: #D1A15D;
}
.copyr a:hover{
	text-decoration: underline;
}
#magazine{

	width: 80%;
	aspect-ratio: 5/3;

	
}
#magazine .turn-page{
	background-color:#ccc;
	background-size:100% 100%;
}







@media screen and (max-width:1000px){

	.burger{
		display: block;
	}
	.icmenu{
		display: none;
	}



}

