.navbar__container{width:100%;z-index:2;display:flex;justify-content:space-between;align-items:center}.navbar-transparent{background-color:transparent}.mobile-icon{width:2rem;height:2rem;background-repeat:no-repeat;background-size:contain}.menu-icon{background-image:url(/icons/menu-icon.svg)}.call-icon{background-image:url(/call-icon.webp)}.navbar-bg{background:rgba(0,0,0,.5);width:100%;height:100%;position:fixed;top:0;left:0;clip-path:circle(0 at 90% 10%);z-index:1000}.navbar-menu{width:60%;background:linear-gradient(180deg,#000a11,#b9dbb8)}.navbar-bg-open{animation:circleExpand .6s ease-out forwards}.navbar-bg-close{animation:circleCollapse .6s ease-in forwards}