@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;
}
main {
	overflow:hidden;
	width:calc(100vw - 5px);
	min-height:100vh;
}

body {
	position:relative;
	font-family: "Poppins";
}


:root {
  --anarenk: #000;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
}

/* 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: #2a4e9e; 
}
.container-fluid {
	max-width:calc(100vw - 60px);	
}

section#header .container-fluid {
	max-width:calc(100vw - 90px);	
}

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

.dikeyortala {
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
}

/*------------------cerezpolitikasi----------------------*/
.cerezpolitikasi {
position: fixed;
    bottom: 0px;
    border: 1px solid #58595b;
    left: calc(50vw - 300px);
    width: 650px;
    max-width: calc(100% - 40px);
    padding: 0 2px 0 10px;
    border-radius: 20px;
    background: #fff;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    z-index: 999;
    display: flex;
    font-weight: 300;
    height: 30px;
    align-items: center;
}
.cerezpolitikasi .btn{
    height: 25px;
    margin-left: auto;
    line-height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #00000050;
}
.cerezpolitikasi .btn:hover{
	background-color: #000;
	color:#fff;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px 30px;
    height: 40px;
    border-radius: 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.btn-light {
	background:#fff;
	border:1px solid #fff;
	color:#000;
}
.btn-light:hover {
	background:#fff;
	border:1px solid #000;
	color:#000;
}
.btn-dark {
	background:#2a4e9e;
	border:1px solid #2a4e9e;
	color:#fff;
}
.btn-dark:hover {
	background:#fff;
	border:1px solid #2a4e9e;
	color:#2a4e9e;
}

/*------------------header----------------------*/

#header {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
	background: rgba(255, 255, 255, .3);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:var(--anarenk);
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: translateY(-100%);
  opacity: 0;
}

#header.visible {
  transform: translateY(0);
  opacity: 1;
	border-bottom: 1px solid #00000010;
}

#header .alan {
	display:flex;
	align-items:center;
    padding: 5px 0px;
}
#header .alan .logo {
	width: 25%;
}
#header .alan .logo img {
	height:60px;
}

#header .menu {
	width: 50%;
}

#header .sag {
    width: 25%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:0px;
		justify-content: center;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
    position: relative;
    display: inline-block;
    color: #2a4e9e;
    font-size: 18px;
    font-style: normal;
    line-height: 60px;
    font-weight: 700;
    padding: 0px 30px;
    border-bottom: 3px solid #fff;
}
#header .menu .link-item:hover {
    color: #000;
	border-bottom:3px solid #000;
}

#header .menu .link-item::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -5px;
  width: 24px;
  height: 24px;
  background-image: url("../../../../../app/Images/fav_1766733465.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, 50%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none; /* ikon tıklamayı engellemesin */
}

#header .menu .link-item:hover::after {
  transform: translate(-50%, -120%);
  opacity: 1;
}


a.link-item {}

#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 a {
	color: #000;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding:0px 20px;
	display: flex;
    height: 20px;
    gap: 10px;
}
#header .alan .sag a i {
	font-size: 24px;
}

#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	height:100%;
}
#header .dil .default {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	grid-column-gap:10px;
	width:80px;
	height:40px;
	border-radius: 20px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background:#2a4e9e;
	text-transform:uppercase;
}
#header .alan .sag .dil a{
	color: #fff;
	height: 40px;
} 
#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:calc(50% - 40px);
	width:80px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:80px;
	height:40px;
	border-radius: 20px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#header .dil:hover .acilan {
	display:block;
}


/*------------------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 {
	width: 155px;
}

#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 .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 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;
	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: #fff;
	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: 10px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}
#mobilmenu .butonlar a {
	display:block;
	font-size:14px;
	font-weight:400;
	line-height:32px;
	color:rgb(0, 0, 0);
	letter-spacing:1.2px;
}

#mobilmenu .sosyal {
	display:flex;
	align-items:center;
	padding:20px 15px;
}
#mobilmenu .sosyal a {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    font-size: 15px;
    color: #fff;
    margin-right: 5px;
}
#mobilmenu .sosyal a:hover {
	color: var(--krem);
}



.alansag .btn {
  display: inline-block;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
}

.alansag .btn:focus {
	box-shadow: none !important;
}

/* Çizgilerin temel hali */
.alansag .btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 2px;
  transition: all 0.35s ease;
  transform-origin: center; /* <--- Önemli! Dönüş merkezi ortada */
}

/* Üç çizginin konumları */
.alansag .btn span:nth-child(1) { top: 0; }
.alansag .btn span:nth-child(2) { top: 9px; }
.alansag .btn span:nth-child(3) { top: 18px; }

/* ----- Açık halde (X görünümü) ----- */
.alansag .btn.acik span:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}
.alansag .btn.acik span:nth-child(2) {
  opacity: 0;
}
.alansag .btn.acik span:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}


