@import url('../textfont/stylesheet.css');
@import url('line-awesome.css');
@import url('swiper-bundle.min.css');
@import url('animate.css');
@import url('bootstrap.min.css');
@import url('fancybox.css');
@import url('lity.min.css');
@import url('aos.css');


a {
	text-decoration:none;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none;
}

ol,ul {
	padding:0px;
	margin:0px;
}
h1 {
	font-size:50px;
	font-weight:400;
	line-height:56px;
	margin-bottom:10px;
}
h2 {
	font-size:30px;
	font-weight:700;
	line-height:39px;
	margin-bottom:10px;
}
h3 {
	font-size:20px;
	font-weight:700;
	line-height:26px;
	margin-bottom:10px;
}
h4 {
	font-size:18px;
	font-weight:500;
	line-height:24px;
	margin-bottom:10px;
}
h5 {
	font-size:16px;
	font-weight:700;
	line-height:23px;
	margin-bottom:10px;
}
h6 {
	font-size:14px;
	font-weight:500;
	line-height:18px;
	margin-bottom:10px;
}
p {
	font-size:15px;
	font-weight:400;
	line-height:25px;
	margin-bottom:10px;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: 'DM Sans', sans-serif;
	font-family: 'Archivo', sans-serif;
	background:#3a3534;
}


:root {
  --anarenk: var(--anarenk);
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fff;
  --font2: 'Lobster', sans-serif;
}

/* width */
.scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: var(--anarenk); 
}

/* Handle on hover */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background: #FEDD06; 
}
.container-fluid {
	max-width:calc(100vw - 30px);	
}

.swiper {
	position:relative;
	overflow:hidden;
}

.btn {
	display:inline-flex;
	align-items:center;
	padding:0px 30px;
	height:60px;
	border-radius:30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.btn-gri {
	background: #BBBBBB;
	border:1px solid #BBBBBB;
	color:#fff;
}
.btn-gri:hover {
	background: var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-mavi {
	background: var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-mavi:hover {
	background: var(--kirmizi);
	border:1px solid var(--kirmizi);
	color:#fff;
}
/*------------------header----------------------*/

#header {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	transition:all 0.3s ease;
    background: rgba(58,53,52,0.5);
    backdrop-filter: blur(5px);
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:var(--anarenk);
}
#header .ust {
	background:var(--anarenk);
}
#header .orta {
}
#header .alt {
	background:var(--anarenk);
}
#header .alan {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	padding:10px 0px;
}
#header .logo {
	margin-right:auto;
}
#header .logo img {
	height:68px;
}

#header .menu {
	display:flex;
	justify-content:center;
	align-items:center;
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:20px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
	position:relative;
	display:inline-block;
	font-weight: 500;
	font-size: 17px;
	line-height: 38px;
	color: #FFFFFF;
}
#header .menu .link-item:hover {
    color: #fff;
}

#header .menu .acilan {
	position:absolute;
	display:none;
	top:calc(100% - 5px);
	left:0px;
	width:250px;
	padding:5px 10px;
	border-radius: 0px;
	background: #ffffff;
	box-shadow: 0px 2px 30px rgba(0,0,0,0.26);
	border-top:5px solid var(--anarenk);
}
#header .menu .link-li:hover .acilan {
	display:block;
}
#header .menu .acilan ul {
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	grid-column-gap:0px;
	grid-row-gap:10px;
	padding:0px;
}
#header .menu .acilan .link-item {
	line-height:24px;
    color: #000;
	padding:0px 10px;
}


#header .alan .sag {
	display:flex;
	justify-content:flex-end;
	width:35%;
}
#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	height:100%;
	margin-left:auto;
}
#header .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:54px;
	height:54px;
	border-radius: 30px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	border:1px solid #fff;
	text-transform:uppercase;
}
#header .dil .default img {
	height:15px;
	margin-right:5px;
}
#header .dil .default i {
	color:#fff;
	font-size:20px;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:0px;
	width:60px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:60px;
	height:60px;
	border-radius: 60px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#header .dil:hover .acilan {
	display:block;
}

#header .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
}
#header .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:#fff;
	margin-right:5px;
}
#header .sosyal a:hover {
	color: var(--krem);
}
#header .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#header .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:50px;
	height:50px;
	border-radius:4px;
	background:var(--anarenk);
	font-size:25px;
	color:#fff;
}
#header .bilgi .yazi {
	width:calc(100% - 50px);
	padding-left:10px;
	font-size:16px;
	line-height:25px;
	color:#000;
}
#header .bilgi .yazi small {
	display:block;
	font-size:16px;
	line-height:25px;
	color:#000;
	opacity:0.8;
}

