.artist-page-cover-top {
    width: 100%;
    height: 164px;
    z-index: 6;
    position: fixed;
    top: 50px;
    pointer-events: none;
    background-image: linear-gradient(to top, rgba(28, 28, 28, 0), rgba(28, 28, 28, 1), rgba(28, 28, 28, 1), rgba(28, 28, 28, 1));
}

@media only screen and (max-width: 767px) {
    .artist-page-cover-top {
        height: 155px;
        background-image: linear-gradient(to top, rgba(28, 28, 28, 0), rgba(28, 28, 28, 1), rgba(28, 28, 28, 1), rgba(28, 28, 28, 1));

    }
}

.artist-page-cover-bottom {
    width: 100%;
    height: 25px;
    z-index: 6;
    position: fixed;
    bottom: 0;
    pointer-events: none;
    /*background-image: linear-gradient(to bottom, rgba(21, 21, 21, 0), rgba(21, 21, 21, 1), rgba(21, 21, 21, 1), rgba(21, 21, 21, 1));*/
}

@media only screen and (max-width: 767px) {
    .artist-page-cover-bottom {
        height: 60px;

    }
}


.artist-page-main-container-frame {
    -moz-box-shadow: 0 0 40px #000;
    -webkit-box-shadow: 0 0 40px #000;
    box-shadow: 0 0 40px #000;
    background: none;
    z-index: 7;
    position: fixed;
    pointer-events: none;
    overflow: hidden;
    top: 90px;
    left: 40px;
}

