.navbar.custom-pagination{display:flex;justify-content:space-between;align-items:center;transition:.5s}.navbar.custom-pagination.fixed{top:-12%}.navbar__logo img{animation-delay:1.2s;aspect-ratio:16/9;height:1rem}.navbar__logo:hover>img{animation-name:bounceIn;animation-duration:.5s!important;animation-delay:0s}.navbar ul{list-style:none;display:flex;gap:.5rem;align-items:center}.navbar li:first-child{animation-delay:.4s}.navbar li:nth-child(2){animation-delay:.5s}.navbar li:nth-child(3){animation-delay:.6s}.navbar li:nth-child(4){animation-delay:.7s}.navbar li:nth-child(5){animation-delay:.8s}.navbar li:nth-child(6){animation-delay:.9s}@keyframes glowing{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}.navbar__menu{height:100%;transform:translateX(100%);position:absolute;right:0;transition:transform .5s;top:0;bottom:0;z-index:-1;height:100vh;width:50%}.hamburger-react{align-self:flex-end;z-index:1000}.navbar__menu ul{flex:1;width:100%;justify-content:center;align-items:center;gap:2rem;height:100%}.menu-active{transform:translateX(0)}.navbar__menu ul{flex-direction:column}@media (max-width:900px){.fixed{box-shadow:0 10px 30px -10px rgba(0,0,0,.37)}}