@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: 'Gotham', sans-serif;
	background: #f8f7f7;
}


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

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

/* Track */
.scrollbar::-webkit-scrollbar-track {
  background: #F6F5F0; 
}
 
/* Handle */
.scrollbar::-webkit-scrollbar-thumb {
  background: #a1a1a1; 
}

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

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

.btn {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:60px;
	border-radius:30px;
	padding:0px 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}
.btn-gri {
	background:#F4F4F4;
	border:1px solid #F4F4F4;
	color:var(--anarenk);
}
.btn-gri:hover {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#F4F4F4;
}
.btn-kirmizi {
	background:var(--anarenk);
	border:1px solid var(--anarenk);
	color:#F4F4F4;
}
.btn-kirmizi:hover {
	background:#F4F4F4;
	border:1px solid #F4F4F4;
	color:var(--anarenk);
}
/*------------------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;
}

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

#header {
	position:relative;
	z-index:999;
	transition:all 0.3s ease;
}
#header.sabit {
	position:relative;
	transition:all 0.3s ease;
	background:#fff;
}
#header.heading {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:999;
	background:#fff;
}
#header .alan {
	display:flex;
	align-items:center;
	padding:19px 0px;
}
#header .alan .logo {
	margin-right:auto;
}
#header .alan .logo img {
	height:60px;
}

#header .menu {
	
}

#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: 300;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
}
#header .menu .link-item:hover {
    color: var(--anarenk);
}

#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 .sag {
	margin-left:40px;
}

#header .dil {
	display:flex;
	align-items:center;
	position:relative;
	z-index:101;
	margin-left:20px;
	height:100%;
}
#header .dil .default {
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	height:60px;
	border-radius: 30px;
	background: #FFFFFF;
	border: 1px solid #F4F4F4;
	text-transform:uppercase;
	padding:10px 30px;
}
#header .dil .default img {
	height:24px;
	border-radius:20px;
}
#header .dil .default i {
	color:#000;
	font-size:20px;
}
#header .dil .default span {
	padding:0px 5px;
	margin:0px 5px;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	border-left: 1px solid #F4F4F4;
}

#header .dil .acilan {
	position:absolute;
	top:100%;
	right:0px;
	width:100%;
	z-index:100;
	display:none;
	z-index:10000;
}
#header .dil .acilan .default {
	margin-top:10px;
	color: #2c2523;
}
#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 {
	max-width:100%;
	max-height:100%;
	width: 100%;
}

#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: 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 video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    margin-bottom: -3px;
}
@media (min-width: 768px){
#slider .swiper-slide:first-child .bilgi .kutu,
#slider .swiper-slide:first-child .bilgi .yazi1{
  display: none !important;
	}
}

#slider .item {
	position:relative;
	width:100%;
	height:calc(100vh - 100px);
	overflow:hidden;
}
#slider .item .anaresim {
	width:100%;
	height:100vh;
	object-fit:cover;
	margin-bottom:-3px;
}
#slider .item .bilgi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	align-items:flex-end;
	padding:100px 0px;
	z-index:5;
}
#slider .item .bilgi .yazi1 {
	font-weight: 400;
	font-size: 30.8901px;
	line-height: 40px;
	letter-spacing: -0.423635px;
	color: #fff;
}
#slider .item .bilgi .whatsapp {
	position:relative;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	height:50px;
	padding:0px 15px;
	border-radius:10px;
	font-size:20px;
	color:#fff;
	background:#25d366;
	margin-bottom:50px;
}
#slider .item .bilgi .whatsapp i {
	font-size:40px;
	margin-right:10px;
}
#slider .item .bilgi .kutu {
	position:relative;
	background: #F5F4F4;
	border-radius: 10px;
	padding:55px 55px 20px 30px;
}
#slider .item .bilgi .kutu:before {
	position:absolute;
	content:"";
	top:20px;
	right:20px;
	background:url('../img/icon/logo_ico.webp');
	background-size:contain;
	background-repeat:no-repeat;
	width: 40px;
	height: 40px;
	z-index:10;
	animation: logo-rotate 4.5s linear infinite;
	opacity: 0.5;
}
@keyframes logo-rotate{
      to{ transform: rotate(360deg); }
}
#slider .item .bilgi .kutu .kutuyazi {
	font-weight: 500;
	font-size: 30px;
	line-height: 34px;
	color: #000000;
	margin-bottom:30px;
}
#slider .item .bilgi .kutu .kutulink {
	font-weight: 400;
	font-size: 15px;
	line-height: 27px;
	text-decoration-line: underline;
	color: var(--anarenk);
}
#slider .slider-button-prev ,
#slider .slider-button-next 
{
	position:absolute;
	display:flex;
	align-items:center;
	justify-content:center;
	width:80px;
	height:80px;
	border-radius:50px;
	font-size:40px;
	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 
{
	left:170px;
	bottom:67px;
}
#slider .slider-button-prev 
{
	left:60px;
	bottom:67px;
}
/*------------------hakkimizda----------------------*/

