﻿@import url(bootstrap.min.css);
@import url(owl.carousel.css);
@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap);
@import url(fa/css/all.min.css);
@import url(ekstra.css);

body {
  color: #222;
  font-size: 16px
}

::selection {
  color: white;
  background: #fe0102;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Inter Tight", sans-serif;
}

ul {
  list-style-type: none;
}

p,
ul {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

a {
  text-decoration: none;
  display: inline-block;
  outline: 0
}

a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0
}

img {
  max-width: 100%;
  display: inline-block;
  width: auto;
}


.baslik {
  margin: 0 0 30px 0;
  position: relative
}

.baslik:before {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 49px;
  height: 3px;
  background-image: url(../images/back-selected.webp)
}


.buton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #fe0102, #b60000);
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(254, 1, 2, 0.3);
}

.buton:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 8px 25px rgba(254, 1, 2, 0.45);
}

.buton span {
  position: relative;
  z-index: 2;
}


.buton::after {
  content: "";
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 22px;
  height: 22px;
  background: currentColor;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='m12 5 7 7-7 7'/></svg>") no-repeat center;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M5 12h14'/><path d='m12 5 7 7-7 7'/></svg>") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
  transition: transform 0.3s ease;
}

.buton:hover::after {
  transform: translateX(5px);
}

.buton .shine {
  position: absolute;
  inset: 0;
  top: -2px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.35), transparent);
  transform: translateX(-200%) skewX(-12deg);
  transition: transform 1s ease;
  z-index: 1;
}

.buton:hover .shine {
  transform: translateX(200%) skewX(-12deg);
}


.animate {
  opacity: 0;
  transition: all 0.8s ease-out;
}
.animate.fade-up {
  transform: translateY(40px);
}

.animate.fade-down {
  transform: translateY(-40px);
}

.animate.fade-left {
  transform: translateX(-40px);
}

.animate.fade-right {
  transform: translateX(40px);
}

.animate.show {
  opacity: 1;
  transform: translate(0, 0);
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/favicon.webp)
}

.footer-telefon {
  position: fixed;
  z-index: 99;
  left: 2%;
  bottom: 1%;
  width: 60px;
  height: 60px
}

.footer-telefon.left {
  left: 80px
}

.footer-telefon .footer-telefon-btn {
  background: #dca23b;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
  -webkit-transform-origin: center;
  transform-origin: center;
  position: relative;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 1.6em;
  color: #fff;
  z-index: 1;
  display: block;
  transition: all 0.3s ease;
}

.footer-telefon .footer-telefon-btn:hover {
  background: #333333
}

.footer-telefon .ripple,
.footer-telefon .ripple:before,
.footer-telefon .ripple:after {
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #dca23b59;
  top: 0;
  height: 60px;
  position: absolute;
  width: 60px
}

.footer-telefon .ripple:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  top: 0
}

.footer-telefon .ripple:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
  top: 0
}


.footer-whatsapp {
  position: fixed;
  z-index: 99;
  right: 2%;
  bottom: 1%;
  width: 60px;
  height: 60px
}

.footer-whatsapp.left {
  left: 80px
}

.footer-whatsapp .footer-whatsapp-btn {
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
  -webkit-transform-origin: center;
  transform-origin: center;
  position: relative;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 1.6em;
  color: #fff;
  z-index: 1;
  display: block;
  transition: all 0.3s ease;
}

.footer-whatsapp .footer-whatsapp-btn:hover {
  background: #128c7e
}

.footer-whatsapp .ripple,
.footer-whatsapp .ripple:before,
.footer-whatsapp .ripple:after {
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #128c7e;
  top: 0;
  height: 60px;
  position: absolute;
  width: 60px
}

.footer-whatsapp .ripple:before {
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  top: 0
}

.footer-whatsapp .ripple:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  content: "";
  position: absolute;
  top: 0
}


.footer-telefon svg,
.footer-whatsapp svg {
  vertical-align: inherit !important;
  width: 26px;
  height: 26px;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 50px rgba(94, 188, 231, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(94, 188, 231, 0)
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 50px rgba(94, 188, 231, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(94, 188, 231, 0)
  }
}

.mainmenu-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: transparent;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  animation: menu_sticky .6s ease-out;
  transition: background 0.5s ease, backdrop-filter 0.5s ease, -webkit-backdrop-filter 0.5s ease;
}


