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

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


@media(max-width:767px)
{
    .hamburger {
        left: 10px;
    }
    .header_menu_text {
        display:none;
    }
}


.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: 50%;
    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: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 55px !important;
    color: white !important;
    margin-right: 114rem;
}

.logo img {
    width: 203px;
}

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

.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: 15rem;
    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: 60rem;
    }

    .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: 90%;
    }

    .menu-left a {
        font-size: 22px !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: -52rem;
    }

    .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: 3rem;
    }

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


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

.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;
    }
    .footer-menu .link-group {
        flex-direction: column; /* Linkleri alt alta dizer */
        align-items: center; /* Ortalar */
        gap: 10px; /* Daha küçük boşluk mobilde */
    }
}

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


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