html, body {
    overflow-x: hidden;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.video-container {
    position: relative;
    width: 100%;
    height: 697px;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(80, 80, 80, 0.3);
    z-index: 1;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    object-fit: cover;
}

.video-text {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 2;
    font-family: 'MontserratLightItalic', sans-serif;
}

.video-text h1 {
    font-size: 4vw;
    font-family: 'MontserratBlack', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.video-text p {
    font-size: 1.8vw;
    font-family: 'MontserratLightItalic', sans-serif;
    font-style: italic;
}

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: MontserratBlack;
    src: url(Montserrat-Black.ttf);
}

@font-face {
    font-family: MontserratLightItalic;
    src: url(Montserrat-LightItalic.ttf);
}
.hakkinda {
    position: relative;
    text-align: center;
    padding: 100px 5vw;
    min-height: 100vh;
    width: 100%;
}
.hakkinda::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('roketdurus.jpg');
    background-size: cover;
    background-position: center;
    opacity: 10%;
    filter: grayscale(100%);
    z-index: -1;
}
.hakkinda h2 {
    font-family: 'MontserratExtraBold', sans-serif;
    font-size: 3rem;
    color: #000;
    margin-bottom: 15vh;
}
.istatistikler {
    display: flex;
    justify-content: space-around;
    gap: 60px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 8vh;
}
.istatistikler h2 {
    font-family: 'MontserratExtraBold', sans-serif;
    font-size: 3rem;
    color: #000; 
    text-align: center;
    margin-bottom: 40px;
}
.istatistik {
    text-align: center;
    flex: 1 1 250px;
    min-width: 250px;
}
.istatistik .sayac, 
.istatistik .plus {
    font-family: 'MontserratExtraBold', sans-serif;
    font-size: 4rem;
    color: #66ccff;
    display: inline-block;
}
.istatistik p {
    font-family: 'MontserratLight', sans-serif;
    font-size: 1.6rem;
    color: #000;
    margin-top: 20px;
}
.rkesfet-btn {
    display: inline-block;
    margin-top: 60px;
    padding: 20px 50px;
    font-size: 1.8rem;
    font-family: 'MontserratBold', sans-serif;
    color: white;
    background-color: #3daee9;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
}
.rkesfet-btn:hover {
    background-color: #0099ff;
}
@media (max-width: 768px) {
    .hakkinda {
        padding: 70px 5vw;
    }
    .hakkinda h2 {
        font-size: 2rem;
        margin-bottom: 10vh;
        padding-left: 10px;
        padding-right: 10px;
    }
    .istatistikler {
        gap: 30px;
        margin-bottom: 0;
        padding: 0 20px;
    }
    .istatistikler h2 {
        font-size: 2.5rem;
        margin-bottom: 30px;
    }
    .istatistik {
        flex: 1 1 200px;
        min-width: 200px;
    }
    .istatistik .sayac, 
    .istatistik .plus {
        font-size: 3rem;
    }
    .istatistik p {
        font-size: 1.4rem;
    }
    .rkesfet-btn {
        margin-top: 0;
        padding: 15px 40px;
        font-size: 1.6rem;
    }
}
@media (max-width: 480px) {
    .hakkinda {
        padding: 50px 5vw;
    }
    .hakkinda h2 {
        font-size: 2rem;
        margin-bottom: 8vh;
        padding-left: 10px;
        padding-right: 10px;
    }
    .istatistikler {
        gap: 20px;
        margin-bottom: 0;
        padding: 0 10px;
    }
    .istatistikler h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .istatistik {
        flex: 1 1 150px;
        min-width: 150px;
    }
    .istatistik .sayac, 
    .istatistik .plus {
        font-size: 2.5rem;
    }
    .istatistik p {
        font-size: 1.2rem;
    }
    .rkesfet-btn {
        margin-top: 0;
        padding: 10px 30px;
        font-size: 1.2rem;
        width: 70%;
    }
}


@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');
}

.parsHakkinda {
    position: relative;
    text-align: center;
    padding: 100px 5vw;
    width: 100%;
    background-color: rgb(18, 18, 18);
}

.parsHakkinda::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('girisYaziFoto.jpg') center/cover no-repeat;
    opacity: 0.05;
    z-index: 0;
}

.parsHakkinda h2 {
    font-family: 'MontserratBlack', sans-serif;
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.parsHakkinda h2::after {
    content: "";
    display: block;
    width: 350px;
    height: 3px;
    background-color: #3daee9;
    margin: 10px auto 30px;
}

.parsHakkinda p {
    font-family: 'MontserratLight', sans-serif;
    font-size: 1.6rem;
    color: #ccc;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .parsHakkinda {
        padding: 70px 5vw;
    }
    
    .parsHakkinda h2 {
        font-size: 2.2rem;
    }
    
    .parsHakkinda h2::after {
        width: 220px;
        margin: 8px auto 30px; 
    }
    
    .parsHakkinda p {
        font-size: 1.3rem;
        max-width: 700px;
    }
}

