@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/* Genel vücut stili */
body {
    font-family: 'Roboto', Arial, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #111;
    color: #fff;
}

/* Container stil ayarları */
.container {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    padding: 20px;
    margin: 20px auto;
    background-color: #222;
    border-radius: 10px;
}

/* Textarea ayarları */
textarea {
    resize: none;
}

/* Header stil ayarları */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #222;
    box-shadow: 0 0 10px rgba(255, 0, 127, 0.5);
}

/* Logo stil ayarları */
.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s ease, filter 0.3s ease;
}

.logo img {
    max-height: 50px;
    border-radius: 10px;
    filter: drop-shadow(0 0 10px #ff007f);
}

.logo:hover {
    transform: translateX(-50%) scale(1.1);
    filter: drop-shadow(0 0 20px #ff007f) brightness(1.5);
}


.company-name {
    text-align: right;
}

.company-name .neon-text {
    font-size: 15px;
    color: #fff;
    text-shadow: 0 0 5px #ff007f, 0 0 10px #ff007f;
}

/* Yer tutucu div için stil */
.placeholder {
    width: 1px; /* Minimum genişlik */
}

/* Neon buton stili */
.neon-button {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    background-color: #ff007f;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #ff007f, 0 0 10px #ff007f;
    box-shadow: 0 0 10px #ff007f, 0 0 20px #ff007f;
}

.neon-button:hover {
    background-color: #ff3399;
    box-shadow: 0 0 15px #ff007f, 0 0 30px #ff007f;
}

/* Footer stil ayarları */
footer {
    background-color: #222;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 10px rgba(255, 0, 127, 0.5);
}

.footer-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

/* Neon link ve metin stili */
.neon-link, .neon-text {
    color: #fff;
    text-decoration: none;
    margin: 10px;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px #ff007f, 0 0 10px #ff007f;
}

.neon-link:hover {
    color: #ff007f;
    text-shadow: 0 0 10px #ff007f, 0 0 20px #ff007f;
}

/* Form bölümü stil ayarları */
.form-section {
    width: 30%;
    text-align: left;
}

form div {
    margin-bottom: 10px;
}

form input, form select, form textarea {
    padding: 10px;
    font-size: 16px;
    margin-top: 5px;
    width: 100%;
    margin-bottom: 10px;
}

/* Renk butonları stil ayarları */
.color-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    gap: 20px 10px;
    margin-top: 10px;
    justify-content: center;
}

.color-button {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
    margin-bottom: 25px;
}

.color-button:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.color-button span {
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 3px 6px;
    border-radius: 3px;
    position: absolute;
    bottom: -25px;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

/* Display bölümü stil ayarları */
.display-section {
    width: 65%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Arka plan slider'ı stil ayarları */
.background-slider {
    position: relative;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
}

.background-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.background-slider button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    font-size: 2em;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 1;
}

#prev-btn {
    left: 10px;
}

#next-btn {
    right: 10px;
}

/* Neon yazı efektleri */
#neon-display {
            font-size: 4em; /* Masaüstü için varsayılan boyut */
            font-family: 'LoveNeon', sans-serif;
            color: #fff;
            position: absolute;
            text-align: center;
            padding: 0 10px;
            max-width: 90%;
            margin-bottom: 130px;
            z-index: 1;
            white-space: pre-wrap;
            overflow-wrap: break-word;
            word-break: break-word;
        }

        /* Mobil cihazlar için medya sorgusu */
        @media (max-width: 768px) {
            #neon-display {
                font-size: 6em; /* Mobil için daha küçük başlangıç boyutu */
                max-width: 95%; /* Mobilde biraz daha geniş alan kullan */
            }
        }

/* Marquee (scrolling) yazı efekti */
#scroll-container {
    font-size: 200%;
    font-family: 'LoveNeon', sans-serif;
    color: #ff007f;
    white-space: nowrap;
    max-width: 90%;
    padding: 0 10px;
    text-overflow: ellipsis;
    z-index: 1;
    overflow: hidden;
}

#scroll-text {
    transform: translateX(100%);
    animation: scroll-text 15s linear infinite;
}

@keyframes scroll-text {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Responsive stil ayarları */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .form-section, .display-section {
        width: 100%;
    }

    .footer-content {
        flex-direction: column;
    }

    .color-buttons {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 10px;
    }

    .color-button {
        margin-bottom: 15px;
    }

    .color-button span {
        font-size: 10px;
    }
}

