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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #0d0d0d;
    color: white;
    text-align: center;
    height: 100vh;
    /* Tüm ekranı kaplasın */
    overflow: auto;
    /* Scroll yapılabilsin */

}

.background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at top right, rgba(255, 0, 0, 0.2), transparent);
    filter: blur(80px);
    z-index: -1;
}

/* Üst Profil Menüsü */
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
}

.profile {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-left: 50px;
}

.avatar-container {
    position: relative;  /* Resimleri üst üste koymak için */
}

.profile-img {
    width: 60px;  /* Avatarın genişliği */
    height: 60px;  /* Avatarın yüksekliği */
    border-radius: 50%;  /* Yuvarlak resim yapar */
    object-fit: cover;   /* Resmi kapsayıcıya tam olarak sığdırır */
}

.sweat-drops-img {
    position: absolute;  /* Avatarın üzerine konumlandırmak için */
    top: -3px;  /* Resmin üst kısmına daha yakın yapar */
    left: -3px;  /* Resmi sola veya sağa kaydırır */
    width: 66px;  /* Sweat drops resminin boyutu */
    height: 66px;  /* Sweat drops resminin boyutu */
    z-index: 2;  /* Avatarın üstünde görünmesini sağlar */
    transform: scale(1);  /* Gerektiğinde ince ayar yapabilirsiniz */
}


.profile-info {
    text-align: left;
}

.profile-info h2 {
    font-size: 16px;
    font-weight: 700;
}

.profile-info p {
    font-size: 12px;
    opacity: 0.8;
}

/* Sosyal Medya İkonları */
.social-icons {
    display: flex;
    gap: 12px;
    margin-right: 50px;
}

.social-icons a {
    color: white;
    font-size: 16px;
    transition: 0.3s;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    text-decoration: none;
}

.social-icons a:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Orta İçerik */
main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70vh;
}

h1 {
    font-size: 4rem;
    font-weight: 700;
    margin-top: 20px;
}

.highlight {
    color: #ff0000;
    font-style: italic;
    font-weight: 700;
}

.intro {
    margin-top: 10px;
    font-size: 1rem;
    max-width: 500px;
    opacity: 0.8;
}



/* Offline mesajı stili */
.offline-message {
    display: none;
    color: white;
    padding: 8px 16px;
    border-radius: 12px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 10px;
}

/* Footer */
.footer {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}


.footer p {
    margin: 10px;
}

.footer-highlight {
    color: #ff0000;
    font-weight: bold;
}




/* Başlık */
h1 {
    font-size: 42px;
    margin-top: 40px;
    text-align: center;
    color: #ff748f;
    text-shadow: 0 0 20px rgba(255,115,135,0.6);
}

/* Açıklama */
.intro {
    margin: 20px auto;
    max-width: 700px;
    font-size: 19px;
    text-align: center;
    line-height: 1.7;
    color: #fff;
    opacity: 0.9;
}

/* Home link */
main a {
    display: block;
    width: fit-content;
    margin: 30px auto;
    padding: 12px 22px;
    background: #ff5277;
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: 0.3s;
}

main a:hover {
    background: #ff6e8f;
    box-shadow: 0 0 20px rgba(255,80,110,0.7);
    transform: translateY(-3px);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    header {
        flex-direction: column;
        padding: 10px 30px;
        justify-content: center; /* Başlık kısmı ortalanıyor */
        align-items: center; /* Profil resimleri ve ikonlar ortalanıyor */
    }

    .profile {
        margin-left: 0;
        align-items: center;
        margin-top: 20px;
    }

    .social-icons {
        margin-right: 0;
        margin-top: 15px; /* Sosyal ikonlar arasına boşluk ekleniyor */
    }

    main {
        height: auto;
        padding: 20px 0; /* İçeriğe üst ve alt boşluk ekleniyor */
    }

    h1 {
        font-size: 2.5rem; /* Başlık font boyutu küçültüldü */
    }

    .intro {
        font-size: 0.9rem; /* İçeriğin yazı boyutu küçültüldü */
        max-width: 100%; /* Genişlik tamamen ekranda */
    }

    .footer {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer p {
        margin-top: 10px;
    }

    a {
        font-size: 1rem; /* Link boyutu mobilde küçültüldü */
        padding: 8px 16px;
    }
}