@media (max-width: 480px) {
    .parsHakkinda {
        padding: 50px 5vw;
    }
    
    .parsHakkinda h2 {
        font-size: 2rem;
    }
    
    .parsHakkinda h2::after {
        width: 180px;
        margin: 5px auto 40px;
    }
    
    .parsHakkinda p {
        font-size: 1.1rem;
        max-width: 90%;
    }
}


.hikaye {
    position: relative;
    background-color: black;
    padding: 100px 5vw;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.hikaye::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('roketduz.jpg') center/cover no-repeat;
    background-size: cover;
    opacity: 0.1;
    z-index: -1;
}

.hikayecolumn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 100px;
    width: 100%;
    margin: 0 auto;
}

.hikaye h2 {
    font-family: 'MontserratBlack', sans-serif;
    font-size: 3rem;
    color: white;
    font-weight: bold;
    position: relative;
    margin-bottom: 60px;
}

.hikaye h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #3daee9;
    margin: 10px auto;
}

.hikaye-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    position: relative;
    text-align: center;
    gap: 50px;
    flex-wrap: nowrap; 
}

.hikaye-item.left {
    justify-content: center;
}

.hikaye-item img {
    width: 40%;
    max-width: 400px;
    height: auto;
    flex-shrink: 0; 
}

.hikaye-text {
    width: 40%; 
    max-width: 400px;
    text-align: left;
    color: white;
    flex-shrink: 0;
}

.hikaye-item.left .hikaye-text {
    text-align: right;
}

.hikaye-text h3 {
    font-size: 1.8rem;
    font-family: 'MontserratExtraBold', sans-serif;
    color: #3daee9;
}

.hikaye-text h4 {
    font-size: 1.6rem;
    font-family: 'MontserratSemiBold', sans-serif;
    margin-bottom: 10px;
}

.hikaye-text p {
    font-size: 1.2rem;
    font-family: 'MontserratLight', sans-serif;
    line-height: 1.8;
}
.roketler {
    position: relative;
    background-color: #101010;
    padding: 100px 5vw;
    text-align: center;
    overflow: hidden;
}

.roketler::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('roketarkaplan.jpg') center/cover no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 5%;
    z-index: 0;
}

.roketler::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: -1;
}

.roketler h2 {
    font-family: 'MontserratBlack', sans-serif;
    font-size: 3rem;
    color: white;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.underline {
    width: 150px;
    height: 5px;
    background-color: #3daee9;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1;
}

.roketler-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
    position: relative;
    z-index: 1;
}

.roket-item {
    width: 22vw;
    max-width: 270px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    position: relative;
    z-index: 1;
}

.roket-item img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.roket-item p {
    font-family: 'MontserratBlack', sans-serif;
    font-size: 1.5rem;
    color: white;
    margin-top: 15px;
}

.roket-item:hover {
    transform: scale(1.15);
    cursor: pointer;
}

@media (max-width: 768px) {
    .roketler {
        padding: 50px 5vw; 
    }
    
    .roketler h2 {
        font-size: 2.5rem;  
        margin-bottom: 15px;
        margin-top: 50px;
    }
    
    .underline {
        width: 120px;       
        margin: 0 auto 40px;
    }
    
    .roketler-grid {
        gap: 80px;  
        margin-top: 50px;
        margin-bottom: 50px;
    }
    
    .roket-item {
        width: 30vw;       
        max-width: 220px;   
    }
}

@media (max-width: 480px) {
    .roketler {
        padding: 30px 5vw;
    }
    
    .roketler h2 {
        font-size: 2rem;     
        margin-bottom: 10px;
    }
    
    .underline {
        width: 100px;        
        margin: 0 auto 30px;
    }
    
    .roket-item {
        width: 40vw;        
        max-width: 180px;
    }
    
    .roket-item p {
        font-size: 1.2rem;   
    }
}


.sponsorKesfet {
    position: relative;
    padding: 100px 5vw;
    text-align: center;
    overflow: hidden;
}

.sponsorKesfet::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('sponsorarkaplan.jpg') center/cover no-repeat;
    opacity: 0.2;
    filter: grayscale(100%);
    z-index: -1;
}

