html {
    scroll-behavior: smooth;
}

body {
    background: url('img/bg.png');
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 0px;
    margin: 0px;
    background-attachment: fixed;
    background-size: cover;
}

* {
    list-style: none;
    text-decoration: none;
}

.ortaMenu {
    margin-top: -1px;
    width: 100%;
}

.ortaMenu>img {
    margin: 0 auto;
}

img {
    width: 35%;
	display: block;
}

.discord-widget {
    z-index: 9;
    position: fixed;
    left: 30px;
    bottom: 20px;
}

.discord-widget img {
    width: 100%;
}

.FaceImg {
    position: fixed;
    left: 30px;
    bottom: 180px;
    z-index: 9;
}

.FaceImg img {
    width: 100%;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.mt-5 {
    margin-top: 3rem !important
}

.ms-5 {
    margin-left: 3rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.d-flex {
    display: flex !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

#images>img {
    margin: auto;
}

img {
    transition: 500ms;
}

img:hover {}

.butonlar {
    position: fixed;
    right: 220px;
    top: 75px;
    z-index: 50;
}

.butonlar img {
    width: 100%;
}

.butonlar a {
    display: block;
    margin-bottom: 10px;
}

@font-face {
    font-family: Fenomen;
    src: url("../fonts/Fenomen Slab SCN Light.otf");
}

.basliklar {
    z-index: 9;
    position: fixed;
    right: 70px;
    top: 350px;
    border: 1px dashed #8492b9;
    background: linear-gradient(90deg, rgb(10 14 34) 0%, rgb(6 8 22) 35%, rgb(8 12 32) 100%);
}

.basliklar ul {
    width: 100%;
    list-style: none;
    margin: 0px !important;
    padding: 10px 20px !important;
}

.basliklar a {
    font-family: Fenomen;
    font-size: 15px;
    color: #4b5f81;
    transition: 500ms;
}

.basliklar a:hover {
    filter: brightness(0.8);
    transition: 500ms;
}

@media (max-width: 1600px) {
    img {
        width: 50%;
    }

    .butonlar {
        right: 190px;
    }

    .basliklar {
        right: 60px;
    }
}

@media (max-width: 1370px) {
    img {
        width: 50%;
    }

    .butonlar img {
        width: 100%;
    }

    .basliklar {
        top: 300px;
    }

    .butonlar {
        right: 150px;
    }

    .basliklar {
        right: 25px;
    }

    .discord-widget img {
        width: 70%;
    }

    .FaceImg {
        bottom: 140px;
    }

    .FaceImg img {
        width: 70%;
    }
}

@media (max-width: 959px) {
    .butonlar {
        position: inherit;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 25px;
    }

    .butonlar img {
        width: 100px;
    }

    .basliklar {
        display: none;
    }

    img {
        width: 100%;
    }

    .ortaMenu {
        margin-top: 0px;
    }

    .discord-widget {
        display: none;
    }

    .FaceImg {
        display: none;
    }
}

.sidebar-r-navigation {
    position: fixed;
    top: 75%;
    transform: translateY(-50%);
    right: 0.5%
}

.sidebar-r-navigation .nav-item {
    display: block;
    right: -14px;
    width: 67px;
    height: 50px;
    margin-bottom: 5px;
    position: relative;
    transition: all ease .3s
}

.sidebar-r-navigation .nav-item.dc {
    background-image: url(images/nav_1_dc.png);
    background-repeat: no-repeat
}

.sidebar-r-navigation .nav-item.web {
    background-image: url(images/nav_1_web.png);
    background-repeat: no-repeat
}

.sidebar-r-navigation .nav-item.dc:hover,
.sidebar-r-navigation .nav-item.dc.active {
    background-image: url(images/nav_2_dc.png);
    background-repeat: no-repeat;
    right: 0
}

.sidebar-r-navigation .nav-item.web:hover,
.sidebar-r-navigation .nav-item.web.active {
    background-image: url(images/nav_2_web.png);
    background-repeat: no-repeat;
    right: 0
}

.sidebar-r-navigation .nav-item span {
    display: none;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #b06432;
    font-size: 12px;
    white-space: nowrap;
    display: block
}

.sidebar-navigation .nav-item:hover span,
.sidebar-navigation .nav-item.active span {
    display: block
}