@media only screen and (max-width: 767px) {
    .artist-page-main-container-frame {
        -moz-box-shadow: 0 0 0 #000;
        -webkit-box-shadow: 0 0 0 #000;
        box-shadow: 0 0 0 #000;
        height: calc(100% - 75px - 5px);
        padding: 13px 15px 0;
        width: 100%;
        top: 61px;
        left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .artist-page-main-container-frame {
        height: calc(100vh - 90px - 50px);
        width: calc(100% - 80px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1999px) {
    .artist-page-main-container-frame {
        height: calc(100vh - 90px - 25px);
        width: calc(100% - 80px);
    }
}

@media only screen and (min-width: 2000px) {
    .artist-page-main-container-frame {
        height: calc(100vh - 90px - 25px);
        width: calc(100% - 80px);
    }
}


.artist-page-navbar {
    width: calc(100% - 32px);
    background-color: #262626;
    padding: 5px 50px;
    position: fixed;
    left: 16px;
    height: 65px;
    margin: 0 auto 500px;
    align-items: center;
    z-index: 10;
    border-radius: 6px;
    pointer-events: auto;
    display: flex;

}


@media only screen and (max-width: 767px) {
    .artist-page-navbar {
        width: 100%;
        padding: 5px 15px 5px 62px;
        left: 0;
        height: 65px;
        justify-content: space-between;
        border-bottom: #404040 solid 1px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .artist-page-navbar {
        width: calc(100% - 8px);
        padding: 5px 16px;
        left: 4px;
        height: 65px;
        border-bottom: #404040 solid 1px;
    }
}

.artist-page-main-header-container {
    display: inline-block;
    max-width: 50%;
}

.artist-page-main-artist-name-header {
    font-size: 1.6rem;
    word-break: break-word;
    color: #FAEC54;
    z-index: 10;
    font-weight: normal;
}

@media only screen and (max-width: 767px) {
    .artist-page-main-artist-name-header {
        font-size: 1rem;
        overflow: hidden;
        padding: 0 0 0 5px;
        text-overflow: ellipsis;
        max-height: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .artist-page-main-artist-name-header {
        font-size: 1.3rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1999px) {
    .artist-page-main-artist-name-header {
        font-size: 1.6em;
    }
}


.artist-page-main-header-buttons-container {
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {
    .artist-page-main-header-buttons-container {
        display: inline;
    }
}

.artist-page-fan-button {

    background-color: #262626;
    font-weight: bold;
    border: 1px solid #404040;
    border-radius: 5px;
    margin: 5px 20px;
    padding: 5px 20px;
    font-size: 0.8rem;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

@media only screen and (max-width: 767px) {
    .artist-page-fan-button {

        margin: 5px 10px;
        padding: 6px 16px;
        min-width: 130px;
        font-size: 0.65rem;

    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .artist-page-fan-button {

        margin: 5px 10px;
        padding: 5px 16px;
        height: 35px;
        min-width: 95px;
        font-size: 0.8rem;

    }
}


.artist-page-fan-btn-highlighted {

    font-weight: bold;
    margin: 5px 20px;
    padding: 6px 16px;
    font-size: 0.8rem;
    -moz-box-shadow: 0 0 5px #000;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

@media only screen and (max-width: 767px) {
    .artist-page-fan-btn-highlighted {
        margin: 5px 10px;
        padding: 6px 12px;
        font-size: 0.65rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .artist-page-fan-btn-highlighted {

        margin: 5px 10px;
        padding: 5px 16px;
        font-size: 0.8rem;
    }
}


.artist-page-navigation-container {
    color: white;
    padding: 0;
    font-size: 1.9rem;
    text-align: center;
    z-index: 40;
    display: inline;
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .artist-page-navigation-container {
        position: fixed;
        text-align: center;
        display: flex;
        font-size: 1rem;
        justify-content: center;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        z-index: 400;
        background-color: #212121;

    }
}

.artist-page-navigation-div {
    margin: 5px 0;
    padding: 7px;
    display: inline;
    text-align: center;
    float: left;

}

@media only screen and (max-width: 767px) {
    .artist-page-navigation-div {

        margin: 5px;
        padding: 3px;

    }
}

.artist-page-navigation-a {
    color: white;
    width: 70px;
    margin: 4px auto;
    display: block;

}

.artist-page-navigation-a:hover {
    background-color: #FAEC54;
    border-radius: 5px;

}

@media only screen and (max-width: 767px) {
    .artist-page-navigation-a:hover {
        background-color: #262626;
        border-radius: 5px;

    }

}

.artist-page-navigation-a-active {
    color: #FAEC54;
    border-bottom: #FAEC54 solid 2px;
    text-shadow: 0 0 12px #FAEC54;
}

.artist-page-navigation-i {
    width: 50px;
    font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
    .artist-page-navigation-i {
        font-size: 0.8rem;

    }
}

.artist-page-navigation-text {
    color: white;
    font-size: 0.75rem;
    opacity: 1;
    display: block;
    text-align: center;
    margin: -4px 0 0;
    padding: 0 0 4px;

}

@media only screen and (max-width: 767px) {
    .artist-page-navigation-text {
        font-size: 0.6rem;
        margin: -4px 0 0;
        padding: 0 0 4px;

    }
}

.artist-page-navigation-a-active .artist-page-navigation-text {
    color: var(--fl-yellow);
    opacity: 1;

}


.artist-page-navigation-a:hover .artist-page-navigation-i {
    color: #1c1c1c !important;
}

.artist-page-navigation-a:hover .artist-page-navigation-text {
    color: #1c1c1c !important;
    font-weight: bold;
    opacity: 1;
}


.artist-page-main-container {
    z-index: 5;
    width: calc(100% - 80px);
    margin: 66px auto 1vh;
    max-width: 2000px;
}


@media only screen and (max-width: 767px) {
    .artist-page-main-container {
        margin: 66px auto 1vh;
        background-attachment: fixed;
        overflow: hidden;
        width: 100%;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .artist-page-main-container {
        width: calc(100% - 80px);
        margin: 66px auto 1vh;
    }
}


@media only screen and (min-width: 1200px) and (max-width: 1999px) {
    .artist-page-main-container {
        width: calc(100% - 80px);
        margin: 66px auto 1vh;
    }
}


.main_sticky {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    .main_sticky {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .main_sticky {
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1999px) {
    .main_sticky {
        margin-bottom: 50px;
    }
}

.artist-page-main-page-content-banner-img {
    border-radius: 6px;
    z-index: 11 !important;
    position: fixed;
    max-width: 320px;
    width: 200px;
    height: auto;
    -moz-box-shadow: 0 0 30px #000 !important;
    -webkit-box-shadow: 0 0 30px #000 !important;
    box-shadow: 0 0 30px #000 !important;
    border: #404040 solid 1px;
    background-color: #1c1c1c !important;
    left: 16px;
    top: 210px;


}

@media only screen and (max-width: 767px) {

    .artist-page-main-page-content-banner-img {
        width: 50px;
        top: 67px;
        left: 10px;

    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .artist-page-main-page-content-banner-img {
        max-width: 200px;
        width: 20vw;
    }
}

.artist-page-main-stage-section {
    -moz-box-shadow: 0 0 50px #000;
    -webkit-box-shadow: 0 0 50px #000;
    box-shadow: 0 0 50px #000;
    max-width: 2000px;
    width: calc(75vw);
    max-height: calc(2000px * 0.5625);
    height: calc(75vw * 0.5625);
    margin: 66px auto 0;
    border-radius: 8px
}

@media only screen and (max-width: 767px) {
    .artist-page-main-stage-section {
        width: 100%;
        height: 56vw;
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .artist-page-main-stage-section {
        -moz-box-shadow: 0 0 50px #000;
        -webkit-box-shadow: 0 0 50px #000;
        box-shadow: 0 0 50px #000;
        max-width: 50vw;
        height: calc(50vw * 0.5625);

    }
}

@media only screen and (min-width: 1200px) and (max-width: 1999px) {
    .artist-page-main-stage-section {
        -moz-box-shadow: 0 0 50px #000;
        -webkit-box-shadow: 0 0 50px #000;
        box-shadow: 0 0 50px #000;
        max-width: calc(100vw - 580px);
        max-height: calc(56vw - 322px);

    }
}

.artist-page-main-map-section {
    -moz-box-shadow: 0 0 50px #000;
    -webkit-box-shadow: 0 0 50px #000;
    box-shadow: 0 0 50px #000;
    padding: 20px;
    max-width: 2000px;
    width: calc(75vw);
    max-height: calc(2000px * 0.5625);
    height: calc(75vw * 0.5625);
    background-color: #1c1c1c;
    margin: 130px auto 0;


}

@media only screen and (max-width: 767px) {
    .artist-page-main-map-section {

        padding: 20px 12px 0;
        width: 100%;
        height: 60vh;
        min-height: 300px;
        overflow: hidden;

    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .artist-page-main-map-section {
        -moz-box-shadow: 0 0 50px #000;
        -webkit-box-shadow: 0 0 50px #000;
        box-shadow: 0 0 50px #000;
        padding: 20px;
        max-width: 50vw;
        height: calc(50vw * 0.7625);

    }
}

@media only screen and (min-width: 1200px) and (max-width: 1999px) {
    .artist-page-main-map-section {
        -moz-box-shadow: 0 0 50px #000;
        -webkit-box-shadow: 0 0 50px #000;
        box-shadow: 0 0 50px #000;
        padding: 20px;
        max-width: calc(100vw - 580px);
        max-height: calc(56vw - 122px);

    }
}


/*hhh*/
.devote-page-top-bar-artist-info-txt-container {
    margin: 160px auto 0;
    padding: 10px;
    max-width: 700px;
}

@media only screen and (min-width: 1199px) and (max-width: 1499px) {
    .devote-page-top-bar-artist-info-txt-container {
        max-width: 534px;
        padding: 10px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .devote-page-top-bar-artist-info-txt-container {
        max-width: 410px;
        padding: 10px 0;
    }
}


@media only screen and (max-width: 767px) {
    .devote-page-top-bar-artist-info-txt-container {
        max-width: 360px;
        margin: 35px auto 0;
        padding: 10px 0;
    }
}

.devote-page-neon-sign-container {
    position: relative;
    padding: 19px;
    z-index: 5;

}


@media only screen and (max-width: 767px) {
    .devote-page-neon-sign-container {
        padding: 15px;
    }
}

.devote-page-neon-sign-container:before {
    width: 460px;
    height: 200px;
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    /*border: 4px solid #f4eda4;*/
    border-radius: 15px;
    transform: perspective(1700px) rotateY(16deg) rotateX(4deg) rotateZ(-3deg);
    /*box-shadow: 0 0 .2rem #fff,*/
    /*0 0 .2rem #fff,*/
    /*0 0 2rem var(--fl-yellow),*/
    /*inset 0 0 1.3rem var(--fl-yellow);*/
    /*background: #faec54 linear-gradient(162deg, #F9EF89, #F9E633);*/

    background: linear-gradient(162deg, var(--fl-yellow), #fbf4a4, #F9E633, var(--fl-yellow), #F9EF89, #F9E633, var(--fl-yellow), #F9EF89, #F9E633, var(--fl-yellow));
    background-size: 400% 400%;
    animation: gradientFlow 10s ease infinite, neonGlow 10s ease-in-out infinite;;

    box-shadow: 0 0 8px rgba(250, 236, 84, 0.6),
    0 0 16px rgba(250, 236, 84, 0.4);
}

/* keyframes to pan the gradient around */
@keyframes gradientFlow {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

@keyframes neonGlow {
    0%, 100% {
        box-shadow: 0 0 6px rgba(250, 236, 84, 0.7),
        0 0 12px rgba(250, 236, 84, 0.5),
        0 0 24px rgba(250, 236, 84, 0.3);
    }
    25% {
        box-shadow: 0 0 0 rgba(250, 236, 84, 0.8);

    }
    50% {
        box-shadow: 0 0 10px rgba(250, 236, 84, 0.8),
        0 0 20px rgba(250, 236, 84, 0.6),
        0 0 30px rgba(250, 236, 84, 0.4);
    }
    65% {
        box-shadow: 0 0 0 rgba(250, 236, 84, 0.8);

    }
}

@media only screen and (min-width: 1199px) and (max-width: 1499px) {
    .devote-page-neon-sign-container:before {
        width: 365px;
        height: 157px;

    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .devote-page-neon-sign-container:before {
        width: 267px;
        height: 125px;
        border: 2px solid var(--fl-yellow);

    }
}


@media only screen and (max-width: 767px) {
    .devote-page-neon-sign-container:before {
        width: 230px;
        height: 105px;
        border: 2px solid var(--fl-yellow);

    }
}


.devote-page-neon-sign-container-header {
    /*color: var(--fl-yellow);*/
    width: 460px;
    height: 200px;
    color: #212121;
    position: relative;
    z-index: 5;
    padding: 14px 30px 0 0;
    font-weight: bolder;
    font-size: 4rem;
    text-align: center;
    line-height: 1;
    animation: flicker 12.5s infinite alternate;
    transform: perspective(1700px) rotateY(16deg) rotateX(4deg) rotateZ(-3deg);
    font-family: "Poppins ExtraBold", sans-serif;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .devote-page-neon-sign-container-header {
        font-size: 3.5rem;
        padding: 8px 30px 0 0;
        width: 365px;
        height: 157px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .devote-page-neon-sign-container-header {
        width: 267px;
        height: 125px;
        font-size: 2.4rem;
        padding: 8px 30px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .devote-page-neon-sign-container-header {
        width: 230px;
        height: 105px;
        font-size: 2rem;
        padding: 8px 30px 0 0;
    }
}

.devote-active-artist-page-info-time-container {
    position: relative;
    top: 0;
    width: 350px;
    min-height: 200px;
    right: 0;
    padding: 10px 30px 5px 0;
    z-index: 2;
    border: 2px dashed white;
    border-radius: 15px;
    margin: -150px 0 0 auto;
    transform: perspective(1000px) rotateY(-30deg) rotateX(370deg) rotateZ(-5deg);
    transform-style: preserve-3d;
    background: #212121 linear-gradient(162deg, #363636, #212121);
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .devote-active-artist-page-info-time-container {
        width: 250px;
        min-height: 175px;
        padding: 10px 30px 5px 0;
        margin: -135px 0 0 auto;

    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .devote-active-artist-page-info-time-container {
        width: 220px;
        min-height: 145px;
        padding: 10px 30px 5px 0;
        margin: -110px 0 0 auto;

    }
}

@media only screen and (max-width: 767px) {
    .devote-active-artist-page-info-time-container {
        width: 200px;
        min-height: 135px;
        padding: 10px 30px 5px 0;
        margin: -90px 0 0 auto;

    }
}

.devote-page-top-bar-campaign-info-time-header {
    color: #757575;
    position: relative;
    z-index: 15;
    text-align: right;
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
    .devote-page-top-bar-campaign-info-time-header {
        font-size: 0.75rem;
    }
}

.devote-page-top-bar-campaign-info-time-txt {
    color: white;
    font-size: 1.7rem;
    margin: 0;
    line-height: 1.1;
    text-align: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .devote-page-top-bar-campaign-info-time-txt {
        font-size: 1.4rem;
        text-align: right;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .devote-page-top-bar-campaign-info-time-txt {
        font-size: 1.1rem;
        line-height: 1.2;
        text-align: right;
    }
}

@media only screen and (max-width: 767px) {
    .devote-page-top-bar-campaign-info-time-txt {
        font-size: 1rem;
        line-height: 1.2;
        text-align: right;
    }
}


.devote-page-top-bar-campaign-info-time-txt span {
    color: #faec54;
    font-weight: bold;
    text-shadow: 0 0 2px rgba(249, 239, 134, 0.53);
}


/*hhh templates*/

@media only screen and (max-width: 767px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1999px) {
}

@media only screen and (min-width: 1200px) {
}