@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: "Barlow Condensed";
}


:root {
  --anarenk: #3B519F;
  --kirmizi: #ea0005;
  --gri: #9D9E9D;
  --siyah: #1f1f1f;
  --krem: #fcfcf9;
  --font2: "Barlow Condensed";
}

/* 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;
}

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

/*------------------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;
}
.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:0px 25px;
	height:50px;
	border-radius:30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 151%; /* 21.14px */
	text-align: center;
}
.btn i {
	font-size: 22px;
	margin-left: 5px;
    margin-top: 4px;
}
.btn-mor {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-mor:hover {
	background:#28376c;
	border:1px solid #28376c;
	color:#fff;
}
.btn-mavi {
	background: #42BAC8;
	border:1px solid #42BAC8;
	color:#fff;
}
.btn-mavi:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}
.btn-outline-mor {
	background:#fff;
	border:1px solid var(--anarenk);
	color:var(--anarenk);
}
.btn-outline-mor:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#fff;
}

.btn-11 {
  position: relative;
  display: flex;
  width: 150px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: #3b519f;
  border: 1px solid #3b519f;
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: ease-in-out all 0.5s;
  border-radius: 10px;
}

/* Collision daireleri */
.btn-11::before,
.btn-11::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background-color: #3b519f;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.8s ease;
  z-index: -1;
}

.btn-11::before {
  left: -20px;
}

.btn-11::after {
  right: -20px;
}

/* Hover animasyonu */
@keyframes criss-cross-left {
  0% {
    left: -20px;
    width: 20px;
    height: 20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 400px;
    height: 400px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
    width: 20px;
    height: 20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 0%;
    width: 400px;
    height: 400px;
  }
}

.btn-11:hover::before {
  animation: criss-cross-left 1.8s forwards;
}

.btn-11:hover::after {
  animation: criss-cross-right 1.8s forwards;
}


.btn-11:hover {
    color: #fff;
    transition: ease-in-out all 1.8s;
}

.btn-11 i {
    margin-left: 5px;
}
/*------------------header----------------------*/

#header {
	position:absolute;
	z-index:999;
	transition:all 0.3s ease;
	width: 100%;
	top: 10px;
	transition: all ease-in-out 0.3s;
}
#header .container-fluid{
	    max-width: calc(100vw - 200px);
}
#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);
	transition: all ease-in-out 0.3s;
}

#header.heading .alan .logo img {
    width: 150px;
}

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

#header.heading .menu ul{
	grid-column-gap: 20px;
}





#header .alan {
	display:flex;
	align-items:center;
	padding: 5px 0px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	width: 250px;
}

#header .menu {
}
#header .menu ul {
	list-style:none;
	display:flex;
	align-items:center;
	grid-column-gap:15px;
}
#header .menu .link-li {
	position:relative;
}
#header .menu .link-item {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3px;
	opacity: 0.8;
}
#header .menu .link-li i{
	color: #fff;
}
#header .menu .link-item:hover {
	opacity: 1;
}

#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 .menu .acilan .link-item img {
    width: 100%;
}


#header .menu li {
  position: relative;
}

#header .menu .acilan {
  position: absolute;
  display: block;
  top: calc(100% + 2px);
  left: 0;
  width: 260px;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border-top: 4px solid #B2B5B5;
  z-index: 100;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none; /* Önemli: dışarıdan tıklamayı engeller */
  transition: all 0.3s ease;
  backdrop-filter: blur(8px);
}

#header .menu li:hover .acilan {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto; /* Hover içinde tıklanabilir hale getir */
}

#header .menu .acilan::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #B2B5B5;
  z-index: 101;
}



#header .alan .sag a {
	position:relative;
	display:inline-flex;
	align-items:center;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin-left:20px;
}
#header .alan .sag a i {
	font-size: 24px;
}

