body{
	padding-top: 85px;
}
p{
    font-size:18px;
    line-height: 28px;
    font-weight: 300;
    display:block;
    margin-bottom: 30px;
}
p:last-child, p:last-of-type{
    margin-bottom: 0;
}
header{	
    position: fixed;
    top: 0;
    width: 100%;
	padding:0px 30px;
    height: 85px;
    z-index: 99999999;
	background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.form-kvkk label {
    display: flex
;
    gap: 5px;
}
.form-kvkk a {
    line-height: 20px;
    font-weight: bold;
    color: #4B5563;
}

.header-logo img{
	width: 300px;
}
.header-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 85px;
}
.header-link nav ul{
	display: flex;
	align-items: center;
}
.header-link nav ul li{
	margin-right: 45px;
}
.header-link nav ul li:last-child{
	margin-right: 0;
}
.header-link nav ul li a{
	color: #000;
	font-size: 17px;
	
	display: block;
	position: relative;
	transition: all 0.4s ease-out;
	white-space: nowrap;
}
.header-link nav ul li a:hover{
	color: #000;
    text-shadow: .5px 0px #000;
}

.header-iletisim ul{
	display: flex;
	justify-content: end;
}
.header-iletisim ul li{
	margin-right: 10px;
}
.header-iletisim ul li a{
	display: block;
	padding: 10px 20px;
	border-radius: 99px;
	transition: all 0.4s;
	font-size: 17px;
}
.header-iletisim ul li a:hover{
	transform: scale(0.96);
}
.header-iletisim ul li:last-child{
	margin-right: 0;
}
.header-iletisim-rez a{
	background: #662638;
	color: #fff;
}
.header-iletisim-tel a{
	background: #A4B969;
	color: #fff;
}
.header-iletisim-dil a{
	background: transparent;
	color: #662638;
	border: 1px solid #662638;
}
.header-iletisim-dil a:hover{
	background: #662638;
	color: #fff;
}
.anasayfa-slider{
	width: 100%;
	position: relative;
}
.anasayfa-slider picture{
	width: 100%;
	display: block;
}
.anasayfa-slider picture img{
	display: block;
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 85px);
}

.anasayfa-slider:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.47) 100%);
}

