

        
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #EDF3F0;

}

/* Navbar */


.slider {
           
    height: 550px;
}

/* Ürün Listesi */
.product-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}
.product-tabs button {
    padding: 10px 20px;
    border: 1px solid #198754;
    background-color: #EDF3F0;
    cursor: pointer;
    transition: all 0.3s;
}
.product-tabs button:hover {
    background-color: #198754;
    color: #EDF3F0;
}

/* Ürün Açıklaması */
.product-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    text-align: left;
}
.product-details img {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-right: 20px;
}
.product-details .description {
    flex: 1;
    max-width: 500px;
}
.product-details .description h2 {
    text-align: left;
}
.product-details .description p {
    text-align: left;
    margin-top: 10px;
}
.product-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}
.product-tab-item {
    border: 1px solid #198754;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #EDF3F0;
    color: #198754;
    cursor: pointer;
    transition: all 0.3s;
}
.product-tab-item:hover {
    background-color: #198754;
    color: #EDF3F0;
}

/* Ürün Açıklaması */
.product-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    text-align: left;
}
.product-details img {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-right: 20px;
}
.product-details .description {
    flex: 1;
    max-width: 500px;
}
.product-details .description h2 {
    text-align: left;
}
.product-details .description p {
    text-align: left;
    margin-top: 10px;
}

/* Tabs Section */
.tabs {
    margin: 20px auto;
    max-width: 1000px;
}
.tabs-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.tabs-header button {
    flex: 1;
    padding: 20px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}
.tabs-header button.active {
    background-color: #198754;
    color: #fff;
    border-radius: 5px;
}
.tabs-content {
    padding: 20px;
}
.tabs-content div {
    display: none;
}
.tabs-content div.active {
    display: block;
}

/* Proje Galerisi */
.gallery {
    justify-content: center;
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px;
}
.gallery img {
    
    max-width: 500px;
    width: 100%;
    height: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-details {
        flex-direction: column;
        text-align: center;
    }
    .product-details img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .gallery {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.kurumsal-buttons {
display: flex; /* Alt menü elemanlarının düzeni */
flex-direction: column; /* Dikey hizalama */
background-color: #fff; /* Arka plan rengi */
border: 1px solid #ddd; /* Kenar çizgisi */
padding: 10px; /* İçerik boşluğu */
}
.kurumsal-buttons button {
width: 100%; /* Buton genişliği */
padding: 10px; /* İçerik boşluğu */
margin-bottom: 5px; /* Butonlar arası boşluk */
text-align: left; /* Yazının hizası */
border: none; /* Kenarlık yok */
background-color: #f7f7f7; /* Varsayılan arka plan rengi */
cursor: pointer; /* İmleç değişimi */
}
.kurumsal-buttons button:hover {
background-color: #ddd; /* Hover durumu */
}
.nav-link:hover + .kurumsal-buttons {
display: block; /* Alt menüyü görünür yap */
}
.kurumsal-buttons {
display: none; /* Varsayılan olarak gizli */
position: absolute; /* Konumunu sabitle */
z-index: 10; /* Üstte görünmesini sağla */
}

@media (max-width: 768px) {
.kurumsal-buttons {
position: static; /* Mobilde tam genişlik */
width: 100%; /* Tam genişlik */
}
.kurumsal-buttons button {
text-align: center; /* Ortala */
}
}
/* Ana menü hover durumunda alt menü görünsün */
.nav-link:hover + .kurumsal-buttons,
.kurumsal-buttons:hover {
display: block;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #EDF3F0;

}

/* Navbar */





/* Ürün Listesi */
.product-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}
.product-tabs button {
    padding: 10px 20px;
    border: 1px solid #198754;
    background-color: #EDF3F0;
    cursor: pointer;
    transition: all 0.3s;
}
.product-tabs button:hover {
    background-color: #198754;
    color: #EDF3F0;
}

/* Ürün Açıklaması */
.product-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    text-align: left;
}
.product-details img {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-right: 20px;
}
.product-details .description {
    flex: 1;
    max-width: 500px;
}
.product-details .description h2 {
    text-align: left;
}
.product-details .description p {
    text-align: left;
    margin-top: 10px;
}
.product-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}
.product-tab-item {
    border: 1px solid #198754;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #EDF3F0;
    color: #198754;
    cursor: pointer;
    transition: all 0.3s;
}
.product-tab-item:hover {
    background-color: #198754;
    color: #EDF3F0;
}

/* Ürün Açıklaması */
.product-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    text-align: left;
}
.product-details img {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-right: 20px;
}
.product-details .description {
    flex: 1;
    max-width: 500px;
}
.product-details .description h2 {
    text-align: left;
}
.product-details .description p {
    text-align: left;
    margin-top: 10px;
}

/* Tabs Section */
.tabs {
    margin: 20px auto;
    max-width: 1000px;
}
.tabs-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.tabs-header button {
    flex: 1;
    padding: 20px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}
