body{
    padding-top: 80px;
    color:#202426;
	background: #FAF2E9;
}
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{
    height:80px;
    width:100%;
    position: fixed;
    top:0;
    left:0;
    transition: all ease 0.3s;
    z-index: 102;
}


.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;
	  }
	}
	
.grup-etkinlikleri-grid-icerik p b{
	font-weight: bold;
}
.header_alt{
    width:100%;
}
.header-icerik{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	padding: 0 2vw;
}
.header_alt > div > nav > ul{
    display:flex;	
}
.header_alt > div > nav > ul > li{
    position: relative;
    height:40px;
	border-radius: 10px 10px 0 0;
	transition: all 0.4s;
}
.header_alt > div > nav > ul > li > a{
    color:#000;
    font-weight: 600;
    display:block;
    line-height: 40px;
    padding:0 30px;
	font-size: 15px;
	transition: all 0.4s;
}
.header_alt > div > nav > ul > li:hover > a{
    color:#E76F51;
}
.header_alt > div > nav > ul > li.active > a{
    color:#E76F51;
}
.header-logo figure{
	width: 210px;
}
.btn1{
	padding: 10px 15px;
	color: #1D1D1B;
	font-size: 15px;
	border: 1px solid #1D1D1B;
	border-radius: 99px;
	transition: all 0.4s;
	background: #fff;
	font-weight: 600;
	display: block;
}
.btn1:hover{
	color: #fff;
	background: #1D1D1B;
	transform: scale(0.98);
}
.btn2{
	padding: 10px 15px;
	color: #fff;
	font-size: 15px;
	border: 1px solid #E76F51;
	border-radius: 99px;
	transition: all 0.4s;
	background: #E76F51;
	font-weight: 600;
	display: block;
}
.btn2:hover{
	color: #E76F51;
	background: #fff;
	transform: scale(0.98);
}
.header-btn{
	display: flex;
	align-items: center;
	gap: 15px;
}
.hbg{
    background:#fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
header{
	background-color: #fff!important;
}

.anasayfa-slider-icerik picture{
	width: 100%;
	display: block;
	max-height: 100vh;
}
.anasayfa-slider-icerik picture img{
	width: 100%;
	max-height: 100vh;
	object-fit: cover;
}
.anasayfa-slider-icerik{
	position: relative;
}
.anasayfa-slider-icerik:before{
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.65) 100%);

}
.slider-text{	
    position: absolute;
    left: 0;
    bottom: 25%;
    width: 100%;
}
.slider-text-icerik{
	display: flex;
    flex-direction: column;
    align-items: start;
	width: 50%;
	gap: 30px;
}
.slider-text h1{	
	color: #fff;
	font-size: 45px;
	line-height: 48px;
}
.slider-text ul{
	display: flex;
	align-items: center;
	gap: 10px;
}
.slider-text ul li a{
	font-size: 17px;
	font-weight: 600;
	padding: 15px 40px;
	transition: all 0.4s;
	border-radius: 99px;
	display: block;
}
.slider-text ul li:first-child a{
	background: #E76F51;
	color: #fff;
}
.slider-text ul li:last-child a{
	color: #E76F51;
	background: #fff;
}
.slider-text ul li a:hover{
	background: #1D1D1B;
	color: #fff;
	transform: scale(0.98);
}
.radius{
	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;
}

.popup-content h3{
	    font-size: 22px;
    margin-bottom: 20px;
}

