.projects{
    border-radius:0px 0px 30px 30px;
}
.glitch,
.glow {
    color: #dfbfbf;
    position: relative;
    font-size: 9vw;
    animation: glitch 5s 5s infinite;
}

.glitch::before,
.glow::before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: -5px 0 magenta;
    background: transparent;
    overflow: hidden;
    top: 0;
    animation: noise-1 3s linear infinite alternate-reverse, glitch 5s 5.05s infinite;
}

.glitch::after,
.glow::after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -5px 0 rgb(20, 153, 201);
    background: transparent;
    overflow: hidden;
    top: 0;
    animation: noise-2 3s linear infinite alternate-reverse, glitch 5s 5s infinite;
}

@keyframes glitch {
    1% {
        transform: rotateX(10deg) skewX(90deg);
    }

    2% {
        transform: rotateX(0deg) skewX(0deg);
    }
}

@keyframes noise-1 {
    3.3333333333% {
        clip-path: inset(75px 0 12px 0);
    }

    6.6666666667% {
        clip-path: inset(67px 0 23px 0);
    }

    10% {
        clip-path: inset(39px 0 38px 0);
    }

    13.3333333333% {
        clip-path: inset(41px 0 14px 0);
    }

    16.6666666667% {
        clip-path: inset(87px 0 9px 0);
    }

    20% {
        clip-path: inset(21px 0 6px 0);
    }

    23.3333333333% {
        clip-path: inset(44px 0 46px 0);
    }

    26.6666666667% {
        clip-path: inset(79px 0 1px 0);
    }

    30% {
        clip-path: inset(69px 0 6px 0);
    }

    33.3333333333% {
        clip-path: inset(34px 0 53px 0);
    }

    36.6666666667% {
        clip-path: inset(8px 0 24px 0);
    }

    40% {
        clip-path: inset(44px 0 57px 0);
    }

    43.3333333333% {
        clip-path: inset(50px 0 25px 0);
    }

    46.6666666667% {
        clip-path: inset(9px 0 14px 0);
    }

    50% {
        clip-path: inset(32px 0 59px 0);
    }

    53.3333333333% {
        clip-path: inset(61px 0 9px 0);
    }

    56.6666666667% {
        clip-path: inset(66px 0 22px 0);
    }

    60% {
        clip-path: inset(39px 0 28px 0);
    }

    63.3333333333% {
        clip-path: inset(42px 0 33px 0);
    }

    66.6666666667% {
        clip-path: inset(59px 0 23px 0);
    }

    70% {
        clip-path: inset(75px 0 14px 0);
    }

    73.3333333333% {
        clip-path: inset(99px 0 1px 0);
    }

    76.6666666667% {
        clip-path: inset(7px 0 47px 0);
    }

    80% {
        clip-path: inset(14px 0 31px 0);
    }

    83.3333333333% {
        clip-path: inset(48px 0 11px 0);
    }

    86.6666666667% {
        clip-path: inset(70px 0 25px 0);
    }

    90% {
        clip-path: inset(3px 0 98px 0);
    }

    93.3333333333% {
        clip-path: inset(62px 0 25px 0);
    }

    96.6666666667% {
        clip-path: inset(51px 0 25px 0);
    }

    100% {
        clip-path: inset(19px 0 15px 0);
    }
}