/* Font butonları stil ayarları */
.font-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.font-button {
    padding: 10px;
    border: none;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.font-button:hover {
    background-color: #444;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

@font-face {
    font-family: 'Alexa';
    src: url('fonts/Alexa.ttf') format('truetype');
}

@font-face {
    font-family: 'Amanda';
    src: url('fonts/Amanda.ttf') format('truetype');
}

@font-face {
    font-family: 'Amsterdam';
    src: url('fonts/Amsterdam.ttf') format('truetype');
}

@font-face {
    font-family: 'Austin';
    src: url('fonts/Austin.ttf') format('truetype');
}

@font-face {
    font-family: 'Avante';
    src: url('fonts/Avante.ttf') format('truetype');
}

@font-face {
    font-family: 'Barcelona';
    src: url('fonts/Barcelona.ttf') format('truetype');
}

@font-face {
    font-family: 'Bayview';
    src: url('fonts/Bayview.ttf') format('truetype');
}

@font-face {
    font-family: 'Beachfront';
    src: url('fonts/Beachfront.ttf') format('truetype');
}

@font-face {
    font-family: 'Bellview';
    src: url('fonts/Bellview.ttf') format('truetype');
}

@font-face {
    font-family: 'Buttercup';
    src: url('fonts/Buttercup.ttf') format('truetype');
}

@font-face {
    font-family: 'Chelsea';
    src: url('fonts/Chelsea.ttf') format('truetype');
}

@font-face {
    font-family: 'ClassicType';
    src: url('fonts/ClassicType.ttf') format('truetype');
}

@font-face {
    font-family: 'Freehand';
    src: url('fonts/Freehand.ttf') format('truetype');
}

@font-face {
    font-family: 'Freespirit';
    src: url('fonts/Freespirit.ttf') format('truetype');
}

@font-face {
    font-family: 'Greenworld';
    src: url('fonts/Greenworld.ttf') format('truetype');
}

@font-face {
    font-family: 'LoveNeon';
    src: url('fonts/LoveNeon.ttf') format('truetype');
}

@font-face {
    font-family: 'LoveNote';
    src: url('fonts/LoveNote.ttf') format('truetype');
}

@font-face {
    font-family: 'Marquee';
    src: url('fonts/Marquee.ttf') format('truetype');
}

@font-face {
    font-family: 'Mayfair';
    src: url('fonts/Mayfair.ttf') format('truetype');
}

@font-face {
    font-family: 'Melbourne';
    src: url('fonts/Melbourne.ttf') format('truetype');
}

@font-face {
    font-family: 'Monaco';
    src: url('fonts/Monaco.ttf') format('truetype');
}

@font-face {
    font-family: 'NeonGlow';
    src: url('fonts/NeonGlow.ttf') format('truetype');
}

@font-face {
    font-family: 'NeonLite';
    src: url('fonts/NeonLite.ttf') format('truetype');
}

@font-face {
    font-family: 'Neonscript';
    src: url('fonts/Neonscript.ttf') format('truetype');
}

@font-face {
    font-family: 'Neontrace';
    src: url('fonts/Neontrace.ttf') format('truetype');
}

@font-face {
    font-family: 'NeoTokyo';
    src: url('fonts/NeoTokyo.ttf') format('truetype');
}

@font-face {
    font-family: 'Nevada';
    src: url('fonts/Nevada.ttf') format('truetype');
}

@font-face {
    font-family: 'NewCursive';
    src: url('fonts/NewCursive.ttf') format('truetype');
}

@font-face {
    font-family: 'Northshore';
    src: url('fonts/Northshore.ttf') format('truetype');
}

@font-face {
    font-family: 'Photogenic';
    src: url('fonts/Photogenic.ttf') format('truetype');
}

@font-face {
    font-family: 'Rocket';
    src: url('fonts/Rocket.ttf') format('truetype');
}

@font-face {
    font-family: 'Royalty';
    src: url('fonts/Royalty.ttf') format('truetype');
}

@font-face {
    font-family: 'SciFi';
    src: url('fonts/SciFi.ttf') format('truetype');
}

@font-face {
    font-family: 'Signature';
    src: url('fonts/Signature.ttf') format('truetype');
}

@font-face {
    font-family: 'Sorrento';
    src: url('fonts/Sorrento.ttf') format('truetype');
}

@font-face {
    font-family: 'Typewriter';
    src: url('fonts/Typewriter.ttf') format('truetype');
}

@font-face {
    font-family: 'Venetian';
    src: url('fonts/Venetian.ttf') format('truetype');
}

@font-face {
    font-family: 'Vintage';
    src: url('fonts/Vintage.ttf') format('truetype');
}

@font-face {
    font-family: 'Waikiki';
    src: url('fonts/Waikiki.ttf') format('truetype');
}

@font-face {
    font-family: 'WildScript';
    src: url('fonts/WildScript.ttf') format('truetype');
}


