﻿
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background-color: #121212; 
    color: white;
}

.hero-wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh; 
    overflow: hidden;
    padding-top: 20px;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.bio-kart {
    width: 100%;
    max-width: 380px;
    background-color: rgba(197, 162, 69, 0.5);
    backdrop-filter: blur(15px);
    border-radius: 40px;
    padding: 120px 30px 40px 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    margin-top: 190px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.pp-cerceve {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 160px;
}

    .pp-cerceve img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        border: 5px solid #C5A245;
        object-fit: cover;
        box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    }

.bio-text-container {
    text-align: center;
    color: #fff;
}

.bio-divider {
    width: 50px;
    height: 3px;
    background-color: #ffd700;
    margin: 0 auto 20px;
}

.bio-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.bio-tags span {
    display: inline-block;
    background: rgba(0,0,0,0.3);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin: 3px;
    border: 1px solid rgba(255,215,0,0.3);
    color: #ffd700;
}

.hero-content-area {
    color: white;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 30px;
    margin-top:170px;
}

.hero-name {
    font-family: 'Dancing Script', cursive;
    font-size: 4.5rem;
    color: #ffd700;
    margin-bottom: 10px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    line-height: 1.2;
}

.hero-divider {
    width: 100px; 
    height: 2px;
    background-color: white;
    margin: 15px auto 25px auto; 
}

.hero-title { 
    font-size: 1.5rem; 
    font-weight: 500; 
    letter-spacing: 1px; 
    margin-bottom: 5px; 
}

.hero-subtitle { 
    font-size: 1.2rem; 
    font-weight: 300; 
    color: #e0e0e0; 
    margin-bottom: 25px; 
}

.sales-copy {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #ddd;
    max-width: 600px;
    margin: 0 auto 30px auto; 
}

@media (max-width: 768px) {
    .hero-name { font-size: 3rem; }
    .hero-content-area { margin-top: 40px; }
}

.btn-custom {
    position: relative;
    display: inline-block;
    padding: 12px 44px;
    background-color: transparent; 
    color: #C5A245; 
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #C5A245;
    left: 5px;
    top: 10px;
    overflow: hidden; 
    transition: all 0.4s ease;
    z-index: 1; 
}

    .btn-custom::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255, 215, 0, 0.4),
        transparent );
        transition: all 0.6s; 
        z-index: -1;
    }

    .btn-custom:hover {
        color: #000; 
        background-color: #C5A245; 
        box-shadow: 0 0 20px #C5A245, 0 0 40px rgba(197, 162, 69, 0.4);
        transform: translateY(-3px) scale(1.05);
        letter-spacing: 1px;
    }

        .btn-custom:hover::before {
            left: 100%;
        }

/* BUTON TASARIMI */
.btn-custom2 {
    display: inline-block;
    padding: 12px 42px;
    background-color: #C5A245;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid #C5A245;
    position:relative;
    left:40px;
    top:15px;
}

    .btn-custom2:hover {
        color: #000;
        transform:translate3d(12);
        box-shadow: 0 10px 20px rgba(197, 162, 69, 0.4);
    }



.packages-section {
    background-color: #121212;
    padding: 100px 0;
    position: relative;
    z-index: 5;
}

.section-title {
    color: #ffd700;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
}

.section-subtitle {
    color: #888;
    margin-top: 10px;
}