#mobilmenu {
  position: fixed;
  top: 65px;
  left: -1px;
  width: 72%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.6s ease-in-out 0.4s;
  overflow-y: auto;
  z-index: 1000;
  padding: 40px 0;
}

#mobilmenu::before,
#mobilmenu::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

#mobilmenu::before {
  background: #1483ce;
  transition-delay: 0s;
}
#mobilmenu::after {
  background: #2a4e9e;
  transition-delay: 0.15s;
}

/* Menü açıldığında */
#mobilmenu.acik {
  transform: translateX(0);
  transition-delay: 0s;
}

#mobilmenu.acik::before {
  transform: translateX(0);
  transition-delay: 0s;
}
#mobilmenu.acik::after {
  transform: translateX(0);
  transition-delay: 0.15s;
}

/* Menü kapanırken */
#mobilmenu:not(.acik)::before {
  transform: translateX(100%);
  transition-delay: 0.15s;
}
#mobilmenu:not(.acik)::after {
  transform: translateX(100%);
  transition-delay: 0s;
}


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

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item video {
    width: 100%;
	height: 100vh;
    object-fit: cover;
}
#slider .item .anaresim {
	width:100%;
	max-height:100vh;
	border-radius:20px;
	object-fit:cover;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	color: #000;
	font-size: 32.103px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:22px;
}
#slider .item .bilgi .yazi2 {
	color: #769649;
	font-size: 62.312px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:22px;
}
#slider .item .bilgi .yazi3 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 128.5%; /* 23.13px */
	margin-bottom:22px;
}
#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;
}

/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	padding:60px 0px;
}
#hakkimizda .resim {
	width:100%;
	border-radius:25px;
}
#hakkimizda .yazi1  {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 30.4px */
	margin-bottom:40px;
}
#hakkimizda .logo  {
	height:70px;
	margin-bottom:25px;
}
#hakkimizda .yazi2  {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 30.4px */
	margin-bottom:40px;
}

#hakkimizda .yazi2 strong{
	color: #2a4e9e;
}

/*------------------kategoriler----------------------*/

#kategoriler {
	position:relative;
	padding:60px 0px;
	background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0.00) 100%);
}
#kategoriler .baslik {
    color: #2a4e9e;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    margin-bottom: 15px;
}
#kategoriler .altbaslik {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 168.75% */
	margin-bottom:40px;
}
#kategoriler .item2 {
	position:relative;
	display:block;
	border-radius:25px;
	background:rgba(245,245,245,1);
	text-align:right;
	padding:25px 20px;
}
#kategoriler .item2 .mokap {
	width:45%;
}
#kategoriler .item2 .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:44px 40px;
	display:flex;
	flex-direction:column;
}
#kategoriler .item2 .bilgi .logo {
	width:30%;
	margin-bottom:50px;
}
#kategoriler .item2 .bilgi .buton {
	text-align:left;
	margin-top:auto;
}
#kategoriler .item {
	position:relative;
	overflow: hidden;
	display:block;
	border-radius: 25px;
}
#kategoriler .item .resim {
	width:100%;
	aspect-ratio:645/404;
	max-height:450px;
	object-fit:cover;
	border-radius:25px;
	transition: ease-in-out 0.5s transform;
}
#kategoriler .item:hover .resim{
 transform: scale(1.04);
	transition: ease-in-out 0.5s transform;
}
#kategoriler .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:60px 40px;
	display:flex;
	flex-direction:column;
}
#kategoriler .item .bilgi .yazi1 {
	color: #2a4e9e;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 43px; /* 57.5% */
	margin-bottom:10px;
}
#kategoriler .item .bilgi .yazi2 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 143.75% */
	margin-bottom:20px;
}
#kategoriler .item .bilgi .buton {
	margin-top:auto;
}
#kategoriler .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:20px;
	grid-column-gap:10px;
}
#kategoriler .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	background:rgba(236,236,236,0.5);
	font-size:24px;
	color:#000;
	transition:all 0.3s ease;
}
#kategoriler .butonlar div:hover {
	background:rgba(236,236,236,1);
}

/*------------------surdur----------------------*/

#surdur {
	position:relative;
}
#surdur .alan {
	position:relative;
	border-radius:25px;
	overflow: hidden;
}
#surdur .alan .resim {
	width:100%;
	height: 500px;
	object-fit: cover;
	border-radius:25px;
	transition: ease-in-out 0.3s all;
	filter: brightness(0.8);
}
#surdur .alan:hover .resim {
	filter: brightness(1);
	transition: ease-in-out 0.3s all;
}

#surdur .alan .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:60px 40px;
	display:flex;
	flex-direction:column;
}

#surdur .alan:hover img{
 transform: scale(1.08);
	transition: ease-in-out 0.5s transform;
}
#surdur .alan .bilgi .yazi1 {
	width:50%;
	color: #FFF;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:20px;
}
#surdur .alan .bilgi .yazi2 {
	width:50%;
	color: #FFF;
	font-size: 62.312px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
