* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 0px;  
} 
 
body, html {
  height: 100%;
  background-color: white;
}

.video-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.video-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Hafif karartma */
}

.navbar {
  background-color: transparent;
  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;
  bottom: -2px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: red;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%; /* Üzerine gelindiğinde alt çizgi genişlesin ve aktif olanın alt çizgisi hep tam genişlikte olsun */
}

.navbar-nav .nav-link.active {
  color: red; /* Aktif sayfanın yazı rengi kırmızı */
}
.alt-cek {
  color: red; /* Yazı rengi kırmızı */
}

.alt-cek::after {
  content: ''; /* Alt çizgi */
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: red;
}

.content-section {
  background-color: rgba(255, 255, 255, 0.8); /* İçerik arka planı */
  padding: 20px;
}

.carousel-indicators {
  top: 50vh;
  height: 20px;
}

.carousel-indicators li {
  background-color: white;
  border: none;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-item {
  position: relative;
  z-index: 4;
}

.carousel-indicators .active {
  background-color: #e62c22;
}

#carouselExampleCaptions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

h2 {
  font-weight: bold; 
  text-transform: uppercase;
  font-size: auto;
}

p {
  font-size: auto;
}


.carousel-item h1 {
  font-size: 3rem; /* İstenilen h1 boyutu */
}

.carousel-item p {
  font-size: 16px; /* İstenilen p boyutu */
}

.navbar-toggler-icon {
  z-index: 100;
}

/* about */

.foto-slider-button {
    background-color: white;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid white;
    width: 12rem;
    text-align: center;
    font-size: auto;
    padding: 10px 20px;
    font-size: 16px;
  }
  
  .foto-slider-button:hover {
    background-color: transparent;
  }
  
  .foto-slider-button-div a {
    color: black;
  }
  
  .foto-slider-button-div a:hover {
    color: white;
    text-decoration: none;
  }
  
  .foto-slider-button:hover {
    color: white;
  }

.detail-box {
  display: flex;
  justify-content: center; /* Yatayda ortala */
  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);
  }
}


.ana-biz-kimiz {
  background-color: #e62c22;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 1px solid #e62c22;
  width: 12rem;
  text-align: center;
  font-size: auto;
  padding: 10px 20px;
  font-size: 16px;
  float: right;
}

.ana-biz-kimiz:hover {
  background-color: transparent;
}

.ana-biz-kimiz-div a {
  color: white;
}

.ana-biz-kimiz-div a:hover {
  color: black;
  text-decoration: none;
}

.ana-biz-kimiz-div :hover {
  color: black;
}


.ikisi {
  /* lazım olursa ekleriz */
}

.section-3 {
background-color: #1d0c0bc9;
height: auto;
}
.section-baslik
{
color: #f7f7f7;
}
.section-baslikalt {
background-color: #e62c22; /* Arka plan rengi */
border-radius: 10px; /* Kenar yuvarlatma */
width:  5rem; /* Genişlik */
height: 0.5rem; /* Yükseklik */
}

.section-baslikdiv
{
border: 1px solid #e62c22;
width:  auto; /* Genişlik */
height: 10rem; /* Yükseklik */
}

.client_section {
  text-align: center;
  height: 30vh;
  display: flex;
  justify-content: center; /* Yatayda ortala */
  align-items: center; /* Dikeyde ortala */
}

.client_section #carouselExampleControls {
  padding: 0 10%;
}

.client_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
}

.client_section .box .img-box {
  width: 145px;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}



.client_section .carousel_btn-box {
  display: flex;
  justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: absolute;
  top: 65%;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-color: #1c1c1c;
  color: #f5f5f7;
  border-radius: 100%;
  transform: translateY(-50%);
  font-size: 18px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #e62d22;
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  left: initial;
  right: 0;
}

/* FOOTER  */

.footer-all {
  background-color: BLACK;
  justify-content: center;
  align-items: center;
}

.footer-all a {
  color: white;
  text-decoration: none;
}


.logofooter {
  height: 3rem;
}



h4 {
  color: white;
  
}

.footer-kutular {
  text-align: left;
}

.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;
}

@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;
  }

}


@media (max-width:576px) and (min-width:1000px) {
  .altlogo {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-right: 100px;
  }
} 

.btransparent
{
  background-color: transparent;
}

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');

.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: auto; /* Bölüm yüksekliği */
  background-image: url('arka.jpg'); /* Arkaplan fotoğrafı */
  background-size: cover; /* 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 */

}


