html,
body,


#cover{
height: 65vh;
}
#cover{
	background:  url('../images/asd1.jpg') no-repeat center center fixed ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

}
.fixed-top{
	max-width: auto;
	margin:5px auto;
}
.collapse {
	max-width: 1140px;
	margin:0 auto;

}

.col-sm-11 a img{
	width: 20px;
	height: 10px;
}

h1{
	margin-top: 13%;
	font-family: 'font-family: 'Montserrat', sans-serif';
	color: #efefef;
	font-size:30px;
	font-style: italic;
}
.btn-primary {
	background-color: white;
	border-style: none;
	text-transform: uppercase;
	color: black;

}
a.nav-link{
	margin-left: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	color: black !important;
	font-size: 20px;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;

}
a.nav-link:hover {
	color: red!important;
}
/**Section Urunler**/
#urunler {
	padding: 10px 0;
}
.urunler-top h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	font-weight: 700;
	color:red;
}
.urunler-top p{
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-style: italic;
	color: #777;
}
.item-circle{
	
	width: 180px; height: 180px;
	margin: 0 auto;
	border-radius: 200px;
}
.urunler-content i{
	color:red;
	line-height: 180px;

}

.urunler-content h4{
	color: red;
	font-size: 30px;
}


.urunler-content p{
	color: #777;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;

}

#urun{
	background-color: #c61f27;

	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.urun-top h3{
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color:white;
}

.card {
	border-style: none;
	background-color: #c61f27;
}
.urun-content .row{
	margin-bottom: 50px;
}

.urun-content h4{
	font-size: 23px;
	font-family: 'Roboto', sans-serif;
	color: white;
}
.urun-content p{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: white;
}
#carousel {
	border: 1px;
	margin-top: 20px;
	margin-bottom: 20px;

	
}

.d-block w-100 {
  width: 100%;
}
.carousel-inner{
  width:100%;
  max-height: 400px !important;
}

#footer{
	background-color: #c61f27;
	max-width: auto;
	margin-top: 10px;
	max-height: 350px;

}
#footer .container hr{
	width: 100vh;

}
.f-three .item{
	float: left;
	margin-left: 10px;
	color: white;
}
.footer-content{
	color: white;
	padding: 25px 0;
}

.footer-content h4{
	font-size: 25px;
	font-family: font-family: 'Roboto', sans-serif;
}
#footer a{
	color: white;
}
#about img{
	margin-top: 20px;
	margin-bottom: 20px;

}

#icerik {
	padding: 120px 0;
}

.icerik-top h3{
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	font-weight: 700;

}
.icerik-content p{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
}

.icerik-content .row {
	
	margin-top: 30px;
}

.icerik-content h4{
	
	font-size: 24px;
	font-weight: 700;

}
.icerik-content p{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #777;
}
.icerik-content {
	position: relative;
}

.icerik-content:before{
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 4px;
	left: 50%;

	background-color: #c61f27;
}

.icerik-circle{
	position: relative;
	text-align: center;
}

.icerik-circle:before{
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 180px;
	height: 180px;
	background-color: #c61f27;
	border-radius: 180px;
	border: 4px solid #f9f1f9 ;
	left: 50%;
	margin-left: -91.5px;
	
}

.icerik-circle .red-text{
	position: relative;
	z-index: 1;
	padding-top: 40px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: white;
}

#contact{
	padding: 120 0px;
}
.supports-content p{


}

/*media Queries*/
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {  }

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) {  }

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) {  

	


#cover h1 {
	margin-top: 2%;
	font-family: 'font-family: 'Montserrat', sans-serif';
	color: #efefef;
	font-size: 60px;
	font-style: italic;

}
.col-sm-11 img {
	width: 15px;
}
}