@media only screen and (min-width: 320px) and (max-width: 768px) {
	

	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;
		background-color: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(30px);
		-webkit-backdrop-filter: blur(30px);
		border-bottom: 1px solid rgba(0,0,0,.06);
		width: 100%;
		height: auto;
	}

	.header{
		width: auto;
		max-width: 100%;
		height: auto;
		padding: 10px 0px;
		margin: auto;
	}

	.logo{
		width: 200px;
		height: 63px;
		margin: auto;
		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: 20px;
	}

	.mainmenu-btn{
		cursor: pointer;
		font-size: 15px;
		font-weight: 700;
		color: #000051;
		display: inline-block;
		letter-spacing: 0.5px;
		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: 13px;
		font-weight: 700;
		color: #000051;
		padding: 10px 20px;
		background-color: rgb(0, 0, 81,0.05);
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		gap: 10px;
		border-radius: 13px;
		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: 13px;
		font-weight: 700;
		color: #fff;
		padding: 10px 20px;
		background-color: #000051;
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		gap: 10px;
		border-radius: 13px;
		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%;
		margin: auto;
		height: auto;
		padding-top: 150px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: relative;
		background-image: url(../images/banner-bg.svg);
		display: flex;
		align-items: center;
		justify-content: center;
	}




	.event-icon{
		width: 35px;
		height: 35px;
		border-radius: 10px;
		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: 20px;
		font-variation-settings:
			'FILL' 1,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}

	h1{
		font-size: 30px !important;
		font-weight: 700 !important;
		color: #000051 !important;
		display: block !important;
		line-height: 35px !important;
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}

	h2{
		font-size:20px !important;
		margin-bottom: 0px !important;
		margin-top: 0px !important;
		font-weight: 400 !important;
		color: #000051 !important;
		display: block !important;
		line-height: 25px !important;
	}

	p{
		font-size: 14px !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: 14px;
		font-weight: 500;
		color: #000051;
	}

	.main-date span{
		width: 40px;
		height: 40px;
		font-size: 16px;
		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;
		overflow: hidden;
		position: relative;
		padding-bottom: 100px;
	}

	.dewcontainer{
		width: 100%;
		max-width: 95%;
		height: auto;
		margin: auto;
	}

	.bg-img{
		width: 600px;
		height: 600px;
		position: absolute;
		right: -200px;
		display: none;
		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: 12px;
		font-weight: 600;
		color: #fff;
		background-color: #000051;
		border: 1px solid #000051;
		padding: 12px 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{
		position: relative;
		z-index:998;
		width: 100%;
		background-color: #fff;
		max-width: 90%;
		height: auto;
		margin: 50px auto auto auto;
		border-radius: 20px;
		padding: 20px;
		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: 35px;
		height: 35px;
		background-color: #fff;
		border: 1px solid rgb(0, 0, 81,0.3);
		margin-top: 10px;
		border-radius: 11px;
		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: 45%;
		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: 17px;
		font-weight: 300;
		color: #000051;
	}

	.dewnav{
		width: 100%;
		height: 70px;
		background-color: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(30px);
		-webkit-backdrop-filter: blur(30px);
		border-top: 1px solid rgba(0,0,0,.06);
		position: fixed;
		left: 0px;
		right: 0px;
		bottom: 0px;
		z-index:99998;
	}

	.dewnav-btn{
		width: 100%;
		height: 70px;
		text-align: center;
		padding-top: 10px;
	}

	.dewnav-btn:active{
		background-color: rgba(0,0,0,.1);
	}

	.dewnav-btn img{
		width: 20%;
	}

	.dewnav-btn-text{
		font-size: 10px;
		margin-top: 5px;
		font-weight: 600;
		color: #000051;
		text-align: center;
	}

	
	.content-space{
		width: 100%;
		height: 100px;
	}

	
	.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: 5px;
		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;
		display: none;
		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: auto;
		padding: 0px;
		margin-top: 5px;
	}

	.event-title{
		font-size: 19px;
		font-weight: 600;
		color: #000051;
		display: block;
		line-height: 25px;
	}

	.event-subtitle{
		font-size: 15px;
		font-weight: 400;
		color: #000051;
		display: block;
		line-height: 20px;
	}

	.event-date{
		width: auto;
		height: auto;
		top: 8px;
		right: 8px;
		border-radius: 10px;
		background-color: #ee363d;
		display: inline;
		position: absolute;
		text-align: center;
		padding: 3px 5px;
		z-index:99;
	}

	.event-date-big{
		font-size: 11px;
		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(255,255,255,1);
		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;
	}


	/*part2*/

	.slider-mob {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    touch-action: pan-y;
}

