body.menu-open {
    overflow: hidden;
    height: 100vh;
    position: fixed;
    width: 100%;
}

.hamburger {
    position: absolute;
    left: 20px;
    font-size: 30px;
    color: #9f755a;
    cursor: pointer;
    z-index: 1001;
    bottom: -2.8rem;
}


.menu-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 0;
}

.menu-left, .menu-right {
    position: relative;
    z-index: 1;
}

.menu-overlay.open {
    display: flex;
}

.menu-left {
    width: 100%;
    padding: 60px 40px;
    margin-left: 6rem;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}


.menu-left a {
    color: white !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 20px;
    transition: 0.3s;
}

.menu-left a:hover {
    color: #ccc;
    font-weight: bolder;
}

.menu-right {
    width: 25%;
    padding: 60px 40px;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
    font-size: 55px !important;
    color: white !important;
    margin-right: 114rem;
}

.logo img {
    width: 180px;
}

.button {
    background: white;
    color: black !important;
    padding: 10px 20px;
    border: none;
    font-weight: 300;
    cursor: pointer;
}

@media(max-width:1600px)
{
    .button {
        margin-top:10rem;
}
}

.contact {
    margin-top: 39px;
    font-size: 24px;
}

.logo_img_menu {
    width: 215px !important;
}

.contactField {
    bottom: 14rem;
}

.languages {
    margin-top: 5rem;
    font-size: 22px;
}

.socialMediaMenu {
    top: 5rem;
    display: flex;
    justify-content: space-between;
}

.socialMediaMenu a {
    color: white !important;
}

.languages span {
    margin-left: 10px;
    cursor: pointer;
}

.phone_menu {
    font-size: 22px;
    color: white !important;
    margin-left: 6rem;
    top: -0.4rem;
}

@media (max-width: 768px) {
    .hamburger {
        top: -2rem;
    }
    .menu-overlay.open {
        display: flex;
        flex-direction: column;
        overflow: scroll;
    }

    .menu-overlay::before {
        height: 65rem;
    }

    .left-section, .right-section {
        width: 100%;
    }

    .right-section {
        padding: 20px;
        background: rgba(0, 0, 0, 0.6); /* siyah yarı saydam arka plan */
    }

    .menu-right {
        width: 100%;
        background: rgba(0, 0, 0, 1);
    }

    .menu-left {
        width: 70%;
    }

    .menu-left a {
        font-size: 21px !important;
        font-weight: 300;
    }

    .button {
        margin-top: 12rem;
        font-size: 14px;
        font-family: 'Clarice Book';
        font-weight: 400;
    }

    .logo_img_menu {
        width: 212px !important;
    }

    .languages {
        margin-top: 4rem;
    }

    .close-btn {
        margin-right: 0 !important;
        margin-top: -58rem;
    }

    .socialMediaMenu {
        top: 5rem;
        display: flex;
        justify-content: space-between;
    }
    .socialMediaMenu i {
        font-size: 27px;
        position: absolute;
    }

    .phone_menu {
        display: none;
    }
}

/*@media (max-width: 1600px) {*/
/*    .close-btn {*/
/*        margin-right: 87rem;*/
/*    }*/

/*    .contactField {*/
/*        bottom: 8rem !important;*/
/*        top: -143px;*/
/*    }*/

/*    .menu-left {*/
        /*top: 2rem;*/
/*        margin-left: 5rem;*/
/*    }*/

/*    .menu-left a {*/
/*        font-size: 13px;*/
/*    }*/
    
/*    .logo_img_menu {*/
/*        width: 265px !important;*/
/*}*/
    
/*}*/

/*@media (max-width:1200px) {*/
/*    .close-btn {*/
/*        margin-right: 68rem;*/
/*        top: -13px;*/
/*    }*/

/*    .contactField {*/
/*        bottom: 8rem !important;*/
/*        top: -143px;*/
/*    }*/

/*    .menu-left {*/
/*        top: 1rem;*/
/*        margin-left: 5rem;*/
/*    }*/

/*    .menu-left a {*/
/*        font-size: 11px;*/
/*    }*/
    
/*    .menu-left {*/
/*        overflow:scroll;*/
/*    }*/
    
    
    /* Scrollbar genel boyutu */