#surdur .alan .bilgi .buton {
    position: absolute;
    bottom: 40px;
    right: 60px;
}


#ust-resim .resim img {
    width: 100%;
    margin-bottom: -50px;
    z-index: -1;
    position: relative;
    height: 500px;
    border-radius: 25px;
	object-fit: cover;
}

#ust-resim .yazi-alan {
    display: flex;
    margin: 50px 0;
    flex-direction: column;
    align-items: center;
}

#ust-resim .yazi1 {
	font-size: 60px;
    font-weight: 900;
    display: flex;
    align-items: center;
    color: #2a4e9e;
    margin-bottom: 20px;
}

#ust-resim .yazi2 {width: 50%;text-align: center;}

#ust-resim .yazi3 {
    display: flex;
    align-items: center;
}

#stats {
  background-color: #2a4e9e;
  position: relative;
}

#stats h3 {
	font-weight: 900;
    font-size: 45px;
    margin-bottom: 0;
}

#stats p {
  font-size: 22px;
  margin-bottom: 0;
}

#stats i {
  display: block;
  color: #fff;
}



.animated-text {
  height: 60px;
  overflow: hidden;
  display: inline-flex;
  vertical-align: bottom;
  position: relative;
  background-color: #2a4e9e;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  width: 65%;
  justify-content: center;
  align-items: center;
  font-size: 35px;
}

.animated-text span {
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.8s ease;
}

.animated-text span.active {
  opacity: 1;
  transform: translateY(0);
}

.animated-text span.exit {
  opacity: 0;
  transform: translateY(-100%);
}



/*------------------is-ortaklari----------------------*/


#is-ortaklari {
	background: #fff;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}

#is-ortaklari .baslik {
	font-size: 60px;
	font-weight: 900;
	position: relative;
	padding: 20px 0;
	color: #2a4e9e;
}

#is-ortaklari .baslik:before {
	background: #2a4e9e;
	position: absolute;
	width: 100px;
	height: 8px;
	left: 0;
	content: "";
	bottom: 0;
}

#is-ortaklari .logoSwiper {
	width: 100%;
	margin-top: 60px;
}

#is-ortaklari .logoSwiper .swiper-wrapper{
	align-items: center;
}

#is-ortaklari .logoSwiper .swiper-slide {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#is-ortaklari .logoSwiper img {
    opacity: 0.8;
    transition: all 0.3s ease;
    user-select: none;
    width: 100%;
    height: 110px;
    padding: 20px 50px;
    object-fit: contain;
}

#is-ortaklari .logoSwiper img:hover {
	opacity: 1;
	transform: scale(1.05);
}


/*------------------banneralan----------------------*/

#banneralan {
	position:relative;
	padding:40px 0px;
}
#banneralan .item {
	position:relative;
}
#banneralan .item .resim {
	width:100%;
	aspect-ratio:868/673;
	max-height:700px;
	object-fit:cover;
	border-radius:25px;
}

#banneralan .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	padding:60px 40px;
	display:flex;
	flex-direction:column;
}
#banneralan .item .bilgi .yazi1 {
	width:50%;
	color: #FFF;
	font-size: 54.367px;
	font-style: normal;
	font-weight: 400;
	line-height: 67.959px;
	margin-bottom:40px;
}

#banneralan .butonlar {
	position:absolute;
	bottom:40px;
	left:40px;
	display:flex;
	align-items:center;
	grid-column-gap:10px;
	z-index:10;
}
#banneralan .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	background:rgba(255,255,255,0.5);
	font-size:24px;
	color:#000;
	transition:all 0.3s ease;
}
#banneralan .butonlar div:hover {
	background:rgba(255,255,255,1);
}

#banneralan .kariyer {
position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    background: url("../../../../../app/Images/sustainability_1766748467.png") #E5F5F5;
    background-repeat: no-repeat;
    background-size: 140% auto;
    background-position: 175% 35%;
    background-blend-mode: screen;
    padding: 60px 40px;
}
#banneralan .kariyer .icon {
	width:80px;
	height:80px;
	object-fit:contain;
	margin-bottom:20px;
}
#banneralan .kariyer .yazi1 {
	color: #2a4e9e;
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 42px; /* 116.667% */
	margin-top:auto;
	margin-bottom:20px;
}
#banneralan .kariyer .yazi2 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 31.5px; /* 175% */
	margin-top:20px;
	margin-bottom:auto;
}

#banneralan.second .kariyer{
	background: #f8f8f8;
}

#banneralan.second .kariyer video {
    width: 100%;
}

#banneralan.second .kariyer .yazi1 {
    text-align: center;
    padding: 0 0 25px 0;
}
#banneralan.second .resim {
    position: relative; /* Butonu ortalamak için gerekli */
    display: inline-block;
}

#banneralan.second .resim img {
    height: 500px;
    width: 100%;
    border-radius: 25px;
    display: block;
	object-fit: cover;
}

/* Play butonu */
#banneralan.second .resim .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    cursor: pointer;
}

