    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');


    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    body {
        font-family: "Poppins", sans-serif;
        background-image: url('Adsız\ tasarım\ \(2\).png');
        background-size: cover;         
        background-repeat: no-repeat;  
        background-attachment: fixed;  
        min-height: 200vh;
    }


    #yazının yerı ındırıyor
    .container{
        width: 80%;
        margin: auto;
        padding-top: 25px; 
        }

    header nav {
        display: flex;
        justify-content: center;
        align-items: center; 
        height: 100px;
        position: fixed;  
        top: 0; left: 0;
        width: 100%;
 
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
    }

    header nav .logo {
        position: absolute;
        left: 20px;  
    }

    nav ul {
        list-style: none;
        display: flex;
        column-gap: 80px    
    }

    

    nav ul li a {
        color: rgb(0, 0, 0);
        text-decoration: none;
        font-weight: 900;
    }

    nav .menu{
        display: flex;
        align-items: center;
        width: 100%;
        height: 80px;
 
        justify-content: center;
        align-items: center; 
        height: 100px;
        position: relative;
        
    }

    .logo-img {
        width: 90px;   
        height: auto;   
        padding-top: 25px; 
        position: relative;
        z-index: 10;
        margin-top: -15px;
    }

    .content {
    height: 100vh; 
    background-image: url('Adsız\ tasarım\ \(8\).png'); 
    background-size: cover;
    background-position: center;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    color: rgb(255, 179, 0); 
    text-align: center; 
    height: calc(120vh - 100px); 
}

.content h1 {
    font-size: 70px; 
}

.content .links a {
    background-color: white; 
    padding: 20px;  
    width: 280px;  
    color: black;  
    text-align: center; 
    font-size: 18px;  
    text-decoration: none; 
    border-radius: 56px; 
    transition: all .25s ease-in; 
    display: inline-block; 
    margin-top: 25px; 
}

.content .links a:hover {
    background-color: rgb(255, 179, 0); 
    color: white;  
    transform:  scale(1.2);
    transform: rotate(20deg);
}

button span {
  display: inline-block;
  transition: transform 0.6s ease;
}

/* ÜZERİNE GELİNCE */
button:hover span {
  transform: rotate(20deg);
}


/* Altındaki beyaz bölüm */
.white-section {
    background-color: rgb(0, 0, 0);  
    min-height: 100vh;  
    display: flex;  
    justify-content: center;  
    align-items: center;  
}

.white-section .inner {
    max-width: 1200px;  
    padding: 50px;  
    text-align: center;
    color: rgb(0, 0, 0); 
}   


/*YAZILARIN ALTINDAKI ÇİZGİ*/
/* Hover'da alttan gelecek olan LOGO */
.content .links a::after {
    transform: translate(-50%, 100%); /* Başlangıçta butonun altında ve ortalı */
    transition: transform 0.4s ease-in-out, opacity 0.3s;
    opacity: 0;
}

/* Hover olduğunda logonun merkeze gelmesi */
.content .links a:hover::after {
    transform: translate(-50%, -50%); /* Tam merkeze yerleşir */
    opacity: 1;
}

.container .menu a {
    position: relative;
    color: white;
    text-decoration: none;
    padding: 0px;
    font-weight: 400;
}

/*YAZILARIN ALTINDAKI ÇİZGİ*/

.container .menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;  
    width: 0;
    height: 3px;   
    background-color: rgb(255, 179, 0);
    transition: width 0.3s ease;
    
}

.container .menu a:hover::after {
    width: 100%;  
}

 
.white-section .inner { 
    display: flex;           
    justify-content: center;  
    align-items: center;      
    gap: 650px;             
    text-align: center;    
    color: rgb(0, 0, 0);
    padding: 50px;
    width: 1300%;
    margin: 0 auto;
    margin-top: -80px;
}

.white-section .inner img {
    width: 450px;            
    border-radius: 15px;
    margin-bottom: 0;        
}


html {
  scroll-behavior: smooth;
}
 

.yenisaf {
    text-align: center;
    margin-top: 100px;  
    font-size: 25px;
    padding-top: 50px;  
    color: white;
    padding-bottom: 150px;
}




 .yenisaf .yenisaf1 img{
    width: 22%;       
  height: auto;
  border-radius: 10px;
  margin-left: 50px;
  margin-top: 150px;
 }

/* === ARKA PLAN VIDEO === */
.bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;   /* video ekranı tam doldursun */
    z-index: -1;         
    background: url('12_879_2_FacilityPhoto.jpg') center/cover no-repeat; 
    /* Video yüklenmezse resim gösterilir */
}


 

.yenisaff{
             background-color: rgb(252, 251, 251);
             overflow: hidden;
        }

