* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Andale Mono';
  src: url('/assets/font/Andale-Mono.ttf') format('truetype');
}
nav{
  background-color: #d1d0d0;
  overflow: hidden;
}
nav img {
  float: left;
  margin-left: 10%;
  margin-right: 8%;
  width: 70px;
  padding: 10px;
}
nav a{
  float: left;
  display: block;
  margin-top: 14px;
  color: rgb(109,131,113);
  text-align: center;
  padding: 14px 36px;
  text-decoration: none;
  font-size: 14px;
}
nav a.active {
  background-color: rgb(109,131,113);
  border-radius: 10px;
  color: black;
}
nav a:hover {
  background-color: rgb(109,131,113);
  color: black;
  border-radius: 10px;
}
nav .icon {
  display: none;
}
nav .icon:hover{
  background-color: rgb(109,131,113);
  color: black;
  border-radius: 10px;
}
nav .search-container{
  float: right;
  
}
nav input[type=text] {
  padding: 6px;
  margin-top: 22px;
  width: 295px;
  font-size: 13px;
  border: none;
  border-radius: 10px;
}
nav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 22px;
  margin-right: 206px;
  margin-left: 2px;
  background-color: rgb(109, 131, 113);
  font-size: 13px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
nav .search-container button:hover {
  background: #025d3c;
}
.foto-container{
    position: relative;
    max-width: 100%;
    margin: auto;
}
.body-search {
  text-align: center;
}
.body-search input[type=text]{
  padding: 6px;
  margin-top: 17px;
  width: 295px;
  font-size: 13px;
  border: none;
  border-radius: 10px;
}
.body-search button{
  padding: 6px 10px;
  margin-top: 17px;
  margin-right: 206px;
  margin-left: 2px;
  background-color: rgb(109, 131, 113);
  font-size: 13px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.body-search form {
  display: inline-block; 
}

.yazilar {
  color: rgb(109, 131, 113);
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
  text-align: center;
}
.yazilar h1{
  font-size: 50px;   
}
.yazilar p{
font-size: 20px;}


@media screen and (max-width: 600px) {
  nav a {display: none;}
  nav .search-container {display: none;}
  nav a.icon {
    float: right;
    display: block;
    margin-right: 5px;
  }
}

@media screen and (max-width: 600px) {
  nav.responsive {position: relative;}
  nav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  nav.responsive .search-container{
    float:none;
    display: block;
    text-align: left;
    margin-left: 12px;
  }
  nav.responsive .search-container button{
    float: none;
  }
  nav.responsive img{
    float: none;
    display: block;
    align-items: left;
  }
  nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media screen and (max-width:600px) {
    .yazilar {
        left: 0; 
        top: auto; 
        transform: none; 
        width: 100%; 
        top: 20%;
        left: 0%; 
}
.yazilar p{
  font-size: 14px;

}
.yazilar h1{
  font-size: 24px;
}
}

/* Mevcut CSS kodlarınızın altına ekleyin */

.services {
  padding: 40px 20px;
  text-align: center;
  background-color: #f9f9f9;
}

.services h2 {
  font-size: 28px;
  color: rgb(109, 131, 113);
  margin-bottom: 30px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.service-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.service-item img {
  max-width: 80%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
}

.service-item h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.service-item p {
  color: #666;
  margin-bottom: 15px;
  font-size: 14px;
}

.button-secondary {
  display: inline-block;
  background-color: rgb(109, 131, 113);
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.button-secondary:hover {
  background-color: #025d3c;
}

@media screen and (max-width: 768px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-item {
    margin-bottom: 20px;
  }
  .services h2 {
    font-size: 24px;
  }
}
/* assets/css/style.css (veya ilgili diğer CSS dosyaları) */

footer {
  background-color: rgb(109, 131, 113); /* Ana yeşil renginiz */
  color: #fff;
  padding: 30px 20px;
  text-align: center;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Küçük ekranlarda alt alta sıralama için */
}

.contact-info {
  text-align: left;
}

.contact-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.contact-info p {
  margin-bottom: 8px;
  font-size: 16px;
}

.contact-info a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #d1d0d0; /* Açık bir renk tonu */
}

.contact-info .fa {
  margin-right: 8px;
}

.copyright {
  font-size: 14px;
}

/* Küçük ekranlar için düzenleme */
@media (max-width: 600px) {
  .footer-content {
      flex-direction: column;
      align-items: center;
      text-align: center;
  }

  .contact-info {
      text-align: center;
      margin-bottom: 20px;
  }
}