
.subtitle {
    margin-top: 45px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 3px;

    color: #075a9e;

    background: linear-gradient(
        45deg,

        #02182d 0%,
        #032b4d 8%,
        #043b68 16%,
        #064b7d 24%,
        #075a9e 32%,
        #2aa8df 40%,

        /* Eflatun ışık */
        #1b045a 50%,

        #48bde9 58%,
        #68cef1 66%,
        #8de0f7 74%,
        #b8effc 82%,
        #ddf8ff 91%,
        #f5fdff 100%
    );

    background-size: 180% 100%;
    background-position: 100% 70%;

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    animation: calmNeonWave 14s linear infinite;
}

@keyframes calmNeonWave {

    0% {
        background-position: 100% 70%;
    }

    50% {
        background-position: 0% 70%;
    }

    100% {
        background-position: -100% 70%;
    }
}

p {
    margin: 0 0 10px 0;
}


.copyright {
    position: fixed;

    bottom: 8px;
    right: 16px;

    display: flex;
    align-items: center;
    gap: 7px;

    font-family:
        "Nunito Sans",
        Arial,
        sans-serif;

    font-size: 10px;
    font-weight: 400;

    letter-spacing: 1.3px;

    z-index: 9999;
}


/* ©2024 Powered By */

.copyright span {
    color: rgb(220, 220, 233);

    font-family:
        "Nunito Sans",
        Arial,
        sans-serif;

    font-size: 10px;
    font-weight: 600;

    letter-spacing: 1.3px;

}


/* MaviRessam */

.copyright strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: rgb(220, 220, 233);

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 10px;
    font-weight: 800;

    letter-spacing: 0.9px;

    height: 18px;
    padding: 0 9px;

    line-height: 1;

    background:
        linear-gradient(
          
            darkblue
           
        );


    transition: all 0.3s ease;
}





#musicBtn {
    position: fixed;

    right: 18px;
    bottom: 42px;

    width: 32px;
    height: 32px;

    padding: 0;
    margin: 0;

    border-radius: 50%;

    font-family: Georgia, serif;
    font-size: 19px;
    line-height: 30px;
    text-align: center;

    cursor: pointer;

    z-index: 99999;

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    transition:
        all 0.3s ease;
}


/* 🟢 MÜZİK AÇIK */

#musicBtn.music-on {

    color: #63e6a5;

    background:
        rgba(40, 180, 120, 0.22);

    border:
        1px solid rgba(90, 230, 165, 0.5);

    box-shadow:
        0 2px 10px rgba(0, 200, 120, 0.18),
        inset 0 0 8px rgba(80, 230, 160, 0.08);
}


/* 🔴 MÜZİK KAPALI */

#musicBtn.music-off {

    color: #ff6b6b;

    background:
        rgba(180, 40, 40, 0.18);

    border:
        1px solid rgba(255, 90, 90, 0.38);

    box-shadow:
        0 2px 10px rgba(180, 40, 40, 0.12),
        inset 0 0 8px rgba(255, 80, 80, 0.06);
}


/* ÜZERİNE GELİNCE */

#musicBtn.music-on:hover {

    color: #b8ffdc;

    background:
        rgba(40, 190, 130, 0.38);

    transform:
        scale(1.1);
}


#musicBtn.music-off:hover {

    color: #ffaaaa;

    background:
        rgba(200, 50, 50, 0.32);

    transform:
        scale(1.1);
}








/* =====================================================
   MOUSE OKUNU TAMAMEN GİZLE
===================================================== */


body  {
    cursor: none 
}


/* =====================================================
   KUŞ
===================================================== */

#birdCursor {
    position: fixed;

    left: 0;
    top: 0;

    width: 100px;
    height: 70px;

    pointer-events: none;

    z-index: 999999;

    transform: translate(0, -50%);

    filter:
        drop-shadow(
            1px 2px 2px
            rgba(0, 0, 0, .25)
        );
}


/* =====================================================
   SVG
===================================================== */

#birdCursor svg {
    width: 100%;
    height: 100%;

    display: block;

    overflow: visible;
}


/* =====================================================
   KUŞ RENKLERİ
===================================================== */

.bird-wing,
.bird-body,
.bird-tail {
    fill: #050505;
}

.bird-beak {
    fill: #050505;
}

.bird-eye {
    fill: #ffffff;
}


/* =====================================================
   KANAT TEMELİ

   ÖNEMLİ:
   Sol kanadın kökü sağ tarafta.
   Sağ kanadın kökü sol tarafta.

   Bu yüzden dönüş noktalarını
   birbirinden farklı ayarlıyoruz.
===================================================== */

#birdCursor .wing-left {
    transform-box: fill-box;
    transform-origin: 100% 50%;
}

#birdCursor .wing-right {
    transform-box: fill-box;
    transform-origin: 0% 50%;
}


/* =====================================================
   SOL KANAT
===================================================== */

#birdCursor.flying .wing-left {
    animation:
        leftWingFlap
        0.75s
        ease-in-out
        infinite alternate;
}


/* =====================================================
   SAĞ KANAT
===================================================== */

#birdCursor.flying .wing-right {
    animation:
        rightWingFlap
        0.75s
        ease-in-out
        infinite alternate;
}


/* =====================================================
   SOL KANAT

   Çok hafif hareket.
   Kök gövdede sabit kalır.
===================================================== */

@keyframes leftWingFlap {

    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-7deg);
    }

    100% {
        transform: rotate(2deg);
    }
}


/* =====================================================
   SAĞ KANAT
===================================================== */

@keyframes rightWingFlap {

    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(7deg);
    }

    100% {
        transform: rotate(-2deg);
    }
}
