@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
ol, ul{
	padding:0px;
}
footer {
    background-color: #1e1e1e;
    width: 100%;
    margin-top: -10px;
    padding: 40px 0;
}


.footer-inner {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 990px;
}

.footer-inner .footer-group {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

.footer-inner .footer-group h4 {
    color: white;
    font-weight: bold;
    margin: 10px 0;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    color: #cecece;
}

.footer-inner .footer-group p {
    color: #8f8f97;
    font-family: Poppins, sans-serif;
}

#footer-bilgi {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 990px;
    color: #8f8f97;
    font-family: Poppins, sans-serif;
    margin-top: 30px;
}

footer li {
    margin: 5px 0;
}

footer a {
    color: #adadad;
    font-family: Poppins, sans-serif;
}

body::-webkit-scrollbar {
    width: 13px;
}

body {
    scrollbar-width: thin;
    scrollbar-color: #90999e #212121;
}

body::-webkit-scrollbar-track {
    background: #212121;
}

body::-webkit-scrollbar-thumb {
    background-color: #90999e;
    border-radius: 6px;
    border: 3px solid #212121;
}
.icerik{
	font-family: Poppins, sans-serif;
}