.tabs-header button.active {
    background-color: #198754;
    color: #fff;
    border-radius: 5px;
}
.tabs-content {
    padding: 20px;
}
.tabs-content div {
    display: none;
}
.tabs-content div.active {
    display: block;
}

/* Proje Galerisi */
.gallery {
    justify-content: center;
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px;
}
.gallery img {
    
    max-width: 500px;
    width: 100%;
    height: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-details {
        flex-direction: column;
        text-align: center;
    }
    .product-details img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .gallery {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.kurumsal-buttons {
display: flex; /* Alt menü elemanlarının düzeni */
flex-direction: column; /* Dikey hizalama */
background-color: #fff; /* Arka plan rengi */
border: 1px solid #ddd; /* Kenar çizgisi */
padding: 10px; /* İçerik boşluğu */
}
.kurumsal-buttons button {
width: 100%; /* Buton genişliği */
padding: 10px; /* İçerik boşluğu */
margin-bottom: 5px; /* Butonlar arası boşluk */
text-align: left; /* Yazının hizası */
border: none; /* Kenarlık yok */
background-color: #f7f7f7; /* Varsayılan arka plan rengi */
cursor: pointer; /* İmleç değişimi */
}
.kurumsal-buttons button:hover {
background-color: #ddd; /* Hover durumu */
}
.nav-link:hover + .kurumsal-buttons {
display: block; /* Alt menüyü görünür yap */
}
.kurumsal-buttons {
display: none; /* Varsayılan olarak gizli */
position: absolute; /* Konumunu sabitle */
z-index: 10; /* Üstte görünmesini sağla */
}

@media (max-width: 768px) {
.kurumsal-buttons {
position: static; /* Mobilde tam genişlik */
width: 100%; /* Tam genişlik */
}
.kurumsal-buttons button {
text-align: center; /* Ortala */
}
}
/* Ana menü hover durumunda alt menü görünsün */
.nav-link:hover + .kurumsal-buttons,
.kurumsal-buttons:hover {
display: block;
}
      
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #EDF3F0;

}

/* Navbar */





/* Ürün Listesi */
.product-tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}
.product-tabs button {
    padding: 10px 20px;
    border: 1px solid #198754;
    background-color: #EDF3F0;
    cursor: pointer;
    transition: all 0.3s;
}
.product-tabs button:hover {
    background-color: #198754;
    color: #EDF3F0;
}

/* Ürün Açıklaması */
.product-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    text-align: left;
}
.product-details img {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-right: 20px;
}
.product-details .description {
    flex: 1;
    max-width: 500px;
}
.product-details .description h2 {
    text-align: left;
}
.product-details .description p {
    text-align: left;
    margin-top: 10px;
}
.product-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}
.product-tab-item {
    border: 1px solid #198754;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-color: #EDF3F0;
    color: #198754;
    cursor: pointer;
    transition: all 0.3s;
}
.product-tab-item:hover {
    background-color: #198754;
    color: #EDF3F0;
}

/* Ürün Açıklaması */
.product-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    text-align: left;
}
.product-details img {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-right: 20px;
}
.product-details .description {
    flex: 1;
    max-width: 500px;
}
.product-details .description h2 {
    text-align: left;
}
.product-details .description p {
    text-align: left;
    margin-top: 10px;
}

/* Tabs Section */
.tabs {
    margin: 20px auto;
    max-width: 1000px;
}
.tabs-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.tabs-header button {
    flex: 1;
    padding: 20px;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}
.tabs-header button.active {
    background-color: #198754;
    color: #fff;
    border-radius: 5px;
}
.tabs-content {
    padding: 20px;
}
.tabs-content div {
    display: none;
}
.tabs-content div.active {
    display: block;
}