/* 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);}
}


.anasayfa-hakkimizda-video{
	width: 100%;
	position: relative;
}
.anasayfa-hakkimizda-video figure{
	width: 100%;
}
.anasayfa-hakkimizda-video figure img{
	width: 100%;
}
.anasayfa-hakkimizda-video a{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 110px;
	transition: all 0.4s;
	opacity: 1;
}
.anasayfa-hakkimizda-video a img{
	width: 100%;
	transition: all 0.4s;
}
.anasayfa-hakkimizda-video a:hover{
	opacity: 0.75;
}
.anasayfa-hakkimizda-video a:hover img{
	transform: scale(0.9);
}
.anasayfa-hakkimizda{
	padding-bottom: 120px;
	margin-top: 100px;
	background: #FCF9F4;
	position: relative;
}
.anasayfa-hakkimizda:before{
	content: "";
	position: absolute;
	left: 0;
	top: -100px;
	width: 100%;
	height: 100px;
	background: url(/images/wave/wave1.png);
	background-size: cover!important;
	background-position: center center;
	background-repeat: no-repeat!important;
}
.anasayfa-hakkimizda:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: url(/images/wave/wave2.png);
	background-size: cover!important;
	background-position: center center;
	background-repeat: no-repeat!important;
}
.anasayfa-hakkimizda-baslik h2{
	width: 100%;
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	color: #E76F51;
	line-height: 30px;
}
.anasayfa-hakkimizda-text{	
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
    height: 100%;
	text-align: right;
}
.anasayfa-hakkimizda-text h2{
	font-size: 30px;
	width: 60%;
	font-weight: 400;
}
.anasayfa-hakkimizda-text p{
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
}
.sayfa-baslik{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sayfa-baslik h2{
	font-size: 50px;
	color: #302B2B;
	font-weight: 600;
}
.sayfa-baslik h3{
	font-size: 20px;
	line-height: 25px;
	color: #302B2B;
	font-weight: 400;
	width: 35%;
}
.slider-nav .anasayfa-oyunlar-slider-box-icerik{
	margin: 0 7px;
}
.anasayfa-oyunlar-slider-box-icerik figure{
	width: 100%;
}
.anasayfa-oyunlar-slider-box-icerik figure img{
	width: 100%;
	border-radius: 40px;
	object-fit:cover;
}
.slider-nav .anasayfa-oyunlar-slider-box-icerik figure img{
	height: 65vh;
}
.anasayfa-oyunlar-slider-box-icerik{
	position: relative;
}
.anasayfa-oyunlar-slider-text{
	position: absolute;
	left: 5%;
	width: 90%;
	bottom: 5%;
	background: #fff;
	padding: 15px 30px;
	border-radius: 20px;
}
.anasayfa-oyunlar .row{
	align-items: end;
}
.slider-for{
	border-radius: 40px;
	overflow: hidden;
}
.slider-nav{
	border-radius: 40px;
	overflow: hidden;
}
.anasayfa-oyunlar-arrow{
	display: flex;
    justify-content: space-between;
    align-items: end;
	margin-bottom: 20px;
}
.anasayfa-oyunlar-arrow ul{
	display: flex;	
	background: #FCF9F4;
	border-radius: 99px;
}
.anasayfa-oyunlar-arrow button{
	padding: 10px 25px;
	color: #302B2B;
	font-size: 25px;
	background: transparent;
	border-radius: 99px;
	transition: all 0.4s;
}
.anasayfa-oyunlar-arrow ul li:last-child button{
	color: #fff;
	background: #302B2B;
}
.anasayfa-oyunlar-arrow ul:hover li button{
	color: #302B2B;
	background: transparent;
}
.anasayfa-oyunlar-arrow ul li:hover button{
	color: #fff;
	background: #302B2B;
}
.slider-nav .anasayfa-oyunlar-slider-text p{
	display: none;
}
.slider-for .anasayfa-oyunlar-slider-text span{
	display: none;
}
.anasayfa-oyunlar-slider-text h2{
	color: #363E51;
	font-size: 35px;
	font-weight: bold;
}
.anasayfa-oyunlar-slider-text p{
	color: #363E51;
	font-size: 17px;
	line-height: 22px;
}
.anasayfa-oyunlar-slider-text span{
	color: #363E51;
	font-size: 17px;
	line-height: 22px;
}

.anasayfa-subeler{
	padding-bottom: 120px;
	margin-top: 130px;
	background: #FCF9F4;
	position: relative;
}
.anasayfa-subeler:before{
	content: "";
	position: absolute;
	left: 0;
	top: -130px;
	width: 100%;
	height: 130px;
	background: url(/images/wave/wave1.png);
	background-size: cover!important;
	background-position: center center;
	background-repeat: no-repeat!important;
}
.anasayfa-subeler:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: url(/images/wave/wave2.png);
	background-size: cover!important;
	background-position: center center;
	background-repeat: no-repeat!important;
}
.anasayfa-subeler .col-12{
	position: relative;
}
.anasayfa-sube-ara{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.anasayfa-sube-ara input{
	font-size:18px;
	padding:10px 40px 10px 10px; 
	display:block;
	width:140px;
	border:none;
	background: transparent;
	transition: all 0.4s;
	font-size: 17px;
	font-weight: 600;
	border-bottom: 1px solid transparent;
}
.anasayfa-sube-ara input:focus{
	border-bottom: 1px solid #302B2B;
}
.anasayfa-sube-ara input:focus{ 
	outline:none; 
}
.anasayfa-sube-ara label{
	position:absolute;
	pointer-events:none;
	left:0px;
	top:10px;
	transition: all 0.4s;   
	font-size: 17px;
	color: #302B2B;
	font-weight: bold;
}
.anasayfa-sube-ara:focus-within label{
	top:-20px;
	left: 10px;
	font-size: 14px;
}
.anasayfa-sube-ara input:not(:placeholder-shown) + label{
	left: 10px;
	top:-20px;
	font-size: 14px;
}
.anasayfa-sube-ara input:not(:placeholder-shown){
	border-bottom: 1px solid #302B2B;
}
.anasayfa-sube-ara button{
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	background:transparent;
	border:0;
	font-size: 20px;
	cursor:pointer;
}
.anasayfa-subeler-slider-box{
	margin: 0 7px;
}
.suberler-box figure img{
	width: 100%;
}
.suberler-box h2{
	position: relative;
	font-size: 30px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-top: 20px;
	line-height: 33px;
	height: 66px;
}
.suberler-box ul{
	position: relative;
	padding-top: 20px;
	margin-top: 20px;
}
.suberler-box ul:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 65%;
	height: 1px;
	background: #000;
}
.suberler-box ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.suberler-box ul li:last-child{
	margin-bottom: 15px;
}
.suberler-box ul li p{
	width: calc(100% - 105px);
	display: flex;
	align-items: center;
	font-size: 17px;
	line-height: 20px;
}
.suberler-box ul li p span{
    display: -webkit-box;
	overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.suberler-box ul li p i{
	font-size: 23px;
	margin-right: 5px;
}
.suberler-box ul li a{
	width: 90px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 99px;
	font-size: 12px;
	font-weight: bold;
	transition: all 0.4s;
	background: transparent;
}
.suberler-box ul li:first-child a{
	color: #302B2B;
	border: 1px solid #302B2B;
}
.suberler-box ul li:last-child a{
	color: #E76F51;
	border: 1px solid #E76F51;
}
.suberler-box ul li:first-child a:hover{
	background: #302B2B;
	color: #fff;
	transform: scale(0.98);
}
.suberler-box ul li:last-child a:hover{
	color: #fff;
	background: #E76F51;
	transform: scale(0.98);
}
.suberler-box-text{
	padding-right: 20px;
}
.anasayfa-subeler-tumu{
	display: flex;
	justify-content: center;
	align-items: center;
}
.anasayfa-subeler-tumu a{
	background: transparent;
	font-size: 17px;
	padding: 15px 45px;
	font-weight: 400;
}
.anasayfa-kampanyalar-slider-box{
	margin: 0 10px;
	position: relative;
}
.anasayfa-kampanyalar-slider-box figure img{
	width: 100%;
}
.anasayfa-kampanyalar-slider-text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	max-width: 70%;
}
.anasayfa-kampanyalar-slider-text h2{
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	line-height: 30px;
}
.anasayfa-kampanyalar-slider-text h3{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 20px;
	margin: 15px 0;
}
.btn3{
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	border-radius: 99px;
	background: #302B2B;
	padding: 15px 25px;
	transition: all 0.4s;
}
.btn3:hover{
	background: #E76F51;
	transform: scale(0.98);
}
.anasayfa-kampanya-arrow{
	display: flex;
    justify-content: end;
    align-items: center;
	margin: 20px 0;
	width: 100%;
}
.anasayfa-kampanya-arrow ul{
	display: flex;	
	background: #FCF9F4;
	border-radius: 99px;
}
.anasayfa-kampanya-arrow button{
	padding: 10px 25px;
	color: #302B2B;
	font-size: 25px;
	background: transparent;
	border-radius: 99px;
	transition: all 0.4s;
}
.anasayfa-kampanya-arrow ul li:last-child button{
	color: #fff;
	background: #302B2B;
}
.anasayfa-kampanya-arrow ul:hover li button{
	color: #302B2B;
	background: transparent;
}
.anasayfa-kampanya-arrow ul li:hover button{
	color: #fff;
	background: #302B2B;
}
.anasayfa-etkinlikler{
	padding-bottom: 200px;
	margin-top: 100px;
	background: #FCF9F4;
	position: relative;
}
.anasayfa-etkinlikler:before{
	content: "";
	position: absolute;
	left: 0;
	top: -100px;
	width: 100%;
	height: 100px;
	background: url(/images/wave/wave1.png);
	background-size: cover!important;
	background-position: center center;
	background-repeat: no-repeat!important;
}
.anasayfa-etkinlikler:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: url(/images/wave/wave2.png);
	background-size: cover!important;
	background-position: center center;
	background-repeat: no-repeat!important;
}
.anasayfa-etkinlikler-img figure{
	width: 100%;
	position: relative;
	z-index: 1;
}
.anasayfa-etkinlikler-img figure img{
	width: 100%;
	border-radius: 200px 200px 100px 200px;
	max-height: 550px;
	object-fit: cover;
}
.anasayfa-etkinlikler-img figure:before{
	content: "";
	position: absolute;
	left: -30px;
	bottom: -40px;
	width: 100%;
	height: 100%;
	border-radius: 200px 200px 100px 200px;
	background: #FAF2E9;
	z-index: -1;
}
.anasayfa-etkinlikler .row{
	align-items: center;
}
.anasayfa-etkinlikler-icerik h2{
	font-weight: bold;
	font-size: 50px;
	color: #302B2B;
}
.anasayfa-etkinlikler-icerik ul{
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
}
.anasayfa-etkinlikler-icerik ul li{
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
	margin-bottom: 10px;
}
.anasayfa-etkinlikler-icerik ul li:last-child{
	margin-bottom: 0;
}
.anasayfa-etkinlikler .container{
	position: relative;
}
.anasayfa-etkinlikler-icon1{
	position: absolute;
	left: 0;
	top: -45px;
	z-index: 2;
}
.anasayfa-etkinlikler-icon2{
	position: absolute;
	right: 0;
	bottom: -120px;
	z-index: 2;
}
.sayfa-galeri-ust-img figure{
	width: 100%;
	position: relative;
}
.sayfa-galeri-ust-img figure:before{
	content: "";
	position: absolute;
	left: 5%;
	bottom: 50px;
	width: 90%;
	background: #ffffffba;
	height: 2px;
	border-radius: 10px;
}
.sayfa-galeri-ust-img figure img{
	width: 100%;
	border-radius: 40px;
}
.sayfa-galeri-alt-img figure{
	width: 100%;
}
.sayfa-galeri-alt-img figure img{
	width: 100%;
	border-radius: 20px;
}
.sayfa-galeri-alt-box{
	margin: 0 8px;
}
.sayfa-galeri-alt{
	border-radius: 20px;
	overflow: hidden;
}
.sayfa-galeri-ust-img a{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 110px;
	transition: all 0.4s;
	opacity: 0.75;
}
.sayfa-galeri-ust-img a img{
	width: 100%;
	transition: all 0.4s;
}
.sayfa-galeri-ust-img a:hover{
	opacity: 1;
}
.sayfa-galeri-ust-img a:hover img{
	transform: scale(0.9);
}

.sayfa-galeri-ust-img{
	position: relative;
}
.sayfa-galeri-alt-img{
	position: relative;
}
.sayfa-galeri-alt-img a{
	position: absolute;
	left: 20px;
	bottom: 20px;
	transition: all 0.4s;
	opacity: 0.75;
}
.sayfa-galeri-alt-img a img{
	width: 100%;
	transition: all 0.4s;
}
.sayfa-galeri-alt-img a:hover{
	opacity: 1;
}
.sayfa-galeri-alt-img a:hover img{
	transform: scale(0.9);
}
.anasayfa-galeri .container{
	position: relative;
}
.anasayfa-galeri-icon{
	position: absolute;
	left: 100px;
	top: 0;
}
.footer-rez{
	position: relative;
}
/*.footer-rez:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -110px;
	width: 100%;
	height: 130px;
	background: url(/images/wave/wave4.png);
	background-size: cover!important;
	background-position: center center;
	background-repeat: no-repeat!important;
}*/
.footer-rez h2{
	color: #363E51;
	font-size: 35px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	line-height: 45px;
	margin-bottom: 30px;
}
.footer-rez h2 b{
	color: #E76F51;
	font-size: 45px;
	text-align: center;
	display: block;
}
.footer-rez a{
	background: #1D1D1B;
	border-radius: 99px;
	color: #fff;
	padding: 15px 50px;
	font-size: 17px;
	font-weight: bold;
	transition: all 0.4s;
}
.footer-rez a:hover{
	background: #E76F51;
	transform: scale(0.98);
}
.footer-rez-icerik{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
.footer-rez-icon{
	position: absolute;
	right: 0;
	bottom: -20px;
}
.footer-ebulten{
	padding-top: 140px;
	padding-bottom: 90px;
	background: #FCF9F4;
	position: relative;
}
.footer-ebulten:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 130px;
	background: url(/images/wave/wave4.png);
	background-size: cover!important;
	background-position: center center;
	background-repeat: no-repeat!important;
}




