body{
	padding-top: 85px;
	background: #F5F1E8;
}
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%;
    height: 85px;
    z-index: 99999999;
	background: #F5F1E8;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

.anket-emoji img{
	width: 25px;
}
.anket-emoji img:last-child{
	display: none;
}
.emoji-scale > .form-check:nth-child(1) .anket-emoji:hover img{
    border: 3px solid #FF7C1A !important;
    border-radius: 50%;
}
.emoji-scale > .form-check:nth-child(2) .anket-emoji:hover img{
    border: 3px solid #FFD41D !important;
    border-radius: 50%;
}
.emoji-scale > .form-check:nth-child(3) .anket-emoji:hover img{
    border: 3px solid #A1DD3A !important;
    border-radius: 50%;
}
.emoji-scale input:checked+label .anket-emoji > img:first-child{
	display: none;
}
.emoji-scale input:checked+label .anket-emoji > img:last-child{
	display: block;
}





	@-webkit-keyframes come-in {
	  0% {
		-webkit-transform: translatey(100px);
				transform: translatey(100px);
		opacity: 0;
	  }
	  30% {
		-webkit-transform: translateX(-50px) scale(0.4);
				transform: translateX(-50px) scale(0.4);
	  }
	  70% {
		-webkit-transform: translateX(0px) scale(1.2);
				transform: translateX(0px) scale(1.2);
	  }
	  100% {
		-webkit-transform: translatey(0px) scale(1);
				transform: translatey(0px) scale(1);
		opacity: 1;
	  }
	}
	@keyframes come-in {
	  0% {
		-webkit-transform: translatey(100px);
				transform: translatey(100px);
		opacity: 0;
	  }
	  30% {
		-webkit-transform: translateX(-50px) scale(0.4);
				transform: translateX(-50px) scale(0.4);
	  }
	  70% {
		-webkit-transform: translateX(0px) scale(1.2);
				transform: translateX(0px) scale(1.2);
	  }
	  100% {
		-webkit-transform: translatey(0px) scale(1);
				transform: translatey(0px) scale(1);
		opacity: 1;
	  }
	}


.header-logo{
	width: 200px;
}
.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;
	font-family: "Aboreto", system-ui;
	display: block;
	position: relative;
	transition: all 0.4s ease-out;
}
.header-link nav ul li a:hover{
	color: #662638;
    text-shadow: .5px 0px #662638;
}

.header-link nav ul li a::after,
.header-link nav ul li a::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #662638, #662638);
	bottom: -5px;
	left: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.4s ease-out;
}

.header-link nav ul li a::before {
	top: -5px;
	transform-origin: left;
}

.header-link nav ul li a:hover::after,
.header-link nav ul li a:hover::before {
	transform: scaleX(1);
}

.header-iletisim ul{
	display: flex;
}
.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: #CFDDBB;
	color: #662638;
}
.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(99, 36, 54, 1) 0%, rgba(99, 36, 54, 0) 53%, rgba(207, 221, 187, 0.47) 100%);
}

.slider-text {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%, 0%);
	text-align: center;
	color: #fff;
	max-width: 1199px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.slider-text, .sayfa-btn1 {
	text-transform:uppercase;
}

.slider-text h1 {
	font-size: 70px;
	margin-bottom: 40px;
	font-family: "Aboreto", system-ui;
}
.slider-text h2 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 40px;
}
.sayfa-btn1{
	background: #CFDDBB;
	color: #662638;
	padding: 20px;
	font-size: 17px;
	font-weight: bold;
	transition: all 0.4s;
	border-radius: 99px;
	display: block;
	min-width:200px;
	text-align:center;
}
.sayfa-btn1:hover{
	transform: scale(0.96);
}
.card-img-top {
	object-fit: cover;
	height: 48vh; 
}
.sayfa-baslik h2{
	font-family: "Aboreto", system-ui;
	font-size: 50px;
	color: #662638;
}
.sayfa-baslik h2 span{
	display: block;
	font-family: "Aboreto", system-ui;
}
.sayfa-baslik h3{
	color: #000;
	font-size: 45px;
}
.sayfa-baslik p{
	font-size: 20px;
}
.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-family: "Aboreto", system-ui;
	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);
}
.anasayfa-rez-icerik{
	width: 100%;
	position: relative;
	border-radius: 30px;
}
.anasayfa-rez-icerik:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(99, 36, 54, 0.4) 0%, rgba(99, 36, 54, 0) 53%, rgba(207, 221, 187, 0.4) 100%);
	z-index: 1;
	border-radius: 30px;
}
.anasayfa-rez-icerik img{
	width: 100%;
	border-radius: 30px;
}
.anasayfa-rez-text{
	padding: 30px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	justify-content: end;
}
.anasayfa-rez-text h2{
	font-size: 50px;
	color: #fff;
	font-family: "Aboreto", system-ui;
}
.anasayfa-rez-text-alt{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.anasayfa-rez-text-alt span{
	font-size: 20px;
	color: #fff;
}
.anasayfa-rez-text-alt a{
	background: #fff;
}
.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-around;
}
.mutfak-deneyimi-img figure{
	border-radius: 900px;
	position: relative;
	overflow: hidden;
}
.mutfak-deneyimi-img figure:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(99, 36, 54, 0.7) 0%, rgba(99, 36, 54, 0) 53%, rgba(207, 221, 187, 0.6) 100%);
	z-index: 1;	
}
.mutfak-deneyimi-img figure img{
	border-radius: 900px;
}
.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;
}
.holding {
    max-width: 100px;
}