#header .arama {
	position:absolute;
	top:100%;
	right:0px;
	background:var(--krem);
	padding:0px;
	overflow:hidden;
	height:0px;
	transition:all 0.3s ease;
}
#header .arama.active {
	padding:20px;
	height:auto;
}
#header .arama .form-control {
	background:transparent;
	border-radius:0px;
	border:0px;
	border-bottom:2px solid var(--siyah);
	color:var(--siyah);
    height: 36px;
    line-height: 36px;
}
#header .arama .form-control:focus {
	background:transparent !important;
	border-radius:0px !important;
	border:0px !important;
	border-bottom:2px solid var(--siyah) !important;
	color:var(--siyah) !important;
}
#header .arama .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--siyah);
  opacity: 1; /* Firefox */
}
#header .arama .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--siyah);
}
#header .arama .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: var(--siyah);
}
#header .arama .btn {
	position:absolute;
	top:20px;
	right:20px;
	width:36px;
	height:36px;
	font-size:20px;
	color:var(--siyah);
	border-radius:9px;
	padding:0px;
	justify-content:center;
}
#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	padding:0px 20px;
	height:100%;
}
#header .dil .default {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    border: 1px solid;
    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:calc(50% - 20px);
	width:40px;
	padding-top:10px;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	width:40px;
	height:40px;
	border-radius: 5px;
	margin-bottom:5px;
	background: #000;
	color:#fff;
	padding:10px;
	border:1px solid #fff;
}
#header .dil:hover .acilan {
	display:block;
}
#header .color {
	display:block;
}

#header .color img {
	height:54px;
}


/*------------------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: 55px;
}

#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);
}
#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);
}


#markalar {
    background: #0f216d;
	z-index: 99;
    position: relative;
}
#markalar .row {
    height: 100%;
}
#markalar .area,
#markalar .area2,
#markalar .area3 {
    width: 33.3%;
    border-right: 2px solid #ffffff10;
}
#markalar .konum {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#markalar .konum img {
    margin: auto 0;
    height: 150px;
}

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

#slider {
	position:relative;
}
#slider .item {
	position:relative;
}
#slider .item .anaresim {
	width:100%;
	object-fit:cover;
	height: 100vh;
}
#slider .item .bilgi {
	position:absolute;
	top:10%;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	color: #FFF;
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
	margin-bottom:22px;
}
#slider .item .bilgi .yazi2 {
	color: #FFF;
	font-size: 98.133px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:22px;
}
#slider .item .bilgi .yazi3 {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 144.444% */
}
#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;
}

.yangın-battaniyesi-pagination.swiper-pagination-bullets {
	text-align: center;}
    
.swiper-pagination-bullet-active {
    background: #3b519f;
}

/*------------------bread----------------------*/
#bread {
    height: 540px;
}

#bread .bread_resim {
    position: relative;
    width: 100%;
    height: 100%;
}

#bread .bread_resim .resim {
    width: 100%;
	height: 540px;
    object-fit: cover;
}

#bread .bread_resim .yazi1 {
    position: absolute;
    right: 7%;
    bottom: 30%;
    color: #FFE;
    font-size: 80px;
    margin: 0;
    font-weight: 300;
    width: 25%;
    text-align: right;
    letter-spacing: -1px;
    font-family: "Barlow Condensed";
}

#bread.blog .bread_resim .yazi1 {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
    font-size: 45px;
    width: 50%;
    text-align: center;
}

#bread.blog .bread_resim .resim {
    filter: brightness(0.3);
	object-position: top;
}

#kurumsal .resim.dzn{
    object-fit: contain;
    background: #f1f1f1;
	cursor: pointer;
}

#kurumsal.akademik_kadro{
	background: #f7f7f7;
}

#kurumsal.akademik_kadro .custom_card {
    width: 100%;
    height: 400px;
    background: #f1f1f1;
    border-radius: 15px;
    position: relative;
}

#kurumsal.akademik_kadro .yazi1 p {
    margin: 0;
}

#kurumsal.akademik_kadro .yazi1 p:first-child {
    font-size: 16px
}

#kurumsal.akademik_kadro .yazi1 {
    color: #fff;
    font-weight: 300;
    line-height: 23px;
    position: absolute;
    bottom: 0;
    background: #3b519f;
    padding: 5px;
    width: 100%;
    min-height: 60px;
	font-size: 19px;
}

#kurumsal.akademik_kadro .resim {
    height: 100%;
	overflow: hidden;
}

#kurumsal.akademik_kadro .resim img {
	transition: all ease-in-out 0.5s;
}


#kurumsal.akademik_kadro .resim:hover img{
	transform: scale(1.05);
}

