html, body {
  margin: 0;
  padding: 0;
  background-color: #0f0f0f;  
}

 
body{
    margin:0;
    font-family:Arial,sans-serif;
    opacity:0;
    transition:opacity 0.8s;
    background-color: #00020a; 
    background-image: url('  ');  
    background-repeat: repeat; 

}
body.loaded{opacity:1;}
a{text-decoration:none;}


 
#main-nav {
    position: relative;
    height: 100px;
    background: linear-gradient(
        180deg,
        rgba(25,25,25,0.98),
        rgba(10,10,10,0.95)
    );
    border-bottom: 2px solid #d6b25e;
    box-shadow: 0 8px 25px rgba(214,178,94,0.35);
}

.nav-container {
    max-width: 100%;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 0 20px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 0;  
}


.logo img:hover {
    filter:
        brightness(1.15)
        saturate(0.95)
        contrast(1.1)
        hue-rotate(-4deg)
        drop-shadow(0 0 12px rgba(255,232,163,0.8));
}

.logo img {
    height: 110px;  
    margin-left: -10px;  
}
.logo .site-title {
    color: #ffe8a3;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: "Trajan Pro", "Cinzel", "Times New Roman", serif;

    
    text-shadow:
        0 0 6px rgba(255,232,163,0.7),
        0 0 14px rgba(214,178,94,0.6),
        0 0 28px rgba(214,178,94,0.4);

    
    display: inline-block;
    animation: logoGlow 3.5s ease-in-out infinite;
}


.nav-links {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 75px;
    margin: 0 auto;   
    padding: 0;
}


.nav-links a {
    color: #ffe8a3;
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: 2.5px;
    position: relative;

    text-shadow:
    0 0 5px rgba(255,232,163,0.55),
    0 0 12px rgba(214,178,94,0.45),
    0 0 24px rgba(214,178,94,0.35);


    animation: menuGlow 3s ease-in-out infinite;

    transition: all 0.35s ease;
}

.nav-links a:hover {
    color: #fff5cc;
    text-shadow:
        0 0 10px rgba(255,245,200,0.85),
        0 0 26px rgba(214,178,94,0.75),
        0 0 48px rgba(214,178,94,0.6);
    transform: translateY(-2px) scale(1.07);
}

.nav-links a.active {
    color: #ffefb5;
    text-shadow:
        0 0 16px rgba(255,239,181,1),
        0 0 40px rgba(214,178,94,1);
}




#main-nav.shrink {
    height: 70px;
}

#main-nav.shrink .logo img {
    height: 55px;
}

/* Dil butonları */
.lang-switch{
    display:flex;
    gap:14px;   
}



.lang-btn{
    background: rgba(20,20,20,0.75);
    border: 2px solid #d6b25e;
    color: #ffe8a3;
    padding: 8px 18px;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 2px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.35s ease;

    text-shadow: 0 0 6px rgba(255,232,163,0.6);
    box-shadow:
        inset 0 0 10px rgba(0,0,0,0.6),
        0 0 12px rgba(214,178,94,0.5);
}
.lang-btn:hover{
    background: linear-gradient(180deg, #ffe8a3, #d6b25e);
    color: #1a1a1a;
    box-shadow:
        0 0 18px rgba(255,232,163,0.9),
        0 0 35px rgba(214,178,94,0.9);
    transform: translateY(-2px) scale(1.05);
}
.lang-btn.active{
    background: linear-gradient(180deg, #fff2c6, #ffe08a);
    color: #1a1a1a;
    border-color: #ffe08a;
    box-shadow:
        0 0 20px rgba(255,232,163,1),
        0 0 40px rgba(214,178,94,0.9);
}


.lang-btn.active,
.lang-btn:hover{
    background:#f0d896;
    color:#1a1a1a;
}
/* BURGER MENÜ */
.burger{
    display:none;
    font-size:32px;
    color:#f0d896;
    cursor:pointer;
}
@media(max-width:768px){

    
    .burger{
        display:block;
    }

   
    .nav-links{
        display:none;
         position: fixed;
        top:80px;
        left:0;
        right:0;
        background:rgba(20,20,20,0.97);
        flex-direction:column;
        align-items:center;
        gap:25px;
        padding:25px 0;
        z-index: 10000;
        pointer-events: auto;
    }

    
    .nav-links.active{
        display:flex;
    }

   
    .lang-switch{
        margin-left:0;
    }
}
@media(max-width:768px){

    
    .burger{
        display:block;
    }

   
    .nav-links{
        display:none;
        position:absolute;
        top:80px;
        left:0;
        right:0;
        background: linear-gradient(
    180deg,
    rgba(15,15,15,0.98),
    rgba(5,5,5,0.97)
);
border-top: 2px solid #d6b25e;

        flex-direction:column;
        align-items:center;
        gap:25px;
        padding:25px 0;
    }

    
    .nav-links.active{
        display:flex;
    }

  
    .lang-switch{
        margin-left:0;
    }
}

 #hero-header {
    height: 420px;
    width: 100%;
   

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

       #hero-header {
    background-image:
        linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.6)),
        url(foto/eb.jpg);
}
.hero-content h2 {
    color: #ffe8a3; 
    font-family: "Trajan Pro", "Cinzel", "Times New Roman", serif;
    font-size: 4.8rem;
    letter-spacing: 5px;
    text-transform: uppercase;

     text-shadow:
        0 0 6px rgba(255,232,163,0.6),
        0 0 16px rgba(214,178,94,0.6),
        0 0 32px rgba(214,178,94,0.45);

    border-bottom: 3px solid #d6b25e;
    padding-bottom: 12px;

     animation: menuGlow 3.5s ease-in-out infinite;
}


 