.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: #662638;
	font-size: 45px;
	margin: 40px 0;
}
.footer_ust-rez p{
	font-size: 22px;
	margin-bottom: 30px;
}
.footer_orta{
	background: #CFDDBB;
	padding: 30px 0;
}
.footer_alt{
	background: #CFDDBB;
	padding: 30px 0;
	border-top: 1px solid #662638;
}
.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: #000;
	font-family: "Aboreto", system-ui;
	position: relative;
	font-size: 17px;
	transition: all 0.4s;
}
.footer-link ul li a:hover{
	color: #662638;
    text-shadow: .5px 0px #662638;
}
.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: #CFDDBB;
	background: #662638;
	font-size: 16px;
	padding: 8px;
	border-radius: 50px;
	transition: all 0.4s;
}
.footer-sosyal ul li a:hover i{
	background: #F5F1E8;
	color: #662638;
}
.footer-orange span{
	font-size: 17px;
	color: #662638;
}
.footer-adres a{
	color: #662638;
	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 #662638;
	color: #662638;
	font-size: 17px;
	border-radius: 99px;
	transition: all 0.4s;
	background: transparent;
}
.footer-tel ul li a:hover{
	background: #662638;
	color: #fff;
}
.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: #662638;
	font-size: 20px;
}
.footer_alt-icerik span{
	color: #662638;
	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(99, 36, 54, 1) 0%, rgba(99, 36, 54, 0) 53%, rgba(207, 221, 187, 0.47) 100%);
}
.sayfa-ust-text {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translate(-50%, 0%);
	text-align: center;
	color: #fff;
	max-width: 1199px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 1;
    width: max-content;
}
.sayfa-ust-text h1 {
	font-size: 70px;
	font-family: "Aboreto", system-ui;
}
.box-design-img{
	width: 50%;
}
.box-design-text{
	width: 50%;
	padding-left: 60px;
}
.box-design-icerik{
	display: flex;
	align-items: center;
}
.box-design-main .box-design-icerik:nth-child(2n) .box-design-text{
	padding-left: 0;
	padding-right: 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-img figure{
	width: 100%;
}
.box-design-img figure img{
	width: 100%;
	border-radius: 30px;
}
.box-design-text figure{
	margin-bottom: 20px;
}
.box-design-text figure img{
	max-width: 200px;
}
.box-design-text h2{
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: bold;
	color: #662638;
}
.box-design-text p{
	font-size: 18px;
}
.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%;
	margin-bottom:30px;
}
.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;
	text-align:center;
}
.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: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.rezervasyon-img figure{
	width: 100%;
}
.rezervasyon-img figure img{
	width: 100%;
	margin-bottom:30px;
	border-radius: 200px 200px 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: #662638;
	margin-right: 15px;
}
.iletisim-box-bilgiler span{
	font-weight: bold;
	font-size: 20px;
	color: #662638;
	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;
}
.iletisim-form 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;
}

.iletisim-form input[type=checkbox]
{
	width:20px;
	height:20px;
}

.form-kvkk {
	gap:5px;
}

.form-kvkk p {
	line-height:20px;
}

.form-kvkk label {
	display:flex;
	gap:5px;
}

.form-kvkk a {
line-height: 20px;
    font-weight: bold;
    color: #4B5563;
}

.iletisim-form 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;
}
.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 form ul li:last-child{
	margin-right: 0;
	margin-bottom: 20px;
	width: 100%!important;
}
.iletisim-form-btn{
	display: flex;
	justify-content: end;
	width: 100%;
	margin-top: 30px;
}
.iletisim-form-btn button{
	color: #fff;
	background: #662638;
}
.footer-logo{
	width: 200px;
}


.sayfa-btn3{
	background: transparent;
	border: 1px solid #662638;
	color: #662638!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: #662638;
	color: #fff!important;
}
.iletisim-box-bilgiler .sayfa-btn3{
	margin-top: 20px;
}
.grecaptcha-badge {
  display: none !important;
}
.rezervasyon-form-ust h2{	
    font-size: 40px;
    font-weight: bold;
    color: #662638;
}




































@media screen and (min-width: 1400px) and (max-width: 1649px){
	.menuler-box{
		padding: 2px 50px 40px 50px;
	}
	.menuler-box h2{
		font-size: 35px;
		min-height:85px;
	}
	.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;
	}
}
.muted{padding-left:5px}