  .sneeky-loadout-animation {
            animation: loadout 1s ease-in;
        }

        * {
            -webkit-tap-highlight-color: transparent;
        }

        @keyframes loadout {
            0% {
                transform: translate(0px, -20px);
            }

            100% {
                transform: translate(0px, 0px);
            }

        }

        body {
            cursor: url(/cursor.cur), auto;

            overflow-x: hidden;
            display: flex;
            margin: 0;
            padding: 0;
            height: auto;
            width: 100vw;
            box-sizing: border-box;
            align-items: center;
            justify-content: right;
            font-family: 'Poppins';
            font-size: clamp(10px, 2vw, 18px);
            position: relative;

        }

        .container {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            width: 100%;
            flex-direction: column;


        }


        .logo {
            display: flex;

            align-items: center;
            margin: 20px;
            border-radius: 50%;
            height: 50px;
            aspect-ratio: 1/1;
            filter: brightness(2px), contrast(100);


        }

        .nav-down {
            position: sticky;

        }

        .nav-bar {
            display: flex;
            width: 100%;
            background: #15305b;
            flex-direction: column;

        }

        .nav-top {
            display: flex;
            box-sizing: border-box;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 0 4%;
            width: 100%;
            margin: 0;
        }

        .header {
            display: flex;
            width: 100%;
            flex-direction: column;
        }

        .ntrwrapper,
        .ntlwrapper,
        .c-wrapper {
            display: flex;
            height: max-content;
            text-wrap: nowrap;
            justify-content: center;
            padding: 0;


        }

        @media screen and (max-width:10000px) {
            .icoNtext {
                display: inline-flex;
            }

            .fa-bars {
                display: none;
            }

            .ntlwrapper {
                padding-left: 200px;
                column-gap: 10%;
            }

            .navbar-m {
                display: none;
            }

            #myVideo {
                display: flex;
            }

            .iframe-wrapper {
                display: flex;
            }

            .piem {
                width: 200px;
                box-sizing: border-box;
                display: flex;
                border-radius: 20px;
            }

            .idkwtf-wrapper {
                aspect-ratio: 1/1;
                flex-wrap: wrap;
                row-gap: 20px;
                padding: 0px 10px;
                border-radius: 20px;

            }

            .idkwtf {
                justify-content: space-evenly;
            }
        }

        @media screen and (max-width:1306px) {
            .nav-top {
                justify-content: center;
            }

            .ntlwrapper {
                padding: 0;

                column-gap: 30%;

            }
        }

        @media screen and (max-width:700px) {
            .ntrwrapper {
                display: none;

            }

        }

        @media screen and (max-width:1055px) {
            .icoNtext {
                display: none;
            }

            .fa-bars {
                display: flex;
            }

            .icoNtext-m {
                display: flex;

            }

            .titlebar-m {
                font-size: clamp(18px, 3vw, 20px);


            }

            .links-m-wrapper {
                width: 70dvh;
            }

            .navbar-m {
                display: none;
                animation: none;
            }

            .fa-regular {
                animation: none;
            }
        }

        @media screen and (max-width:400px) {
            .navb-container {
                margin-left: -20px;
            }

            .navb-container h1 {
                width: 16ch;
            }


        }

        @media screen and (max-width:650px) {
            .idkwtf {
                justify-content: left;
                align-items: center;
                flex-direction: column;
            }

            .idkwtf-wrapper {
                box-sizing: border-box;
                padding-left: 10%;
                display: flex;
                justify-content: left;
                width: 89dvw;
                margin: 0;
            }

            .idkwtf-wrapper:hover {
                box-shadow: 0px 0px 2px black, 0px 0px 12px grey;
                scale: 1.03;
                padding-left: 5%;
            }
        }

        @media screen and (max-width:500px) {
            #myVideo {
                display: none;
            }

            .iframe-wrapper {
                display: none;
            }

            .piem {
                display: flex;
                width: 80vw;
                padding: 0px 30px;
                box-sizing: content-box;
                border-radius: 20px;
            }
        }

        @media screen and (max-width:300px) {
            * {
                scale: 1;
                animation: none !important;
                overflow-x: hidden;
            }
        }

        .ntrwrapper {
            width: 700px;
            align-items: center;
            justify-content: space-evenly;
            margin: 0;
            height: 8vh;
        }

        .ntlwrapper {
            width: 500px;
            align-items: center;
            justify-content: center;
            margin: 0;
            height: 8vh;
            box-sizing: border-box;
        }

        .nav-bottom,
        .non-sticky {
            display: flex;
            width: 100%;
            align-items: center;
            justify-content: space-between;
            top: 0;
            position: sticky;
            box-sizing: border-box;
            padding: 20px clamp(20px, 5vw, 60px);
           
            background: white;
            z-index: 6;
            transition: all ease .25s;
        }

        .sticky {
            box-shadow: 4px 4px 12px black,0px 0px 1px black;
            height: 15vh;
            padding: 5px clamp(20px, 5vw, 60px);
        }

        .fa-bars {
            font-size: clamp(20px, 5vw, 30px);
        }

        .navb-container:hover {
            transform: translate(0px, -5px);
        }

        .navb-container {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            line-height: 10px;
            font-size: 14px;
            font-weight: 400;
            box-sizing: border-box;
            text-overflow: ellipsis;
            flex-wrap: nowrap;
            word-wrap: nowrap;
            transition: all .25s ease-in;
            cursor: pointer;
            user-select: none;
        }

        .navb-container h1 {
            font-weight: 400;
            color: #15305b;
            font-size: clamp(1rem, 2vw, 1.75rem);
            line-height: 15px;
        }

        .navb-container p {
            color: grey;
        }

        .ico-text {
            display: inline-flex;
            height: max-content;
            width: max-content;
            padding: 0px 2px;
            column-gap: 8px;
            align-items: center;
            justify-content: center;
            color: white;
        }

        .icoNtext {
            height: max-content;
            width: max-content;
            padding: 0px 2px;
            column-gap: 8px;
            position: relative;
            align-items: center;
            color: white;
            font-size: clamp(8px, 1.5vw, 16px);
            overflow: hidden;
            cursor: pointer;
            transition: all ease .25s;
        }

        .icoNtext:hover {
            transform: translate(0, -3px);
            color: #ea3232;
        }

        .icoNtext::after {
            display: flex;
            position: absolute;
            height: 60%;
            width: 0%;
            border-bottom: 3px solid #ea3232;
            left: 50%;
            content: "";
            transition: .25s all ease-in;
        }

        .icoNtext:hover::after {
            left: 0;
            width: 100%;
        }

        .links,
        .nav-links {
            display: flex;
            cursor: pointer;
            font-size: clamp(8px, 2vw, 14px);
            position: relative;
            transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .links:hover,
        .nav-links:hover {
            color: #ea3232;
            transform: translate(0, -2px);
        }

        .links::after {
            display: flex;
            content: "";
            height: 60%;
            width: 0%;
            background-color: transparent;
            z-index: -1;
            position: absolute;
            border-bottom: 2px solid #ea3232;
            box-sizing: border-box;
            left: 50%;
            transition: all .3s cubic-bezier(.29, 1.03, .86, 1.08);
        }

        .links:hover::after {
            display: flex;
            width: 100%;
            left: 0;
        }

        .ico {
            display: flex;
            color: white;
            height: 40px;
            aspect-ratio: 1/1;
            border-radius: 50px;
            background: rgba(255, 255, 255, 0.1);
            align-items: center;
            justify-content: center;
            transition: .25s ease-in all;
            cursor: pointer;
        }

        .ico:hover {
            background: #ea3232;
            transform: translate(0, -2px);
        }

        .buttonLang,
        .default {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0px 6px;
            column-gap: 6px;
            height: 40px;
            background: rgba(255, 255, 255, 0.1);
            margin: 0;
            transition: all .3s ease;
            color: white;
            cursor: pointer;
        }

        .buttonLang:hover {
            display: flex;
            background: #ea3232;
            color: white;
            padding: 0px 11px;
        }

        .newb {
            display: flex;
            background: #ea3232;
            color: rgb(53, 174, 240);
            padding: 0px 11px;
            margin: 0;
        }

        .nav-down {
            display: flex;
            background: #15305b;
            height: max-content;
        }

        .links-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
            width: 100%;
        }

        .item {
            transition: all .25s ease-in;
            cursor: pointer;
        }

        .item:hover {
            scale: 1.1;
        }

        .navbar-m {
            height: 100dvh;
            position: fixed;
            flex-direction: column;
            justify-content: center;
            width: min(400px, 100vw);
            margin: 0;
            padding: 0;
            z-index: 20;
            top: 0;
            row-gap: 2vh;
            background: #15305b;
            box-shadow: -2px -0px 12px 1px black;
        }

        .slide-on {
            animation: .5s ease-in slide-on 1;
        }

        .slide-off {
            animation: .5s ease-in slide-off 1;
        }

        @keyframes slide-on {
            0% {
                transform: translate(100%, 0px);
            }
        }

        @keyframes slide-off {
            100% {
                transform: translate(100%, 0px);
            }
        }

        .icoNtext-m {
            width: 100%;
            padding-left: 40%;
            box-sizing: border-box;
            color: white;
            align-items: center;
            transition: .25s all ease;
            animation: none !important;
        }

        .links-m-wrapper p,
        .links-m-wrapper i {
            font-size: clamp(14px, 2vw, 16px);
            animation: none;
            align-items: center;
        }

        .icoNtext-m:hover {
            box-shadow: 2px 1px 3px white;
            color: #ea3232;
            padding-left: 30%;
        }

        .titlebar-m:hover {
            color: #ea3232;
        }

        .fa-regular {
            padding-right: 1px;
        }

        .links-m-wrapper {
            display: flex;
            flex-direction: column;
            width: 100%;
            align-items: center;
            height: max-content;
            cursor: pointer;
            justify-content: center;
        }

        .links-m-wrapper:active {
            background-color: transparent;
        }

        .cross {
            cursor: pointer;
            display: flex;
            color: white;
            position: absolute;
            top: 0;
            margin: 10px;
            padding: 10px;
            border-radius: 50%;
            aspect-ratio: 1/1;
            align-items: center;
            right: 0;
            font-size: 18px;
            transition: all ease-in-out .25s;
        }

        .cross:hover {
            scale: 1.15;
            color: #ea3232;
        }

        .none {
            display: none;
        }

       

        

       

       

        #myVideo {
            width: clamp(500px, 10vw, 600px);
            position: relative;
            box-sizing: border-box;
            padding: 0px 20px;
            aspect-ratio: 3/2;
        }

        .iframe-wrapper::after {
            position: absolute;
            display: flex;
            content: "Macklemore - Can't Hold Us!";
            font-size: clamp(12px, 3vw, 20px);
            color: white;
            height: 100%;
            align-items: flex-end;
            background: transparent;
            width: 100%;
            z-index: 2;
            box-sizing: border-box;
            padding: 20px 0px;
            justify-content: center;
            user-select: none;
        }

        .about {
            display: flex;
            height: max-content;
            padding: 40px 0px;
            width: 100%;
            align-items: center;
            justify-content: center;
            background: #15305b;
            color: white;
            column-gap: 10vw;
            flex-wrap: wrap;
        }

        .section-1,
        .section-2 {
            height: max-content;
            width: 500px;
            display: flex;
        }

        .section-1 {
            padding: 0px 20px;
        }

        .iframe-wrapper {
            align-items: center;
            justify-content: center;
            height: max-content;
            width: max-content;
            position: relative;
        }

        .intro-wrapper {
            display: flex;
            flex-direction: column;
            text-align: justify;
            width: 100%;
        }