.option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	height: 25px;
	width: 25px;
	transition: all 0.15s ease-out 0s;
	background: #fff;
	border: 1px solid #707070;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 1000;
}
.option-input:hover {
	background: #9faab7;
	border-color: #fff;
}
.option-input:checked {
    background: #E76F51;
	border-color: #fff;
}
.option-input:checked::before {
	width: 25px;
	height: 25px;
	display:flex;
	justify-content: center;
	align-items: center;
	content: '\f00c';
	font-size: 16px;
	font-weight:bold;
	position: absolute;
	align-items:center;
	justify-content:center;
	font-family:'Font Awesome 5 Free';
}
.option-input:checked::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
    background: #E76F51;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
}
@keyframes click-wave {
  0% {
    height: 25px;
    width: 25px;
    opacity: 0.35;
    position: relative;
	border-radius: 4px;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}
.footer-ebulten-baslik h2{
	font-size: 35px;
	color: #1B1A1E;
	font-weight: 600;
	width: 100%;
	display: flex;
	justify-content: start;
	align-items: start;
}
.footer-ebulten-baslik{
	margin-bottom: 1vw;
}
.footer-ebulten-form ul{
	display: flex;
}
.footer-ebulten-form ul li{
	flex: 1;
	margin-right: 15px;
}
.footer-ebulten-form ul li:last-child{
	margin-right: 0;
}
.footer-ebulten-form input[type="text"]{
	width: 100%;
	height: 100%;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #1B1A1E;
	color: #1B1A1E;
	box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.02);
	background-color: transparent;
	font-weight: 600;

}
.footer-ebulten-form input[type="text"]::placeholder{
	color: #1B1A1E;
	font-weight: 400;
}
.footer-ebulten-form select{
	width: 100%;
	height: 100%;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #1B1A1E;
	color: #1B1A1E;
	box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.02);
	background-color: transparent;
}
.footer-ebulten-form button{
	width: 100%;
	height: 100%;
	background: #1B1A1E;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 10px;
	border: 2px solid #1B1A1E;
	transition: all 0.4s;
}
.footer-ebulten-form button:hover{
	background: #fff;
	color: #1B1A1E;
}
.footer-ebulten-form label{
	margin-top: 2vw;
	display: flex;
	align-items: center;
	color: #231F20;
}

