.pfy-relative{
	position: relative!important;
}

.pfy-absolute{
	position: absolute!important;
}

.pfy-inset0{
	inset:0!important;
}

.bottom-transparent{
	/* Alt kısımda şeffaflığa doğru geçiş */
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;

  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

.shiny-background{
	box-shadow: 0px 2px 105px -37px rgba(136,0,68,1)!important;
	-moz-box-shadow: 0px 2px 105px -37px rgba(136,0,68,1)!important;
	-webkit-box-shadow: 0px 2px 105px -37px rgba(136,0,68,1)!important;
}

@media only screen and (max-width: 1000px) {
	.mobile-shiny-background{
		box-shadow: 0px -40px 70px -30px rgba(136,0,68,1)!important;
		-moz-box-shadow: 0px -40px 70px -30px rgba(136,0,68,1)!important;
		-webkit-box-shadow: 0px -40px 70px -30px rgba(136,0,68,1)!important;
	}
}


/* glow */
.white, .border, .darkBorderBg, .glow {
  height: 100%!important;
  width: 100%!important;
  position: absolute!important;
  overflow: hidden!important;
  z-index: -1!important;
  /* Border Radius */
  border-radius: 12px!important;
  filter: blur(3px)!important;
}

.white {
  border-radius: 10px;
  filter: blur(2px);
}

.white::before {
	content: "";
	z-index: -2;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(83deg);
	position: absolute;
	width: 100%;
  	height: 1000%;
	background-repeat: no-repeat;
	background-position: 0 0;
	filter: brightness(1.4);
	background-image: conic-gradient(
	rgba(0, 0, 0, 0) 0%,
	#a099d8,
	rgba(0, 0, 0, 0) 8%,
	rgba(0, 0, 0, 0) 50%,
	#dfa2da,
	rgba(0, 0, 0, 0) 58%
	);
	transition: all 2s;
}

.border {
	width: calc(100% - 10px) !important;
    height: calc(100% - 10px) !important;
	border-radius: 11px!important;
	filter: blur(0.5px)!important;
}

.border::before {
	content: "";
	z-index: -2;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(70deg);
	position: absolute;
	width: 100%;
	height: 1000%;
	filter: brightness(1.3);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: conic-gradient(
		#1c1215,
		#870042 5%,
		#1c1215 14%,
		#1c1215 50%,
		#880044 60%,
		#1c1215 64%
	);
	transition: all 2s;
}

.darkBorderBg {
	width: calc(100% + 10px) !important;
	height: calc(100% + 10px) !important;
}
.darkBorderBg::before {
	content: "";
	z-index: -2;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(82deg);
	position: absolute;
	width: 100%;
	height: 1000%;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: conic-gradient(
	rgba(0, 0, 0, 0),
	#53002a,
	rgba(0, 0, 0, 0) 10%,
	rgba(0, 0, 0, 0) 50%,
	#53002a,
	rgba(0, 0, 0, 0) 60%
	);
	transition: all 2s;
}

.glow {
	width: calc(100% + 50px) !important;
	height: calc(100% + 50px) !important;
	overflow: hidden!important;
	filter: blur(30px)!important;
	opacity: 0.4!important;
}
.glow:before {
	content: "";
	z-index: -2;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(60deg);
	position: absolute;
	width: 1000%;
	height: 1000%;
	background-repeat: no-repeat;
	background-position: 0 0;
	/*border color, change middle color*/
	background-image: conic-gradient(
		#1c1215,
		#880044 5%,
		#1c1215 38%,
		#1c1215 50%,
		#880044 60%,
		#1c1215 87%
	);
	transition: all 2s;
}

#poda > div:hover > .darkBorderBg::before {
  transform: translate(-50%, -50%) rotate(262deg);
}
#poda > div:hover > .glow::before {
  transform: translate(-50%, -50%) rotate(240deg);
}
#poda > div:hover > .white::before {
  transform: translate(-50%, -50%) rotate(263deg);
}
#poda > div:hover > .border::before {
  transform: translate(-50%, -50%) rotate(250deg);
}