.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;
  }

  .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 {
    position: relative;
    z-index: 1;
  }



/* Kartlar */
.service_section {
  background-color: #1c1c1c;  ; /* Arka plan rengi */
  padding: 50px 0; /* Üst ve alt kenar boşluğu */
  text-align: center; /* Metin hizalama */
  height: auto;
}

.card {
  position: relative; /* Pozisyonu belirleme */
  overflow: hidden; /* İçerik sınırlarını aşan kısmı gizleme */
  width: 100%; /* Kart genişliği */
  height: 92%;
  max-width: 300px; /* Maksimum kart genişliği */
  margin: 0 auto; /* Otomatik yatay kenar boşluğu */
  transition: transform 0.3s ease; /* Geçiş efekti */
}

.card:hover {
  transform: scale(1.05); /* Kart büyütme */
}

.card::before {
  content: ''; /* Önceki içerik */
  position: absolute; /* Pozisyonu belirleme */
  top: 0; /* Üstten boşluk */
  left: 0; /* Soldan boşluk */
  width: 100%; /* Genişlik */
  height: 100%; /* Yükseklik */
  background-color: rgba(0, 0, 0, 0.6); /* Karartma rengi ve saydamlığı */
  opacity: 0.7; /* Saydamlık */
}

.card .content {
  position: absolute; /* Pozisyonu belirleme */
  bottom: 10px; /* Alt kenardan boşluk */
  left: 10px; /* Sol kenardan boşluk */
  z-index: 1; /* Z indeksi */
  color: #fff; /* Metin rengi */
}



@media (max-width: 767.98px) {
  .carousel {
    padding-top: 4rem;
  }

  .carousel-indicators {
  }

}

.card {
  margin-bottom: 20px;
  text-align: left ;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.card img {
  width: 120%;
  height: auto;
}
.card-body {
  padding: 20px;
}
.copy{
  font-size: 1rem;
}
.cp
{
  font-size: 1.5rem;

}
.client_section .box .detail-box h4 {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 10px;
  border-bottom: 1px solid #f5f5f7;
}

.client_section .box .detail-box p {
  margin-top: 10px;
  font-size: 1.2rem;
}
 .blur {
        filter: blur(30px); /* Buradaki "5px" değeri, uygulanacak blur miktarını belirtir */
    }





@media (max-width: 767.98px) {
  .client_section .box .detail-box p {
  margin-top: 10px;
  font-size: 1rem;
}
}


/* win-win mobil küçültme */
@media (max-width: 767.98px) {
.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 25px;
  height: 25px;
}
}

@media (max-width: 767.98px) {
  .carousel {
    padding-top: 4rem;
  }

  .carousel-indicators {
    top: 55vh;
  }

    
  /*mobil cihazlar icin videonun uzerindeki slider font boyutlarini kucultme*/
  
  .carousel-item h1 {
    font-size: 1.7rem; /* İstenilen h1 boyutu */
  }

  .carousel-item p {
     font-size: 16px; /* İstenilen p boyutu */
  }
  
  
  /*mobil cihazlar icin win-win başlık*/
  #section2 .section-baslik {
  font-size: 150%;
  
}
}

.my-container {
  width: 90%; /* Örneğin, %90 genişlik */
  margin: auto auto; /* Yatayda ortalamak için */
  /* İsteğe bağlı olarak başka stiller ekleyebilirsiniz */
}

@media (max-width: 1860px) {
  #hizmetler .hizmet {
    width: 100%; /* Tam genişlik */
    max-width: 500px; /* Maksimum genişlik ayarı */
    margin: 20px auto; /* Dikeyde ortalama için */
  }
}

@media (max-width: 767.98px) {
  .my-container {
    padding-left: 0;
    width: 90%;
  }
}

#section1 {
  text-align: center; /* İçeriği ortala */
}

#hizmetler {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

.hizmet {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  width: 300px; 
  margin: 20px auto; /* Dikeyde ortalama için */
  padding : 20px;
  text-align : center;
  transition : transform 0.3s ease;
  margin-bottom : 20px;
}

.hizmet:hover {
  transform: translateY(-5px);
}

.hizmet-baslik {
  color: #333;
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hizmet-baslik i {
  margin-right: 10px;
  font-size: 24px;
}

.hizmet-aciklama {
  color: #666;
}

.b {
  font-size: 3rem;
}