#content-area {
    max-width: 1400px; 
    margin: 40px auto; 
    position: relative;
   
    background-image: 
        url(foto/des.png), /* Sol desen */
        url(foto/des.png);  /* Sağ desen */
    background-repeat: repeat-y; 
    background-position: left top, right top; 
    background-size:130px auto; 

}
#content-area::before {
    content: "";
    position: fixed; 
    left: 0;
    top: 0;
    width: 150px;
    height: 100vh;
    background: url('sutun-sol.png') no-repeat center;
    background-size: contain;
    opacity: 0.4; 
}


section{
    padding: 45px 30px 75px;
    max-width: 1150px;
    margin: auto;

    background:
        linear-gradient(
            180deg,
            rgba(28,28,28,0.96),
            rgba(12,12,12,0.98)
        ),
        url('https://www.transparenttextures.com/patterns/dark-leather.png');

    border: 2px solid rgba(214,178,94,0.65);
    border-radius: 10px;

    box-shadow:
        inset 0 0 45px rgba(0,0,0,0.75),
        0 0 40px rgba(214,178,94,0.3);
}



h3{
    font-size: 1.7rem;                
    color: #ffe8a3; 
    font-weight: 700;
    text-shadow: 0 0 6px rgba(214,178,94,0.35);                   
    border-bottom: 3px solid #d6b25e;
    padding-bottom: 10px;
    margin-top: 40px;

    letter-spacing: 1px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.15);
}


.card{
    background:
        linear-gradient(
            180deg,
            rgba(32,32,32,0.97),
            rgba(15,15,15,0.98)
        );

    border: 2px solid rgba(214,178,94,0.7);
    border-radius: 12px;

    box-shadow:
        inset 0 0 22px rgba(0,0,0,0.65),
        0 10px 30px rgba(0,0,0,0.65),
        0 0 25px rgba(214,178,94,0.25);

    padding: 26px;
    margin-bottom: 35px;

    transition: all 0.35s ease;
}
.card:hover{
    box-shadow:
        inset 0 0 30px rgba(0,0,0,0.6),
        0 14px 40px rgba(214,178,94,0.45);
    transform: translateY(-4px);
}

iframe{width:100%;border:0;border-radius:10px;}
.distance-list{list-style:none;padding-left:0;}
.distance-list li{margin-bottom:12px;padding-left:30px;position:relative;} 
.distance-list li::before{content:"\2713";color:#8d6f30;font-weight:bold;font-size:1.2rem;position:absolute;left:0;} 
@media (max-width: 768px) {
    .hero-content h2 {
        font-size: 2.4rem;
        letter-spacing: 2px;
    }
}
.nav-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #ffe08a, #d6b25e);
    transition: width 0.3s ease;
}

