/*------------- Üst Bar Stili -------------*/
.lazer {
background-color: rgb(2, 2, 34);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.6);
color: #f0f0f0; /* Açık yazı rengi için */
}
#logo {
   border-radius: 10px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    margin-left: -40px;
    height: 10vh; 
}

.üstbar{
    background-color: white;
    color:  rgb(2, 2, 34);;
}

.lazer2{
    margin-left: -50px;
}
.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  color: #fff;
  padding: 20px 20px;
  font-family: Arial, sans-serif;
  font-size: 20px;
}

.top-bar-left {
  flex: 1;
  text-align: left;
}

.top-bar-center {
  display: flex;
  text-align: center;
}

.top-bar-right {
  flex: 1;
  text-align: right;
}

.top-bar-right a {
  color: white;
  margin-left: 10px;
  text-decoration: none;
  font-size: 16px;
}
.lazer7{
    color: red;
}
.lazer8{
  
    font-size: 60px;
    background-color: #000;
    color: white;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
}
.lazer50{
  font-size:30px;
}

 .carousel-inner img{
    height: 75vh;
} 
/*---------------- Üst Bar Stili -------------------*/
/*-----------------Navbar --------------------------*/

.logo {
    border-radius: 10px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.08);
    margin-left: -20px;
    width:160px;
    height:100px;
}

.üstbar{
    background-color: white;
    color:  rgb(2, 2, 34);;
}
/*-----------------Navbar --------------------------*/

/* About */
 .about-section {
      padding: 10px 0;
      background-color: #f8f9fa;
       margin-bottom: 20px;
       height: 95vh;
    }
    .about-title {
      border-left: 5px solid rgb(46, 45, 103);                    
      padding-left: 15px;
      margin-bottom: 20px;
      font-size: 60px;
    }
    .about-image img {
      border-radius: 10px;
      max-height: 400px;
      object-fit: cover;
    }
    .references-section {
  background-color: #f9f9f9;
   padding: 60px 20px; 
  text-align: center;
}
/* HİZMETLERİMİZ */
.body1 {
  font-family: 'Muli', sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  margin: 0;
} 

.container1 {
  display: flex;
  width: 70vw;
  top: -50px;
  position: relative;

}

.panel {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  flex: 0.5;
  margin: 10px;
  position: relative;
  -webkit-transition: all 700ms ease-in;
}

/* hizmetlerizin üstündeki yazı bunu ayarla  */
/* .panel h3 {
  font-size: 24px;
  position: absolute;
  bottom: 520px;
  left: 520px;
  margin: 0;
  opacity: 0;
  color: red;
  background-color: rgba(0, 0, 0, 0.04)
} */
 .panel h3 {
  position: absolute;
  backdrop-filter: blur(10px);
  max-height: 40%;
  top:100px;
  left:60%;
 }

.panel.active {
  flex: 5;

   */
}

.panel.active h3 {
  opacity: 1;
  transition: opacity 0.3s ease-in 0.4s;
}

 .logo x 2 { */
    animation: scroll 25s linear infinite;
}
 /* REFERASNLAR BÖLÜMÜ */
   .referanslar-bolumu {
  background: linear-gradient(145deg, #ecfbb1, #f0f0f0);
  padding: 60px 20px;
  text-align: center;
}

.referanslar-bolumu h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 40px;
  font-weight: 700;
}

.referanslar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.referans-karti {
  background-color: #f2f3cf50;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.referans-karti:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.referans-karti img {
  width: 150px;
  object-fit: contain;
  /* filter: grayscale(100%); */
  transition: filter 0.3s ease;
}

.referans-karti:hover img {
  filter: grayscale(0%);
}

.referans-karti p {
  margin-top: 12px;
  font-size: 16px;
  color: #444;
  font-weight: 500;
}
/* İLETİŞİM   */
.lazer6{
    border-radius:20px ;
    background-color: black;
    color: white;
    box-shadow: 20px 10px 20px rgba(0, 0, 0, 0.081);
    width: 300px;
    text-align: center;
}
.mavi-cizgi {
  width: 4px;
  height: 50px;
  background-color: blue;
  /* vertical-align: middle; */
  margin-left: 500px;
}
.lazeres{
    border-radius:20px ;
    background-color: black;
    color: white;
    box-shadow: 20px 10px 20px rgba(0, 0, 0, 0.081);
    width: 150px;
    text-align: center;
}

/* Footer Bölümü */
.footer {
  display: flex;
  justify-content: space-between;
  padding: 120px 100px;
  background: black;
  color: white;
  font-family: Arial, sans-serif;
}

/* Her bir sütun */
.footer-column {
  flex: 1;
  margin: 0 50px; /* Kolonlar arası boşluk */
}

/* Başlıklar */
.footer-column h4 {
  font-size: 40px; /* Başlık boyutu büyütüldü */
  margin-bottom: 10px;
  color: white;
}

