@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@200;300;400;500;600;700&amp;display=swap');

html {
	scroll-behavior: smooth;
}

body {
	font-family: 'Readex Pro', sans-serif !important;
	font-size: 14px;
	color: #ffe2a3;
	background: url('../img/bg.png');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

/* NAVIGATION */
.navbar {
	max-width: 100% !important;
	height: 51px;
	display: block !important;
	margin-right: auto !important;
	margin-left: auto !important;
	text-align: center;
}

.navbar-nav {
	text-align: center !important;
	float: none !important;
}

.navbar-nav>li {
	float: none !important;
	list-style: none !important;
	display: inline-block !important;
}

.navbar-nav>li>a {
	line-height: 20px !important;
}

@media (min-width: 768px) {
	.navbar-default {
		background: url('../img/bg-menu.html') no-repeat center;
	}

	.baslik {
		background: url(../img/baslik.html) no-repeat center;
		text-align: center;
		width: 100%;
		height: 82px;
		line-height: 80px;
		font-size: 22px;
		font-weight: bold;
		color: #3e1c00;
		text-shadow: 0px 0px 5px #ffe5b1;
		margin: 20px 0px 20px 0px;
		text-transform: uppercase;
	}
}

@media (max-width: 767px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #cfb26b !important;
		background: #0b2234;
	}

	.navbar-header {
		background: #081723;
	}

	.navbar-default .navbar-toggle {
		border-color: #ffd370 !important;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #c4904d !important;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #0b2234 !important;
	}

	.baslik {
		background: linear-gradient(to top, #6c3c00, #ffb257);
		padding: 10px;
		max-width: 100%;
		width: 100%;
		font-size: 24px;
		font-weight: bold;
		color: #1e1107;
		border: 2px solid #ffc176;
		text-shadow: 1px 1px 1px #ffb257;
		margin-bottom: 10px;
		margin-top: 10px;
		border-radius: 30px;
		text-transform: uppercase;
	}
}

.navbar-default {
	background-color: transparent !important;
	border: none !important;
	text-align: center;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff !important;
	font-size: 18px;
	background: -webkit-linear-gradient(90deg, rgb(195 145 53) 20%, rgb(255 255 107) 100%);
	font-weight: bold;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #ff000000;
}

.footer {
	background: url('../img/footer.html');
	height: 367px;
}

.logo {
	margin: 0 auto;
}

.icerik {
	background: #0b0708;
}

img {
	max-width: 100%;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.sol_menu {
	z-index: 9999;
	position: fixed;
	left: 2%;
	top: 15%;      
	margin: 0 !important;
}

.sol_menu ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

.sol_menu ul li a {
	transition: 500ms;
	display: block;
	margin-bottom: 15px !important;
	text-align: center;
}

.sol_menu ul li a img {
	width: 250px; 
	height: auto;
	transition: 0.4s ease;
}

.sol_menu ul li a:hover img {
	transform: scale(1.05);
	filter: brightness(1.2);
}

.sosyal-linkler {
	position: fixed;
	top: 15%;       
	right: 2%;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px; 
	margin: 0 !important;
}

.sosyal-linkler img {
	display: block;
	width: 250px; 
	height: auto;
	transition: 0.5s;
}

.sosyal-linkler a:hover img {
	transform: scale(1.05);
}


@media (max-width: 767px) {
	.sol_menu {
		left: 5px !important;
		top: 80px !important;
		transform: scale(0.50) !important; 
		transform-origin: left top;
	}

	.sol_menu ul li a img {
		width: 150px !important; 
	}

	.sosyal-linkler {
		right: 5px !important;
		top: 80px !important;
		transform: scale(0.50) !important; 
		transform-origin: right top;
		gap: 5px !important; 
	}

	.sosyal-linkler img {
		width: 150px !important; 
	}
}

.mobil_menu {
	background: rgb(0 0 0 / 61%);
	width: 100%;
	z-index: 9;
	position: fixed;
	bottom: 10px;
}

.mobil_menu ul {
	width: 100%;
	list-style: none;
	margin: 0px !important;
	padding: 10px 20px !important;
}

.mobil_menu ul li a {
	padding: 10px;
	font-size: 22px;
	color: #fdffa4;
	transition: 500ms;
	text-shadow: 1px 1px 1px #141414;
	background: linear-gradient(90deg, rgb(63 0 0) 0%, rgb(145 0 0) 35%, rgb(40 0 0) 100%);
	display: block;
	margin: 10px;
	text-align: center;
}