.yenisaff .yenisaf2 img {
    width: 25%;
    height: auto;
    border-radius: 10px;
    float: right;
    margin-right: 35px;

    position: relative; 
    top: -50px;    
}

 .yenisaff .ilet{
    text-align: center;
    margin-top: 50px;
    font-size: 45px;
 }

  .yenisaff .ilet2{
    text-align: center;
    top: 30px;

 }

 /*MADE BY EGE BAYLAN*/

 .social{
    display: flex;
    margin-top: -310px;    
    margin-left: 30px;
    flex-direction: column;
    gap: 60px;
 }


.social a {
  font-size: 20px;        
  margin: 0 15px;          
  color: #000;             
  transition: 0.3s;
  display: flex;           
  align-items: center;     
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.social i {
  margin-right: 10px;      
  font-size: 40px;
}

.social a:hover {
  color: rgb(255, 179, 0);  
}
 

 

/* İletişim Bölümü Genel Stili */
.contact-section {
    background-color: #f9f9f9; /* Arka planı hafif gri-beyaz yaparak ayırdık */
    padding: 80px 0;
    width: 100%;
}

.contact-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-header h1 {
    font-size: 42px;
    color: #333;
    margin-bottom: 15px;
}

.contact-header p {
    color: #666;
    font-size: 18px;
}

/* İçerik Düzeni: Yan yana getirme */
.contact-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap; /* Mobilde alt alta geçer */
}

/* Sosyal Linkler */
.social-links {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.social-links a {
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    font-size: 18px;
    transition: 0.3s;
}

.social-links i {
    font-size: 30px;
    color: rgb(255, 179, 0); /* Senin sarı rengin */
    margin-right: 20px;
    width: 40px;
    text-align: center;
}

.social-links a:hover {
    transform: translateX(10px);
    color: rgb(255, 179, 0);
}

/* Görsel Kısmı */
.contact-image {
    flex: 1;
    text-align: right;
}

.hero-title {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 6px;
    color: rgb(255, 179, 0);
    line-height: 1.1;
}

.hero-title span {
    display: block;
    font-size: 22px;
    letter-spacing: 10px;
    color: white;
    margin-top: 15px;
}

.hero-subtitle {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 4px;
    color: rgba(255,255,255,0.8);
}

.content .links a:hover {
    background-color: rgb(255, 179, 0);
    color: white;
    transform: scale(1.05);
}



.yenisaf h1 {
    font-size: 32px;
    letter-spacing: 3px;
    line-height: 1.5;
}



.contact-image img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.sexy-text {
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 4px;
  line-height: 1.2;
  text-align: center;
  color: #ff5fa2;
  text-shadow:
    0 0 10px rgba(255, 95, 162, 0.6),
    0 0 30px rgba(255, 95, 162, 0.4),
    0 0 60px rgba(255, 95, 162, 0.3);
  animation: glowPulse 3s ease-in-out infinite;
}

.sexy-text span {
  color: #ffd1e8;
  font-size: 72px;
  display: inline-block;
  text-shadow:
    0 0 15px rgba(255, 180, 220, 0.8),
    0 0 40px rgba(255, 120, 190, 0.6);
}

/* Neon nabız efekti */
@keyframes glowPulse {
  0%, 100% {
    text-shadow:
      0 0 10px rgba(255, 95, 162, 0.6),
      0 0 30px rgba(255, 95, 162, 0.4);
  }
  50% {
    text-shadow:
      0 0 20px rgba(255, 95, 162, 0.9),
      0 0 60px rgba(255, 95, 162, 0.7);
  }
}


/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .contact-content {
        flex-direction: column;
        text-align: center;
    }
    .contact-image {
        text-align: center;
    }
    .social-links a {
        justify-content: center;
    }
}

/* ============================================================
   SADECE MOBİL VE TABLET UYUMLULUK AYARLARI (@media)
   ============================================================ */

@media (max-width: 1024px) {
    .white-section .inner {
        gap: 50px; /* Tabletlerde aşırı boşluğu daraltır */
        width: 95%; /* Taşmayı engeller */
    }
}

