* {
  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;
}
}


.rf-hero {
  background-color: #e9ecef; /* MRI Hero Arka Plan Rengi (renk bütünlüğü için) */
  padding: 80px 20px;
  text-align: center;
}

.rf-hero h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: rgb(109, 131, 113); /* MRI Başlık Rengi */
}

.rf-hero p {
  font-size: 18px;
  color: #555; /* MRI Paragraf Rengi */
}

.rf-content {
  padding: 40px 20px;
  text-align: center; /* Slider'ı ortalamak için */
}

/* rf-kafesi.css */

/* ... önceki stiller ... */

.rf-content h2 {
  font-size: 28px;
  color: rgb(109, 131, 113);
  margin-bottom: 30px;
  text-align: center; /* Başlığı ortala */
}

.slider-container {
  width: 80%;
  margin: 0 auto 30px;
}

.slider-container .slick-dots {
  text-align: center;
  margin-top: 20px;
}

.slider-container .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slider-container .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: none;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  outline: none;
}

.slider-container .slick-dots li.slick-active button {
  background-color: rgb(109, 131, 113);
}

.slider-container .slick-slide img {
  width: 100%;
  height: auto;
  max-height: 700px; /* İsteğe bağlı */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  object-fit: cover; /* Fotoğrafı container'a sığdır ve kırp */
}
/* Küçük ekranlar için düzenlemeler */
@media (max-width: 768px) {
  .slider-container {
      width: 95%;
  }
}
/* 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;
  }
}