@-webkit-keyframes menu_sticky {
  0% {
    margin-top: -100px
  }

  50% {
    margin-top: -90px
  }

  100% {
    margin-top: 0
  }
}

@keyframes menu_sticky {
  0% {
    margin-top: -100px
  }

  50% {
    margin-top: -90px
  }

  100% {
    margin-top: 0
  }
}

.navbar {
  padding: 10px 0;
}

.navbar-brand img {
  height: 50px;
}

.logo-ic { display: none; }
.ic-sayfa .logo { display: none; }
.ic-sayfa .logo-ic { display: inline-block; }

.scrolled .logo-ic {display:none!important;}
.scrolled .logo {display:inline-block!important;}


.navbar-nav .nav-link {
  font-size: 17px;
  position: relative;
  color: #fff;
  font-weight: 400;
  padding: 8px 12px;
  margin: 0 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.ic-sayfa .navbar-nav .nav-link{color:#000}

.navbar-nav .nav-link:hover {
  background: rgba(254, 1, 2, 0.2);
}
.ic-sayfa .navbar-nav .nav-link:hover {
  background: #fe0102;
  color:#fff
}

.mainmenu-area.scrolled .navbar-nav .nav-link {
  color:#fff;
}
.mainmenu-area.scrolled {
  background: rgb(2, 3, 3, 0.9);
}


.navbar-nav .active .nav-link::before {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 12px;
  width: 49px;
  height: 3px;
  background-image: url(../images/back-selected.webp);
  margin-left:0;
  border:0;
}

.navbar-nav .nav-link::before {
  transition: all 0.3s ease;
}

.dropdown-menu {
  background: rgb(2, 3, 3, 0.9) !important;
  border: none;
  border-radius: 10px;
  padding: 0;
  margin-top: 5px;
  min-width: 250px;
}

.dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 15px;
  transition: all .3s ease;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
  background: rgba(254, 1, 2, 0.2) !important;
  color: #fff;
  border-radius: 10px;
}

.ic-sayfa .dropdown-menu .dropdown-item:hover,
.ic-sayfa .dropdown-item:active,
.ic-sayfa .dropdown-item:focus {
  background: #fe0102 !important;
  color: #fff;
  border-radius: 10px;
}

.nav-item.dropdown>.show .dropdown-menu {
  display: block;
}

.navbar-toggler {
  border: none;
  outline: none;
  padding: .25rem .5rem;
}

.navbar-toggler-icon {
  position: relative;
  width: 28px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  transition: background-color .3s ease, transform .3s ease;
  background-image: none !important;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 28px;
  height: 2px;
  background-color: #fff;
  transition: transform .3s ease, top .3s ease, opacity .3s ease;
}

.navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler-icon::after {
  top: 8px;
}

.navbar-toggler.open .navbar-toggler-icon {
  background-color: transparent;
}

.navbar-toggler.open .navbar-toggler-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.navbar-toggler.open .navbar-toggler-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.main-slider {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.main-slider .swiper-slide {
  position: relative;
  height: 90vh;
}

.main-slider video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.slide-caption {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  width: 90%;
  max-width: 900px;
  opacity: 0;
  background: transparent;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: opacity 0.8s ease;
}

.swiper-slide-active .slide-caption {
  opacity: 1;
}

.slide-caption h2,
.slide-caption p {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.swiper-slide-active .slide-caption h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.swiper-slide-active .slide-caption p {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.slide-caption h2 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.slide-caption p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}


.swiper-button-prev,
.swiper-button-next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.5);
  transform: scale(1.08);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.swiper-pagination {
  bottom: 25px !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 5px !important;
}

.swiper-pagination-bullet:hover {
  transform: scale(1.3);
  background: rgba(255, 255, 255, 0.8);
}

.swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.4);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
}


.logo-slider {
    width: 100%;
    padding: 40px 0;
}

.logo-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
}

.logo-slider .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: filter 0.3s;
    opacity: 0.7;
}

