@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}

.hero-image-container {
  width: 80%;
  margin: 20px auto; /* Ortalamak için */
	margin-top: 40px;
}

.hero-image-container img {
  width: 100%;
  height: auto;
  border-radius: 10px; /* İsteğe bağlı köşe yumuşatma */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Hafif gölge */
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  color: #333;
}

.blog-header {
  background-color: #fff;
  padding: 2rem;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.blog-header h1 {
  margin-bottom: 0.5rem;
}

.blog-header .date {
  color: #888;
  font-size: 0.9rem;
}

.anchor-nav {
  background-color: #fff;
  padding: 1rem 2rem;
  border-bottom: 1px solid #ddd;
}

.anchor-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0;
  margin: 0;
}

.anchor-nav a {
  text-decoration: none;
  color: #007acc;
  font-weight: bold;
}

.anchor-nav a:hover {
  text-decoration: underline;
}

.blog-content {
  padding: 2rem;
  max-width: 900px;
  margin: auto;
  background-color: #fff;
}

.crate-section {
  margin-top: 3rem;
}

.crate-section img {
  width: 100%;
  height: auto;
  margin: 1rem 0;
  border-radius: 8px;
}

.crate-section h3 {
  color:#686868;
  margin-bottom: 0.5rem;
}

.crate-section ul {
  padding-left: 1.5rem;
}

.blog-footer {
  text-align: center;
  padding: 2rem;
  background-color: #f1f1f1;
  margin-top: 3rem;
}

.blog-footer a {
  text-decoration: none;
  color: #555;
  font-weight: bold;
}

.blog-footer a:hover {
  color: #000;
}
h3 a {
  text-decoration: none;
  color: #707070;
  transition: color 0.3s ease;
	text-decoration-line: underline;
}

h3 a:hover {
  color:#323232;
}
.anchor-link {
  text-decoration: none;
  margin-right: 8px;
  color: #999;
  font-size: 0.9em;
  transition: color 0.3s ease;
}

.anchor-link:hover {
  color: #007acc;
}
.back-to-blog {
  text-align: center;
  margin: 60px auto 40px;
}

.back-to-blog a {
  display: inline-block;
  font-size: 1.1rem;
  text-decoration: none;
  color:#797979;
  padding: 10px 20px;
  border: 2px solid #797979;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.back-to-blog a:hover {
  background-color: #797979;
  color: #fff;
}
h3 + img {
  display: block;
  width: 80%;
  max-width: 700px;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  margin: 16px auto;
  border: 2px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.navbar a {
    color:darkgray!important;
    font-size: 1.2rem;
    padding: 10px;
    text-decoration: none;
}

.navbar a:hover {
    color: #ffffff;
   
    transition: background-color 0.3s ease;
	background-color: transparent !important; /* Arkaplan rengini kaldir */
}

.navbar-toggler {
    border-color: gray!important;
}

.navbar-toggler-icon {
    background-color: gray!important;
}

.container {
    max-width: 1200px; /* MasaÃ¼stÃ¼nde geniÅŸliÄŸi sÄ±nÄ±rlÄ±yoruz */
    margin: 0 auto;
}
@media only screen and (max-width:760px){
	
	.navbar{
		background: linear-gradient(to right, gray, white);
		position: fixed;
		top: 0; left: 0; width: 100%;
	    
	}
}

.navbar-brand{
	font-weight: 600;
	
}
.navbar li{
	margin-left: 10px;
}

.navbar li a img{
	opacity: 0.6;
	border-radius: 50%;
}

.navbar li a{
	font-size: 15px;
	color:black!important;
	font-weight: 400;
	letter-spacing: 1px;
	transition: 0.2s;
}
.navbar .navbar-nav .active>a,
.navbar .navbar-nav a:hover{
	color: white!important;
}

.navbar a img {
	border-radius: 50%;
	opacity: 0.6;
}

.navbar nav a span{
	color: darkgray!important;
}

.navbar-nav {
    display: flex;
    align-items: center;
    margin-right: auto; /* SaÄŸa yaslanmasÄ±nÄ± saÄŸlÄ±yoruz */
}

@media only screen and (max-width:768px){
	.bolum1{
		height: 850px;
	}
	h2{
		margin-top: 35px;
	}
	
}
.language-buttons {
      position: fixed;
      top: 20px;
      right: 20px;
    }
    /* Dil seÃ§imi dÃ¼ÄŸmelerinin boyutunu kÃ¼Ã§Ã¼lt */
    .language-buttons .btn {
      font-size: 12px;
      padding: 5px 10px;
		color: white!important;
    }
    /* Dil seÃ§imi dÃ¼ÄŸmelerindeki resimlerin boyutunu ayarla */
    .language-buttons img {
      width: 40px;
      height: 40px;
    }
@media (max-width: 768px) {
  .language-buttons {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px; /* Ä°stenilen bir boÅŸluk deÄŸeri verebilirsiniz */
  }
	}
.navbar .navbar-nav .language-buttons .btn  img:hover{
	transform: scale(1.4);
	background: rgba(80,80,80,0.3);
	border-radius: 35px;
	z-index: 2;
	transition: 0.9s;
	cursor: pointer;
}
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, gray, white); /* Ä°ki renkli geÃ§iÅŸ */
    z-index: 1000;
    padding: 10px 30px;
}
footer {
    background:#D8D8D8!important;
    color: white;
    padding: 20px 0;
}

.footer-logo img {
    width: 150px;
}

.sosyalmedya {
    display: flex;
    gap: 15px;
}

.sosyalmedya li {
    list-style: none;
}

.sosyalmedya a {
    color: white;
    font-size: 24px;
    transition: 0.3s;
	border: none;
}

.sosyalmedya a:hover {
    color: #ff6600;
}

.footer-links li {
    margin: 5px 15px;
}

.footer-links a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
	border: none;
}

.footer-links a:hover {
    color: #ff6600;
}