@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&display=swap');
*{
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Raleway', sans-serif;
    background-color: #f8f8f8;
}
a{
    text-decoration: none;
    list-style: none;
}
.Menu_mobiiile{
    z-index: 3;
}
.Menu_mobiiile span{
    padding: 15px;
    display: inline;
    border-radius: 7px;
    font-family: 'Raleway', sans-serif;
    background: red;
    box-shadow: inset 40px 5px 40px rgba(255, 255, 255, 0.25);
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: white;
    width: auto;
    height: auto;
    box-sizing: content-box;
    border: 1px solid red;
    margin-bottom:-13.2% !important ;
}
.Menu_mobiiile a{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}
.Menu_mobiiile span:hover{
    color: black;
    background-color:white;
    border: 1px solid red;
}
.Menu_mobiiile a:hover{
    border: 1px solid #5BBE83;
}
.navbar .menu-hamburger{
    display: none;
    position: absolute;
    top: 10px;
    right: 35px;
    width: 60px;
}
.nav_links1{
    display: none;
}
.menu-hamburger{
    display: none;
}


@media screen and (max-width:900px) {
    .menu-hamburger{
        display: block;
        width: 70px;
        position: absolute;
        top: 5px;
        right: 10px;
    }
    .logo{
        position: absolute;
        top: 5px;
        left: 10px;
    }
    .nav_links ul {
        display: none;
    }
    .navbar a{
        display: none;
    }
    .nav_links ul li a {
        display: none;
    }
    .navbar img{
        display: none;
    }
    .nav_links1 ul{
        background-color: white;
        backdrop-filter: blur(10px);
        width: 70%;
        height: 90vh;
        border-radius: 10px 0px 0px 10px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }
    .nav_links1{
        display: flex;
    }
    .nav_links1 ul{
        border-left: 4px solid #5BBE83;
    }
    .nav_links1 ul li a {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
    }
    .nav_links1 ul span{
        margin-bottom: 1em;
    }
    .close {
        color: #aaaaaa;
        position: relative;
        left:30%;
        top: 0;
        font-size: 28px;
        font-weight: bold;
    }
    #Menu_mobile{
        display: none;
        position: absolute;
        right: 0;
    }
    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
    header{
        width:100%;
    }
}