.footer-store ul{
	display: flex;
}
.footer-store li{
	margin-right: 20px;
	display: flex;
	position: relative;
	align-items:center;
}
.footer-store li:last-child{
	margin-right: 0;
}
.footer-store a{
	width: auto;
    height: 60px;
    display: flex;
    padding: 5px;
    color: #fff;
	border-radius: 5px;
    transition: all 0.4s;
	z-index: 9;
	align-items:center;
	background: #000;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.footer-store a:hover{
	transform: scale(0.98);
	background: #E76F51;
}
.footer-store{
	flex-direction: column;
	margin-top: 0!important;
}
.footer-store span{
	text-align: left;
	display: block;
    white-space: nowrap;
	font-size: 15px;
	line-height: 18px;
}
.footer-store span b{
	display: block;
	font-size: 17px;
}
.footer-store ul li a img{
	float: left;
    margin: 0px 10px 0 0;
    transition: color 0.4s;
	margin-right: 8px;
	width: 30px;
}
.footer-orta{
	padding: 90px 0;
	background: #fff;
}
.footer-link ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.footer-link ul li{
	width: fit-content;
}
.footer-link ul li a{
	color: #000;
	transition: all 0.4s;
	font-weight: 500;
}
.footer-link ul li a:hover{
	color: #E76F51;
}
.footer-sosyal ul{
	display: flex;
	gap: 10px;
	justify-content: end;
}
.footer-sosyal ul li a{
	display: flex;
}
.footer-sosyal ul li a i{
	color: #fff;
	background: #E76F51;
	font-size: 16px;
	padding: 8px;
	border-radius: 50px;
	transition: all 0.4s;
}
.footer-sosyal ul li a:hover i{
	background: #1D1D1B;
}
.footer-giris-btn ul{
	display: flex;
	gap: 10px;
	justify-content: end;
}
.footer-giris-btn ul li:first-child a{
	background: #000;
	border-color: #000;
}
.footer-giris-btn ul li a{
	padding: 10px 30px;
}
.footer-giris-btn ul li:first-child a:hover{
	background: transparent;
	border-color: #E76F51;
}
.footer-giris{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.footer-sosyal{
	margin-bottom: 30px;
}
.footer-alt{
	background: #fff;
	padding-bottom: 30px;
}
.footer-alt .row{
	align-items: center;
}
.footer-holding-logo{
	display: flex;
	align-items: start;
}

.footer-holding-logo img {
	max-width:120px;
}

.footer-holding-logo a{
	display: flex;
}
.footer-alt-icerik ul{
	display: flex;
	align-items: center;
}
.footer-alt-icerik ul li{
	display: flex;
	align-items: center;
	margin-right: 10px;
	padding-right: 10px;
	position: relative;
}
.footer-alt-icerik ul li:before{
	content: "/";
	position: absolute;
	right: 0;
}
.footer-alt-icerik ul li:last-child:before{
	content: none;
}
.footer-alt-icerik ul li:last-child{
	margin-right: 0;
	padding-right: 0;
}
.footer-alt-icerik ul li a{
	font-size: 15px;
	color: #000;
}
.footer-alt-icerik ul li a:hover{
	text-decoration: underline;
}
.footer-alt-icerik span{
	text-align: right;
	width: 100%;
	font-size: 13px;
	font-weight: 500;
	display: block;
}
.sayfa-ust{
	padding: 30px 0;
	margin-bottom: 110px;
	background: #E76F51;
	position: relative;
}
.sayfa-ust h1{
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 40px;
}
.sayfa-ust:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -110px;
	width: 100%;
	height: 120px;
	background: url(/images/wave/wave3.png);
	background-size: cover!important;
	background-position: center center;
	background-repeat: no-repeat!important;
}
.hakkimizda-ust{
	position: relative;
    padding-bottom: 150px;
    padding-top: 50px;
    background: #FCF9F4;
}
.hakkimizda-ust:before{
	content: "";
	position: absolute;
	background: #FCF9F4;
	width: 100%;
	height: 150px;
	left: 0;
	top: -150px;
	z-index: -1;
}
.hakkimizda-ust:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: url(/images/wave/wave2.png);
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat !important;
}
.hakkimizda-ust-icerik{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.hakkimizda-ust-icerik img{
	margin-bottom: 30px;
	display: block;
}
.hakkimizda-ust-icerik p{
	color: #363E51;
	font-size: 20px;
}
.hakkimizda-icerik-text h2{
	font-weight: bold;
	font-size: 40px;
	line-height: 45px;
	color: #E76F51;
	margin-bottom: 15px;
}
.hakkimizda-icerik-text h3{
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	color: #302B2B;
	margin-bottom: 15px;
}
.hakkimizda-icerik .row{
	align-items: center;
}
.hakkimizda-icerik-img figure{
	width: 100%;
}
.hakkimizda-icerik-img figure img{
	width: 100%;
	object-fit: center;
}
.hakkimizda-icerik .col-md-6 .hakkimizda-icerik-img figure{
	width: 80%;
}






.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: 200px 200px 100px 200px;
}
.box-design-main .box-design-icerik:nth-child(2n) .box-design-img figure img{
	border-radius: 200px 200px 200px 100px;
}
.box-design-text h2{
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #302B2B;
}
.box-design-text h3{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.box-design-text p{
	font-size: 18px;
	color: #000;
}


.yol-tarifi-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  backdrop-filter: blur(3px);
}

