.header_hor .l-header.pos_fixed ~ .l-main > .l-section.anasayfa.btgiris:first-of-type > .l-section-h,
.header_hor .l-header.pos_fixed ~ .l-main > form > .l-section.anasayfa.btgiris:first-of-type > .l-section-h,
.header_hor .l-header.pos_static.bg_transparent ~ .l-main > .l-section.anasayfa.btgiris:first-of-type > .l-section-h,
.header_hor .l-header.pos_static.bg_transparent ~ .l-main > form > .l-section.anasayfa.btgiris:first-of-type > .l-section-h {
    padding-top: 0;
}
.anasayfa h1{
	font-size: clamp(2.3rem, 2.4vw, 2.5rem);
    line-height: 1.35;
	position:relative;
    z-index: 1;
}

/*
.anasayfa h1::before{
	content:"";
	width:300px;
	height:300px;
	border-radius:50%;
	background: #f3f3f3;
	position:absolute;
	top: -15%;
	left: -15%;
	z-index:-1;
}
*/