#banneralan.second .resim .play-button::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    width: 0;
    height: 0;
    border-left: 25px solid white;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}


/*------------------haberler----------------------*/

#haberler {
	position:relative;
	padding:60px 0px;
	background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0.00) 100%);
}
#haberler .baslik {
	color: #2a4e9e;
	text-align: center;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:15px;
}
#haberler .altbaslik {
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 168.75% */
	margin-bottom:40px;
}

.haberitem {
	position:relative;
	display:block;
	margin-bottom:20px;
}
.haberitem.buyuk {
	display:flex;
	flex-wrap:wrap;
	height:calc(100% - 20px);
}
.haberitem .resim {
	width:100%;
	aspect-ratio:420/192;
	max-height:200px;
	object-fit:cover;
	border-radius:25px 25px 0px 0px;
}
.haberitem.buyuk .resim {
	width:35%;
	max-height:inherit;
	flex:0 0 auto;
	object-fit:cover;
	border-radius:25px 0px 0px 25px;
}
.haberitem .bilgi {
	display:flex;
	flex-direction:column;
	padding:20px 30px;
	border-radius: 0px 0px 25px 25px;
	background: #F7F7F7;
	min-height:250px;
}
.haberitem.buyuk .bilgi {
	width:65%;
	display:flex;
	flex-direction:column;
	padding:20px 30px;
	border-radius: 0px 25px 25px 0px;
	background: #F7F7F7;
	min-height:auto;
	flex:0 0 auto;
}
.haberitem .bilgi .adi {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28.865px; /* 120.273% */
	margin-bottom:16px;
}
.haberitem .bilgi .desc {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	margin-bottom:auto;
}
.haberitem .bilgi .buton {
	margin-top:26px;
}

#subeler .baslik {
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 25px;
	color: #2a4e9e;
}

#subeler .col-md-12 {
    border-bottom: 2px dashed #dedede;
    margin-bottom: 40px;
}

#subeler .box {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f8f8f8;
	transition: all ease-in-out 0.3s;
	height: 100%;
	gap: 25px;
}

#subeler .box a,
#subeler .box span{
	color: #000;
}

#subeler .btn.btn-direction {
    width: fit-content;
    display: flex;
    gap: 20px;
    border: 1px solid;
}

#subeler .col-md-6{
	margin-bottom: 50px;
}

#subeler .yazi1 {
    font-weight: 600;
    font-size: 20px;
}

#subeler {
    padding: 50px 0;
}

#subeler .iframe p{
    margin-bottom: 0;
}

#subeler .iframe {
    height: 350px;
}

#subeler iframe {
    height: 350px;
	width: 100%;
}

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

#urunler {
	position:relative;
    padding: 50px 0px;
}
#urunler .baslik {
	color: #000000;
	text-align: center;
	font-size: 45px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:52px;
}
.urunitem {
    position: relative;
    display: block;
    padding: 15px 30px 46px 30px;
    border-radius: 15px;
    background: rgb(248 245 243);
    text-align: center;
    margin-bottom: 20px;
	min-height: 97%;
}
.urunitem .adi {
	color: #000000;
	text-align: center;
	font-size: 23px;
	font-style: normal;
	font-weight: 500;
	line-height: 25px;
	margin-bottom:20px;
	min-height: 80px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.urunitem .kod {
	color: #878787;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:20px;
}
.urunitem .resim {
	width:100%;
	aspect-ratio:1/1;
	object-fit:cover;
	object-position:center;
    mix-blend-mode: darken;
	padding:0%;
}

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

#urundetay {
    padding: 150px 0;
}
#urundetay .resim {
    width: 100%;
}

/*------------------takipedin----------------------*/

#takipedin {
	position:relative;
	background:#000;
	z-index:20;
	min-height: 400px;
	display: flex;
	align-items: center;
}
#takipedin:before {
    position:absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url(../img/filigran-2.png);
	background-repeat: no-repeat;
	background-size: 41% auto;
	background-position: center;
	animation: arkaplanHareketi 10s linear infinite alternate;
	opacity: 0.7;
}

@keyframes arkaplanHareketi {
    from {
        left:-50vw;
    }
    to {
        left:50vw;
    }
}
#takipedin .yazi1 {
	display:flex;
	align-items:center;
	color: #FFF;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 54px; /* 216% */
	margin-bottom:70px;
}
#takipedin .yazi1 i {
	font-size: 35px;
	margin-right:5px;
}
#takipedin .yazi2 {
	color: #FFF;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 112.5% */
	margin-bottom:10px;
}
#takipedin .yazi3 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.5px; 
}
#takipedin .resim {
	display: flex;
	align-items: center;
	gap: 5px;
	height: 100%;
}
#takipedin .resim img {
	max-width:100%;
}

#takipedin .resim svg {
    color: #fff !important;
    font-size: 35px;
}

#takipedin .yazi {
    color: #fff;
    font-size: 22px;
}

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

