



  
/*anasayfa slideri menü isimlerinin üst çizgisi*/

* { margin: 0; padding: 0; box-sizing: border-box; }
    body, html { height: 100%; font-family: Arial, sans-serif; background:white; 

    }
/*anasayfa slideri*/
    .slider {
      position: relative;
      height: 90vh;
      overflow: hidden;
      animation: fadeIn 2s ease;
      margin-top: 0!important;
      padding-top: 0!important;
      margin-top: -35px;
 
      
    }
    .slide {
      position: absolute;
      width: 100%; height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }
    .slide.active {
      opacity: 1;
    }
    .slide-content {
      position: absolute;
      top: 50%; 
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
      text-shadow: 1px 1px 5px #000;
      opacity: 0;
  font-weight: bold;
  font-size: 25px;
      
    }
    .slide.active .slide-content {
      animation: fadeInUp 1s ease forwards;
    }
    .slide-content h1 { font-size: 2em; margin-bottom: 0.5em; }
    .slide-content p { font-size: 1em; }
    /* Particles */
    .particles { position: absolute; top:0; left:0; width:100%; height:100%; pointer-events:none; overflow:hidden; }
    .particle {
      position: absolute;
      background: rgba(255,255,255,0.3);
      border-radius: 50%;
      animation: float 6s ease-in-out infinite;
      z-index: 1;
      box-shadow:0 0 40px rgba(red, green, blue, alpha 255,255,255,0.3) ;
    }
         

      @keyframes float {
      0%    {transform: translate(0, 0) scale(1); }
      50%  {transform: translate(20px, -20px) scale(1.1); }
     100%  {transform: translate(0, 0) scale(1); }

}

@media (max-width: 768px) {
    .slider {
        height: 60vh;
    }

    .slide-content {
        top: 60%;
        font-size: 20px;
        padding: 0 10px;
        text-align: center;
    }

        .slide-content h1 {
            font-size: 1.1em;
        }

        .slide-content p {
            font-size: 0.8em;
           
        }

    .particles {
        display: none; /* Mobilde kaldır */
    }
}
/* Renkli toplar */
.particle.red {
  background: rgba(255, 80, 80, 0.3);
  box-shadow: 0 0 50px rgba(255, 80, 80, 0.5);
}
.particle.blue {
  background: rgba(80, 180, 255, 0.3);
  box-shadow: 0 0 50px rgba(80, 180, 255, 0.5);
}
.particle.green {
  background: rgba(100, 255, 150, 0.3);
  box-shadow: 0 0 50px rgba(100, 255, 150, 0.5);
}
.particle.yellow {
  background: rgba(255, 255, 100, 0.3);
  box-shadow: 0 0 50px rgba(255, 255, 100, 0.5);
}

@keyframes float {
  0%   { transform: translate(0, 0) scale(1); }
  25%  { transform: translate(30px, -20px) scale(1.1); }
  50%  { transform: translate(0px, -40px) scale(1.05); }
  75%  { transform: translate(-20px, 20px) scale(1.15); }
  100% { transform: translate(0, 0) scale(1); }
}
/*canva tüm body olan animasyon*/

#lightningCanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}


    
    /* Animations */
    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
    @keyframes fadeInUp {
      from { transform: translate(-50%, -60%); opacity: 0; }
      to { transform: translate(-50%, -50%); opacity: 1; }
    }
    @keyframes float {
      0% { transform: translateY(0) scale(1); }
      50% { transform: translateY(-20px) scale(1.2); }
      100% { transform: translateY(0) scale(1); }
    }


/*menü isimlerinin üst çizgili olması*/
.nav-link {
  position: relative;
  padding-top: 2px; /* Çizginin alanı için biraz boşluk */
  color: black; /* Varsayılan renk */
  text-decoration: none;
}

.nav-link::before {
  content: "";
  position: absolute;
  top: 0; /* çizgi üstten başlasın */
  left: 0;
  width: 0;
  height: 1px;
  background-color: gold;
  transition: width 0.4s ease;
}

.nav-link:hover::before,
.nav-link.active::before {
  width: 70%;
  left: 15%;

}




/*SOSYAL MEDİA ADRES TELEFON*/
.telephone_adres {
    background-color: #2c2c2c;
    padding: 10px 40px; /*üst ve alt boşluk demektir iç boşluk*/
    color: white; /* Yazı rengi: beyaz */
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:12px;
}

.info-line{

display: flex;   /* İçerikleri yatay (yan yana) dizer */
align-items: center;/* Dikeyde ortalar */
justify-content: flex-start;/* Sola hizalar */
gap: 30px;/* Öğeler arası boşluk (sağ-sol boşluk gibi) */
margin-left: 20px;
}

.info,i{

margin-right: 8px;  /* İkonla metin arasında 8px boşluk bırakır */

}
.info{

display: flex; /* İkon ve metni yan yana dizer */
align-items: center; /* Dikeyde ortalar (ikon metnin ortasına gelir) */

}
.cizgi{

width: 1px;/* Genişliği: 1px (ince çizgi) */
height: 30px; /* Yüksekliği: 30px (dikey uzunluk) */
background-color:rgba(255, 255, 255, 0.2); /* Açık beyaz, yarı saydam çizgi */

}


