/* Temel Stil */
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  overflow-x: hidden;
}

.top-text{
  color: #001e39;
  text-align: center;
  margin-top: 20px;
}

.top-text h4{
  font-family: 'Montserrat','san-serif';
  font-size: 35px;
  font-weight: 600;
}

.logo-area {
  display: flex;
  justify-content: center;
  align-items: center; /* Dikeyde ortala */
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-area img {
  width: 150px;
}


#top-area {
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 5000;
}






/* Metin İçeriği Ortala */
.content {
  text-align: center;
  padding: 20px;
  margin: 0 auto;
  max-width: 800px; /* İçeriği genişlik olarak sınırla */
}


section {
  padding: 20px;
  background-color: #fff;
  margin: 20px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

address p {
  margin: 5px 0;
}

footer {
  text-align: center;
  padding: 10px 0;
  background: linear-gradient(45deg, #001e39, #00294f, #001e39 );
  color: #fff;
}


/* Ekstra Stil Özelleştirmeleri Buraya Ekleyebilirsiniz */


/* Genel stiller */
.top-area {
  background: linear-gradient(45deg, #001e39, #012b53, #00539b);
  color: #fff;
  padding: 20px 0;
  display: flex;
  justify-content: space-between; /* İçerikleri aralarında boşluk bırakarak hizalayın */
  align-items: center; /* İçerikleri dikey olarak ortala */
}

.top-contact i {
  margin-right: 10px;
  font-size: 16px;
}

.top-area .social-icons a {
  text-decoration: none;
  color: #fff;
  margin-right: 10px;
  font-size: 20px;
  transition: 0.5s;
}

/* Sosyal ikonları en sağa taşıyın */
.top-area .social-icons {
  margin-left: auto;
}

/* İkonların hover (üzerine gelindiğinde) rengini özelleştirin */
.top-area .social-icons a:hover {
  color: #00539b;
  background: #fff;
  padding: 5px 5px;
  border-radius: 5px;
  transition: 0.5s;

}

/* Ekran boyutlarına göre stiller */
@media (max-width: 768px) {
  .top-area {
    padding: 10px 0;
    flex-direction: column; /* Ekran boyutu 768px'e düştüğünde içerikleri dikey olarak sırala */
    text-align: center; /* İçerikleri ortala */
  }
  .top-area .menu-btn{
    display: flex;
    justify-content: center;
    font-size: 30px;
    margin-right: 20px;
  }
  
  .top-contact i {
    font-size: 12px;
  }
  
  .top-area .social-icons {
    display: none;
  }

}


/* Ürünü İncele bağlantısı stil */
a.product-link {
  margin-top: 20px;
  display: inline-block;
  background-color: #ffffff; /* Arka plan rengi */
  color: #001e39; /* Metin rengi */
  padding: 10px 20px; /* Dolum (padding) ayarları */
  text-decoration: none; /* Altçizgiyi kaldırır */
  border-radius: 5px; /* Köşeleri yuvarlar */
  font-weight: 500; /* Kalın metin */
  transition: background-color 0.3s, color 0.3s; /* Geçiş efekti */
}

/* Bağlantıya hover olduğunda stil değişikliği */
a.product-link:hover {
  background-color: #00294f; /* Arka plan rengini değiştirin */
  color: #fff; /* Metin rengini değiştirin */
}

/* Ekran boyutlarına göre bağlantıyı küçültme */
@media screen and (max-width: 768px) {
  a.product-link {
      padding: 8px 16px; /* Dolum (padding) ayarlarını küçültün */
      font-size: 14px; /* Metin boyutunu küçültün */
  }
}





.hizmet-area {
  background: linear-gradient(45deg, #001e39, #012b53, #00539b);
  padding: 40px 0; /* Ust ve alt bosluklar */
  text-align: center;
  margin-top: 50px;
}

.hizmet-area .container {
  display: flex;
  justify-content: space-around; /* Iconları yatayda ortala */
  flex-wrap: wrap; /* İconları sıralı olarak alt alta geçir */
}

.hizmet-area .hizmet-item {
  width: 200px; /* Her itemin genişliği */
  margin: 20px; /* Itemler arası boşluk */
  text-align: center;
}

.hizmet-area i {
  font-size: 56px; /* İconların boyutu */
  color: #ffffff; /* İcon rengi */
}

.hizmet-area h3 {
  margin-top: 30px;
  color: #fff;
  font-size: 24px; /* Başlık font boyutu */
}

.hizmet-area p {
  font-size: 16px; /* Açıklama font boyutu */
  color: #ffffff; /* Açıklama rengi */
  font-weight: 300;
  margin-top: 20px;
}

/* Hakkımızda Bölümü Stili */
.about-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #001e39, #012b53, #00539b);
  border-radius: 30px;
  box-shadow: 5px 5px 10px #001e396f;
}

.about-text {
  max-width: 500px;
  text-align: center;
  color: #fff;
}

.about-text h2 {
  font-size: 36px; /* Başlık font boyutu */
  color: #ffffff; /* Başlık rengi */
  margin-bottom: 20px; /* Başlık ile metin arasındaki boşluk */
}

.about-image img {
  margin-top: 50px;
  max-width: 100%;
  border-radius: 8px; /* Köşeleri yuvarlamak için */
  box-shadow: 5px 4px 10px rgba(255, 255, 255, 0.107); /* Hafif bir gölge eklemek için */
  max-height: 400px; /* Fotoğrafın maksimum yüksekliği */
}

.about-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #001e39, #012b53, #00539b);
  border-radius: 20px;
  box-shadow: 5px 5px 10px #001e396f;
  padding: 50px 0;
}

.about-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.about-buttons button {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
  padding: 10px 20px;
  border-radius: 5px;
}

.about-buttons button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Diğer stillendirmeler aynı şekilde devam edebilir */


/* Seçilebilir Butonların Stili */
.about-buttons {
  text-align: center;
}

.about-buttons button {
  background-color: #00539b; /* Buton arka plan rengi */
  color: #fff; /* Buton metin rengi */
  border: none;
  padding: 10px 20px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
}

.about-buttons button:hover {
  background-color: #ffffff00; /* Butona fare geldiğinde arka plan rengi */
  color: #ffffff;
  border: none;
  outline: 0;
}

.about-item-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.about-image {
  flex: 1;
}

.about-text {
  flex: 1;
  padding: 20px;
  text-align: left;
  color: #fff;
}

.about-text h2 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 20px;
}

.about-content-item {
  transition: opacity 0.5s ease-in-out;
}

/* Ekran boyutu 600 pikselden küçükse içerikleri gizle */
@media screen and (max-width: 768px) {
  .about-content-item {
    font-size: 12px;
  }

  .about-image img{
    margin-left: 15px;
    margin-right: 5px;
  }

  .about-buttons button {
    background-color: #00539b; /* Buton arka plan rengi */
    color: #fff; /* Buton metin rengi */
    border: none;
    cursor: pointer;
    border-radius: 0px;
    font-size: 14px;
  }

  .about-content{
    width: 90%;
  }
}

@media screen and (max-width: 400px) {


  .about-buttons button {
    background-color: #00539b; /* Buton arka plan rengi */
    color: #fff; /* Buton metin rengi */
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 0px;
    font-size: 12px;
  }

  .about-content{
    width: 90%;
  }
}


/* İletişim formu stili */
#iletisim {
  padding: 50px 0;
  background: linear-gradient(45deg, #001e39, #012b53, #00539b);
  color: #fff; /* Metin rengi */
}

#iletisim h2 {
  margin-bottom: 30px;
}

#iletisim h3 {
  margin-top: 30px;
}

/* Form öğeleri için stiller */
.form-group {
  margin-bottom: 20px;
}

.form-control {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

/* Gönder düğmesi stil */
.btn-primary {
  background-color: #ff5733;
  border: none;
  width: 100%;
}

/* Gönder düğmesi hover stil */
.btn-primary:hover {
  background-color: #ff4500;
}

/* Harita stil */



/* Orta büyüklükte ekranlar için stil ayarları */
@media (min-width: 768px) and (max-width: 992px) {
  iframe {
    border: 2px solid #fd0000; /* İframe kenar çizgisi kalınlaştırıldı */
    width: 100%; /* Genişlik 100% olarak ayarlandı */
    aspect-ratio: unset; /* En boy oranı kaldırıldı */
  }
}


/* Bootstrap için ekstra stiller */
/* Küçük ekranlar için stil ayarları */
@media (max-width: 768px) {
  .form-control,
  .btn-primary {
    width: 100%;
  }
}

/* Orta büyüklükte ekranlar için stil ayarları */
@media (min-width: 768px) and (max-width: 992px) {
  .col-md-6 {
    flex-basis: 100%;
    max-width: 100%;
  }
}