#kurumsal.akademik_kadro .alan::before {
    position: absolute;
    content: "";
    height: 100%;
    background: url(../img/31Z_1100.webp);
    mix-blend-mode: multiply;
    background-size: contain;
    opacity: 0.3;
	top: 0;
	animation: bgScroll 30s ease-in-out infinite alternate;
    width: 100%;
}

#kurumsal.akademik_kadro .alan {
    position: relative;
	padding: 45px 0;
}

@keyframes bgScroll {
    0% {
        background-position-x: 0;
    }
    100% {
        background-position-x: 2000px; /* ne kadar sağa gidecekse */
    }
}

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

#hakkimizda {
	position:relative;
	padding:65px 0px;
	z-index:20;
	background: #F7F7F7;
}
#hakkimizda .logo {
	margin-bottom:37px;
}
#hakkimizda .logo img {
	height: 110px;
}
#hakkimizda .yazi1 {
	color: #495868;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 151%; /* 37.75px */
	margin-bottom:22px;
}
#hakkimizda .yazi1 strong {
	color: #3B519F;
}
#hakkimizda .yazi2 {
	color: #495868;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-bottom:22px;
}
#hakkimizda .slogan {
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:flex-end;
	height:100%;
}
#hakkimizda .slogan img {
	height:120px;
}
#hakkimizda:before {
	position:absolute;
	content:"";
	top:0;
	right:0px;
	width:100%;
	height:130%;
	background:url('../img/filigran-1.png');
	background-size:contain;
	background-position:right top;
	background-repeat:no-repeat;
	mix-blend-mode: multiply;
	z-index: -1;
}


/*------------------segacolor----------------------*/

#segacolor {
	position:relative;
	padding:65px 0px;
	z-index:30; 
	background: #f7f7f7;
}
#segacolor .baslik {
	background: linear-gradient(90deg, #7f96d1 0%, #5c72c1 30%, #3b519f 65%, #1c2d6a 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 45px;
	font-style: normal;
	font-weight: 700;
	line-height: 112%;
	text-align:center;
	margin-bottom:40px;
}
#segacolor .item {
	display:block;
	position:relative;
	border-radius: 15px;
}
#segacolor .item .resim {
	width:100%;
	aspect-ratio:700/386;
	max-height:386px;
	object-fit:cover;
	border-radius:15px 15px 0px 0px;
}
#segacolor .item .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:50px;
	background: #fff;
	border-radius: 0px 0px 15px 15px;
}
#segacolor .item .sol {
	width:calc(100% - 60px);
	padding-right:25px;
}
#segacolor .item .yazi1  {
	color: #475765;
	font-family: Barlow Condensed;
	font-size: 33px;
	font-style: normal;
	font-weight: 400;
	line-height: 112%; /* 36.96px */
}
#segacolor .item .yazi2  {
	min-height: 75px;
    display: flex;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 112%;
    background: linear-gradient(90deg, #7f96d1 0%, #5c72c1 30%, #3b519f 65%, #1c2d6a 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
    align-items: center;
}
#segacolor .segacolor .swiper-wrapper .swiper-slide:nth-child(3) {
    pointer-events: none;
}
#segacolor .item .yazi3  {
	color: #495868;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
#segacolor .item .circ {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	background: #B2B5B5;
	font-size:30px;
	color:#fff;
}
#segacolor .item:hover .circ {
	background: var(--anarenk);
}

#segacolor.marka{
	padding: 125px 0px 50px 0px;
}

#segacolor.marka .baslik{
	margin-bottom: 0;
}

/*------------------bilgiler----------------------*/

