@media (min-width: 767px) {
    #logo-image{
        max-width: 25% !important;
    }
    #lang-area2{
        display: none;
    }
    #lang-area2 .tt-logo a{
        color:#e40513 !important;
    }
    #lang-area .tt-logo a{
        color:#e40513 !important;
    }
    .tt-ol-menu-list{
        text-align: center;
    }
    #director-name-mobile{
        display: none !important;
    }
    #footer-menu-mobile{
        display: none !important;
    }
    #bio-img{
        display: none !important;
    }

    #mobile-fact{
        display: none;
    }
    
    #index-page .tt-header-col:nth-child(2) {
        margin-right: auto !important;
    }
    #search-area{
        width: 20%;
        display: flex;
    }


    #index-page .tt-header-col:nth-child(1) {
        margin-right: unset;
    }

    
    

}
.gradient-text{
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 20.1%, #FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 0px 26px rgba(0, 0, 0, 0.25);

}
#logo-image .tt-logo{
    /*z-index: 0;*/
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99999999;
}

.overlay-content {
    position: absolute;
    top: 30%;
    left: 5%;
    text-align: left;
    max-width: 600px; /* İlk başta bir satırdaki maksimum öğe sayısı, bu değeri ihtiyacınıza göre ayarlayabilirsiniz */
    display: flex;
    flex-wrap: wrap; /* Eğer bir satır dolarsa bir sonraki satıra geç */
}
#directors-text{
  position: absolute;
    top: 10%;
    left: 6%;
    color: white;
    font-size: 36px;
    text-align: left;
    max-width: 600px; /* İlk başta bir satırdaki maksimum öğe sayısı, bu değeri ihtiyacınıza göre ayarlayabilirsiniz */
    display: flex;
}

.overlay-content a {
    display: block;
    padding: 15px;
    font-size: 20px;
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
    box-sizing: border-box; /* Padding ve border'ı içeriye almak için */
    flex: 1 0 45%; /* Eşit genişlikte sütunlar, ancak küçük ekranlarda tam genişliğe geç */
}

.content {
    padding: 20px;
}

button:hover {
    background-color: #ddd;
}
.close-btn {
    color: white;
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 3%;
    right: 3%;
    padding: 10px;
    z-index: 999999999;
}
@media (max-width: 766px) {
    #search-area{
        display: none;
    }
    #lang-area{
        display: none;
    }
    #lang-area2 .tt-logo a{
        color:#e40513 !important;
    }
    #lang-area .tt-logo a{
        color:#e40513 !important;
    }
    #director-name{
        display: none !important;
    }
    #lang-area2{
        display: block;
        position: absolute;
        left: 5%;
        top: 5%;
    }
    .tt-ol-menu-toggle-btn-text-wrap{
        display: none !important;
    }
    #director-name-mobile{
        margin-top: 5%;
        width: 100%;
        z-index: 20;
        opacity: 1;
        display: block !important;
        text-align: center;
        position: fixed;
        font-size: 10vw;
        bottom: 0;
    }

    #footer-menu-mobile{
        background-color: white;
        display: flex !important;
        justify-content: start;
        width: 100%;
        padding: 0px 10px;

    }
    #footer-menu-mobile a{
        color: black !important;
    }
    #top-menu-mobile{
        display: none;
    }
    .swiper-slide{
        height: 50% !important;
        margin-top: -5% !important;
    }

    #bio-img{
        display: block;
        margin-bottom: 5% !important;
    }

    #fact-text{
        display: none;
    }
    #mobile-fact{
        position: absolute;
        left: 45%;
        top:5%
    }
}