.logo-slider .swiper-slide img:hover {
    filter: grayscale(0%);
    opacity: 1;
}


.logo-slider .swiper-pagination {
  bottom:10px !important;
}

.logo-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(48, 48, 48, 0.5);
  opacity: 1;
  transition: all 0.3s ease;
  margin: 0 5px !important;
}

.logo-slider .swiper-pagination-bullet:hover {
  transform: scale(1.3);
  background: rgba(15, 15, 15, 0.8);
}

.logo-slider .swiper-pagination-bullet-active {
  background: #111111;
  transform: scale(1.4);
  box-shadow: 0 0 8px rgba(23, 23, 23, 0.5);
}




.about-section {
  overflow: hidden;
}

.about-section .col-md-6:first-of-type {
  border-right: 1px solid #e2e2e2;
}

.about-image-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.about-image-box {
  position: relative;
  padding-right: 40px;
  margin-right: 0;
}

.about-image-box img {
  transition: transform 2.5s ease;
  width: 100%;
  height: auto;
  display: block;
}

.about-image-box:hover img {
  transform: scale(1.05);
}

.about-image-box .text-box {
  position: absolute;
  top: 0;
  right: 0;
}

.about-image-box .text-box h5 {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 20px;
  transform: rotate(90deg);
  top: 85px;
  right: -120px;
  z-index: 1;
  transition: all 0.4s ease;
}

.about-image-box .text-box h2 {
  position: absolute;
  display: inline-block;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  background: #fff;
  padding: 13px 43px 13px 20px;
  border-radius: 20px;
  right: 0;
  top: 20px;
  text-align: center;
  transition: all 0.7s ease;
}

.about-image-box:hover .text-box h2 {
  background: transparent;
  transform: scale(1.05);
  color: #fff;
  font-size: 65px;
}

.about-image-box:hover h5 {
  color: #ffffff;
  transform: rotate(0deg);
  right: 47px;
  top: 120px;
  font-size: 22px;
}

.about-text {
  padding: 120px 0 120px 40px;
}

.about-text h1 {
  font-size: 35px;
  font-weight: 600;
}

.about-text p {
  font-size: 17px;
  font-weight: 400;
  transition: all 0.7s ease;
  margin-bottom: 1.4rem;
}

.about-text p:hover {
  transform: scale(1.03) !important;
}

.parallax {
  position: relative;
  padding: 141px 0;
}

.parallax .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  animation: parallaxDrift 30s ease-in-out infinite alternate;
  will-change: background-position;
}

@keyframes parallaxDrift {
  0% {
    background-position: center top;
  }

  50% {
    background-position: center center;
  }

  100% {
    background-position: center bottom;
  }
}


.parallax-about {
  position: relative;
  padding: 141px 0;
  overflow: hidden;
}

.parallax-about .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.parallax-about .image:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.25;
  pointer-events: none;
}



.parallax .content, .parallax-about .content {
  background: transparent;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.parallax .content h3, .parallax-about .content h3 {
  font-size: 17px;
  color: #ffffff;
}

.parallax .content h2, .parallax-about .content h2 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 600;
}

.parallax .content hr, .parallax-about .content hr {
  border: 1px solid #fe0102;
  opacity: 1;
  margin: 2rem 0;
}

.parallax .content p, .parallax-about .content p {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 2rem;
}

.products {
  overflow: hidden;
  position: relative;
  background-color: #f9fafb;
}

.products .item {
  padding-bottom: 30px;
}

.products .item a {
  width: 100%;
}

.products .item .image_holder {
  position: relative;
  overflow: hidden;
}

.products .item .image_holder figure {
  margin: 0;
}

.products .item .image_holder .overlay {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .3);
  padding: 14px;
  transform: scale(0);
  transition: all .5s ease;
}

.products .item:hover .overlay {
  transform: scale(1);
}

.products .item .image_holder .inner {
  top: 50%;
  position: relative;
  margin-top: -35px;
  text-align: center;
}

.products .item .image_holder .inner i {
  font-size: 20px;
  color: #fff;
  line-height: 42px;
  width: 45px;
  height: 42px;
  border: 1px solid #fff;
}

.products .item:hover .image_holder h4 {
  bottom: 0;
}

