


/* GENEL AYARLAR --------------------------------------------------------------------------------------------------------------- */

body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #0b0b0b;
}

::-webkit-scrollbar {
    width: 3px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #cecece;
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}


/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    display: flex;
    justify-content: space-between; /* Sol ve sağ kenara yasla */
    align-items: center;

    padding: 8px 30px;
    background: rgba(0, 0, 0, 0);
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.navbar.scrolled {
    background-color: #000000ac;
}

.nav-left {
    display: flex;
    align-items: center;
}

.nav-left .logo img {
    width: 140px;
    height: auto;
    display: block;
    pointer-events: none;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-right {
    display: flex;
    align-items: center;
}

.navbar a {
    white-space: nowrap;
    text-decoration: none;
}

.nav-right a {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #ececec;
    font-size: 14.3px;
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 15px 20px 15px;
}

.nav-right a:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-right a:hover,
.navbar a.active {
    color: #ececec77;
}


.nav-mobile {  
    display: none;
}

.mobile-nav-button {
    display: inline-block;
    cursor: pointer;
    z-index: 999;
}

.hamburger {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #cdcdcd;
    position: relative;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.hamburger::before,
.hamburger::after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background-color: #cdcdcd;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease, top 0.3s ease;
}

.hamburger::before {
    top: -8px;
}

.hamburger::after {
    top: 8px;
}

.hamburger.active {
    background-color: transparent;
}

.hamburger.active::before {
    transform: rotate(45deg);
    top: 0;
}

.hamburger.active::after {
    transform: rotate(-45deg);
    top: 0;
}


.mobile-nav-menu {
    position: fixed;
    top: -25%;
    left: 0;
    width: 100%;
    height: 25%;
    background-color: #11111181;
    overflow: hidden;
    opacity: 1;
    transition: all 0.4s ease;
    z-index: 500;
}

.mobile-nav-menu-buttons {
    margin-top: 18%;
}

.mobile-nav-menu-buttons a {
    display: block;
    padding: 6px 16px;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #cdcdcd;
    font-size: 22px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.mobile-nav-menu a:hover {
    color: #ffffff;
}

.mobile-nav-menu.open {
    display: block;
    top: 0;
}


@media (max-width: 768px) {
    .nav-left, .nav-right {
        display: none;
    }

    .navbar {
        padding: 30px 30px;
    }

    .nav-center {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(30%, -50%);
        z-index: 999;
    }

    .nav-center .logo img {
        width: 100px;
        margin-right: 35px;
    }


    /* Mobil Menü */
    .nav-mobile {
        display: flex;
        align-items: center;
        gap: 20px;
    }
}






/* HOME --------------------------------------------------------------------------------------------------------------- */






/* Video */
.video-container {
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 90px;
  height: 100vh;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  display: block;
  z-index: 1;
}

.video-container .fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #0b0b0b 100%);
  z-index: 2;
}

.slideshow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.8;
}

.slide-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.9s ease-in-out;
}

.slide-img.img1 { opacity: 0; }

.media-toggle {
  position: absolute;
  top: 10%;
  right: 18px;
  z-index: 30;
  background: rgba(0,0,0,0.55);
  color: #fff;
  border: 0;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  backdrop-filter: blur(6px);
  transition: transform .12s ease, background .12s ease;
}
.media-toggle:active { transform: scale(.98); }
.media-toggle:hover { background: rgba(0,0,0,0.65); }

.karsilama {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.karsilama img {
  width: 85%;
  height: auto;
  pointer-events: none;
}

.hosgeldiniz {
  position: absolute;
  top: 64%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
  z-index: 2;
  background-color: #0b0b0b95;
  padding: 20px 0;
}

.hosgeldiniz p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-size: 21px;
  color: #ffffff;
  text-align: center;

  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}





.card-section {
  padding: 30px 0;
  padding-bottom: 115px;
  background-color: #0b0b0b;
}

.cards-header { text-align: center; margin-bottom: 36px; }
.cards-header h2 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 34px;
  margin: 0px 0 8px;
  color: #f7f7f7;
  letter-spacing: 0.2px;
}
.cards-header p {
    color: #dddddd;
    margin: 0;
    opacity: 0.95;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  margin-top: 30px;
}

.card {
  max-width: 350px;
  flex: 1;
  text-decoration: none;
  color: #d3d3d3;
  background: #161616;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(0,0,0,0.4);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.card-text {
  padding: 20px 18px;
  text-align: center;
}

.card-text h3 {
    font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
  font-size: 20px;
  color: #fff;
}

.card-text p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.5px;
    font-size: 15px;
    line-height: 1.6;
    color: #bbb;
}

