html {
  background: #0f1f3a; /* lacivert */
}
html, body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}
.top-right-img {
  display: none;
}
   .header-title {
  color: #d4af37;
  letter-spacing: 2px;
  font-weight: bold;
}
  .lang-buttons {
  position: relative; /* altındaki resmi konumlamak için */
}

.top-right-img {
  position: absolute;
  top: 40px;      /* dil butonlarının altı */
  right: 0;       /* sağa yasla */
  width: 100px;    /* başlangıç boyutu */
  max-width: 100px; /* isteğe göre büyütme limiti */
  transform-origin: top right; /* büyüme sağ üstten başlasın, sola doğru büyüsün */
  transition: width 0.3s ease; /* animasyon isteğe bağlı */
}

.top-right-img img {
  width: 100%;
  height: auto;
  display: block;
}
.video-section {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 40px;
  flex-wrap: nowrap;
  background: linear-gradient(to right,  #d4af37, #d4af37);
}
.video-section video {
  width: 22%;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
  .logo img {
  height: 200px;
  object-fit: contain;
  display: block;
}
  
  .product-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.product-btn {
  padding: 10px 20px;
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.product-btn:hover {
  background-color: #000000;
}

.product-image img {
  max-width: 100%;
  margin-top: 15px;
  border-radius: 8px;
}

/* WhatsApp */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}
.whatsapp:hover {
  background: #1ebe5d;
}

/* Genel */
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

/* Header */
header {
  background: rgb(218, 210, 210);
  color: white;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
h1, h2, h3, p {
  margin: 0;
  padding: 0;
}

/* Hero */
.hero {
  position: relative; /* metin pozisyonu için */
  background: linear-gradient(rgb(32, 57, 87), rgba(147, 134, 134, 0.6)),
              url('hero-new.jpeg') no-repeat center center;
  background-size: cover; /* görsel tam ekrana yayılır */
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 1px 20px; /* yüksekliği arttırarak hero kısmını genişlet */
  display: flex;
  flex-direction: column;
  justify-content: center; /* metni dikey ortala */
  align-items: center;     /* metni yatay ortala */
}

.hero h1 {
  font-size: 3em;  /* Başlığı büyük yap */
  margin: 0;
}

.hero p {
  font-size: 1.5em; /* Alt yazıyı biraz büyüt */
  margin-top: 20px;
}

/* Section */
.section {
  padding: 40px 20px;
}

/* Kart */
.contact-card {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
}

  .header-title {
  font-family: 'Cinzel', serif;
  color: #d4af37;
  font-size: 52px;
  letter-spacing: 6px;
  text-shadow: 0 0 5px rgba(212,175,55,0.5);
}
  .lang-buttons {
  position: relative; /* altındaki resmi konumlamak için */
}

.top-right-img {
  position: absolute;
  top: 40px;      /* dil butonlarının altı */
  right: 0;       /* sağa yasla */
  width: 80px;    /* başlangıç boyutu */
  max-width: 100px; /* isteğe göre büyütme limiti */
  transform-origin: top right; /* büyüme sağ üstten başlasın, sola doğru büyüsün */
  transition: width 0.3s ease; /* animasyon isteğe bağlı */
}

.top-right-img img {
  width: 100%;
  height: auto;
  display: block;
}
.logo img {
  height: 166px;   /* istediğin gibi büyütüp küçültebilirsin */
  object-fit: contain;
}
  
.product-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.product-btn {
  padding: 10px 20px;
  background-color: #000000;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.product-btn:hover {
  background-color: #403a65;
}

.product-image img {
  max-width: 100%;
  margin-top: 15px;
  border-radius: 8px;
}

/* WhatsApp */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}
.whatsapp:hover {
  background: #1ebe5d;
}

/* Genel */
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
}

/* Header */
header {
  background: linear-gradient(to right, #0f1f3a, #1c2f5a);
  color: white;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
}

/* Hero */
.hero {
  position: relative; /* metin pozisyonu için */
  background: linear-gradient(rgb(32, 57, 87), rgba(147, 134, 134, 0.6)),
              url('hero-new.jpeg') no-repeat center center;
  background-size: cover; /* görsel tam ekrana yayılır */
  color: white;
  text-align: center;
  padding: 1px 20px; /* yüksekliği arttırarak hero kısmını genişlet */
  display: flex;
  flex-direction: column;
  justify-content: center; /* metni dikey ortala */
  align-items: center;     /* metni yatay ortala */
}

.hero h1 {
  font-size: 3em;  /* Başlığı büyük yap */
  margin: 0;
}

.hero p {
  font-size: 1.5em; /* Alt yazıyı biraz büyüt */
  margin-top: 20px;
}

/* Section */
.section {
  padding: 40px 20px;
}

/* Kart */
.contact-card {
  border: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.product-image {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.section {
  padding: 40px 20px;
  margin: 20px;
  border-radius: 12px;
  background: linear-gradient(rgba(218, 218, 227, 0.9), rgba(186, 187, 198, 0.9)),
              url("arka-plan.png");
  background-size: cover;
}
.lang-buttons {
  display: flex;
  gap: 10px;
  align-items: center;
}

.lang-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.lang-btn img {
  width: 40px;
  height: 26px;
  object-fit: cover;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.lang-btn img {
  border: 2px solid #d4af37;
}
.lang-btn:hover img {
  transform: scale(1.1);
  transition: 0.2s;
}
.hero h1 {
  font-family: 'Great Vibes', cursive !important;
  color: #d4af37;
  font-size: 44px;
  letter-spacing: 2px;
  line-height: 1.4;
}
#desc {
  color: #f1d27a;
}
.section h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin: 10px auto 0;
  background: #d4af37;
}

.hero h1, .hero p {
  animation: fadeUp 1.2s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.product-btn {
  transition: all 0.3s ease;
}

.product-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.35);
}

.video-section video {
  border: 2px solid #d4af37;
}

.section {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.whatsapp {
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
  transition: 0.3s ease;
}

.whatsapp:hover {
  transform: scale(1.05);
}
.video-section video {
  width: 22%;
  border-radius: 12px;
  border: 2px solid #d4af37;
  box-shadow: 0 0 8px rgba(212,175,55,0.5);
  transition: 0.3s ease;
  cursor: pointer;
}

.video-section video:hover {
  transform: scale(1.08);
  z-index: 2;
}
.video-modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center;
}

.video-modal video {
  width: 70%;
  max-width: 900px;
  border-radius: 10px;
}

.video-modal .close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}
.video-section:hover video:not(:hover) {
  opacity: 0.5;
}
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.footer {
  background: linear-gradient(to right, #0f1f3a, #1c2f5a);
  color: white;
  text-align: center;
  padding: 30px 20px;
  margin-top: 40px;
}

.footer h3 {
  font-family: 'Cinzel', serif;
  color: #d4af37;
  font-size: 28px;
  margin-bottom: 10px;
}

.footer p {
  margin: 8px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.footer a {
  color: #d4af37;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}
