
    .toggle-nav{
        .container{
            padding: clamp(24px,9vw,95px);
            height: 100%;
            background-color: var(--base-black-color);
        }
        .nav-area{
            display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            ul{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                li{
                    a{
                         color: var(--base-white-color);
                      }
                }
            }
        }
        }