h1 {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #f3f3f3;
    margin-bottom: 40px;
}


.stats{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding: 40px 0;
  background: linear-gradient(90deg, #1a1a1a, #343434);
  color: white;
  padding-left: 150px;
}

.stat-items{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.stat-item {
  text-align: center;
}

.stat-item h2 {
  font-size: 55px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #DE0000;
  font-weight: 900;
}

.stat-items-div h1 {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #f3f3f3;
    margin-top: 0px;
    margin-bottom: 20px;
}

.stat-item p {
    margin-top: -15px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 0.5px;
  font-size: 18px;
  opacity: 0.9;
}

.divider {
    width: 1px;
    height: 80px;
    background-color: #ccc;
}

.stat-image img {
    height: 170px;
    width: auto;
}


@media (max-width: 768px) {
    .karsilama {
        top: 35%;
        left: 35%;
    }
    .karsilama img {
        width: 150%;
    }

    .hosgeldiniz {
        top: 64%;
    }
    
    .hosgeldiniz p {
        font-size: 13px;
        padding: 10px 2%;
    }

    .media-toggle { top: 10%; right: 12px; padding: 8px 10px; font-size: 15px; }




    .cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-top: 0;
        padding: 0px 0px;
        padding-bottom: 0px;
    }

    .card {
        margin-bottom: 20px;
    }

    .card-section {
        padding-bottom: 80px;
    }

    .cards-header h2 {
      font-size: 20px;
    }

    .cards-header p {
      font-size: 13px;
    }

    .stats{
        display: block;
        padding: 40px;
    }

    .stat-items{
        display: block;
        gap: 30px;
    }

    .stat-item {
        text-align: center;
    }

    .stat-item h2 {
        font-size: 45px;
    }

    .stat-items-div h1 {
        font-size: 19px;
    }

    .stat-item p {
        margin-bottom: 20px;
    }

    .divider {
        display: none;
    }

    .stat-image img {
        display: none;
    }
}


.works-section {
    position: relative;
  padding: 110px 0px 70px;
  background-color: #0b0b0b;
  color: #eef6ff;
  font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
}


.works-section::before {
  left: 0;
  background: linear-gradient(to right, #0b0b0b 60%, transparent);
}

.works-section::after {
  right: 0;
  background: linear-gradient(to left, #0b0b0b 60%, transparent);
}

.works-section .container { max-width: 1500px; margin: 0 auto; }

.works-header { text-align: center; margin-bottom: 36px; }
.works-header h2 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 34px;
  margin: 0px 0 8px;
  color: #f7f7f7;
  letter-spacing: 0.2px;
}

.works-header p {
  color: #dddddd;
  margin: 0;
  opacity: 0.95;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-size: 18px;
}

.works-container {
  position: relative;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.works-grid {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding-bottom: 15px; 
  margin-left: 30px;
  margin-right: 30px;
  
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.works-grid a{
  text-decoration: none;
}

.works-grid::-webkit-scrollbar {
  display: none;
}

.works-grid .work-card {
  flex: 0 0 32%;
  min-width: 300px;
  scroll-snap-align: start;
  text-decoration: none;
  background: #161616;
  border: 1px solid rgba(255,255,255,0.04);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .36s cubic-bezier(.2,.9,.2,1), box-shadow .28s;
  will-change: transform;
  outline: none;
  max-width: 500px;
  user-select: none;
}

.works-grid.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(122, 122, 122, 0.9);
  border: 1px solid #858585;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.15);
  transition: background-color 0.2s, transform 0.2s;
}

.nav-btn:hover {
  background-color: #d3d3d3;
  transform: translateY(-50%) scale(1.1);
}

.nav-btn svg {
  width: 28px;
  height: 28px;
  fill: #ffffff;
  transition: fill 0.2s;
}

.nav-btn:hover svg {
  fill: #000000;
}

#prev-btn {
  left: 0px;
}

#next-btn {
  right: 0px;
}

.nav-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  #prev-btn {
      left: 10px;
  }
  #next-btn {
      right: 10px;
  }
  .works-grid .work-card {
      flex-basis: 80%;
      min-width: 280px;
  }
}

/* Animasyon */
.works-grid-track {
  display: flex;
  gap: 22px;
  animation: slide 30s linear infinite;
  margin-top: 30px;
  margin-bottom: 30px;
}