#bilgiler {
	position:relative;
	padding:65px 0px;
	z-index:30; 
	background:url('../img/filigran-2.png') rgba(59, 81, 159, 0.12);
	background-repeat:no-repeat;
	background-size:100% 140%;
	background-position:left top;
	border-bottom:1px solid rgba(255, 255, 255, 0.50);
}
#bilgiler .item {
	position:relative;
	padding:45px 35px;
	border-radius: 30px;
	text-align:center;
	background: #FFF;
	transition:all 0.3s ease;
}
#bilgiler .item:hover {
	background: var(--anarenk);
}
#bilgiler .item .icon {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width: 118px;
	height: 118px;
	border-radius:70px;
	background:#F5F5F5;
	border:1px solid #F5F5F5;
	margin-bottom:35px;
	transition:all 0.3s ease;
}
#bilgiler .item:hover .icon {
	background:var(--anarenk);
	border:1px solid rgba(255, 255, 255, 0.30);
}
#bilgiler .item .icon img {
	max-width:50%;
	max-height:50%;
	transition:all 0.3s ease;
}
#bilgiler .item:hover .icon img {
	filter:brightness(100);
}
#bilgiler .item .adi {
	color: #475765;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 125% */
	margin-bottom:35px;
	transition:all 0.3s ease;
}
#bilgiler .item:hover .adi {
	color: #fff;
}
#bilgiler .item .desc {
	color: #475765;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.5px; /* 159.375% */
	transition:all 0.3s ease;
}
#bilgiler .item:hover .desc {
	color: #fff;
}

.bilgiler-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Sadece çocukları etkileşime girebilir */
}

.bilgiler-button {
  position: absolute;
  top: 50%;
  font-size: 50px;
  color: #000;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: auto;
}

.bilgiler-button-prev {
  left: 10%;
  transform: translate(-150%, -50%); /* Soldan dışarıda başla */
}

.bilgiler-button-next {
  right: 10%;
  transform: translate(150%, -50%); /* Sağdan dışarıda başla */
}

#bilgiler:hover .bilgiler-button-prev {
  transform: translate(0, -50%);
  opacity: 1;
}

#bilgiler:hover .bilgiler-button-next {
  transform: translate(0, -50%);
  opacity: 1;
}

#bilgiler .swiper.bilgiler {
    margin-top: 40px;
}


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

#haberler {
	position:relative;
	padding: 65px 0px 30px 0;
	z-index:30; 
	background:rgba(59, 81, 159, 0.12);
}
#haberler .baslik,
#bilgiler .baslik{
	color: #475765;
	text-align:center;
	font-size: 45px;
	font-style: normal;
	font-weight: 600;
	line-height: 112%; /* 50.4px */
}
#haberler .dzn {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 45px;
}
#haberler .item {
	display:block;
	background:#fff;
	border-radius: 15px 15px 15px 15px;
}
#haberler .item .resim {
	width:100%;
	aspect-ratio:700/386;
	max-height:386px;
	object-fit:cover;
	border-radius:15px 15px 0px 0px;
}
#haberler .item .bilgi {
	padding:20px 40px;
	border-radius:0px 0px 15px 15px;
	min-height: 275px;
}
#haberler .item .adi {
	color: #475765;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px; /* 125% */
	margin-bottom:16px;
}
#haberler .item .desc {
	color: #475765;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25.5px; /* 141.667% */
	margin-bottom:26px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/*------------------teklifal----------------------*/

#teklifal {
	position:relative;
	padding:30px 0px;
	z-index:30; 
	background:rgba(59, 81, 159, 0.12);
}
#teklifal::before {
    position: absolute;
    background: linear-gradient(to right, black, #3b519f);
    height: 10px;
    width: 100%;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}
#teklifal .alan {
	position: relative;
    border-radius: 15px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
#teklifal .alan .resim {
    width: 100%;
    border-radius: 15px;
}
#teklifal .alan .bolum {
	width:33.33%;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	flex:0 0 auto;
	border-right:1px solid #EAE7F0;
}
#teklifal .alan .bolum:last-child {
	border-right:0px solid #EAE7F0;
}
#teklifal .alan .eco {
	height:120px;
}
#teklifal .alan .yazi {
	color: #FFF;
	text-align: center;
	font-size: 50px;
	font-style: normal;
	font-weight: 100;
	line-height: 40px; /* 60% */
}
#teklifal .alan .yazi b {
	display:block;
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
}

#teklifal .resim {
  display: block;
  max-width: 100%;
  animation: slideLeftRight 4s ease-in-out infinite alternate;
}

@keyframes slideLeftRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(30px);
  }
}

#teklifal .resim:hover {
  animation-play-state: paused;
  cursor: pointer;
}



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

#footer {
	position:relative;
	padding:25px 0px 0px 0px;
	background: #495868;
}