/* Paragraflar ve metinler */
.footer-column p,
.footer-column li,
.footer-column a {
  font-size: 25px; /* Metin boyutu büyütüldü */
  line-height: 1.6;
  color: white;
  text-decoration: none;
}

/* Sosyal medya ikonları için (isteğe bağlı) */
.footer-social-icons i {
  font-size: 18px;
  margin-right: 10px;
  color: #ccc;
}

.footer-column a:hover {
  color: red;
}
.lazer12{
    color: black;
}
.lazer52 {
  color: red;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: #25d366;
  padding: 10px;
  border-radius: 50%; 
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
  color: white;
}

.whatsapp-float:hover {
  transform: scale(0.8);
}
.whatsapp-float img {
  width: 40px;  /* veya istediğin px değeri */
   height: 40px;
}

/* Kart Stilleri */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    opacity: 0; /* Başlangıçta görünmez */
    transform: translateY(50px); /* Aşağıda başlasın */
    border: none; /* Varsayılan Bootstrap border'ını kaldırmak için */
    border-radius: 10px; /* Hafif yuvarlatılmış köşeler */
}

.card.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Hover Efektleri */
.card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

/* Kart Resim Stilleri */
.card-img-top {
    height: 300px;
    object-fit: cover;
    border-top-left-radius: 10px; /* Kartla uyumlu köşeler */
    border-top-right-radius: 10px;
    transition: transform 0.5s ease;
}

.card:hover .card-img-top {
    transform: scale(1.1);
}
/* Kart İçeriği */
.card-title {
    font-size: 1.4rem;
  margin-top: 10%;
    color: black;
    transition: color 0.3s ease;
    text-align: left;
}



.card-text {
    color: #666;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
/* Kart Animasyonları */
.animate-card {
    animation: fadeUp 0.8s ease forwards;
}

.animate-card[data-delay="0.2s"] {
    animation-delay: 0.2s;
}

.animate-card[data-delay="0.4s"] {
    animation-delay: 0.4s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.carousel-caption {
  position: absolute;
  backdrop-filter: blur(10px);
  max-height: 32%;
  top:100px;
  left:60%;
}

  .carousel-caption h1 {
    font-size: 40px;
    
  }

 .esra1 {
                        
      padding-left: 15px;
      margin-bottom: 50px;
      font-size: 40px;
      text-align: center;
 }

























@media (max-width: 480px) {

  body {
    font-size: 14px;
  }
   .container1 {
    width: 100vw;
  }

  .top-bar {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    display: none;
  }

  .top-bar-left, .top-bar-center, .top-bar-right {
    margin-bottom: 8px;
    font-size: 14px;
  }

  #logo {
    margin-left: 15px;
   height: 8vh;
  }

  .navbar-nav {
    text-align: center;
  }
 .navbar-nav :hover {
    text-align: center;
    color: red;
  }
  .navbar-nav .nav-item {
    padding: 5px 0;
  }

  .carousel-caption h1 {
    font-size: 20px;

  }

  .carousel-caption p {
    font-size: 10px;
  }
.carousel-caption {
  position: absolute;
  backdrop-filter: blur(10px);
  max-height: 40%;
  top:100px;
  left:30%;
}
  .carousel-item img {
    height: 520px;
    object-fit: cover;
  }

  .about-image img {
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .fs-5 {
    font-size: 14px !important;
  }

  .about-title {
    font-size: 20px;
    text-align: center;
    border-left: 5px solid red;
  }

  .lazer20 {
    font-size: 13px !important;
  }

  .container, .row {
    padding-left: 10px;
    padding-right: 10px;
  }
   .panel h3 {
  position: absolute;
  backdrop-filter: blur(10px);
  max-height: 40%;
  top:10px;
  left:60%;
  font-size: 14px;
 }
.footer {
    flex-direction: column; /* Kolonlar alt alta gelsin */
    padding: 50px 20px;      /* Daha dar padding */
    text-align: center;      /* Mobilde ortalanmış görünüm */
  }

  .footer-column {
    margin: 20px 0;          /* Kolonlar arasında dikey boşluk */
  }

  .footer-column h4 {
    font-size: 28px;         /* Başlıklar küçülsün */
  }

  .footer-column p,
  .footer-column li,
  .footer-column a {
    font-size: 18px;         /* Metin boyutu küçültülsün */
  }

  .footer-social-icons i {
    font-size: 20px;         /* İkonlar biraz büyüsün mobilde */
    margin: 0 8px;           /* İkonlar arası boşluk dengelensin */
  }
  .whatsapp-float {
    position: fixed;
    bottom: 12%;
    right: 10px;
    padding: 10px;
  }

  .whatsapp-float img {
    width: 30px;
    height: 30px;
  }

.card {
    margin-bottom: 1rem;
    border-radius: 8px;
  }

  .card-img-top {
    height: 200px;
  }

  .card-title {
    font-size: 1.2rem;
    margin-top: 8%;
  }

  .card-text {
    font-size: 0.9rem;
  }
}