@media (max-width: 768px) {
    /* 1. Navigasyon ve Logo Ayarları */
    header nav {
        height: 70px;
        padding: 0 15px;
        justify-content: center;
    }

    header nav .logo {
        position: relative;
        left: 0;
        margin-right: 15px;
    }

    nav ul {
        column-gap: 20px; /* Menü elemanlarını birbirine yaklaştırır */
    }

    nav ul li a {
        font-size: 14px;
    }

    .logo-img {
        width: 60px;
        margin-top: 0;
    }

    /* 2. Ana Başlık ve İçerik Alanı */
    .content h1 {
        font-size: 40px !important; /* Başlığın ekrana sığmasını sağlar */
        line-height: 1.2;
    }

    .hero-title {
        font-size: 45px;
        letter-spacing: 2px;
    }

    .content .links a {
        width: 220px;
        padding: 15px;
        font-size: 16px;
    }

    /* 3. Bölüm Düzenlemeleri (Görsellerin alt alta gelmesi) */
    .white-section .inner {
        flex-direction: column !important; /* Yan yana duran her şeyi alt alta alır */
        gap: 30px !important;
        width: 100% !important;
        padding: 40px 20px;
    }

    .white-section .inner img {
        width: 100% !important; /* Resim mobilde tam genişlik olur */
        max-width: 350px;
    }

    /* 4. Yenisaf ve Görsel Alanları */
    .yenisaf {
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .yenisaf .yenisaf1 img {
        width: 80%;
        margin-left: 0;
        margin-top: 30px;
    }

    .yenisaff .yenisaf2 img {
        width: 80%;
        float: none;
        margin: 0 auto;
        display: block;
        top: 0;
    }

    /* 5. Sosyal Medya ve İletişim */
    .social {
        margin-top: 30px;
        margin-left: 0;
        align-items: center;
        flex-direction: row; /* İkonları mobilde yan yana dizer */
        justify-content: center;
        gap: 20px;
    }

    .social i {
        font-size: 30px;
    }

    .contact-content {
        flex-direction: column;
        text-align: center;
    }

    .social-links a {
        justify-content: center;
    }

    /* 6. Metin Boyutları */
    .sexy-text {
        font-size: 32px;
    }
    
    .sexy-text span {
        font-size: 38px;
    }
}

/* Küçük telefonlar için ekstra ince ayar */
@media (max-width: 480px) {
    nav ul {
        display: none; /* Çok küçük ekranlarda menü üst üste binmesin diye gizlenebilir */
    }
    
    .content h1 {
        font-size: 32px !important;
    }
}

/* ============================================================
   NAVBAR MOBİL DÜZENLEME (ÜÇ ÇİZGİSİZ - SABİT DÜZEN)
   ============================================================ */

@media (max-width: 768px) {
    /* Navigasyonu dikey olarak düzenle */
    header nav {
        height: auto; /* Yüksekliği içeriğe göre ayarla */
        padding: 15px 0;
        flex-direction: column; /* Logo üstte, menü altta */
        justify-content: center;
        position: fixed; /* Mobilde de üstte sabit kalsın */
        backdrop-filter: blur(10px);
    }

    /* Logo ayarları */
    header nav .logo {
        position: relative;
        left: 0;
        margin-bottom: 10px;
    }

    .logo-img {
        width: 50px; /* Mobilde logoyu biraz küçült */
        margin-top: 0;
        padding-top: 0;
    }

    /* Menü linklerini yan yana ama daraltılmış yap */
    nav ul {
        display: flex;
        flex-direction: row; /* Linkler yan yana kalsın */
        justify-content: center;
        column-gap: 20px; /* Linkler arasındaki boşluğu mobilde azalt */
        padding: 0;
        width: 100%;
    }

    

    nav ul li a {
        font-size: 13px; /* Mobilde yazı boyutunu küçült */
        font-weight: 700;
        color: #000; /* Mobilde beyaz yerine siyah daha iyi okunur */
    }

    /* Yazıların altındaki çizgiyi mobilde de göster */
    .container .menu a::after {
        bottom: -2px;
        height: 2px;
    }

    /* Hero (Başlangıç) kısmının nav'ın altında kalmaması için padding ekle */
    .content {
        padding-top: 120px; 
    }
}

/* Çok küçük ekranlar için (iPhone SE vb.) */
@media (max-width: 380px) {
    nav ul {
        column-gap: 12px;
    }
    nav ul li a {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    /* Logoyu mobilde belirginleştir */
    .logo-img {
        width: 100px !important; /* Logoyu büyüttük */
        margin-top: 5px;
        margin-bottom: 10px;
        display: block;
        transition: transform 0.3s ease;
    }

    /* Logo ve menü arası mesafe */
    header nav {
        padding: 20px 0; /* Navigasyon alanını biraz genişlettik */
    }

    /* Menü linklerini logonun altına tam ortalı ve düzenli diz */
    nav ul {
        column-gap: 15px; /* Linkler arası boşluk */
        width: 100%;
        justify-content: center;
    }

    nav ul li a {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

/* =========================
   ANA SAYFA - BİZ KİMİZ
   ========================= */

.about-home {
    background: #111;
    padding: 120px 0;
    color: white;
}

.about-container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 80px;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-size: 46px;
    letter-spacing: 4px;
    margin-bottom: 30px;
    color: rgb(255, 179, 0);
}

.about-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #ddd;
    margin-bottom: 20px;
}

.about-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 40px;
    border-radius: 40px;
    background: rgb(255, 179, 0);
    color: black;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.about-btn:hover {
    background: white;
    transform: translateY(-5px);
}

.about-image {
    flex: 1;
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.6);
}

/* MOBİL */
@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .about-text h2 {
        font-size: 34px;
    }
}