#hakkimizda {
	position:relative;
	padding:100px 0px;
	background: #e8e8e8;
	z-index:20;
}
#hakkimizda .yazi0 {
	position: relative;
    display: flex;
    align-items: center;
    color: #2c2523;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 60px;
    height: 50px;
    border-left: 5px solid #e30613;
    padding-left: 15px;
}

#hakkimizda .yazi0 img {
    width: 70px;
    transform: translateY(-10px);
	user-select: none;
	pointer-events: none;
	filter: brightness(0.1);
}

@keyframes linePulse {
    0%   { width: 40%; }
    50%  { width: 50%; }
    100% { width: 40%; }
}
#hakkimizda .yazi1 {
    font-weight: 300;
    font-size: 25px;
    line-height: 40px;
    color: #2c2523;
    margin-bottom: 50px;
}
#hakkimizda .devam {
	display:inline-flex;
	align-items:center;
	font-weight: 300;
	font-size: 18px;
	line-height: 27px;
	color: #2c2523;
}
#hakkimizda .devam span {
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:60px;
	height:60px;
	border-radius:30px;
	background: var(--anarenk);
	font-size:30px;
	color:#fff;
	margin-left:20px;
}
#hakkimizda .resim {
    width: 100%;
    height: 500px;
    object-fit: contain;
	display: inline-block;
	animation: popcorn 5s cubic-bezier(0.4, 0, 0.2, 1) infinite;
	transform-origin: center center;
}

@keyframes popcorn {
  0% {
    transform: scale(1) rotate(0deg);
  }
  10% {
    transform: scale(1.08) rotate(2deg);
  }
  20% {
    transform: scale(0.98) rotate(-2deg);
  }
  30% {
    transform: scale(1.05) rotate(1deg);
  }
  40% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

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

#rakamlar {
	position:relative;
	z-index:20;
}
#rakamlar .ust {
	position:relative;
	padding:60px 0px;
	z-index:20;
}
#rakamlar .ust .yazi1 {
    color: #636769;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
}
#rakamlar .alt {
	position:relative;
	padding:60px 0px;
	border-top:1px solid #F4F4F4;
	border-bottom:1px solid #F4F4F4;
	z-index:20;
}

#rakamlar .rakam:before {
	content:"";
	top:20px;
	right:20px;
	background:url('../img/icon/logo_ico.webp');
	background-size:contain;
	background-repeat:no-repeat;
	width: 40px;
	height: 40px;
	z-index:10;
	opacity: 0.5;
}
#rakamlar .sayi {
	font-weight: 900;
	font-size: 70px;
	line-height: 50px;
	text-align: left;
	color: #000000;
	margin-bottom:20px;
}
#rakamlar .adi {
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	text-align: left;
	color: #8E9194;
}
#rakamlar .rakam {
  position: relative;
  padding: 60px 30px 20px 30px;
  border-left: 5px solid #e30613;
  border-bottom: 1px solid #e30613;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
}

