img.custom-logo:hover{animation:1s PrimeStudyHub linear infinite , 1s RotateMe ease alternate infinite}@keyframes RotateMe {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}html{scroll-behavior:smooth}@media screen and (max-width:768px){.glassmorphing{background:rgba(255,255,255,.7);backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:16px}}@media screen and (min-width:768px){.glassmorphing{background:rgba(255,255,255,.7);border-radius:16px;box-shadow:0 4px 30px rgba(0,0,0,.1);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(255,255,255,.3)}}.wp-block-navigation a.wp-block-navigation-item__content.wp-block-navigation-item__content strong{color:var(--wp--preset--color--accent-1)!important}.site-scroller > figure:nth-child(1) {transform:translateY(50px)}.site-scroller > figure:nth-child(2) {transform:translateY(-30px)}.site-scroller > figure:nth-child(3) {transform:translateY(30px)}.site-scroller > figure:nth-child(4) {transform:translateY(-50px)}.site-scroller > figure:nth-child(5) {transform:translateY(20px)}.site-scroller>figure{transition:transform .5s ease}section{height:50vh}.subject{width:100vw;margin:-10px auto;transform:zoom(20%)}.animation{view-timeline:--subjectReveal block;animation-timeline:--subjectReveal;animation-name:appear;animation-range:entry 10% contain 25%;animation-fill-mode:both;animation-duration:1ms}@keyframes appear {
    from {
      transform: scale(0);
    }
  
    to {
      transform: scale(1);
    }
  }main.portfolio{width:100%;height:100vh;overflow:hidden;background:#10192f;display:grid;grid-template-columns:1fr}main.portfolio .wrapper::before{content:"";position:absolute;top:0;left:0;width:100%;height:200px;background:linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,.8) 30%,rgba(255,255,255,0) 100%);pointer-events:none;z-index:1}.wrapper{background:#10192f;width:100%;height:100vh;perspective:700px;overflow:hidden}.grid_animation_container{display:grid;gap:3rem;width:100%;height:75rem;grid-template-columns:repeat(3,1fr);transform:translate3d(20%,-2%,0) scale3d(.9,.8,1) rotateX(15deg) rotateY(-9deg) rotateZ(32deg);transform-origin:50% 0%;scale:1.2}.grid-item{display:grid;gap:1.2rem}.grid_column_1{animation:sliding-img-up-1 30s linear infinite}.grid_column_2{animation:sliding-img-down-2 30s linear infinite}.grid_column_3{animation:sliding-image-up 30s linear infinite}@keyframes sliding-img-up-1 {
    0% {
      transform: translateY(0);
    }
  
    100% {
      transform: translateY(-636px);
    }
  }@keyframes sliding-img-down-2 {
    0% {
      transform: translateY(-536px);
    }
    100% {
      transform: translateY(0);
    }
  }@keyframes sliding-image-up {
    0% {
      transform: translateY(0);
    }
  
    100% {
      transform: translateY(-636px);
    }
  }img{width:100%}section{padding:32px}.t_wrapper{perspective:1000px}.box{width:100px;height:100px;background-color:#90ee90;transform:rotateX(120deg)}@media screen and (max-width:768px){.grid_animation_container{transform:translate3d(20%,-2%,0) scale3d(.9,.8,1) rotateX(19deg) rotateY(340deg) rotateZ(45deg);transform-origin:50% 0%;scale:2.4;transform-origin:36% 13%;gap:.5rem}.grid-item{gap:.2rem}}