body {
  background-color: white;
  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  */


.baslik-cibik {
  background-color: #e62c22; 
  border-radius: 10px; 
  width: 5rem; 
  height: 0.5rem; 
}

.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;
}


.ayrih3 {
  text-align: center;
  color: #e62c22;
  font-weight: bold;
  margin-top: 100px;
}

.biz p {
  color: white;
}


.detail-box {
  display: flex;
  flex-direction: column;

  transition: opacity 0.5s ease-in-out;  
  /* margin-left: -50px; */ /* bunu kaldırınca iç içe giriyolar, tasarımdaki haline döner 3. koşul, 3 koşul var */ 
}

.detail-box.loaded {
  opacity: 1; /* Yüklenince opaklığı geri alır */
}

.animated {
  animation: slideIn 1s ease forwards; /* Animasyonu tanımlar */
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid #f5f5f7;
}

.client_section .box .detail-box p {
  margin-top: 10px;
}


.beyaz {
  background-color: #f5f5f7;
}

h2 {
  color:black;
  font-weight: bold;
}

@media (max-width: 1800px) {
  .biz {
      padding-bottom: 10px;
  }
}


.calisma
{
  height: auto;
  width: auto;
  background-color: #1c1c1c;
}
@media (max-width: 993px) {
    .altalta {
      flex-direction: column;
      align-items: center;
    }
  
    .buneaq {
      flex: 0 0 100%;
      max-width: 100%;
      text-align: center;
    }
  }
  