#rakamlar .rakam .sayi,
#rakamlar .rakam .adi {
  transition: all 0.4s ease;
}

#rakamlar .rakam .sayi {
  display: inline-block;
  transform: scale(1);
}

#rakamlar .rakam .adi {
  opacity: 1;
  transform: translateY(0);
}

#rakamlar .rakam:hover .sayi {
  transform: scale(1.2); 
  color: #e30613;
}

#rakamlar .rakam:hover .adi {
  opacity: 0.7;
  transform: translateY(-5px);
}

/*------------------hatlar----------------------*/

#hatlar {
	position:relative;
	z-index:20;
}
#hatlar .baslik {
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
    margin: 60px 0px 0 0;
}
#hatlar .item {
	position:relative;
	display:flex;
	flex-wrap:wrap;
}
#hatlar .item .sol {
	position:relative;
	width:40%;
	min-height:500px;
	display:flex;
	align-items:center;
	justify-content:center;
	background: #F6F6F6;
	border-radius: 30px 0px 0px 30px;
}
#hatlar .item .sol .mak {
	max-width:80%;
}
#hatlar .item .sag {
	position:relative;
}
#hatlar .item .sag .yazi1 {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 20px;
    width: fit-content;
    background: #fff;
    padding: 5px 15px 5px 10px;
    border-radius: 15px 0 0 15px;
	display:none;
}
#hatlar .item .sag .anaresim {
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius: 0px 30px 30px 0px;
}
#hatlar .item .sag .kutu {
	direction: ltr;
	position:absolute;
	bottom: 0;
	left: 0;
	background: #F5F4F4;
	border-radius: 10px;
	padding: 30px;
	width: 100%;
	height: 100%;
	transform: translateY(100%);
    transition: ease-in-out all 0.5s;
}
#hatlar .item:hover .kutu{
    transition: ease-in-out all 0.5s;
    transform: translateY(0);
}

#hatlar .item .desc {
    color: #636769;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
}

#hatlar .item .sag .kutu .ust {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-direction: column;
    gap: 15px;
}
#hatlar .item .sag .kutu .ust .adi {
	font-weight: 700;
	font-size: 18px;
	line-height: 38px;
	letter-spacing: -0.03em;
	color: #000000;
	width: 100%;
}
#hatlar .item .sag .kutu .ust img {
	max-width:75px;
	max-height:40px;
}
#hatlar .item .sag .kutu .yazi1 {
	color: #636769;
	font-size: 35px;
	font-weight: 700;
	line-height: 40.7px;
	letter-spacing: -1.05px;
	margin-bottom:47px;
}
#hatlar .item .sag .kutu .yazi2 {
	font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-decoration-line: underline;
    color: #fff;
    padding: 5px 25px;
}

/* Slider genel alan */
.anasayfa-slider {
  width: 100%;
  padding: 40px 0;
  position: relative;
}

/* Slayt kartı */
.anasayfa-slider .swiper-slide {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 25px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.anasayfa-slider .swiper-slide:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}


.anasayfa-slider .sag img {
  width: 100%;
  height: 101%;
  object-fit: cover;
}

.anasayfa-slider .kutu {
  padding: 15px;
}

.anasayfa-slider .kutu .adi {
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin-bottom: 8px;
}

.anasayfa-slider .kutu .yazi1 {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}

.anasayfa-slider .kutu .yazi2 {
  display: inline-block;
  padding: 6px 12px;
  background: #e30613;
  color: #fff;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.anasayfa-slider .kutu .yazi2:hover {
  background: #b50510;
}

