.header {
    position: relative;
    width: 100%;
}

.menuBar_area {
    width: 100%;
    /* -webkit-box-shadow: 0 0px 10px 4px rgba(194, 194, 194, 0.336); */
    /* box-shadow: 0 0px 10px 4px rgba(194, 194, 194, 0.336); */
    /*  background-color: #1387fc;*/
    background-color: var(--dark_color);
    padding: 20px 0px;
    border-bottom: 1px solid #ffffff21;
    display: flex;
    justify-content: center;
}
.manuBar_logo_Wrapper{
    width: 90%;
	max-width: 90rem;
    display: flex;
    justify-content: space-between;
}

.site_logo {
    /* padding: 1rem; */
    text-align: left;
    /* padding-left: 6%;
    padding-right: 7rem; */
    font-size: 2rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.site_logo a {
    color: rgb(255, 255, 255);

}

.site_logo span {
    font-size: 1.7rem;
    font-weight: 300;
    color: rgb(255, 255, 255);
    background-color: transparent;
}

.site_logo > span > a{
    font-family: var(--sm_font_5);
}

#menu_btn {
    /* background-color:var(--clr5); */
    background: transparent;
    color: var(--clr5);
    padding: 7px 7px;
    /* border-radius: 10px; */
    border: 2px solid var(--dark_color);
    /* position: absolute;
    top: 50%;
    -webkit-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%);
    right: 5%; */
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#menu_icn {
    font-size: 1.35rem;
    color: rgb(255, 255, 255);
}

#menu_btn:hover {
    /* border: 2px solid rgb(226, 226, 226);
    */
    /* box-shadow: 1px 1px 8px 1px rgb(255, 255, 255), -1px -1px 8px 1px rgb(255, 255, 255);
    */
    border-bottom: 2px solid whitesmoke;
}

/* .form_area {
    width: 25rem;
    max-width: 70vw;
    height: 13rem;
    background-image: -o-linear-gradient(bottom, #57fa93 0%, #58c0f5 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#57fa93), to(#58c0f5));
    background-image: linear-gradient(1800deg, #57fa93 0%, #58c0f5 100%);
    margin: 4.5rem auto;
    display: block;
    padding: 1.2rem;
} */