#footer .logo {
	display:block;
	margin-bottom:30px;
}
#footer .logo img {
	height:100px;
}
#footer .menu .menulink {
	display:block;
	color: #FFF;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height:40px;
}
#footer .bas {
	color: #FFF;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 173%; /* 34.6px */
	margin-bottom:47px;
}

#footer .sosyal {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	grid-column-gap:10px;
	margin-bottom:auto;
}
#footer .sosyal a {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 45px;
	height: 45px;
	border-radius:32px;
	font-size:20px;
	color: #B2B5B5;
	border:1px solid #B2B5B5;
	background: transparent;
}
#footer .sosyal a:hover {
	background: #B2B5B5;
	color: #fff;
}

#footer .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:10px;
}
#footer .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 44px;
	height: 44px;
	border-radius:40px;
	background:#fff;
	font-size:20px;
	color: var(--anarenk);
}
#footer .bilgi .yazi {
	width: calc(100% - 44px);
	padding-left:10px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; /* 145% */
}
#footer .alt {
	position:relative;
	z-index:10;
	display:flex;
	align-items:center;
	padding:30px 0px;
	margin-top:0px;
	border-top:1px solid #B2B5B5;
}
#footer .alt .copy {
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin-right:auto;
}

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

#kurumsal {
	position:relative;
	z-index:30; 
}
#kurumsal .bolum1 {
	position:relative;
	z-index:30; 
	background:#e7eaf3;
	padding:75px 0px 0px 0px;
}

#kurumsal .gri h1 {
    font-size: 60px;
}

#kurumsal .gri p {
    font-size: 30px;
    color: #3a3a3a;
    line-height: 32px;
    font-weight: 400;
    margin: 0;
    letter-spacing: -0.2px;
    font-family: 'Barlow';
}

#kurumsal .yazi1 {
	color: #3b519f;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 151%; /* 37.75px */
}
#kurumsal.hakkimizda .bolum1 {
	padding: 25px 0px 0px 0px;
}

#kurumsal .yazi2 {
	background: #3b519f;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 80px;
	font-style: normal;
	font-weight: 700;
	line-height: 112%;
	margin-bottom:20px;
}

#kurumsal.hakkimizda .yazi2{
	font-size:60px;
}

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

#kurumsal .yazi3 {
    font-size: 27px;
    line-height: 35px;
}

#kurumsal .yazi3 {
	color: #3a3a3a;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 45px; /* 150% */
	margin-bottom:32px;
}
#kurumsal.hakkimizda .yazi3 {
    font-style: normal;
    color: #3a3a3a;
    font-size: 30px;
    font-family: 'Barlow';
    font-weight: 400;
    line-height: 32px;
    margin: 0;
    letter-spacing: -0.2px;
}

#kurumsal .yazi3 strong {
	color: #50BAB8;
}
#kurumsal .yazi4 {
	color: #3a3a3a;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	margin-bottom:32px;
}
#kurumsal .yazi5 {
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 112%; /* 44.8px */
	background: #3b519f;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom:32px;
}
#kurumsal .yazi6 {
	padding:60px;
	border-radius: 15px;
	background: #495868;
	color:#fff;
	font-family: 'Barlow';
}
#kurumsal .yazi6 strong{
	letter-spacing: 0.5px;
}
#kurumsal .resim {
	width: 100%;
	height: 325px;
    border-radius: 15px;
    object-fit: cover;
}
#kurumsal .bolum2 {
	position:relative;
	z-index:30; 
	background: #e7eaf3;
}
#kurumsal .bolum2:before {
    position:absolute;
    content:"";
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:-1;
	background:url('../img/filigran-4.png') #fff;
	background-repeat:no-repeat;
	background-size:90% auto;
	background-position:center center;
    animation: arkaplanHareketi 20s linear infinite alternate;
	opacity: 0.4;
	mix-blend-mode: multiply;
}

@keyframes arkaplanHareketi {
    from {
        left:-50vw;
    }
    to {
        left:50vw;
    }
}

#kurumsal.altsayfa .aciklama {
    font-size: 21px;
    line-height: 24px;
    font-weight: 300;
	padding-bottom: 3rem;
	padding-top: 1rem;
}

.t-right {
	text-align: right;
}

.t-left {
	text-align: left;
}

#kurumsal.altsayfa .gecis {
    background: #3b519f;
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    text-align: right;
    font-family: 'Barlow';
    line-height: normal;
    margin: 0;
    padding: 40px 0;
}

