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;

    /* IŞIK */
    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);

    /* HAREKET HAZIRLIĞI */
    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;
}



 #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() no-repeat center;
    background-size: contain;
    opacity: 0.4; 
}


section{
    padding: 70px 30px;
    max-width:1100px;
    margin:auto;

    background:
        linear-gradient(
            180deg,
            rgba(16,16,16,0.97),
            rgba(6,6,6,0.99)
        ),
        url('https://www.transparenttextures.com/patterns/dark-leather.png');

    border-radius: 18px;

 
    border: 2px solid rgba(214,178,94,0.55);

    box-shadow:
        inset 0 0 35px rgba(0,0,0,0.9),
        0 18px 45px rgba(0,0,0,0.6);

    position: relative;
}

section p,
section li{
    color: #f5f0e3;
}

section ul{
    padding-left: 22px;
}

}


.box{
     max-width: 1100px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;

 
    background:
        url('https://www.transparenttextures.com/patterns/dark-leather.png');

    background-size: cover;
    background-position: center;

    padding: 60px 35px;

    border: 2px solid rgba(214,178,94,0.65);
    border-radius: 12px;

    box-shadow:
        inset 0 0 45px rgba(0,0,0,0.75),
        0 0 40px rgba(214,178,94,0.3);
}

.box .content-title{
    color: #ffe8a3;
    font-family: "Trajan Pro", "Cinzel", "Times New Roman", serif;
    font-size: 2rem;
    letter-spacing: 3px;

    border-bottom: 2px solid #d6b25e;
    padding-bottom: 12px;
    margin-bottom: 28px;

    text-shadow:
        0 0 8px rgba(255,232,163,0.6),
        0 0 18px rgba(214,178,94,0.6);
}
.box .content-subtitle{
    color: #f0d896;
    font-family: "Trajan Pro", "Cinzel", "Times New Roman", serif;
    letter-spacing: 1.5px;
    margin-top: 35px;

    text-shadow:
        0 0 6px rgba(214,178,94,0.45);
}
 
.box{ position:relative; }



#cikan-eserler {
    position: relative; 
    margin-top: 80px;
     padding: 35px 10px;  

    background-image:
        linear-gradient(
            rgba(0,0,0,0.55),
            rgba(0,0,0,0.65)
        ),
        url("foto/log.png"); 

      background-size: 195%;
    background-position: center;
    background-repeat: no-repeat;

    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.35);
}

#cikan-eserler h2 {
    text-align: center;
    margin-bottom: 40px;

    font-size: 2rem;
letter-spacing: 2.5px;

    text-transform: uppercase;

    color: #ffe8a3; 

    text-shadow:
    0 0 8px rgba(255,232,163,0.75),
    0 0 22px rgba(214,178,94,0.8),
    0 0 40px rgba(214,178,94,0.6);


    border-bottom: 2px solid #d6b25e;
    padding-bottom: 12px;

    font-family: "Trajan Pro", "Cinzel", "Times New Roman", serif;
}


.eserler-container {
    display: flex;
    justify-content: center;  
    gap: 180px;                 
    flex-wrap: wrap;
}



.eser-card{
    background:
        linear-gradient(
            180deg,
            rgba(20,20,20,0.96),
            rgba(8,8,8,0.98)
        ),
        url('https://www.transparenttextures.com/patterns/dark-leather.png');

    border: 2px solid rgba(214,178,94,0.55);
    border-radius: 14px;

    padding: 18px;

    box-shadow:
        inset 0 0 22px rgba(0,0,0,0.85),
        0 10px 30px rgba(0,0,0,0.6);

    transition: all 0.4s ease;
    box-sizing: border-box;
    width: 32%;
    max-width: 360px;

    background: linear-gradient(
        180deg,
        rgba(18,18,18,0.96),
        rgba(8,8,8,0.98)
    );

    border: 2px solid rgba(214,178,94,0.55);
    border-radius: 12px;

    padding: 16px;

    margin: 0;

    overflow: hidden; 

    position: relative;
}

.eser-card:hover{
    transform: translateY(-12px) scale(1.05);

    box-shadow:
        inset 0 0 26px rgba(0,0,0,0.9),
        0 0 28px rgba(214,178,94,0.75),
        0 18px 40px rgba(0,0,0,0.7);
}