.yol-tarifi-content {
  background: #fff;
  max-width: 600px;
  margin: 8% auto;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  position: relative;
  text-align: center;
  animation: slideDown 0.3s ease-out;
}

.yol-tarifi-content h2 {
  margin-bottom: 25px;
  font-size: 1.5rem;
  color: #222;
}

/* Kapatma Butonu */
.yol-tarifi-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  color: #555;
}

.yol-tarifi-close:hover {
  color: #000;
}

.yol-tarifi-options {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.yol-card {
  flex: 1 1 120px;
  max-width: 140px;
  background: #f8f8f8;
  padding: 20px 15px;
  border-radius: 12px;
  text-decoration: none;
  color: #222;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}

.yol-card img {
  max-width: 50px;
  margin-bottom: 10px;
}

.yol-card span {
  font-size: 0.95rem;
  font-weight: 500;
}

.yol-card:hover {
  background: #eaf4ff;
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

@keyframes slideDown {
  from {opacity: 0; transform: translateY(-20px);}
  to   {opacity: 1; transform: translateY(0);}
}


.oyunlar-filtre{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.oyunlar-filtre ul{
	display: flex;
	align-items: center;
	gap: 15px;
}
.oyunlar-filtre select{
	width: 300px;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    border: none;
    color: #1B1A1E;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.06);
    background-color: #FCF9F4;
}
.oyunlar-filtre input{
	width: 300px;
    height: 100%;
    padding: 20px 20px 20px 50px;
    border-radius: 10px;
    border: none;
    color: #1B1A1E;
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.06);
    background-color: #FCF9F4;
}
.oyun-filtre-arama{
	display: flex;
	align-items: center;
	position: relative;
}
.oyun-filtre-arama button{
	position: absolute;
	left: 10px;
	background: transparent;
	color: #E76F51;
	font-size: 20px;
}
.oyunlar{
	padding-top: 60px;
}
.oyunlar-box figure{
	width: 100%;
}
.oyunlar-box figure img{
	width: 100%;
}
.oyunlar-box{
	background: #FCF9F4;
	border-radius: 30px;
	height: 100%;
}
.oyunlar-box-text{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5vw;
}
.oyunlar-box-text ul{
	width: 70%;
	flex-direction: column;
	display: flex;
	gap: 5px;
}
.oyunlar-box-text ul li h2{
	color: #363E51;
	font-weight: bold;
	font-size: 22px;
}
.oyunlar-box-text ul li h3{
	color: #363E51;
	font-weight: 400;
	font-size: 16px;
}
.oyunlar-box-text span{
	color: #E76F51;
	font-weight: 400;
	font-size: 33px;
}
.sayfa-ust-oyun-detay picture{
	width: 100%;
}
.sayfa-ust-oyun-detay picture img{
	width: 100%;
}
.sayfa-ust-oyun-detay{
	width: 100%;
	position: relative;
}
.sayfa-ust-oyun-detay:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: url(/images/wave/wave2.png);
	background-size: cover!important;
	background-position: center center;
	background-repeat: no-repeat!important;
}
.sayfa-detay-baslik-icerik{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.sayfa-detay-baslik-icerik h1{
	font-size: 40px;
	font-weight: bold;
	color: #302B2B;
	margin-bottom: 10px;
}
.sayfa-detay-baslik-icerik h1 span{
	color: #F4A261;
}
.sayfa-detay-baslik-icerik h3{
	color: #302B2B;
	font-size: 25px;
	font-weight: bold;
	max-width: 50%;
	line-height: 28px;
}
.box-design-text-grid{
	display: flex;
	flex-wrap: wrap;
}
.box-design-text-grid li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
}
.box-design-text-grid li:nth-child(2n){
	margin-right: 0;
}
.box-design-text-grid li span{
	font-size: 20px;
	font-weight: bold;
	color: #E76F51;
	margin-bottom: 5px;
}

.tab_content-sayfa-tabs {
	display: none;
}
.tab_drawer_heading { display: none; }
@media screen and (max-width: 480px) {
	.tabs-sayfa-tabs {
		display: none;
	}
}
.tabs-sayfa-tabs li{
	padding-right: 40px;
	position: relative;
}
.tabs-sayfa-tabs li:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 0;
	height: 5px;
	background: #E76F51;
	transition: all 0.4s;
}
.tabs-sayfa-tabs li span{
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.4s;
	color: #000;
}
.tabs-sayfa-tabs li span:hover{
	color: #F4A261;
}
.tabs-sayfa-tabs li.active span{
	color: #E76F51!important;
}
.tabs-sayfa-tabs li.active:before{
	width: 100%;
}
.kampanya-box{
	height: 100%;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	align-items: start;
}
.kampanya-box figure{
	width: 100%;
}
.kampanya-box figure img{
	width: 100%;
}
.kampanya-box-text{	
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
	padding-top: 20px;
}
.kampanya-box-text ul{	
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-top: 10px;
}
.kampanya-box-text ul li a{	
	display: block;
}
.kampanya-box-text h2{
	margin-bottom: 30px;
	color: #302B2B;
	font-weight: bold;
	font-size: 30px;
	line-height:30px;
	min-height:60px;
}
.kampanya-box-text time{
	font-weight: bold;
}
.kampanya-box-text p{
	font-size: 16px;
	line-height: 20px;
}
.box-design-text ul{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.box-design-text ul li{
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 25px;
}
.box-design-text ul li:last-child{
	margin-bottom: 0;
}
.box-design-text ul li span{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #FCF9F4;
	color: #E76F51;
	font-size: 40px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 40px;
	margin-right: 20px;
}
.box-design-text ul li p{
	width: calc(100% - 80px);
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
}
.box-design-text h4{
	color: #E76F51;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.grup-etkinlikleri-grid{
	padding-bottom: 150px;
	padding-top: 50px;
	margin-top: 130px;
	background: #FCF9F4;
	position: relative;
}
.grup-etkinlikleri-grid:before{
	content: "";
	position: absolute;
	left: 0;
	top: -130px;
	width: 100%;
	height: 130px;
	background: url(/images/wave/wave1.png);
	background-size: cover!important;
	background-position: center center;
	background-repeat: no-repeat!important;
}
.grup-etkinlikleri-grid:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: url(/images/wave/wave2.png);
	background-size: cover!important;
	background-position: center center;
	background-repeat: no-repeat!important;
}
.grup-etkinlikleri-grid-icerik figure{
	width: 100%;
}
.grup-etkinlikleri-grid-icerik figure img{
	width: 100%;
}
.grup-etkinlikleri-grid-icerik h2{
	font-size: 25px;
	line-height: 27px;
	font-weight: bold;
	color: #E76F51;
	margin: 20px 0;
}
.grup-etkinlikleri-grid-icerik p{
	font-size: 17px;
	line-height: 20px;
}
.wd70{
	width: 70%!important;
}










.grup-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: #E76F51;
    border-color: #E76F51;
}
.grup-rezervasyon-form-ust h5{
	color: #000;
}
.grup-rezervasyon-form-ust .dropdown-menu{
	background-color:#FCF9F4; 
}
.grup-rezervasyon-form-ust .dropdown button{
	padding: 15px 25px 15px 15px;
	text-align: left;
	color: #000;
	font-size: 0.8vw;
	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:#FCF9F4; 
	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 15px 15px;
	background: #fff;
	text-align: left;
	color: #000;
	font-size: 0.8vw;
	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:#FCF9F4;
	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");
}

