@import url("https://use.typekit.net/wtq2oxc.css");
@font-face {
    font-family: 'Druk Wide';
    src: url('../fonts/DrukWide-Medium.woff2') format('woff2'), url('../fonts/DrukWide-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

body {
    overflow-x: hidden !important;
}

a {
    transition: all 0.7s;
}

a:hover {
    opacity: 0.5;
}

.menu a.stage:hover {
    opacity: 1;
}

.menu a.stage {
    cursor: pointer;
}

.logoWrapper h1 {
    padding: 0;
    margin: 0;
}


/* warp effect */

canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.mailinglistwrapper,
.footerwrapper {
    background: #000000;
    z-index: 2;
    position: relative;
}

.mailinglistwrapper {
    background: #000;
}


/**button hover **/

@keyframes slidebg {
    to {
        background-position: 20vw;
    }
}

a,
button,
div {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0 !important;
}

.rainbow-3 {
    background: #fff;
    color: #000;
    width: 320px;
    height: 50px;
    line-height: 55px;
    font-size: 30px;
    font-family: 'Druk Wide';
    text-decoration: none;
    display: inline-block;
}

.rainbow-3:hover {
    background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, red);
    animation: slidebg 2s linear infinite;
    opacity: 1;
    color: #fff !important;
}


/* fade in styles */

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

div#tourwrapper a,
div#merchwrapper a,
#musicwrapper a,
div#videowrapper a,
#shopwrapper a,
.livefyre-wrapper,
.footer-mlist-wrapper,
.livefyre-wrapperper>div {
    opacity: 1;
    transition: opacity 0.1s;
}

#tourwrapper.fade-in-bottom a,
#musicwrapper.fade-in-bottom a,
div#merchwrapper.fade-in-bottom a,
div#videowrapper.fade-in-bottom a,
#shopwrapper.fade-in-bottom a,
.livefyre-wrapper.fade-in-bottom,
.footer-mlist-wrapper.fade-in-bottom,
.livefyre-wrapperper.fade-in-bottom>div {
    opacity: 1;
}

.fade-in-bottom a,
.fade-in-bottom>div {
    -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.190, 0.375, 0.565, 1.000) both;
    animation: fade-in-bottom 0.5s cubic-bezier(0.190, 0.375, 0.565, 1.000) both;
}

.wrap a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.wrap a:hover {
    opacity: 1;
}


/* .menu a.stage {
    display: none;
} */


/* .wrap a:hover + div .rainbow-3 {
    background-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, red);
    animation:slidebg 2s linear infinite;
    opacity: 1;
    color:#fff !important;
} */


/** marquee **/

