/* Genel Stil */

@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Rethink Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
h1, h2{
	width:100%;
	padding:5px;
	margin:10px auto;
}
a{
	text-decoration:none;
	/* overflow:hidden; */
}
p{
	padding:5px;
	overflow:hidden;
}
ul{
	margin:0 auto;
	padding:10px;
	overflow:hidden;
	list-style: inside;
}
li{
	padding:2px;
}
p span{
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
p a {
	width: 120px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}
p a img{
	width:64px;
	border-radius:50%;
	margin:0 auto;
	text-align:center;
}
body {
    transition: background-color 0.3s ease, color 0.3s ease;
    font-size: 1rem;
}
main{
	margin-top:50px;
}
footer{
	margin-top:50px;
	text-align:center;
}
/* .container { */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
    /* min-height: 100vh; */
    /* padding: 20px; */
	/* overflow:hidden; */
/* } */
.container {
			width:90%;
            max-width: 800px;
            margin: 60px auto;
            /* background: #fff; */
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
/* Aydınlık ve Karanlık Tema */
body.light {
    background-color: #f5f5f5;
    color: #333;
}

body.light a{
	color:#333;
}
body.dark a{
	color:#f5f5f5;
}
body.dark {
    background-color: #1a1a1a;
    color: #f5f5f5;
}
body.dark .logo{
	content:url(images/logo-beyaz.png);
	width:36px;
}
body.light .logo{
	content:url(images/logo.png);
	width:36px;
}
body.dark .menu-btn{
	content:url(images/menu-btn-beyaz.svg);
	width:36px;
}
body.light .menu-btn{
	content:url(images/menu-btn.svg);
	width:36px;
}
body.dark .bsc-logo{
	content:url(bscscan-logo-dark.svg);
	/* width:36px; */
}
body.light .bsc-logo{
	content:url(bscscan-logo-light.svg);
	/* width:36px; */
}
body.light header, body.light  nav{
	background-color: #f5f5f550;
	
}
body.dark header, body.dark  nav {
	background-color: #1a1a1a50;
	
}
body.light header, body.light  header{
	background-color: #f5f5f5;
	
}
body.dark header, body.dark  header {
	background-color: #1a1a1a;
	
}
body.light .nav-btn-grup{
	background-color: #f5f5f5;
	
}
body.dark .nav-btn-grup {
	background-color: #1a1a1a;
	
}
/* Tema ve Dil Değiştirici Düğmeler */
header{
    position: fixed;
	/* width:calc(100% - 40px); */
    top:0;
	left:0;
	right:0;
    padding:10px 20px;
    display: flex;
    gap: 0px;
	border-bottom:1px solid #ddd;
	/* background:red; */
	align-items: center;
	outline:none;
	overflow:hidden;
	min-height:50px;
	z-index:11;
}
.title-header{
	display:flex;
	width:100%;
	margin-left:0;
	margin-right:auto;
	justify-content: center;
	font-size:12px;
	
}
button {
    background: none;
    border: 1px solid currentColor;
    color: inherit;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
}

body.light button:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
body.dark button:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

/* Logo Stili */
.logo {
    font-size: 24px;
    font-weight: bold;
    color: inherit;
    margin-right: auto; /* Logo solda kalır, diğer butonlar sağa kayar */
    padding-left: 10px;
}
.logo-text{
	display: flex;
    width: auto;
    margin-left: 5px;
    margin-right: auto;
    justify-content: center;
    font-weight: bolder;
    align-items: center;
	font-size:16px;
	
}
.menu-toggle{
	/* background: aquamarine; */
    display: flex;
    width: 100%;
    margin-left: 10px;
    margin-right: auto;
}
#toggle-theme, #toggle-lang{
	display: flex;
    width: 65px;
    justify-content: center;
    align-items: center;
}
nav{
	/* display: flex; */
	display: none;
    outline: none;
    overflow: hidden;
    /* background: red; */
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    height: 100vh;
    z-index: 12;
    padding: 10px;
	flex-direction:column;
	/* border-right:1px solid #ddd; */
}
.nav-btn-grup{
	display: flex;
	/* display: none; */
    outline: none;
    overflow: hidden;
    /* background: red; */
    width: 300px;
    position: fixed;
    top: 57px;
    left: 0;
    height: 100vh;
    z-index: 10;
    padding: 10px;
	flex-direction:column;
	border-right:1px solid #ddd;
}
.nav-btn{
	border:none;
	background:none;
}
.contact-info {
margin: 20px 0;
}
iframe {
width: 100%;
height: 400px;
border: 0;
}
#iletisim-formu{
	display: flex;
    /* background: red; */
    flex-direction: column;
    padding: 10px;
    outline: none;
    border: 1px solid;
    border-radius: 5px;
}
#iletisim-formu input{
	padding:5px;
	margin:0 auto;
}
#recapt{
	width:70px;
}
#token-img{
	margin:0 auto;
	padding:20px;
	text-align:center;
}
.ads-link{
	display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.bsc-logo{
	display:block;
	width:120px;
	margin-left:20px;
}
 .token-info {
	background: #e3e3e3;
	padding: 15px;
	border-radius: 5px;
	color:#333;
}
 .token-info a {
	color:#0887d1 !important;
	font-weight:500;
}