*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:'Poppins',sans-serif;
}

body{
    background:linear-gradient(to bottom,#050816,#111827,#2d1b69);
    color:white;
    text-align:center;
    overflow-x:hidden;
}

header{
    padding:50px 20px;
}

header h1{
    font-family:'Great Vibes',cursive;
    font-size:60px;
    color:#ff7eb9;
}

header p{
    margin-top:10px;
    font-size:20px;
    color:#ddd;
}

section{
    padding:60px 20px;
}

.hero h2,
.counter h2,
.gallery h2,
.letter h2{
    color:#ffb6d9;
    margin-bottom:20px;
    font-size:36px;
}

.hero p,
.letter p{
    max-width:800px;
    margin:auto;
    line-height:1.8;
    font-size:20px;
}

#sayac{
    margin-top:25px;
    font-size:32px;
    font-weight:bold;
    color:#ffd166;
}

.slider{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:30px;
}

.slider img{
    width:700px;
    max-width:90%;
    height:500px;
    object-fit:cover;
    border-radius:20px;
    transition:opacity .8s ease;
    box-shadow:0 0 25px rgba(255,255,255,.25);
}

footer{
    padding:50px 20px;
    color:#ffb6d9;
}

#loading{
    position:fixed;
    inset:0;
    background:#050816;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    z-index:9999;
    animation:fadeOut 2s forwards;
    animation-delay:2s;
}

#loading h1{
    font-size:70px;
}

#loading h2{
    font-family:'Great Vibes',cursive;
    font-size:48px;
    margin-top:10px;
}

@keyframes fadeOut{
    to{
        opacity:0;
        visibility:hidden;
    }
}#musicBtn{
    position:fixed;
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
    background:#ff4d6d;
    color:white;
    border:none;
    padding:15px 30px;
    border-radius:50px;
    font-size:18px;
    cursor:pointer;
    z-index:9999;
    box-shadow:0 0 20px rgba(255,77,109,.5);
}



.slider{
    width:100%;
    max-width:420px;
    margin:30px auto 0;
}

.slider img{
    width:100%;
    aspect-ratio:3/4;
    height:auto;
    object-fit:cover;
    object-position:center;
    border-radius:20px;
    display:block;
    transition:opacity .8s ease;
    box-shadow:0 0 25px rgba(255,255,255,.25);
}
