
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body {
    background-color: #0a0b0d;
    color: #ffffff;
    scroll-behavior: smooth;
}

.menu {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid #1a1c20;
}

.menu-sol, .menu-sag {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
}
.menu-sol span{
            color: #00d4ff;
}

.menu-sag { justify-content: flex-end; }

.menu-ic {
    display: flex;
    align-items: center;
    gap: 5px;
            color: #00d4ff;
}

.menu a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
}

.logo {
    font-size: 26px;
    letter-spacing: 4px;
    font-weight: bold;
}

.logo span { color: #00d4ff; }


.banner {
    height: 80vh;
    background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
    url('https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?w=1200');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.banner h1 { font-size: 50px; margin: 20px 0; }

.cizgi {
    width: 80px;
    height: 4px;
    background-color: #00d4ff;
    margin: 0 auto 25px;
}

.kesfet {
    display: inline-block;
    padding: 12px 35px;
    background-color: #00d4ff;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}


.ozellikler { padding: 80px 40px; background-color: #0f1115; }

.ozellik-kartlari { display: flex; justify-content: center; gap: 30px; }

.kart {
    background-color: #1a1c20;
    padding: 30px;
    width: 300px;
    text-align: center;
    border: 1px solid #222;
}

.kart span { font-size: 40px; color: #00d4ff; margin-bottom: 15px; }


.modeller { display: flex; justify-content: center; gap: 30px; padding: 50px; }

.model-kart { width: 450px; background-color: #1a1c20; position: relative; }

.model-kart img { width: 100%; height: 260px; object-fit: cover; }

.indirim {
    position: absolute; 
    top: 15px; 
    background-color: #00d4ff; 
    color: #000; 
    padding: 6px 15px; 
    font-weight: bold; 
    font-size: 11px;
}

.indirim-sag { right: 5px; background-color: rgb(173, 14, 14); color: #0f1115; }
.indirim-sol { left: 5px; background-color: #7fd0e0; color: #e2fdfc; }

.detay { padding: 20px; }
.detay2 { padding: 20px; }

.fiyat { color: #00d4ff; font-weight: bold; display: block; margin-top: 10px; }


.iletisim { padding: 80px 50px; display: flex; gap: 40px; }

.form-alan, .harita { flex: 1; }



.gonder { width: 100%; padding: 15px; background-color: #00d4ff; border: none; font-weight: bold; cursor: pointer; }


footer { padding: 30px; text-align: center; background-color: #000; }

.yukari-cik { position: fixed; bottom: 20px; right: 20px; background-color: #00d4ff; padding: 10px; border-radius: 50%; }

.yukari-cik a { color: #000; }

input, textarea, .model {
    width: 100%; 
    padding: 12px; 
    margin-bottom: 12px;
    background-color: #1a1c20; 
    border: 1px solid #333; 
    color: #fff;
    outline: none;
}
.ozellikler h1 {
    text-align: center; 
    margin-bottom: 40px; 
    color: #00d4ff; 
    margin-top: -20px;
}
.form-alan h2 {
    margin-bottom: 30px; 
    color: #00d4ff;    
    text-align: center;  
    font-size: 28px;   
    letter-spacing: 1px; 
}
.detay h3{
    color: rgb(224, 17, 17);
}
.detay2 h3 {color: aliceblue; }

@media (max-width: 768px) {

    .menu {
        flex-direction: column;
        align-items: center;   
        padding: 15px 10px;
        position: relative;    
    }


    .menu-sol {
        display: none; 
    }

    .menu-orta {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px; 
    }

    .logo {
        font-size: 24px;
        letter-spacing: 5px;
    }

    .menu-sag {
        width: 100%;
        display: flex;
        justify-content: space-around;
        gap: 5px;
    }

    .menu-ic {
        flex-direction: column; 
        gap: 4px;
        min-width: 60px;
    }

    .menu-ic span {
        font-size: 20px; 
        color: #00d4ff;
    }

    .menu-ic a {
        font-size: 9px; 
        text-transform: uppercase;
    }
    .yukari-cik { position: fixed; bottom: 10px; right: 30px; background-color: #00d4ff; padding: 10px; border-radius: 50%;  }
}