/* Resetleme */
body, h1, h2, p, ul, li {
  margin: 0;
  padding: 0;
  
}

/* Temel Stil */
body {
  background-image: url('resimler.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-blend-mode: multiply;
  font-family: 'Arial', sans-serif;
  color: #ffffff;
  scroll-behavior: smooth;
}

header {
  background-color: #ffffff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.navbar-brand img {
  width: 300px; /* İstenilen genişliği ayarlayın */
  height: auto; /* Otomatik yükseklik hesaplaması */
}
/* İkonları büyütme */
.right-column .fas {
  font-size: 30px; /* İkonları 24 piksel büyüt */
}

/* H3 başlıklarını büyütme */
.right-column h3 {
  font-size: 35px; /* H3 başlıkları 24 piksel büyüt */
}

/* P başlıklarını büyütme */
.right-column p {
  font-size: 30px; /* P metinleri 18 piksel büyüt */
}

.navbar-nav .nav-link {
  font-size: 18px; /* Yazı büyüklüğünü ayarlayabilirsiniz */
}
nav {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 45px;
}

.logo img {
  max-width: 250px;
  height: auto;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin-right: 15px;
  margin: 0 20px;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #ff6600;
}
/* Dropdown menü stilleri */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.dropdown-menu li {
  padding: 10px;
  text-align: left;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

main {
  background-image: url('resimler.jpg');
  background-size: cover; /* Resmi ekran boyutuna sığacak şekilde büyüt */
  background-repeat: no-repeat; /* Resmi tekrarlamayı engelle */
  background-attachment: fixed; /* Sayfa kaydırıldığında arka planın sabit kalmasını sağla */
  background-position: center; /* Resmin ortalanmış olmasını sağla */
  opacity: 0.9; /* Opaklık ayarı */
  display: flex;
    justify-content: space-between;
  align-items: center; /* İçeriği dikeyde ortala */
  
}
.reference {
  
  margin-bottom: 20px;
  background-color: #ffffff; /* Referans kutusu arka plan rengi */
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.reference img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.reference h3 {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 10px;
}

.reference p {
  font-size: 1rem;
  color: #666;
}
.right-column {
  color: black; /* Siyah rengi uygula */
}
.left-column, .right-column {
  background-color: #ffffff00;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  
}
.service {
  flex-basis: calc(50% - 20px);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.service i {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #292244;
}

.service h3 {
  font-size: 1.5rem;
  color: #333;
}

.service p {
  font-size: 1rem;
  color: #666;
}

.detail {
  font-size: 0.9rem;
  color: #999;
}

.kayan-yazi-container {
  background-color: #97203c;
  padding: 10px 0;
  text-align: center;
}

.kayan-yazi {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}
/* Hakkımızda Bölümü Stilleri */
/* Hakkımızda Bölümü Stilleri */
.about-us {
  background-color: #f9f9f9; /* Arka plan rengi */
  padding: 60px 0; /* Daha fazla boşluk ekleyebilirsiniz */
  
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.about-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left; /* Metni sola yasla */
}
/* CSS dosyanıza ekleyin veya mevcut CSS kodunuza ekleyin */
.sola-kaydir {
  position: relative;
  left: -20px; /* Haritayı sola kaydırmak için negatif bir değer kullanabilirsiniz */
}

.about-text {
  
  flex: 1;
  text-align: left;
  padding: 20px; /* Metin içeriği etrafına boşluk ekleyin */
  text-align: justify
}

.about-text h2 {
  font-size: 3rem; /* Daha büyük başlık */
  color: #333;
  border-left: 4px solid #97203c; /* Kenarlık rengi */
  padding-left: 20px; /* Kenarlık içeriği etrafına boşluk ekleyin */
}

.about-text p {
  font-size: 1.3rem; /* Daha büyük metin */
  color: #555;
  line-height: 1.6; /* Daha iyi okunabilirlik */
  margin-bottom: 20px; 
}

.about-text a {
  text-decoration: none;
  color: #97203c; /* Vurgulu renk */
  font-weight: bold;
  transition: color 0.3s ease; /* Renk değişimi için geçiş efekti */
}

.about-text a:hover {
  color: #d44200; /* Hover rengi */
}

.about-image {
  flex: 1;
  text-align: center;
  padding: 20px; /* Resim içeriği etrafına boşluk ekleyin */
}

.about-image img {
  max-width: 50%;
  height: auto;
  border-radius: 10px; /* Şekillendirme */
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); /* Gölgelendirme */
}

.white-bg {
  background-color: white;
  padding: 20px;
}

.references {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.bg-light {
  background-color: #ffffff!important;
}
.reference {
  text-align: center;
}

.reference img {
  max-width: 100%;
  height: auto;
}

.reference h3 {
  font-size: 20px;
  margin: 10px 0;
}

.reference p {
  font-size: 16px;
}


.job-application, .internship-application {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.form-group textarea {
  resize: vertical;
}

/* İş Başvurusu Formu Stilleri */
#job-application-form {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
}

#job-application-form label {
  display: block;
  font-size: 1rem;
  color: #333;
  margin-bottom: 5px;
}

#job-application-form input[type="text"],
#job-application-form input[type="email"],
#job-application-form input[type="file"],
#job-application-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  margin-bottom: 10px;
}

#job-application-form button[type="submit"] {
  background-color: #97203c;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#job-application-form button[type="submit"]:hover {
  background-color: #ff6600;
}
/* Eğitim Düzeyi Seçim Alanı Stilleri */
#job-education-level {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  margin-bottom: 10px;
}