.nav-links a:hover {
    color: #fff3c9;
    text-shadow: 0 0 8px rgba(214,178,94,0.9);
}

.nav-links a:hover::after {
    width: 100%;
}
.nav-links a.active {
    color: #ffe08a;
    text-shadow: 0 0 10px rgba(255,224,138,1);
}

.nav-links a.active::after {
    width: 100%;
}
@media(max-width:768px){
    .logo img{
        height: 75px;
    }

    .logo span{
        font-size: 1.1rem;
        letter-spacing: 1px;
    }
}
@keyframes logoGlow {
    0% {
        text-shadow:
            0 0 6px rgba(255,232,163,0.6),
            0 0 14px rgba(214,178,94,0.4);
        transform: translateY(0);
    }

    50% {
        text-shadow:
            0 0 12px rgba(255,232,163,0.9),
            0 0 30px rgba(214,178,94,0.8);
        transform: translateY(-2px); 
    }

    100% {
        text-shadow:
            0 0 6px rgba(255,232,163,0.6),
            0 0 14px rgba(214,178,94,0.4);
        transform: translateY(0);
    }
}
.logo .site-title:hover {
    animation-play-state: paused; 
    text-shadow:
        0 0 16px rgba(255,232,163,1),
        0 0 40px rgba(214,178,94,1);
    transform: scale(1.05);
}
@media(max-width:768px){
    .logo .site-title{
        animation: logoGlow 5s ease-in-out infinite;
        font-size: 1.3rem;
        letter-spacing: 2px;
    }
}
 
@keyframes menuGlow {
    0% {
        text-shadow:
            0 0 5px rgba(255,232,163,0.45),
            0 0 12px rgba(214,178,94,0.35);
    }
    50% {
        text-shadow:
            0 0 9px rgba(255,232,163,0.65),
            0 0 20px rgba(214,178,94,0.55);
    }
    100% {
        text-shadow:
            0 0 5px rgba(255,232,163,0.45),
            0 0 12px rgba(214,178,94,0.35);
    }
}

footer {
    background: 
        linear-gradient(rgba(15, 15, 15, 0.96), rgba(5, 5, 5, 0.98)),
        url('https://www.transparenttextures.com/patterns/dark-leather.png');
    color: #f0d896;
     padding: 35px 0 25px 0;
    border-top: 2px solid #d6b25e;
    margin-top: 50px;
    font-family: "Trajan Pro", "Cinzel", "Times New Roman", serif;
}

.footer-container {
    max-width: 1450px;   
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 55px;

    padding: 0 15px;     
}


.footer-section {
    flex: 1;
    text-align: center;
    min-width: 200px; 
}

.footer-section h3 {
    font-size: 1.35rem;
    margin-bottom: 28px;
    letter-spacing: 3px;

    color: #ffe8a3;

    text-shadow:
        0 0 10px rgba(214,178,94,0.8),
        0 0 25px rgba(214,178,94,0.6);
}
footer::before {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        #d6b25e,
        #ffe8a3,
        #d6b25e,
        transparent
    );
    margin-bottom: 50px;
}


.footer-section p {
    color: #f5f0e3;
    font-size: 1.1rem;
    line-height: 1.9;
    letter-spacing: 0.6px;
}


/* Sosyal Medya İkonları */
.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px; 
    margin-top: 20px;
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 25px;
    border-top: 1px solid rgba(214,178,94,0.2);
    font-size: 0.95rem;
    color: rgba(240,216,150,0.6);
    text-align: center;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        gap: 40px;
        padding: 0 20px;
    }
}
.footer-social {
    text-align: center;
}
.social-icons a {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.6rem;
    color: #ffe8a3;

    border-radius: 50%;
    border: 2px solid #d6b25e;

    background: linear-gradient(
        180deg,
        rgba(35,35,35,0.95),
        rgba(10,10,10,0.98)
    );

    box-shadow:
        inset 0 0 10px rgba(0,0,0,0.7),
        0 0 14px rgba(214,178,94,0.45);

    transition: all 0.35s ease;
}

.social-icons a:hover {
    background: linear-gradient(
        180deg,
        #ffe8a3,
        #d6b25e
    );

    color: #1a1a1a;

    box-shadow:
        0 0 20px rgba(255,232,163,0.95),
        0 0 45px rgba(214,178,94,0.9);

    transform: translateY(-5px) scale(1.15);
}