.anasayfa-slider .swiper-button-next,
.anasayfa-slider .swiper-button-prev {
  color: #e30613;
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.anasayfa-slider .swiper-button-next:after,
.anasayfa-slider .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

/* Genel table stili */
table {
  border: 5px solid #FFFFFF;
  background-color: #FAFAFA;
  width: 100%;!;!i;!;
  text-align: center;
  border-collapse: collapse;
  margin: 20px 0;
  border-radius: 8px;
  overflow: hidden;
}

/* Hücreler */
table td,
table th {
  border: 4px solid #FFFFFF;
  padding: 10px 5px;
}

/* Gövde hücreleri */
table tbody td {
  font-size: 16px;
  color: #888688;
  vertical-align: middle;
  transition: background 0.3s ease, color 0.3s ease;
}

/* Başlık alanı */
table thead {
  background: #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}

table thead th {
  font-size: 20px;
  font-weight: 600;
  color: var(--anarenk);
  text-align: center;
  border-left: 5px solid #EFEFEF;
  line-height: 30px;
}

table thead th:first-child {
  border-left: none;
}

/* Alt kısım */
table tfoot td {
  font-size: 14px;
  padding: 10px;
}

table tfoot .links {
  text-align: right;
}

table tfoot .links a {
  display: inline-block;
  background: var(--anarenk);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  transition: background 0.3s ease;
}

/*------------------teknoloji----------------------*/

#teknoloji {
	position:relative;
	z-index:20;
	padding:70px 0px;
	text-align:center;
}
#teknoloji .alan {
    display: flex;
    position: relative;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}

#teknoloji .alan .all {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	color: #e30613;
}

#teknoloji .alan .all i {
    margin-left: 15px;
    background: #fff;
    padding: 13px;
    border-radius: 100px;
    font-size: 25px;
}


#teknoloji .alan .baslik {
	font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 2px;
    text-align: center;
    color: #000000;
}
#teknoloji .item {
	display:flex;
	flex-direction:column;
	align-items:center;
	padding:30px 30px 30px 30px;
	border-radius: 24px;
	background: #e8e8e8;
	position: relative;
	height: 400px;
}
#teknoloji .item .logo {
	height: 350px;
	object-fit:contain;
	object-position:center;
	margin-bottom:40px;
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	border: 10px solid #f8f7f7;
    border-radius: 10px;
}
#teknoloji .item .sira {
	position: absolute;
	color: transparent;
	font-size: 250px;
	font-weight: 500;
	left: 20px;
	line-height: 200px;
	top: 20px;
	-webkit-text-stroke: 40px #f8f7f7;
}

#teknoloji .item .yazi1 {
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    left: 25px;
    bottom: 30px;
    border-left: 5px solid #e30613;
    padding-left: 15px;
}
/*------------------haberler----------------------*/

#haberler {
	position:relative;
	z-index:20;
	padding:85px 0px;
}
#haberler .sol {
	position:relative;
	z-index:20;
	padding:37px 68px;
	background:#000;
	border-radius:20px;
	height:100%;
	display:flex;
	flex-direction:column;
}
#haberler .sol .ust {
	display:flex;
	align-items:center;
	margin-bottom:57px;
	font-weight: 700;
	font-size: 35px;
	line-height: 39px;
	color: #FFFFFF;
}
#haberler .sol .ust img {
	width:63px;
	height:63px;
	object-fit:contain;
	object-position:center;
	margin-right:18px;
}
#haberler .sol .item .tarih {
	font-weight: 500;
	font-size: 16px;
	line-height: 39px;
	color: #FFFFFF;
	margin-bottom:16px;
}
#haberler .sol .item .baslik {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	height:96px;
	overflow:hidden;
	color: #FFFFFF;
	margin-bottom:43px;
}
#haberler .sol .item .link {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	text-decoration-line: underline;
	color: #FFFFFF;
}
#haberler .sol .butonlar {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	margin-top:auto;
	grid-column-gap:10px;
}
#haberler .sol .butonlar div {
	display:flex;
	align-items:center;
	justify-content:center;
	width:54px;
	height:54px;
	border-radius:30px;
	border:1px solid #fff;
	font-size:24px;
	color:#fff;
	transition:all 0.3s ease;
}
#haberler .sol .butonlar div:hover {
	background:#fff;
	color:#000;
}
#haberler .sag {
	position:relative;
	display:flex;
	flex-direction:column;
	height:100%;
	border-radius:20px;
	overflow:hidden;
}
#haberler .sag .resim {
	width:100%;
	height:100%;
	object-fit:cover;
}
#haberler .sag .adi {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	align-items:center;
	padding:90px 30px;
	font-weight: 700;
	font-size: 35px;
	line-height: 39px;
	color: #FFFFFF;
	background:rgba(0,0,0,0.2);
	transition:all 0.3s ease;
}
#haberler .sag:hover .adi {
	background:rgba(0,0,0,0.1);
}

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