.slider-text {
	position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    color: #fff;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.slider-text h1 {
	font-size: 65px;
	margin-bottom: 20px;
	
}
.slider-text h2 {
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 40px;
}
.sayfa-btn1{
	background: #A4B969;
	color: #fff;
	padding: 20px 40px;
	font-size: 17px;
	font-weight: bold;
	transition: all 0.4s;
	border-radius: 99px;
	display: block;
}
.sayfa-btn1:hover{
	transform: scale(0.96);
}
.card-img-top {
	object-fit: cover;
	height: 48vh; 
}
.sayfa-baslik{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sayfa-baslik h2{
	font-size: 50px;
	color: #A4B969;
	text-align: center;
	font-weight: bold;
}
.sayfa-baslik h2 span{
	display: block;	
}
.sayfa-baslik h3{
	color: #000;
	font-size: 45px;
	text-align: center;
}
.sayfa-baslik p{
	font-size: 20px;
	text-align: center;
}
.anasayfa-menu-img{
	width: 100%;
	height: 100%;
}
.anasayfa-menu-img figure{
	width: 100%;
	height: 100%;
}
.anasayfa-menu-img figure img{
	border-radius: 30px 0 0 30px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.anasayfa-menu-box{
	position: relative;
	padding: 0 50px;
}
.anasayfa-menu-box h4{
	font-size: 25px;
	font-weight: bold;
	color: #662638;
}
.anasayfa-menu-list span{
	color: #000;
	font-size: 16px;
}
.anasayfa-menu-list span b{
	color: #662638;
	font-style: italic;
}
.anasayfa-menu-list p{
    font-size: 12px;
    line-height: 17px;
    font-style: italic;
    margin-top: 6px;
}
.anasayfa-menu-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.anasayfa-menu-baslik{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 15px;
}
.anasayfa-menu-list li{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.anasayfa-menu-baslik h3{
	font-size: 40px;
	
	font-weight: bold;
	margin-bottom: 10px;
}
.anasayfa-menu-baslik p{
	font-size: 22px;
	font-weight: 500;
}
.anasayfa-menu-icerik{
	display: flex;
	align-items: center;
	justify-content: center;
}
.anasayfa-menu-icerik img{
	margin-right: 15px;
}
.anasayfa-menu-box-main{
	position: relative;
}
.anasayfa-menu-box-main:before{
	content: "";
	position: absolute;
	left: 12px;
	top: 0;
	width: 1px;
	height: calc(100% - 40px);
	background: #662638;
}
.anasayfa-menu-box:before{
	content: "";
	position: absolute;
	width: 41px;
	height: 41px;
	background: #662638;
	border-radius: 50%;
	left: -20px;
	top: -5px;
}
.menu-btn{
	display: flex;
	margin-top: 30px;
	padding-left: 50px;
}
.menu-btn a{
    padding: 20px 60px;
}
.sayfa-btn2{
    background: #662638;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    transition: all 0.4s;
    border-radius: 99px;
}
.sayfa-btn2:hover{
	transform: scale(0.96);
}
.sayfa-banner1{
	width: 100%;
	position: relative;
	border-radius: 30px;
}
.sayfa-banner1:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
background: linear-gradient(180deg,rgba(164, 185, 105, 0) 0%, rgba(164, 185, 105, 0) 55%, rgba(164, 185, 105, 0.9) 100%);
	z-index: 1;
	border-radius: 30px;
}
.sayfa-banner1 img{
	width: 100%;
	border-radius: 30px;
}
.sayfa-banner1-text{
	padding: 30px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	justify-content: center;
}
.sayfa-banner1-text h2{
	font-size: 50px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
}
.sayfa-banner1-text h2 span{
	display: block;
	color: #A4B969;
}
.sayfa-banner1-text p{
	width: 40%;
	font-size: 20px;
	font-weight: 400;
}

.mutfak-deneyimi-icerik h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.mutfak-deneyimi-icerik h2{
	font-size: 22px;
}
.mutfak-deneyimi-icerik{
	height: 100%;
}
.mutfak-deneyimi-icerik ul{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 0;
}

.mutfak-deneyimi-icerik ul li {
	margin-bottom:20px;
}

.mutfak-deneyimi-img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.anasayfa-ozel-img{
	width: 100%;
}
.anasayfa-ozel-img img{
	width: 100%;
	border-radius: 30px;
}
.anasayfa-ozel-icerik{
	height: 100%;
	border-radius: 30px;
	background: #662638;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
}
.anasayfa-ozel-text ul{
	display: flex;
	margin-top: 40px;
}
.anasayfa-ozel-text ul li{
	margin-right: 15px;
}
.anasayfa-ozel-text ul li:last-child{
	margin-right: 0;
}
.anasayfa-ozel-text ul li:last-child a{
	background: #fff;
}
.anasayfa-ozel-text h2{
	color: #CFDDBB;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}
.anasayfa-ozel-text p{
	color: #CFDDBB;
	font-size: 16px;
}
.anasayfa-ozel-img{
	height: 100%;
}
.anasayfa-ozel-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.footer_ust-rez{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	padding: 30px 0;
	
}
.footer_ust-rez .sayfa-btn2{
	padding: 20px 60px;
}
.footer_ust-rez h2{
	color: #000;
	font-size: 35px;
	margin: 40px 0;
}
.footer_ust-rez p{
	font-size: 22px;
	margin-bottom: 30px;
    max-width: 1000px;
	text-align: center;
}
.footer_orta{
	background: #000;
	padding: 30px 0;
}
.footer_alt{
	background: #000;
	padding: 30px 0;
	border-top: 1px solid #A4B969;
}
.footer_alt-icerik{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.footer_alt-icerik ul{
	display: flex;
	align-items: center;
}
.footer-link ul{
	display: flex;
	align-items: center;
}
.footer-link ul li{
	margin-right: 15px;
}
.footer-link ul li:last-child{
	margin-right: 0;
}
.footer-link ul li a{
	color: #fff;	
	position: relative;
	font-size: 17px;
	transition: all 0.4s;
	white-space: nowrap;
}
.footer_orta .row:last-child{
	display: flex;
	align-items: center;
}
.header-main > div{
	flex: 1;
}
.footer-link ul li a:hover{
	color: #A4B969;
    text-shadow: .5px 0px #A4B969;
}
.footer-sosyal ul{
	display: flex;
	align-items: center;
	justify-content: end;
}
.footer-sosyal ul li{
	margin-right: 30px;
}
.footer-sosyal ul li:last-child{
	margin-right: 0;
}
.footer-sosyal ul li a{
	display: block;
}
.footer-sosyal ul li a i{
	color: #000;
	background: #A4B969;
	font-size: 16px;
	padding: 8px;
	border-radius: 50px;
	transition: all 0.4s;
}
.footer-sosyal ul li a:hover i{
	background: #F5F1E8;
	color: #A4B969;
}
.footer-orange span{
	font-size: 17px;
	color: #fff;
}
.footer-adres a{
	color: #fff;
	transition: all 0.4s;
}
.footer-adres a:hover{
	text-decoration: underline;
}
.footer-tel ul{
	display: flex;
	align-items: center;
	justify-content: end;	
}
.footer-tel ul li{
	margin-right: 20px;
}
.footer-tel ul li:last-child{
	margin-right: 0;
}
.footer-tel ul li a{
	display: block;
	padding: 10px 20px;
	border: 1px solid #A4B969;
	color: #A4B969;
	font-size: 17px;
	border-radius: 99px;
	transition: all 0.4s;
	background: transparent;
	white-space: nowrap;
}
.footer-tel ul li a:hover{
	background: #A4B969;
	border-color: #A4B969;
	color: #000;
}
.footer_alt-icerik ul li{
	margin-right: 40px;	
}
.footer_alt-icerik ul li:last-child{
	margin-right: 0;	
}
.footer_alt-icerik ul li a{
	color: #fff;
	font-size: 20px;
}
.footer_alt-icerik span{
	color: #fff;
	font-size: 20px;
}
.footer_alt-icerik ul li a:hover{
	text-decoration: underline;
}
.sayfa-ust{
	width: 100%;
	position: relative;
}
.sayfa-ust picture{
	width: 100%;
	display: block;
}
.sayfa-ust picture img{
	display: block;
    width: 100%;
    object-fit: cover;
	max-height: 60vh;
}
.sayfa-ust:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg,rgba(164, 185, 105, 1) 0%, rgba(0, 0, 0, 0.37) 73%, rgba(0, 0, 0, 0.37) 100%);
}


.box-design-img{
	width: 50%;
}
.box-design-text{
	width: 50%;
	padding-right: 60px;
}
.box-design-icerik{
	display: flex;
	align-items: center;
}
.box-design-main .box-design-icerik:nth-child(2n) .box-design-text{
	padding-right: 0;
	padding-left: 60px;
}
.box-design-main .box-design-icerik:nth-child(2n){
	flex-direction: row-reverse;
}
.box-design-main .box-design-icerik{
	margin-bottom: 60px;
}
.box-design-main .box-design-icerik:last-child{
	margin-bottom: 0;
}
.box-design-main2 .box-design-icerik .box-design-text{
	padding-right: 0;
	padding-left: 60px;
}
.box-design-main2 .box-design-icerik:nth-child(2n) .box-design-text{
	padding-left: 0;
	padding-right: 60px;
}
.box-design-main2 .box-design-icerik:nth-child(2n){
	flex-direction: row-reverse;
}
.box-design-main2 .box-design-icerik{
	margin-bottom: 60px;
}
.box-design-main2 .box-design-icerik:last-child{
	margin-bottom: 0;
}
.box-design-img figure{
	width: 100%;
}
.box-design-img figure img{
	width: 100%;
	border-radius: 30px;
}
.box-design-main2 .box-design-img figure img{
	width: auto;
	margin: auto;
}
.box-design-text figure{
	margin-bottom: 20px;
}
.box-design-text figure img{
	max-width: 200px;
}
.box-design-text h2{
	font-size: 25px;
	font-weight: bold;
	color: #A4B969;
	margin-bottom: 20px;
}
.box-design-text h3{
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: bold;
	color: #000;
}
.box-design-text p{
	font-size: 17px;
}
.menuler-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2px 70px 40px 70px;
	border-radius: 30px;
}
.box-color1{
	background: #CFDDBB;
}
.box-color2{
	background: #F7ECD1;
}
.box-color3{
	background: #662638;
}
.menuler-box figure{
	width: 100%;
}
.menuler-box figure img{
	width: 100%;
	border-radius: 145px 145px 900px 900px;
}
.menuler-box h2{
	margin: 35px 0;
	font-weight: bold;
	color: #662638;
	font-size: 40px;
	text-align: center;
}
.menuler-box p{
	padding-bottom: 50px;
	font-size: 30px;
	color: #662638;
	text-align: center;
    line-height: normal;
}
.box-color1.menuler-box a{
	background: #fff;
}
.box-color2.menuler-box a{
	background: #662638;
	color: #fff;
}
.box-color3.menuler-box h2{
	color: #CFDDBB;
}
.box-color3.menuler-box p{
	color: #CFDDBB;
}
.rezervasyon-form-ust{
	display: flex;
	flex-wrap: wrap;
}
/* Yıl alanını düz yazı gibi göster */
.flatpickr-current-month input.cur-year {
  pointer-events: none;         /* tıklanmasın */
  border: 0;
  background: transparent;
  padding: 0;
  width: auto;
  box-shadow: none;
  font-weight: 600;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: textfield;
}
/* WebKit tarayıcılarda spinner’ı kaldır */
.flatpickr-current-month input.cur-year::-webkit-outer-spin-button,
.flatpickr-current-month input.cur-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Flatpickr’in kendi ↑↓ ikonları varsa onları da gizle */
.flatpickr-current-month .numInputWrapper .arrowUp,
.flatpickr-current-month .numInputWrapper .arrowDown {
  display: none !important;
}
.flatpickr-current-month span.cur-month:hover{
	background: none;
}
.flatpickr-current-month span.cur-month{
	margin-right: 10px;
}
.numInputWrapper:hover{
	background: none;
}
.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay{
    background: #662638;
    border-color: #662638;
}
.rezervasyon-form-ust h5{
	color: #4B5563;
}
.rezervasyon-form-ust .dropdown button{
	padding: 15px 25px;
	background: #fff;
	text-align: left;
	color: #4B5563;
	font-size: 16px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: relative;
	height: 60px;
	background-repeat:no-repeat; 
	background-position:right 3px center; 
	background-size:30px 10px; 
	background-color:#fff; 
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.dropdown-toggle::after{
	content: none;
}
.flatpickr-input[readonly]{
	padding: 15px 25px;
	background: #fff;
	text-align: left;
	color: #4B5563;
	font-size: 16px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: relative;
	font-weight: bold;
	box-shadow: none!important;	
	border-color: transparent!important;
	background-repeat:no-repeat; 
	background-position:right 3px center;
	background-size:30px 10px; 
	height: 60px;
	background-color:#fff;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='451.847px' height='451.847px' viewBox='0 0 451.847 451.847' style='enable-background:new 0 0 451.847 451.847;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M225.923,354.706c-8.098,0-16.195-3.092-22.369-9.263L9.27,151.157c-12.359-12.359-12.359-32.397,0-44.751 c12.354-12.354,32.388-12.354,44.748,0l171.905,171.915l171.906-171.909c12.359-12.354,32.391-12.354,44.744,0 c12.365,12.354,12.365,32.392,0,44.751L248.292,345.449C242.115,351.621,234.018,354.706,225.923,354.706z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.rezervasyon-form-ust .dropdown button strong{
	color: #4B5563;
	font-size: 16px;
}
.rezervasyon-form-ust .dropdown button span{
	color: #4B5563;
	font-size: 16px;
}
.rezervasyon-form-alt h5{
	color: #4B5563;
}
.rezervasyon-form-alt input{	
	padding: 15px 25px;
	background: #fff;
	text-align: left;
	color: #4B5563;
	font-size: 16px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: relative;
	height: 60px;
	border: none;
	width: 100%;
	font-weight: bold;
}
.rezervasyon-form-alt textarea{	
	font-weight: bold;
	padding: 15px 25px;
	background: #fff;
	text-align: left;
	color: #4B5563;
	font-size: 16px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: relative;
	height: 110px;
	border: none;
	width: 100%;
	resize: none;
}
.custom-checkbox {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #334155;
}
.custom-checkbox input {
	display: none;
}
.checkmark {
	width: 20px;
	height: 20px;
	border: 1px solid #4B5563; 
	border-radius: 4px;
	background-color: #fff;    
	margin-right: 10px;
	position: relative;
	flex-shrink: 0;
}
.custom-checkbox input:checked ~ .checkmark {
	background-color: #662638;
	border-color: #662638;
}
.checkmark::after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 1px;
	width: 6px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
.custom-checkbox input:checked ~ .checkmark::after {
	display: block;
}
.checkbox-label {
	line-height: 20px;
	font-weight: bold;
	color: #4B5563;
}
.dropdown-item{
	color: #4B5563;
	font-weight: 400;
}
.dropdown-item:focus,.dropdown-item:hover{
    color: #fff;
    background-color: #662638;
}
.rezervasyon-form-checkbox ul{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.rezervasyon-form-checkbox ul li{
	width: 100%;
}
.rezervasyon-img{
	background: #CFDDBB;
	border-radius: 30px;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.rezervasyon-img figure{
	width: 100%;
}
.rezervasyon-img figure img{
	width: 100%;
	border-radius: 300px 300px 900px 900px;
}
.rezervasyon-img-text{
	padding: 25px;
	text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rezervasyon-img-text h2{
    color: #662638;
	font-weight: bold;
	font-size: 35px;
}
.rezervasyon-img-text p{
    color: #000;
	line-height: normal;
	font-size: 25px;
}
.rezervasyon-form-onay{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rezervasyon-form-onay a{
    white-space: nowrap;
	background: #662638;
	color: #fff;
}
.rezervasyon-form-onay-bilgi{
	display: flex;
	align-items: center;
	margin-right: 50px;
}
.rezervasyon-form-onay-bilgi img{
	margin-right: 10px;
}
.rezervasyon-form-onay-bilgi span{
    font-weight: bold;
    color: #4B5563;
}
.rezervasyon-banner-img{
	width: 100%;
}
.rezervasyon-banner-img img{
	width: 100%;
	border-radius: 30px;
}
.iletisim-box ul{
	display: flex;
	flex-wrap: wrap;
}
.iletisim-box ul li{
	width: 50%;
	display: flex;
	margin-bottom: 30px;
}
.iletisim-box ul li:nth-last-child(-n+2){
	margin-bottom: 0;
}
.iletisim-box-bilgiler{
	display: flex;
	flex-direction: column;
	align-items: start;
}
.iletisim-box ul li i{
	font-weight: bold;
	font-size: 22px;
	color: #A4B969;
	margin-right: 15px;
}
.iletisim-box-bilgiler span{
	font-weight: bold;
	font-size: 20px;
	color: #A4B969;
	margin-bottom: 5px;
}
.iletisim-box-bilgiler a{
	font-size: 17px;
	color: #000616;
}
.iletisim-box-bilgiler a:hover{
	text-decoration: underline;
}
.iletisim-box h3{
	font-size: 25px;
	color: #662638;
	font-weight: bold;
	margin: 35px 0;	
}
.iletisim-form h5{
	color: #4B5563;
	font-weight: 500;
}
.iletisim-form h4{
	color: #A4B969;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
}
.iletisim-box p{
	line-height: 24px;
	font-weight: 400;
}
.iletisim-box h4{
	color: #A4B969;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 30px;
}
.iletisim-box h5{
	color: #000;
	font-size: 25px;
	font-weight: bold;
	margin: 30px 0;
}
.iletisim-form input{	
	padding: 15px 25px;
	background: #f0f0f0;
	text-align: left;
	color: #4B5563;
	font-size: 16px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: relative;
	height: 60px;
	border: none;
	width: 100%;
	font-weight: bold;
}

.iletisim-form input[type=checkbox]
{
	width:20px;
	height:20px;
}

.form-kvkk {
	gap:5px;
}

.form-kvkk p {
	line-height:20px;
}

.iletisim-form textarea{	
	font-weight: bold;
	padding: 15px 25px;
	background: #f0f0f0;
	text-align: left;
	color: #4B5563;
	font-size: 16px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: relative;
	height: 110px;
	border: none;
	width: 100%;
	resize: none;
}
.iletisim-form ul{	
	display: flex;
	flex-wrap: wrap;
}
.iletisim-form ul li{
	margin-right: 30px;
	width: calc(50% - 15px);
	margin-bottom: 20px;
}
.iletisim-form ul li:nth-child(2n){
	margin-right: 0;
}
.iletisim-form ul li:last-child{
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%!important;
}
.iletisim-form-btn{
	display: flex;
	justify-content: start;
	width: 100%;
	margin-top: 30px;
}
.iletisim-form-btn button{
	color: #fff;
	background: #A4B969;
}
.footer-logo{
	width: 200px;
}
.sayfa-btn3{
	background: transparent;
	border: 1px solid #A4B969;
	color: #A4B969!important;
	font-size: 17px;
	font-weight: bold;
	padding: 20px 40px;
	text-decoration: none!important;
	border-radius: 100px;
	transition: all 0.4s;
}
.sayfa-btn3:hover{
	background: #A4B969;
	color: #fff!important;
}
.iletisim-box-bilgiler .sayfa-btn3{
	margin-top: 20px;
}
.eat-box figure{
	display: flex;
	justify-content: center;
	align-items: center;
}
.eat-box figure img{
  filter: drop-shadow(0 -28px 48.5px rgba(0, 0, 0, 0.25));
}

.alt-kategori-baslik {
	color: #A4B969;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
}


.eat-box-icerik h4{
	color: #A4B969;
	font-size: 40px;
	text-align: center;
	margin-bottom: 20px;
}
.eat-box-icerik h4 b{
	display: block;
	color: #000;
	font-size: 25px;
    margin-top: 5px;
}
.eat-box-icerik p{
	text-align: center;
	color: #2C3927;
	font-size: 17px;
	line-height: 24px;
	max-width: 350px;
}
.eat-box-icerik{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tab_content-menu {
	display: none;
	opacity: 0;
	transition: opacity 0.3s linear;
}
.tab_drawer_heading { 
	display: none; 
}
.tabs-menu{
	display: flex;
	justify-content: space-between;
}
.tabs-menu li{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
}
.tabs-menu li:first-child{
	min-width: auto;
}
.tabs-menu li div{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 30px;
	border-radius: 40px;
	background: transparent;
	transition: all 0.4s;
	height: 100%;
	cursor: pointer;
}
.tabs-menu li div span{
	font-size: 20px;
	margin-top: 20px;
	display: block;
	text-align: center;
	transition: all 0.4s;
	color: #000;
	max-width: 110px;
}
.tabs-menu li div figure img{
	transition: all 0.4s;
}
.tabs-menu li.active div{
	background: #000;
}
.tabs-menu li.active div span{
	color: #fff;
}
.tabs-menu li.active div figure img{
	filter: brightness(0) saturate(100%) invert(80%) sepia(27%) saturate(574%) hue-rotate(34deg) brightness(84%) contrast(88%);
}
.menu-slider-box{
	margin: 5px;
}
.menu-slider-box-icerik{
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}
.menu-slider-box-text{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
}
.menu-slider-box-icerik:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(164, 185, 105, 0) 0%, rgba(164, 185, 105, 0) 55%, rgba(164, 185, 105, 1) 100%);
}
.menu-slider-box-icerik figure{
	width: 100%;
}
.menu-slider-box-icerik figure img{
	width: 100%;
    object-fit: cover;
}
.menu-slider-box-text span{
	font-size: 1vw;
	color: #fff;
}
.menu-slider-box-text h3{
	font-size: 1.5vw;
	color: #fff;
	    text-transform: capitalize;
}
.anasayfa-hakkimizda .row{
	align-items: center;
}
.anasayfa-hakkimizda-text h2{
	color: #A4B969;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}
.anasayfa-hakkimizda-text h3{
	color: #000;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}
.anasayfa-hakkimizda-text p{
	text-align: center;
}

.sayfa-banner2{
	width: 100%;
	position: relative;
	border-radius: 30px;
}
.sayfa-banner2:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(164, 185, 105, 0) 0%, rgba(164, 185, 105, 0) 55%, rgba(164, 185, 105, 0.9) 100%);
	z-index: 1;
	border-radius: 30px;
}
.sayfa-banner2 img{
	width: 100%;
	border-radius: 30px;
}
.sayfa-banner2-text{
	padding: 30px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	justify-content: center;
	align-items: end;
	text-align: right;
}
.sayfa-banner2-text h2{
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
}
.sayfa-banner2-text h2 span{
	display: block;
	color: #ffffff;
}
.sayfa-banner2-text p{
	width: 40%;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
.sayfa-ust-text{
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
}
.sayfa-ust-text h1{
	font-size: 70px;
	color: #fff;
	font-weight: 500;
	margin-left: 50px;
}
.sayfa-ust-text figure{
	display: flex;
	align-items: end;
}

.hakkimizda-ust .row{
	align-items: center;
}
.hakkimizda-ust-text h2{
	color: #A4B969;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}
.hakkimizda-ust-text h3{
	color: #000;
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}
.hakkimizda-ust-text p{
	text-align: center;
}
.hakkimizda-ust-img figure img{
    filter: drop-shadow(0 -28px 48.5px rgba(0, 0, 0, 0.25));
}
.sayfa-banner3{
	width: 100%;
	position: relative;
	border-radius: 30px;
}
.sayfa-banner3:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270deg, rgba(164, 185, 105, 0) 0%, rgba(164, 185, 105, 0) 55%, rgba(164, 185, 105, 0.9) 100%);
	z-index: 1;
	border-radius: 30px;
}
.sayfa-banner3 img{
	width: 100%;
	border-radius: 30px;
}
.sayfa-banner3-text{
	padding: 30px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	justify-content: center;
	align-items: start;
	text-align: left;
}
.sayfa-banner3-text h2{
	font-size: 50px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 20px;
}
.sayfa-banner3-text h2 span{
	display: block;
	color: #ffffff;
}
.sayfa-banner3-text p{
	width: 40%;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
.menu-slider-box .eat-box{
	padding: 20px 0;
}
.menu-slider-box .eat-box figure img{
	filter: drop-shadow(0 0px 10px rgba(0, 0, 0, 0.25));
}/*
.menu-slider .slick-track{
	display: flex;
	justify-content: space-between;
	width: 100%!important;
}*/
.menu-urun-list-box figure{
	margin-bottom: 20px;
}
.menu-urun-list-box figure img{
	border-radius: 30px;
}



/* Popup kaplaması */
.popup {
  display: none;
  position: fixed;      /* artık sabit, bulunduğu yerden bağımsız */
  top: 150px; 
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* İç kutu */
.popup-content {
  background: #fff;
  padding: 30px 40px;
  border-radius: 12px;
  max-width: 700px;
  min-height:250px;
  display:flex;
     align-items: center;
    flex-direction: column;
    justify-content: center; 
  width: 90%;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  position: relative;
  animation: fadeIn 0.3s ease;
}

/* Kapat butonu */
.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #999;
  cursor: pointer;
}



.popup-close:hover {
  color: #333;
}

@keyframes fadeIn {
  from {opacity: 0; transform: scale(0.9);}
  to {opacity: 1; transform: scale(1);}
}


















@media screen and (min-width: 1400px) and (max-width: 1649px){
	.menuler-box{
		padding: 2px 50px 40px 50px;
	}
	.menuler-box h2{
		font-size: 35px;
	}
	.menuler-box p{
		font-size: 25px;
	}
}
@media screen and (min-width: 1199px) and (max-width: 1399px){
	.header-main a{
		font-size: 1vw!important;
	}
	.anasayfa-rez-text h2{
		font-size: 40px;
	}
	.anasayfa-ozel-text h2{
		font-size: 31px;
	}
	.anasayfa-ozel-text ul li a{
		font-size: 15px;
		padding: 15px 25px;
	}
	.menuler-box{
		padding: 2px 45px 25px 45px;
	}
	.menuler-box h2{
		font-size: 32px;
	}
	.menuler-box p{
		font-size: 22px;
	}
	.rezervasyon-img-text h2{
		font-size: 30px;
	}
}
@media screen and (min-width: 1199px) and (max-width: 1649px){
	.tabs-menu li div span{
		font-size: 1vw;
	}
	.tabs-menu li div{
		padding: 1vw;
	}
}
@media screen and (min-width: 1199px){
	
	background: #fff;
	}
	.bowl-menu-tabs{
		top: 0;
		z-index: 999999999;
	}
	.bowl-menu-tabs:before{
		content: "";
		position: absolute;
		height: 100%;
		width: 1000px;
		left: -900px;
		background: #fff;
		z-index: -1;
		box-shadow: -1px 0px 2px rgba(0, 0, 0, 0);
	}
	.bowl-menu-tabs:after{
		content: "";
		position: absolute;
		height: 100%;
		width: 1000px;
		right: -900px;
		background: #fff;
		z-index: -1;    
		box-shadow: 1px 0px 2px rgba(0, 0, 0, 0);
	}
	.bowl-menu-tabs.is-stuck:before{
		box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.2);
	}
	.bowl-menu-tabs.is-stuck:after{
		box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
	}
	body{
		overflow-x: hidden;
	}
}