.products .image_holder h4 {
  background: transparent;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #fff;
  display: block;
  font-weight: 500;
  height: 40px;
  left: 0;
  padding-top: 10px;
  position: absolute;
  text-align: center;
  transition: all .5s ease;
  width: 100%;
  bottom: 0;
  font-size: 17px;
  z-index: 2;
}

.products .item:hover h4 {
  background: #fe0102;
}

.products .item .image_holder figure img {
  width: 100%;
  transition: transform 1s ease, filter 1s ease;
}

.products .item:hover .image_holder figure img {
  transform: scale(1.08);
  filter: blur(2px);
}

.products .item .favicon-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 3;
  pointer-events: auto;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.products .item:hover .favicon-link {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.products .item .favicon-link img {
  width: 50px;
  height: 50px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.products .item .favicon-link:hover img {
  transform: scale(1.15);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.products .aciklama p{font-size:18px;}

.referans img{width:240px;padding:10px;}

.referans-list {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.referans-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  background-color: #fcfcfc;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.referans-table thead {
  background-color: #222222;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.referans-table th,
.referans-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.referans-table tbody tr {
  transition: all 0.3s ease;
}

.referans-table tbody tr:hover {
  background-color: #222222;
  color: #fff;
  transform: scale(1.01);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.referans-table td:nth-child(3),
.referans-table td:nth-child(4),
.referans-table th:nth-child(3),
.referans-table th:nth-child(4) {
  text-align: center;
}

/* Mobil uyum */
@media (max-width: 768px) {

  .referans-table thead {
    display: none;
  }

  .referans-table,
  .referans-table tbody,
  .referans-table tr,
  .referans-table td {
    display: block;
    width: 100%;
  }

  .referans-table tr {
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 10px;
  }

  .referans-table td {
    padding: 4px 8px;
    text-align: left!important;
    border-bottom: none;
    position: relative;
  }

  .referans-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #2f122b;
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
  }
}



.image_holder2 {
  position: relative;
  overflow: hidden;
}

.image_holder2 .favicon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
  pointer-events: none;
}

.image_holder2:hover .favicon-overlay {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
}

.image_holder2 .favicon-overlay img {
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.15);
  padding: 6px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image_holder2 .favicon-overlay img:hover {
  transform: scale(1.15);
  box-shadow: 0 0 10px rgba(255,255,255,0.3);
}



.page-banner {
  padding: 200px 0;
  margin-top: 80px;
  text-align: center;
  color: #fff;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;

  background-attachment: fixed;
}

.page-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2);
  z-index: 0
}

.page-banner .content h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
  z-index: 1
}

.breadcrumb {
  padding:8px 15px;
  margin:0;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  font-size: 15px;
}

.breadcrumb>li a{
  font-size: 15px;
  color:#222222;
  font-weight:500;
}

.breadcrumb>li last{
  font-size: 15px;
  color:#000000;
}


.breadcrumb>li+li:before {
  content: "●";
  color: #fe0102;
  padding: 0 8px;
}

.kurumsal{background-color: #f6f6f6;}

.kurumsal .title p{
  color:#222222;
  font-size:23px;
}
.kurumsal .title h2{
  color:#fe0102;
  font-size:40px;
  font-weight: 600;
}

.kurumsal .card {
  position: relative;
  overflow: hidden;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
  height: 100%;
  transition: all 0.3s ease;
  transform: scale(1);
  background-color: #fff;
}

.kurumsal .card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/favicon.webp) no-repeat center;
  background-size: 100px auto;
  opacity: 0.1;
  z-index: 0;
}

.kurumsal .card > * {
  position: relative;
  z-index: 1;
}

.kurumsal .card h3 {
  font-size: 23px;
  margin: 7px 0;
}

.kurumsal .card:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}


.footer {
  background: #222;
  color: #fff;
}

.footer img {
  width: 200px;
  max-width: 100%;
}

.footer p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 27px
}

.footer .footer-right {
  background-color: #252525;
  background-image: url(../images/back-footer.webp);
  background-position: center;
}

.footer-bottom {
  background: #333;
  color: #d1d1d1;
  padding: 20px 0 20px
}