.grup-rezervasyon-form-ust h5{
	color: #000;
	font-weight: 600;
	font-size: 0.8vw;
}
.grup-rezervasyon-form-ust input{	
	padding: 15px 25px 15px 15px;
	background: #FCF9F4;
	text-align: left;
	color: #000;
	font-size: 0.8vw;
	border-radius: 10px;
	display: flex;
	align-items: center;
	position: relative;
	height: 60px;
	border: none;
	width: 100%;
	font-weight: bold;
}
.grup-rezervasyon-form-ust textarea{	
	font-weight: bold;
	padding: 15px 25px 15px 15px;
	background: #FCF9F4;
	text-align: left;
	color: #000;
	font-size: 0.8vw;
	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 #000; 
	border-radius: 4px;
	background-color: #fff;    
	margin-right: 10px;
	position: relative;
	flex-shrink: 0;
}
.custom-checkbox input:checked ~ .checkmark {
	background-color: #E76F51;
	border-color: #E76F51;
}
.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: #000;
}
.dropdown-item{
	color: #000;
	font-weight: 400;
}
.dropdown-item:focus,.dropdown-item:hover{
    color: #fff;
    background-color: #E76F51;
}
.grup-rezervasyon-form-checkbox ul{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.grup-rezervasyon-form-checkbox ul li{
	width: 100%;
}
.grup-rezervasyon-form-ust h2{	
    font-size: 40px;
    font-weight: bold;
    color: #E76F51;
}
.grup-rezervasyon-form-onay a{
	display: block;
	width: 100%;
	text-align: center;
}
.grup-rezervasyon-img figure{
	width: 100%;
}
.grup-rezervasyon-img figure img{
	width: 100%;
	border-radius: 100px 200px 100px 200px;
}
#lightgallery-grup-etkinlikleri{
  column-count: 4;
  column-gap: 1em;
}
#lightgallery-grup-etkinlikleri a img{
	width: 100%;
	margin-bottom: 1em;
	border-radius: 30px;
}
.sss-icerik h2{
	font-size: 50px;
	font-weight: bold;
	color: #302B2B;
	margin-bottom: 40px;
	width: 100%;
	text-align: center;
}
.akordiyonBaslik{
	display: flex;
	align-items: center;
	font-size: 25px;
	font-weight: 600;
	color: #000;
	padding: 20px 0;
	border-bottom: 1px solid #000;
	background: transparent;
}
.akordiyonBaslik img{
	margin-right: 30px;
}
.akordiyonIcerik{
	background: #FCF9F4;
	padding: 35px 60px;
	border-radius: 30px;
}
.akordiyonIcerik p{
	font-size: 25px;
	line-height: 30px;
	font-weight: 600;
	color: #E76F51;
}