/* Eğitim Düzeyi Seçim Alanının Seçenekleri Stilleri */
#job-education-level option {
  font-size: 1rem;
  color: #333;
}

#job-education-level:focus {
  outline: none;
  border-color: #ff6600; /* Vurgulama rengi */
}
/* Stajyer Başvurusu Formu Stilleri */
#internship-application-form {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 5px;
}

#internship-application-form label {
  display: block;
  font-size: 1rem;
  color: #333;
  margin-bottom: 5px;
}

#internship-application-form input[type="text"],
#internship-application-form input[type="email"],
#internship-application-form input[type="file"],
#internship-application-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
  margin-bottom: 10px;
}

#internship-application-form button[type="submit"] {
  background-color: #97203c;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#internship-application-form button[type="submit"]:hover {
  background-color: #ff6600;
}

/* FontAwesome İkonları için Stiller (FontAwesome kütüphanesi eklenmeli) */
i.fas {
  margin-right: 5px;
  font-size: 1rem;
}

/* Footer Düzenlemeleri */


.contact-info, .social-media {
  flex: 1;
  margin: 10px;
}

.contact-info h3, .social-media h3 {
  font-size: 1.2rem;
}

.contact-info p, .social-media a {
  margin: 10px 0;
  font-size: 0.9rem;
}

/* FontAwesome İkonları için Stiller (FontAwesome kütüphanesi eklenmeli) */
i.fas, i.fab {
  margin-right: 5px;
  font-size: 1rem;
}

.contact-form {
  background-color: #fff;
  padding: 20px;
  margin: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.contact-form h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

.form-group label {
  display: block;
  font-size: 1rem;
  color: #666;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.form-group textarea {
  resize: vertical;
}

button[type="submit"] {
  background-color: #97203c;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
}

button[type="submit"]:hover {
  background-color: #97203c;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
@media (max-width: 768px) {
  .left-column, .right-column {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer-logo img {
    max-width: 150px;
    margin-top: 10px;
  }
}
/* Footer Düzenlemeleri */
footer {
  background-color: transparent; /* Arka plan rengini kaldır */
  text-align: center;
  position: relative; /* Pozisyonu ayarla */
  margin-top: 20px; /* Üst boşluğu ekleyerek üste gitmeyi engelle */
}

/* Footer Container Stilleri */
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px; /* Sol ve sağ iç boşlukları ekle */
  width: 100%; /* Footer genişliğini ekranın tamamına uzat */
  max-width: 100%; /* Footer maksimum genişliği ekranın tamamına uzat */
}

/* Footer Logo Stilleri */
.footer-logo img {
  max-width: 250px;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  border: 5px solid #fff; /* Logo çerçevesi eklendi */
  border-radius: 50%; /* Logoya daire şekli verildi */
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); /* Logo üzerine hafif bir gölge eklendi */
}

/* Footer Yazı Stilleri */
.footer-text {
  font-size: 1rem;
  color: #fff; /* Metin rengi beyaz olsun */
}

/* Responsive Tasarım */

 
@media (max-width: 768px) {
  .nav-links {
    flex-direction: column;
    align-items: flex-start; /* Sol üste hizala */
  }

  .nav-links li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  /* Font boyutunu küçült */
  .nav-links a {
    font-size: 0.9rem;
  }

  /* Header paddingini ayarla */
  header {
    padding: 10px;
  }

  /* Logo boyutunu küçült */
  .logo img {
    max-width: 150px;
  }

  /* Sol ve sağ sütunlardaki paddingi ayarla */
  .left-column, .right-column {
    padding: 10px;
  }

  /* Footer logo boyutunu ayarla */
  .footer-logo img {
    max-width: 150px;
    margin-top: 10px;
  }
}
/* Eklemeler: Responsive Tasarım */
@media (max-width: 768px) {
  /* Navbar stilleri */
  .navbar-brand img {
    width: 200px; /* Mobil cihazlarda logo boyutunu küçült */
  }
  
  .navbar-nav .nav-link {
    font-size: 16px; /* Mobil cihazlarda yazı boyutunu küçült */
  }
  
  /* H3 başlıklarını ve metinleri mobilde küçült */
  .right-column h3, .right-column p {
    font-size: 24px;
  }
  
  /* Main bölümün arka plan resmi mobile uygun boyutlandırma */
  main {
    background-size: contain;
    background-attachment: scroll;
  }
  
  /* Left ve right columnların paddingini ayarla */
  .left-column, .right-column {
    padding: 10px;
  }
  
  /* Service bölümü stil ayarları */
  .service {
    flex-basis: 100%;
    margin-right: 0;
  }
  
  /* Contact info ve social media stilleri */
  .contact-info h3, .social-media h3 {
    font-size: 1rem;
  }
  
  .contact-info p, .social-media a {
    font-size: 0.8rem;
  }
  
  /* Footer logo boyutunu ayarla */
  .footer-logo img {
    max-width: 100px;
    margin-top: 10px;
  }
}
