
body {
    font-family: Arial, sans-serif; 
    line-height: 1.6;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background: black
}


.container {
    width: 80%;
    margin-bottom: 0;
    overflow: hidden;

}

header {
    background: rgba(0, 0, 0, 0.9); 
    color: #fff;
    padding: 10px 0;
    position: fixed;   
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;     
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #222;
}

header #branding {
    margin: 0;
}

header nav {
    margin-top: 10px;
}

header ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center; 
    margin: 0;
}

header li {
    display: inline;
    padding: 0 20px;
}

header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header .highlight, header .current a {
    color: #e8491d;
    font-weight: bold;
}

header a:hover {
    color: #cccccc;
    font-weight: bold;
}

main {
    padding: 20px 0 0 0;
    width: 100%; 
    height: 100%; 
    background: inherit; 
    min-height: 0vh;
}


.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #4f4f22;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #202020; 
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    text-decoration: underline;
}

article {
    margin-bottom: 20px;
    text-align: center;
    color: white;
}

article h2 {
    margin: 0 0 10px;
    color: #ec0a0a;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
   
}

article img {
    width: 75%;
    height: auto;
    display: block;
    margin: 0 auto 10px;
        
}

article p {
    line-height: 1.6;
    text-align: center;
}

article button {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 10px;
}

article button:hover {
    background-color: #45a049; 
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 20px 0;
}

footer {
    background: rgba(0, 0, 0, 0.5); 
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}

footer p {
    margin: 0;
}

.video-article {
  background-color: #000;
  padding: 30px;
}

.portfolio-img {
    display: block;    
    width: 100%;
    margin-bottom: 0;
    padding-top: 100px; 
}

.video-section {
    margin-bottom: 0 !important;
    line-height: 0; 
}

.video-section video {
    display: block;
    margin: 0;
}

.video-container {
    margin-bottom: 0 !important; 
    line-height: 0;              
    background: #000;            
}

.video-container video {
    display: block;
    width: 100%;
    height: auto; 
    margin-bottom: 0;
}


main.container {
    padding-top: 40px;
    width: 80%;
    margin: auto;
}


main article {
    margin-bottom: 40px;
}

.logo-konteynir {
    position: absolute; 
    top: 10px;          
    left: 10px;         
    z-index: 1000;      
}

.site-logosu {
    width: 150px;       
    height: auto;      
    display: block;
}

.site-footer {
    background-color: #000;
    padding: 30px 0;
    text-align: center;
    color: #fff;
}

.footer-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 15px;
}

.footer-icons a {
    color: #fff;
    font-size: 22px;
    transition: color 0.3s, transform 0.3s;
}

.footer-icons a:hover {
    color: #00aced;
    transform: scale(1.2);
}

.site-footer p {
    font-size: 14px;
    opacity: 0.7;
}

/* Genel Konteyner */
.gallery-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Ana Görsel Stil - Geniş ve Dikkat Çekici */
.main-image {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.main-image img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}

/* Alt 4'lü Izgara */
.sub-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.gallery-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-align: center;
}

.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover; /* Görselleri bozmadan sığdırır */
    border-bottom: 1px solid #eee;
}

.gallery-item p {
    padding: 15px;
    margin: 0;
    color: #333;
    font-weight: 500;
}

/* Mouse ile üzerine gelince (Hover) Efekti */
.gallery-item:hover {
    transform: translateY(-10px); /* Yukarı hafif zıplama */
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .sub-gallery {
        grid-template-columns: 1fr 1fr; /* Mobilde yan yana 2 tane */
    }
}

/* Tasarım Sayfası Genel Stil */
.portfolio-container {
    position: relative;
    z-index: 1;
    padding: 120px 5% 50px;
    background: linear-gradient(
        180deg,
        #0a0a0a 0%,
        #000000 40%,
        #0f0f0f 100%       
    );
}

.portfolio-container::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(rgba(255,255,255,0.03) 1px, transparent 0);
    background-size: 3px 3px;
    pointer-events: none;
    z-index: 0;
}


.intro {
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}

.section-title {
    color: #f1c40f;
    margin-bottom: 30px;
    border-left: 4px solid #f1c40f;
    padding-left: 15px;
    font-size: 1.8rem;
}

/* Izgara Yapısı */
.work-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 80px;
}

.work-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
    background: #111;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 0.8s ease forwards;
    scroll-margin-top: 300px;
}
.work-card:nth-child(1) { animation-delay: 0.1s; }
.work-card:nth-child(2) { animation-delay: 0.2s; }
.work-card:nth-child(3) { animation-delay: 0.3s; }
.work-card:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.work-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.7);
}


.work-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 25%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: bottom 0.4s ease;
}

.work-card:hover .card-overlay {
    bottom: 0;
}

.work-card:hover img {
    transform: scale(1.1);
}

.card-overlay h3 {
    color: #fff;
    font-size: 1.2rem;
}

/* Akıcı Kaydırma */
html {
    scroll-behavior: smooth;
}

/* Lightbox Modal Arka Planı */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
}

/* Resim Konteynırı */
.modal-content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#modalImage {
    max-width: 90%;
    max-height: 80vh;
    border: 2px solid #f1c40f;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    animation: zoom 0.3s;
}

@keyframes zoom {
    from {transform:scale(0.8)} to {transform:scale(1)}
}

/* Navigasyon Butonları */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 20px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    transition: 0.3s ease;
    user-select: none;
    text-decoration: none;
}

.prev { left: 20px; }
.next { right: 20px; }

.prev:hover, .next:hover {
    background-color: rgba(241, 196, 15, 0.5);
    border-radius: 5px;
}

.close-modal {
    position: absolute;
    top: 30px;
    right: 40px;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
}

#caption {
    margin-top: 20px;
    color: #f1c40f;
    font-size: 20px;
}

#hakkimda-alani p {
    color: #ffffff !important;
}

/* Pop-up Genel Konteynır */
.modal-popup {
    display: none; /* Başlangıçta gizli */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(5px);
}

/* Pop-up İçerik Kutusu */
.modal-popup-content {
    background: #1a1a1a;
    margin: 10% auto;
    padding: 40px;
    border: 2px solid #f1c40f;
    width: 90%;
    max-width: 450px;
    text-align: center;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(241, 196, 15, 0.3);
    color: white;
}

.popup-icon {
    font-size: 50px;
    color: #f1c40f;
    margin-bottom: 20px;
}

.modal-popup-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
}

.discount-badge {
    background: #4CAF50;
    color: white;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}

.popup-text {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
}

/* Kapatma Butonu */
.close-popup {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-popup:hover {
    color: #f1c40f;
}

/* Teklif Al Butonu */
.popup-btn {
    background-color: #f1c40f;
    color: #000;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
    transition: 0.3s;
}

.popup-btn:hover {
    background-color: #d4ac0d;
    transform: scale(1.05);
}