﻿body {
	--sb-track-color: #ffffff;
	--sb-thumb-color: #0f172a;
	--sb-size: 0px;
}

body::-webkit-scrollbar {
	width: var(--sb-size)
}

body::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border-radius: 15px;

}

@supports not selector(::-webkit-scrollbar) {
	body {
		scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
	}
}


@keyframes grow-progress {
	from {
		transform: scaleX(0);
	}

	to {
		transform: scaleX(1);
	}
}

#progress {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 5px;
	background: #ba4b8d;
	z-index: 9922998;
	transform-origin: 0 50%;
	animation: grow-progress auto linear;
	animation-timeline: --page-scroll;
}


@media only screen and (min-width: 2559px) {


	body {
		/**
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        **/
		padding: 0px 0px 0px 0px !important;
		overflow-x: hidden !important;
		text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
		overflow: overlay;
		font-family: "Urbanist", sans-serif !important;
		outline: none !important;
		color: #0c1232 !important;
		background-color: #fff !important;
		-webkit-transition: all 0.2s ease-in-out;
		text-decoration: none;
		margin: 0px !important;
		direction: ltr;
		position: relative;
		text-rendering: optimizeLegibility;
		font-feature-settings: "liga" 0;
		-webkit-font-smoothing: antialiased;
		font-optical-sizing: auto !important;
	}


	.header-frame{
		z-index:9998;
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		margin: auto;
		border-bottom: 1px solid rgba(0,0,0,.06);
		width: 100%;
		height: auto;
		background-color: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(30px);
		-webkit-backdrop-filter: blur(30px);
	}

	.header{
		width: auto;
		max-width: 1600px;
		height: auto;
		padding: 10px 0px;
		margin: auto;
	}

	.logo{
		width: 320px;
		height: 100px;
		background-image: url(../images/catbel-etkinlik-logo.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		cursor: pointer;
		transition: 0.1s ease-in-out;
	}

	.logo:active{
		transform: scale(0.98);
		transition: 0.04s ease-in-out;
	}

	.logo.active{
		width: 165px;
		height: 50px;
		transition: 0.1s ease-in-out;
	}

	.menu-frame{
		width: auto;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 30px;
	}

	.mainmenu-btn{
		cursor: pointer;
		font-size: 15px;
		font-weight: 700;
		color: #000051;
		display: inline-block;
		padding: 5px;
		border-bottom: 2px solid rgba(0,0,0,.0);
		transition: 0.1s ease-in-out;
	}

	.mainmenu-btn.active{
		font-size: 13px;
	}

	.mainmenu-btn:hover{
		border-bottom: 2px solid rgba(0,0,0,.2);
		padding: 5px;
		transition: 0.1s ease-in-out;
	}


	.cta1{
		font-size: 14px;
		font-weight: 700;
		color: #000051;
		padding: 15px 30px;
		background-color: rgb(0, 0, 81,0.05);
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		gap: 10px;
		border-radius: 18px;
		transition: 0.1s ease-in-out;
	}

	.cta1 span{
		transition: 0.1s ease-in-out;
		font-size: 17px;
		color: #ba4b8d;
		font-variation-settings:
			'FILL' 1,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}

	.cta1:hover{
		transition: 0.1s ease-in-out;
		background-color: rgb(0, 0, 81,0.09);
	}

	.cta2{
		font-size: 14px;
		font-weight: 700;
		color: #fff;
		padding: 15px 30px;
		background-color: #000051;
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		gap: 10px;
		border-radius: 18px;
		transition: 0.1s ease-in-out;
	}

	.cta2 span{
		transition: 0.1s ease-in-out;
		font-size: 17px;
		color: #fff;
		font-variation-settings:
			'FILL' 1,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}

	.cta2:hover{
		transition: 0.1s ease-in-out;
		background-color: #ba4b8d;
	}

	.banner{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100vh;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: relative;
		background-image: url(../images/banner-bg.svg);
	}




	.event-icon{
		width: 50px;
		height: 50px;
		border-radius: 15px;
		background-color: #ba4b8d;
		box-shadow: 0px 10px 30px rgb(0, 0, 81,0.2);
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}

	.event-icon span{
		color: #fff;
		font-size: 25px;
		font-variation-settings:
			'FILL' 1,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}

	h1{
		font-size: 50px !important;
		font-weight: 700 !important;
		color: #000051 !important;
		display: block !important;
		line-height: 55px !important;
	}

	h2{
		font-size:25px !important;
		font-weight: 400 !important;
		color: #000051 !important;
		display: block !important;
		line-height: 30px !important;
	}

	p{
		font-size: 15px !important;
		font-weight: 500 !important;
		color: rgb(11, 29, 60,0.8) !important;
		display: block !important;
		line-height: 21px !important;
	}

	.content-line{
		width: 100px;
		height: 3px;
		margin-top: 20px;
		margin-bottom: 20px;
		background-color: #ba4b8d;
		border-radius: 10px;
		opacity: 1;
	}

	.main-date{
		margin-top: 10px;
		margin-right: 10px;
		width: auto;
		height: auto;
		display: inline-flex;
		align-items: center;
		gap: 10px;
		padding: 5px 20px 5px 5px;
		border-radius: 15px;
		background-color: rgb(0, 0, 81,0.03);
		border: 1px solid rgb(0, 0, 81,0.03);
	}

	.main-date-content{
		width: auto;
		height: auto;
		display: inline-block;
		font-size: 16px;
		font-weight: 500;
		color: #000051;
	}

	.main-date span{
		width: 40px;
		height: 40px;
		font-size: 20px;
		background-color: rgb(0, 0, 81,0.1);
		color: #000051;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border-radius: 12px;
		font-variation-settings:
			'FILL' 1,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}

	.main-slider-quote{
		font-size: 14px;
		font-weight: 400;
		color: rgb(0, 0, 81,0.5);
		font-style: italic;
		margin-top: 10px;
	}

	.wrapper{
		width: 100%;
		height: auto;
		position: relative;
		padding-bottom: 100px;
	}

	.dewcontainer{
		position: relative;
		z-index: 99;
		width: 100%;
		max-width: 1600px;
		height: auto;
		margin: auto;
	}

	.bg-img{
		width: 600px;
		height: 600px;
		position: absolute;
		right: 0px;
		top:100px;
		z-index:0;
		background-image: url(../images/wrapper-bg.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}

	.dewspace{
		width: 100%;
		height: 50px;
	}

	.main-cta{
		border-radius: 15px;
		font-size: 15px;
		font-weight: 600;
		color: #fff;
		background-color: #000051;
		border: 1px solid #000051;
		padding: 15px 25px;
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		gap: 10px;
		transition: 0.1s ease-in-out;
	}

	.main-cta:hover{
		background-color: #ba4b8d;
		border: 1px solid #ba4b8d;
		color: #fff;
		transition: 0.1s ease-in-out;
	}

	.main-cta:hover span{
		color: #fff;
		transition: 0.1s ease-in-out;
	}

	.main-cta span{
		transition: 0.1s ease-in-out;
		font-size: 15px;
		color: #fff;
		font-variation-settings:
			'FILL' 1,
			'wght' 900,
			'GRAD' -25,
			'opsz' 48;
	}
	

	.footer{
		width: 100%;
		max-width: 1600px;
		height: auto;
		margin: 50px auto auto auto;
		border-radius: 20px;
		padding: 60px;
		border: 1px solid rgba(0,0,0,.1);
	}

	.footer-title{
		font-size: 14px;
		font-weight: 900;
		letter-spacing: 2px;
		color: #000051;
		display: block;
		line-height: 20px;
	}

	.social-box{
		cursor: pointer;
		width: 45px;
		height: 45px;
		background-color: #fff;
		border: 1px solid rgb(0, 0, 81,0.3);
		margin-top: 10px;
		border-radius: 15px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		transition: 0.1s ease-in-out;
	}

	.social-box:hover{
		background-color: #000051;
		transition: 0.1s ease-in-out;
	}

	.social-box:hover img{
		filter: invert(1);
		transition: 0.1s ease-in-out;
	}

	.social-box img{
		width: 50%;
		transition: 0.1s ease-in-out;
	}

	.contact-frame{
		width: auto;
		height: auto;
		padding: 5px 15px 5px 5px;
		border: 1px solid rgba(0,0,0,.1);
		cursor: pointer;
		border-radius: 15px;
		display: inline-flex;
		align-items: center;
		gap: 10px;
	}

	.contact-frame:hover{
		background-color: rgba(0,0,0,.03);
	}

	.contact-frame span{
		width: 50px;
		height: 50px;
		background-color: #000051;
		border-radius: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-variation-settings:
			'FILL' 1,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}

	.contact-frame-text{
		width: auto;
		height: auto;
		font-size: 20px;
		font-weight: 300;
		color: #000051;
	}

	.dewnav{
		display: none;
	}


	.content-space{
		width: 100%;
		height: 170px;
	}

	
	.secim-select {
    position: relative;
    width: 100%;
}


.secim-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
		height: auto;
		padding: 20px 30px 20px 60px;
		border-radius: 15px;
		border: 1px solid rgba(0,0,0,0.15);
		background-color: transparent;
		backdrop-filter: blur(30px);
		-webkit-backdrop-filter: blur(30px);
		font-size: 16px;
		font-weight: 600;
		color: #000051;
		background-repeat: no-repeat;
		background-position: left 20px center;
		background-size: auto 25px;
}

.secim-input:focus{
	border: 1px solid rgba(0,0,0,0.6);
		outline: none;
}


.secim-placeholder {
    opacity: 0.8;
}

.secim-arrow {
    font-size: 14px;
    opacity: 0.6;
}

/* LİSTE */
.secim-list {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    margin: 0;
    padding: 6px 0;
    list-style: none;

    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 15px;

    display: none;
    z-index: 999;
}

.secim-list li {
    padding: 10px 14px;
    cursor: pointer;
    implying: 0.8;
    color: #000051;
}

.secim-list li:hover {
    background: rgba(0,255,255,0.08);
	border-radius: 15px;
}

/* AÇIK DURUM */
.secim-select.secim-open .secim-list {
    display: block;
}

.form-field{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
		height: auto;
		padding: 20px 30px 20px 60px;
		border-radius: 15px;
		border: 1px solid rgba(0,0,0,0.15);
		background-color: transparent;
		backdrop-filter: blur(30px);
		-webkit-backdrop-filter: blur(30px);
		font-size: 16px;
		font-weight: 600;
		color: #000051;
		background-repeat: no-repeat;
		background-position: left 20px center;
		background-size: auto 25px;
}

.birthdate-input::-webkit-calendar-picker-indicator {
		opacity: 0;
		position: absolute;
		right: 0;
		width: 100%;
		height: 100%;
		cursor: pointer;
	}

	.event-content-box{
		background-color: #fff;
		cursor: pointer;
		width: 100%;
		height: auto;
		border-radius: 20px;
		border: 1px solid rgba(0,0,0,0.15);
		padding: 10px;
		transition: 0.2s ease-in-out;
		outline: 5px solid rgb(0, 0, 255,0.0);
	}

	.event-content-box:hover{
		border: 1px solid rgba(0,0,0,0.0);
		outline: 5px solid rgb(0, 0, 255,0.1);
		transition: 0.2s ease-in-out;
	}

	.event-content-box-img{
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1.2;
		border-radius: 17px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: relative;
		overflow: hidden;
	}

	.event-content-box-overlay{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		background-color: rgba(0, 0, 0, 0.3);
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
		z-index: 90;
		opacity: 0;
		transition: 0.2s ease-in-out;
	}

	.event-content-box:hover .event-content-box-overlay{
		opacity: 1;
		transition: 0.2s ease-in-out;
	}

	.event-content-box-ico{
		width: 80px;
		height: 80px;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		margin: auto;
	}

	.event-content-box-text{
		width: 100%;
		height: auto;
		min-height: 100px;
		padding: 10px;
		margin-top: 5px;
	}

	.event-title{
		font-size: 22px;
		font-weight: 600;
		color: #000051;
		display: block;
		line-height: 27px;
	}

	.event-subtitle{
		font-size: 17px;
		font-weight: 400;
		color: #000051;
		display: block;
		line-height: 22px;
	}

	.event-date{
		width: auto;
		height: auto;
		top: 8px;
		right: 8px;
		border-radius: 10px;
		background-color: #ee363d;
		display: inline;
		position: absolute;
		text-align: center;
		padding: 5px 10px;
		z-index:99;
	}

	.event-date-big{
		font-size: 13px;
		font-weight: 900;
		color: #fff;
		line-height: 20px;
		display: block;
	}

	.event-date-small{
		font-size: 12px;
		line-height: 15px;
		font-weight: 700;
		color: #ffffff;
		display: block;
	}


	.map-border{
		border-radius: 20px;
	}

	.contact-border{
		margin-bottom: 10px;
		margin-top: 10px;
		width: 100%;
		height: auto;
		padding: 35px 20px;
		background-color: rgba(0,0,0,0.0);
		border: 1px solid rgba(0,0,0,0.07);
		border-radius: 20px;
		position: relative;
		transition: 0.1s ease-in-out;
		background-repeat: no-repeat;
		background-position: right 20px top 15px;
		background-size: 30px;
		cursor: pointer;
	}

	.contact-border:hover{
		background-color: rgba(0,0,0,0.03);
		border: 1px solid rgba(0,0,0,0.03);
		transition: 0.1s ease-in-out;
	}

	.contact-title{
		font-size: 20px;
		font-weight: 500;
		color: #000051;
		display: block;
		line-height: 23px;
	}

	.contact-subtitle{
		font-size: 15px;
		font-weight: 400;
		color: #000051;
		display: block;
		line-height: 20px;
	}

	.contact-line{
		width: 100%;
		height: 1px;
		background-color: rgba(0,0,0,.1);
		margin-top: 20px;
		margin-bottom: 20px;
	}


	/*PART3*/

	.event-cover{
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1.2;
		border-radius: 20px;
		box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.6);
	}

	.back-button{
		display: inline-flex;
		align-items: center;
		gap: 10px;
		width: auto;
		height: auto;
		padding: 10px 25px;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		border: 1px solid rgba(255, 255, 255, 0.15);
		border-radius: 10px;
		cursor: pointer;
		transition: 0.1s ease-in-out;
	}

	.back-button:hover{
		background-color: #fff;
		border: 1px solid #fff;
		color: #000051;
		transition: 0.1s ease-in-out;
	}

	.back-button span{
		font-size: 14px;
		font-variation-settings:
			'FILL' 1,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}


	.event-tag{
		font-size: 14px;
		font-weight: 500;
		color: #000;
		padding: 8px 25px 8px 10px;
		border-radius: 100px;
		background-color: rgb(222, 226, 236,0.6);
		display: inline-flex;
		align-items: center;
		gap: 10px;
		cursor: default;
	}

	.event-tag span{
		background-color: #0071e3;
		font-size: 13px;
		color: #fff;
		padding: 8px;
		border-radius: 100px;
		font-variation-settings:
			'FILL' 1,
			'wght' 700,
			'GRAD' -25,
			'opsz' 48;
	}

	.event-content h1{
		font-size: 70px !important;
		font-weight: 700 !important;
		line-height: 75px !important;
		color: #000 !important;
		display: block !important;
	}

	.event-content h2{
		font-size: 25px !important;
		margin-bottom: 10px !important;
		font-weight: 400 !important;
		color: #000 !important;
		display: block !important;
	}

	.event-content p{
		color: #000 !important;
		font-size: 18px !important;
		line-height: 30px !important;
	}

	.content-banner{
		width: 100%;
		height: auto;
		aspect-ratio: 100 / 40;
		position: relative;
		z-index:0;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.content-banner-content{
		position: absolute;
		top: 50%;
		left: 50%;
		max-width: 1600px;
		width: 100%;
		transform: translate(-50%, -50%);
		margin: auto;
	}



	.event-title-line{
		width: 120px;
		height: 2px;
		background-color: #000;
		border-radius: 20px;
		margin-top: 20px;
		opacity: 0.3;
		margin-bottom: 20px;
	}

	.event-cta{
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		border: 1px solid rgba(255,255,255,0.3);
		display: inline-flex;
		background-color: #29984d;
		padding: 15px 30px;
		cursor: pointer;
		border-radius: 17px;
		align-items: center;
		gap: 10px;
		transition: 0.1s ease-in-out;
	}

	.event-cta:hover{
		background-color: #2db45a;
		transition: 0.1s ease-in-out;
	}

	.event-cta span{
		transition: 0.1s ease-in-out;
		font-size: 20px;
		font-variation-settings:
			'FILL' 0,
			'wght' 500,
			'GRAD' -25,
			'opsz' 48;
	}

	.event-cta:hover span{
		transition: 0.1s ease-in-out;
		font-variation-settings:
			'FILL' 1,
			'wght' 500,
			'GRAD' -25,
			'opsz' 48;
	}

	.event-quote{
		font-size: 14px;
		font-weight: 400;
		font-style: italic;
		color: #000;
		opacity: 0.7;
		display: block;
		margin-top: 15px;
	}



	.seans-box{
		width: 100%;
		height: auto;
		padding: 30px;
		border-radius: 20px;
		background-color: #fff;
		position: relative;
		box-shadow: 0px 30px 30px rgba(0,0,0,.15);
		transition: 0.1s ease-in-out;
		border: 1px solid rgba(0,0,0,.05);
	}

	.seans-box:hover{
		transform: scale(1.03);
	}

	.seans-date{
		width: 65px;
		height: 65px;
		padding: 10px 15px;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: 10px;
		display: inline-block;
		text-align: center;
	}

	.seans-date-big{
		font-size: 30px;
		line-height: 20px;
		font-weight: 700;
		color: #000051;
		display: block;
		margin-bottom: 3px;
	}

	.seans-date-small{
		line-height: auto;
		margin-bottom: 3px;
		font-size: 12px;
		font-weight: 500;
		color: #000051;
		display: block;
	}

	.seans-date-title{
		font-size: 25px;
		font-weight: 400;
		display: block;
		color: #000051;
	}

	.seans-date-subtitle{
		font-size: 15px;
		font-weight: 400;
		display: inline-flex;
		color: #000051;
		align-items: center;
		gap: 5px;
	}

	.seans-date-subtitle span{
		font-size: 15px;
		font-variation-settings:
			'FILL' 0,
			'wght' 500,
			'GRAD' -25,
			'opsz' 48;
	}

	.seans-line{
		width: 100%;
		height: 1px;
		background-color: rgba(0,0,0,.1);
		margin-bottom: 15px !important;
		margin-top: 15px !important;
	}

	.event-wrapper{
		position: relative;
		top: -150px;
	}

	.seans-time-frame{
		display: flex;
   		flex-wrap: wrap;
		align-items: center;
		gap: 10px;
	}

	.seans-time-box{
		color: #000051;
		padding: 10px 0px;
		border-radius: 10px;
		width: 31%;
		height: auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		border: 1px solid rgb(0, 0, 81,0.6);
		cursor: pointer;
		font-size: 20px;
		font-weight: 600;
	}

	.seans-time-box span{
		color: #000051;
		font-size: 15px;
		position: relative;
		top: 1px;
		font-variation-settings:
			'FILL' 0,
			'wght' 800,
			'GRAD' -25,
			'opsz' 48;
	}

	.seans-time-box:hover{
		background-color: #000051;
		color: #fff;
	}

	.seans-time-box:hover span{
		color: #fff;
	}

	.seans-time-box:hover .seans-time-info{
		background-color: rgba(255,255,255,.1);
		color: rgba(255,255,255,0.8);
	}


	.seans-time-info{
		opacity: 0.7;
		width: 80%;
		margin: auto;
		height: auto;
		font-weight: 400;
		color: rgb(0, 0, 81,0.8);
		padding: 10px 0px !important;
		background-color: rgba(0,0,0,.05);
		font-size: 13px;
		border-radius: 5px;
		line-height: 12px;
		margin-top: 5px;
	}


	.seans-time-box-disabled{
		color: #999;
		padding: 10px 0px;
		border-radius: 10px;
		width: 31%;
		height: auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		border: 1px solid rgba(0,0,0,.07);
		font-size: 20px;
		font-weight: 600;
	}

	.seans-time-box-disabled:hover{
		color: #999;
	}

	.seans-time-box-disabled span{
		color: #999;
		font-size: 15px;
		position: relative;
		top: 1px;
		font-variation-settings:
			'FILL' 0,
			'wght' 800,
			'GRAD' -25,
			'opsz' 48;
	}


	.event-img-fix{
		position: sticky !important;
		top: 10px !important;
	}


	.event-acc{
		font-size: 20px;
		font-weight: 600;
		color: #000051;
		display: block;
	}


	.event-header{
		z-index:999923;
		border-radius: 20px;
		padding: 0px;
		width: auto;
		max-width: 1600px;
		margin: auto;
		position: absolute;
		top: 20px;
		left: 0px;
		right: 0px;
		background-color: rgba(255, 255, 255, 0);
		backdrop-filter: blur(0px);
		-webkit-backdrop-filter: blur(0px);
		transition: 0.3s ease-in-out;
	}


	.event-logo{
		width: 150px;
		height: 47px;
		margin-top: 3px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%;
		padding: 0px !important;
		display: inline-block;
		background-image: url(../images/catbel-etkinlik-logo.svg);
	}

	.event-back{
		transition: 0.3s ease-in-out;
		width: auto;
		height: auto;
		padding: 0px;
		font-size: 20px;
		font-weight: 500;
		color: #000051;
		display: inline-flex;
		align-items: center;
		gap: 10px;
		cursor: pointer;
	}

	.event-back span{
		transition: 0.3s ease-in-out;
		font-size: 20px;
		color: #ba4b8d;
		font-variation-settings:
			'FILL' 0,
			'wght' 800,
			'GRAD' -25,
			'opsz' 48;
	}

	.event-back:hover span{
		transition: 0.3s ease-in-out;
		transform: translateX(-5px);
	}


	.mobile-banner{
		display: none;
	}

	.c-accordion__item {
  background-color: rgba(0,0,0,.04);
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 20px;
  margin: 1rem 0;
  padding: 20px 30px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: right 25px top 23px;
  background-image: url(../images/icons/acc_icon.svg);
}


	.mobile-banner-step2{
		display: none;
	}

	.content-banner-step2{
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 0.08;
		margin-bottom: 100px;
	}

	.content-title-line{
		width: 100px;
		height: 2px;
		background-color: #ba4b8d;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}


	.step1{
		cursor: pointer;
		width: 100px;
		height: 100px;
		border-radius: 200px;
		background-color: #f7f7f7;
		border: 4px solid #fff;
		outline: 2px solid #fff;
		margin: auto;
		transition: 0.1s ease-in-out;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.step1 span{
		color: #000051;
		font-size: 35px;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' -25,
			'opsz' 48;
	}

	.step1:hover{
		outline: 2px solid #ba4b8d;
		transition: 0.1s ease-in-out;
	}

	.step-frame{
		background-image: url(../images/step-frame-bg.svg);
		background-repeat: no-repeat;
		background-position: center top 39%;
		background-size: 70%;
	}

	.step1-active{
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 100px;
		border-radius: 200px;
		background-color: #ba4b8d;
		border: 4px solid #fff;
		outline: 2px solid #ba4b8d;
		margin: auto;
		transition: 0.1s ease-in-out;
	}

	.step1-active span{
		color: #fff;
		font-size: 35px;
		font-variation-settings:
			'FILL' 1,
			'wght' 300,
			'GRAD' -25,
			'opsz' 48;
	}

	.step1-label{
		font-size: 10px;
		letter-spacing: 1px;
		font-weight: 700;
		color: rgba(0,0,0,.45);
		text-align: center;
		display: block;
		margin-top: 10px;
	}

	.seat-status-frame{
		width: 100%;
		height: auto;
		padding: 15px 20px;
		border: 1px solid rgba(0,0,0,.2);
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		font-size: 14px;
		letter-spacing: 0px;
		font-weight: 600;
		color: #000051;
	}

	.seat-status-frame img{
		width: 25px;
	}

	.event-info{
		width: 100%;
		height: auto;
		padding: 20px;
		background-color: fff;
		border-top: 1px solid rgba(0,0,0,.2);
		background-color: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(30px);
		-webkit-backdrop-filter: blur(30px);
		position: fixed;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index:99998;
	}

	.event-info img{
		width: 60px;
		height: auto;
		aspect-ratio: 1 / 1.2;
		border-radius: 5px;
	}

	.event-info-title{
		font-size: 20px;
		line-height: 25px;
		font-weight: 500;
		color: #000051;
		display: block;
	}

	.event-info-text{
		font-size: 14px;
		font-weight: 500;
		color: #333;
		display: flex;
		align-items: center;
		gap: 4px;
	}

	.event-info-text span{
		font-size: 13px;
		color: #29984d;
		font-variation-settings:
			'FILL' 1,
			'wght' 400,
			'GRAD' -25,
			'opsz' 48;
	}

	.event-select-seat{
		font-size: 15px;
		font-weight: 400;
		display: inline-flex;
		padding: 5px 15px;
		border-radius: 10px;
		color: #fff;
		cursor: pointer;
		background-color: #2db45a;
	}

	.event-info-subtitle{
		font-size: 14px;
		font-weight: 500;
		color: #333;
		display: block;
		margin-bottom: 5px;
	}

	.continue{
		font-size: 17px;
		font-weight: 800;
		color: #fff;
		background-color: #29984d;
		border-radius: 10px;
		display: inline-block;
		padding: 15px 25px;
		cursor: pointer;
	}

	.continue:hover{
		background-color: #2db45a;
	}

	.timer{
		background-color: #0B1D3C;
		border-radius: 10px;
		padding: 10px 20px; 
		text-align: center;
	}

	.timer-text1{
		line-height: 20px;
		font-size: 20px;
		font-weight: 300;
		color: #fff;
		display: block;
		text-align: center;
	}

	.timer-text2{
		text-align: center;
		line-height: 15px;
		font-size: 11px;
		font-weight: 800;
		color: #fff;
		display: block;
	}

	/**sahnescroll**/

	.seat-view-wrapper {
		width: 100%;
		overflow: visible;
	}

	.seat-view {
		width: 100%;
	}

	.seat-control {
		display: none; /* desktopta kontrol çubuğu yok */
	}

	/**PART4**/

	.event-user-frame{
		width: 100%;
		height: auto;
		padding: 20px 10px;
		border-radius: 15px;
		background-color: #fff;
		border: 1px solid rgba(0,0,0,.1);
		margin-bottom: 20px;
		transition: 0.1s ease-in-out;
	}

	.event-user-frame:hover{
		box-shadow: 0px 0px 40px rgba(0,0,0,.1);
		transition: 0.1s ease-in-out;
	}

	.event-field{
		width: 100%;
		height: auto;
		padding: 20px 20px 20px 45px;
		border: none;
		border-radius: 10px;
		font-size: 15px;
		background-color: #fff;
		font-weight: 500;
		color: #000051;
		background-repeat: no-repeat;
		background-position: center left 15px;
		background-size: auto 20px;
		box-shadow: 0px 20px 30px rgba(0,0,0,.05);
		border: 1px solid rgba(0,0,0,.05);
	}

	.event-field:focus{
		outline: 2px solid #0071e3;
	}

	.event-info-field-title{
		font-size: 25px;
		font-weight: 300;
		color: #000051;
		padding-bottom: 5px;
		border-bottom: 1px solid rgba(0,0,0,.1);
		margin-bottom: 10px;
	}

	.final-ticket{
		width: 100%;
		height: auto;
		position: relative;
		background-color: #fff;
		border: 1px solid rgba(0,0,0,.2);
		border-radius: 15px;
		padding: 15px 0px;
	}

	.final-ticket-label{
		font-size: 12px;
		font-weight: 500;
		color: #333;
		display: block;
	}

	.final-ticket-title{
		font-size: 23px;
		font-weight: 500;
		color: #333;
		display: block;
	}

	.final-ticket-info{
		font-size: 30px;
		font-weight: 500;
		color: #0c1232;
		display: block;
	}

	.final-ticket-text{
		margin-top: 5px;
		font-size: 15px;
		font-weight: 400;
		color: #0c1232;
		display: flex;
		align-items: start;
		gap: 5px;
	}

	.final-ticket-text span{
		font-size: 20px;
		color: #ba4b8d;
		font-variation-settings:
			'FILL' 0,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}

	

	.left-box{
		padding: 25px;
		border: 1px solid rgba(0,0,0,.2);
		border-radius: 15px;
	}


	.left-box-btn-active{
		color: #0B1D3C;
		background-color: #e0e4fc;
		width: 100%;
		height: auto;
		padding: 15px 20px;
		border-radius: 10px;
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 16px;
		cursor: pointer;
		font-weight: 500;
	}

	.left-box-btn-active span{
		font-size: 18px;
		font-variation-settings:
			'FILL' 0,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}

	.left-box-btn{
		color: #0B1D3C;
		background-color: #fff;
		width: 100%;
		height: auto;
		padding: 15px 20px;
		border-radius: 10px;
		display: flex;
		align-items: center;
		gap: 10px;
		font-size: 16px;
		cursor: pointer;
		font-weight: 500;
	}

	.left-box-btn:hover{
		background-color: #f7f7f7;
	}

	.left-box-btn span{
		font-size: 18px;
		font-variation-settings:
			'FILL' 0,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}

	.profile-frame{
		background-color: #fff;
		border: 1px solid rgba(0,0,0,.2);
		border-radius: 15px;
		width: 100%;
		padding: 25px;
	}

	.profile-title{
		font-size: 20px;
		font-weight: 700;
		color: #0B1D3C;
		display: flex;
		align-items: center;
		gap: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid rgba(0,0,0,.2);
	}

	.profile-title span{
		width: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 20px;
		height: 40px;
		border-radius: 100px;
		background-color: #ba4b8d;
		font-variation-settings:
			'FILL' 0,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}

	.profile-input{
		width: 100%;
		height: auto;
		padding: 15px 25px;
		border: 1px solid rgba(0,0,0,.2);
		border-radius: 15px;
		background-repeat: no-repeat;
		background-position: left 15px center;
		background-size: auto 20px;
	}

	.profile-input-label{
		font-size: 14px;
		font-weight: 600;
		color: #0B1D3C;
		opacity: 0.5;
		padding-left: 10px;
	}

	.cancel-event{
		margin-top: 10px;
		cursor: pointer;
		width: 100%;
		height: auto;
		padding: 10px 15px;
		font-size: 15px;
		font-weight: 600;
		border-radius: 12px;
		background-color: #ee363d;
		color: #fff;
		display: flex;
		align-items: center;
		gap: 5px;
		justify-content: center;
	}

	.cancel-event:hover{
		background-color: #c9262b;
	}

	.cancel-event span{
		font-size: 16px;
		font-variation-settings:
			'FILL' 0,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}

	.profile-line{
		width: 100%;
		height: 1px;
		background-color: rgba(0,0,0,.2);
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.history-ticket{
		width: 100%;
		height: auto;
		padding: 20px;
		border-radius: 20px;
		background-color: rgba(0,0,0,.06);
	}

	
	.banner-content{
		width: 100%;
		padding: 50px;
		background-color: #e2f5f1;
		border: 1px solid rgba(0,0,0,.1);
		border-radius: 20px;
		height: auto;
	}

	.banner-event-img{
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1.2;
		border-radius: 25px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		box-shadow: 0px 20px 40px rgb(186, 75, 141,0.3);
	}


	.login-frame{
		width: 100%;
		height: auto;
		padding: 20px;
		position: relative;
	}

	.login-left{
		width: 45%;
		height: 100%;
		float: left;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.login-right{
		width: 55%;
		height: 100vh;
		background-image: url(../images/login-bg.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		float: right;
		border-radius: 50px;
	}

	.login-box{
		width: 45%;
		height: auto;
	}

	.login-box h1{
		font-size: 35px !important;
		font-weight: 800 !important;
		color: #000 !important;
		display: block !important;
		line-height: 40px !important;
	}

	.login-box h2{
		font-size: 18px !important;
		font-weight: 400 !important;
		color: #ba4b8d !important;
		display: block !important;
		line-height: 24px !important;
	}

	.login-box input{
		width: 100%;
		height: auto;
		padding: 20px 25px 20px 55px;
		border: 1px solid rgba(0,0,0,.1);
		border-radius: 15px;
		background-repeat: no-repeat;
		color: #000;
		font-size: 14px;
		background-position: left 20px center;
		background-size: auto 20px;
	}

	.login-line{
		width: 100px;
		height: 1px;
		background-color: #0c1232;
		margin-top: 15px;
		margin-bottom: 15px;
	}


	.login-ico{
		margin-bottom: 10px;
		width: 50px;
		height: 50px;
		background-color: #ba4b8d;
		border-radius: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0px 10px 40px 10px rgb(0, 113, 227,0.3);
	}

	.login-ico span{
		color: #fff;
		font-variation-settings:
			'FILL' 1,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}


	.clearlog{
		clear: both;
	}

	.login-cta{
		width: 100%;
		height: auto;
		padding: 15px;
		font-size: 16px;
		font-weight: 600;
		cursor: pointer;
		color: #fff;
		background-color: #29984d;
		border-radius: 15px;
		text-align: center;
	}

	.login-cta:hover{
		background-color: #2db45a;
	}
	

	.register-line{
		width: 100%;
		height: 1px;
		background-color: rgba(0,0,0,.2);
	}

	.register-text{
		font-size: 13px;
		font-weight: 500;
		color: #666;
		display: block;
		text-align: center;
	}

	.register-cta{
		width: 100%;
		height: auto;
		padding: 15px;
		font-size: 16px;
		font-weight: 500;
		cursor: pointer;
		color: #000;
		background-color: #e4e2e4;
		border-radius: 15px;
		text-align: center;
	}

	.register-cta:hover{
		background-color: #c9c7c9;
	}

	.login-back{
		position: fixed;
		z-index:9998;
		left: 20px;
		top: 20px;
		width: 50px;
		height: 50px;
		border-radius: 15px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		background-color: #0B1D3C;
	}

	.login-back span{
		color: #fff;
		font-size: 17px;
		font-variation-settings:
			'FILL' 1,
			'wght' 900,
			'GRAD' -25,
			'opsz' 48;
	}

	.login-back:hover{
		background-color: #ba4b8d;
	}

	.login-right-mob{
		display: none;
	}

	.menu-container{
		display:none;
		}



		.owl-dots {
		text-align: center;
		margin-top: 35px;
	}

	.owl-dot {
		width: 15px;
		height: 15px;
		background: #ba4b8d !important;
		display: inline-block;
		border-radius: 50%;
		border: none;
		margin: 0 10px;
		transition: all 0.53s ease;
	}

	.owl-dot.active {
		background: #0B1D3C !important;
		/* senin ana rengin neyse onunla değiştir */
		transform: scale(1.2);
	}
	.owl-carousel-service .owl-item {
	transition: opacity 0.5s ease; /* 0.5 saniyelik yumuşak fade */
	}

	.owl-nav{
  display:flex !important;
}

.owl-dots{
  display:block !important;
}

}