@keyframes noise-2 {
    0% {
        clip-path: inset(56px 0 13px 0);
    }

    3.3333333333% {
        clip-path: inset(51px 0 17px 0);
    }

    6.6666666667% {
        clip-path: inset(48px 0 52px 0);
    }

    10% {
        clip-path: inset(21px 0 26px 0);
    }

    13.3333333333% {
        clip-path: inset(76px 0 3px 0);
    }

    16.6666666667% {
        clip-path: inset(56px 0 26px 0);
    }

    20% {
        clip-path: inset(39px 0 27px 0);
    }

    23.3333333333% {
        clip-path: inset(77px 0 14px 0);
    }

    26.6666666667% {
        clip-path: inset(7px 0 76px 0);
    }

    30% {
        clip-path: inset(84px 0 1px 0);
    }

    33.3333333333% {
        clip-path: inset(27px 0 34px 0);
    }

    36.6666666667% {
        clip-path: inset(91px 0 6px 0);
    }

    40% {
        clip-path: inset(20px 0 81px 0);
    }

    43.3333333333% {
        clip-path: inset(6px 0 46px 0);
    }

    46.6666666667% {
        clip-path: inset(9px 0 72px 0);
    }

    50% {
        clip-path: inset(27px 0 58px 0);
    }

    53.3333333333% {
        clip-path: inset(80px 0 10px 0);
    }

    56.6666666667% {
        clip-path: inset(47px 0 38px 0);
    }

    60% {
        clip-path: inset(23px 0 72px 0);
    }

    63.3333333333% {
        clip-path: inset(66px 0 7px 0);
    }

    66.6666666667% {
        clip-path: inset(43px 0 14px 0);
    }

    70% {
        clip-path: inset(92px 0 7px 0);
    }

    73.3333333333% {
        clip-path: inset(1px 0 94px 0);
    }

    76.6666666667% {
        clip-path: inset(52px 0 44px 0);
    }

    80% {
        clip-path: inset(39px 0 29px 0);
    }

    83.3333333333% {
        clip-path: inset(35px 0 5px 0);
    }

    86.6666666667% {
        clip-path: inset(14px 0 41px 0);
    }

    90% {
        clip-path: inset(54px 0 46px 0);
    }

    93.3333333333% {
        clip-path: inset(27px 0 49px 0);
    }

    96.6666666667% {
        clip-path: inset(89px 0 4px 0);
    }

    100% {
        clip-path: inset(83px 0 17px 0);
    }
}

.glow {
    color: transparent;
    position: absolute;
    top: 0;
}

.flex_container {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    transform: scale(.8);
    border-radius: 40px;
}

.outer_container {
    margin: 0 auto;
    width: 100%;
    z-index: 100;
    overflow-y: hidden;
    border-radius: 30px;    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    border: 2px solid #ffffff2b;
    overflow-x: inherit;
}

.inner_container {
    padding-bottom: 32.8%;
    position: relative;
}

.ul_container {
    position: absolute;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 0;
}

.item_container {
    flex: 1 1 0%;
    align-items: flex-start;
    width: 35px;
    height: 100%;
    position: relative;
    transition: all 0.3s;
    ;
    background-color: #111;
    background-image: linear-gradient(0deg, transparent, #000);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.7);
}

.item_container:hover:not(.expanded) {
    flex-basis: 8%;
}

.item_container:hover:not(.expanded) img {
    opacity: 0.7;
}

.item_container:hover:not(.expanded) .item_number {
    opacity: 0.9;
}

.expanded {
    flex-basis: 56.25%;
    padding-left: 256px;
}

.expanded img {
    opacity: 1 !important;
}

.expanded .item_number {
    opacity: 0;
}

.item_number {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    text-shadow: 0px 0px 2px black;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    opacity: 0.5;
    transition: opacity 0.3s;
}

.image_info_container {
    position: relative;
    height: 100%;
    width: 100%;
}

.info_container {
    height: 100%;
    width: 256px;
    margin-left: -256px;
    position: relative;
    background:radial-gradient(ellipse at bottom, #002366 0%, #280035 100%)

}
.info_container_inner {
    height: 100%;
}

.info_number {
    display: flex;
    justify-content: center;
    height: 66%;
}

.info_bottom_container {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
}

.info_bottom_text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 600;
    padding: 0 1.5rem;
}

.info_bottom_text>strong {
    font-weight: 800;
}

.info_bottom_text a {
    display: block;
    color: rgba(195, 77, 254, 0.9);
    font-weight: 300;
    padding: 5px;
    font-size: 1.2rem;
    white-space: nowrap;
}

.info_bottom_text a:hover {
    color: #fff;
}

.number_image {
    object-fit: cover;
    align-self: flex-start;
    max-width: 100%;
    height: auto;
}

.image {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    height: 100%;
    padding-left: 100%;
}

.image:hover .bottom_title_text {
    opacity: 1;
}

picture>img,
.number_image>img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-left: 0px;
    max-width: 100%;
    opacity: 0.4;
    transition: opacity 0.3s;
}

.bottom_title {
    padding: 1rem;
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    text-shadow: black 0px 0px 2px, black 0px 0px 10px;
    background-image: linear-gradient(transparent 0px, rgba(0, 0, 0, 0.5) 100%);
}

.bottom_title_text {
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
}

canvas.light-splatter {
    bottom: 0 !important;
    left: 0;
    top: auto !important;
    width: 100%;
    height: 900px !important;
    opacity: 0;
}


