@font-face {
    font-family: "ChooseElegantRegular";
    src: url("fonts/chooselegantregular.ttf") format("truetype");
}
/* =====================================================
   DUVAR
===================================================== */

* {
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}


body {

    margin: 0;

    padding: 0;

    min-height: 100vh;

    background: #050505;

    color: #ffffff;

    font-family: "ChooseElegantRegular", sans-serif;

}


/* =====================================================
   ARKA PLAN
===================================================== */

.wall-background-video {
    position: fixed;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: -2;

    pointer-events: none;
}

/* =========================================
   ANA MENÜ
========================================= */

.main-nav {
    width: 742px;
    height: 50px;

    margin: 25px auto 0;

    position: relative;
    z-index: 1000;
}


/* MENÜNÜN İÇİ */

.nav-menu {
    width: 100%;
    height: 50px;

    margin: 0;
    padding: 0 18px;

    list-style: none;

    display: grid;

    /*
       3 seçenek
       LOGO
       3 seçenek
    */
    grid-template-columns:
        1fr
        1fr
        1fr
        70px
        1fr
        1fr
        1fr;

    align-items: center;

    box-sizing: border-box;

    background: rgba(20, 20, 20, 0.48);

    border: 1px solid rgba(255, 255, 255, 0.18);

    border-radius: 28px;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    box-shadow:
        0 4px 18px rgba(0, 0, 0, 0.20);
}


/* =========================================
   MENÜ YAZILARI
========================================= */

.nav-menu li {
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;
}


.nav-menu li a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    color: rgba(255, 255, 255, 0.88);

    text-decoration: none;

    font-size: 13px;
    font-weight: 500;

    letter-spacing: 0.3px;

    white-space: nowrap;

    transition:
        color 0.25s ease,
        opacity 0.25s ease;
}


.nav-menu li a:hover {
    color: #ffffff;
}


/* =========================================
   LOGO
========================================= */

.nav-menu .nav-logo {
    width: 70px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
}


.nav-menu .nav-logo a {
    width: 70px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.nav-menu .nav-logo img {
    width: 48px;
    height: auto;

    max-height: 44px;

    object-fit: contain;

    display: block;
}


/* =========================================
   MOBİL BUTON
========================================= */

.nav-toggle {
    display: none;
}


.hamburger {
    display: none;
}



/* ACCOUNT */

.header-account {

    display: flex;

    align-items: center;

    white-space: nowrap;

}


.header-account a {

    color: #ffffff;

    text-decoration: none;

    font-family: Arial, sans-serif;

    font-size: 13px;

}


/* =====================================================
   ANA DUVAR
===================================================== */

.wall-page {

    width: min(1024px, 92%);

    margin: 34px auto 80px;

}


/* =====================================================
   BAŞLIK
===================================================== */

.wall-intro {

    text-align: center;

    margin-bottom: 40px;

}


.wall-intro h1 {

    margin: 0 0 8px;

    font-size: 34px;

    font-weight: 400;

    letter-spacing: 1px;

}


.wall-intro p {

    margin: 0;

    color: #999999;

    font-size: 15px;

}


.intro-symbol {

    margin-top: 14px;

    color: #dddddd;

    font-size: 18px;

}


/* =====================================================
   PAYLAŞIM KUTUSU
===================================================== */

.share-box {

    width: 100%;

    display: flex;

    gap: 18px;

    padding: 14px 16px;

    margin-bottom: 16px;

    background:
        rgba(18,18,18,.82);

    border:
        1px solid
        rgba(255,255,255,.10);

    border-radius: 14px;

    backdrop-filter: blur(12px);

    -webkit-backdrop-filter: blur(12px);

}


.share-avatar {

    width: 52px;

    height: 52px;

    flex: 0 0 52px;

    border-radius: 50%;

    overflow: hidden;

    background: #111;

}


.share-avatar img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}


.share-content {

    flex: 1;

    min-width: 0;

}


