@font-face {
    font-family: black;
    src: url(../font/DinBlack.otf);
}

@font-face {
    font-family: bold;
    src: url(../font/DinBold.otf);
}

@font-face {
    font-family: light;
    src: url(../font/DinLight.otf);
}

@font-face {
    font-family: medium;
    src: url(../font/DinMedium.otf);
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
}


::-webkit-scrollbar {
    width: 20px;
    border-right: 5px solid #fff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    background: #0d0d0d;
    border: 5px solid #e6e6e6;
    border-radius: 10px;
    transition: all .3s;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #0d0d0d55;
    }

body {
    font-family: medium;
    color: #0D0D0D;
    min-width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
}

.header {
    background-color: #e6e6e6;
    width: calc(100% - 200px);
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    box-shadow: 0 0 5px 5px #0005;
    position: relative;
    z-index: 9999;
}

    .header .sol {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

        .header .sol img {
            width: auto;
            height: 150px;
            object-fit: contain;
            margin: 20px 0;
        }

    .header .baslik {
        border-left: 6px solid #E30613;
        padding: 0 20px;
        font-size: 25px;
        margin-left: 30px;
        font-family: bold;
    }

        .header .baslik b {
            font-family: black;
        }

.sag {
    display: flex;
    align-items: flex-end;
    text-align: center;
}

    .sag a {
        margin-left: 100px;
        text-decoration: none;
        color: inherit;
        padding-bottom: 5px;
        font-size: 20px;
        opacity: 0.5;
        transition: all 0.3s;
        border-bottom: 4px solid #0000;
        font-family: bold;
    }

        .sag a:hover,
        .aktif {
            border-bottom: 4px solid #000f !important;
            opacity: 1 !important;
        }

.alfabe {
    background-color: #e6e6e6;
    width: calc(100% - 200px);
    padding: 0 100px;
    position: sticky;
    top: 0;
    z-index: 999;
}

    .alfabe .abc {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

.alfabe-item {
    min-width: 25px;
    height: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    opacity: 0.5;
    border-bottom: 2px solid #0000;
    text-align: center;
}

    .alfabe-item:hover,
    .alfabe .aktif {
        opacity: 1 !important;
        border-bottom: 2px solid #000 !important;
    }

.ara {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    background-color: #0D0D0D;
    padding: 15px;
    padding-right: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    width: 400px;
    text-align: center;
}

    .ara input {
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        padding: 10px 40px;
        margin-top: 10px;
        font-family: medium;
        color: #0D0D0D;
        font-size: 18px;
        background-image: url(search.png);
        background-position-y: center;
        background-position-x: 5px;
        background-size: 30px;
        background-repeat: no-repeat;
    }

    .ara img {
        width: 25px;
        height: 25px;
        object-fit: contain;
        position: absolute;
        bottom: 25px;
        left: 20px;
    }

.liste {
    width: calc(100% - 200px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 100px;
}

    .liste .item {
        width: 80%;
        margin: 20px 0;
    }

    .liste .item-baslik {
        display: block;
        margin-bottom: 10px;
        font-size: 30px;
        font-family: black;
        color: #0D0D0D;
        ;
        position: relative;
    }

        .liste .item-baslik::before {
            content: "";
            position: absolute;
            left: -15px;
            z-index: 99;
            background-color: #000;
            height: 10px;
            width: 10px;
            border-radius: 100%;
            margin-right: 20px;
            margin-top: 15px;
        }

    .liste .hr {
        background: linear-gradient(90deg, #000 0%, #0000 100%);
        height: 2px;
        width: 100%;
        margin-top: 30px;
    }

    .liste p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }

        .liste p a {
            text-decoration: none;
            color: #b61d2a;
        }

.footer {
    background-color: #e6e6e6;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .footer img {
        height: 80px;
        width: auto;
        object-fit: contain;
        margin: 20px 40px;
    }

.alfabe svg {
    width: 25px;
    height: 20px;
    object-fit: contain;
    object-position: center;
    margin-top: 5px;
    opacity: 0.5;
}

    .alfabe svg:hover, .all.aktif svg {
        opacity: 1 !important;
        border: none !important;
    }

    .alfabe svg:hover, .all.aktif {
        opacity: 1 !important;
        border: none !important;
    }

@media screen and (max-width: 1300px) {
    body {
        overflow-y: auto;
    }

    .header {
        flex-direction: column;
        width: calc(100% - 50px);
        padding: 0 25px;
    }

    .sag {
        padding-bottom: 20px;
    }

        .sag a {
            margin: 0 50px;
        }

    .alfabe {
        width: calc(100% - 50px);
        padding: 0 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .alfabe .abc {
            overflow-x: scroll;
        }

    .ara {
        top: 0;
        flex-direction: row;
        justify-content: space-between;
        border-radius: 0;
        left: 0;
        width: calc(100vw - 15px);
        align-items: center;
        position: relative;
        margin-left: 0;
        padding: 15px 0;
        padding-left: 15px;
        padding-right: 0 !important;
    }

        .ara input {
            margin: 0;
        }

    .liste {
        width: calc(100% - 50px);
        padding: 25px;
    }

        .liste .item {
            width: 100%;
        }

    .footer {
        justify-content: space-evenly;
    }

        .footer a {
            max-width: 33%;
        }

        .footer img {
            height: 70px;
            width: 100%;
            object-fit: contain;
            margin: 20px auto;
        }
}

@media screen and (max-width: 800px) {
    .header .sol {
        flex-direction: column;
    }

    .header .baslik {
        border: none;
        margin-left: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .sag {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .sag a {
            margin: 10px 0;
            text-align: center;
        }

    .ara {
        flex-direction: column;
    }

        .ara input {
            border-radius: 20px;
            margin-top: 10px;
        }
}
