.mennu_main{
    display: flex;
    gap: 20px;
    width: 60%;
    margin: auto;
    color: aliceblue;
    text-align: center;
    border-bottom: 0.1px solid #3b8252;
}
.active{
    background-color: #3b8252;
    color: #dbc5ae !important;
    border-radius: 5px;
}
.iconmenu_mobile{
    display: none;
    margin: auto;
}
.logo{
    display: flex;
    justify-content: start;
    width: 20%;
}

.mennu{
    width: 80%;
    display: flex;
    justify-content: end;
    gap: 10px;
    margin: auto;
}
.mennu_main a{
    padding: 5px;
    text-decoration: none;
    color:floralwhite;
}
.mennu_main a:hover{
    color:#3a8252;
    background-color: #ffffff;
    padding: 5px;
    transition: color 0.4s, background-color 0.4s, opacity 0.4s;
    animation: amenuhover 0.5s ease forwards; /* Applies the slide-down animation */
    border-radius: 5px;
}
.createdesigns{
    display: none;
}
@keyframes menuhover {
    from {
        transform: translateX(-100%); /* Off the screen from top-left */
    }
    to {
        transform: translateY(0%); /* Fully visible at bottom-right */
    }
}

.mobile_iconlogo{
    display: none;
}
.bottom_mobilemenu, .bottom_mobilemenu_logo_text, .bottom_mobilemenu_logo{
    display: none;
}
.logo img{
    width: 150px;
}

@media only screen and (max-width: 932px) and (orientation: landscape) {
    .mennu_main{
        width: 90%;
        max-width: 100%;
        gap: 10px;
    }
    .iconmenu_mobile{
        display: block;
        width:fit-content;
        color: #3b8252;
    }
    .iconmenu_mobile:hover{
        color:#ffffff;
        cursor: pointer;
    }
    .logo{
        width: 100%;
    }
  
    .mobile_logo{
        display: flex;
        gap: 10px;
    }
    .mennu{
        position: fixed;
        display: none;
        z-index: 10000;
        width:100%;
        max-height: fit-content;
        background-color: #ffffff;
        color: black;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        transition: all 0.5s ease-in-out;
        animation: slideDown 0.5s ease forwards; /* Applies the slide-down animation */
    }
    
    @keyframes slideDown {
        from {
            transform: translateX(-100%); /* Off the screen from top-left */
        }
        to {
            transform: translateY(0%); /* Fully visible at bottom-right */
        }
    }
    .mobile_iconlogo{
        display: block;
    }
    .mennu_main a{
        color: black;
        display:grid;
        text-align: start;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 1.3em;
        margin-top: 10px;
        border-bottom: 0.5px solid #3b8252;

    }
    .mennu_main a:hover{
        background: none;
    }
    .bottom_mobilemenu{
        display: block;
        bottom: 0%;
        background-color: #ffffff;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        width: 100%;
        margin-left: -5%;
        z-index: 5;
        }
    #architects_text{
    }
    .bottom_mobilemenu_logo_text{
        display: block;
        bottom: 5%;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        width: 100%;
        color:#3a8252;
        letter-spacing: 8px;
        font-size: 1.4em;
        
    }
    .bottom_mobilemenu_logo{
        display: block;
        position: absolute;
        padding-top: 10px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        width: 100%;
        margin-left: -5%;
        color: #dbc5ae;
        letter-spacing: 25px;
        font-size: 2em;
        font-weight: bolder;
        text-align: center;
        text-shadow: 2px 5px 10px rgb(0, 0, 0);    
    }
}

@media only screen and (max-width: 932px) and (orientation: portrait) {
    .mennu_main{
        width: 90%;
        max-width: 100%;
        gap: 10px;
    }
    .iconmenu_mobile{
        display: block;
        width:fit-content;
        color: #3b8252;
    }
    .iconmenu_mobile:hover{
        color:#000000;
        cursor: pointer;
    }
    .logo{
        width: 100%;
    }
  
    .mobile_logo{
        display: flex;
        gap: 10px;
    }
    .mennu{
        position: fixed;
        display: none;
        z-index: 10000;
        width:100%;
        max-height: fit-content;
        background-color: #ffffff;
        color: black;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        transition: all 0.5s ease-in-out;
        animation: slideDown 0.5s ease forwards; /* Applies the slide-down animation */
    }
    
    @keyframes slideDown {
        from {
            transform: translateX(-100%); /* Off the screen from top-left */
        }
        to {
            transform: translateY(0%); /* Fully visible at bottom-right */
        }
    }
    .mobile_iconlogo{
        display: block;
    }
    .mennu_main a{
        color: black;
        display:grid;
        text-align: start;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 1.3em;
        margin-top: 10px;
        border-bottom: 0.5px solid #3b8252;

    }
    .mennu_main a:hover{
        background: none;
    }
    .bottom_mobilemenu{
        display: block;
        bottom: 0%;
        background-color: #ffffff;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        width: 100%;
        margin-left: -5%;
        z-index: 5;
        }
    #architects_text{
    }
    .bottom_mobilemenu_logo_text{
        display: block;
        bottom: 5%;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        width: 100%;
        color:#3a8252;
        letter-spacing: 8px;
        font-size: 1.4em;
        
    }
    .bottom_mobilemenu_logo{
        display: block;
        position: absolute;
        padding-top: 10px;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        width: 100%;
        margin-left: -5%;
        color: #dbc5ae;
        letter-spacing: 25px;
        font-size: 2em;
        font-weight: bolder;
        text-align: center;
        text-shadow: 2px 5px 10px rgb(0, 0, 0);    
    }
}


