html, body {
    overflow-x: hidden;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'MontserratExtraBold';
    src: url('Montserrat-ExtraBold.ttf');
}

@font-face {
    font-family: 'MontserratSemiBold';
    src: url(Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: 'MontserratLight';
    src: url('Montserrat-Light.ttf');
}

@font-face {
    font-family: MontserratBlack;
    src: url(Montserrat-Black.ttf);
}

@font-face {
    font-family: MontserratLightItalic;
    src: url(Montserrat-LightItalic.ttf);
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 4vw; 
    width: 100%;
    height: 80px; 
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0);
}

nav.scrolled {
    background: rgba(0, 0, 0, 0.5);
    height: 60px; 
    padding: 1.5vw 3vw; 
}

.logo img {
    height: 8vw; 
    max-height: 60px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

nav.scrolled .logo img {
    height: 6vw; 
    max-height: 50px;
    cursor: pointer;
}

.menuler {
    display: flex;
    gap: 4vw; 
    align-items: center;
    transition: gap 0.3s ease-in-out;
}

nav.scrolled .menuler {
    gap: 3vw;
}

.menuler p {
    font-size: 1vw; 
    font-family: 'MontserratBlack', sans-serif;
    font-weight: bold;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.menuler p:hover {
    color: #66ccff;
}


nav.scrolled .menuler p {
    font-size: 1vw;
}

@font-face {
    font-family: 'InterBold';
    src: url('Inter_24pt-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'InterRegular';
    src: url('Inter_18pt-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'InterLight';
    src: url('Inter_24pt-ExtraLight.ttf') format('truetype');
}

.bitis {
    background-color: #1c1c1c;
    padding: 50px 5vw;
    color: white;
    font-family: 'InterRegular', sans-serif;
}

.bitis-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1350px;
    margin: 50px auto;
}

.bitis-logo img {
    width: 150px;
    max-width: 100%;
}

.adres {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    max-width: 400px;
}

.adres-icon {
    width: 30px;
    height: auto;
}

.adres-text h3 {
    font-family: 'InterBold', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.adres-text p {
    font-family: 'InterLight', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    margin: 5px 0;
}

.menulerBitis {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}

.menulerBitis h3 {
    font-family: 'InterBold', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.menulerBitis ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menulerBitis ul li {
    margin-bottom: 8px;
}

.menulerBitis ul li a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    font-family: 'InterLight', sans-serif;
    transition: color 0.3s ease-in-out;
}

.menulerBitis ul li a:hover {
    color: #3daee9;
}

.sosyal-medya h3 {
    font-family: 'InterBold', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.social-icons {
    display: flex;
    gap: 23px;
}

.social-icons img {
    width: 30px;
    height: 30px;
    transition: transform 0.3s ease-in-out;
}

.social-icons img:hover {
    transform: scale(1.1);
}

.iletisim h3 {
    font-family: 'InterBold', sans-serif;
    font-size: 1.4rem;
    margin-top: 50px;
}

.iletisim p {
    font-family: 'InterLight', sans-serif;
    font-size: 1rem;
}

.footer-bottom {
    background-color: #1c1c1c;
    color: #aeaeae;
    font-family: 'InterRegular', sans-serif;
    font-size: 1rem;
    text-align: center;
    padding: 15px 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
}

.footer-bottom a {
    font-weight: bold;
    color: #888; 
    text-decoration: none; 
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero-section {
    height: 100vh;
    min-height: 600px; 
    background: url('galeriArkaPlan.JPG') no-repeat center center/cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px; 
}

@media (max-width: 768px) {
    .hero-section {
        background-attachment: scroll;
        height: auto;
        min-height: 100vh;
    }
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.title {
    font-family: 'MontserratBlack', sans-serif;
    font-weight: 800;
    font-size: 4vw;
    color: #fff;
    z-index: 1;
    margin-bottom: 20px;
    padding: 0 20px; 
}

.subtitle {
    font-family: 'MontserratLightItalic', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 1.5vw;
    color: #fff;
    z-index: 1;
    max-width: 70%;
    margin-bottom: 40px;
    padding: 0 20px; 
}

@media (max-width: 768px) {
    .title {
        font-size: 32px; 
        line-height: 1.3;
    }
    
    .subtitle {
        font-size: 18px; 
        max-width: 90%; 
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .hero-section {
        padding: 40px 15px; 
    }
}

@media (max-width: 768px) {
    nav {
        padding: 10px 20px;
        height: 60px;
    }
    
    .logo img {
        height: 40px;
    }
}

.hamburger {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 1000;
}

@media (max-width: 768px) {
    .hamburger {
        display: block;
    }
    
    .menuler {
        position: fixed;
        top: 60px;
        right: -100%;
        width: 100%;
        height: calc(100vh - 60px);
        background: rgba(0, 0, 0, 0.9);
        flex-direction: column;
        transition: 0.3s;
        padding: 20px;
        gap: 25px;
    }
    
    .menuler.active {
        right: 0;
    }
    
    .menuler p {
        font-size: 18px !important;
    }
 
    .bitis-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .bitis-content {
        flex-direction: column;
        gap: 40px;
        margin: 30px auto;
    }

    .bitis-logo,
    .adres,
    .menulerBitis,
    .sosyal-medya,
    .iletisim {
        width: 100%;
        text-align: left; 
    }

    .bitis-logo {
        text-align: center; 
    }
    .bitis-logo img {
        width: 120px;
        display: block;
        margin: 0 auto;
    }

    .menulerBitis ul {
        padding-left: 40px;
    }

    .adres {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
    }

    .sosyal-medya,
    .iletisim {
        text-align: left; 
    }
    .social-icons {
        justify-content: flex-start; 
        gap: 15px;
    }

    .sosyal-medya {
        margin-top: 30px; 
        margin-left: 80px;
    }

    .iletisim {
        margin-top: 70px; 
    }

    .footer-bottom {
        flex-direction: column;
        padding: 20px 5vw;
    }

    .sosyal-medya h3,
    .iletisim h3 {
        margin-top: 0;
    }
}

.gallery-album, .gallery-videos {
    width: 90%;
    max-width: 1000px;
    padding: 20px;
    margin: 20px auto;
}

.album-header {
    font-family: 'InterBold', sans-serif;
    font-size: 2.5rem;
    color: black;
    margin-bottom: 10px;
    text-align: left;
}

.image-container, .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
}

.slide-image, .slide-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.zoom-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 40px;
    cursor: pointer;
    z-index: 2;
}

.progress-container {
    margin-top: 10px;
}

.progress-bar {
    width: 100%;
    height: 5px;
    background-color: #eee;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background-color: #3daee9;
}

.progress-text {
    font-family: 'InterRegular', sans-serif;
    font-size: 0.9rem;
    color: black;
    margin-top: 5px;
    text-align: left;
}

.button-container {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.nav-btn {
    background-color: #3daee9;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.nav-btn:hover {
    background-color: #2a8acb;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    z-index: 1000;
}

.modal-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.modal-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.modal-close {
    position: fixed;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    z-index: 1010;
}

.modal-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: white;
    font-size: 3rem;
    cursor: pointer;
    z-index: 1010;
    padding: 10px;
}

.modal-prev {
    left: 0;
}

.modal-next {
    right: 0;
}

.modal-progress {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'MontserratBlack', sans-serif;
    font-size: 1rem;
    color: white;
    z-index: 1010;
}

@media (max-width: 768px) {
    .gallery-album, .gallery-videos {
        max-width: 95%;
        padding: 10px;
    }
    
    .album-header {
        font-size: 1.8rem;
    }
    
    .image-container, .video-container {
        aspect-ratio: 16 / 9;
        height: auto;
    }
    
    .nav-btn {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
    
    .modal-close {
        font-size: 1.5rem;
        top: 5px;
        right: 5px;
    }
    
    .modal-nav {
        font-size: 2rem;
    }
    
    .modal-progress {
        font-size: 0.9rem;
    }
}


.language-switch {
    font-family: 'MontserratSemiBold', sans-serif;
    font-size: 1.2vw;
    color: white;
    margin-right: 1vw; /* Menüdeki diğer öğelerle arasını biraz açmak için */
    display: inline-block;
    vertical-align: middle;
}

.language-switch a {
    text-decoration: none;
    color: white;
    margin: 0 0.5vw;
}

.language-switch a:hover {
    color: #66ccff;
}

@media (max-width: 768px) {
    .language-switch {
        font-size: 18px !important;
        margin-top: 10px;
    }
}