@keyframes slide {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.card-media { width: 100%; height: 150px; overflow: hidden; display:flex; align-items:center; justify-content:center; user-select: none; }
.card-media img { width: 100%; height: 100%; object-fit: cover; display:block; transform-origin:center; transition: transform .6s; user-select: none; pointer-events: none; /* fare etkileşimlerini engeller */
  -webkit-user-drag: none;
  user-drag: none; }
.work-card:hover .card-media img { transform: scale(1.06); }

.card-body { padding: 18px 18px 12px; flex: 1 1 auto; }
.card-body h3 { margin: 0 0 8px; font-size: 16px; color: #fff; font-family: Verdana, Geneva, Tahoma, sans-serif;}
.card-body p { margin: 0; color: #ececec; opacity: 0.95; font-size: 14px; font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.5px; }

.card-footer { padding: 12px 18px; display:flex; justify-content: flex-end; align-items:center; border-top: 1px solid rgba(255,255,255,0.02); background-color: #3f3f3fa6; }
.badge {
  background: rgba(120, 0, 0, 0.259);
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.04);
  backdrop-filter: blur(4px);
  margin-left: 5px;
}

.works-cta { text-align:center; margin-top: 28px; }
.btn-primary {
  display:inline-block;
  background: linear-gradient(90deg,#ffd166,#ff9f1c);
  color:#001018;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration:none;
  font-weight:700;
  transition: transform .18s, box-shadow .18s;
  margin-top: 20px;
}

.btn-primary:hover {
  transform: scale(1.03);
}


@media (max-width: 992px) {
  .works-grid .work-card {
    flex: 0 0 45%;
    min-width: 260px;
  }
  .card-media { height: 140px; }
}

@media (max-width: 740px) {

  .works-section {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }

  .works-section::before,
  .works-section::after {
    display: none;
  }

  .works-header p {
    font-size: 14px;
    }

  .works-grid .work-card {
    flex: 0 0 80%;
    min-width: 220px;
  }

  .card-media { height: 160px; }
  .works-section { padding: 48px 0 70px; }

  .work-card {
    max-width: 250px;
  }

      .works-header h2 {
      font-size: 20px;
    }

    .works-header p {
      font-size: 13px;
    }
}




.why-section {
  padding: 50px 0;
  background-color: #0b0b0b;
  background-image: url("pictures/whyback.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: border-box;
}

.why-header { text-align: center; margin-bottom: 36px; }
.why-header h2 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 34px;
  margin: 0px 0 8px;
  color: #f7f7f7;
  letter-spacing: 0.2px;
}
.why-header p {
    color: #dddddd;
    margin: 0;
    opacity: 0.95;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.why-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  margin-top: 40px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.why-card  {
  max-width: 300px;
  height: 125px;
  flex: 1;
  text-decoration: none;
  background: #3e3e3e;
  border-radius: 5px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  display: flex;
  flex-direction: column;
}

.why-card h3 {
    color: #DE0000;
    margin-bottom: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    text-align: center;
}

.why-card p {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-top: 0px;
}







/* Footer */
html {
  scroll-behavior: smooth;
}

.site-footer {
  color: #fff;
  padding: 60px 0px 0px;
  font-family: Arial, sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: 2fr 1fr 0.5fr;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 21px;
}

.footer-container p {
  margin-bottom: 0;
}

.footer-col h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #DE0000;
}

.footer-col h3.right {
  text-align: right;
}

.footer-col p {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color .2s;
}

.footer-col ul li a:hover {
  color: #DE0000;
}

.social-links {
  text-align: right;
}

.social-links a {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  color: #ccc;
  transition: color .2s;
  text-decoration: none;
}

.social-links a:hover {
  color: #DE0000;
}

.footer-logo {
  margin-top: 150px;
  text-align: right;
}

.footer-logo img {
  margin-top: 20px;
  max-width: 200px;
}

.footer-bottom {
  margin-top: 40px;
  text-align: center;
  border-top: 1px solid #222;
  padding-top: 20px;
  font-size: 13px;
  color: #aaa;
  background: linear-gradient(90deg, #1a1a1a, #343434);
  padding-bottom: 20px;
}

.footer-bottom p {
  margin-bottom: 0px;
}

.author {
  color: #b1b1b1;
  text-decoration: dashed;
  transition: color 0.3s ease;
}

.author:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .footer-col h3.right {
  text-align: left;
}

.social-links {
  text-align: left;
}

.footer-logo {
  margin-top: 0px;
  text-align: center;
}

  .footer-col {
    padding-left: 10px;
}

  .footer-container {
    grid-template-columns: 1fr;
  }

  .why-cards {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 0;
  }

  .why-card  {
    margin-top: 20px;
  }

  .why-header h2 {
  font-size: 20px;
}
.why-header p {
    font-size: 13px;
}
}