body {
  background-color: black;
  font-family: "Fira Sans", sans-serif;
}


::-webkit-scrollbar {
  width: 0px;  /* Chrome, Safari icin */
}

/* FOOTER  */
.footer-all {
  background-color: black;
  justify-content: center;
  align-items: center;
  position: relative;
  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;
}

@media (max-width: 768px) {
  .footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }
}

.fa {
  padding: 5px;
}

.tel {
  padding-left: 10px;
}

.altlogo {
  text-align: center;
  align-items: center;
  justify-content: center;
}

@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;
}


.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;
  }
}

/* NAVBAR */

nav {
  background-color:  transparent;
  /* rgb(119, 141, 167) ; */
}

.navbar-brand {
  font-weight: bold;
  font-size: 1.4rem;
}

h2 {
  color: #f7f7f7;
}

/* Hamburger menunun icinde yazilari ortaya aliyor */
.navbar-nav .nav-link {
  text-align: center;
}


/* hamburgerdeki yazilarin alti cizili olmasi */
.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 */
}


/* ICERIK  */

.armutdalda::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Siyah rengin yarı saydam bir tonu */
}

.armutdalda {
  position: relative;
  background-image: url('arka.jpg');
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

@media (max-width: 768px) {
  .armutdalda {
    min-height: 180vh;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .armutdalda {
    min-height: 107vh;
  }
}

@media (min-width: 991.98px) and (max-width: 1991.98px) {
  .armutdalda {
    min-height: 80vh;
  }
}



.content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 4.5); /* %50 opak siyah */
}



.baslik-cibik {
  background-color: #e62c22; 
  border-radius: 10px; 
  width: 5rem; 
  height: 0.5rem; 
}

.kucul {
  width: 5rem;
  height: auto;
}

.kare1 {
  background-color: #f7f7f7;
}

.more-btn {
  background-color: #e62d22;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 1px solid #e62d22;
  width: auto;
  text-align: center;
  font-size: auto;
  padding: 5px;
}

.more-btn:hover {
  background-color: transparent;
}

a {
  color: white;
}

.more-btn:hover {
  color: black;
}