#footer {
	position:relative;
	background-color: #fff;
}
#footer .ust {
	position:relative;
	padding:26px 0px;
	border-bottom:1px solid #F6F6F6;
}
#footer .logo {
	position:relative;
	display:block;
}
#footer .logo img {
	height:69px;
}
#footer .iletisimbas {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#footer .iletisimbas b {
	display:block;
	color: #2a4e9e;
	font-size: 35px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 154.286% */
}
#footer .orta {
	position:relative;
	padding:26px 0px;
	border-bottom:1px solid #F6F6F6;
}

#footer .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:20px;
}
#footer .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	color: #000;
}
#footer .bilgi .yazi {
	width: calc(100% - 30px);
	padding-left:10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #000;
}

#footer .menubas {
	display:block;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #2a4e9e;
	margin-bottom:15px;
}
#footer .menulink {
	display:block;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin-bottom:10px;
}
#footer .menulink:hover {
	padding-left:10px;
}

#footer .sosyal {
	display:flex;
	align-items:center;
	justify-content:center;
	grid-column-gap:10px;
	margin-top:30px;
}
#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(0, 0, 0, 0.12);
}
#footer .sosyal a:hover {
	background: rgba(0, 0, 0, 1);
	color: #fff;
}

.form-control {
	border-radius: 10px;
	border: 1px solid #A1A1A1;
	height:50px;
}
textarea.form-control {
	height:100px;
}

#footer .alt {
	position:relative;
	padding:26px 0px;
}
#footer .alt .altic {
	display:flex;
	align-items:center;
}
#footer .alt .altic .copy {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-right:auto;
}

/*------------------bread----------------------*/

#bread {
	position:relative;
	margin-top: 30px;
}
#bread:before {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #00AEEF 0%, #0055B7 50%, #003087 100%);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.6;
}
#bread .alan {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
#bread img {
    width: 100%;
	height: 350px;
	object-fit: cover;
}
#bread.modul img {
	height: 500px;
	filter: brightness(0.8);
}
#bread:before {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #00AEEF 0%, #0055B7 50%, #003087 100%);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.6;
}

#bread.modul:before {
    opacity: 0;
}

#bread .alan {
	z-index: 2;
}

#bread .baslik {
    font-size: 35px;
    color: #fff;
	font-weight: 600;
    margin-bottom: 10px;
}

#bread .baslik:before {
    display: inline-block;
    width: 25px;
    margin-right: 20px;
    height: 3px;
    background: #fff;
    content: '';
    border-radius: 5px;
    margin-bottom: 8px;
}
#bread .bread-link,
#bread .bread-link a {
    color: #fff;
	font-weight: 500;
}

#bread .bread-link a.faded {
    color: #ffffffba;
}

#bread .alan .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	padding:50px;
	border-radius:25px;
}
#bread .alan .bilgi .yazi1 {
	color: #FFF;
	font-size: 48px;
	font-style: normal;
	font-weight: 900;
	line-height: 54px; /* 112.5% */
	margin-bottom:20px;
}
#bread .alan .bilgi .yazi2 {
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;	
	margin-bottom:20px;
}

#bread .alan .linkler {
    background: #2a4e9e;
	position: relative;
	z-index: 1;
}

#bread .alan .area {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
	height: 40px;
    display: flex;
    align-items: center;
}

#bread .alan .area .link-item,
#bread .alan .area i{
    color: #fff;
	font-size: 12px;
    margin-right: 5px;
}

#bread .alan .area .link-item:last-of-type {
    color: #ffffff50;
    font-weight: 500;
}



#bread.kurumsal.iletisim .resim {
    height: 350px;
}

#bread.kurumsal.iletisim .alan .bilgi{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 25px;
    position: absolute;
    bottom: 0;
}

#bread .to_bottom {
    width:60px;
    height:60px;
    border-radius:50%;
    background: #2a4e9e;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 999;
}

#bread .to_bottom svg{
    font-size:22px; 
    color:#fff
}





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

#kurumsal {
	position:relative;
	padding:0px 0px;
}
#kurumsal .bolum1 {
	position:relative;
	padding:30px 0px;
}
#kurumsal .bolum2 {
	position:relative;
	padding:30px 0px;
	background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0.00) 100%);
}
#kurumsal .bolum3 {
	position:relative;
	padding:30px 0px;
}
#kurumsal .yazi1 {
	color: #2a4e9e;
	font-size: 44px;
	font-style: normal;
	font-weight: 900;
	line-height: 54px; /* 112.5% */
	margin-bottom:15px;
}
#kurumsal .yazi2 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	margin-bottom:15px;
}
#kurumsal .yazi3 {
	color: #000;
	font-style: normal;
    text-align: justify;
	margin-bottom:15px;
}
#kurumsal .yazi4 h1, 
#kurumsal .yazi4 h2, 
#kurumsal .yazi4 h3, 
#kurumsal .yazi4 h4, 
#kurumsal .yazi4 h5 {
    color: #2a4e9e;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 15px;
}