/*    ::-webkit-scrollbar {*/
        width: 12px; /* dikey scroll */
        height: 12px; /* yatay scroll */
/*    }*/
    
    /* Scrollbar arka planı */
/*    ::-webkit-scrollbar-track {*/
/*        background: transparent;*/
/*    }*/
    
    /* Scrollbar tutacağı (kayan parça) */
/*    ::-webkit-scrollbar-thumb {*/
/*        background-color: #888;*/
/*    }*/
    
    /* Scrollbar üzerine gelince */
/*    ::-webkit-scrollbar-thumb:hover {*/
/*        background: #555;*/
/*    }*/

/*}*/


/*@media (min-width:905px) and (max-width:1490px) {*/
/*    .close-btn {*/
/*        margin-right: 76rem;*/
/*        top: -13px;*/
/*    }*/


/*    .menu-left {*/
/*        top: 1rem;*/
/*        margin-left: 5rem;*/
/*    }*/

/*    .menu-left a {*/
/*        font-size: 14px;*/
/*    }*/
    
/*    .menu-left {*/
/*        overflow:scroll;*/
/*    }*/


/*}*/



/*@media (min-width: 1900px) {*/
/*    .close-btn {*/
/*        margin-right: 117rem;*/
/*        top:5px;*/
/*    }*/

/*    .contactField {*/
/*        bottom: 8rem !important;*/
/*        top: -143px;*/
/*    }*/

/*    .menu-left {*/
/*        top: 3rem;*/
/*        margin-left: 5rem;*/
/*    }*/

/*    .menu-left a {*/
/*        font-size: 18px;*/
/*    }*/
/*}*/


/* Genel Scrollbar Stilleri */


/* Genel stiller */
.close-btn {
    position: absolute;
    right: 2rem;
    top: 1rem;
}

.contactField {
    bottom: 8rem !important;
    top: -143px;
}

.menu-left {
    margin-left: 5rem;
}

.menu-left a {
    font-size: 16px; /* Varsayılan font */
}

.logo_img_menu {
    width: 265px !important;
}

/* < 900px - Küçük cihazlar */
@media (max-width: 899px) {
    .menu-left a {
        font-size: 11px;
    }
}

/* 900px - 1199px */
@media (min-width: 900px) and (max-width: 1299px) {
    .menu-left {
        top: 1rem;
        overflow:scroll;
    }

    .menu-left a {
        font-size: 12px;
    }

    .close-btn {
        right: -38rem;
        top: -13px;
    }
    
    ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
}

/* 1300px - 1599px */
@media (min-width: 1300px) and (max-width: 1599px) {
    .menu-left {
        top: 2rem;
        overflow:scroll;
    }

    .menu-left a {
        font-size: 13px;
    }

    .close-btn {
       right: -25rem;
    }
    
    ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background-color: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
}

/* 1600px - 1899px */
@media (min-width: 1600px) and (max-width: 1899px) {
    .menu-left {
        top: 2rem;
    }

    .menu-left a {
        font-size: 14px;
    }

    .close-btn {
        right: 6rem;
    }
}

/* ≥ 1900px */
@media (min-width: 1900px) {
    .menu-left {
        top: 3rem;
    }

    .menu-left a {
        font-size: 18px;
    }

    .close-btn {
        right: 6rem;
        top: 5px;
    }
}




.footer-menu {
    width: 100%;
    background: #8c644a;
    padding: 5px 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    height: 7rem !important;
}

.footer-menu .link-group {
    display: flex;
    gap: 50px; /* A etiketleri arası boşluk */
    flex-wrap: wrap; /* Taşarsa alta geçsin */
    justify-content: center;
}

/* Mobil görünüm için medya sorgusu */
@media (max-width: 768px) {
    .footer-menu {
        height: 10rem !important;
    }
    .footer-menu .link-group {
        flex-direction: column; /* Linkleri alt alta dizer */
        align-items: center; /* Ortalar */
        gap: 10px; /* Daha küçük boşluk mobilde */
    }
    
     .menu-left {
        overflow: visible !important;
    }
}

.footer-menu a {
    font-weight: 600;
    font-size: 14px;
    color: white;
    text-decoration: none;
}


.footer-menu a:hover {
    color: black !important;
}
