* {
    max-width: 100vw;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Tomorrow', sans-serif;
    scroll-behavior: smooth;
}

body {
    max-width: 100vw;
    min-height: 100vh;
    overflow-x: hidden;
    background: #06001d;
}

p {
    font-size: 1.1em;
    font-weight: 100;
}

a {
    color: #8900c9;
}

a:hover {
    color: #7000a3;
}

h4 {
    text-decoration: underline;
}

nav {
    font-size: 1.5em;
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px 5px #000000;
    width: 100%;
    display: flex;
    z-index: 10000;
    letter-spacing: 2px;
    background: linear-gradient(to bottom, #00000000 0%, #0000007a 100%);
}

nav .logo {
    color: #fff;
    font-weight: 500;
    font-size: 1.5em;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 4px;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li {
    list-style: none;
    margin-left: 20px;
}

nav ul li a {
    text-decoration: none;
    padding: 6px 15px;
    color: #fff;
}

nav ul li a:hover,
.activec,
nav .logo:hover {
    color: #8900c9;
    border-bottom: 5px solid #8900c9 ;
}

.navbar-toggler {
    color: #fff;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
    color: #fff;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

header {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

header::before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, #06001d, transparent);
    z-index: 1000;
}

header svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header svg#background{
    pointer-events: none;
    z-index: 7;
}

header svg#foreground{
    pointer-events: none;
    z-index: 10;
}

header svg#topground{
    z-index: 11;
}

header svg#rect-r{
    z-index: 8;
    background-attachment: fixed;
    mix-blend-mode: color-dodge;
/*
    filter: drop-shadow(0px 0px 8px #8900c9)
        drop-shadow(0px 0px 16px #8900c9)
        brightness(1.5)
        ;
*/		
/*
        animation: .8s shake infinite alternate;
*/
/*
        animation: flicker-4 8s linear 0.5s infinite both;
*/
}

header svg#rect-m{
    z-index: 8;
    filter: saturate(2)
    opacity(0.8)
    invert(0.2)
    contrast(2);
/*
    filter: 
        drop-shadow(0 0 3px #8900c9)
        drop-shadow(0 0 6px #8900c9)
        drop-shadow(0 0 20px #8900c9)
        drop-shadow(0 0 40px #8900c9)
        drop-shadow(0 0 100px #8900c9)
        drop-shadow(0 0 200px #8900c9)
        drop-shadow(0 0 500px #8900c9)
        brightness(1.5)
        hue-rotate(0deg)
        blur(1px);
*/
/*
        animation: flicker-4 8s linear 0.5s infinite both;
*/
/*
        animation: anim 2s linear infinite;
*/
}

#rectL {
    fill: rgba(0, 0, 0, 0);
}

#rectM {
    fill: rgba(0, 0, 0, 0.021);
    filter: drop-shadow(0px 0px 6px rgb(10, 171, 245));
}

#rectR {
    fill: rgba(0, 0, 0, 0);
}

#btn-explore {
    transform: translateY(100px);
    z-index: 9;
}


.shaker:hover {
    animation: .8s shake infinite alternate;
}

@keyframes shake {
    0% { transform: skewX(-15deg); }
    5% { transform: skewX(15deg); }
    10% { transform: skewX(-15deg); }
    15% { transform: skewX(15deg); }
    20% { transform: skewX(0deg); }
    100% { transform: skewX(0deg); }  
}

.crt {
  user-select: none;
  animation: textShadow 1.6s infinite;
}