.buttons {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0;
}

.button {
  transition: all .3s ease;
  min-width: 200px;
  height: 44px;
  margin: 5px;
  border: none;
  background: #FCF9F4;
  color: #302B2B;
  border-radius: 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}

.button:hover { 
  background: #F4A261;
  color: #fff;
}

.button.is-checked { 
  background: #E76F51;
  color: #fff;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

#gallery {
  margin: 0 -10px; /* Gutter için negatif margin */
}

/* Grid sizer - sütun genişliğini belirler */
.grid-sizer {
  width: 25%; /* 4 sütun */
}

#gallery a {
  width: 25%; /* 4 sütun */
  padding: 0 10px; /* Gutter (aralar arası boşluk) */
  margin-bottom: 20px;
  display: block;
  box-sizing: border-box;
}

#gallery a > img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform .3s ease, box-shadow .3s ease;
}

#gallery a:hover > img {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* Responsive görünüm */
@media(max-width: 1200px) {
  .grid-sizer,
  #gallery a {
    width: 33.333%; /* 3 sütun */
  }
}

@media(max-width: 768px) {
  .grid-sizer,
  #gallery a {
    width: 50%; /* 2 sütun */
  }
  
  .container {
    padding: 0 10px;
  }
  
  #gallery a {
    margin-bottom: 15px;
  }
}

