@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
*{
	box-sizing: border-box;
	font-family: 'Quicksand', sans-serif;
	text-decoration:none;
}
a{
	color: #000;
	cursor: pointer;
	transition: 500ms all;
}
a:hover{
	color: #ff0000;
}
body{
	padding: 0;
	margin:0;
	background: #fff;
}
img{
	width: 100%;
	vertical-align: middle;
	border-style: none;
}

.header{
	width: 100%;
	background: url(https://www.mdz.com.tr/images/arkaplan.png);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.header:before{
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.4;
	position: absolute;
	z-index: -1;
}
.header .header_ust{
	width: 100%;
	border-bottom: solid 1px #ddd;
}
.header .header_ust .logo{
	display: block;
	width: 246px;
	padding: 2px 7px;
	border-right: solid 1px #ddd;
	float: left;
}
.header .header_ust .logo_yan{
	padding: 0 15px;
	font-size: 22px;
	border-right: solid 1px #ddd;
	height: 85px;
	display: table;
	line-height: 85px;
	float: left;
}
.header .header_ust .sosyal_btn{
	padding: 0 15px;
	font-size: 22px;
	border-left: solid 1px #ddd;
	height: 85px;
	display: table;
	line-height: 85px;
	float: right;
}
ul.menu{
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #ddd;
}
ul.menu li{
	list-style-type: none;
	float: left;
}
ul.menu li a{
	padding: 15px 20px;
	display: block;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 15px;
}
ul.menu li a:hover{
	background: #d62226;
	color: #fff;
}

.slider{
	width: 100%;
	height: 660px;
	background: #ddd;
	border-radius: 8px;
	position: relative;
	background-image: url(../images/slider.jpg);
	background-position: center top;
	background-size: cover;
	overflow: hidden;
	z-index: -1;
}
.slider:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../images/slider_mask.png);
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.ana_kategori_alan{
	width: 100%;
	padding: 30px 0 80px;
}
.ana_kategori_alan .kategori_kutu{
	width: 100%;
	padding-bottom: 80%;
	height: 0;
	position: relative;
	border-radius: 8px;
	overflow:hidden;
	z-index: 0;
}
.ana_kategori_alan .kategori_kutu:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, black 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, black 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0.5;
	z-index: -1;
	transition: all 0.4s;
}
.ana_kategori_alan .kategori_kutu img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: -5;
}
.ana_kategori_alan .kategori_kutu small{
	display: table;
	margin: 0 auto;
	color: #fff;
	padding: 27px 0 5px;
}
.ana_kategori_alan .kategori_kutu h3{
	margin: 0;
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-size: 25px;
}
.ana_kategori_alan .kategori_kutu a{
	padding: 10px 15px;
	border: solid 1px #fff;
	color: #fff;
	margin: 0 auto;
	display: table;
	margin-top: 55px;
	font-weight: 800;
	background: rgba(0,0,0,0.1);
	transform: scale(0);
	transition:250ms all;
}
.ana_kategori_alan .kategori_kutu:hover a{
	transform:scale(1);
}

.ana_urunler_alan{
	width: 100%;
	padding: 20px 0 80px;
}
.urunler_flex{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.urun_kutu{
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 3px 30px rgb(0 0 0 / 10%);
}
.urun_kutu .resim_on{
	aspect-ratio: auto 100 / 100;
	width: 100%;
	position: relative;
}
.urun_kutu .resim_on img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
}
.urun_kutu .urun_baslik{
	padding: 20px;
	font-size: 20px;
	font-weight: 900;
	position: relative;
}
.urun_kutu .urun_baslik span{
	display: block;
	width: 45px;
	height: 45px;
	background: #66aaff;
	position: absolute;
	right: -150px;
	top: 11px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	font-size: 22px;
	color: #343434;
	transition: 500ms all;
}
.urun_kutu:hover .urun_baslik span{
	right: 10px;
}

.alt_slide{
	width: 100%;
	height: 500px;
	background: #ddd;
	margin-top: 50px;
	background-image: url('../images/alt_slide.jpg');
	background-position: center right;
	background-size: cover;
	display: flex;
	align-items: center;
}
.alt_slide h3{
	color: #fff;
	font-size: 60px;
	margin: 0;
	text-shadow: 0 0 20px #c3c3c3;
}
.alt_slide a{
	display: table;
	margin-top: 32px;
	border: solid 5px #fff;
	padding: 11px 22px;
	color: #fff;
	text-transform: uppercase;
}
.alt_slide a:hover{
	background: #000;
	border: solid 5px #000;
}

