body {
	background-color: #ff57220f;
	width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  display: flex;
  color: #212121;
}

a {
	text-decoration: none;
	color: #212121;
}

h1 {
	font-size: 30px;
}

.grid {
	position: relative;
	width: 1100px;
	height: 100%;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0rem 0rem 1rem 0px rgb(6 169 244 / 8%);
}

.top-header {
	text-align: center;
	font-size: 24px;
  padding: 16px;
  display: none;
  background-color: #FF5722;
  color: #fff;
}

.top-header a {
	color: #fff;
	text-decoration: none;
}

.fa {
	font-size: 30px !important;
	margin-right: 12px;
	color:  #fff;
}

.header {
	background-color: #e62828;
	position: relative;
	height: 100px;
	padding: 10px 40px 10px 40px;
}

.instagram-header {
    float: right;
    margin-left: 10px;
}

.footer {
	text-align: center;
	background-color: #3a3a3e;
	color: white;
	font-size: 10px;
	padding: 20px;
}

.footer a {
	color: white;
}

.logo {
	width: auto;
	height: 100px;
	float: left;
	font-size: 1.5em;
	font-weight: 700;
	display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

#altlogo {
	font-size: 13px;
	color: #fcd1b3;
}

.menu {
	height: 65px;
  float: right;
}

.menu ul{
	list-style-type: none;
  display: flex;
  height: 65px;
  align-items: center;
}

.menu ul li {
	padding: 0px 30px;
}

.menu ul li a {
	font-size: 21px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}

.menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

.fiyat {
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    text-align: center;
    width: 20%;
    z-index: 999;
    background-image: linear-gradient(#ffffff00, #e52828);
    margin-top: -61px;
    padding: 10px;
    font-weight: 700;
    display: none;
}

/*Slider*/
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}

div#slider {
	overflow: hidden;
}

div#slider figure img {
	width: 20%; float: left;
}

div#slider figure
{ 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}

/*İçerik*/
.aciklama {
	padding: 27px 27px 15px 27px;
}

.slogan {
	padding: 10px 27px 27px 27px;
}

.galeri {
	padding: .5vw;
  font-size: 0;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
}

.four-row {
	-webkit-box-flex: auto;
	-ms-flex: auto;
  flex: auto; 
  width: 200px; 
  margin: .5vw; 
  box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
  //flex: 1 0 20rem;
	margin: 1rem;
	overflow: hidden;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.15);
}

.two-row {
	flex: 1 0 20rem;
	padding: 27px;
}

.iletisim {
	text-align: center;
}

.iletisim-list {
	list-style: none;
	padding-inline-start: 0px;
}

.iletisim-list .fa {
	font-size: 20px !important;
	color: #e62828;
}

.iletisim-list li {
	padding-bottom: 15px;
}

.sadecemobil {
    display: none;
}

.sadecepc {
    display: block;
}


/* Whatsapp ikon*/
.whatsapp {
position: fixed;
width: 60px;
height: 60px;
top: 160px;
right: 10px;
background-color: #25d366;
color: #FFF;
border-radius: 50px;
text-align: center;
font-size: 30px;
box-shadow: 2px 2px 3px #999;
z-index: 1001;
}

.my-whatsapp {
margin: 16px;
}

/*yukarı çık butonu*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 13px;
  border: none;
  outline: none;
  background-color: #e62828;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 5px;
}

#myBtn:hover {
  background-color: #555;
}



/*kodlar mobil için*/
@media only screen and (max-width:415px) {
    .whatsapp {
        top: 188px !important;
    }
    
    
	.logo {
		align-items: center;
		float: unset;
	}

	.menu {
		display: none;
	}

	.top-header {
		display: block;
	}

	.iletisim{
		text-align: left;
	}

	h1 {
		font-size: 25px;
	}
	
	.sadecemobil {
	    display: block;
	}
	
	.sadecepc {
	    display: none;
	}
	
	.fiyat {
	    width: 86%;
	    font-size: 48px;
	    margin-top: -84px;
	}
}