@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body{

}

.bodyresim{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url("../img/back.jpg") no-repeat top center;
}

#header {
	border-bottom: 1px #2f353f solid;
	position: relative;
	z-index: 1;
}

#header .nav-item {
	background: url("../img/menu-ayrac.jpg") no-repeat right;
	padding-right: 0.4rem;
	padding-left: 0.4rem;
}

#header .nav-item:last-child {
	background: none;
}

#header .nav-item .first {
	background: url("../img/menu-icon.png") no-repeat left;
	padding-left: 2.5rem;
}

#slide {
	position: relative;
	margin-top: -4.5rem;
	z-index: 0;
}

.bg-sari { background: #ffdb60; }
.bg-mavi { background: #21242a; }
.text-krem { color: #f3ebd3; }
.text-mavi { color: #313643; }
.text-sari { color: #ffdb60; }
.btn-sari {
  color: #313643 !important;
  background-color: #ffdb60 !important;
  border-color: #ffdb60 !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
}


#butonlar {
	margin-top: -1.4rem;
}

#butonlar a {
	text-decoration: none;
	padding: 1rem 6rem 0.7rem 6rem;
	font-size: 1rem;
	font-weight: 500;
	position: relative;
	z-index: 0;
}

#markalar .logo  {
	position: relative;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
}

.logo:hover .image {
  opacity: 0;
}

.logo:hover .middle {
  opacity: 1;
}


#iletisim {
	line-height: 4.5rem;
	font-size: 0.95rem
}

#footer {
	background: #24272f;
	color: #a0a3ad;
	font-size: 0.9rem;
	padding-top: 1rem;
	padding-bottom: 1.7rem;
}

#footer li {
	list-style-type: none;
	background: url("../img/footer-menu-ayrac.jpg") no-repeat right;
}


#footer li:last-child {
	background: none;
}

#footer li a {
	text-decoration: none;
	color: #a0a3ad;
	padding: 0.2rem 0.5rem;
}

#footer li a:hover {
	color: #ffdb60;
}

#footer .codeliva {
	text-align: right;
}

#govde {

}

#govde .icerik {
	font-size: 0.9rem;
}

#govde .baslik {
	font-size: 1rem;
	font-weight: 500;
	padding-left: 2.5rem;
	padding-top: 0.3rem;
	background: url("../img/baslik-icon.png") no-repeat left;
}

.urun {
	border:2px #2d343e solid;
}

.urun .urun-adi {
	display: block;
	text-decoration: none;
	color: #a0a3ad;
	text-align: center;
	padding: 0rem 0.5rem 0.7rem 0.5rem;
}

.urun .urun-adi:hover {
	color: #ffdb60;
}

.adres {
    font-size: 14px;
    line-height: 45px;
    font-weight: 400;
}

.adres img {
    margin-right: 6px;
}

.list-group-item a {
	color: #a0a3ad;
	text-decoration: none;
	display: block;
}

.list-group-item a:hover {
	color: #ffdb60;
}







.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}





/* Media < 1200 */

@media (max-width: 1200px) {

}

/* Media < 992 */

@media (max-width: 992px) {

	#slide {
		margin-top: 0;
	}

	.nav-link {
		text-align: center;
	}

	#header .nav-item .first {
		background: none;
		padding: 0;
	}

	#header .nav-item {
		background: none;
	}

}

/* Media < 768 */

@media (max-width: 768px) {	
	
}

/* Media < 576 */

@media (max-width: 576px) {


	#butonlar {
		margin-top: -0.8rem;
	}

	#butonlar a {
		padding: 1rem 2rem 0.7rem 2rem;
	}

	#footer {
		text-align: center;
	}

	#footer .codeliva {
		text-align: center;
	}
	
	#footer .list-group-horizontal {
		flex-direction: column;
		float: none !important;
	}

	#footer li {
		background: none;
		line-height: 1rem;
		padding-bottom: 0.7rem;
	}


} 

