nav{
    width: 5%;
    height: 100%;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #000000;;
    /* padding: 0 0.5%; */
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 2;
}
.nav-option{
    width: 98%;
    height: auto;
    float: left;
    padding: 0 1%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    margin-top: 1.5em;
}
.nav-option li{
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-option a{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: white;
    font-size: 22px;
    padding: 10px 0;
}
.menu-sec{
    width: 12em;
    height: 0%;
    float: left;
    display: flex;
    flex-direction: column;
    padding: 0 1em;
    background-color: #355746;
    position: absolute;
    right: 99%;
    margin: 0;
    z-index: 1;
    overflow: hidden;
}
.menu-sec li{
    width: 100%;
    height: auto;
    float: left;
    list-style: none;
    margin-bottom: 1.5em;
}
.close-sec{
    display: flex;
    padding: 1em 0;
    justify-content: flex-end;
}
.close-btn{
    background-color: transparent;
    border: none;
    font-size: 25px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-sec a{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: white;
}
.menu-btn{
    width: 100%;
    float: left;
    background-color: transparent;
    cursor: pointer;
    border: none;
    color: white;
    font-size: 22px;
    padding:10px 0;
}
.social-media-sec{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0;
    margin-bottom: 1.5em;
}
.social-media-sec li{
    width: 100%;
    height: auto;
    float: left;
    margin: 0.7em 0;
    list-style: none;
}
.social-media-sec a{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: white;
    font-size: 20px;
}
@media screen and (max-width:720px) {
    nav{
        width: 13%;
    }
}