/* Header */
.c-header {
  pointer-events: none;
}

.c-header .c-header-inner > * {
  pointer-events: auto;
}

/* Menu */
.c-nav-btn {
  cursor: pointer;
}

.c-nav-btn > * {
  pointer-events: none;
}

.c-nav-btn, .c-nav-btn > * {
  user-select: none;
}

.c-menu {
  display: flex !important;
  opacity: 0;
  pointer-events: none;
  background-color: transparent;
}

.c-menu-link-wrap .c-menu-link {
  transition: opacity 0.3s ease-out;
}

.c-menu-link-wrap .c-menu-link.is-active {
  opacity: 1 !important;
}

.c-menu-link-wrap.is-active .c-menu-link {
  opacity: 0.2;
}

.c-menu-link-bg {
  pointer-events: none;
}

.c-menu-link-bg .is-first {
  z-index: 0;
}

.c-menu-link-bg .is-item {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease-out;
}

.c-menu-link-bg .is-item.is-active {
  opacity: 1;
}

.c-menu__squares, .c-projects-list__squares {
  display: grid;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.c-menu__squares--item, .c-projects-list__squares--item {
  width: 100%;
  height: 100%;
  background-color: #050505;  
}

/* Logo Hover */
.js-logo-line {
  opacity: 0;
}

  /* 
  background: linear-gradient(164deg, #FF008A 0%, #FF00F5 100%); */
  /* border-radius: 935px; */
  /* background: linear-gradient(164deg, #0038FF 0%, #FF00F5 100%); */
   /* filter: blur(100px); */
/* Mouse Effect */
.c-mouse-effect {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mix-blend-mode: exclusion;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  z-index: 10;
}

.c-mouse-effect::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(circle farthest-side at var(--x,100px) var(--y,100px),#FF00F5 0,transparent 70%);
}

.c-mouse-effect.is-active {
  opacity: 0.3;
}

/* Projects List */
.c-projects-list-item {
  overflow: visible
}

.c-projects-list-item .c-shape {
  opacity: 0;
  transform: scale(0);
  height: 100%;
  bottom: initial; 
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.c-projects-list-item.is-active .c-shape { 
  opacity: 1;
  transform: scale(1);
}

.c-projects-list-bg {
  opacity: 0;
  transition: opacity 0.6s ease-out;
  pointer-events: none;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  height: 85vh;
}

.c-projects-list-bg.is-active {
  opacity: 1;
}

.c-projects-list-bg .c-img {
  display: none;
}

.c-projects-list-item {
  cursor: pointer;
}

/* Contact */
.c-hm-contact .c-contact-arrow {
  transition: transform 0.3s ease-out;
}

.c-hm-contact:hover .c-contact-arrow {
  transform: rotate(45deg);
}

.c-projects-back-arrow {
  transition: transform 0.3s ease-out;
}

.c-projects-back:hover .c-projects-back-arrow {
  transform: rotate(-45deg);
}

/* Music */
.c-music-item {
  transition: transform 0.6s ease-out, opacity 0.3s ease-out 0.2s;
}

.c-music-item.is-hidden {
  opacity: 0;
  transform: translate3d(200px, 0, 0);
}

/* Loader */
.c-load {
  pointer-events: none;
}

.c-loader {
  display: block;
}

.c-loader-icon__left, .c-loader-icon__right, .c-loader-icon__x svg {
  opacity: 0;
}

/* Pixel effect */
[data-pixel-effect] {
  position: relative;
  overflow: hidden;
}

.canvas-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Home name hover */
.js-home-name > *, .js-home-name.is-active span {
  transition: color 0.3s ease-out;
}

.js-home-name.is-active > * {
  color: rgba(255,255,255,0.1);
}

.js-home-name a.is-active {
  color: white !important;
}

/* Quote */ 
.quote .t-body-3 {
  transition: color 0.3s ease-out;
}

.c-reel-contain.easter-video {
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.c-reel-contain.easter-video .c-reel {
  display: none;
}

.c-reel-contain.easter-video .c-reel.is-active {
  display: block;
}

.quote .quote-dash line {
  transition: stroke 0.3s ease-out;
}

.quote.is-active .t-body-3 {
  color: rgba(255,255,255,0.1);
}

.quote.is-active .quote-dash line {
  stroke: rgba(255,255,255,0.1);
}

.c-reel-contain.easter-video.is-active { 
  opacity: 1;
}

/* Footer */
/*
.footer .c-link {
  position: relative;
  overflow: hidden;
}

.footer .c-link::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: white;
  transform-origin: left;
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.05s ease-out;
}

.footer .c-link:hover::before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
*/

/* Content */
@media only screen and (min-width: 1680px)  {
  .c-content-4 {
    max-width: 14.563em;
  }  
}

.z-index-negative {
  z-index: -1;
}

/* Marquee */
.c-marquee-line .c-icon.copyright {
  margin: 0.5em 0 0;
}

.c-marquee-line .c-marquee-icon {
  margin: -0.5em 0 0;
}

@media only screen and (min-width: 1024px)  {
  .c-marquee-line .c-icon.copyright {
    margin: 1em 1em 0;
  }

  .c-marquee-line .c-marquee-icon {
    margin: -2em 1em 0;
  }
}

/* Projects */
.c-projects-list-item-bg-wrap {
  width: 100%;
  height: 100vh;
  opacity: 1;
  mix-blend-mode: luminosity;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  pointer-events: none;
  opacity: 0;
  background-color: #000;
}

.c-projects-list-item-bg-wrap .c-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease-out; 
}

.c-projects-list-item-bg-wrap .c-projects-list__squares {
  position: absolute;
}

.c-projects-list-item-bg-wrap.is-active {
  opacity: 1;
}

.projects-title {
  position: relative;
  z-index: 2;
}

.c-portfolio-item {
  z-index: 2;
}

.projects-list-wrap .c-shape {
  margin: 0.5em 0 0;
  opacity: 0;
}

.projects-list-wrap.is-active .c-portfolio-item {
  color: rgba(255,255,255,0.2);
  mix-blend-mode: normal;
}

.projects-list-wrap.is-active .c-portfolio-item.is-active {
  mix-blend-mode: normal;
  color: white;
}

.projects-list-wrap.is-active .c-portfolio-item .c-shape {
  opacity: 0;
}

.projects-list-wrap.is-active .c-portfolio-item.is-active .c-shape {
  opacity: 1;
}

.word {
  display: inline !important;
}