*{
	margin: 0;
	padding: 0;
}
nav{
	font-family: montserrat;
	height: 80px;
	width: 100%;
}
label.logo{
	font-family: 'Lobster', cursive;
	letter-spacing: 5px;
	font-size: 35px;
	color: #db6400;
	padding: 0 100px;
	font-weight: bold;
	margin-top: 10px;
}
nav ul{
	float: right;
	margin-right: 200px;
}
nav ul li{
	display: inline-block;
	line-height: 80px;
	margin: 0 5px;
}
nav ul li a{
	color: #db6400;
	font-weight: bold;
	font-size: 17px;
	text-transform: uppercase;
	padding: 7px 13px;
	border-radius: 3px;
}
a.active, a:hover{	
	transition: .5s;
	text-decoration: none !important;
	color: black !important;
}
.checkbtn{
	font-size: 30px;
	color: #db6400;
	float: right;
	line-height: 80px;
	margin-right: 40px;
	cursor: pointer;
	display: none;
}
#check{
	display: none;
}
.anasehife{
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.7) 75%, #000000 100%),url(https://images.unsplash.com/photo-1414235077428-338989a2e8c0?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1050&q=80);
	width: 100%;
	height: 700px;
	float: left;
	background-repeat: no-repeat;
	background-attachment: scroll;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.basliq h1{
	text-align: center;
	color: white;
	font-size: 70px;
	margin-top: 250px;
	font-family: 'Lobster', cursive;
	letter-spacing: 5px;
}
.agekran{
	float: left;
	width: 100%;
	height: 2450px;
}
#sekil1 img{
	margin-top: 80px;
	width: 75%;
	height: 420px;
	background-size: cover;
	margin-left: 120px;
	border-radius: 50%;
}
#yazi1 pre{
	font-size: 40px;
	font-family: 'Lobster', cursive;
	margin-top: 100px;	
	color: #ac4b1c;
}
#yazi1 p{
	font-size: 20px;
}
#icon-yemek{
	text-align: center;
}
#icon-yemek i{
	color: #f5b971;
	font-size: 50px;
	margin-left: 15px;
}
#icon-yemek i:hover{
		color: #ac4b1c;
		cursor: pointer;
		transition: 0.6s;
}
#icon-yemek p{
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
	color: #de4463;
	font-weight: bold;
}
.modal{
	position: relative;
	display: none;
	left: 20% !important;
	top: 20px !important;
	width: 60% !important;
	height: 850px !important;
}
.carousel-item img{
	width: 100%;
	height: 650px;
	background-size: cover;
}
.carousel-control-prev{
	background: transparent !important;
}
.carousel-control-next{
	background: transparent !important;
}
.promise{
	background: url(https://images.unsplash.com/photo-1543738066-f1b819c5f69d?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1005&q=80);
	width: 100%;
	height: 600px;
	margin-top: 40px;
	background-size: cover;
	background-position: center;
}
#agreng{
	width: 100%;
	height: 300px;
	background: url(https://images.unsplash.com/photo-1495841020177-1919ede29bd8?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1781&q=80);
	margin-top: 150px;
	border-radius: 10px;
	text-align: center;
	background-size: cover;
	background-position: left;
	opacity: 0.7;
}
#agreng h2{
	font-size: 28px;
	font-weight: bold;
	color: black;
	margin-top: 60px;
}
#agreng p{
	font-size: 20px;
	color: black;
	margin-top: 30px;
}
.servis h1{
	font-size: 60px;
	text-align: center;
	margin-top: 100px;
	font-family: 'Lobster', cursive;	
	color: #ac4b1c;
}
#servis i{
	margin-left: 41%;
	margin-top: 60px;
	font-size: 55px;
	color: #f5b971;
}
#servis i:hover{
	color: #ac4b1c;
	cursor: pointer;
	transition: 0.6s;
}
#servis p{
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
	color: #de4463;
	font-weight: bold;
}
.yemek4 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 80px;
}
.yemek4 img{
	width: 25%;
	height: 300px;
}
.yemek4 img:hover{
	width: 25%;
	height: 300px;
	cursor: pointer;
	opacity: 0.5;
	transition: 0.5s;
}
.chef h1{
	font-size: 60px;
	text-align: center;
	font-family: 'Lobster', cursive;	
	color: #ac4b1c;
}
#chef1{
	text-align: center;
}
#chef1 img{
	width: 100%;
	height: 400px;
	margin-top: 50px;
	box-shadow: 0 0 20px 2px rgba(0,0,0,.1);
	transition: transform 0.8s;
}
#chef1 img:hover{
	transform: scale(1.1);
	cursor: pointer;
}
#chef1 h3,p{
	color: #ac4b1c;
}
.container{
	margin-top: 50px;
}
#yemek1 img{
	
	width: 44%;
	background-size: cover;
	height: 250px;
	margin-left: 10px;
}
#yemek2 {
	margin-top: 40px;
	text-align: center;
	color: #ac4b1c;
}
#yemek2 h1{
	margin-top: 40px;
}
#yemek2 input{
	width: 280px;
	height: 40px;
	
	margin-left: 30px;
	margin-top: 20px;
}
#yemek2 input:hover{
	border-color: #de4463;
}
#yemek2 button{
	width: 170px;
	height: 40px;
	margin-top: 20px;
	background-color: #de4463;
	color: white;
	border: none;
}
.sonhisse{
	margin-top: 130px;
	float: left;
	width: 100%;
	height: 550px;
	background-color: black;
	opacity: 0.85;
}
#social{
	text-align: center;
}
#social h1{
	color: white;
	font-size: 35px;
	margin-top: 80px;
}
#social i{
	font-size: 35px;
	color: white;
	margin-left: 10px;
	margin-top: 30px;
}
#social i:hover{
	color: #db6400;
	cursor: pointer;
	transition: 0.6s;
}
#hours{
	text-align: center;
}
#hours h1{
	color: white;
	font-size: 35px;
	margin-top: 80px;
	margin-bottom: 40px;
}
#hours pre{
	margin-top: 20px;
	color: white;
	font-weight: bold;
}
#reser h1{
	color: white;
	font-size: 35px;
	margin-top: 80px;
}
#reser{
	text-align: center;
}
#reser pre{
	margin-top: 40px;
	color: white;
	font-weight: bold;
}
#adres{
	text-align: center;
}
#adres h1{
	color: white;
	font-size: 35px;
	margin-top: 80px;
}
#adres pre{
	margin-top: 40px;
	color: white;
	font-weight: bold;
}
#social h1::after{
    position: absolute;
    content: "";
    background: #db6400;
    height: 3px;
    width: 60px;
    margin-top: 55px;
    margin-left: -140px;  
}
#hours h1::after{
    position: absolute;
    content: "";
    background: #db6400;
    height: 3px;
    width: 60px;
    margin-top: 55px;
    margin-left: -120px;  
}
#reser h1::after{
    position: absolute;
    content: "";
    background: #db6400;
    height: 3px;
    width: 60px;
    margin-top: 55px;
    margin-left: -130px;  
}
#adres h1::after{
    position: absolute;
    content: "";
    background: #db6400;
    height: 3px;
    width: 60px;
    margin-top: 55px;
    margin-left: -95px;  
}
#modalok{
	margin-top: 130px;
	margin-left: 13%;
	width: 30% !important;
	height: 300px !important;
	background-color: #f5b971;
	display: none;
}
#modalok .button2 i{
	margin-left: 90%;	
}
#modalok .button2 i:hover{
	cursor: pointer;
}
#modalok p{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-top: 50px;
}
.button2 button{
	text-align: center;
	border: none;
	width: 60px;
	height: 30px;
}
.button2{
	text-align: center;
}
.resert{
	float: left;
	width: 100%;
	height: 650px;
}
.resert img{
	width: 85%;
	height: 480px;
	margin-top: 120px;
}
.resert h1{
	margin-top: 120px;
	color: #ac4b1c;
}
.select select{
	width: 80%;
	height: 45px;
	margin-top: 15px;
	border: 1px solid rgba(122, 163, 150);
}
.date select{
	width: 39.5%;
	height: 45px;
	margin-top: 15px;
	border: 1px solid rgba(122, 163, 150);
}
.person select{
	width: 80%;
	height: 45px;
	margin-top: 15px;
	border: 1px solid rgba(122, 163, 150);
}
.button-m{
	border: none;
	width: 30%;
	height: 70px;
	margin-top: 15px;
	background-color: #f5b971;
	border-radius: 5px; 
	color: white;
}
.button-m button:hover{
	color: #f5b971;
	background-color: white;
	border: 1px solid  #f5b971; 
}
.button-r{
	border: none;
	width: 30%;
	height: 70px;
	margin-top: 15px;
	background-color: #f5b971;
	border-radius: 5px; 
	color: white;
}
.button-r button:hover{
	color: #f5b971;
	background-color: white;
	border: 1px solid  #f5b971; 
}
#melumat{
	margin-top: 80px;
	margin-left: 13%;
	width: 40% !important;
	height: 500px !important;
	background-color: #f5b971;
	display: none;
}
#melumat table{
	position: absolute;
	margin-top: 50px;
	text-align: center;
	border: 2.5px solid #ac4b1c;
	margin-left: 7.5%;
}
#melumat table th,td{
	width: 60px;
}
#melumat .button2 i{
	margin-left: 90%;	
}
#melumat .button2 i:hover{
	cursor: pointer;
}
.input1 input{
	width: 80%;
	height: 45px;
	margin-top: 15px;
	border: 1px solid rgba(122, 163, 150);
}
.button-m{
	border: none;
	width: 30%;
	height: 70px;
	margin-top: 15px;
	background-color: #f5b971;
	border-radius: 5px; 
	color: white;
}
.button-m button:hover{
	color: #f5b971;
	background-color: white;
	border: 1px solid  #f5b971; 
}
.button-r{
	border: none;
	width: 30%;
	height: 70px;
	margin-top: 15px;
	background-color: #f5b971;
	border-radius: 5px; 
	color: white;
}
.button-r button:hover{
	color: #f5b971;
	background-color: white;
	border: 1px solid  #f5b971; 
}
#melumat{
	margin-top: 80px;
	margin-left: 13%;
	width: 40% !important;
	height: 500px !important;
	background-color: #f5b971;
	display: none;
}
#melumat table{
	position: absolute;
	margin-top: 50px;
	text-align: center;
	border: 2.5px solid #ac4b1c;
	margin-left: 7.5%;
}
#melumat table th,td{
	width: 60px;
}
#melumat .button2 i{
	margin-left: 90%;	
}
#melumat .button2 i:hover{
	cursor: pointer;
}
.information{
	float: left;
	width: 100%;
	height: 550px;
}
.information h2{
	margin-top: 70px !important;
	font-size: 40px;
}
#box{
	margin-top: 70px;
}
#box button{
	width: 250px;
	height: 200px;
	border: none;
	background-color: #f5b971;
	border-radius: 15px;
}
#box p{
	font-size: 20px;
	font-weight: 500;
}
.map{
	float: left;
	width: 100%;
	height: 800px;
}
.map iframe{
	width: 100%;
	height: 650px;
	border: none;
}
.map h1{
	color: #ac4b1c;
}
.input1 input{
	width: 80%;
	height: 45px;
	margin-top: 15px;
	border: 1px solid rgba(122, 163, 150);
}
.textarea1 textarea{
	width: 80%;
	height: 150px;
	margin-top: 15px;
}
.button1 button{
	border: none;
	width: 30%;
	height: 70px;
	margin-top: 15px;
	background-color: #f5b971;
	border-radius: 5px; 
	color: white;
}
.button1 button:hover{
	color: #f5b971;
	background-color: white;
	border: 1px solid  #f5b971; 
}
.blog{
	float: left;
	width: 100%;
	height: 2300px;
}
.blog h1{
	font-size: 60px;
	text-align: center;
	font-family: 'Lobster', cursive;	
	color: #ac4b1c;
	margin-top: 100px;
}
#blog1{
	background: url(https://images.unsplash.com/photo-1542528180-a1208c5169a5?ixid=MXwxMjA3fDB8MHxzZWFyY2h8NHx8ZGlubmVyJTIwYmFja2dyb3VuZHxlbnwwfHwwfA%3D%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60);
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	margin-top: 30px;
	background-size: cover;
	background-position: center;
}
.yasil{
	width: 20%;
	height: 130px;
	background-color: rgba(21, 179, 63);
	float: right;
	margin-right: 50px;
	margin-top: 15px;
	text-align: center;
}
.yasil:hover{
	background-color: rgba(18, 148, 59);
	cursor: pointer;
}
.yasil h3{
	color: white;
	margin-top: 10px;
}
#blog2{
	margin-top: 30px;
	float: left;
}
#blog2 h2{
	font-size: 35px;
	font-weight: bold;
}
#blog2 p{
	font-size: 20px;
	margin-top: 30px;
}
#blog1-1{
	background: url(https://upserve.com/media/sites/2/FI-couple-at-dinner-w-phone-1100x600-1.jpg);
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	margin-top: 30px;
	background-size: cover;
	background-position: center;
}
#blog1-2{
	background: url(https://upserve.com/media/sites/2/kaboompics_Top-View-Coffee-with-Heart-Shape-cake-Macbook-Laptop-Man-1920x1280.jpg);
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	margin-top: 30px;
	background-size: cover;
	background-position: center;
}
.wrapper h1{
	font-size: 60px;
	text-align: center;
	font-family: 'Lobster', cursive;	
	color: #ac4b1c;	
}
.wrapper{
	width: 1200px;
	margin: 100px auto;
}
.title{
	text-align: center;
	margin-bottom: 60px;
}
.title span{
	display: block;
	font-size: 22px;
	font-style: italic;
}
.menu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu span{
	margin-left: 20px;	
}
.single-menu{
	flex-basis: 580px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.single-menu:nth-child(5), .single-menu:nth-child(6){
	border-bottom: 0;
}
.single-menu{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.single-menu img{
	max-width: 180px;
	margin-right: 30px;
	border-radius: 40%;
	border: 1px solid #ddd;
	padding: 3px;
	transition: .5s;
}
.single-menu:hover img{
	border-radius: 0;
}
.single-menu h4{
	text-transform: capitalize;
	font-size: 22px;
	border-bottom: 1px dashed #333;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.single-menu h4 span{
	float: right;
	color: #ac4b1c;
	font-style: italic;
}
@media screen and (min-width: 319px) and (max-width: 500px){
	.anasehife{
		margin-top: 40px;
		width: 100%;
	}
	label.logo{
		width: 60%;
		padding: 0 25px;
		font-size: 30px;
	}
	.basliq h1{
		font-size: 50px;
		margin-top: 200px;
	}
	#sekil1 img{
		margin-left: 70px;
	}
	#yazi1{
		margin-left: 15%;
	}
	#yazi1 pre{
		margin-left: 10%;
	}
	#icon-yemek {
		margin-top: 0px !important;
	}
	#sea, #coffee, #meat{
		margin-top: 30px;
	}
	#agreng{
		width: 80%;
		height: 300px;
		margin-left: 10%;	
	}
	#agreng p{
		font-size: 15px;
		text-align: justify;
	}
	.servis h1{
		margin-top: 50px;
	}
	.chef h1{
		margin-top: 800px;
	}
	.blog h1{
		margin-top: 50px;
	}
	#bl{
		margin-top: 10px !important;
	}
	.yasil{
		width: 110px;
	}
	.resert img{
		margin-top: 100px;
		margin-left: 8%;
	}
	#in h1{
		margin-top: 100px;
	}
	#in{
		margin-left: 8%;
	}
	.information h2{
		text-align: center;
	}
	#box{
		margin-left: 10%;
	}
	#box button{
		margin-top: 20px;
	}
	#mp{
		margin-top: 600px;
	}
	#inn{
		margin-left: 10%;
		margin-top: 70px;
	}
	.sonhisse{
		margin-top: 1650px;
		height: 1200px;
	}
}
@media screen and (min-width: 501px) and (max-width: 601px){
	label.logo{
		width: 60%;
		margin-left: 0px;
		padding: 0 25px;
		/* font-size: 30px; */
	}
	.anasehife{
		margin-top: 40px;
		width: 100%;
	}
	#yazi1{
		/* margin-top: 100px; */
		margin-left: 30%;
	}
	#sekil1 img{
		width: 400px;
	}
	.sonhisse{
		margin-top: 900px;
		height: 800px;
	}
}
@media screen and (min-width: 601px) and (max-width: 991px){
	#sekil1 img{
		float: left;
		margin-left: 0;
	}
	#agreng{
		height: 900px !important;
	}
	.sonhisse{
		margin-top: 700px;
		height: 600px;
	}
}
@media(max-width: 858px){
	.checkbtn{
		display: block;
	}
	ul{
		position: fixed;
		width: 100%;
		height: 100vh;
		left: -100%;
		text-align: center;
		transition: all .5s;
	}
	nav ul li{
		display: block;
		margin: 50px 0;
		line-height: 30px;
	}
	nav ul li a{
		font-size: 20px;
	}
	a:hover, a:active{
		color: black;
		background-color: white;
		transition: .5s;
		text-decoration: none !important;
		color: black !important;
	}
	#check:checked ~ ul{
		left: 0;
	}
}