#wall-text {

    display: block;

    width: 100%;

    min-height: 76px;

    max-height: 260px;

    padding: 16px;

    resize: vertical;

    outline: none;

    border: none;

    border-radius: 10px;

    background:
        rgba(34,34,34,.86);

    color: #ffffff;

    font-family: inherit;

    font-size: 15px;

}


#wall-text::placeholder {

    color: #858585;

}


#wall-text:focus {

    background:
        rgba(38,38,38,.95);

}


/* =====================================================
   ALT PAYLAŞIM KONTROLLERİ
===================================================== */

.share-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    margin-top: 10px;

}


.share-tools {

    display: flex;

    align-items: center;

    gap: 8px;

}


.share-tool {

    display: flex;

    align-items: center;

    gap: 6px;

    padding: 9px 13px;

    border: none;

    border-radius: 20px;

    background:
        rgba(30,30,30,.95);

    color: #dddddd;

    font-family: inherit;

    font-size: 14px;

    cursor: pointer;

    transition: .2s;

}


.share-tool:hover {

    background: #292929;

}


.share-tool.active {

    background: #242424;

}


.tool-icon {

    font-family: Arial, sans-serif;

    font-size: 13px;

}


.share-button {

    min-width: 94px;

    padding: 10px 20px;

    border: none;

    border-radius: 22px;

    background: #ffffff;

    color: #111111;

    font-family: Arial, sans-serif;

    font-weight: 600;

    cursor: pointer;

    transition: .2s;

}


.share-button:hover {

    background: #dddddd;

}


.share-button:disabled {

    opacity: .5;

    cursor: wait;

}


/* =====================================================
   MEDYA ÖNİZLEME
===================================================== */

.media-preview {

    margin-top: 12px;

}


.media-preview.hidden {

    display: none;

}


.preview-inner {

    position: relative;

    width: min(420px, 100%);

    overflow: hidden;

    border-radius: 12px;

    background: #111;

    border:
        1px solid
        rgba(255,255,255,.10);

}


#preview-content img {

    display: block;

    width: 100%;

    max-height: 320px;

    object-fit: cover;

}


#preview-content video {

    display: block;

    width: 100%;

    max-height: 320px;

    background: #000;

}


.remove-media {

    position: absolute;

    top: 8px;

    right: 8px;

    z-index: 5;

    width: 28px;

    height: 28px;

    border: none;

    border-radius: 50%;

    background:
        rgba(0,0,0,.75);

    color: white;

    font-size: 20px;

    line-height: 1;

    cursor: pointer;

}


/* =====================================================
   GÖNDERİ GRID - PINTEREST / MASONRY
===================================================== */

/* =====================================================
   GÖNDERİ GRID
===================================================== */

.wall-posts {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 14px;

    align-items: start;
}

/* =====================================================
   GÖNDERİ KARTI
===================================================== */

/* =====================================================
   GÖNDERİ KARTI
===================================================== */


.wall-post {

    width: 100%;

    height: 440px;

    min-height: 0;

    overflow: hidden;

    padding: 14px;

    position: relative;

    display: flex;

    flex-direction: column;

    background:
        rgba(19,19,19,.88);

    border:
        1px solid
        rgba(255,255,255,.10);

    border-radius: 13px;

    backdrop-filter: blur(10px);

    -webkit-backdrop-filter: blur(10px);

    animation: postAppear .25s ease;
}

@keyframes postAppear {

    from {

        opacity: 0;

        transform:
            translateY(8px);

    }

    to {

        opacity: 1;

        transform:
            translateY(0);

    }

}


/* =====================================================
   KULLANICI
===================================================== */

.wall-post-user {

    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 14px;

}


.wall-post-avatar {

    width: 38px;

    height: 38px;

    flex: 0 0 38px;

    border-radius: 50%;

    overflow: hidden;

    background: #111;

}


.wall-post-avatar img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}


.wall-post-user-info {

    min-width: 0;

    display: flex;

    flex-direction: column;

}


.wall-post-username {

    color: #ffffff;

    font-family: Arial, sans-serif;

    font-size: 14px;

    font-weight: 600;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}


.wall-post-time {

    margin-top: 3px;

    color: #777777;

    font-family: Arial, sans-serif;

    font-size: 11px;

}