@-webkit-keyframes r {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes r {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes s {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes s {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.ticker-container {
    position: absolute;
    height: 50px;
    grid-column: 1/25;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000;
    z-index: 4;
    bottom: 0;
}

.ticker-container--reverse {
    grid-column: 1/25
}

.ticker-container--reverse .ticker-item {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-animation: s 5s linear infinite;
    animation: s 5s linear infinite;
}

.ticker-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.ticker-bar {
    font-family: 'Lexend Deca';
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1em;
    height: 0.8em;
    color: #fff;
}

.ticker-item {
    -webkit-animation: r 30s linear infinite;
    animation: r 30s linear infinite;
    display: inline-block;
}

.ticking .ticker-item {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.ticking:hover .ticker-item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.ticker-item a {
    color: #0ada34;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    cursor: none;
    font-family: 'Druk Wide';
}

.ticker-item a span {
    color: #fff;
}

.ticker-text {
    margin-left: 100px;
    display: inline-block;
    margin-left: 0;
}

body {
    overflow-x: hidden;
}


/** marquee ends **/

img {
    max-width: 100%;
    height: auto;
}

.headerwrapper {
    background: url(../images/bg1-v2.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    overflow: hidden;
    /* background-attachment: fixed; */
    background: url(../images/deskHead.png) no-repeat;
}

.musicwrapper {
    background: url(../images/deskMusicBg.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    /* background-attachment: fixed; */
    background: url(../images/deskMusic.png) no-repeat;
}

.merchwrapper {
    background: url(../images/bg3-v4.png) no-repeat;
    background-size: cover;
    height: 100vh;
    /* background-attachment: fixed; */
    background-position: center;
    background: url(../images/Desktop_Merch.png) no-repeat;
}

div#merchwrapper::after {
    content: '';
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.videowrapper {
    background: url(../images/deskVideoBg-v2.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    /* background-attachment: fixed; */
    background: url(../images/deskVideo.png) no-repeat;
}

.videowrapper canvas {}

.tourwrapper {
    background: url(../images/bg5-v2.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    /* background-attachment: fixed; */
    background: url(../images/deskTour.png) no-repeat;
}

.shopwrapper {
    background: url(../images/bg5-v1.jpg?1) no-repeat;
    background-size: cover;
    height: 100vh;
    /* background-attachment: fixed; */
    background-position: center;
    background: url(../images/deskShop.png) no-repeat;
}

.logoWrapper a {
    position: absolute;
    width: 35vw;
    top: 65vh;
    right: -30vh;
    display: block;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.menu {
    position: absolute;
    top: 0;
    height: 100px;
    /* height:75px; */
    background: #000;
    display: inline-block;
    width: 100%;
    left: 0;
    text-align: left;
    z-index: 2;
}

.menu a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    padding-left: 6vw;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0 10px 6vw;
    font-family: 'Druk Wide';
}

.menu a.active {
    opacity: 0.5;
}

.menu a:hover {
    opacity: 0.5;
    transition: all 0.7s;
}

.menu a.img {
    height: 20px;
    width: 25px;
    cursor: none;
    padding-left: 40px;
    vertical-align: middle;
    padding-top: 0;
}

.menu a.img.img1 {
    width: 100px;
    height: 80px;
}

a.shop.rainbow-3 {
    margin-top: 50px;
}

.title {
    font-family: forma-djr-banner, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 400px;
    color: #fff;
    text-transform: uppercase;
    -webkit-text-stroke: 3px;
    -webkit-text-fill-color: transparent;
    display: block;
    line-height: 1;
}

.title.nooutline {
    -webkit-text-stroke: 0;
    -webkit-text-fill-color: #fff;
}

.merchwrapper .title {
    font-size: 77px;
    line-height: 1.1;
}

.wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.innercontent {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 2;
}

.wrap canvas {
    top: 0;
}

.menu.desktop {
    display: block;
}

.menu.mobile {
    display: none;
}

@media only screen and (max-width:1023px) {
    .ticker-container {
        bottom: 0;
    }
    .title {
        font-size: 215px;
    }
    .headerwrapper,
    .musicwrapper,
    .merchwrapper,
    .shopwrapper,
    .tourwrapper,
    .videowrapper {
        background-position: center;
    }
    /* .headerwrapper, .videowrapper{
        background-position: left -75vw center;
    } */
    .headerwrapper {
        height: 100vh;
    }
    .logoWrapper a {
        right: -5vh;
    }
    .menu a.img.img1 {
        display: none;
    }
    a.stage {
        display: none;
    }
    .menu {
        height: 55px;
    }
    .menu.desktop {
        display: block;
    }
    .menu.mobile {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .headerwrapper,
    .musicwrapper,
    .merchwrapper,
    .shopwrapper,
    .tourwrapper,
    .videowrapper {
        background-position: center;
    }
    .logoWrapper a {
        right: -5vh;
    }
    .menu.desktop {
        display: block;
        height: 75px;
    }
    .menu.mobile {
        display: none;
    }
    a.stage {
        display: none;
    }
}

.menu.mobile1 {
    display: none;
}

@media only screen and (max-width:767px) {
    .innercontent .rainbow-3 {
        margin-top: 10px;
    }
    div#merchwrapper .innercontent .rainbow-3 {
        margin-top: 20px;
    }
    .owl-carousel .owl-item {
        text-align: left;
    }
    .menu a {
        margin-left: 15px;
    }
    .menu a[href="#merchwrapper"] {
        padding-left: 20px;
    }
    /* a[target="_blank"] {
        background-color: yellow;
      } */
    /* .menu.desktop{
        display: none;
    }
    .menu.mobile{
        display: block;
    } */
    .menu.desktop {
        display: none;
    }
    .menu.desktop,
    .menu.mobile1 {
        /* overflow-x:scroll; */
        height: 65px;
        position: relative;
        overflow: hidden;
    }
    .menu.mobile1 {
        display: block;
    }
    /* .inner-menu {
        width: 735px;
    } */
    .ticker-bar {
        font-size: 20px;
    }
    .menu a {
        padding: 18px 0 10px 0px;
    }
    .ticker-text {
        margin-left: 52px;
        margin-left: 0;
    }
    .logoWrapper {
        max-width: 90%;
        margin: 0 auto;
    }
    .logoWrapper a {
        right: auto;
        margin: 0 auto;
        position: absolute;
        width: 90%;
        top: auto;
        right: auto;
        display: block;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        bottom: 13vh;
        text-align: center;
    }
    .logoWrapper a img {
        max-width: 337px;
    }
    .title {
        font-size: 90px;
        letter-spacing: 2px;
        -webkit-text-stroke: 1px;
    }
    .rainbow-3 {
        width: 240px;
        font-size: 20px;
    }
    .merchwrapper .title {
        font-size: 40px;
    }
}

body {
    -webkit-text-size-adjust: none;
}


/* .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
} */

div#merchwrapper .title {
    font-family: 'Druk Wide';
    font-size: 50px;
    /* margin-bottom: 15px; */
    line-height: 1.3;
    -webkit-text-stroke: 1px;
}

.shop.rainbow-3 {
    margin-top: 40px;
}

@media only screen and (max-width:767px) {
    div#merchwrapper .title {
        font-size: 20px;
    }
}

@media only screen and (max-width:480px) {
    .headerwrapper {
        background: url(../images/mobbg1.png) no-repeat;
        background: url(../images/Mobile_head.png) no-repeat;
        background-size: cover;
        height: 100vh;
        /* background-attachment: fixed; */
        background-position: center;
        overflow: hidden;
        position: relative;
    }
    .musicwrapper {
        background: url(../images/mobMusicBg.jpg) no-repeat;
        background: url(../images/Mobile_Tour.png) no-repeat;
        background-size: cover;
        height: 120vh;
        /* background-attachment: fixed; */
        background-position: center;
    }
    .merchwrapper {
        background: url(../images//mobbg3-v4.png) no-repeat;
        background: url(../images/Mobile_Merch.png) no-repeat;
        background-size: cover;
        height: 120vh;
        /* background-attachment: fixed; */
        background-position: center;
    }
    .videowrapper {
        background: url(../images/mobVideoBg-v2.jpg) no-repeat;
        background: url(../images/Mobile_Videos.png) no-repeat;
        background-size: cover;
        height: 120vh;
        /* background-attachment: fixed; */
        background-position: center;
    }
    .tourwrapper {
        background: url(../images//mobbg5.png) no-repeat;
        background: url(../images/Mobile_Music.png) no-repeat;
        background-size: cover;
        height: 120vh;
        /* background-attachment: fixed; */
        background-position: center;
    }
    .shopwrapper {
        background: url(../images/mobbg6.jpg) no-repeat;
        background: url(../images/Mobile_shop.png) no-repeat;
        background-size: cover;
        height: 120vh;
        /* background-attachment: fixed; */
        background-position: center;
    }
}