.footer-bottom .copyright-text {
  font-weight: 400;
  font-size: 14px;
  color: #fff
}


.contact-info {
  color: #fff;
  padding: 20px;
  line-height: 1.6;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.contact-list a {
  color: #fff;
  text-decoration: none;
  transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
}

.contact-list a:hover {
  color: #fe0102;
  text-decoration: none;
  padding: 0 0 0 10px;
}

.contact-list i {
  font-size: 18px;
  color: #fe0102;
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.social-icons {
  display: flex;
  gap: 8px;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-color: #fe0102;
  color: #fff;
  font-size: 16px;
  border-radius: 2px;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.social-icons a:hover {
  background-color: #fff;
  color: #fe0102;
}


.contact-section {
  /* background: #2f122b; */
  color: #000;
  text-align: center;
  border-radius: 10px;
  padding: 50px 20px;
}

.contact-box {
  background: rgb(0 0 0 / 5%);
  border-radius: 8px;
  padding: 25px 15px;
  transition: all 0.4s ease;
}

.contact-box i {
  font-size: 32px;
  color: #fe0102;
  margin-bottom: 15px;
  transition: all 0.4s ease;
}

.contact-box h5 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #222222;
  letter-spacing: 0.5px;
}

.contact-box a {
  color: #222222;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact-box a:hover {
  color: #fe0102;
}

.contact-box:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.contact-box:hover i {
  color: #222222;
  transform: scale(1.1);
}

/* Sosyal ikonlar */
.contact-icons {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.contact-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: #fe0102;
  color: #fff;
  font-size: 18px;
  border-radius: 50%;
  transition: all 0.4s;
}

.contact-icons a:hover {
  background: #fff;
  color: #fe0102;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .contact-box {
    margin-bottom: 25px;
  }
}



.footer-right {
  padding: 10px;
}

.footer-right .baslik {
  font-weight: 600;
}

.footer-right ul {
  list-style: none;
  padding: 0;
}

.footer-right ul li {
  border-bottom: 1px dashed rgba(102, 102, 102, 0.3);
}

.footer-right ul li{
    padding: 7px 0;
}
.footer-right ul li,
.footer-right ul li a {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #fff;
  width: 100%;
}

.footer-right ul li:hover a{
  color: #fe0102;
}

.footer-right ul li:hover {
  color: #fe0102;
  padding-left:7px;
}


.scroll-top {
  position: relative;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #222222;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 99;
}

.scroll-top:hover {
  background: #fe0102;
  border-color: rgba(254, 1, 2, 0.5);
  transform: translateX(-50%) scale(1.1);
  box-shadow: 0 0 15px rgba(254, 1, 2, 0.4);
}

.scroll-top i {
  font-size: 15px;
  color: #fff;
}


@media (max-width: 991.98px) {

.logo-ic { display: none; }
.ic-sayfa .logo { display: inline-block; }
.ic-sayfa .logo-ic { display:none; }
.ic-sayfa .navbar-nav .nav-link {color: #fff;}

.main-slider {
  padding-top: 60px;
}

.mainmenu-area{
  background: rgb(2, 3, 3, 0.9);
}

.mainmenu-area.scrolled .navbar-nav .nav-link {
  color:#fff;
}
  .page-banner{
      background-size: auto;
      background-position: 50% 0;
  }

  .navbar-collapse {
    padding: 10px 0;
  }

  .navbar-nav .nav-link {
    display: block;
    padding: 12px;
    border: none;
  }

  .dropdown-menu {
    background: rgba(0, 0, 0, 0.8);
    border-top: none;
    margin: 0 15px;
    border-radius: 0;
  }

  .dropdown-menu .dropdown-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .navbar-nav .nav-link {
    border-radius: 0;
    text-align: left;
  }

  .navbar-nav .nav-link.active::after {
    display: none;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .slide-caption {
    top: 75%;
  }

  .slide-caption p {
    font-size: 18px;
  }

  .slide-caption h2 {
    font-size: 22px;
  }

  .about-text {
    padding: 0 0 120px;
  }

  .about-section .col-md-6:first-of-type {
    border-right: 0;
  }

  .about-image-section {
      padding-top: 80px;
      padding-bottom: 80px;
  }

}