#poda > div:hover > .darkBorderBg::before {
  transform: translate(-50%, -50%) rotate(-98deg);
}
#poda > div:hover > .glow::before {
  transform: translate(-50%, -50%) rotate(-120deg);
}
#poda > div:hover > .white::before {
  transform: translate(-50%, -50%) rotate(-97deg);
}
#poda > div:hover > .border::before {
  transform: translate(-50%, -50%) rotate(-110deg);
}
/*
#poda > div:focus-within > .darkBorderBg::before {
  transform: translate(-50%, -50%) rotate(442deg);
  transition: all 4s;
}
#poda > div:focus-within > .glow::before {
  transform: translate(-50%, -50%) rotate(420deg);
  transition: all 4s;
}
#poda > div:focus-within > .white::before {
  transform: translate(-50%, -50%) rotate(443deg);
  transition: all 4s;
}
#poda > div:focus-within > .border::before {
  transform: translate(-50%, -50%) rotate(430deg);
  transition: all 4s;
}
*/
@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(450deg);
  }
}
@keyframes leftright {
  0% {
    transform: translate(0px, 0px);
    opacity: 1;
  }

  49% {
    transform: translate(250px, 0px);
    opacity: 0;
  }
  80% {
    transform: translate(-40px, 0px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@media only screen and (max-width: 1000px) {
	.white, .border, .darkBorderBg, .glow{
		display: none!important;
	}
}

/* neon button */

.neon-green-button a {
	--green: #1BFD9C!important;
	font-size: 15px!important;
	padding: 0.7em 2.7em!important;
	letter-spacing: 0.06em!important;
	position: relative!important;
	font-family: inherit!important;
	border-radius: 0.6em!important;
	overflow: hidden!important;
	transition: all 0.3s!important;
	line-height: 1.4em!important;
	border: 2px solid var(--green)!important;
	background: linear-gradient(to right, rgba(27, 253, 156, 0.1) 1%, transparent 40%,transparent 60% , rgba(27, 253, 156, 0.1) 100%)!important;
	color: var(--green)!important;
	box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.4), 0 0 9px 3px rgba(27, 253, 156, 0.1)!important;
	-moz-box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.4), 0 0 9px 3px rgba(27, 253, 156, 0.1)!important;
	-webkit-box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.4), 0 0 9px 3px rgba(27, 253, 156, 0.1)!important;
}

.neon-green-button a:hover {
	color: #82ffc9!important;
	box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.6), 0 0 9px 3px rgba(27, 253, 156, 0.2)!important;
}

.neon-green-button a:before {
	content: "";
	position: absolute!important;
	left: -4em!important;
	width: 4em!important;
	height: 100%!important;
	top: 0!important;
	transition: transform .4s ease-in-out!important;
	background: linear-gradient(to right, transparent 1%, rgba(27, 253, 156, 0.1) 40%,rgba(27, 253, 156, 0.1) 60% , transparent 100%)!important;
}

.neon-green-button a:hover:before {
	transform: translateX(15em)!important;
}

/* swiper pagination */
.swiper-top-pagination .swiper-pagination{
	top: -20px!important;
	bottom: unset!important;
}

/* pfy custom slider */

.pfy-custom-slider img {
    object-fit: contain;
}

.pfy-custom-slider {
	width: 100%;
    overflow: hidden;
	-webkit-mask-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 30%,
		rgba(0, 0, 0, 1) 70%,
		rgba(0, 0, 0, 0) 100%
	);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;

	mask-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 30%,
		rgba(0, 0, 0, 1) 70%,
		rgba(0, 0, 0, 0) 100%
	);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	
	white-space: nowrap;
}

.pfy-custom-slider-track{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
	gap:50px;
	will-change: transform;
}


.pfy-seperator{
	-webkit-mask-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 30%,
		rgba(0, 0, 0, 1) 70%,
		rgba(0, 0, 0, 0) 100%
	);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;

	mask-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 30%,
		rgba(0, 0, 0, 1) 70%,
		rgba(0, 0, 0, 0) 100%
	);
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
}

.pfy-baslik, .pfy-baslik *{
	text-shadow: -5px 6px 0px #b6276f!important;
	font-size:110px!important;
	position: relative!important;
}

@media only screen and (max-width: 1000px) {
	.pfy-baslik, .pfy-baslik *{
		text-shadow: -3px 3px 0px #b6276f!important;
		font-size:46px!important;
	}	
}

.pfy-yazi-baslik, .pfy-yazi-baslik *{
	text-shadow: -5px 6px 0px #b6276f!important;
	font-size:90px!important;
	position: relative!important;
}

