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);
}


#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; 
}

.full-gallery{
    max-width: 1100px;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 45px;

    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');

    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);
}

.gallery-desc{
    max-width: 900px;
    margin: 0 auto 40px auto;

    background:
        linear-gradient(
            180deg,
            rgba(22,22,22,0.96),
            rgba(8,8,8,0.98)
        ),
        url('https://www.transparenttextures.com/patterns/dark-leather.png');

    background-size: cover;

    /* YAZI */
    color: #f5e6c8;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.9;
    text-align: center;
    font-family: "Times New Roman", serif;

    /* BOŞLUK */
    padding: 22px 34px;

   
    border-left: 4px solid #d6b25e;
    border-radius: 10px;

    box-shadow:
        0 10px 35px rgba(0,0,0,0.65),
        inset 0 0 40px rgba(0,0,0,0.8);

  
    text-shadow:
        0 0 4px rgba(0,0,0,0.9),
        0 0 8px rgba(214,178,94,0.25);
}
p.gallery-desc{
    background:
        linear-gradient(
            180deg,
            rgba(20,20,20,0.96),
            rgba(7,7,7,0.98)
        ),
        url('https://www.transparenttextures.com/patterns/dark-leather.png');
}
p.gallery-desc{
    color: #ffe8a3; 

    font-weight: 600;
    line-height: 1.9;

    text-shadow:
        0 0 4px rgba(0,0,0,0.95),
        0 0 10px rgba(214,178,94,0.45);
}




        .full-gallery img {
            width: 100%;
            max-width: 850px; 
            height: auto;
            cursor: pointer; 
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            border: 3px solid #d6b25e; /* site sarısı */
    border-radius: 6px;
transform: scale(1.03);
    box-shadow:
        0 0 25px rgba(255,232,163,0.9),
        0 0 55px rgba(214,178,94,0.75);

    animation: goldPulse 4s ease-in-out infinite;
            width: 100%;
    height: 320px;              

    object-fit: cover;          
    display: block;

    border-radius: 6px;
    border: 2px solid #d6b25e;

    box-shadow:
        0 0 12px rgba(214,178,94,0.45),
        0 0 25px rgba(214,178,94,0.25);

    animation: goldPulse 4s ease-in-out infinite;
        }
@keyframes goldPulse {
    0% {
        box-shadow:
            0 0 10px rgba(214,178,94,0.35),
            0 0 20px rgba(214,178,94,0.2),
            inset 0 0 10px rgba(0,0,0,0.6);
    }
    50% {
        box-shadow:
            0 0 18px rgba(214,178,94,0.7),
            0 0 40px rgba(214,178,94,0.45),
            inset 0 0 14px rgba(0,0,0,0.6);
    }
    100% {
        box-shadow:
            0 0 10px rgba(214,178,94,0.35),
            0 0 20px rgba(214,178,94,0.2),
            inset 0 0 10px rgba(0,0,0,0.6);
    }
}

        .full-gallery img:hover {
            transform: scale(1.02);
            box-shadow: 0 15px 35px rgba(0,0,0,0.3);
        }

        #lightbox {
            position: fixed; z-index: 10000;
            top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0, 0, 0, 0.9);
            display: none; /* Varsayılan kapalı */
            justify-content: center; align-items: center;
            cursor: zoom-out;
        }
        #lightbox img {
    max-width: 90%;
    max-height: 85%;

    border: 3px solid #d6b25e;
    border-radius: 8px;

    box-shadow:
        0 0 14px rgba(214,178,94,0.5),
        0 0 30px rgba(214,178,94,0.35),
        inset 0 0 12px rgba(0,0,0,0.6);

    animation: goldPulse 4s ease-in-out infinite;
}
@keyframes goldPulse {
    0% {
        box-shadow:
            0 0 10px rgba(214,178,94,0.35),
            0 0 20px rgba(214,178,94,0.2),
            inset 0 0 10px rgba(0,0,0,0.6);
    }
    50% {
        box-shadow:
            0 0 22px rgba(214,178,94,0.8),
            0 0 50px rgba(214,178,94,0.6),
            inset 0 0 14px rgba(0,0,0,0.6);
    }
    100% {
        box-shadow:
            0 0 10px rgba(214,178,94,0.35),
            0 0 20px rgba(214,178,94,0.2),
            inset 0 0 10px rgba(0,0,0,0.6);
    }
}
#lightbox img {
    animation:
        goldPulse 4s ease-in-out infinite,
        breathe 6s ease-in-out infinite;
}

@keyframes breathe {
    0% { transform: scale(1); }
    50% { transform: scale(1.015); }
    100% { transform: scale(1); }
}

        .close-btn{
    color: #d6b25e;
    text-shadow: 0 0 10px rgba(214,178,94,0.8);
}

        .close-btn {
            position: absolute; top: 25px; right: 35px;
            color: white; font-size: 50px; font-weight: bold; cursor: pointer;
        }
        @keyframes zoomIn {
            from { transform: scale(0.8); opacity: 0; }
            to { transform: scale(1); opacity: 1; }
        }

        /* Mobil Ayarlar */
        @media (max-width: 768px) {
            .hero-content h2 { font-size: 2.2rem; }
             
            .full-gallery img { border-width: 4px; }
        }
        
/* 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){
    .logo img {
        filter:
            brightness(1.03)
            saturate(0.8)
            contrast(1.03);
    }
}
@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); /* hafif yukarı */
    }

    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; /* durur */
    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 logoPulse {
    0% {
        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);
        transform: translateY(0) scale(1);
    }

    40% {
        text-shadow:
            0 0 14px rgba(255,232,163,1),
            0 0 32px rgba(214,178,94,0.95),
            0 0 60px rgba(214,178,94,0.8);
        transform: translateY(-3px) scale(1.04);
    }

    70% {
        text-shadow:
            0 0 18px rgba(255,245,200,1),
            0 0 42px rgba(214,178,94,1),
            0 0 75px rgba(214,178,94,0.9);
        transform: translateY(-1px) scale(1.06);
    }

    100% {
        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);
        transform: translateY(0) scale(1);
    }
}
@media(max-width:768px){
    .nav-links a{
        font-size: 1.2rem;
        letter-spacing: 2px;
        animation: menuGlow 4.5s ease-in-out infinite;
    }
}
@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);
    }
}
@media (max-width:768px){
    .hero-content h2{
        font-size:2.2rem;
        letter-spacing:2px;
    }
    .box{
        font-size:1rem;
        padding:20px;
    }
    .eser-card{
        width:100%;
    }
}
  
.gallery-desc {
    max-width: 900px;
    margin: 0 auto 30px auto;
    text-align: center;

    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a3b2a;

    font-family: 'Times New Roman', serif;
}

@media (max-width: 768px) {
    .gallery-desc {
        font-size: 0.95rem;
        padding: 0 15px;
    }
}
#main-nav.shrink {
    height: 70px;
}

#main-nav.shrink .logo img {
    height: 55px;
}
 

 
 
@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);
}
/* 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);
}
.gallery-desc{
    background: rgba(245,240,227,0.95);
    color: #3a2f22;

    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.85;
    text-align: center;

    padding: 18px 28px;
    margin-bottom: 40px;

    border-radius: 8px;
    border-left: 4px solid #8b6a3e;

    box-shadow:
        0 6px 18px rgba(0,0,0,0.18);

    text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}
@media (max-width: 768px){
    .full-gallery img{
        height: 240px;
    }
}
 

.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;
  }
}