#kurumsal .yazi4 h1 {
    font-size: 44px;
    font-weight: 600;
}

#kurumsal .yazi4 h2 {
    font-size: 30px;
}

#kurumsal .yazi4 h3 {
    font-size: 26px;
}

#kurumsal .yazi4 h4 {
    font-size: 22px;
}

#kurumsal .yazi4 h5 {
    font-size: 18px;
}

#kurumsal strong {
    color: #2a4e9e;
}

#kurumsal .yazi4 a{
	color: 2a4e9e;
}

#kurumsal strong:hover {
    color: #000;
}

#kurumsal .resim
{
    width: 100%;
    border-radius: 25px;
    height: 650px;
    object-fit: contain;
    background: #f8f8f8;
}
#kurumsal.sosyal .resim{
	object-fit: contain;
	height: auto;
}
#kurumsal .mavialan
{
	border-radius: 25px;
	background: #EAF7FE;
	padding:50px;
}
#kurumsal .yesilalan
{
	border-radius: 25px;
	background: #EAFEF3;
	padding:50px;
}
#kurumsal .tarihceitem
{
	border-radius: 25px;
	background: #F7F7F7;
	padding:50px;
	height:280px;
}

#kurumsal .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:20px;
	grid-column-gap:10px;
}
#kurumsal .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	background:rgba(236,236,236,0.5);
	font-size:24px;
	color:#000;
	transition:all 0.3s ease;
}
#kurumsal .butonlar div:hover {
	background:rgba(236,236,236,1);
}

.kurumsalswiper .swiper-pagination {
  bottom: 15px !important;
}

.kurumsalswiper .swiper-pagination-bullet {
  width: 30px;              /* çizgi uzunluğu */
  height: 4px;              /* çizgi kalınlığı */
  border-radius: 2px;       /* hafif oval uçlar */
  background: rgba(255, 255, 255, 0.4); /* beyaz ama yarı saydam */
  margin: 0 5px !important; /* aralarına boşluk */
  transition: all 0.3s ease;
}

.kurumsalswiper .swiper-pagination-bullet-active {
  background: #fff;
  width: 40px;
  opacity: 1;
}

#kurumsal.haber {
    padding: 150px 0 50px 0;
}

#kurumsal.haber .resim{
	height: auto;
	
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	padding:150px 0px;
	background: linear-gradient(to bottom, #f8f8f8, #fff);
}
#iletisimpage iframe {
	width:100%;
	height:450px;
	border-radius:25px;
}
#iletisimpage .siyahalan
{
	border-radius: 25px;
	background: linear-gradient(to bottom, #0e9cdd, #393185);
	padding:50px;
	margin-top:-50px;
}
#iletisimpage .label{
	color: #000;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
#iletisimpage .content-title{
	color: #000;
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	padding: 25px 0px;
}
#iletisimpage .baslik
{
	color: #FFF;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 112.5% */
}
#iletisimpage .bilgi {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    border: 1px solid #fff;
    width: max-content;
    padding: 5px 15px;
    border-radius: 15px;
    max-width: 400px;
}
#iletisimpage .bilgi:hover {
    background: #ffffff50;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 30px;
	height: 30px;
	font-size:20px;
	color: #fff;
}
#iletisimpage .bilgi .yazi {
	width: calc(100% - 30px);
	padding-left:10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;
	color: #fff;
}
/*------------------tablar----------------------*/

#tablar {
	position:relative;
	padding:20px 0px;
}
#tablar .alan {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	grid-gap:15px;
}
#tablar .alan a {
	display:flex;
	justify-content:center;
	align-items:center;
	grid-column-gap:10px;
	height:44px;
	padding:0px 24px;
	border-radius: 10px;
	background: transparent;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#tablar .alan a img {
	width:26px;
	height:26px;
	object-fit:contain;
	object-position:center;
}
#tablar .alan a.active , 
#tablar .alan a:hover 
{
	background: #F3F4F6;
}

/*------------------marka----------------------*/

#marka {
	position:relative;
	padding:20px 0px;
}
#marka .alan {
	position:relative;
	padding:50px;
	border-radius:25px;
	background-size:cover;
}
#marka .resim {
	position:relative;
}
#marka .resim .res {
    width: 100%;
    min-height: 850px;
    object-fit: contain;
}
#marka .resim .logo {
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	top:0px;
	right:0px;
	width: 174px;
	height: 174px;
	border-radius:50%;
	border:5px solid rgba(0, 0, 0, 1);
	background:#fff;
}
#marka .resim .logo img {
	max-width:60%;
	max-height:60%;
}
#marka .yazi1 {
	color: #000;
	font-size: 60px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:25px;
}

#marka .yazi2 h1,
#marka .yazi2 h2,
#marka .yazi2 h3,
#marka .yazi2 h4,
#marka .yazi2 h5
{
	color: #020202;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 112.5% */
	margin-bottom:25px;
}
#marka .yazi2 p
{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	margin-bottom:25px;
}