/*------------------mobilheader----------------------*/

#mobilheader {
	display:none;
	align-items:center;
	flex-wrap:wrap;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:1000;
	height:65px;
	padding:0px 5px;
	background:#fff;
}
#mobilheader.sabit {
	position:relative;
	top:auto;
	left:auto;
	width:100%;
	background:var(--krem);
}
#mobilheader.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	background:var(--krem);
}

#mobilheader .alansol {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

#mobilheader .alanorta {
	width:30%;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

#mobilheader .alansag {
	width:35%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
#mobilheader .btn {
    padding: 0px 0px 0px 0px;
}
#mobilheader .btn i {
	font-size:40px;
}
#mobilheader .logo {
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
}
#mobilheader .logo img {
	height:50px;
}

#mobilheader .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 5px;
	height:100%;
}
#mobilheader .dil .default {
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	width:40px;
	height:40px;
	border-radius: 5px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	border:1px solid rgba(0,0,0,0.4);
	text-transform:uppercase;
}
#mobilheader .dil .default img {
	height:15px;
	margin-right:5px;
}
#mobilheader .dil .default i {
	color:#fff;
	font-size:20px;
}

#mobilheader .dil .acilan {
	position:absolute;
	top:100%;
	right:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#mobilheader .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#mobilheader .dil:hover .acilan {
	display:block;
}


/*------------------mobilmenu----------------------*/


#mobilmenu {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:1000;
	background: #fff;
	transform: translateX(-100%);
	transition:all 0.3s ease;
}

#mobilmenu .ust {
	display:flex;
	align-items:center;
	width:100%;
	height:65px;
	padding:10px;
}
#mobilmenu .ust .logo {
	max-height:100%;
	max-width:70%;
	margin-right:auto;
}
#mobilmenu .ust .kapat {
	font-size:40px;
	color:#000;
}
#mobilmenu .menu {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 0px;
}
#mobilmenu .menu ul {
	display: flex!important;
    flex-direction: column;
    align-items: center;
    list-style-type: none;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
}
#mobilmenu .menu .link-li {
	position:relative;
    width: 100%;
    align-items: flex-start;
    justify-content: center;
    justify-content: center;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
	border-bottom:1px solid rgba(51, 51, 51, 0.1);
	padding:5px 40px 5px 5px;
}
#mobilmenu .menu .link-li:last-child {
	border-bottom:0px solid rgba(51, 51, 51, 0.1);
}
#mobilmenu .menu .link-li.hover:before {
    position:absolute;
	content:"\f105";
	top:5px;
	right:0px;
	width:30px;
	height:32px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:20px;
	color:#000;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
#mobilmenu .menu .link-item {
	font-size:14px;
	line-height:32px;
	font-weight:500;
	color:rgb(0, 0, 0);
	letter-spacing:1.8px;
}
#mobilmenu .menu .acilan {
	display:none;
	width: 100%;
}
#mobilmenu .menu .link-li:hover .acilan {
	display:block;
}
#mobilmenu .menu .acilan ul {
	width: 100%;
}

#mobilmenu .menu .acilan ul .link-li {
    min-height: 32px;
}
#mobilmenu .menu .acilan ul .link-item {
	font-size:14px;
	line-height:32px;
	color:rgb(51, 51, 51, 0.6);
}

#mobilmenu .arama {
	position:relative;
}
#mobilmenu .arama .form-control {
	border:1px solid var(--anarenk);
}
#mobilmenu .arama .btn {
	position:absolute;
	top:0px;
	right:0px;
	width:46px;
	height:46px;
	font-size:20px;
	color:#000;
	border-radius:9px;
	padding:0px;
	justify-content:center;
}

#mobilmenu .butonlar {
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
    border-top: 1px solid hsla(0,0%,60%,.2);
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 40px;
	height: 40px;
	font-size:28px;
	color:rgb(0, 0, 0);
	margin-right:5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}

/*------------------slider----------------------*/

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
    background: rgba(0,0,0,0.5);
}
#slider .item .bilgi .yazi1 {
	font-weight: 400;
	font-size: 120px;
	line-height: 140px;
	color: #FFFFFF;
	margin-bottom:22px;
	text-align:right;
	font-family:var(--font2);
}
#slider .item .bilgi .yazi2 {
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	color: #FFFFFF;
	text-align:center;
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	font-size:30px;
	color:#fff;
	border:1px solid #fff;
	z-index:10;
}
#slider .slider-button-prev:hover ,
#slider .slider-button-next:hover 
{
	color:#fff;
	border:1px solid #fff;
	background:var(--anarenk);
}
#slider .slider-button-next 
{
	right:100px;
	bottom:160px;
}
#slider .slider-button-prev 
{
	right:100px;
	bottom:80px;
}