.pricing-card {
    background: #1e1e1e;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    border: 1px solid #333;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

    .pricing-card:hover {
        transform: translateY(-10px);
        border-color: #C5A245;
        box-shadow: 0 10px 30px rgba(197, 162, 69, 0.15);
    }

    .pricing-card.featured {
        background: linear-gradient(145deg, #1e1e1e, #2a2a2a);
        border: 2px solid #C5A245;
        transform: scale(1.05);
    }

        .pricing-card.featured:hover {
            transform: scale(1.05) translateY(-10px);
        }

.badge-best {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #C5A245;
    color: #000;
    padding: 5px 20px;
    font-size: 0.8rem;
    font-weight: bold;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.card-header-custom h3 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.card-header-custom p {
    color: #888;
    font-size: 0.9rem;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #ffd700;
    margin: 20px 0;
}

    .price span {
        font-size: 0.9rem;
        color: #666;
        font-weight: 400;
    }

.features-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: left;
}

    .features-list li {
        margin-bottom: 12px;
        color: #ccc;
        font-size: 0.95rem;
    }

        .features-list li i {
            color: #C5A245;
            margin-right: 10px;
            width: 20px;
        }

.featured-btn {
    background: #C5A245;
    border-color: #C5A245;
    color: #000;
    font-weight: bold;
}

    .featured-btn:hover {
        background: #e0b848;
        color: #000;
    }

.fade-in-element {
    opacity: 0;
    animation: fadeInUp 1s ease-out forwards;
}

.delay-1 {
    animation-delay: 0.2s;
}

.delay-2 {
    animation-delay: 0.4s;
}

.delay-3 {
    animation-delay: 0.6s;
}

.delay-4 {
    animation-delay: 0.8s;
}

.delay-5 {
    animation-delay: 1.0s;
}

.delay-6 {
    animation-delay: 1.2s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-scroll {
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease;
}

    .fade-in-scroll.active {
        opacity: 1;
        transform: translateY(0);
    }

@media (max-width: 768px) {
    .hero-name {
        font-size: 3rem;
        text-align: center;
    }

    .hero-divider {
        margin: 10px auto 20px auto;
    }

    .pricing-card.featured {
        transform: scale(1);
        margin: 20px 0;
    }

    .hero-wrapper {
        height: auto;
        padding-bottom: 50px;
    }
    
}













.cyber-footer {
    background: #050505;
    padding: 30px 0;
    border-top: 1px solid rgba(197, 162, 69, 0.2);
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}

.brand-area {
    margin-bottom: 15px;
}

.footer-logo {
    font-family: 'Dancing Script', cursive;
    font-size: 2rem;
    background: linear-gradient(to right, #ffd700, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    display: inline-block;
    margin-right: 15px;
}

.footer-desc {
    display: inline-block;
    color: #888;
    font-size: 0.85rem;
    margin: 0;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.social-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 10px;
    color: #ffd700;
    font-size: 1.4rem;
    transition: all 0.3s ease;
}

    .social-box:hover {
        background: #ffd700;
        color: #000;
        transform: translateY(-2px);
        box-shadow: 0 0 15px rgba(197, 162, 69, 0.4);
    }

.phone-btn-compact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    height: 45px; 
    padding: 0 20px;
    background: rgba(197, 162, 69, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .phone-btn-compact i {
        color: #ffd700;
    }

    .phone-btn-compact:hover {
        background: rgba(197, 162, 69, 0.2);
        border-color: #ffd700;
        color: #ffd700;
        box-shadow: 0 0 15px rgba(197, 162, 69, 0.2);
    }

.footer-links-compact {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links-compact li {
        margin-bottom: 5px;
    }

        .footer-links-compact li a {
            color: #777;
            text-decoration: none;
            font-size: 0.9rem;
            transition: 0.3s;
        }

            .footer-links-compact li a:hover {
                color: #ffd700;
                padding-left: 5px;
            }

@media (max-width: 991px) {
    .cyber-footer {
        text-align: center;
    }

    .footer-desc {
        display: block;
        margin-top: 5px;
    }

    .contact-row {
        justify-content: center;
        margin-bottom: 20px;
    }
}














































.portfolio-section {
    background-color: #0f0f0f; 
    padding: 100px 0;
    position: relative;
}

.filter-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.filter-btn {
    background: transparent;
    border: 1px solid rgba(255, 215, 0, 0.3);
    color: #888;
    padding: 10px 25px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 0.9rem;
    font-weight: 500;
}

    .filter-btn:hover, .filter-btn.active {
        background: #ffd700;
        color: #000;
        border-color: #ffd700;
        box-shadow: 0 0 15px rgba(197, 162, 69, 0.3);
    }

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.portfolio-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #1a1a1a;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    height: 300px;
    cursor: pointer;
}

.card-image {
    width: 100%;
    height: 100%;
}

    .card-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

.portfolio-card:hover .card-image img {
    transform: scale(1.1);
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    text-align: center;
}

.portfolio-card:hover .card-overlay {
    opacity: 1;
}

.overlay-content {
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.portfolio-card:hover .overlay-content {
    transform: translateY(0);
}

.overlay-content h3 {
    color: #ffd700;
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.overlay-content p {
    color: #ccc;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.tech-stack {
    margin-bottom: 20px;
}

    .tech-stack span {
        font-size: 0.75rem;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        padding: 4px 10px;
        border-radius: 4px;
        margin: 0 3px;
        border: 1px solid rgba(255,255,255,0.2);
    }

.card-links a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background: #ffd700;
    color: #000;
    border-radius: 50%;
    margin: 0 5px;
    text-decoration: none;
    font-size: 1.2rem;
    transition: 0.3s;
}

    .card-links a:hover {
        background: #fff;
        transform: scale(1.1);
    }

@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: 1fr; 
    }
}

.back-btn {
    position: fixed;
    top: 20px;
    left: 20px;
    background: rgba(0,0,0,0.6); 
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s;
    z-index: 9999;
    backdrop-filter: blur(5px);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
}

    .back-btn:hover {
        background: #ffd700;
        color: #000;
        border-color: #ffd700;
        box-shadow: 0 0 15px rgba(197, 162, 69, 0.4);
    }

.btn-select {
    width: 100%;
    display: inline-block;
    padding: 12px;
    cursor: pointer;
    background-color: transparent;
    color: #C5A245;
    border: 2px solid #C5A245;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
    z-index: 1;
}

    .btn-select::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(255, 215, 0, 0.4), transparent );
        transition: all 0.6s;
        z-index: -1;
    }

    .btn-select:hover {
        color: #000; 
        background-color: #C5A245; 
        box-shadow: 0 0 20px #C5A245, 0 0 40px rgba(197, 162, 69, 0.4);
        transform: translateY(-3px) scale(1.02);
        letter-spacing: 1px;
    }

        .btn-select:hover::before {
            left: 100%;
        }

.featured-btn {
    background-color: #c5a245;
    box-shadow: 0 0 15px rgba(197, 162, 69, 0.2);
    color:#000;
}

.btn-gold {
    position:relative;
    top:18px;
    left:210px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #C5A245;
    color: #000 !important;
    padding: 12px 35px; 
    border-radius: 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #C5A245;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(197, 162, 69, 0.3);
}

    .btn-gold:hover {
        background-color: transparent; 
        color: #C5A245 !important;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(197, 162, 69, 0.4);
    }

    .btn-gold i {
        font-size: 1.2rem;
    }