#footer {
	position:relative;
	z-index:20;
	padding:50px 0px 0px 0px;
	border-top: 1px solid #a9a7a7;
}
#footer .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:10px;
}
#footer .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:22px;
	height:22px;
	font-size:20px;
	color:var(--anarenk);
}
#footer .bilgi .yazi {
	width:calc(100% - 22px);
	padding-left:10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #000000;
}

#footer .ortala {
	display:flex;
	flex-direction:column;
	justify-content: flex-start;
	height:100%;
}
#footer .sosyalbas {
	font-weight: 700;
	font-size: 40px;
	line-height: 49px;
	text-align: right;
	color: #000000;
	margin-bottom:80px;
}
#footer .sosyal {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	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: #2c2523;
	background: #F2F2F2;
}
#footer .sosyal a:hover {
	background: var(--anarenk);
	color: #fff;
}
#footer .menubas {
	display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-align: left;
    margin-bottom: 10px;
}
#footer .menulink {
    display: block;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
}
#footer .menulink:hover {
	padding-left:10px;
}
#footer .alt {
	padding:20px 0px;
	border-top: 1px solid #a9a7a7;
	margin-top:25px;
}
#footer .altic {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
#footer .altic .sol {
	width:25%;
}
#footer .altic .sol img {
	height:39px;
}
#footer .altic .copy {
	width:50%;
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	text-align:center;
	color: #000;
}
#footer .altic .copy span {
	color: var(--anarenk);
}
#footer .altic .anatolfav {
	width:25%;
	text-align:right;
}
/*------------------bread----------------------*/

#bread {
	position:relative;
	z-index:20;
	padding:15px 0px;
	border-bottom:1px solid #E8E8E8;
}
#bread .yazi1 {
	color: #636769;
	font-size: 30.89px;
	font-weight: 500;
	line-height: 39.539px;
	letter-spacing: -0.424px;
}
/*------------------kurumsal----------------------*/

#kurumsal {
	position:relative;
	z-index:20;
	padding:25px 0px;
	border-bottom:1px solid #E8E8E8;
}
#kurumsal .bolum1 {
	position:relative;
	z-index:20;
	padding:25px 0px;
}
#kurumsal .bolum1 .yazi1 h1 ,
#kurumsal .bolum1 .yazi1 h2 ,
#kurumsal .bolum1 .yazi1 h3 ,
#kurumsal .bolum1 .yazi1 h4 , 
#kurumsal .bolum1 .yazi1 h5  
{
	color: #636769;
	font-size: 30px;
	font-weight: 900;
	line-height: 40px;
	letter-spacing: -0.4px;
	margin-bottom:20px;
}
#kurumsal .bolum1 .yazi1 p  
{
    color: #636769;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 20px;
}
#kurumsal .bolum1 .resim {
	position:relative;
	display:block;
}
#kurumsal .bolum1 .resim img {
	width:100%;
	border-radius: 30px;
}
#kurumsal .bolum1 .resim span {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:30px;
	color: #FFF;
	font-size: 35px;
	font-weight: 700;
	line-height: 38.7px;
	text-align:center;
}
#kurumsal .bolum2 {
	position:relative;
	z-index:20;
	padding:25px 0px;
}
#kurumsal .bolum2: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: 50% auto;
    background-position: center center;
    animation: arkaplanHareketi 10s linear infinite alternate;
	z-index:-1;
	
}