@keyframes textShadow {
    0% {
      text-shadow: 0.4389924193300864px 0 1px rgba(0, 174, 255, 0.8), -0.4389924193300864px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    5% {
      text-shadow: 2.7928974010788217px 0 1px rgba(0, 174, 255, 0.8), -2.7928974010788217px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    10% {
      text-shadow: 0.02956275843481219px 0 1px rgba(0, 174, 255, 0.8), -0.02956275843481219px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    15% {
      text-shadow: 0.40218538552878136px 0 1px rgba(0, 174, 255, 0.8), -0.40218538552878136px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    20% {
      text-shadow: 3.4794037899852017px 0 1px rgba(0, 174, 255, 0.8), -3.4794037899852017px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    25% {
      text-shadow: 1.6125630401149584px 0 1px rgba(0, 174, 255, 0.8), -1.6125630401149584px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    30% {
      text-shadow: 0.7015590085143956px 0 1px rgba(0, 174, 255, 0.8), -0.7015590085143956px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    35% {
      text-shadow: 3.896914047650351px 0 1px rgba(0, 174, 255, 0.8), -3.896914047650351px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    40% {
      text-shadow: 3.870905614848819px 0 1px rgba(0, 174, 255, 0.8), -3.870905614848819px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    45% {
      text-shadow: 2.231056963361899px 0 1px rgba(0, 174, 255, 0.8), -2.231056963361899px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    50% {
      text-shadow: 0.08084290417898504px 0 1px rgba(0, 174, 255, 0.8), -0.08084290417898504px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    55% {
      text-shadow: 2.3758461067427543px 0 1px rgba(0, 174, 255, 0.8), -2.3758461067427543px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    60% {
      text-shadow: 2.202193051050636px 0 1px rgba(0, 174, 255, 0.8), -2.202193051050636px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    65% {
      text-shadow: 2.8638780614874975px 0 1px rgba(0, 174, 255, 0.8), -2.8638780614874975px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    70% {
      text-shadow: 0.48874025155497314px 0 1px rgba(0, 174, 255, 0.8), -0.48874025155497314px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    75% {
      text-shadow: 1.8948491305757957px 0 1px rgba(0, 174, 255, 0.8), -1.8948491305757957px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    80% {
      text-shadow: 0.0833037308038857px 0 1px rgba(0, 174, 255, 0.8), -0.0833037308038857px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    85% {
      text-shadow: 0.09769827255241735px 0 1px rgba(0, 174, 255, 0.8), -0.09769827255241735px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    90% {
      text-shadow: 3.443339761481782px 0 1px rgba(0, 174, 255, 0.8), -3.443339761481782px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    95% {
      text-shadow: 2.1841838852799786px 0 1px rgba(0, 174, 255, 0.8), -2.1841838852799786px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
    100% {
      text-shadow: 2.6208764473832513px 0 1px rgba(0, 174, 255, 0.8), -2.6208764473832513px 0 1px rgba(255,0,80,0.8), 0 0 3px;
    }
  }

@keyframes flicker-4 {
    0%,
    100% {
      opacity: 1;
    }
    31.98% {
      opacity: 1;
    }
    32% {
      opacity: 0;
    }
    32.8% {
      opacity: 0;
    }
    32.82% {
      opacity: 1;
    }
    34.98% {
      opacity: 1;
    }
    35% {
      opacity: 0;
    }
    35.7% {
      opacity: 0;
    }
    35.72% {
      opacity: 1;
    }
    36.98% {
      opacity: 1;
    }
    37% {
      opacity: 0;
    }
    37.6% {
      opacity: 0;
    }
    37.62% {
      opacity: 1;
    }
    67.98% {
      opacity: 1;
    }
    68% {
      opacity: 0;
    }
    68.4% {
      opacity: 0;
    }
    68.42% {
      opacity: 1;
    }
    95.98% {
      opacity: 1;
    }
    96% {
      opacity: 0;
    }
    96.7% {
      opacity: 0;
    }
    96.72% {
      opacity: 1;
    }
    98.98% {
      opacity: 1;
    }
    99% {
      opacity: 0;
    }
    99.6% {
      opacity: 0;
    }
    99.62% {
      opacity: 1;
    }
  }

.ramecek {
    position: relative;
    display: inline-block;
    color: white;
    padding: 11px 40px;
    white-space: nowrap;
    z-index: 10;
  }
  .ramecek:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #8900c9;
    clip-path: polygon(0 26.00px,26.00px 0,100% 0,100% calc(100% - 26.00px),calc(100% - 26.00px) 100%,0 100%,0 26.00px,5px  calc(26.00px + 2.07px),5px calc(100% - 5px),calc(100% - 26.00px - 2.07px) calc(100% - 5px),calc(100% - 5px) calc(100% - 26.00px - 2.07px),calc(100% - 5px) 5px,calc(26.00px + 2.07px) 5px,5px calc(26.00px + 2.07px));
    z-index: -1;
  }
  .ramecek:after {
    content: "";
    position: absolute;
    inset: 4px;
    background: #24003b;
    clip-path: polygon(0 24.00px,24.00px 0,100% 0,100% calc(100% - 24.00px),calc(100% - 24.00px) 100%,0 100%);
    z-index: -1;
}

.ramecek-big {
    position: relative;
    filter: drop-shadow(0px 0px 0px #8900c9);
  }
  .ramecek-big::before {
    content: "";
    position: absolute;
    inset: 5px;
    background: #1a002b;
    clip-path: polygon(0 66.00px,66.00px 0,100% 0,100% calc(100% - 66.00px),calc(100% - 66.00px) 100%,0 100%);
    z-index: -1;
  }
  .ramecek-big::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #8900c9;
    clip-path: polygon(0 70.00px,70.00px 0,100% 0,100% calc(100% - 70.00px),calc(100% - 70.00px) 100%,0 100%,0 70.00px,5px  calc(70.00px + 2.07px),5px calc(100% - 5px),calc(100% - 70.00px - 2.07px) calc(100% - 5px),calc(100% - 5px) calc(100% - 70.00px - 2.07px),calc(100% - 5px) 5px,calc(70.00px + 2.07px) 5px,5px calc(70.00px + 2.07px));
    }


.ram-try {
    position: relative;
    filter: drop-shadow(0px 0px 60px #8900c9);
      }
      .ram-try:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #41007e;
        background-image: url("O/WW7.jpg");
        animation: hues 2s ease-in-out infinite alternate;
        background-repeat: no-repeat;
        background-size: cover;
        clip-path: polygon(0 358.00px,358.00px 0,100% 0,100% calc(100% - 358.00px),calc(100% - 358.00px) 100%,0 100%,0 358.00px,326px  calc(358.00px + 135.03px),326px calc(100% - 326px),calc(100% - 358.00px - 135.03px) calc(100% - 326px),calc(100% - 326px) calc(100% - 358.00px - 135.03px),calc(100% - 326px) 326px,calc(358.00px + 135.03px) 326px,326px calc(358.00px + 135.03px));
    }

.project-card {
    position: relative;
    filter: drop-shadow(0px 0px 0px #8900c9);
    min-width: 220px;
    max-width: 500px;
    height: 400px;
    transform: scale(0.9);
    transition: 0.4s;
    z-index: 10;
    }
    .project-card:after {
        content: "";
        position: absolute;
        inset: 0;
        background: #8900c9;
        clip-path: polygon(0 70.00px,70.00px 0,100% 0,100% calc(100% - 70.00px),calc(100% - 70.00px) 100%,0 100%,0 70.00px,5px  calc(70.00px + 2.07px),5px calc(100% - 5px),calc(100% - 70.00px - 2.07px) calc(100% - 5px),calc(100% - 5px) calc(100% - 70.00px - 2.07px),calc(100% - 5px) 5px,calc(70.00px + 2.07px) 5px,5px calc(70.00px + 2.07px));
    }
    .project-card:hover {
        position: relative;
        transform: scale(1);
        filter: drop-shadow(0px 0px 30px #8900c9);
    }
    .project-card:hover p {
        display: block;
        animation: project-fade 0.3s linear;
        visibility: visible;
    }
    .project-card:hover::before {
        background: #1a002b;
    }
    .project-card h3 {
        position: absolute;
        font-size: 23px;
        font-weight: 500;
        text-transform: uppercase;
        width: 200px;
        height: 300px;
        color: white;
        text-align: justify;
        text-align-last: right;
        padding-top: 5px;
        padding-right: 10px;
        top: -35px;
        right: -35px;
        z-index: -10;
    }
    .project-card h3:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #3b005f;
        background-image: url("O/WW7.jpg");
        animation: hues 2s ease-in-out infinite alternate;
        clip-path: polygon(0 60.00px,60.00px 0,100% 0,100% calc(100% - 60.00px),calc(100% - 60.00px) 100%,0 100%,0 60.00px,104px  calc(60.00px + 43.08px),104px calc(100% - 104px),calc(100% - 60.00px - 43.08px) calc(100% - 104px),calc(100% - 104px) calc(100% - 60.00px - 43.08px),calc(100% - 104px) 104px,calc(60.00px + 43.08px) 104px,104px calc(60.00px + 43.08px));
        z-index: -1;
    }
    .project-card p {
        position: relative;
        color: white;
        z-index: 0;
        display: flex!important;
        align-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        visibility: hidden;
        
    }
    .project-card h5 {
        position: absolute;
        font-size: 23px;
        text-transform: uppercase;
        text-decoration: none;
        width: 200px;
        height: 300px;
        padding-left: 10px;
        bottom: -35px;
        left: -35px;
        color: white;
        display: flex;
        align-items: flex-end;
        z-index: -10;
    }
    .project-card h5:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #3b005f;
        background-image: url("O/WW7.jpg");
        animation: hues 2s ease-in-out infinite alternate;
        clip-path: polygon(0 60.00px,60.00px 0,100% 0,100% calc(100% - 60.00px),calc(100% - 60.00px) 100%,0 100%,0 60.00px,104px  calc(60.00px + 43.08px),104px calc(100% - 104px),calc(100% - 60.00px - 43.08px) calc(100% - 104px),calc(100% - 104px) calc(100% - 60.00px - 43.08px),calc(100% - 104px) 104px,calc(60.00px + 43.08px) 104px,104px calc(60.00px + 43.08px));
        z-index: -1;
    }
    .project-card a {
        position: absolute;
        font-size: 23px;
        font-weight: 900;
        text-decoration: none;
        width: 64px;
        height: 64px;
        bottom: -10px;
        right: -10px;
        color: white;
        padding-top: 26px;
        padding-right: 9px;
        text-align: justify;
        text-align-last: right;
        transform: scale(1.2);
        transition: 0.2s;
        z-index: -10;
    }
    .project-card a:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #6d00b1;
        clip-path: polygon(0 62.00px,62.00px 0,100% 0,100% 100%,0 100%,0 62.00px,5px  calc(62.00px + 2.07px),5px calc(100% - 5px),calc(100% - 5px) calc(100% - 5px),calc(100% - 5px) 5px,calc(62.00px + 2.07px) 5px,5px calc(62.00px + 2.07px));
        z-index: -1;
    }
    .project-card a::after {
        content: "";
        position: absolute;
        inset: 5px;
        background: #3b005f;
        clip-path: polygon(0 58.00px,60.00px 0,100% 0,100% 100%,0 100%);
        z-index: -1;
    }
    .project-card a:hover {
        color: #9d00ff;
        transform: scale(1.3);
    }
    .project-card a:hover::before {
        background: #9d00ff;
    }
    .project-card a:hover::after {
        background: #540088;
    }

.project-one:before {
    content: "";
    position: absolute;
    inset: 5px;
    background: #1a002b;
    clip-path: polygon(0 66.00px,66.00px 0,100% 0,100% calc(100% - 66.00px),calc(100% - 66.00px) 100%,0 100%);
    background-image: url("O/P2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
  }
.project-two:before {
  content: "";
  position: absolute;
  inset: 5px;
  background: #1a002b;
  clip-path: polygon(0 66.00px,66.00px 0,100% 0,100% calc(100% - 66.00px),calc(100% - 66.00px) 100%,0 100%);
  background-image: url("O/P1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.project-three:before {
  content: "";
  position: absolute;
  inset: 5px;
  background: #1a002b;
  clip-path: polygon(0 66.00px,66.00px 0,100% 0,100% calc(100% - 66.00px),calc(100% - 66.00px) 100%,0 100%);
  background-image: url("O/P3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
  
@keyframes project-fade{
  0% {
      filter: blur(12px);
      opacity: 0;
    }
    100% {
      filter: blur(0px);
      opacity: 1;
    }
  }

.iconda {
    filter: brightness(0.8)
            hue-rotate(118deg)
            drop-shadow(0px 0px 0px #8900c9);
}

.exp-kurz {
    position: relative;
    filter: drop-shadow(0px 0px 0px #8900c9);
    min-width: 220px;
    z-index: 10;
    }
    .exp-kurz:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #1a002b;
        clip-path: polygon(0 44.00px,44.00px 0,calc(100% - 44.00px) 0,100% 44.00px,100% calc(100% - 44.00px),calc(100% - 44.00px) 100%,44.00px 100%,0 calc(100% - 44.00px));
        z-index: -1;
      }
    .exp-kurz:after {
        content: "";
        position: absolute;
        inset: 0;
        background: #8900c9;
        clip-path: polygon(0 44.00px,44.00px 0,calc(100% - 44.00px) 0,100% 44.00px,100% calc(100% - 44.00px),calc(100% - 44.00px) 100%,44.00px 100%,0 calc(100% - 44.00px),0 44.00px,5px  calc(44.00px + 2.07px),5px calc(100% - 44.00px - 2.07px),calc(44.00px + 2.07px) calc(100% - 5px),calc(100% - 44.00px - 2.07px) calc(100% - 5px),calc(100% - 5px) calc(100% - 44.00px - 2.07px),calc(100% - 5px) calc(44.00px + 2.07px),calc(100% - 44.00px - 2.07px) 5px,calc(44.00px + 2.07px) 5px,5px calc(44.00px + 2.07px));
    }
    .exp-kurz h3 {
        position: absolute;
        font-size: 23px;
        font-weight: 500;
        text-transform: uppercase;
        width: calc(50% - 10px);
        height: calc(100% + 40px);
        color: white;
        text-align: justify;
        text-align-last: right;
        padding-top: 5px;
        padding-right: 10px;
        top: -20px;
        right: -20px;
        z-index: -10;
    }
    .exp-kurz h3:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #3b005f;
        background-image: url("O/WW7.jpg");
        animation: hues 2s ease-in-out infinite alternate;
        background-repeat: no-repeat;
        background-position: left;
        background-size: cover;
        clip-path: polygon(0 52.00px,52.00px 0,calc(100% - 52.00px) 0,100% 52.00px,100% calc(100% - 52.00px),calc(100% - 52.00px) 100%,52.00px 100%,0 calc(100% - 52.00px));
        z-index: -1;
    }
    .exp-kurz h5 {
        position: absolute;
        font-size: 23px;
        font-weight: 500;
        text-transform: uppercase;
        width: calc(50% - 10px);
        height: calc(100% + 40px);
        color: white;
        text-align: justify;
        text-align-last: right;
        padding-top: 5px;
        padding-right: 10px;
        top: -20px;
        left: -20px;
        z-index: -10;
    }
    .exp-kurz h5:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #3b005f;
        background-image: url("O/WW7.jpg");
        animation: hues 2s ease-in-out infinite alternate;
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        clip-path: polygon(0 52.00px,52.00px 0,calc(100% - 52.00px) 0,100% 52.00px,100% calc(100% - 52.00px),calc(100% - 52.00px) 100%,52.00px 100%,0 calc(100% - 52.00px));
        z-index: -1;
    }

.exp-ico {
    min-width: 40px;
    max-width: 90px;
}
.exp-ico img {
    filter: grayscale(0.6);
}
.exp-ico p {
    visibility: hidden;
}
.exp-ico:hover img{
    filter: grayscale(0.1);
    transform: scale(1.4);
}
.exp-ico:hover p{
    visibility: visible;
}

.exp-css img{
    transform: scale(1.21);
}
.exp-css:hover img{
    transform: scale(1.6);
}

.contact-card {
    position: relative;
    filter: drop-shadow(0px 0px 0px #8900c9);
    min-width: 220px;
    z-index: 10;
    }
    .contact-card:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #1a002b;
        clip-path: polygon(0 56.00px,56.00px 0,100% 0,100% calc(100% - 56.00px),calc(100% - 56.00px) 100%,0 100%);
        z-index: -1;
      }
      .contact-card:after {
        content: "";
        position: absolute;
        inset: 0;
        background: #8900c9;
        clip-path: polygon(0 56.00px,56.00px 0,100% 0,100% calc(100% - 56.00px),calc(100% - 56.00px) 100%,0 100%,0 56.00px,5px  calc(56.00px + 2.07px),5px calc(100% - 5px),calc(100% - 56.00px - 2.07px) calc(100% - 5px),calc(100% - 5px) calc(100% - 56.00px - 2.07px),calc(100% - 5px) 5px,calc(56.00px + 2.07px) 5px,5px calc(56.00px + 2.07px));
    }
    .contact-card h3 {
        position: absolute;
        font-size: 23px;
        font-weight: 500;
        text-transform: uppercase;
        min-width: 230px;
        width: 60%;
        height: 65%;
        color: white;
        text-align: justify;
        text-align-last: right;
        padding-top: 5px;
        padding-right: 10px;
        bottom: -38px;
        right: -30px;
        z-index: -10;
    }
    .contact-card h3:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #3b005f;
        background-image: url("O/WW7.jpg");
        animation: hues 2s ease-in-out infinite alternate;
        background-repeat: no-repeat;
        clip-path: polygon(0 72.00px,72.00px 0,calc(100% - 72.00px) 0,100% 72.00px,100% calc(100% - 72.00px),calc(100% - 72.00px) 100%,72.00px 100%,0 calc(100% - 72.00px));
        z-index: -1;
    }
    .contact-card span {
        position: absolute;
        font-size: 23px;
        font-weight: 500;
        text-transform: uppercase;
        width: 50%;
        height: 65%;
        color: white;
        text-align: justify;
        text-align-last: right;
        padding-top: 5px;
        padding-right: 10px;
        top: -30px;
        right: -30px;
        z-index: -10;
    }
    .contact-card span:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #3b005f;
        background-image: url("O/WW7.jpg");
        animation: hues 2s ease-in-out infinite alternate;
        background-repeat: no-repeat;
        clip-path: polygon(0 72.00px,72.00px 0,100% 0,100% calc(100% - 72.00px),calc(100% - 72.00px) 100%,72.00px 100%,0 calc(100% - 72.00px));
        z-index: -1;
    }
    .contact-card h5 {
        position: absolute;
        font-size: 23px;
        font-weight: 500;
        text-transform: uppercase;
        width: 50%;
        height: 90%;
        color: white;
        text-align: justify;
        text-align-last: right;
        padding-top: 5px;
        padding-right: 10px;
        bottom: -38px;
        left: -30px;
        z-index: -10;
    }
    .contact-card h5:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #3b005f;
        background-image: url("O/WW7.jpg");
        animation: hues 2s ease-in-out infinite alternate;
        background-repeat: no-repeat;
        clip-path: polygon(0 68.00px,68.00px 0,calc(100% - 68.00px) 0,100% 68.00px,100% calc(100% - 68.00px),calc(100% - 68.00px) 100%,0 100%);
        z-index: -1;
    }
    .contact-card em {
        position: absolute;
        font-size: 23px;
        font-weight: 500;
        text-transform: uppercase;
        min-width: 110px;
        width: 40%;
        height: 40%;
        color: white;
        text-align: justify;
        text-align-last: right;
        padding-top: 5px;
        padding-right: 10px;
        top: -30px;
        left: 80px;
        z-index: -10;
    }
    .contact-card em:before {
        content: "";
        position: absolute;
        inset: 0;
        background: #3b005f;
        background-image: url("O/WW7.jpg");
        animation: hues 2s ease-in-out infinite alternate;
        background-repeat: no-repeat;
        clip-path: polygon(0 46.00px,46.00px 0,calc(100% - 46.00px) 0,100% 46.00px,100% 100%,0 100%);
        z-index: -1;
    }
    .contact-card img {
        width: 140px;
    }
    .contact-card img:hover {
        transform: scale(1.1);
        filter: brightness(1.2);
    }
    .contact-card .linked {
        width: 40px;
        height: 40px;
    }
    .contact-card .linked img {
        width: 40px;
        height: 40px;
    }

@keyframes flip-out-diag-2-tl {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
            transform: rotate3d(1, 1, 0, 0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate3d(-1, 1, 0, -70deg);
            transform: rotate3d(-1, 1, 0, -70deg);
    opacity: 0;
  }
}
@keyframes fade-in-top {
    0% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
    0% {
      -webkit-transform: translateX(100px);
              transform: translateX(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
@keyframes flip-in-diag-2-tl {
  0% {
    -webkit-transform: rotate3d(-1, 1, 0, 80deg) translateY(90px);
            transform: rotate3d(-1, 1, 0, 80deg) translateY(90px);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg) translateY(0);
            transform: rotate3d(1, 1, 0, 0deg) translateY(0);
    opacity: 1;
  }
}

.prt {
    animation: scan 665ms ease-in-out infinite alternate 92ms, glitch-anim 300ms ease-in-out infinite alternate;
}

.bg {
    width: 100vw;
    height: 100vh;
    grid-row: 1;
    grid-column: 1;
    position: sticky;
    top: 0;
    background: radial-gradient(ellipse at center, #190041 0%, #06001D 56%, #06001D 100%) no-repeat 50% 50%;
    background-size: cover;
    z-index: -10;
}
#content {
    width: 100vw;
    z-index: 0;
    grid-row: 1;
    grid-column: 1;
    margin: 0 0;
  }
#rest {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.content-animation {
    opacity: 0.0;
}

.activateT {
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 0.4s;
}
.activateH {
    animation: fade-in-top 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 0.2s;
}
.activateL {
    animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 0.4s;
}

.activateP {
    animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation-delay: 0.4s;
}

.activateR {
    animation: flip-in-diag-2-tl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 0.4s;
}

.delay-5 {
    animation-delay: 0.5s;
}
.delay-55 {
    animation-delay: 0.55s;
}
.delay-6 {
    animation-delay: 0.6s;
}
.delay-65 {
    animation-delay: 0.65s;
}
.delay-7 {
    animation-delay: 0.7s;
}
.delay-75 {
    animation-delay: 0.75s;
}
.delay-8 {
    animation-delay: 0.8s;
}
.delay-85 {
    animation-delay: 0.85s;
}
.delay-9 {
    animation-delay: 0.9s;
}
.delay-95 {
    animation-delay: 0.95s;
}
.delay-10 {
    animation-delay: 1s;
}
.delay-105 {
    animation-delay: 1.05s;
}
.delay-11 {
    animation-delay: 1.1s;
}

strong {
  font-weight: bold;
  font-size: larger;
}

.message {
    position: relative;
    width: 100%;
    min-width: 200px;
    height: 100%;
    color: #00b7ff;
    text-align: center;
    z-index: 9;
}
.message h1 {
    position: absolute;
    top: 10%;
    left: 0%;
    width: 100%;
    min-width: 200px;
    white-space: nowrap;
    font-size: 9vw;
    font-size: 15vw;
    font-weight: 900;
    margin: 0;
    animation: shakee 600ms ease-in-out infinite alternate;
    text-shadow: 0 0 0.07em #00b7ff, -0.2em 0 2em rgba(175, 211, 61, .3), 0.2em 0 2em rgba(175, 211, 61, .3);
    opacity: 0.7;
    user-select: none;
    z-index: 9;
}
.message h1:before {
    content: attr(t);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0.34em);
    height: 0.1em;
    line-height: 0.5em;
    width: 100%;
    animation: scan 500ms ease-in-out infinite alternate 596ms, glitch-anim 300ms ease-in-out infinite alternate;
    overflow: hidden;
    opacity: 0.7;
}
.message h1:after {
    content: attr(t);
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translate(-50%, 0.34em);
    height: 0.5em;
    line-height: 0.1em;
    width: 100%;
    animation: scan 665ms ease-in-out infinite alternate 92ms, glitch-anim 300ms ease-in-out infinite alternate;
    overflow: hidden;
    opacity: 0.7;
}
@keyframes scan {
    from, 20%, 100% {
        height: 0;
        transform: translate(-50%, 0.44em);
   }
    10%, 15% {
        height: 1em;
        line-height: 0.2em;
        transform: translate(-55%, 0.24em);
   }
}
@keyframes pulse {
    from {
        text-shadow: 0 0 0 #afd33d, 0 0 0 rgba(175, 211, 61, .3), 0 0 0 rgba(175, 211, 61, .3);
   }
    to {
        text-shadow: 0 0 0.07em #afd33d, -0.2em 0 2em rgba(175, 211, 61, .3), 0.2em 0 2em rgba(175, 211, 61, .3);
   }
}
@keyframes attn {
    0%, 100% {
        opacity: 1;
   }
    30%, 35% {
        opacity: 0.4;
   }
}
@keyframes shakee {
    0%, 100% {
        transform: translate(-1px, 0);
   }
    10% {
        transform: translate(2px, 1px);
   }
    30% {
        transform: translate(-3px, 2px);
   }
    35% {
        transform: translate(2px, -3px);
        filter: blur(4px);
   }
    45% {
        transform: translate(2px, 2px) skewY(-8deg) scale(0.96, 1);
        filter: blur(0);
   }
    50% {
        transform: translate(-3px, 1px);
   }
}
@keyframes glitch-anim {
    0% {
        clip: rect(2px, 9999px, 36px, 0);
   }
    10% {
        clip: rect(37px, 9999px, 81px, 0);
   }
    20% {
        clip: rect(42px, 9999px, 80px, 0);
   }
    30% {
        clip: rect(59px, 9999px, 28px, 0);
   }
    40% {
        clip: rect(61px, 9999px, 32px, 0);
   }
    50% {
        clip: rect(28px, 9999px, 48px, 0);
   }
    60% {
        clip: rect(72px, 9999px, 13px, 0);
   }
    70% {
        clip: rect(9px, 9999px, 28px, 0);
   }
    80% {
        clip: rect(88px, 9999px, 32px, 0);
   }
    90% {
        clip: rect(27px, 9999px, 57px, 0);
   }
    100% {
        clip: rect(5px, 9999px, 1px, 0);
   }
}


@keyframes hues {
  0% {
      -webkit-filter: hue-rotate(-10deg);
              filter: hue-rotate(-10deg);
  }
  50% {
      -webkit-filter: hue-rotate(10deg);
              filter: hue-rotate(10deg);
  }
}

.skill-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(7, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

/*
.skill {
  background-image: url("O/WW7.jpg");
  background-position: left;
}
*/
.skill {
  position: relative;
}
.skill:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("O/WW7.jpg");
  background-position: left;
  clip-path: polygon(0 16.00px,16.00px 0,calc(100% - 16.00px) 0,100% 16.00px,100% calc(100% - 16.00px),calc(100% - 16.00px) 100%,16.00px 100%,0 calc(100% - 16.00px),0 16.00px,4px  calc(16.00px + 1.66px),4px calc(100% - 16.00px - 1.66px),calc(16.00px + 1.66px) calc(100% - 4px),calc(100% - 16.00px - 1.66px) calc(100% - 4px),calc(100% - 4px) calc(100% - 16.00px - 1.66px),calc(100% - 4px) calc(16.00px + 1.66px),calc(100% - 16.00px - 1.66px) 4px,calc(16.00px + 1.66px) 4px,4px calc(16.00px + 1.66px));
  filter: grayscale(1);
}

.skill img {
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
}

.div1 { grid-area: 1 / 5 / 2 / 6; }
.div2 { grid-area: 1 / 7 / 2 / 8; }
.div3 { grid-area: 3 / 3 / 4 / 4; }
.div4 { grid-area: 3 / 7 / 4 / 8; }
.div5 { grid-area: 3 / 9 / 4 / 10; }
.div6 { grid-area: 5 / 1 / 6 / 2; }
.div7 { grid-area: 5 / 3 / 6 / 4; }
.div8 { grid-area: 5 / 5 / 6 / 6; }
.div9 { grid-area: 5 / 7 / 6 / 8; }
.div10 { grid-area: 7 / 1 / 8 / 2; }
.div11 { grid-area: 7 / 3 / 8 / 4; }
.div12 { grid-area: 7 / 7 / 8 / 8; }

.div13 { grid-area: 1 / 6 / 2 / 7; }
.div14 { grid-area: 2 / 4 / 3 / 5; }
.div15 { grid-area: 2 / 6 / 3 / 7; }
.div16 { grid-area: 3 / 8 / 4 / 9; }
.div17 { grid-area: 4 / 2 / 5 / 3; }
.div18 { grid-area: 4 / 3 / 5 / 4; }
.div19 { grid-area: 4 / 4 / 5 / 5; }
.div20 { grid-area: 6 / 1 / 7 / 2; }
.div21 { grid-area: 6 / 3 / 7 / 4; }
.div22 { grid-area: 6 / 7 / 7 / 8; }
.div23 { grid-area: 4 / 7 / 5 / 8; }

.containers {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}