#marka .bilgi {
    display: grid;
    gap: 20px;
    color: #233038;
    font-size: 20px;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 30px;
}


#marka .bilgi-item {
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
    border-radius: 20px;
    transition: all ease-in-out 0.3s;
}

#marka .bilgi-item span {
    line-height: 25px;
}

#marka .bilgi-item img {
    width: 70px;
    border: 1px solid #fff;
    padding: 10px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
	filter: invert(1);
}

#marka .bilgi-item:hover {
    transform: translateY(-5px);
    transition: all ease-in-out 0.3s;
}
/*------------------ozellikler----------------------*/

#ozellikler {
	position:relative;
	padding:20px 0px;
}
#ozellikler .kutu {
	position:relative;
	padding:50px;
	border-radius: 40px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:20px;
}
#ozellikler .kutu .icon {
	width:150px;
	height:150px;
	object-fit:contain;
	object-position:center;
}
#ozellikler .kutu .yazi {
	width:calc(100% - 150px);
	padding-left:15px;
}
#ozellikler .kutu .yazi b {
	display:block;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px; /* 125% */
	margin-bottom:16px;
}
#ozellikler .kutu .yazi p {
	display:block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
}
/*------------------numaralar----------------------*/

#numaralar {
	position:relative;
	padding:20px 0px;
	background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0.00) 100%);
}
#numaralar .alan {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	grid-gap:20px;
	margin-bottom:40px;
}
#numaralar .alan .no {
	position:relative;
	width:calc(25% - 20px);
	aspect-ratio:1/1;
	border-radius:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 90px;
	font-style: normal;
	font-weight: 700;
	line-height: 108.409px; /* 120.455% */
}
#numaralar .alan span {
	position:absolute;
	top:70%;
	left:25%;
	width:50%;
	aspect-ratio:1/1;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 45px; /* 225% */
}
/*------------------paketler----------------------*/

#paketler {
	position:relative;
	padding:40px 0px;
}
#paketler .baslik {
	color: #000;
	text-align: center;
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:16px;
}
#paketler .altbaslik {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	margin-bottom:36px;
}

.paketitem {
	position:relative;
	padding:40px;
	border-radius: 40px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	background: #F7F7F7;
	margin-bottom:20px;
}
.paketitem .resim {
	width: 139px;
	height:180px;
	object-fit:contain;
}
.paketitem span {
	width: calc(100% - 139px);
	padding-left:20px;
	color: #020202;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 270% */
}

.accordion-item {
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
}
.accordion-button {
	color: #020202;
	font-size: 35px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 154.286% */
	padding:20px 50px;
	border-bottom:5px solid #000;
}
.accordion-button:focus {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
	border-bottom:5px solid #000;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0);
}
.accordion-button::after {
	content:"\f055";
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('');
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.accordion-button:not(.collapsed)::after {
	content:"\f056";
    background-image: url('');
    transform: rotate(0deg);
}

/*------------------subeler----------------------*/

#subeler {
	position:relative;
}
#subeler .ust {
	display:flex;
	align-items:center;
	margin-bottom:30px;
}
#subeler .ust .select {
	margin-right:auto;
}
#subeler .ust .iller {
	display:flex;
	align-items:center;
}
#subeler .ust .iller a {
    display: block;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 43px;
    color: #2a4e9e;
    padding: 0px 10px;
    background: #fff;
    border-radius: 5px;
    margin-left: 5px;
}
#subeler .ust .iller a.active:before , 
#subeler .ust .iller a:hover:before 
{
	position:absolute;
	content:"";
	bottom:0px;
	left:25%;
	width:50%;
	height:2px;
	background:var(--anarenk);
}
#subeler .item {
	background:#fff;
	border-radius:25px;
	overflow:hidden;
	margin-bottom:30px;
}
#subeler .item .yazilar {
	position:relative;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	padding:60px 30px;
	min-height: 350px;
}
#subeler .item .yazilar:before {
	position:absolute;
	content:"";
	top:0px;
	left:30px;
	width:25%;
	height:4px;
	background:var(--anarenk);
	transition:all 0.3s ease;
	border-radius:0px 0px 2px 2px;
}
#subeler .item .yazi1 {
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: #666666;
	margin-bottom:auto;
}

#subeler .item .bilgi {	
	display:inline-flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:20px;
}
#subeler .item .bilgi .icon {	
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 auto;
	width:40px;
	height:40px;
	border-radius:20px;
	border:1px solid #E5E7EB;
	transition:all 0.3s ease;
	margin-left:10px;
	color: #2a4e9e;
}
#subeler .item .bilgi .yazi {	
	width:calc(100% - 50px);
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	color: #7E7E7E;
	text-align:left;
	padding:0px 10px;
}
#subeler .item .bilgi .yazi b {	
	display:block;	
	font-weight: 700;
}
#subeler .item iframe {
	width:100%;
	height:350px;
	margin-bottom:-6px;
}

