body{margin:0;padding:0;font-family:Poppins,sans-serif;background-color:#fcfcfc}.container{max-width:1300px;margin:0 auto;padding:0 15px;display:flex;justify-content:space-between;align-items:center;height:100%}.navbar{height:80px;background-color:#DAF2FF;position:sticky;top:0;z-index:50}.menu-icon{display:none}.nav-elements{z-index:9999}.nav-elements ul{display:flex;justify-content:space-between;align-items:center;list-style-type:none;margin-left:15px}.nav-elements ul li:not(:last-child){margin-right:30px}.nav-elements ul a{font-size:21px;color:black;text-decoration:none;font-family:Aeonik;font-weight:400}@media (max-width:768px){.nav-elements ul li:not(:last-child){margin-right:30px}}@media (max-width:640px){.menu-icon{display:block;cursor:pointer}.nav-elements{position:absolute;right:0;top:60px;background-color:#DAF2FF;width:0;height:calc(100vh - 60px);transition:all .3s ease-in;overflow:hidden}.nav-elements.active{width:270px}.nav-elements ul{display:flex;flex-direction:column}.nav-elements ul li{margin-right:unset;margin-top:22px}}