@-webkit-keyframes aA {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

@keyframes aA {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

@-webkit-keyframes ftA {
    0% {
        transform: rotateY(0deg);
        filter: hue-rotate(0deg);
    }

    100% {
        transform: rotateY(20deg);
        filter: hue-rotate(360deg);
    }
}

@keyframes ftA {
    0% {
        transform: rotateY(0deg);
        filter: hue-rotate(0deg);
    }

    100% {
        transform: rotateY(20deg);
        filter: hue-rotate(360deg);
    }
}

@-webkit-keyframes ftB {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}


@keyframes ftB {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}


@-webkit-keyframes rotate {
    0% {
        transform: translate(-50%, 0) rotateZ(0deg);
    }

    50% {
        transform: translate(-50%, 0%) rotateZ(180deg);
    }

    100% {
        transform: translate(-50%, 0%) rotateZ(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: translate(-50%, 0) rotateZ(0deg);
    }

    50% {
        transform: translate(-50%, 0%) rotateZ(180deg);
    }

    100% {
        transform: translate(-50%, 0%) rotateZ(360deg);
    }
}

#b {
    min-height: 100vh;
    width: 100vw;
    background: rgb(255, 255, 255);
}


.u {
    height: 70px;
    width: 100vw;
    background: rgb(0, 0, 0);
}

.t {
    padding: 11px 0px;
    min-height: calc(100vh - 70px);
    width: 100vw;
    background: rgb(255, 255, 255);
    flex-wrap: wrap;
}

h1 {
    width: 60px;
    margin-left: 7px;
    filter: brightness(400%);
    background: linear-gradient(to left, rgb(150, 250, 250), rgb(250, 150, 250), rgb(250, 250, 150));
    color: rgb(255, 0, 0);
    animation: ftA 3s infinite ease-in-out;
}

h1 a {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
}

.ur {
    width: calc(100vw - 74px);
    margin-right: 7px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    background: linear-gradient(0.25turn, rgb(0, 255, 255), rgb(255, 215, 0), rgb(238, 130, 238));
    animation: ftB 3s infinite ease-in-out;
}

h1,
.ur {
    height: 70px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.uru,
.urd {
    min-height: 33px;
    width: calc(100vw - 74px);
}

.uru *,
.urd * {
    font-size: 17px;
    font-weight: 900;
    margin-left: 9px;
    cursor: pointer;
}

#cart sup {
    font-weight: 400;
    letter-spacing: 0px;
    margin-left: 1px;
    margin-top: -13px;
}

h1:hover {
    filter: brightness(100%);
    animation: ftA 0s;
    background: linear-gradient(to bottom, rgb(0, 255, 255), rgb(255, 215, 0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.uru *:hover,
.urd *:hover {
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
    background: linear-gradient(0.25turn, rgb(255, 255, 255), rgb(255, 255, 255), rgb(255, 255, 255)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

#n {
    height: 100vh;
    width: 100vw;
    background: rgb(76, 26, 3);
    z-index: 90;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow-y: scroll;
    display: none;
}

.nu {
    height: 100vh;
    width: 100vw;
    background: transparent;
    z-index: 91;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.nu:before,
.nu:after {
    content: "";
    position: absolute;
    left: 50%;
    min-width: 300vw;
    min-height: 300vw;
    background: rgb(255, 233, 203);
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.nu::before {
    bottom: 45vh;
    border-radius: 45%;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.nu::after {
    bottom: 25vh;
    opacity: 0.5;
    border-radius: 47%;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.nd {
    height: calc(100vh - 50px);
    margin: 25px 0px;
    width: 100vw;
    overflow-y: scroll;
    background: transparent;
    position: absolute;
    flex-direction: column;
    z-index: 92;
}

#ndi {
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
    padding: 3px 8px;
    border-radius: 50px;
    background: rgb(0, 0, 0);
    color: rgb(249, 170, 0);
    cursor: pointer;
}

.nd a {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    overflow: hidden;
    background: transparent;
    margin-top: 11px;
    cursor: pointer;

}

.nd a:hover {
    color: rgb(197, 0, 0);
}

#ndi:hover {
    color: rgb(255, 0, 0);
}


.t p {
    font-size: 21px;
    font-weight: 900;
    padding: 21px;
    color:rgb(255, 0, 0);
}