<!-- MAINPAGE -->

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: "Poppins", sans-serif;
    }

    header {
  background: linear-gradient(to bottom, #0A2038, #024682);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 150px;
  padding: 12px 60px;
}

.logo img {
  height: 45px;   /* logon çok büyükse küçültür */
  width: auto;    /* oranı korur */
}

.logo {
  display: flex;
  align-items: center;
}

/* Menü ortalama (ul içindeki elemanları ortalar) */
nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Linkler */
nav ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #FFFFDC;
  position: relative;
  padding-bottom: 5px;
}

/* Hover alt çizgi efekti */
nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #FFFFDC;
  transition: width 0.3s ease;
}

nav ul li a:hover::after {
  width: 100%;
}


    .hero {
      width: 100%;
      height: 400px;
      background: url('https://via.placeholder.com/1200x400') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
      font-size: 2em;
      font-weight: bold;
    }

    .about {
  padding: 60px;
  background: #F5F5F3;
  text-align: center;
}

.about-container {
  display: grid;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
  grid-template-columns: repeat(4, 1fr);
  
}

.about-box {
  background: white;
  padding: 10px;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}


.about-box:hover {
  background: linear-gradient(135deg, #e0ecff, #ffffff);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.about-box h2 {
font-family: 'Playfair Display', serif;
  color: #0b3d91;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.about-box p {
font-family: 'Playfair Display', serif;
  color: #333;
  line-height: 1.6;
  font-size: 0.95em;
}

/* Mobil uyumlu görünüm */
@media (max-width: 900px) {
  .about-container {
    flex-direction: column;
    align-items: center;
  }
}

/* Fade-in animasyonu */
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px); /* hafif aşağıdan gelsin */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* H2 ilk belirsin */
.fade-title {
  opacity: 0;
  animation: fadeIn 0.9s ease-out forwards;
  animation-delay: 0.2s;  /* ekrana giriş süresi */
}

/* H3, H2’den sonra belirsin */
.fade-subtitle {
  opacity: 0;
  animation: fadeIn 0.9s ease-out forwards;
  animation-delay: 1s;  /* h2 animasyonu bittikten sonra */
}



    footer {
      background: linear-gradient(to top, #0A2038, #024682);
      color: #ccc;
      text-align: center;
      padding: 2px 10px;
	  
    }

    footer p {
	font-family: 'Playfair Display', serif;
      margin-bottom: 10px;
    }

    footer a {
	font-family: 'Playfair Display', serif;
      color: #ffd700;
      text-decoration: none;
    }

    footer a:hover {
      text-decoration: underline;
    }
	
	.hero img {
  width: 100%;
  max-height: 700px; /* Yüksekliği sınırlar */
  object-fit: cover; /* Görseli kırparak hizalar */
  display: block;
}
.hero {
  position: relative;          /* hero içindeki öğeleri konumlamak için */
  width: 100%;
  height: 700px;               /* görselin yüksekliği */
  overflow: hidden;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;           /* resmi kırpmadan doldurur */
  filter: brightness(70%);     /* arka planı biraz karartır ki yazı öne çıksın */
}

.hero-text {
  position: absolute;
  top: 50%;                    /* dikey ortalama */
  left: 40%;                   /* yatay ortalama */
  transform: translate(-50%, -50%);
  text-align: left;
  color: white;
}

.hero-text h2 {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.hero-text h3{
font-family: 'Playfair Display', serif;
font-size: 16px;
  font-style: italic;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);

}

.about-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}


.about-box {
  /* Senin mevcut stillerin buraya gelecek */
  cursor: pointer;
}

.page-container {

  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

html, body {
  font-family: "Playfair Display", serif;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {

	color: #f5f5f0;
}


section h4 {
    color: #4A4A4A;
	font-size: 26px;
    margin-left: 0;          /* Sola yaslanır */
    opacity: 0;              /* Animasyon başlangıcı */
    transform: translateX(-40px);
    animation: slideIn 1.2s ease-out forwards;
}

/* Smooth slide-in animation */
@keyframes slideIn {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

<!-- MAINPAGE BITIS -->


<!-- CONTACT -->

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


    .hero {
      width: 100%;
      height: 400px;
      background: url('https://via.placeholder.com/1200x400') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
      font-size: 2em;
      font-weight: bold;
    }

    .contact {
  padding: 60px;
  background-color: #f8f9fc;
  text-align: center;
}

.contact h2 {
font-family: 'Playfair Display', serif;
  color: #0b3d91;
  font-size: 2em;
  margin-bottom: 30px;
}

.contact-form {
  max-width: 400px;
  margin: 0 auto;
  background: white;
  padding: 45px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.contact-form label {
font-family: 'Playfair Display', serif;
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1em;
  transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0b3d91;
  outline: none;
}

.verify {
  margin-bottom: 20px;
}

.code-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

#generated-code {
  background-color: #0b3d91;
  color: white;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 1.1em;
  letter-spacing: 2px;
}

button {
font-family: 'Playfair Display', serif;
  width: 100%;
  background-color: #0b3d91;
  color: white;
  border: none;
  padding: 12px;
  font-size: 1.1em;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:hover {
  background-color: #09347b;
}
	
	.hero img {
  width: 100%;
  max-height: 400px; /* Yüksekliği sınırlar */
  object-fit: cover; /* Görseli kırparak hizalar */
  display: block;
}
.contact {
  padding: 60px;
  background-color: #f8f9fc;
}

.contact-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

/* SOL TARAF */
.contact-info {
  width: 45%;
  text-align: left;
}

.contact-info h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2em;
  color: #061663;
  margin-bottom: 20px;
}

.contact-info .address {
  font-size: 1.1em;
  line-height: 1.8em;
  color: #0f1b54;
  font-family: 'Playfair Display', serif;
}

/* DİKEY ÇİZGİ */
.divider {
  width: 2px;
  height: 250px;
  background: linear-gradient(to bottom, #0b3d91, rgba(0,0,0,0));
  border-radius: 10px;
  opacity: 0.6;
}

/* FORM SAĞ TARAFTA */
.contact-form {
  width: 45%;
}

/* Responsive (mobilde alt alta gelsin) */
@media(max-width: 900px) {
  .contact-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .contact-info,
  .contact-form {
    width: 100%;
  }

  .divider {
    display: none;
  }
}


<!-- CONTACT BITIS-->