/*------------------urunler----------------------*/

#urunler {
	position:relative;
	padding:40px 0px;
}
#urunler .baslik {
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	text-align:center;
	margin-bottom:34px;
	font-family:var(--font2);
}
#urunler .item {
	position:relative;
	display:block;
	overflow:hidden;
	aspect-ratio: 6/9;
	max-height:640px;
	border-radius:15px;
	margin-bottom:15px;
}
#urunler .item .resim1 {
	position:relative;
	width:100%;
	aspect-ratio: 6/9;
	max-height:640px;
	object-fit:cover;
}
#urunler .item .bilgi {
	position:absolute;
	bottom:5px;
	left:5px;
	width:calc(100% - 10px);
	padding:4px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 15px;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	text-align:center;
	z-index:10;
}

/*------------------anlikkoksan----------------------*/

#anlikkoksan {
	position:relative;
	padding:40px 0px;
	background:#3A3534;
	z-index:10;
}
#anlikkoksan .baslik {
	color: #ffffff;
	font-size: 50px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom:40px;
	text-align:center;
	font-family:var(--font2);
}
#anlikkoksan .kutular {
	display: grid;
	grid-template-columns: calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px) calc(20% - 16px);
	grid-gap: 20px;
}
#anlikkoksan .kutular .kutu {
	display:flex;
	flex-direction:column;
	align-items:center;
	border-radius: 13px;
	background: rgba(255,255,255,0.15);
	background-blend-mode: normal !important;
	backdrop-filter: blur(6px) !important;
	padding:40px 30px;
}
#anlikkoksan .kutular .kutu img {
	height:74px;
	margin-bottom:25px;
	filter:invert(1);
}
#anlikkoksan .kutular .kutu .rakam {
	position:relative;
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	line-height: 26px;
	text-align: center;
	padding-bottom:20px;
	margin-bottom:20px;
}
#anlikkoksan .kutular .kutu .rakam:before {
	position:absolute;
	content:"";
	bottom:0px;
	left:calc(50% - 25px);
	width:50px;
	height:4px;
	background:#fff;
}
#anlikkoksan .kutular .kutu .adi {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	text-align: center;
}

/*------------------kurumsal----------------------*/

#kurumsal {
	position:relative;
	padding:40px 0px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
#kurumsal .yazi1 {
	font-weight: 700;
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	text-align:center;
	margin-bottom:24px;
	font-family:var(--font2);
}
#kurumsal .yazi2 {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-bottom:40px;
}
#kurumsal .buton {
	text-align: center;
}
.kayan1 {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	padding:40px 0px;
	height:33%;
	overflow: hidden;
	z-index:5;
	display:flex;
	align-items:center;
}

.kayan1 p {
	position: absolute;
	width: 100%;
	margin: 0;
	text-align: center;
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	-moz-animation: bouncing-text 5s linear infinite alternate;
	-webkit-animation: bouncing-text 5s linear infinite alternate;
	animation: bouncing-text 10s linear infinite alternate;			
	color: #f6f6f6;
	font-size: 73px;
	font-stretch: semi-expanded;
	font-weight: 700;
	opacity:0.1

}
.kayan3 {
	position:absolute;
	top:66%;
	left:0px;
	width:100%;
	padding:40px 0px;
	height:33%;
	overflow: hidden;
	z-index:5;
	display:flex;
	align-items:center;
}

.kayan3 p {
	position: absolute;
	width: 100%;
	margin: 0;
	text-align: center;
	-moz-transform: translateX(50%);
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	-moz-animation: bouncing-text 5s linear infinite alternate;
	-webkit-animation: bouncing-text 5s linear infinite alternate;
	animation: bouncing-text 10s linear infinite alternate;			
	color: #f6f6f6;
	font-size: 73px;
	font-stretch: semi-expanded;
	font-weight: 700;
	opacity:0.1

}

@-moz-keyframes bouncing-text {
	0% {
		-moz-transform: translateX(50%);
	}
	100% {
		-moz-transform: translateX(-50%);
	}
}

@-webkit-keyframes bouncing-text {
	0% {
		-webkit-transform: translateX(50%);
	}
	100% {
		-webkit-transform: translateX(-50%);
	}
}

