* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background: #f8f8f8;
  color: #333;
  line-height: 1.6;
}
/* Başlangıçta yazılar görünmesin */
.hero-content {
  opacity: 0;
  transition: opacity 1s ease;
}

/* 1.5s sonra görünür olacak */
.hero-content.visible {
  opacity: 1;
}


/* Sayfa başında ortada büyük logo */
.site-logo.start {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(6);
  z-index: 999;
  opacity: 1;
  transition: all 0.8s ease;
}

/* Logo animasyon bitince yerine geçer */
.site-logo.animate {
  position: relative;
  top: auto;
  left: auto;
  transform: scale(1);
  opacity: 1;
  z-index: auto;
  transition: all 0.8s ease;
}

/* Genel logo stili (bozulmadan kalsın) */
.site-logo {
  height: 60px;
  width: auto;
  border-radius: 6px;
}



.hero {
  position: relative;
  background: url('img/arka.jpg') no-repeat center 60%/cover;
  color: white;
  padding: 60px 20px 30px;
  text-shadow: 1px 1px 2px black;
}

.hero::before {
  background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.2));
}

/* Logo normal hâli */
.site-logo {
  height: 60px;
  width: auto;
  border-radius: 6px;
  opacity: 0;              /* başlangıçta görünmez */
  transform: scale(0.5) rotate(-10deg);
}

/* Erişilebilirlik – hareket kısıtlama */
@media (prefers-reduced-motion: reduce) {
  .site-logo { opacity: 1 !important; transform: none !important; }
  .site-logo.animate { animation: none !important; }
}


.top-bar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.site-logo {
  height: 60px;
  width: auto;
  border-radius: 6px;
}

.hero p {
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.6;
  background-color: rgba(0, 0, 0, 0.35); /* daha okunur arka plan */
  padding: 10px 12px;
  border-radius: 10px;
}


.hero p, .hero h1 {
  animation: fadeIn 1s ease-in both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.hero-icons {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px; /* spacing artırıldı */
  margin-top: 20px;
}

.hero-icons a {
  background-color: #fff; /* tamamen beyaz */
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}


.hero-icons a:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 50px;
  height: 50px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.whatsapp-float img {
  width: 28px;
  height: 28px;
}

.hero-icons img {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  z-index: 2;
}



.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  gap: 10px;
  background-color: #fff;
}

.gallery img {
  width: 100%;
  height: auto;
  object-fit: cover;
  max-width: 300px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery img:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.contact {
  background-color: #ffffff;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-top: 2px solid #cceeff;
}


.icons a {
  display: inline-block;
  margin: 10px;
  font-size: 18px;
  color: #000;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: #e0e0e0;
  transition: background 0.3s ease;
}

.icons a:hover {
  background-color: #ccc;
}

.hero p:nth-of-type(1)::before {
  content: "🏡 Doğa ve Konfor";
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  color: #ffd700;
}

.hero p:nth-of-type(2)::before {
  content: "🌿 Huzurlu Atmosfer";
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  color: #ffd700;
}

.hero p:nth-of-type(3)::before {
  content: "🌊 Macera ve Keşif";
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  color: #ffd700;
}

.hero p:nth-of-type(4)::before {
  content: "♻️ Sürdürülebilirlik";
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  color: #ffd700;
}
/* İngilizce başlıklar sadece .lang-en varsa gösterilsin */
.lang-en .hero p:nth-of-type(1)::before {
  content: "🏡 Nature & Comfort";
}
.lang-en .hero p:nth-of-type(2)::before {
  content: "🌿 Peaceful Atmosphere";
}
.lang-en .hero p:nth-of-type(3)::before {
  content: "🌊 Adventure & Exploration";
}
.lang-en .hero p:nth-of-type(4)::before {
  content: "♻️ Sustainability";
}


/* Mobil uyum: 600px altı ekranlarda paddings küçülsün */
@media (max-width: 600px) {
  .hero p {
    font-size: 16px;
    padding: 8px 12px;
  }

  .hero h1 {
    font-size: 22px;
  }

  .site-logo, .hero-logo {
    height: 40px;
  }
}

