#neocities-growth-bag, 
#neocities-supporter-banner,
iframe[src*="neocities"] {
    display: none !important;
    height: 0 !important;
}

* {
    font-family: cursive;
}

.photos {
    position: absolute;
    z-index: 9999 !important;
    pointer-events: none;
}

.p1 {
    width: 80px;
    top: -25px;
    right: calc(84% - 600px);
}

.p2 {
    width: 80px;
    top: -80px;
    right: calc(78% - 600px);
}

.p3 {
    width: 80px;
    bottom: -15px;
    left: calc(84% - 600px);
}

.p4 {
    width: 50px;
    top: -10px;
    left: calc(65% - 600px);
}


.p5 {
    width: 80px;
    top: 30px;
    left: calc(83% - 600px);
    animation: sasirma 1.5s cubic-bezier(0.25, 1, 0.5, 1) infinite;
    transform-origin: center bottom;
}

@keyframes sasirma {
    0%, 100% {
        transform: scale(1, 1) translateY(0) rotate(0deg);
    }
    12% {
        transform: scale(1.08, 0.92) translateY(0px) rotate(-2deg);
    }
    
    25% {
        transform: scale(0.94, 1.06) translateY(-2px) rotate(3deg);
    }

    40% {
        transform: scale(0.94, 1.06) translateY(-2px) rotate(3deg);
    }

    48% {
        transform: scale(1.02, 0.98) translateY(0) rotate(0deg);
    }

    58% {
        transform: scale(1, 1) translateY(0) rotate(0deg);
    }
}

.p6 {
    width: 80px;
    top: -25px;
    right: calc(64% - 600px);
}

.p7 {
    width: 150px;
    bottom: -25px;
    left: calc(60% - 600px);
}

.p8 {
    width: 50px;
    bottom: 40px;
    right: calc(86% - 600px);
}

.p9 {
    width: 80px;
    top: 150px;
    right: calc(64% - 600px);
    rotate: calc(10deg);
}

.p10 {
    width: 80px;
    bottom: 165px;
    left: calc(65% - 600px);
    rotate: calc(-10deg);
}

.p11 {
    width: 50px;
    bottom: 155px;
    right: calc(83% - 600px);
}

.p12 {
    width: 150px;
    bottom: -50px;
    right: calc(81% - 600px);
}

.p13 {
    width: 50px;
    top: 60px;
    right: calc(83% - 600px);
}

.p14 {
    width: 50px;
    bottom: 20px;
    right: calc(66% - 600px);
}

.p15 {
    width: 800px;
    height: 50px;
    top: -150px;
    right: calc(75% - 600px);
    rotate: calc(180deg);
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh; 
    overflow: hidden;
}

body {
    background-image: url('pon.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    
    position: relative;
    margin: 0;
    padding: 60px 20px;
    font-family: Verdana, Geneva, sans-serif;
    color: #2c3e6b;
}

.ust-kutu {
    max-width: 900px;
    height: 140px; 
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    background-image: url('fok.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;  
    border-radius: 20px;
}

.wrap {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.nav-box {
    width: 160px;
    background: #f9f8e5;
    border: 2px solid #d0e0ab;
    border-radius: 20px 0px 0px 20px;
    padding: 15px;
    height: auto;
    font-family: 'Courier New', monospace;
    text-align: center;
}

.nav-kare {
    width: 180px;     
    height: 180px;              
    border-radius: 6px;          
    background-image: url('pfp.png');
    background-size: 100% 100%;
    margin: -5px auto 15px -10px;   
    box-sizing: border-box;
}

.nav-box h2 {
    font-size: 25px;
    margin: 0 0 0px 0;
    color: #d4a3aa;
}

.nav-box h3 {
    font-size: 20px;
    margin: 0 0 0px 0;
    color: #c6d999;
}

.nav-box h4 {
    font-size: 20px;
    margin: 40px 0 0px 0;
    color: #a9b984;
}

.nav-box2 {
    width: 160px;
    background: #f9f8e5;
    border: 2px solid #d0e0ab;
    border-radius: 0px 20px 20px 0px;
    padding: 15px;
    height: 460px;
}

.nav-box2 h2 {
    font-size: 15px;
    margin: 0 0 10px 0;
    color: #d4a3aa;
}

.nav-box2 a {
    display: block;
    color: #d4a3aa;
    margin-bottom: 4px;
    text-decoration: none;
}

.mini-kutu-grubu {
    display: flex;
    flex-direction: column; 
    gap: 8px;              
    margin-top: 15px;
    color: #d4a3aa;     
}


.mini-kutu {
    border: 3px solid #d0e0ab;
    border-radius: 10px;     
    padding: 8px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    transition: transform 0.1s;
}

.mini-kutu:active {
    transform: scale(0.98);
}


.mini-kutu a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    height: 100%;
}

.ku {
    height: 125px;
    color: #a9b984;
    font-size: 13px;
}


.content-box {
    flex: 1;
    max-height: 450px;
    overflow-y: auto;
    background: #f9f8e5;
    border: 2px solid #d0e0ab;
    padding: 20px 25px;
}

.content-box h3 {
    margin-top: 0;
    color: #8a976d;
}

.content-box h2 {
    color: #6d9774;
}



.content-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #a9b984;
}

.content-box::-webkit-scrollbar {
    width: 8px;
}


.content-box::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Hareket eden çubuk */
.content-box::-webkit-scrollbar-thumb {
    background: #ffc3cb; 
    border-radius: 10px;
}

.tobi-galeri {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    
    max-height: none;
    overflow: visible;
    
    padding: 8px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.tobi-galeri img {
    width: 100%;
    height: auto; 
    aspect-ratio: 1 / 1;
    object-fit: cover;
    
    min-width: 0;
    
    border-radius: 8px;
    border: 2px solid #ffc3cb;
    display: block;
    transition: transform 0.3s ease;
}

.tobi-galeri img:hover {
    transform: scale(1.09);
}

.friends {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    
    max-height: none;
    overflow: visible;
    
    padding: 8px;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.friends img{
    width: 100%;
    height: auto; 
    aspect-ratio: 1 / 1;
    object-fit: cover;
    
    min-width: 0;
    
    border-radius: 8px;
    border: 2px solid #ffc3cb;
    display: block;
    transition: transform 0.3s ease;
}

.friends img:hover {
    transform: scale(1.09);
}

footer {
    text-align: center;
    margin-top: 5px;
    font-size: 11px;
    color: #ffc3cb  ;
    background: #f9f8e5;
    border: 1px solid #d0e0ab;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 4px;
    border-radius: 4px;
}