@keyframes bouncing-text {
	0% {
		-moz-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
	100% {
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
.kayan2 {
	position:absolute;
	top:33%;
	left:0px;
	width:100%;
	padding:40px 0px;
	height:33%;
	overflow: hidden;
	z-index:5;
	display:flex;
	align-items:center;
}

.kayan2 p {
	position: absolute;
	width: 100%;
	margin: 0;
	text-align: center;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-moz-animation: bouncing-text2 5s linear infinite alternate;
	-webkit-animation: bouncing-text2 5s linear infinite alternate;
	animation: bouncing-text2 10s linear infinite alternate;			
	color: #f6f6f6;
	font-size: 73px;
	font-stretch: semi-expanded;
	font-weight: 700;
	opacity:0.1

}

@-moz-keyframes bouncing-text2 {
	0% {
		-moz-transform: translateX(-50%);
	}
	100% {
		-moz-transform: translateX(50%);
	}
}

@-webkit-keyframes bouncing-text2 {
	0% {
		-webkit-transform: translateX(-50%);
	}
	100% {
		-webkit-transform: translateX(50%);
	}
}

@keyframes bouncing-text2 {
	0% {
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	100% {
		-moz-transform: translateX(50%);
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
	}
}

/*------------------rakamlar----------------------*/

#rakamlar {
	position:relative;
	padding:40px 0px;
	background-size:cover !important;
}
#rakamlar .baslik {
	position:relative;
	padding:0px 30px;
	font-weight: 800;
	font-size: 50px;
	line-height: 75px;
	color: #FFFFFF;
	margin-bottom:40px;
	border-left:9px solid #ED1C24;
}
#rakamlar .rakam {
	padding:10px;
	text-align:center;
}
#rakamlar .rakam .sayi {
	font-weight: 800;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:4px;
}
#rakamlar .rakam .altyazi {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom:24px;
}
#rakamlar .rakam .icon {
	width:100%;
	height:65px;
	object-fit:contain;
	object-position:center top;
}
/*------------------haberler----------------------*/

#haberler {
	position:relative;
	padding:40px 0px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
#haberler .baslik {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: var(--anarenk);
	text-align:center;
	margin-bottom:10px;
}
#haberler .altbaslik {
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: var(--anarenk);
	text-align:center;
	margin-bottom:40px;
}
#haberler .item {
	position:relative;
	display:block;
	margin-bottom:10px;
}
#haberler.page .item {
	position:relative;
	display:block;
	margin-bottom:30px;
}
#haberler .item .resim {
	width:100%;
	aspect-ratio:645/385;
	max-height:385px;
	object-fit:cover;
	border-radius:20px;
	margin-bottom:20px;
}
#haberler .item .yazi1 {
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	margin-bottom:10px;
}
#haberler .item .yazi2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-bottom:20px;
}
#haberler .item .yazi3 {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: #fff;
}
#haberler .item .yazi3 i {
	font-size: 18px;
	color: #ED1C24;
	transition:all 0.3s ease;
}
#haberler .item:hover .yazi3 i {
	margin-left:15px !important;
}

/*------------------homehaberler----------------------*/

#homehaberler {
	position:relative;
	padding:40px 0px 80px 0px;
	background:url('../img/filigran-2.png') #3A3534;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:center;
	z-index:10;
}

#homehaberler .yazilar {
	display:flex;
	flex-direction:column;
	height:100%;
}

#homehaberler .ust {
	display:flex;
	align-items:center;
	margin-bottom:auto;
}

#homehaberler .ust .baslik {
	color: #ffffff;
	font-size: 35px;
	font-weight: 600;
	line-height: 41px;
	margin-right:auto;
}
#homehaberler .ust .link {
	display:flex;
	align-items:center;
	color: #ffffff;
	font-size: 14px;
	font-weight: 450;
	line-height: 16px;
}
#homehaberler .ust .link i {
	transform:rotate(-45deg);
	font-size: 18px;
}
#homehaberler .item .icerik {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 31px;
	margin-bottom:26px;
}
#homehaberler .link {
	display:flex;
	align-items:center;
	color: #ffffff;
	font-size: 14px;
	font-weight: 450;
	line-height: 16px;
}
#homehaberler .link i {
	font-size: 18px;
}
#homehaberler .butonlar {
	display:flex;
	align-items:center;
	margin-top:auto;
}
#homehaberler .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 76px;
	height: 76px;
	border-radius:38px;
	background: rgba(255,255,255,0.14);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
	font-size:20px;
	color:#fff;
	margin-right:20px;

}