#kurumsal .bolum2 .resim {
	width:100%;
	border-radius: 30px;
}
#kurumsal .bolum3 {
	position:relative;
	z-index:20;
	padding:25px 0px;
}
#kurumsal .bolum3 .yazi1 h1 ,
#kurumsal .bolum3 .yazi1 h2 ,
#kurumsal .bolum3 .yazi1 h3 ,
#kurumsal .bolum3 .yazi1 h4 , 
#kurumsal .bolum3 .yazi1 h5  
{
	color: var(--anarenk);
	font-size: 30.89px;
	font-weight: 900;
	line-height: 39.539px;
	letter-spacing: -0.424px;
	margin-bottom:20px;
}
#kurumsal .bolum3 .yazi1 p  
{
    color: #636769;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 20px;
}
/*------------------urunlerpage----------------------*/

#urunlerpage {
	position:relative;
	z-index:20;
}
#urunlerpage .ust  {
	position:relative;
	z-index:20;
	padding:25px 0px;
}
#urunlerpage .ust .item {
	display:flex;
	flex-direction:column;
	padding:20px;
	border-radius: 10px;
	grid-row-gap:15px;
	background: #F5F4F4;
	position: relative;
}
#urunlerpage .ust .item.active {
	background: var(--anarenk);
}
#urunlerpage .ust .item .icon {
    height: 35px;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
#urunlerpage .ust .item .icon img {
	max-width:100%;
	max-height:100%;
	display: none;
}
#urunlerpage .ust .item.active .icon img {
	filter:brightness(100);
	display: block;
}
#urunlerpage .ust .item .icon .sayac {
    color: #2c2523;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 45px;
    font-weight: 900;
    opacity: 0.1;
}
#urunlerpage .ust .item.active .icon .sayac {
	display: none;
}
#urunlerpage .ust .item .adi {
	color: #636769;
	font-size: 18px;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.75px;
	margin-bottom: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 22px);
}
#urunlerpage .ust .item.active .adi {
	color: #fff;
}

#urunlerpage .ust .item:hover {
    background: #f09398;
}

#urunlerpage .ust .item:hover .adi{
    color: #fff;
}

#urunlerpage .alt  {
	position:relative;
	z-index:20;
	padding:25px 0px;
	background:#F6F6F6;
}
#urunlerpage .alan {
    display: flex;
	z-index: 0;
    position: relative;
}
#urunlerpage .alt .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    border-radius: 10px;
    background: #FFF;
    transform: translateX(-30px);
    z-index: -1;
    padding: 30px 30px 30px 65px;
}
#urunlerpage .alt .item .adi {
    color: #636769;
    text-align: left;
    font-size: 25px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.3px;
    margin-bottom: 25px;
}
#urunlerpage .alt .item .desc {
    color: #636769;
    text-align: left;
    font-size: 19px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 0;
    max-height: 385px;
    overflow: auto;
}
#urunlerpage .alt .item .desc::-webkit-scrollbar {
  width: 4px;
}

#urunlerpage .alt .item .desc::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 3px;
}

#urunlerpage .alt .item .desc::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

#urunlerpage .alt .item .desc::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#urunlerpage .alt .alan .resim {
    width: 350px;
	min-height: 500px;
    height: 100%;
    object-fit: cover;
	border-radius: 30px;
	object-position: left;
}

.resimlerSwiper {
    background: #fff;
    height: 100%;
    border-radius: 10px;
}

.resimlerSwiper .resim {
    min-height: 500px;
    object-fit: cover;
    padding: 25px;
	max-height: 500px;
}

.resim-next,
.resim-prev {
    position: absolute;
    font-size: 35px;
    background: #fff;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 5px solid #00000020;
    border-top: 1px solid #00000020;
    border-bottom: 1px solid #00000020;
    transition: all ease-in-out 0.5s;
}

.resim-next{
	left: auto;
	right: 5px;
	border-right: 5px solid #00000020;
    border-top: 1px solid #00000020;
    border-bottom: 1px solid #00000020;
	border-left: 0;
}