.sponsorKesfet h2 {
    font-family: 'MontserratBlack', sans-serif;
    font-size: 3rem;
    color: rgb(0, 0, 0);
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

.sponsorKesfet p {
    font-family: 'MontserratSemiBold', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 50px;
    color: #545454;
    font-weight: bold;
    position: relative;
}

.underline {
    width: 150px;
    height: 5px;
    background-color: #3daee9;
    margin: 0 auto 50px;
}

.sponsor-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.sponsor-item {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.sponsor-item img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.sponsor-item.large {
    width: 250px;
}

.sponsor-item.medium {
    width: 250px;
}

.sponsor-item.small {
    width: 200px;
}

.sponsor-item.smaller {
    width: 150px;
}

.sponsor-item.smallest {
    width: 100px;
}

.sponsor-item:hover {
    transform: scale(1.1);
}

.kesfet-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 20px 50px;
    font-size: 1.8rem;
    font-family: 'MontserratBlack', sans-serif;
    color: white;
    background-color: #3daee9;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
    z-index: 1;
}

.kesfet-btn:hover {
    background-color: #0099ff;
}

@media (max-width: 768px) {
    .sponsorKesfet {
        padding: 50px 5vw; 
    }

    .sponsorKesfet h2 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .sponsorKesfet p {
        font-size: 1.2rem;
        margin-bottom: 30px;
    }

    .underline {
        width: 100px;
        margin: 0 auto 30px;
    }

    .kesfet-btn {
        padding: 15px 40px;
        font-size: 1.4rem;
    }

    .sponsor-grid {
        flex-direction: column;  
        align-items: center;      
        gap: 40px;
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .sponsor-item.large,
    .sponsor-item.medium,
    .sponsor-item.small,
    .sponsor-item.smaller,
    .sponsor-item.smallest {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .sponsorKesfet h2 {
        font-size: 1.5rem;
    }

    .sponsorKesfet p {
        font-size: 1rem; 
    }

    .underline {
        width: 70px; 
    }

    .sponsor-grid {
        gap: 80px;
        margin-bottom: 30px;
    }

    .sponsor-item.large,
    .sponsor-item.medium,
    .sponsor-item.small,
    .sponsor-item.smaller,
    .sponsor-item.smallest {
        max-width: 200px; 
    }

    .kesfet-btn {
        padding: 10px 30px;
        font-size: 1rem;
        width: 80%;
    }
}


.sponsorOl {
    position: relative;
    background: url('sponsorOlGorsel.jpg') center/cover no-repeat;
    padding: 100px 5vw;
    text-align: center;
    overflow: hidden;
    color: white;
}

.sponsorOl::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.logo-container {
    margin-bottom: 50px;
    position: relative;
}

.logo-container img {
    width: 150px;
    max-width: 100%;
}

.sponsorOl h2 {
    font-family: 'MontserratBlack', sans-serif;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.underline {
    width: 150px;
    height: 5px;
    background-color: #3daee9;
    margin: 0 auto 50px;
    position: relative;
}

.sponsor-text {
    font-family: 'MontserratSemiBold', sans-serif;
    font-size: 1.3rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto 50px;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
}

.destek-btn {
    display: inline-block;
    padding: 20px 50px;
    font-size: 1.8rem;
    font-family: 'MontserratBlack', sans-serif;
    color: white;
    background-color: #3daee9;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    position: relative;
    margin-top: 30px;
}

.destek-btn:hover {
    background-color: #0099ff;
}

@media (max-width: 480px) {
    .sponsorOl {
        padding: 60px 5vw; 
    }

    .logo-container img {
        width: 120px; 
    }

    .sponsorOl h2 {
        font-size: 2rem; 
        margin-bottom: 15px;
    }

    .underline {
        width: 100px; 
        margin: 0 auto 30px;
        height: 4px; 
    }

    .sponsor-text {
        font-size: 0.95rem; 
        line-height: 1.6; 
        margin-bottom: 30px;
    }

    .destek-btn {
        padding: 15px 40px; 
        font-size: 1.4rem; 
        min-width: 250px; 
    }
}

@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; 
}

@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 (max-width: 480px) {
    .istatistikler {
        flex-direction: column;
    }
    
    .roket-item {
        width: 80%;
    }
    
    .sponsor-item {
        width: 80%;
    }
    
    .hikaye-text {
        width: 90%;
    }
    
    .parsHakkinda p {
        font-size: 1.2rem;
    }
}

@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;
    }
    
    .video-text h1 {
        font-size: 40px;
    }
    
    .video-text p {
        font-size: 18px;
        margin-top: 10px;
        padding-bottom: 100px;
    }
    
    .hikaye-item {
        flex-direction: column;
        text-align: center;
    }
    
    .hikaye-item img {
        width: 100%;
        max-width: none;
    }
    
    .roket-item {
        width: 45%;
    }
    
    .sponsor-item {
        width: 40%;
    }
    
    .bitis-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .hikaye-item {
        gap: 20px; 
        flex-direction: row;
    }

    .hikaye-item img {
        width: 45%; 
    }

    .hikaye-text {
        width: 45%; 
    }

    .hikaye-text h3 {
        font-size: 1.4rem; 
    }

    .hikaye-text h4 {
        font-size: 1.2rem;
    }

    .hikaye-text p {
        font-size: 1rem;
    }
}

.language-switch {
    font-family: 'MontserratSemiBold', sans-serif;
    font-size: 1.2vw;
    color: white;
    margin-right: 1vw; 
    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;
    }
}