#homehaberler .insankaynaklari {
	position:relative;
	display:block;
}
#homehaberler .insankaynaklari:hover {
    transform: translateY(-10px);
}
#homehaberler .insankaynaklari .resim {
	width:100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    filter: brightness(0.2);
	border-radius:15px;
}
#homehaberler .insankaynaklari .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border-radius:15px;
	padding:69px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:flex-start;
}
#homehaberler .insankaynaklari .bilgi .yazi1 {
	color: #ffffff;
	font-size: 35px;
	font-weight: 600;
	line-height: 41px;
	margin-bottom:28px;
}

#homehaberler .insankaynaklari .bilgi .yazi2 {
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 17px;
	margin-bottom:70px;
}


/*------------------footer----------------------*/

#footer {
	position:relative;
	padding:60px 0px;
	z-index:10;
	border-top:1px solid #F6F6F6;
}
#footer .logo {
	display:block;
	margin-bottom:33px;
}
#footer .logo img {
	max-width:100%;
	max-height:63px;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	grid-column-gap:10px;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 54px;
	height: 54px;
	border-radius:32px;
	font-size:22px;
	color: rgba(0, 0, 0, 1);
	background: rgba(255, 255, 255, 0.12);
}
#footer .sosyal a:hover {
	background: rgba(0, 0, 0, 1);
	color: #fff;
}
#footer .menubas {
	display:block;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-bottom:15px;
}
#footer .menulink {
	display:block;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-bottom:10px;
}
#footer .menulink:hover {
	padding-left:10px;
}
#footer .orta {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	padding:20px;
	grid-column-gap:20px;
	justify-content:center;
	margin-top:30px;
	margin-bottom:30px;
}
#footer .bilgi {
	display:flex;
	align-items:center;
}
#footer .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	color: #fff;
}
#footer .bilgi .yazi {
	padding-left:10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #fff;
}
#footer .alt {
	position:relative;
	z-index:10;
	display:flex;
	align-items:center;
}
#footer .alt .copy {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-right:auto;
	margin-left:auto;
}

/*------------------kurumsal1----------------------*/

#kurumsal1 {
	position:relative;
	padding:200px 0px 40px 0px;
	background-size:cover !important;
	z-index:10;
}
#kurumsal1:before {
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	z-index:-1;
}
#kurumsal1 .yazi1 {
	font-weight: 800;
	font-size: 50px;
	line-height: 70px;
	color: #FFFFFF;
	text-align:center;
	margin-bottom:100px;
}
#kurumsal1 .yazi2 ,
#kurumsal1 .yazi2 p
{
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	text-align:center;
}

/*------------------kurumsal2----------------------*/

#kurumsal2 {
	position:relative;
	padding:30px 0px 30px 0px;
}
#kurumsal2 .alan {
	position:relative;
	padding:30px 0px;
	background: #ebebeb;
}
#kurumsal2 .yazi1 ,
#kurumsal2 .yazi1 p
{
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #000;
}

/*------------------urundetay----------------------*/

#urundetay {
	position:relative;
	padding:30px 0px 30px 0px;
}
#urundetay .adi {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: var(--anarenk);
	margin-bottom:3px;
}
#urundetay .desc {
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: var(--anarenk);
	margin-bottom:80px;
}
#urundetay .ozellikler  {
	margin-bottom:80px;
}
#urundetay .ozellikler .ozellik {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	border-left:1px solid var(--anarenk);
	border-radius:75px;
	height:150px;
}
#urundetay .ozellikler .ozellik .sol {
	width:30%;
	text-align:right;
	font-weight: 700;
	font-size: 35px;
	line-height: 50px;
	color: var(--anarenk);
}
#urundetay .ozellikler .ozellik .sag {
	width:70%;
	padding-left:20px;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: var(--anarenk);
}
#urundetay .resim {
	width:100%;
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:40px 0px;
}
#iletisimpage .baslik {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	margin-bottom:30px;
}
#iletisimpage .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 50px;
	height: 50px;
	font-size:20px;
	color: #fff;
	border:1px solid #fff;
	border-radius:25px;
}
#iletisimpage .bilgi .yazi {
	width: calc(100% - 50px);
	padding-left:10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #fff;
}
#iletisimpage iframe {
	width:100%;
	height:100%;
	border-radius:8px;
}
#iletisimpage .form-control {
	height:60px;
	border-radius:5px;
}
#iletisimpage textarea.form-control {
	height:120px;
	border-radius:5px;
}
/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
	position:fixed;
	bottom:20px;
	left:20px;
	width:400px;
	max-width:calc(100% - 40px);
	padding:20px;
	border-radius:20px;
	background:rgba(0,0,0,0.5);
	font-size:14px;
	line-height:20px;
	color:#fff;
	z-index:100000;
}