.fa-solid.fa-location-dot{
color: red;

}

.sosyal_media{

display: flex;  /* Yan yana dizer */
align-items: center; /* Dikey hizalama ortalanır */
gap: 10px;  /* İkonlar arası boşluk */
margin-right: 60px;/* en sağdan boşluk*/
margin-left: auto;
}

/*takip edin yazısı*/
.text{
margin-right: 5px;     /* Yazı ile ilk ikon arasında boşluk */

}

.text, i {
    font-size: 18px; /* İkon boyutu */
    color: white; /* İkon rengi */
    transition: color 0.3s ease; /* Hover geçiş efekti */
    color: gold; /* İkon rengi */
}


.text,i:hover{

color:orange;

}



.fa-instagram {
  color: #E1306C; /* Instagram pembe-mor ton */
}

.fa-facebook {
  color: #1877F2; /* Facebook mavi */
}

.fa-linkedin {
  color: #0A66C2; /* LinkedIn mavi */
}



/*NAVBARIN TÜM CSS ÖZELLİK KODLARI*/


/*menü isimleri*/

.custom-link {
    font-size: 20px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
} 
img{

margin-left:30px;
height:110px;
width:110px;

}

nav.navbar{


padding-top:0 !important;
padding-bottom:0 !important;
margin-bottom: 0!important;

}


.navbar-nav.custom-menu{
transform: translate(-10px);/*menü barın daha cok sola gelmesini sağlar*/
  animation: fadeInUp 3s ease forwards; /* Yukarıdan yumuşak giriş animasyonu */
  opacity: 0;                             /* Başlangıçta görünmez */
  transform: translateY(30px);   

  align-items: center;
}



.custom-navbar{

position: sticky;
top: 0;
z-index:1000 ;
background-color: white;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);


}


    /*Slider animasyonlar */
    @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
    @keyframes fadeInUp { from { transform: translate(-50%, -60%); opacity: 0; } to { transform: translate(-50%, -50%); opacity: 1; } }
    @keyframes float { 0% { transform: translateY(0) scale(1); } 50% { transform: translateY(-20px) scale(1.2); } 100% { transform: translateY(0) scale(1); } }




/*HAKKIMIZDAAA*/


.about-section {
  background-color: #f4f4f4;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  animation: fadeInUp 1.5s ease forwards; /* Yukarıdan yumuşak giriş animasyonu */
  opacity: 0;                             /* Başlangıçta görünmez */
  transform: translateY(30px);            /* 30px aşağıda başlar */
}


@keyframes fadeInUp {
  to {
    opacity: 1;                           /* Görünür olur */
    transform: translateY(0);             /* Normal konuma gelir */
  }
}


.about-grid {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  align-items: stretch;
  gap: 50px;
}

.about-image {
  flex: 1;
  height: 450px;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.about-text {
  flex: 1;
  min-width: 300px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-text h2 {
  font-size: 30px;
  margin-bottom: 20px;
  color: gold;
  font-weight: bold;
}

.about-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .about-grid {
    flex-direction: column;
  }

  .about-image {
    min-height: 200px;
  }
}



/*TEKNİSYENLER ÜYESİ YAZISI*/

.nav-text {
  font-size: 50px;
 font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.nav-extra {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 40px; /* Sağdan boşluk */
}

.nav-mini-logo {
  width: 35px;
  height: 35px;
}

.nav-extra-text {
  font-size: 16px;
  color:black;
  white-space: nowrap;

}

@keyframes subtleBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.nav-extra {
  animation: subtleBounce 3s infinite ease-in-out;
}




/*referanslar*/
.references {
  padding: 40px 20px;
  background: #f9f9f9;
  text-align: center;
    animation: fadeInUp 1.5s ease forwards; /* Yukarıdan yumuşak giriş animasyonu */
  opacity: 0;                             /* Başlangıçta görünmez */
  transform: translateY(30px);   
}

.references h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.ref-carousel {
  overflow: hidden;
  position: relative;
}

.ref-track {
  display: flex;
  animation: slide 30s linear infinite;
  gap: 20px;
}

.ref-card {
  min-width: 150px;
  height: 150px;
  background: rgba(255,255,255,0.1);
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  backdrop-filter: blur(5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.ref-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 10px;

}




.ref-card p {
  font-size: 0.9rem;
  color: #333;
  margin: 0;
}

@keyframes slide {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ref-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
  margin: 0 auto 10px;
}






/* Hizmetler bölümü */

.services-section {
    max-width: 1000px;
    margin: 0 auto;
    animation: fadeInUp 1.5s ease forwards; /* Yukarıdan yumuşak giriş animasyonu */
    opacity: 0; /* Başlangıçta görünmez */
    transform: translateY(30px);
  
}





/* İkonlar */
.service-icon {
  font-size: 3rem;
  color:gold;
  transition: color 0.3s ease;
}

.service-card .card:hover .service-icon {
  color:grey;
}

/* Başlıklar */
.service-title {
  font-weight: 600;
  font-size: 1.2rem;
}

/* Responsive ayar: küçük ekranlarda tek sütun */
@media (max-width: 767px) {
    .service-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        border: 2px solid gold;
    }
}

/* Detay butonu */
 .button  {
  border-radius: 15px;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: gold;
  border: 2px solid black;
  background-color: transparent;
  cursor: pointer;
  font-size: 15px;
   width: 60px;  /* Buton genişliği */
  height: 30px;  /* Buton yüksekliği (kare) */
  padding: 10px 10px 15px 10px;
  

 
}

.button:hover {
  background-color: orange;
  color: #121212;
}




/*iletişimmmm*/

.contact-section {
  padding: 40px 10px; /* sağ-sol boşluk azaltıldı */
  background-color: #f9f9f9;
  text-align: center;
    animation: fadeInUp 1.5s ease forwards; /* Yukarıdan yumuşak giriş animasyonu */
  opacity: 0;                             /* Başlangıçta görünmez */
  transform: translateY(30px);   
}

.contact-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  gap: 100px;
  max-width: 960px;
  margin: 0 auto;
}

.contact-form,
.contact-map {
  flex: 1;
  min-width: 0;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
}

.contact-form textarea {
  resize: vertical;
  height: 160px;
}

.contact-form button {
  padding: 10px;
  background-color: gold;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: orange;
  color: white;
}

.contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: 7px;
  display: block;
}