.arkaplan {
    background: url('../../../../../app/Images/cizgiarkaplan.png') #D9D9D9;
	background-size:100% auto;
	background-repeat:no-repeat;
	border-radius:30px;
}

/******kariyer ******/

#kariyer {
    position: relative;
	background-color: #ffffff9e;
	overflow:hidden;
    
}
#kariyer:before {
	position: fixed;
    content: "";
    top: 0px;
    left: 0px;
    width: 90%;
    height: 90%;
    z-index: -1;
    background: url(https://unip2a4e9eo.com/app/Images/logodark_1693547980.svg) #fff;
    background-repeat: no-repeat;
    background-size: 90% auto;
    background-position: center center;
	opacity:0.5;
  

}
#kariyer > * {
    position: relative;
    z-index: 1;
}

#kariyer .bolum1 {
	position:relative;
	padding:30px 0px;
}
#kariyer .bolum2 {
	position:relative;
	padding:30px 0px;
	background: linear-gradient(180deg, #F7F7F7 0%, rgba(247, 247, 247, 0.00) 100%);
}
#kariyer .bolum3 {
	position:relative;
	padding:30px 0px;
	background-color: #ffffff94;
}

#kariyer .yazi1 {
	color: #020202;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 112.5% */
	margin-bottom:15px;
}
#kariyer .yazi2 {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	margin-bottom:15px;
}
#kariyer .yazi3 {
	color: #000;
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px; /* 140% */
	margin-bottom:15px;
}
#kariyer .yazi4 h1,
#kariyer .yazi4 h2,
#kariyer .yazi4 h3,
#kariyer .yazi4 h4,
#kariyer .yazi4 h5
{
	color: #020202;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 54px; /* 112.5% */
	margin-bottom:15px;
}
#kariyer .yazi4 p
{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px; /* 150% */
	margin-bottom:15px;
}
#kariyer .resim
{
	width:100%;
	border-radius:25px;
}
#kariyer .mavialan
{
	border-radius: 25px;
	background: #EAF7FE;
	padding:50px;
}
#kariyer .yesilalan
{
	border-radius: 25px;
	background: #EAFEF3;
	padding:50px;
}
#kariyer .tarihceitem
{
	border-radius: 25px;
	background: #F7F7F7;
	padding:50px;
	height:280px;
}

#kariyer .butonlar {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:20px;
	grid-column-gap:10px;
}
#kariyer .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	background:rgba(236,236,236,0.5);
	font-size:24px;
	color:#000;
	transition:all 0.3s ease;
}
#kariyer .butonlar div:hover {
	background:rgba(236,236,236,1);
}
/****meet *****/
.meet-social 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(0, 0, 0, 0.12);
}
.meet-social:hover a{
    background: rgba(0, 0, 0, 1);
    color: #fff;
}

.carrier-social {
    display: flex;
}
.carrier-social .meet-social {
    padding:50px 50px 0px 0px;
}




.sound-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    z-index: 10;
    backdrop-filter: blur(4px);
}

@media (min-width: 768px){ 
section#slider {
        max-width: calc(100vw - 70px);
        margin-left: auto;
        margin-right: auto;
        max-height: calc(100vh - 65px);
        overflow: hidden;
}
}

video#pageTitleVideo {
	width: 100%;
}

video#pageTitleVideoMobile {
	width: 100%;
}

@media (max-width: 768px) {
video#pageTitleVideo {
    display: none;
}
}

@media (min-width: 768px) {
	video#pageTitleVideoMobile {
    display: none;
}
}


#topText {
    width: 100%;
    background-color: #2a4e9e; /* Arka plan rengi */
    padding:20px 0px;
    overflow: hidden; /* Taşmayı engellemek için güvenlik önlemi */
    display: block;
	text-align: center;
	margin: 50px 0px;
}

/* 2. Yazıyı saran kutu */
#topText .bounce{
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 30px 0px;
}

/* 3. Hareket Eden Yazı */
#topText .bounce p {
    /* Yazı özellikleri */
    font-size: 100px;
    font-weight: bold;
    color: #294f9e;
    margin: 0;
    padding: 0;
    white-space: nowrap; 
    width: max-content; 
    display: block;
    animation: kenarlara-carp 8s linear infinite alternate;
    font-family: Century Schoolbook;
}

/* 4. Animasyon Hesabı */
@keyframes kenarlara-carp {
    0% {
       
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(100vw - 100%));
    }
}

@media (max-width: 768px) {
	#topText .bounce p {
    font-size: 32px;
}
}

.tanitimFilmi
 {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 101;
    padding: 0px 20px;
    height: 100%;
}

#header .alan .sag a.tanitimFilmiBtn
 {
    color: #fff;
    height: 40px;
}

#header .tanitimFilmi .tanitimFilmiBtn{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    grid-column-gap: 10px;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #2a4e9e;
    text-transform: uppercase;
}

a.tanitimFilmiBtnMobile i.las.la-video {
    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;
}