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');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero-section {
    height: 100vh;
    min-height: 600px; 
    background: url('ataGiris.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; 
    }
}
.anadoluGiris {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 50px;
    padding: 80px 5vw;
    position: relative;
    min-height: 100vh;
    background-color: white;
    z-index: 0;
}
.anadoluGiris::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('roketdurus.jpg') no-repeat center center;
    background-size: cover;
    opacity: 5%;
    z-index: -1;
}
.anadolu-sol {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: left;
}
.anadolu-roket {
    grid-column: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.anadolu-roket img {
    width: 100%;
    max-width: 250px;
}
.anadolu-sag {
    grid-column: 3;
    display: flex;
    flex-direction: column;
    gap: 40px;
    text-align: left;
}
.bilgi h2 {
    font-family: 'MontserratBlack', sans-serif;
    font-size: 1.5rem;
    color: #3daee9;
    margin-bottom: 20px;
}
.bilgi p {
    font-family: 'InterRegular', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #000;
    text-align: left;
}
@media (max-width: 768px) {
    .anadoluGiris {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 20px;
        padding: 40px 5vw;
        min-height: auto;
    }
    .anadolu-sol,
    .anadolu-roket,
    .anadolu-sag {
        grid-column: 1;
        text-align: center;
        align-items: center;
    }
    .anadolu-roket img {
        max-width: 200px;
    }
    .bilgi h2 {
        font-size: 1.3rem;
    }
    .bilgi p {
        font-size: 0.9rem;
    }
}
.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; 
}

@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;
    }
}

@media (min-width: 768px) {
    .bilgi {
        margin-bottom: 180px;
    }
}

.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;
    }
}