.contact-map {
  height: auto;
  min-height: 320px;
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
  }

  .contact-form,
  .contact-map {
    width: 100%;
  }
}

.footer-link{


color: #f4f4f4;


}

.social-icon .fa-instagram {
  color: #E4405F; /* Instagram pembe-mor tonları */
}

.social-icon .fa-facebook-f {
  color: #1877F2; /* Facebook mavi */
}

.social-icon .fa-linkedin-in {
  color: #0077B5; /* LinkedIn mavi */
}

.social-icon i:hover {
  opacity: 0.7; /* Hoverda hafif şeffaflık efekti */
}



/*BUTON BAŞA DÖN BUTONU*/
#button1 {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#button1:hover {
  background-color: orange;

}

/*arac şarz alanı*/


  .custom-slider-section { padding: 60px 0; background: #f4f6f8; }
  .custom-slider-section .container { width: 90%; max-width: 1200px; margin: 0 auto; text-align: center; }
  .section-title { font-size:25px; margin-bottom: .5rem; opacity: 0;font-weight: bold; }
  .section-desc { font-size: 1.1rem; color: #555; margin-bottom: 2rem; opacity: 0; }

  .custom-slider-wrapper { overflow: hidden; position: relative; }
  .custom-slider-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
  }
  .custom-slide { flex: 0 0 calc(100% / 3); padding: 0 10px; box-sizing: border-box; }


/*

Resimlere sabit yükseklik verip, içeriği orantılı olarak kırpacağız (object-fit: cover), böylece:

Hepsi aynı boyda durur

Uzun veya yatay fark etmez, ortalanarak gösterilir*/
  .custom-slide img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

  

  .custom-back-btn {
    margin-top: 1.5rem;
    padding: .8rem 1.5rem;
    font-size: 1rem;
    border: none;
    background:gainsboro;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0;
  }


  .custom-back-btn:hover{

    background-color: #0A66C2;
  }

  /* Animasyonlar */
  .animate-fade-in { animation: fadeIn 1s forwards; }
  .delay-1 { animation-delay: .4s; }
  @keyframes fadeIn { to { opacity: 1; } }

  .animate-slide-up { animation: slideUp 0.8s forwards .8s; }
  @keyframes slideUp { from { transform: translateY(20px); opacity: 0; } to { transform: translateY(0); opacity: 1; } }



 #lightning {
      position: fixed;
      left: 0;
      top: 0;
      width: 10px;
      height: 10px;
      pointer-events: none; /* Mouse ile etkileşim olmasın */
      transform: translate(-50%, -50%);
      z-index: 9999;
      font-size: 15px;
      color: gold;
    }

    body{
      margin: 0;
      height: 100vh;
      background-color: #111;


    }


/*tüm nav barın mobil ayarlaması*/
@media (max-width: 991px) {
    /* Menü dikey sıralansın */
    .custom-menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 15px;
    }

    /* Menü bağlantıları tam genişlik olsun */
    .custom-link {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
        color: #333;
    }

    /* Logo ortalansın */
    .custom-logo img {
        margin: 0 auto;
        display: block;
    }

    /* Sosyal medya ikonları ortalansın ve dikey boşluk verilsin */
    .sosyal_media {
        justify-content: center;
        margin: 20px 0;
        gap: 15px;
    }

    /* Info-line içeriği dikey sıralansın */
    .info-line {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* Adres ve telefon alanı genişlesin */
    .info {
        margin: 5px 0;
    }

    /* Ayırıcı çizgi gizlensin */
    .cizgi {
        display: none;
    }

    /* Üye yazısı gizlenebilir istersen */
    .nav-extra {
        display: none;
    }
    .telephone_adres{

        display:none;
    }
}