#kurumsal.haber .yazi2{
	    font-size: 50px;
}

#kurumsal.haber .yazi3 {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -1px;
}
table {
    width: 100%;
    border-collapse: collapse;
    font-size: 20px;
    color: #2e2e2e;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left:auto;
}

table td {
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    transition: background-color 0.2s ease, color 0.2s ease;
}

table tr:hover td {
    background-color: #f7f7f7;
    color: #000;
}

table tr:last-child td {
    border-bottom: none;
}

#kurumsal.yolharitamiz .yazi1 {
    font-size: 22px;
    line-height: 135%;
}

body.teknik-tekstil2-page #kurumsal.altsayfa .col-md-6.order-1 {
  margin: 0 !important;
}
body.teknik-tekstil2-page #kurumsal.altsayfa .col-md-6.order-1 img {
	height: 100%;
}

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

#urunler {
	position:relative;
	z-index:30; 
	padding:0px 0px 50px 0px;
}
#urunler .ust {
	position:relative;
	z-index:30; 
	padding:36px 0px 36px 0px;
	background: #F5F5F5;
	margin-bottom:50px;
}
#urunler .ust .yazi1 {
	color: #495868;
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 151%; /* 37.75px */
	margin-bottom:76px;
}
#urunler .ust .yazi2 {
	color: #495868;
	font-size: 50px;
	font-style: normal;
	font-weight: 400;
	line-height: 151%;
}
#urunler .item {
	display:block;
	position:relative;
	border-radius: 15px;
	margin-bottom:20px;
}
#urunler .item .resim {
	width:100%;
	aspect-ratio:700/386;
	max-height:386px;
	object-fit:cover;
	border-radius:15px 15px 0px 0px;
}
#urunler .item .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	padding:20px;
	background: #F7F7F7;
	border-radius: 0px 0px 15px 15px;
}
#urunler .item .sol {
	width:calc(100% - 60px);
	padding-right:25px;
}
#urunler .item .yazi1  {
	color: #475765;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 112%; /* 36.96px */
}
#urunler .item .yazi2  {
	font-size: 33px;
	font-style: normal;
	font-weight: 600;
	line-height: 112%; /* 36.96px */
	background: linear-gradient(90deg, #7f96d1 0%, #5c72c1 30%, #3b519f 65%, #1c2d6a 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom:30px;
}
#urunler .item .yazi3  {
	color: #495868;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
#urunler .item .circ {
	display:flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	background: #B2B5B5;
	font-size:30px;
	color:#fff;
}
#urunler .item:hover .circ {
	background: var(--anarenk);
}

/*------------------kategori----------------------*/

#kategori {
	position:relative;
	z-index:30; 
	padding:0px 0px 50px 0px;
	background: #F5F5F5;
}
#kategori .ust {
	position:relative;
	z-index:30; 
	padding:70px 0px 70px 0px;
	background-size:cover !important;
	text-align:center;
	margin-bottom:50px;
}
#kategori .ust .baslik {
	color: #FFF;
	text-align: center;
	font-size: 70px;
	font-style: normal;
	font-weight: 600;
	line-height: 151%; /* 105.7px */
	margin-bottom:70px;
}
#kategori .ust select {
	display:inline-block;
	width:300px;
	max-width:100%;
	border-radius: 53px;
	background: #FFF;
	text-align:center;
}
#kategori .anabaslik {
	display:flex;
	align-items:center;
	margin-bottom:50px;
}
#kategori .anabaslik span {
	color: #53347E;
	font-size: 55px;
	font-style: normal;
	font-weight: 400;
	line-height: 151%; /* 83.05px */
	letter-spacing: 0.55px;
	margin-right:auto;
}

.table>:not(caption)>*>* {
    padding: 0.8rem 0.8rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table tr td {
	color: #495868;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 151%; /* 24.16px */
}
.table tr td:first-child {
	color: #53347E;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 151%; /* 30.2px */
	background:#fff !important;
}

/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	z-index:30; 
	padding:50px 0px 0px 0px;
	background: #F5F5F5;
}
#iletisimpage .baslik {
	color: #495868;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 151%; /* 60.4px */
	margin-bottom:40px;
}

