:root{
  --accent: #ff6b3d;
  --accent-dark: #e85a2a;
  --bg: #0f1720;
  --muted: #6b7280;
  --card: #ffffff;
}

body {
  background-color: #dbdbd6; /* Altın sarısı */
}


.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
}

/* Logo + Site adı */
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo {
   background: #fff;
  color: #fff;
  height: 100%;
}

.site-name {
  font-size: 30px;
  font-weight: 600;
}

/* Menü (masaüstü) */
.nav-menu {
  display: flex;
  gap: 10px;
  list-style: none;
}

/* Menü linkleri buton gibi */
.nav-menu li a {
  padding: 8px 16px;
  background-color: #e85a2a;
  border: 2px solid #000000;
  border-radius: 5px;
  text-decoration: none;
  color: #ffffff;
  transition: all 0.3s ease;
}

.nav-menu li a:hover {
  background: #000;
  color: #fff;
}

/* Hamburger */
.hamburger {
  display: none;
  font-size: 28px;
  cursor: pointer;
}

/* Mobil */



@media (max-width: 768px) {
  .hamburger {
    display: block;
  }

  .site-name {
    display: none;
  }

  .nav-menu {
    display: none;
    width: 100%;
    flex-direction: column;
    margin-top: 12px;
  }

  .nav-menu.active {
    display: flex;
  }

  /* Mobilde buton çerçevesini kapat */
  .nav-menu li a {
    border: none;
    padding: 12px 0;
  }
  
}






/* HEADER */
.top-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Sol hizalama */
  gap: 100 px; /* Logo ile yazı arası boşluk */
  padding: 10 px 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 00px; /* Logo ile h1 arasındaki boşluk */
}

.brand h1 {
  font-size: 25px;
  margin: 0;
  line-height: 1.2; /* Tek satır yüksekliği */
}

.nav a{margin-left:18px; text-decoration:none; color:#223; font-weight:300}
.nav .btn{background:var(--accent); color:white;  text-decoration:none}

/* NAV */
.nav {
  margin-left: 20px; /* Navbarı sola biraz kaydır */
  
}


.nav a.btn {
  margin-left: 10px;
  padding: 8px 14px;
  border-radius: 8px;
}

* KAYAN YAZI */
.hero{position:relative; padding:12px 0 40px}
.slider {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  height: 70vh;        /* masaüstü */
  max-height: 800px;  /* üst sınır */
}

.slide{position:absolute; inset:0; background-size:cover; background-position:center; display:flex; align-items:center; transition:transform .8s cubic-bezier(.22,.9,.18,1), opacity .6s; opacity:0; transform:translateX(30px)}
.slide.active{opacity:1; transform:translateX(0)}
.slide-content{background:linear-gradient(90deg, rgba(5,10,15,0.6), rgba(5,10,15,0.15)); color:white; padding:28px; border-radius:0px; margin-left:6%; max-width:480px}
.slide-content h2{font-size:26px; margin:0 0 8px}
.cta{display:inline-block; margin-top:12px; background:var(--accent); padding:10px 16px; color:white; border-radius:0px; text-decoration:none}
.slider-btn{position:absolute; top:50%; transform:translateY(-50%); background:rgba(0,0,0,0.5); color:rgb(255, 255, 255); border:none; width:44px; height:44px; border-radius:0px; cursor:pointer}

@media (max-width: 768px) {
  .slider {
    height: 40vh;
    max-height: 420px;
  }

  .slide-content {
    margin-left: 4%;
    padding: 16px;
    max-width: 90%;
  }

  .slide-content h2 {
    font-size: 18px;
  }
}









/* sections */
.section{padding:56px 0}
.gray{background:#f7f9fb}
.section h2{font-size:22px; margin-bottom:20px}

@media (max-width: 992px) {
  .section {
    padding: 40px 16px;
  }

  .section h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

@media (max-width: 576px) {
  .section {
    padding: 28px 14px;
  }

  .section h2 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px;
  }
}









/* Grid */
.grid{display:grid; grid-template-columns:repeat(3,1fr); gap:20px}
.card{background:var(--card); border-radius:12px; box-shadow:0 6px 18px rgba(15,23,42,0.06); overflow:hidden; display:flex; flex-direction:column}
.card img{width:100%; height:180px; object-fit:cover}
.card h3{margin:14px; font-size:16px}
.card p{margin:0 14px 14px; color:var(--muted); font-size:14px}
.card-actions{display:flex; justify-content:space-between; align-items:center; margin:0 14px 14px} /* detay butonu */
.price{font-weight:700; color:#111}

/* services */
.grid-3{display:grid; grid-template-columns:repeat(3,1fr); gap:18px}
.service{background:white; padding:20px; border-radius:10px; box-shadow:0 6px 18px rgba(15,23,42,0.04)}

/* about */

.about{display:grid; grid-template-columns:1fr 1fr; gap:100px; align-items:center}

/* footer */
.footer{background:#0b1220; color:#cbd5e1; padding:28px 0}
.footer-grid{display:grid; grid-template-columns:1fr 1fr; gap:20px}
.footer a{color:inherit; text-decoration:none}
.copyright{text-align:center; margin-top:12px; color:#94a3b8}

/* WhatsApp button */
.whatsapp{position:fixed; right:40px; bottom:40px; background:#25D366; color:white; padding:20px 24px; border-radius:50px; text-decoration:none; font-weight:700; box-shadow:0 8px 20px rgba(37,211,102,0.2)}

/* Responsive */
@media (max-width:900px){
  .grid, .grid-3{grid-template-columns:repeat(2,1fr)}
  .about{grid-template-columns:1fr}
  .slide-content{max-width:320px}
}
@media (max-width:600px){
  .container{width:95%}
  .nav{display:none}
  .grid, .grid-3{grid-template-columns:1fr}
  .slider-btn{width:36px; height:36px}
  .slide-content h2{font-size:20px}
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}





.slider {
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
















