body {
    margin: 0;
}

a {
    text-decoration: none;
}

.neon-title {
    font-family: "Monoton", cursive;
    font-size: 50px;
    color: #FFD5FF;
    text-align: center;
    font-weight: 400;
    letter-spacing: 4px;
    text-shadow: 1px 0px 14px #FFD5FF, 2px 0px 7px #FFD5FF, 3px 0px 6px #FFD5FF, 2px 0px 3px #D42CCA, 2px 3px 15px #D42CCA, 2px 0px 15px, 5px 0px 125px, 20px 0vw 200px #D42CCA, 40px 0vw 200px #D42CCA;
}

.neon-barlow {
    font-family: Lato, cursive;
    font-size: 40px;
    color: #edebfb;
    text-align: center;
    font-weight: 200;
    letter-spacing: 4px;
    text-shadow: 1px 0px 14px #d5d9ff, 2px 0px 14px #ddd5ff, 3px 0px 7px #e1d5ff, 2px 0px 3px #a02cd4, 2px 3px 15px #d42cca, 2px 0px 15px #d42cca, 10px 0vw 20px #d42cca;
}

.neon-mild {
    font-family: "Barlow", cursive;
    font-size: 30px;
    color: #edebfb;
    text-align: center;
    font-weight: 200;
    letter-spacing: 4px;
    text-shadow: 1px 0px 14px rgba(213, 217, 255, 0.60), 2px 0px 14px rgba(221, 213, 255, 0.60), 3px 0px 7px rgba(225, 213, 255, 0.60), 2px 0px 3px rgba(160, 44, 212, 0.60), 2px 3px 15px rgba(160, 44, 212, 0.60), 2px 0px 15px rgba(160, 44, 212, 0.60), 10px 0vw 20px rgba(160, 44, 212, 0.60);
}

.flicker-slow {
    animation: flicker 3s linear infinite;
}

.flicker-fast {
    animation: flicker 1s linear infinite;
}

@keyframes flicker {
    0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
        opacity: 0.99;
    }
    20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
        opacity: 0.7;
    }
}

.zero-opacity {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-in-out; /* Safari */
    transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
}

.full-opacity {
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-in-out; /* Safari */
    transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
}

.horizontal-slide::-webkit-scrollbar {
    height: 0px; /* For Chrome, Safari, and Opera */
}

.add-cart-drawer {
    -webkit-transition: height 0.4s ease-in-out; /* Safari */
    transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    position: fixed;
    top: 40px;
    right: 0;
    width: 100vw;
    max-width: 600px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 3px 6px 4px rgb(0 0 0 / 10%);
    overflow: hidden;
    z-index: 9;
}

.icon-button:hover {
    filter: brightness(90%);
}

.request-art-form {
    height: 0;
    -webkit-transition: height 0.4s ease-in-out; /* Safari */
    transition: height 0.4s ease-in-out;
    -moz-transition: height 0.4s ease-in-out;
    overflow: hidden;
    padding-top: 50px;
    width: 85%;
    max-width: 500px;
    margin: 10px auto;
}

.request-art-form-extended {
    height: 150px;
}

.horizontal-flex-center-fw {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.venues-navbar {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    width: 90vw;
    height: 85px;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    justify-content: space-between;
    -webkit-transition: background-color 0.5s linear; /* Safari */
    transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    z-index: 10;
}

html:is([data-navbarstate='state1']) .venues-navbar {
    background-color: #ffffff;
}

html:is([data-navbarstate='state1']) .hero-section {
    background-color: #ffffff;
}

html:is([data-navbarstate='state2']) .venues-navbar {
    /*background-color: #b9b7fa;*/
    background-color: #e6e5ff;
}

html:is([data-navbarstate='state2']) .hero-section {
    background-color: #e6e6e6;
}

html:is([data-navbarstate='state2b']) .venues-navbar {
    /*background-color: #aba8ff;*/
    background-color: #d3d1ff;
}

html:is([data-navbarstate='state2b']) .hero-section {
    background-color: #d5d5d5;
}

html:is([data-navbarstate='state3']) .venues-navbar {
    /*background-color: #9290f8;*/
    background-color: #c6c4ff;
}

html:is([data-navbarstate='state3']) .hero-section {
    background-color: #c7c7c7;
}

html:is([data-navbarstate='state4']) .venues-navbar {
    /*background-color: #7A78FE;*/
    background-color: #b8b6ff;
}

html:is([data-navbarstate='state4']) .hero-section {
    background-color: #bcbcbc;
}

.venues-navbar-logo {
    height: 65px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
}

.logo-title {
    font-weight: 700;
    font-size: 18px;
}

.navbar-buttons {
    display: flex;
    gap: 30px;
    height: 100%;
    font-weight: 500;
    text-decoration: none;
    color: #2A2A2A;
    font-size: 18px;
}

.navbar-buttons a {
    color: #2A2A2A;
}

.navbar-buttons a:visited {
    color: #2A2A2A;
}

.v-landing-page-body {
    width: 100vw;
}

.hero-section {
    width: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10vh;
    display: flex;
    position: fixed;
    will-change: background;
    -webkit-transition: background-color 0.5s linear; /* Safari */
    transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
}

.section-main {
    width: 100vw;
    margin: 0 auto;
    background-color: white;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: relative;
    top: 100vh;
    flex-direction: column;
}

.hero-title-wrapper {
    height: 30%;
    width: 100%;
    overflow: hidden;
}

.hero-title {
    -webkit-transition: all 0.4s ease-in-out; /* Safari */
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.hero-art {
    -webkit-transition: all 1s ease-in-out; /* Safari */
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
}

.hero-art-frame {
    border-radius: 8px;
    box-shadow: 0 3px 6px 4px rgb(0 0 0 / 10%);
    padding: 5px;
    background-color: white;
}