/* Proje Galerisi */
.gallery {
    justify-content: center;
    display: flex;
    overflow-x: auto;
    gap: 20px;
    padding: 20px;
}
.gallery img {
    
    max-width: 500px;
    width: 100%;
    height: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-details {
        flex-direction: column;
        text-align: center;
    }
    .product-details img {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .gallery {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.kurumsal-buttons {
display: flex; /* Alt menü elemanlarının düzeni */
flex-direction: column; /* Dikey hizalama */
background-color: #fff; /* Arka plan rengi */
border: 1px solid #ddd; /* Kenar çizgisi */
padding: 10px; /* İçerik boşluğu */
}
.kurumsal-buttons button {
width: 100%; /* Buton genişliği */
padding: 10px; /* İçerik boşluğu */
margin-bottom: 5px; /* Butonlar arası boşluk */
text-align: left; /* Yazının hizası */
border: none; /* Kenarlık yok */
background-color: #f7f7f7; /* Varsayılan arka plan rengi */
cursor: pointer; /* İmleç değişimi */
}
.kurumsal-buttons button:hover {
background-color: #ddd; /* Hover durumu */
}
.nav-link:hover + .kurumsal-buttons {
display: block; /* Alt menüyü görünür yap */
}
.kurumsal-buttons {
display: none; /* Varsayılan olarak gizli */
position: absolute; /* Konumunu sabitle */
z-index: 10; /* Üstte görünmesini sağla */
}

@media (max-width: 768px) {
.kurumsal-buttons {
position: static; /* Mobilde tam genişlik */
width: 100%; /* Tam genişlik */
}
.kurumsal-buttons button {
text-align: center; /* Ortala */
}
}
/* Ana menü hover durumunda alt menü görünsün */
.nav-link:hover + .kurumsal-buttons,
.kurumsal-buttons:hover {
display: block;
}
.product-tabs {
    display: flex;
    flex-wrap: wrap; /* Birden fazla satıra izin ver */
    justify-content: center; /* Ortaya hizala */
    gap: 10px; /* Butonlar arasında boşluk */
}

.product-tab-item {
    display: flex;
    align-items: center; /* Metni buton içinde ortalar */
    justify-content: center; /* Metni buton içinde yatay ortalar */
    width: 150px; /* Sabit genişlik */
    height: 60px; /* Sabit yükseklik */
    border: 1px solid #ccc; /* Kenarlık ekler */
    background-color: #f9f9f9; /* Arka plan rengi */
    color: #006400; /* Metin rengi */
    font-size: 14px; /* Yazı boyutu */
    font-weight: bold; /* Kalın yazı */
    border-radius: 5px; /* Köşeleri yuvarlatır */
    text-align: center; /* Metni ortalar */
    cursor: pointer; /* İşaretçi imleci */
}

.product-tab-item:hover {
    background-color: #e0e0e0; /* Hover sırasında arka plan rengi */
}

.product-tab-row {
    display: flex; /* Butonları yatay hizalar */
    justify-content: space-between; /* Butonlar arasında eşit boşluk bırakır */
    margin-bottom: 10px; /* Satırlar arasında boşluk */
}

.product-tab-item {
    border: none; /* Tüm kenarlıkları kaldırır */
    background: none; /* Butonun arka planını temizler */
    font-size: inherit; /* Varsayılan font boyutunu kullanır */
    padding: 0; /* Buton iç boşluğunu sıfırlar */
    margin: 0; /* Dış boşluğu sıfırlar */
    cursor: pointer; /* Fare imlecini işaretçi yapar */
}
.slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 550px; /* Slider yüksekliği */
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 300%; /* Slider genişliği */
}

.slider-item {
    flex: 1 0 100%;
    overflow: hidden; /* Taşmaları gizle */
    position: relative;
    height: 550px;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomEffect 10s linear infinite; /* Zoom animasyonu */
    transform-origin: center; /* Zoom'un merkezden yapılmasını sağlar */
}

/* Zoom animasyonu tanımı */
@keyframes zoomEffect {
    0% {
        transform: scale(1); /* Normal boyutta başla */
    }
    100% {
        transform: scale(1.3); /* %30 büyü */
    }
}

/* Ürün listesi genel düzenleme */
.product-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
}

.product-tab-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.product-tab-item {
    padding: 10px 15px;
    font-size: 16px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    flex: 1 1 200px; /* Minimum genişlik 200px, otomatik genişleme */
    text-align: center;
    max-width: 250px; /* Butonların maksimum genişliği */
}

.product-tab-item:hover {
    background-color: #e2e6ea;
    border-color: #ccc;
}

/* Küçük ekranlar için (mobil cihazlar) */
@media (max-width: 768px) {
    .product-tab-item {
        font-size: 14px;
        padding: 8px 10px;
    }
}

/* Ekstra küçük ekranlar için */
@media (max-width: 576px) {
    .product-tab-item {
        font-size: 12px;
        padding: 6px 8px;
    }
}

/* Genel Ayarlar */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f4f4f4;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  /* Footer */
  .footer {
    background: #000000;
    color: white;
    padding: 40px 20px;
  }
  
  .footer-header {
    margin-bottom: 40px;
    color: white;
  }
  
  .footer-header h2 {
      color: white;
    font-size: 1.5rem;
    margin: 0;
  }
  
  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .footer-about {
    flex: 1 1 300px;
    margin-bottom: 20px;
    color: rgb(255, 255, 255);
  }
  
  .footer-logo {
    width: 100px;
    margin-bottom: 20px;
  }
  
  .footer-about p {
      color: rgb(255, 255, 255);
    margin: 10px 0;
  }
  
  .footer-links
   {
      color: white;
    display: flex;
    flex-wrap: wrap;
    flex: 2 1 600px;
    justify-content: space-between;
  }
  
  .link-column {
      color: white;
    flex: 1;
    margin-right: 20px;
  }
  
  .link-column h3 {
      color: white;
  
    font-size: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 2px solid white;
    display: inline-block;
  }
  
  .link-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .link-column ul li {
    margin-bottom: 10px;
  }
  
  .link-column ul li a {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
  }
  
  .link-column ul li a:hover {
    text-decoration: underline;
  }
  
  /* Footer Alt */
  .footer-bottom {
  text-align: center;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
  }
  
  .footer-bottom p {
    margin: 5px 0;
    font-size: 0.8rem;
  }