.footer-social h3 {
    margin-bottom: 30px;
    font-size: 1.35rem;
    letter-spacing: 3px;
    text-shadow:
        0 0 10px rgba(214,178,94,0.8),
        0 0 20px rgba(214,178,94,0.6);
}

.social-icons a {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 1.6rem;
    color: #ffe8a3;

    border-radius: 50%;
    border: 2px solid #d6b25e;

    background: linear-gradient(
        180deg,
        rgba(35,35,35,0.95),
        rgba(10,10,10,0.98)
    );

    box-shadow:
        inset 0 0 10px rgba(0,0,0,0.7),
        0 0 14px rgba(214,178,94,0.45);

    transition: all 0.35s ease;
}
@keyframes footerGlow {
    0% {
        box-shadow:
            inset 0 0 10px rgba(0,0,0,0.6),
            0 0 10px rgba(214,178,94,0.3);
    }
    50% {
        box-shadow:
            inset 0 0 12px rgba(0,0,0,0.6),
            0 0 22px rgba(214,178,94,0.7);
    }
    100% {
        box-shadow:
            inset 0 0 10px rgba(0,0,0,0.6),
            0 0 10px rgba(214,178,94,0.3);
    }
}

.social-icons a {
    animation: footerGlow 4s ease-in-out infinite;
}
footer p {
    color: #f5f0e3;              
    font-size: 1.12rem;
    line-height: 1.9;
    letter-spacing: 0.6px;

    text-shadow:
        0 0 6px rgba(0,0,0,0.9),
        0 0 12px rgba(0,0,0,0.6);
}
footer p {
    font-size: 1.25rem;     
    line-height: 2;
    letter-spacing: 0.8px;
}
.footer-section h3 {
    font-size: 1.75rem;   
    letter-spacing: 3.8px;
    margin-bottom: 22px;
}

.footer-social h3 {
    font-size: 1.6rem;
}

@media (max-width: 768px) {
    footer::before, footer::after { display: none; }
    .footer-container { flex-direction: column; gap: 30px; text-align: center; }
    .footer-center { border: none; }
    .footer-right, .footer-left { text-align: center; }
    .social-icons { justify-content: center; }
}
.footer-copy {
    text-align: center;
    margin-top: 25px;

    font-size: 1rem;
    color: rgba(245,240,227,0.85);

    letter-spacing: 1px;

    text-shadow: 0 0 6px rgba(0,0,0,0.9);
}
.card p{
    color: #f1dfb0;
    font-size: 1.1rem;
    line-height: 1.9;

    text-shadow:
        0 0 6px rgba(0,0,0,0.9);
}
.card h3{
    color: #ffe8a3;
    font-size: 1.75rem;
    letter-spacing: 1.2px;

    border-bottom: 3px solid #d6b25e;
    padding-bottom: 10px;

    text-shadow:
        0 0 8px rgba(214,178,94,0.55);
}

.card ul li,
.distance-list li{
    color: #e7d29a;
    font-size: 1.08rem;
}

@media (max-width: 768px) {
    .card {
        padding: 25px 22px;
        max-width: 95%;
    }

    .card p {
        font-size: 1.05rem;
    }
}
@media (max-width: 768px) {

     .nav-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    
}



.nav-right {
  display: flex;
  align-items: center;
  gap: 15px; 
}


.lang-switch-mobile {
  display: flex;
  gap: 5px;
}

 


@media (max-width: 768px) {
  .nav-links .lang-switch {
    display: none; 
  }
}
.lang-switch.desktop-only {
  display: flex;
  align-items: center;
  margin-left: 15px; 
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}


.mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  
  .desktop-only {
    display: none !important;
  }
  
  
  .mobile-only {
    display: flex !important;
  }

  
  .nav-links .lang-switch {
    display: none !important;
  }
} 
.mobile-lang {
  display: none !important;
}

.desktop-lang {
  display: flex !important;
  align-items: center;
  margin-left: 20px; 
}

/* MOBİL AYARLARI */
@media (max-width: 768px) {
 
  .desktop-lang {
    display: none !important;
  }

   
  .mobile-lang {
    display: flex !important;
    gap: 5px;  
  }

   
  .nav-right {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}