@media(max-width: 480px) {
  .grid-sizer,
  #gallery a {
    width: 100%; /* 1 sütun */
  }
  
  .button {
    min-width: 140px;
    font-size: 13px;
  }
}
.sayfa-detay-baslik-icerik h2{
	font-size: 25px;
	line-height: 28px;
	color: #302B2B;
	font-weight: bold;
	text-align: center;
	max-width: 70%;
}
.fiyatlar-table-icerik{
	width: 100%;
	padding: 30px 60px;
	border-radius: 40px;
	background: #FCF9F4;
}
.fiyatlar-table-ust{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.fiyatlar-table-ust h2{
	font-weight: bold;
	color: #F4A261;
	font-size: 35px;
}
.fiyatlar-table-ust span{
	font-weight: bold;
	color: #302B2B;
	font-size: 20px;
}
.fiyatlar-table-baslik b{
	font-size: 17px;
}
.fiyatlar-table-icerik .row{
	align-items: center;
}
.fiyatlar-table-icerik .row.fiyatlar-table-text-main{
	padding: 20px 0;
	border-bottom: 1px solid #b9b9b9;
}
.iletisim-baslik-icerik{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.iletisim-baslik-icerik h1{
	font-size: 50px;
	color: #302B2B;
	font-weight: bold;
}
.iletisim-baslik-icerik h1 span{
	color: #E76F51;
}
.iletisim-baslik-icerik h3{
	font-size: 20px;
	color: #302B2B;
	width: 70%;
	line-height: 25px;
}
.iletisim-img figure{
	width: 100%;
}
.iletisim-img figure img{
	width: 100%;
	border-radius: 100px 200px 100px 200px;
}
.iletisim-bilgiler-text-sube h2{
	font-size: 30px;
	color: #E76F51;
	font-weight: 600;
}
.iletisim-bilgiler-text-sube h3{
	font-size: 20px;
	color: #363E51;
	font-weight: 600;
}
.iletisim-bilgiler-text-tel ul{
	position: relative;
}
.iletisim-bilgiler-text-tel ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}
.iletisim-bilgiler-text-tel ul li:last-child{
	margin-bottom: 15px;
}
.iletisim-bilgiler-text-tel ul li p{
	width: calc(100% - 105px);
	display: flex;
	align-items: center;
	font-size: 17px;
	line-height: 20px;
}
.iletisim-bilgiler-text-tel ul li p span{
    display: -webkit-box;
	overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.iletisim-bilgiler-text-tel ul li p i{
	font-size: 23px;
	margin-right: 5px;
}
.iletisim-bilgiler-text-tel ul li a{
	width: 90px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 99px;
	font-size: 12px;
	font-weight: bold;
	transition: all 0.4s;
	background: transparent;
}
.iletisim-bilgiler-text-tel ul li:first-child a{
	color: #302B2B;
	border: 1px solid #302B2B;
}
.iletisim-bilgiler-text-tel ul li:last-child a{
	color: #E76F51;
	border: 1px solid #E76F51;
}
.iletisim-bilgiler-text-tel ul li:first-child a:hover{
	background: #302B2B;
	color: #fff;
	transform: scale(0.98);
}
.iletisim-bilgiler-text-tel ul li:last-child a:hover{
	color: #fff;
	background: #E76F51;
	transform: scale(0.98);
}
.iletisim-bilgiler-text-saat h4{
	font-weight: bold;
	color: #363E51;
	font-size: 20px;
}
.iletisim-bilgiler-text-saat p{
	font-size: 20px;
}
.iletisim-bilgiler .row{
	align-items: center;
}
.iletisim-form-icerik h5{
	font-size: 16px;
}
.iletisim-form-icerik input{
	font-size: 16px;
}
.iletisim-form-icerik button{
	font-size: 16px!important;
}
.iletisim-form-icerik textarea{
	font-size: 16px;
}
.giris-yap-main{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
}
.giris-yap-img figure{
	width: 100%;
}
.giris-yap-img figure img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	border-radius: 30px;
}
.giris-yap-icerik{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background: #FDFEFF;
	border-radius: 30px;
	height: 100%;
	padding: 3vw;
	text-align: center;
}
.giris-yap-main .row>*{
	padding: 0;
}
.giris-yap-input{
	width: 100%;
}
.giris-yap-input h1{
	color: #163157;
	font-size: 30px;
	font-weight: bold;
}
.giris-yap-input ul{
	width: 100%;
	gap: 10px;
	display: flex;
	flex-direction: column;
}
.giris-yap-input ul li{
	width: 100%;
}
.giris-yap-input ul li input[type="text"]{
	padding: 15px 25px 15px 15px;
    background: #f5f6f7;
    text-align: left;
    color: #163157;
    font-size: 17px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    height: 60px;
    border: none;
    width: 100%;
    font-weight: 500;
}
.giris-yap-input ul li input[type="text"]::placeholder{
    color: #163157;
	font-size: 15px;
}
.giris-btn1{
	background: #E76F51;
	color: #fff;
	width: 100%;
	border-radius: 100px;
	padding: 15px;
	text-align: center;
	transition: all 0.4s;
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.giris-btn1:hover{
	transform: scale(0.98);
	background: #302B2B;
}
.giris-btn2{
	background: #F4A261;
	color: #fff;
	width: 100%;
	border-radius: 100px;
	padding: 15px;
	text-align: center;
	transition: all 0.4s;
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.giris-btn2:hover{
	transform: scale(0.98);
	background: #E76F51;
}
.giris-btn3{
	background: #302B2B;
	color: #fff;
	width: 100%;
	border-radius: 100px;
	padding: 15px;
	text-align: center;
	transition: all 0.4s;
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.giris-btn3:hover{
	transform: scale(0.98);
	background: #F4A261;
}
.google-btn{
	background: transparent;
	color: #163157;
	width: 100%;
	border-radius: 100px;
	padding: 15px;
	text-align: center;
	transition: all 0.4s;
	display: block;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #163157;
	position: relative;
}
.google-btn img{
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translate(0%, -50%);
	width: 25px;
	transition: all 0.4s;
}
.google-btn:hover{
	transform: scale(0.98);
	background: #E76F51;
	border-color: #E76F51;
	color: #fff;
}
.google-btn:hover img{
	filter: brightness(0) invert(1);
}
.giris-yap-btn{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.giris-yap-input label{
	display: flex;
	text-align: left;
	align-items: center;
}
.giris-yap-input label p{
	font-size: 17px;
	line-height: 20px;
	width: calc(100% - 30px);
}
.flatpickr-calendar.open{
	z-index: 999999999;
}
.modal-rez{
	position: fixed;
	width: 100%;
	height: 100vh;
	display: none;
	justify-content: center;
	align-items: center;
	top: 0;
	z-index: 99999999;
}
.modal-rez-kapat-main{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.modal-rez-kapat-main:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    background: rgba(0,0,0,0.8);
	z-index: -1;
}
.modal-rez-icerik{
	width: 800px;
	height: 95vh;
	border-radius: 30px;
	background: #E76F51;
	padding: 25px 50px;
	display: flex;
	align-items: center;
}
.modal-rez-ust{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.modal-rez-ust h2{
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}
.modal-rez-ust a:hover img{
	filter: brightness(0) invert(1);
}
.modal-rez-icerik .grup-rezervasyon-form-ust h5{
	color: #fff;
}
.btn4{
	font-size: 17px;
	font-weight: bold;
	color: #302B2B;
	border-radius: 99px;
	background: #E9C46A;
	padding: 15px 25px;
	transition: all 0.4s;
}
.btn4:hover{
	color: #fff;
	background: #302B2B;
	transform: scale(0.98);
}
.modal-rez-icerik form{
	height: 100%;
}
.sayfa-tabs{
	padding-top: 60px;
}

.iletisim-form input[type=checkbox]
{
	width:20px!important;
	height:20px!important;
	padding:0px;
}

.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;
}





@media screen and (min-width: 1199px) and (max-width: 1599px){
	.header_alt > div > nav > ul > li > a{
		padding: 0 1vw;
		font-size: 1vw;
	}
	.btn1{
		font-size: 1vw;
	}
	.btn2{
		font-size: 1vw;
	}
	.header-logo figure{
		width: 190px;
	}
	.footer-alt{
		padding-bottom: 10px;
	}
	.footer-store a{
		padding: 8px;
	}
	.footer-store span{
		font-size: 13px;
	}
	.giris-yap-logo{
		width: 145px;
	}
	.giris-yap-input h1{
		font-size: 25px;
	}
	.giris-yap-icerik{
		height: 100vh;
		overflow: auto;
	}
	.giris-yap-input{
		margin: 15px 0;
	}
	.giris-btn1{
		padding: 10px;
		font-size: 18px;
	}
	.giris-btn2{
		padding: 10px;
		font-size: 18px;
	}
	.giris-btn3{
		padding: 10px;
		font-size: 18px;
	}
	.google-btn{
		padding: 10px;
		font-size: 18px;
	}
	.giris-yap-input ul li input[type="text"]{
		height: 50px;
	}
	.google-btn img{
		width: 20px;
	}
	.modal-rez-icerik form{
		overflow-y: auto;
		overflow-x: hidden;
		width: 100%;
	}
	.modal-rez-icerik .grup-rezervasyon-form-ust input{
		height: 50px;
	}
	.modal-rez-icerik .grup-rezervasyon-form-ust .dropdown button{
		height: 50px;
	}
}