.kurumsal_sayfa{
	padding: 25px 0;
}
.kurumsal_sayfa h1{
	margin: 0;
}
.kurumsal_sayfa p{
	line-height: 25px;
}
.kurumsal_sayfa .kurumsal_slide{
	width: 100%;
	height: auto;
	background: #ddd;
	border-radius: 8px;
	margin: 35px 0;
	overflow: hidden;
}
.kurumsal_sayfa .misyon_alan h2{
	margin: 0;
	margin-bottom: 11px;
}

.urun_icerik{
	border:solid 1px #ddd;
	border-radius: 8px;
	overflow: hidden;
}
.urun_icerik .u_resim_alan{
	padding: 0;
}
.urun_icerik .u_yazi_alan{
	padding: 20px 25px;
}
.urun_icerik h1{
	margin: 0;
	margin-bottom: 15px;
}


.yan_menu{
	width: 100%;
}
.yan_menu ul{
	margin: 0;
	padding: 0;
}
.yan_menu ul li{
	list-style-type: none;
	border-bottom: solid 1px #ddd;
}
.yan_menu ul li:last-child{
	border-bottom: unset;
}
.yan_menu ul li a{
	display: block;
	padding: 10px 10px 10px 45px;
	position: relative;
}
.yan_menu ul li a:hover{
	padding-left: 50px;
}
.yan_menu ul li a:before{
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	left: 16px;
	top: 12px;
}
.yan_menu ul li.alt_kate a{
	padding-left: 60px;
	color: #6a6a6a;
}
.yan_menu ul li.alt_kate a:before{
	content: '\f178';
	left: 32px;
}


.ilet_kutu{
	margin-top: -120px !important;
	background: #fff;
	position: relative;
	min-height: 160px;
	z-index: 2;
}
.ilet_kutu .ilet_ilet{
	padding: 38px 25px;
}
.ilet_kutu .ilet_ilet i.mini{
	display: inline-block;
	font-size: 16px;
	margin: 0;
}
.ilet_kutu .ilet_ilet i{
	display: block;
	text-align: center;
	font-size: 33px;
	margin-bottom: 20px;
}
.ilet_kutu .ilet_ilet span{
	display: block;
	text-align: center;
	font-weight: 900;
	margin-bottom: 17px;
}
.ilet_kutu .ilet_ilet a{
	display: block;
	text-align: center;
	margin-top: 9px;
}

.footer{
	background-color: #363538;
	padding: 30px 0;
	color: #fff;
	position: relative;
	z-index: 0;
}
.footer:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: #363538;
	top: 0;
	left: 0;
	opacity: 0.8;
	z-index: -1;
}
.footer:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../images/footer_back.png);
	background-position: center bottom;
	background-size: cover;
	top: 0;
	left: 0;
	opacity: 0.1;
	z-index: -2;
}
.footer .alt_cizgi{
	border-bottom: solid 1px #4d4d4e;
	padding: 22px 0;
}
.footer img{
	width: 230px;
	margin: 0 auto;
	display: block;
}
.footer ul{
	margin: 0;
	padding: 0;
}
.footer ul li{
	list-style-type: none;
	display: block;
}
.footer ul li a{
	display: block;
	width: 100%;
	padding: 7px 7px 7px 50px;
	color:#fff;
	position: relative;
}
.footer ul li a:before{
	content: '\f219';
	font-family: 'FontAwesome';
	position: absolute;
	left: 17px;
	top: 9px;
}
.footer .ilet{
	display: block;
	color: #fff;
	margin-top: 15px;
}
.footer .sosyal_dis{
	margin-top: 26px;
}
.footer .sosyal{
	color: #fff;
	font-size: 21px;
	margin-right: 10px;
}
.footer_alt{
	background: #262626;
	padding: 10px 0;
	color: #fff;
	font-size: 13px;
}
.footer_alt .bykara{
	color: #fff;
	float: right;
}

.baslik{
	margin-bottom: 15px;
}
.baslik h2{
	margin: 0;
	margin-bottom: 10px;
}
.baslik p{
	display: table;
	float: left;
	margin: 0;
}
.baslik a{
	float: right;
}