html {
    width: 100vw;
    min-height: 100vh;
    background-color: #2E2E2E;
}
body {
    overflow-x: hidden!important;
    width: 100vw;
    height: auto;
    background-image: url('../img/bg.png');
}
.extra {
    display: none;
}

nav {
    height: 100vh;
    position: relative;
    padding: 20px;
    height: 90px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
nav a {
    height: 50px;
    z-index: 20;
}
nav a img {
    -webkit-animation:gethigh 20s linear infinite;
    -moz-animation:gethigh 20s linear infinite;
    animation:gethigh 20s linear infinite;

    height: 50px;
    width: 50px;
}
#nav-cans {
    justify-content: center;
    /* z-index: -200; */
    opacity: 10%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100vw;
    height: auto;

    position: absolute;
    top: -200%;
    left: 0;
}
#nav-cans .nav-can {
    width: 30%;
    height: auto;

}
.nav-can img {
    rotate: 180deg;
    width: 100%;
    /* height: 100%; */
}

h1, 
#main-title-secondary {
    /* -webkit-animation:textGrand 15s linear infinite;
    -moz-animation:textGrand 15s linear infinite;
    animation:textGrand 15s linear infinite; */


    color: white;
    font-weight: 300;
    font-size: 80px;
    font-family: mainFont;

    background: linear-gradient(to right, #A923BF, #FFE500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
main {
    overflow-x: hidden;
    align-items: center;
    /* padding: 20px; */
    padding-top: 80px;
    height: auto;
    min-height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
}

.main-titles{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.main-titles p {
    font-size: 16px;
    color: white;
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
}
.main-titles img {
    width: 40px;
    height: 40px;
}

#main-title-secondary {
    margin-bottom: -50px;
    transform: scaleY(0.4);
    transform-origin: 0 0;
}

.main-cans {
    opacity: 10%;
    padding-top: 30px;
    /* position: absolute; */
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 15px;
}
#red-arrow {
    opacity: 50%;
    position: absolute;
    height: 250px;
    top: 340px;
}
.main-can {

}
#item-select {
    margin-top: -100px;
    gap: 10px;
    flex-direction: column;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-display{
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trippy-wheel {
    width: 80%;
    -webkit-animation:spin 20s linear infinite;
    -moz-animation:spin 20s linear infinite;
    animation:spin 20s linear infinite;
}

.item-display-can {
    -webkit-animation:canTilt 5s linear infinite;
    -moz-animation:canTilt 5s linear infinite;
    animation:canTilt 5s linear infinite;


    /* transform: translate(50%,-50%);
    left: 50%;
    top: 50%; */
    height: 80%;
    rotate: -5.3deg;
    position: absolute;
}

.item-display-text {
    padding: 0 40px 0 40px;
    gap: 10px;

    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;


}

.display-name {
    text-align: left;
    color: white;
    font-weight: 300;
    font-size: 85px;
    font-family: mainFont;
}
.display-description {
    font-size: 15px;
    color: white;
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
}

#item-select-input {
    align-items: center;
    height: fit-content;
    width: 100%;
    padding: 0 40px 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#item-select-input .item-next img,
#item-select-input .item-prev img {
    height: 60px;
    width: 60px;

}
#item-select-input .item-next img {
    rotate: 90deg;
}

#item-select-input .item-buy img {
    height: 35px;
}

#item-select-input .item-prev img {
    rotate: -90deg;
}
.item-buy-desktop,
.item-prev-desktop,
.item-next-desktop {
    display: none;
}
#scary-head {
    display: flex;
    align-items: center;
    justify-content: center;

    max-width: 100%;
    width: 100%;
    height: auto;
}
#scary-head #scare {
    position: relative;
    padding: 150px 0 100px 0;
    width: 300px;
}


footer {
    -webkit-animation:slowMove 20s linear infinite;
    -moz-animation:slowMove 20s linear infinite;
    animation:slowMove 20s linear infinite;

    overflow-x: hidden;
    position: relative;
    width: 100vw;
    height: 600px;
    background-image: url('../img/white-lines.png');
    background-size: 1000px 1000px;
    /* background-position: ; */
    background-position-y: -190px;
    background-position-x: -200px;
    background-repeat: no-repeat;
}

#hands {
    position: absolute;
    bottom: 0;
    width: 100%;
}



#rainbow {
    overflow: hidden;
    opacity: 20%;
    filter: blur(10px);

    width: calc(100vw + 50px);
    height: auto;
    position: absolute;
    top: 180px;
    left: -50px;
    /* z-index: -100; */
}
.fullWidth {
    display: none;
}
#menu svg {
    z-index: -20;
    position: absolute;
    top: 0;
    left: 0;
}
#menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #2E2E2E;
    /* background-image: url('../img/trippy-bg.png'); */
    /* background-image: url('../img/test.gif'); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    z-index: 10000;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* gap: 5px; */
}
.menu-list a {
    /* -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: black; */
    color: rgb(255, 255, 255);
    font-weight: 300;
    font-size: 90px;
    font-family: mainFont;
}
.menu-list a:nth-child(1) {
    background: linear-gradient(to right, #A923BF, #FFE500);
    /* background: linear-gradient(to right, #FF0000, #ffffff); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.menu-list a:nth-child(2) {
    background: linear-gradient(to right, #FFE500, #e19af3);
    /* background: linear-gradient(to right, #FA00FF, #ffffff); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.menu-list a:nth-child(3) {
    background: linear-gradient(to right, #e19af3, #ffffff);
    /* background: linear-gradient(to right, #FAFF00, #ffffff); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hidden {
    display: none!important;
}