@media only screen and (max-width: 1000px) {
	.pfy-yazi-baslik, .pfy-yazi-baslik *{
		text-shadow: -3px 3px 0px #b6276f!important;
		font-size:48px!important;
	}	
}

.pfy-contact-form input, .pfy-contact-form textarea, .pfy-contact-form select {
    background-color: #1f1518 !important;
    border: 2px solid #342b2d !important;
    color: white !important;
}

.pfy-contact-form input:focus, .pfy-contact-form textarea:focus, .pfy-contact-form select:focus {
    background-color: #1f1518 !important;
    border: 2px solid #880044 !important;
    color: white !important;
	box-shadow: 0px 0px 20px 0px rgba(136,0,68,1)!important;
	-moz-box-shadow: 0px 0px 20px 0px rgba(136,0,68,1)!important;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(136,0,68,1)!important;
}

.mh-400px{
    max-height:400px;
}

/* Scrollbar Dikey Css */
.custom-scroll-y-1{
    overflow-y:auto!important;
}

.custom-scroll-y-1::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: unset;
}

.custom-scroll-y-1::-webkit-scrollbar{
	width: 6px;
	background-color: unset;
}

.custom-scroll-y-1::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #b5b5b5;
}


.custom-list-1 {
    list-style: none;
    padding: 0 !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    gap:10px;
}

.custom-list-1 li {
    background-color: #2d445f;
    color: #e3ebf5;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
}


/* Cookie Consent Css */

.cookie-banner{
	box-sizing: border-box;
	width: 100%;
	height: auto;
	background-color: #1960c6;
	position: fixed;
	top: unset;
	bottom: 0;
	left: 0;
	right: unset;
	padding: 20px 20px 80px 20px;
	display: flex;
	flex-direction: column;
	border-radius: 20px 20px 0px 0px;
	z-index: 999999;
}

.cookie-banner-desc{
	color: white;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
	margin-top: 0px;
}

.cookie-banner-header{
	color: white;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.cookie-banner-desc a{
	color: white;
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
}

.cookie-banner-buttons{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 15px;
}

.cookie-banner-buttons a{
	min-width: 150px;
	color: black;
	background-color: white;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

/*Banner bitti yapılandırma başladı*/


.cookie-configure-overlay{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	right: unset;
	bottom: unset;
	z-index: 9999999;
}

.cookie-configure{
	background-color: white;
	width: 90%;
	max-width: 800px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 30px auto;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
}

.cookie-configure-header{
	width: 100%;
	box-sizing: border-box;
	background-color: #1960c6;
	color: white;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	flex-wrap: nowrap;
	padding: 20px;
}

.cookie-configure-header *{margin:0;}

.cookie-configure-header p{
	flex-grow: 1;
	font-size: 16px;
	font-weight: 600;
	color: white;
}

.cookie-configure-header a{
	background-color: white;
	color: black;
	cursor: pointer;
	width: 28px;
	height: 28px;
	border-radius: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-shrink: 0;
}

.cookie-configure-content-scroll{
	width: 100%;
	box-sizing: border-box;
	max-height: 40vh;
	overflow: auto;
	margin: 15px 0px;
}

.cookie-configure-content{
	padding: 20px;
}

.cookie-configure-content h3{
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: 700;
	color: black;
}

.cookie-configure-content p{
	margin: 0 0 0 0;
	font-size: 13px;
	font-weight: 400;
	color: black;
}

.cookie-configure-content hr{
	margin: 20px 0 20px 0;
	font-size: 13px;
	font-weight: 400;
}

.cookie-configure-inputs{
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 5px;
}

.cookie-configure-inputs input{
	width: 20px;
	height: 20px;
	margin: 0;
}

.cookie-configure-inputs label{
	font-size: 16px;
	color: black;
}

.cookie-configure-buttons{
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	background-color: #1960c6;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;

}

.cookie-configure-buttons a{
	min-width: 180px;
	color: black;
	background-color: white;
	text-align: center;
	padding: 10px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
}

@media (max-width: 820px) {
	.cookie-configure-buttons{
		flex-direction: column;
		align-items: stretch;
		flex-wrap: nowrap;
	}

	.cookie-banner-buttons{
		flex-direction: column;
		align-items: stretch;
		flex-wrap: nowrap;
	}

	.cookie-configure-content-scroll{
		max-height: 30vh;
	}
}

/* Cookie Consent Css Bitti */