.resim-prev:hover {
    border-left: 1px solid #00000020;
}

.resim-next:hover{
	border-right: 1px solid #00000020;
}


#urunlerpage .area {
    display: grid;
    grid-template-columns: 2fr 2fr;
    gap: 20px;
    margin: 50px 0;
}

#urunlerpage .area .infobox {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
	font-weight: 300;
    font-size: 15px;
}

#urunlerpage .area .infobox .baslik {
    font-weight: 700;
    margin-bottom: 20px;
    border-left: 5px solid #e30613;
    padding-left: 10px;
}

#urunlerpage.list .ust .item {
    height: 300px;
	margin: 10px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
	border-radius: 15px;
}

#urunlerpage.list .ust .item .icon {
    position: static; 
    transform: translateY(0);
}

#urunlerpage.list .ust .item .resim {
    position: absolute;
    right: 0;
    width: 35%;
    top: 0;
    height: 100%;
    transition: ease-in-out 0.5s all;
    object-fit: cover;
}


#urunlerpage.list .ust .item .adi {
    border-left: 5px solid #e30613;
    padding-left: 5px;
    transition: ease-in-out all 0.5s;
}

#urunlerpage.list .ust .item:hover .adi {
    color: #636769;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.75px;
    margin-bottom: 0;
    border-left: 50px solid #e30613;
    padding-left: 5px;
}

#urunlerpage.list .ust .item:hover {
    background: transparent;
}

#urunlerpage.list .desc {
    color: #636769;
    width: 60%;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
}

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

#urundetay {
	position:relative;
	z-index:20;
}
#urundetay .ust {
	position:relative;
	z-index:20;
	padding:25px 0px;
}
#urundetay .ust .sol {
	display:flex;
	flex-direction:column;
	height:100%;
	justify-content:center;
}
#urundetay .ust .sol .adi {
	display:inline-flex;
	border-radius: 10px;
	background: #F5F4F4;
	color: #e30613;
	font-size: 40px;
	font-weight: 700;
	line-height: 55px;
	letter-spacing: 0.55px;
	padding:0px 10px;
	margin-bottom:20px;
}
#urundetay .ust .sol .desc {
	color: #636769;
	font-size: 25px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.25px;
	margin-bottom:20px;
}
#urundetay .ust .sol .katalog {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-top:auto;
}
#urundetay .ust .sol .katalog img {
	width:76px;
	height:76px;
	object-fit:contain;
	object-position:center;
}
#urundetay .ust .sol .katalog div {
	width:calc(100% - 76px);
	padding-left:20px;
	color: #636769;
	font-size: 34.309px;
	font-weight: 700;
	line-height: 34.309px;
	letter-spacing: 0.343px;
}
#urundetay .ust .sol .katalog div small {
	display:block;
	color: #636769;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0.2px;
}
#urundetay .ust .resim {
	width:100%;
	aspect-ratio:1/1;
	max-height:700px;
	display:flex;
	align-items:center;
	justify-content:center;
}
#urundetay .ust .resim img {
	max-width:100%;
	max-height:100%;
}
#urundetay .alt  {
	position:relative;
	z-index:20;
	padding:25px 0px;
	background:#F6F6F6;
}
#urundetay .alt .yazi1 {
	color: #636769;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0.25px;
	margin-bottom:30px;
}
#urundetay .alt .yazi2 {
	color: #636769;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
	margin-bottom:30px;
}