.slides-mob {
    display: flex;
    height: 100%;
    will-change: transform;
}

.slide-mob {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 60px;
    box-sizing: border-box;
}
	
	
	.prev-mob, .next-mob {
		outline: 3px solid #fff;
		position: absolute;
		bottom: 40px;
		transform: translateY(-50%);
		background-color: #000051;
		border: none;
		color: white;
		width: 45px;
		z-index:998;
		font-size: 12px;
		color: #fff;
		height: 45px;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}
	
	.prev-mob {
		left: 40px !important;
	}


	.prev-mob:active{
		background-color: #ba4b8d;
		border: none;
		color: #fff;
	}
	
	.next-mob{
		right: 40px !important;
	}

	.next-mob:active{
		background-color: #ba4b8d;
		border: none;
		color: #fff;
	}
	
	.dots-mob {
		text-align: center;
		position: absolute;
		bottom: 10px;
		width: auto;
		margin: auto;
		left: 0px;
		right: 0px;
		padding: 12px 25px 10px 25px;
		border-radius: 50px;
	}
	
	.dot-mob {
		cursor: pointer;
		height: 10px;
		width: 10px;
		margin: 0 5px;
		background-color: rgba(255, 255, 255, 0);
		outline: 1px solid #ba4b8d;
		border-radius: 50%;
		display: inline-block;
		transition: background-color 0.6s ease;
	}
	
	.dot-mob.active {
		background-color: #ba4b8d;
		outline: none;
	}

	/*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: 13px;
		font-weight: 500;
		color: #000;
		padding: 8px 20px 8px 10px;
		border-radius: 100px;
		background-color: rgb(222, 226, 236,0.6);
		display: inline-flex;
		align-items: center;
		gap: 10px;
		cursor: default;
		margin-bottom: 5px;
	}

	.event-tag span{
		background-color: #0071e3;
		font-size: 12px;
		color: #fff;
		padding: 7px;
		border-radius: 100px;
		font-variation-settings:
			'FILL' 1,
			'wght' 700,
			'GRAD' -25,
			'opsz' 48;
	}

	.event-content h1{
		font-size: 30px !important;
		line-height: 35px !important;
		font-weight: 700 !important;
		color: #000 !important;
		display: block !important;
	}

	.event-content h2{
		font-size: 18px !important;
		margin-bottom: 0px !important;
		font-weight: 400 !important;
		letter-spacing: 0px !important;
		color: #000 !important;
		display: block !important;
	}

	.event-content p{
		color: #000 !important;
		font-size: 16px !important;
		line-height: 23px !important;
	}

	.content-banner{
		display: none;
		width: 100%;
		height: auto;
		aspect-ratio: 100 / 240;
		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: 13px;
		font-weight: 400;
		font-style: italic;
		color: #000;
		opacity: 0.7;
		display: block;
		margin-top: 15px;
	}



	.seans-box{
		width: 100%;
		height: auto;
		padding: 20px;
		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:active{
		transform: scale(1.0);
		box-shadow: 0px 30px 30px rgba(0,0,0,.35);
	}

	.seans-date{
		width: 50px;
		height: 50px;
		padding: 5px 10px;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: 10px;
		display: inline-block;
		text-align: center;
	}

	.seans-date-big{
		font-size: 25px;
		letter-spacing: 0px;
		line-height: 20px;
		font-weight: 700;
		color: #000051;
		display: block;
		margin-bottom: 3px;
	}

	.seans-date-small{
		line-height: auto;
		margin-bottom: 0px;
		font-size: 10px;
		font-weight: 500;
		color: #000051;
		display: block;
	}

	.seans-date-title{
		font-size: 17px;
		font-weight: 400;
		display: block;
		color: #000051;
	}

	.seans-date-subtitle{
		font-size: 12px;
		font-weight: 400;
		display: inline-flex;
		color: #000051;
		align-items: center;
		gap: 5px;
	}

	.seans-date-subtitle span{
		font-size: 12px;
		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: 0px !important;
		margin-top: 10px !important;
	}

	.event-wrapper{
		position: relative;
		top: -60px;
		width: 100% !important;
		padding-top: 35px;
		padding-left: 10px;
		padding-right: 10px;
		background-color: #fff !important;
		border-radius: 50px 50px 0px 0px !important;
		box-shadow: 0px -30px 30px rgba(0,0,0,.2);
		background-image: url(../images/event-wrapper-top-bg.svg);
		background-repeat: no-repeat;
		background-position: top 10px center;
		background-size: 100px;
	}

	.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: 30%;
		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: 13px;
		font-weight: 600;
	}

	.seans-time-box span{
		color: #000051;
		font-size: 13px;
		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: 10px;
		border-radius: 5px;
		line-height: 12px;
		margin-top: 5px;
	}


	.seans-time-box-disabled{
		color: #999;
		padding: 10px 0px;
		border-radius: 10px;
		width: 30%;
		height: auto;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		border: 1px solid rgba(0,0,0,.07);
		font-size: 13px;
		font-weight: 600;
	}

	.seans-time-box-disabled:hover{
		color: #999;
	}

	.seans-time-box-disabled span{
		color: #999;
		font-size: 13px;
		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: 15px;
		font-weight: 600;
		color: #000051;
		display: block;
	}

	.event-header{
		z-index:999923;
		border-radius: 20px;
		padding: 0px;
		width: auto;
		max-width: 100%;
		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{
		display: none !important;
		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;
		display: none;
	}

	.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{
		padding-top: env(safe-area-inset-top);
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 1.4;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%;
		position: relative;
		overflow: hidden;
	}

	.mobile-banner-step2{
		padding-top: env(safe-area-inset-top);
		width: 100%;
		height: auto;
		aspect-ratio: 1 / 0.38;
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: cover;
		position: relative;
		overflow: hidden;
	}

	.mobile-banner-step2-overlay{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		margin: auto;
		background-color: rgba(255,255,255,0.7);
	}

	.mobile-logo{
		width: 150px;
		height: 47px;
		position: absolute;
		left: 0px;
		right: 0px;
		top: 10px;
		margin: auto;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
		background-image: url(../images/catbel-etkinlik-logo.svg);
	}


	.mobile-back-btn{
		width: 50px;
		height: 50px;
		position: absolute;
		border-radius: 100px;
		left: 10px;
		top: 10px;
		background-color: #000051;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid rgba(0,0,0,.1);
		backdrop-filter: blur(30px);
		-webkit-backdrop-filter: blur(30px);
	}

	.mobile-back-btn:active{
		background-color: #ba4b8d;
	}

	.mobile-back-btn span{
		font-size: 20px;
		color: #fff;
		position: relative;
		left: -1px;
		font-variation-settings:
			'FILL' 1,
			'wght' 900,
			'GRAD' -25,
			'opsz' 48;
	}

	.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: 20px;
		background-position: right 20px top 18px;
		background-image: url(../images/icons/acc_icon.svg);
	}

	
	.content-banner-step2{
		display: none;
		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: 60px;
		height: 60px;
		border-radius: 200px;
		background-color: #f7f7f7;
		border: 2px 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: 20px;
		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: 60px;
		height: 60px;
		border-radius: 200px;
		background-color: #ba4b8d;
		border: 2px solid #fff;
		outline: 2px solid #ba4b8d;
		margin: auto;
		transition: 0.1s ease-in-out;
	}

	.step1-active span{
		color: #fff;
		font-size: 20px;
		font-variation-settings:
			'FILL' 1,
			'wght' 300,
			'GRAD' -25,
			'opsz' 48;
	}

	.step1-label{
		font-size: 8px;
		letter-spacing: 0.5px;
		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: 5px 5px;
		border: 1px solid rgba(0,0,0,.2);
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		font-size: 10px;
		letter-spacing: 0px;
		font-weight: 600;
		color: #000051;
	}

	.seat-status-frame img{
		width: 15px;
	}

	.event-info{
		width: 100%;
		height: auto;
		padding: 10px;
		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: 12px;
		font-weight: 500;
		color: #333;
		display: flex;
		align-items: center;
		gap: 4px;
	}

	.event-info-text span{
		font-size: 12px;
		color: #29984d;
		font-variation-settings:
			'FILL' 1,
			'wght' 400,
			'GRAD' -25,
			'opsz' 48;
	}

	.event-select-seat{
		font-size: 12px;
		font-weight: 400;
		display: inline-flex;
		padding: 5px 10px;
		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: 15px;
		font-weight: 800;
		color: #fff;
		width: 100%;
		text-align: center;
		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: 8px 20px; 
		text-align: center;
	}

	.timer-text1{
		line-height: 20px;
		font-size: 17px;
		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 {
        overflow: hidden; /* parmakla scroll YOK */
        width: 100%;
        position: relative;
    }

    .seat-view {
        display: inline-block;
        min-width: 630px; /* salon gerçek genişliği */
    }

    .seat-control {
        display: block;
        margin-top: 12px;
    }

    .seat-range {
		margin-top: 20px;
        width: 100%;
        height: 14px;
        -webkit-appearance: none;
        appearance: none;
        background: #ddd;
        border-radius: 10px;
    }

    .seat-range::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 60px;
        height: 40px;
        background: #000051;
		background-image: url(../images/icons/seat-scroll-ico.svg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%;
        border-radius: 20px;
        cursor: pointer;
    }

    .seat-range::-moz-range-thumb {
        width: 42px;
        height: 42px;
        background: #222;
        border-radius: 50%;
        cursor: pointer;
    }

	/**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{
		margin-bottom: 15px;
		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: 11px;
		font-weight: 500;
		color: #333;
		display: block;
	}

	.final-ticket-title{
		font-size: 17px;
		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: 11px;
		font-weight: 400;
		color: #0c1232;
		display: flex;
		align-items: start;
		gap: 5px;
	}

	.final-ticket-text span{
		font-size: 14px;
		color: #ba4b8d;
		font-variation-settings:
			'FILL' 0,
			'wght' 600,
			'GRAD' -25,
			'opsz' 48;
	}


	.left-box{
		padding: 15px;
		border: 1px solid rgba(0,0,0,.2);
		border-radius: 15px;
	}


	.left-box-btn-active{
		background-color: #e0e4fc;
		width: 100%;
		height: auto;
		padding: 15px 20px;
		border-radius: 10px;
		display: flex;
		color: #0B1D3C;
		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{
		background-color: #fff;
		width: 100%;
		height: auto;
		padding: 15px 20px;
		border-radius: 10px;
		display: flex;
		align-items: center;
		color: #0B1D3C;
		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: 15px;
	}

	.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: 15px 5px;
		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;
	}

	

	.banner-content{
		width: 100%;
		padding: 0px;
		background-color: transparent;
		border: 1px solid rgba(0,0,0,0);
		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);
	}

	.desktop-banner{
		display: none;
	}
	

	.mobil-main-banner{
		padding-top: env(safe-area-inset-top);
		width: 100%;
		height: auto;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%;
		position: relative;
		overflow: hidden;
	}

	
	.login-frame{
		width: 100%;
		height: 100vh;
		padding: 0px;
		position: relative;
	}

	.login-left{
		position: relative;
		top: -50px;
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		z-index:9932;
		background-color: #fff;
		padding: 40px 20px;
		width: 100%;
		height: auto;
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.login-right{
		display: none;
		width: 55%;
		height: 100%;
		background-image: url(../images/login-bg.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		float: right;
		border-radius: 50px;
	}

	.login-right-mob{
		background-image: url(../images/login-bg-mob.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		width: 100%;
		height: 250px;
	}

	.login-box{
		width: 100%;
		height: auto;
	}

	.login-box h1{
		font-size: 30px !important;
		font-weight: 800 !important;
		color: #000 !important;
		display: block !important;
		line-height: 30px !important;
	}

	.login-box h2{
		font-size: 15px !important;
		font-weight: 400 !important;
		color: #ba4b8d !important;
		display: block !important;
		line-height: 24px !important;
	}

	.login-box input{
		width: 100%;
		height: auto;
		padding: 15px 25px 15px 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: 10px;
		margin-bottom: 10px;
	}


	.login-ico{
		margin-bottom: 10px;
		width: 40px;
		height: 40px;
		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{
		font-size: 18px;
		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;
		outline: 1px solid #000;
		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: #fff;
	}

	.login-back span{
		color: #0B1D3C;
		font-size: 17px;
		font-variation-settings:
			'FILL' 1,
			'wght' 900,
			'GRAD' -25,
			'opsz' 48;
	}

	.login-back:active{
		background-color: #ececec;
	}


	
	
	.menu-container {
		position: fixed;
		right: 20px;
		top: 25px;
		z-index:9998898988;
	}

	

	.hamburger-menu {
		background-color: #0B1D3C;
		border-radius: 10px;
		padding: 8px;
		position: absolute;
		top: -5px;
		right: 0px;
		width: 40px;
		height: auto;
		cursor: pointer;
		z-index: 1000;
		transition: 0.1s ease-in-out;
	}

	.hamburger-menu:active{
		background-color: #ba4b8d;
		transition: 0.1s ease-in-out;
	}

	.hamburger-menu.active{
		top: -10px;
		transition: 0.1s ease-in-out;
	}

	.hamburger-menu span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #fff;
		margin: 5px 0;
		border-radius: 10px;
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

	.side-menu {
		backdrop-filter: blur(15px) saturate(1.5) !important;
		-webkit-backdrop-filter: blur(15px) saturate(1.5) !important;
		background-color: rgba(255, 255, 255, 0.85);
		position: fixed;
		top: 0px;
		left: -100%;
		width: 100%;
		height: 100vh;
		overflow: scroll;
		color: #fff;
		transition: left 0.3s ease-in-out;
		z-index:99999998 !important;
		overflow: hidden;
	}

	.side-menu-content{
		width: 80%;
		overflow: auto;
		height: 100%;
		padding-bottom: 100px;
		position: absolute;
		left:0px;
		righT:0px;
		padding-top: 0px;
		top: 40px !important;
		margin: auto;
	}

	.side-menu ul {
		list-style: none;
		padding: 0;
	}

	.side-menu ul li {
		padding: 10px 20px;
	}

	.side-menu ul li a {
		color: #fff;
		text-decoration: none;
	}

	.side-menu ul li a:hover {
		text-decoration: underline;
	}

	.close-btn {
		background-color: #c9262b;
		position: absolute;
		top: 15px;
		right: 15px !important;
		border: none;
		font-weight: 100;
		color: white;
		z-index:999998;
		font-size: 20px;
		line-height: 0px;
		cursor: pointer;
		display: inline-block;
		transition: 0.1s ease-in-out;
		padding: 10px;
		border-radius: 15px;
	}

	.close-btn:active{
		background-color: #0CA19B;
	}


	.close-btn-text{
		font-size: 12px;
		font-weight: 400;
		margin-left: 10px;
		color: #fff;
		display: inline-block;
	}

	.menu-open .hamburger-menu span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
	}

	.menu-open .hamburger-menu span:nth-child(2) {
		opacity: 0;
	}

	.menu-open .hamburger-menu span:nth-child(3) {
		transform: rotate(-45deg) translate(5px, -5px);
	}

	.menu-open #side-menu {
		left: 0px !important;
		top: 0px !important;
		opacity: 1;
	}


	.mob-menu-btn{
		width: 100%;
		height: auto;
		background-color: rgba(0,0,0,.05);
		border-radius: 15px;
		padding: 8px;
		margin-bottom: 10px;
		display: inline-flex;
		align-self: center;
	}

	.mob-menu-btn:active{
		background-color: rgba(0,0,0,.1);
	}

	.mob-menu-btn:active span{
		font-variation-settings:
			'FILL' 1,
			'wght' 300,
			'GRAD' -25,
			'opsz' 48;
	}


	.mob-menu-btn span{
		top: 0px;
		left: 3px;
		width: 40px;
		height: 40px;
		border-radius: 10px;
		background-color: #0B1D3C;
		box-shadow: 0px 10px 15px rgba(0,0,0,.08);
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		font-size: 23px;
		position: relative;
		margin-right: 15px;
		justify-content: center;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' -25,
			'opsz' 48;
	}

	.mob-menu-btn-text{
		font-size: 15px;
		color: #0E0F27;
		display: inline-block;
		line-height: 20px;
		letter-spacing: 0.5px;
		font-weight: 500;
		position: relative;
		top: 0px;
	}

	.mob-menu-title{
		font-size: 14px;
		color: #0E0F27;
		display: block;
		font-weight: 600;
		letter-spacing: 3px;
		line-height: 25px;
	}




	.mob-menu-btn2{
		width: 100%;
		height: auto;
		background-color: rgba(0,0,0,.05);
		border-radius: 15px;
		padding: 8px;
		margin-bottom: 10px;
		display: inline-flex;
		align-self: center;
	}

	.mob-menu-btn2:active{
		background-color: rgba(0,0,0,.1);
	}

	.mob-menu-btn2:active span{
		font-variation-settings:
			'FILL' 1,
			'wght' 300,
			'GRAD' -25,
			'opsz' 48;
	}


	.mob-menu-btn2 span{
		top: 0px;
		left: 3px;
		width: 40px;
		height: 40px;
		border-radius: 10px;
		background-color: #0071e3;
		box-shadow: 0px 10px 15px rgba(0,0,0,.08);
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		font-size: 23px;
		position: relative;
		margin-right: 15px;
		justify-content: center;
		font-variation-settings:
			'FILL' 0,
			'wght' 300,
			'GRAD' -25,
			'opsz' 48;
	}

	.mob-menu-btn2-text{
		font-size: 15px;
		color: #0E0F27;
		display: inline-block;
		line-height: 20px;
		letter-spacing: 0.5px;
		font-weight: 500;
		position: relative;
		top: 0px;
	}


				.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-dots{
  display:block !important;
}

}