/* =====================================================
   YAZI
===================================================== */

.wall-post-text {

    margin: 0 0 13px;

    color: #e5e5e5;

    font-family: Arial, sans-serif;

    font-size: 14px;

    line-height: 1.55;

    white-space: pre-wrap;

    overflow-wrap: anywhere;

    overflow: hidden;
}


/* =====================================================
   GÖNDERİ MEDYASI
===================================================== */

.wall-post-media {

    width: 100%;

    margin-top: 4px;

    margin-bottom: 13px;

    overflow: hidden;

    border-radius: 9px;

    background: #080808;

}


.wall-post-media img {

    display: block;

    width: 100%;

    max-height: 330px;

    object-fit: cover;

}


.wall-post-media video {

    display: block;

    width: 100%;

    max-height: 330px;

    object-fit: cover;

    background: #000;

}


/* =====================================================
   AKSİYONLAR
===================================================== */

.wall-post-actions {

    display: flex;

    align-items: center;

    gap: 15px;

    width: 100%;

    margin-top: auto;

    padding-top: 10px;

    flex-shrink: 0;

    border-top:
        1px solid
        rgba(255,255,255,.08);
}


.post-action {

    display: inline-flex;

    align-items: center;

    gap: 5px;

    padding: 0;

    border: none;

    background: transparent;

    color: #c9c9c9;

    font-family: Arial, sans-serif;

    font-size: 13px;

    cursor: pointer;

}


.post-action:hover {

    color: #ffffff;

}


.like-button.liked {

    color: #ef5965;

}


.delete-post {

    margin-left: auto;

    color: #888888;

}


.delete-post:hover {

    color: #ef5965;

}


/* =====================================================
   YÜKLENİYOR
===================================================== */

.wall-loading {

    text-align: center;

    padding: 35px;

    color: #888888;

}


.hidden {

    display: none !important;

}


/* =====================================================
   BOŞ
===================================================== */

.wall-empty {

    padding: 70px 20px;

    text-align: center;

    color: #777777;

    font-size: 15px;

}


/* =====================================================
   SAYFALAMA
===================================================== */

.pagination {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 8px;

    margin-top: 30px;

}


.page-button {

    width: 36px;

    height: 36px;

    border: none;

    border-radius: 50%;

    background:
        rgba(25,25,25,.9);

    color: #aaaaaa;

    cursor: pointer;

    transition: .2s;

}


.page-button:hover {

    color: white;

    background: #292929;

}


.page-button.active {

    background: #eeeeee;

    color: #111111;

}


.page-button:disabled {

    opacity: .35;

    cursor: default;

}


/* =====================================================
   RESPONSIVE
===================================================== */

@media (max-width: 850px) {

    .main-nav {

        gap: 15px;

    }


    .main-nav a {

        font-size: 11px;

    }


    .wall-page {

        width: 94%;

    }


    .wall-posts {

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

    }

}


@media (max-width: 600px) {

    .site-header {

        padding-top: 14px;

    }


    .main-nav {

        width: 96%;

        gap: 8px;

        padding: 0 10px;

    }


    .main-nav a {

        font-size: 9px;

    }


    .nav-logo {

        width: 55px !important;

        height: 55px;

    }


    .nav-logo img {

        width: 62px;

        height: 62px;

    }


    .wall-page {
    width: 94%;
    margin-top: 0;
}


    .wall-intro h1 {

        font-size: 29px;

    }


    .wall-intro p {

        font-size: 13px;

    }


    .share-box {

        padding: 12px;

        gap: 10px;

    }


    .share-avatar {

        width: 40px;

        height: 40px;

        flex-basis: 40px;

    }


    .share-bottom {

        align-items: flex-start;

        flex-direction: column;

    }


    .share-tools {

        width: 100%;

        overflow-x: auto;

    }


    .share-tool {

        white-space: nowrap;

    }


    .share-button {

        align-self: flex-end;

    }


    .wall-posts {

        grid-template-columns: 1fr;

    }

}


@media screen and (max-width: 600px) {

    .wall-page {
        transform: translateY(-100px);
    }

}