.eser-image {width: 100%; height: 440px; background: #e0d0b8; border: 2px dashed #b29562; border-radius: 10px; display: flex; justify-content: center; align-items: center; color: #7a684d; font-weight: bold; font-size: 1.2rem; margin-bottom: 15px; overflow: hidden;}
.eser-image img {width: 100%; height: 100%; object-fit: cover;}
.eser-card h3{
    margin: 10px 0 8px 0;
    padding: 0;

    text-align: center;

    font-family: "Trajan Pro", "Cinzel", "Times New Roman", serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1.8px;

    color: #ffe8a3;

    text-shadow:
        0 0 6px rgba(255,232,163,0.6),
        0 0 14px rgba(214,178,94,0.6);

    line-height: 1.3;
    word-wrap: break-word;
}


.eser-card p{
    color: #f5f0e3;
    font-size: 0.98rem;
    line-height: 1.6;
    text-align: center;
}
.eser-image{
    background:
        linear-gradient(
            180deg,
            rgba(25,25,25,0.95),
            rgba(10,10,10,0.98)
        );

    border: 2px dashed rgba(214,178,94,0.45);
    border-radius: 12px;

    box-shadow:
        inset 0 0 18px rgba(0,0,0,0.8);

    margin-bottom: 15px;
    height: 420px; 
    border-radius: 10px;
    overflow: hidden;
}


.eser-card{ position:relative; }

 

/* 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;
    }
}
@media(max-width:768px){
    .logo img{
        height: 75px;
    }

    .logo span{
        font-size: 1.3rem;
        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: #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:hover::after {
    width: 100%;
}
.nav-links a.active {
    color: #ffed9c;
    text-shadow:
        0 0 12px rgba(255,237,156,1),
        0 0 25px rgba(214,178,94,0.9);
}


.nav-links a.active::after {
    width: 100%;
}
@media(max-width:768px){
    .nav-links a{
        font-size: 1.2rem;
        letter-spacing: 2px;
        animation: menuGlow 4.5s ease-in-out infinite;
    }
}
@media (max-width:768px){
    .hero-content h2{
        font-size:2.2rem;
        letter-spacing:2px;
    }
    .box{
        font-size:1rem;
        padding:20px;
    }
    .eser-card{
        width:100%;
    }
}

 
.content-title{
    font-size: 2rem;
    color: #4a3b2a;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #c9b6a3;
    padding-bottom: 10px;
    font-family: 'Times New Roman', serif;
}

.content-subtitle{
    font-size: 1.4rem;
    color: #5a4634;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: 'Times New Roman', serif;
}
 
 
#eser-lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.eser-lightbox-content {
    background: #f7f4ed;
    width: 90%;
    max-width: 800px;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.eser-lightbox-content img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
    margin-bottom: 20px;
}

.eser-lightbox-content h3 {
    font-size: 1.8rem;
    color: #4a3b2a;
}

.eser-lightbox-content p {
    font-size: 1rem;
    color: #5e4a39;
    line-height: 1.6;
}

.eser-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 36px;
    cursor: pointer;
}
.eser-card {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
}
.eser-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.3);
}
.eser-image img {
    transition: transform 0.4s ease;
}

.eser-card:hover .eser-image img {
    transform: scale(1.07);
}
.eser-card {
    position: relative;
    overflow: hidden;
}

.eser-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(240,216,150,0.35),
        transparent
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.eser-card:hover::after {
    opacity: 1;
}

 
 

@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);
}
/* FOOTER SOSYAL MEDYA İKONLARI  */
.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);
}
@media (max-width: 768px){
    .eser-card h3{
        font-size: 1.05rem;
        letter-spacing: 1.2px;
    }
}
.eser-image{
    border: none !important;
    background: transparent;
    box-shadow: none;
}
.box .content-title{
    margin: 0 0 35px 0;
    padding-bottom: 14px;

    font-family: "Trajan Pro", "Cinzel", "Times New Roman", serif;
    font-size: 2.2rem;
    letter-spacing: 3.5px;
    text-align: center;

    color: #ffe8a3;

    border-bottom: 3px solid #d6b25e;

    text-shadow:
        0 0 8px rgba(255,232,163,0.65),
        0 0 20px rgba(214,178,94,0.6);
}

.box p,
.box li{
    color: #f6f1e6;
    font-size: 1.12rem;
    line-height: 1.9;
    letter-spacing: 0.45px;

    text-shadow:
        0 0 6px rgba(0,0,0,0.85),
        0 0 12px rgba(0,0,0,0.55);
}

.box .content-subtitle{
    margin-top: 45px;
    margin-bottom: 14px;

    font-family: "Trajan Pro", "Cinzel", "Times New Roman", serif;
    font-size: 1.4rem;
    letter-spacing: 2px;

    color: #f0d896;

    border-left: 4px solid #d6b25e;
    padding-left: 14px;

    text-shadow:
        0 0 6px rgba(214,178,94,0.5);
}

.box p:first-letter{
    font-size: 1.45rem;
    font-weight: 700;
    color: #ffe8a3;
}

.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);
}
.card p{
    color: #f1dfb0;
    font-size: 1.1rem;
    line-height: 1.9;

    text-shadow:
        0 0 6px rgba(0,0,0,0.9);
}
.card h4{
    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;
    }
}
 

 
.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;
  }
}
