* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
 
::webkit-scrollbar {
  width: 0px;
}

body,
html {
  height: 100%;
  background-color: white;
}

.video-section {
  position: relative;
  height: auto;
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Hafif karartma */
}

.arkaplan {
  height: 100vh;
  width: 100%;
}
.navbar {
  backdrop-filter: blur(10px); /* Bulanıklık miktarını ayarlayın */
  background-color: rgba(0, 0, 0, 0.5); /* Arka plan rengi ve opaklığı */
  color: yellow;
  position: absolute;
  z-index: 3;
  width: 100%;
}

.nav-link {
  color: white; 
}

.active {
  margin-left: auto;
  display: flex;
  justify-content: center;
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.4rem;
}

.navbarfoto {
  height: 53vh;
  width: 100%;
}

.navbar-nav .nav-link {
  position: relative;
  color: #f7f7f7;
}
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  color: #f7f7f7;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: red;
  transition: width 0.3s ease;
}
.navbar-nav .nav-link:hover::after {
  width: 100%; /* Üzerine gelindiğinde alt çizgi genişlesin */
}
.navbar-nav .nav-link.active::after {
  width: 100%; /* Aktif olanın alt çizgisi hep tam genişlikte olsun */
}
.section-baslik {
  font-size: 3rem;
  color: #f7f7f7;
}

.section-baslikalt {
  background-color: #e62c22; /* Arka plan rengi */
  border-radius: 10px; /* Kenar yuvarlatma */
  width: 8rem; /* Genişlik */
  height: 0.5rem; /* Yükseklik */
}

.küçülaq {
  width: 5rem;
  height: auto;
}

.more-btn {
  background-color: red;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 1px solid red;
  width: auto;
  text-align: center;
  font-size: auto;
  padding: 5px;
}

.more-btn:hover,
.more-btn a:hover {
  background-color: transparent;
  color: black;
}

.more-btn a {
  color: white;
  text-decoration: none;
}

.footer-all {
  background-color: black;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}

.footer-all a {
  color: white;
  text-decoration: none;
}

.logofooter {
  height: 3rem;
}

h4 {
  color: white;
}

.footer-all p {
  color: white;
}

.footer-bottom-wrapper p {
  color: gray;
  text-align: center;
  font-weight: 2.2rem;
}

.fa {
  padding: 5px;
}

.tel {
  padding-left: 10px;
}

.altlogo {
  text-align: center;
  align-items: center;
  justify-content: center;
  padding-right: 100px;
}

@media (max-width: 768px) {
  a {
      text-align: center;
  }

  .logofooter {
      display: block;
      margin: 0 auto;
  }

  .footer-all p{
    text-align: center;
  }
  .footbas {
    text-align: center;
  }

  
  .tel {
    justify-content: center;
  }

  .social_box {
    justify-content: center;
    align-items: center;
  }

}

.btransparent {
  background-color: transparent;
}

.social-icons {
  display: flex;
  flex-direction: column;
}

.icon {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.icon a {
  margin-right: 10px;
  color: #fff; /* Simgelerin rengi beyaz */
  text-decoration: none;
}

.icon span {
  font-size: 16px;
  color: #fff; /* Nickname'lerin rengi beyaz */
}

@media (max-width: 768px) {
  .icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.section-4 {
  height: 30vh; /* Bölüm yüksekliği */
  background-image: url('arka.jpg'); /* Arkaplan fotoğrafı */
  background-size: 100%; /* Fotoğrafın bölgeyi tamamen kaplamasını sağlar */
  background-position: center; /* Fotoğrafın ortalandığını belirtir */
  position: relative; /* Overlay'i konumlandırmak için */
}

.karartma {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Karartma rengi: Siyah (0, 0, 0) ve %50 opaklık */
  z-index: 0;
}

.misyont {
  color: #ff0000; /* Başlığın rengini kırmızı olarak ayarlar */
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .misyont {
    font-size: 80%;
  }
}

.misyont p {
  color: #f7f7f7;
}

.section-4 {
  position: relative;
}

.misyont {
  position: relative;
  z-index: 1;
}


@media screen and (max-width: 768px) {
  .map-container {
    height: 300px; /* Telefon boyutunda yükseklik ayarı */
  }
}
.map-section {
  position: relative;
  height: 100vh;
}

.map-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-container {
  backdrop-filter: blur(10px); /* Bulanıklık miktarını ayarlayın */
  background-color: rgba(0, 0, 0, 0.5); /* Arka plan rengi ve opaklığı */
  position: absolute;
  top: 0;
  left: 0;
  width: 30rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.overlay-content {
  padding: 20px;
}
::-webkit-scrollbar {
  width: 0px;
}

@media (max-width: 768px) {
  .overlay-container {
    padding-top: 2rem;
    backdrop-filter: blur(6px); /* Bulanıklık miktarını ayarlayın */
    width: 100%;
  }
  
  .uzay {
      text-align: left;
  }
}

a {
  color: white; /* Bağlantı rengini beyaz yapar */
  text-decoration: none; /* Altını çizmez */
}

a:hover {
  text-decoration:none; 
  color:white;
}

/*yazılar footerin altına girmesi için*/
.overlay-container {
  overflow: hidden; /* İçerikler containerın sınırları içinde kalacak */
  max-width: 100%; /* Containerın maksimum genişliği */
}