#iletisimpage .bilgi {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin-bottom:30px;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width: 64px;
	height: 64px;
	border-radius:40px;
	background:#fff;
	font-size:30px;
	color: var(--anarenk);
}
#iletisimpage .bilgi .yazi {
	width: calc(100% - 64px);
	padding-left:10px;
	color: #495868;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px; /* 145% */
}
#iletisimpage .form-control {
	height: 64px;
	padding:0px 20px;
	border-radius:40px;
}
#iletisimpage textarea.form-control {
	height: 124px;
	padding:20px 20px;
	border-radius:20px;
}
#iletisimpage iframe {
	width:100%;
	height:400px;
	margin-top:40px;
	margin-bottom: -5px;
}

/******galeri page css********/
#haberlersayfa {
    padding: 75px 0px 0px 0px;
	background-color: #F5F5F5;
    
}
#haberlersayfa .baslik {
    color: #76777a;
    font-size: 35px;
    font-weight: 400;
    line-height: 90px;
    margin-bottom: 20px;
}
#haberlersayfa .haberitem {
    display: block;
    margin-bottom: 25px;
}
#haberlersayfa .haberitem .resim {
    position: relative;
    display: block;
    margin-bottom: 20px;
    transition: 0.5s;
}
#haberlersayfa .haberitem .resim img {
    width: 100%;

    object-fit: contain;
}
#haberlersayfa .haberitem .resim:hover {
    transform: scale(1.2);
    z-index: 2;
}

#genelalan  .row .duzen {
    padding: 10px;
}

#genelalan .haberresim {
    width: 100%;
}

#genelalan {
    background: #e7eaf3;
}

#genelalan .card {
    background: #f1f1f1;
    !i;!;
    padding: 10px;
    min-height: 440px;
    border-radius: 15px;
}

#genelalan .adi,
#genelalan .ozet {
    color: #000;
}

#genelalan .adi{
	min-height: 77px;
}
   .scroll-container {
		height: 315px;
		overflow-y: scroll;
	}
  .scroll-container::-webkit-scrollbar {
    width: 6px; /* ince scrollbar */
  }
  .scroll-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }
  .scroll-container::-webkit-scrollbar-thumb {
    background-color: #3b519f;
    border-radius: 3px;
  }
  .scroll-container {
    scrollbar-width: thin;
    scrollbar-color: #3b519f #f1f1f1;
  }


.patent_overlay {
  padding: 20px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.patent_overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.patent_overlay li {
  display: flex;
  align-items: center;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
}

.patent_overlay li:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.dt_purple {
  background-color: #3f51b5;
  border-radius: 4px;
  min-width: 50px;
  text-align: center;
  margin-right: 12px;
  user-select: none;
  padding: 5px;
  font-size: 12px;
}

.dt_purple a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.patent_text a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.3;
}

.patent_text a:hover {
  text-decoration: underline;
}

/* Responsive: 2 sütun alt 768px, 1 sütun alt 480px */
@media (max-width: 768px) {
  .patent_overlay ul {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .patent_overlay ul {
    grid-template-columns: 1fr;
  }
  .patent_overlay li {
    justify-content: flex-start;
  }
}


.bilgiler .item,
.duzen .card{
  opacity: 0;
  transform: rotateY(90deg);
  transition: transform 0.6s ease, opacity 0.6s ease;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.bilgiler .item.show,
.duzen .card.show{
	opacity: 1;
  transform: rotateY(0deg);
}

.mobilmenu-toggle {
  display: inline-block;
  width: 30px;
  height: 22px;
  position: relative;
  cursor: pointer;
  z-index: 1000;
}

.mobilmenu-toggle .bar {
  display: block;
  height: 3px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease;
}

.mobilmenu-toggle .bar:nth-child(1) {
  top: 0;
}

.mobilmenu-toggle .bar:nth-child(2) {
  top: 9px;
}

.mobilmenu-toggle .bar:nth-child(3) {
  top: 18px;
}

/* Açıldığında X'e dönüşsün */
.mobilmenu-toggle.active .bar:nth-child(1) {
  transform: rotate(45deg);
  top: 9px;
}

.mobilmenu-toggle.active .bar:nth-child(2) {
  opacity: 0;
}

.mobilmenu-toggle.active .bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 9px;
}