/* table gunmak */
table.gunmakTable {
  border: 5px solid #FFFFFF;
  background-color: #FAFAFA;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.gunmakTable td, table.gunmakTable th {
  border: 4px solid #FFFFFF;
  padding: 20px 10px;
}
table.gunmakTable tbody td {
  font-size: 17px;
  color: #888688;
  vertical-align: middle;
}
table.gunmakTable thead {
  background: #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}
table.gunmakTable thead th {
  font-size: 20px;
  font-weight: 600;
  color: var(--anarenk);
  text-align: center;
  border-left: 5px solid #EFEFEF;
  line-height: 30px;
}
table.gunmakTable thead th:first-child {
  border-left: none;
}

table.gunmakTable tfoot td {
  font-size: 14px;
}
table.gunmakTable tfoot .links {
  text-align: right;
}
table.gunmakTable tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
/*------------------refpage----------------------*/

#refpage {
	position:relative;
	z-index:20;
	padding:25px 0px;
}
#refpage .item {
	position:relative;
	z-index:20;
	display:flex;
	flex-direction:column;
	height:calc(100% - 20px);
	margin-bottom:20px;
	border-radius: 10px;
	background:#F6F6F6;
	align-items:center;
}
#refpage .item .logo {
	width:50%;
	aspect-ratio:400/287;
	max-height:300px;
	object-fit:contain;
	object-position:center;
	margin:50px 0px;
}
#refpage .item .adi {
	width:100%;
	text-align:center;
	padding:15px;
	border-top:1px solid #fff;
	color: #636769;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}
#refpage .item .link {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-decoration-line: underline;
  color: var(--siyah);
}
#refpage .item .link:hover {
  text-decoration: none;
  color: var(--anarenk);
}
/*------------------blogpage----------------------*/

#blogpage {
	position:relative;
	z-index:20;
	padding:25px 0px;
}
#blogpage .item {
	position:relative;
	z-index:20;
	display:flex;
	flex-direction:column;
	height:calc(100% - 20px);
	margin-bottom:20px;
	border-radius: 10px;
	background:#F6F6F6;
	align-items:center;
}
#blogpage .item .logo {
	width: 100%;
	aspect-ratio: 400/287;
	max-height: 300px;object-fit: cover;
	object-position: center;
	margin: 0 auto;
	border-radius: 10px 10px 0px 0px;
}
#blogpage .item .baslik {
	width:100%;
	text-align:center;
	padding:15px;
	border-top:1px solid #fff;
	color: #636769;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}
#blogpage .item .tarih {
	width:100%;
	text-align:center;
	padding:15px;
	border-top:1px solid #fff;
	color: #636769;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: normal;
}
#blogpage .item .link {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  text-decoration-line: underline;
  color: var(--siyah);
}
#blogpage .item .link:hover {
  text-decoration: none;
  color: var(--anarenk);
}
/*------------------iletisimpage----------------------*/

#iletisimpage {
	position:relative;
	z-index:20;
	padding:25px 0px;
	background:#F6F6F6;
}
#iletisimpage iframe {
	position:relative;
	z-index:1;
	width:100%;
	height:600px;
}
#iletisimpage .bilgi {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin-bottom:10px;
	width: 50%;
}
#iletisimpage .bilgi .icon {
	display:flex;
	align-items:center;
	justify-content:center;
	width:22px;
	height:22px;
	font-size:20px;
	color:var(--anarenk);
}
#iletisimpage .bilgi .yazi {
    width: calc(100% - 22px);
    padding-left: 10px;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
#iletisimpage form {
	position:relative;
	z-index:10;
	padding:25px;
	border-radius:10px;
	background:#fff;
	margin-bottom:-70px;
}
#iletisimpage form .baslik {
	color: #636769;
	font-size: 30.89px;
	font-weight: 500;
	line-height: 39.539px;
	letter-spacing: -0.424px;
	margin-bottom:40px;
}
#iletisimpage form .form-control {
	height:50px;
	border-radius: 10px;
	background: #F6F6F6;
}
#iletisimpage form textarea.form-control {
	height:120px;
}

#iletisimpage .ust_alan {
    margin: 30px 0;
}

#iletisimpage .alan_alt {
    display: flex;
}



/***pagination****/
.page-item.active .page-link {
  background-color: var(--anarenk);
  border-color: var(--anarenk);
}
.page-link {
  color: var(--anarenk);
}
.page-link:hover {
  color: var(--anarenk);
}