@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
:root {
    --site-color:#f45e7e;
    --site-text-color:#FFFFFF;
    --site-background-color:#f45e7e;
    --site-hover-color:#FFFFFF;
    --site-button-color:#f45e7e;
    --site-primary-font:"Syncopate",serif;
    --site-secondary-font:"Syncopate",serif;
    --site-white-color:#FFFFFF;
    --site-black-color:#000000;
}


body {
    margin: 0;
    font-family: var(--site-primary-font);
    font-weight: normal;
    color:
    var(--site-text-color);
    width:100%;
    background-color: #000000;
    position: relative;
    /* height: 100vh; */
}

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

a{
    color:var(--site-text-color);
    text-decoration: none;
    transition: 0.2s ease-in;
}
a:hover{
    opacity: 0.7;
    text-decoration: underline;
    color:var(--site-hover-color);
}
button{
    background-color: var(--site-button-color);
    color:var(--site-text-color);
    width:100%;
    display:block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border:1px solid var(--site-color);
}
.logo-wrapper {
    padding: 1vw 0;
    padding-bottom: 1vw;
}
.logo {
    width: 28.3697vw;
    margin: 0 auto;
    text-align: center;
}
.splash-title {
    font-size: 2.5vw;
    color: #fff;
    text-align: center;
}

.preorder_copy{
max-width:80%;
margin:0 auto;
padding-top:1vw;
text-align:center;
}

div.image-wrap{
    width: 8vw;
    position: absolute;
    top: 10vw;
    left: 17.5vw;
    z-index: 2;
    display: none;
}
.image-wrap2{
    width: 9vw;
    bottom: -2vw;
    right: 2vw;
    position: absolute;
    z-index: 2;
    display: none;
}
#home, #merch,#noodle,.image-wrap2{
    display: none;
}
div.merch-slider{
/* position: relative; */
}
.owl-carousel .owl-item{
    opacity: 0.7;
}
body .nav-btn {
    width: 3.4896vw;
    background: #19004e;
    padding: 1vw 0;
    transition: .5s ease-in-out;
    font-size: 1vw;
}
body .nav-btn svg{
    width: 100%;
    height: auto;
    transition: .5s ease-in-out;
}
body .nav-btn svg rect {
    /* fill: rgb(0 0 0 / 70%); */
    fill: #60003d;
    transition: .5s ease-in-out;
}
body .nav-btn svg path{
    transition: .5s ease-in-out;
}
body .owl-theme .owl-nav {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 45%;
    z-index: 99;
}
body .owl-theme .owl-nav [class*=owl-]{
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
    transition: .5s ease-in-out;
    opacity:1;
}
body .owl-theme .owl-nav [class*=owl-]:hover{
    opacity: 1;
    background: transparent;
    transition: .5s ease-in-out;
}

body .owl-theme .owl-nav [class*=owl-]:hover .nav-btn svg rect {
    fill: #bc2243
  
}
body .nav-btn:hover{
    background-color: #000000;
}

body .owl-carousel .owl-item {
    transform: scale(0.8);
    transition: .5s linear all;
}
body .owl-carousel .owl-item:hover{
    opacity: 0.5;
}

.owl-carousel .owl-item.active.center{
    opacity: 1;
    transform: scale(1);
}
.item-title {
    padding: 1vw;
    text-align: center;
    background: #19004e;
    font-size: 1.5vw;
    font-family: var(--site-secondary-font);
}
.footer{
    text-align: center;
    font-family: var(--site-secondary-font);
    font-size: 1vw;
    /* padding-top: 4vw; */
    position: static;
    bottom: 0;
    /* transform: translate(-50%,-50%); */
    /* left: 50%; */
}
.footer span{
    display: inline-block;
}
.copyright-links a {
    font-size: 1vw;
}
.copyright-links {
    margin-bottom: 4vw;
}
.enter-site-wrapper {
    margin: 1.5vw 0;
    background: #19004e;
    text-align: center;
    font-family: var(--site-secondary-font);
    margin-bottom: 0;
    position: fixed;
    width: 100vw;
    bottom: 0;
    z-index: 2;
}
.enter-site-wrapper-2{
text-align:center;margin-top: 1vw;}
.enter-site-wrapper a,.enter-site-wrapper-2 a {
    font-family: var(--site-secondary-font);
    font-size: .9vw;
    background: #19004e;
    width: 15vw;
    padding: .8vw;
    text-decoration: none;
    transition: .5s ease-in-out;
    display: inline-block;
}   

.cult-logo-section {
    width: 3.4792vw;
    margin: 0 auto;
    padding-top: 0vw;
    margin: 3vw auto;
    display: none;
}
.socials-nav {
    padding: 2vw 0;
}
.socials-nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 15.625vw;
    padding: 0;
    margin: 0 auto;
}
.socials-nav ul li {
    padding-right: 1vw;
}
.socials-nav ul li:last-child {
    padding-right: 0;
}
.socials-nav ul li a {
    color: var(--site-white-color);
    font-size: 1.1979vw;
    line-height: 1.6667vw;
}
.socials-nav ul li a:hover{
    color: var(--site-hover-color);
}


/** owl carousel height fix for mobile 
https://stackoverflow.com/questions/41371766/owl-carousel-fixed-height
**/

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item img {
    width: auto;
    height: 100%;
}
.merch-slider{
    /* max-width: 70vw; */
    margin: 0 auto;
    /* height: 52vh; */
    padding-top: 2vw;
}
.spalsh-desc{
    text-align: center;
    font-family: var(--site-secondary-font);
    font-size: 1.5vw;
}
.image-section{
    position: relative;
    border: 5px solid #fff;
    background: #fff;
}
.owl-carousel .owl-item .overlay{
    display: none;
}
.owl-carousel .owl-item.active.center .overlay{
    display: block;
}
.owl-carousel .owl-item.active.center:hover .overlay{
    opacity: 1;
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: #60003d;
    align-items: center;
    justify-content: center;
    transition: 0.5s linear all;
    cursor: pointer;
    font-family: var(--site-secondary-font);
}
.slider-overlay-content {
    color: #fff;
    text-align: center;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  
}
.slider-overlay-content a {
   
    cursor: pointer;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: 0.5s ease-in-out;
    text-decoration: none;
    font-size: 1.2625vw;
    padding: 0 2vw;
    height: 100%;
}
.slider-overlay-content a:hover{
    opacity: 1;
}

@media only screen and (min-width: 320px) and (max-height: 480px) and (orientation: portrait){
    body{
        height: auto !important;
        overflow: auto !important;
    }
    .footer {
        font-size: 2vw;
        position: static !important;
        width: 100% !important;
        padding-top: 5vw;
        transform: none !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape){
    body{
        height: auto !important;
        overflow: auto !important;
    }
    .footer {
        font-size: 1vw;
        position: static !important;
        width: 100% !important;
        padding-top: 5vw;
        transform: none !important;
    }
}
@media only screen and (max-width: 375px) and (max-height: 667px) and (orientation: portrait){
    body section#merch .owl-carousel{
        position: inherit;
    }
    body section#merch .owl-theme .owl-nav {
        top: 81%;
    }
}
@media only screen and (min-width: 414px) and (max-height: 736px) and (orientation: portrait){
    body section#merch .owl-carousel{
        position: inherit;
    }
    body section#merch .owl-theme .owl-nav {
        top: 81%;
    }
}
@media only screen and (max-width: 767px) and (orientation: portrait){
    .merch-slider{
        max-width: 100vw;
    }
    body{
        height: var(--app-height);
       
    }
    .cult-logo-section{
        display: none;;
    }
    .footer{
        position: relative;
        bottom: 0;
        left: 0;
        transform: none;
    }
    #home{
        padding-top: 5vw;
    }
}

@media only screen and (max-width: 1024px)  and (orientation: portrait){
   
    .logo {
        width: 45.37vw;
        margin: 0 auto;
    }
    .splash-title {
        font-size: 8vw;
    }
    body .nav-btn {
        width: 6.49vw;
        padding: 1vw 0;
        font-size: 3vw;
    }
    .item-title{
        font-size: 3.5vw;
    }
    div.image-wrap {
        width: 18vw;
        top: 45vw;
        left: 35vw;
    }
    .image-wrap2 {
        width: 24vw;
        top: inherit;
        bottom: 0vw;
        left: inherit;
        right: 0;
        z-index: 9;
    }
    .cult-logo-section {
        width: 14.4792vw;
        margin: 0 auto;
        padding: 7vw 0;
       
    }
    .enter-site-wrapper a,.enter-site-wrapper-2 a {
        font-size: 2.8vw;
        padding: 3vw;
        width: 44vw;
    }
    .enter-site-wrapper{
        position: relative;
    }
    .copyright-links {
        margin-bottom: 0;
    }
    .footer,.copyright-links a {
        font-size: 2vw;
       
        width: 100%;
    }
    section.merch {
        padding-top: 20vw;
    }
    body .owl-theme .owl-nav {
        top: 90%;
    }
    
    .footer-section {
        position: static;
        bottom: 1vw;
        width: 100%;
        padding-top: 6vw;
    }
    .spalsh-desc {
        font-size: 5vw;
        padding-top: 0vw;
    }
    .slider-overlay-content a{
        font-size: 4.2625vw;
    }
    .image-section {
        border: 0.5128vw solid #60003d;
    }
    
.preorder_copy{font-size:3vw;padding-bottom: 1vw;}


}
@media only screen and (max-width: 1024px)  and (orientation: landscape){
    #home {
        padding-top: 1vw;
    }
    body .nav-btn {
        font-size: 1.5vw;
    }
    div.image-wrap {
        width: 10vw;
        top: 8vw;
        left: 10vw;
    }
    .image-wrap2 {
        bottom: 0;
        top: inherit;
        right: 2vw;
    }
    
    .preorder_copy{font-size: 1.5vw;}

    
    
}
@media only screen and (max-width: 768px) and (orientation: portrait){
    section.merch{
        height: 54%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px)  and (orientation: portrait){
   
    .logo {
        width: 45.37vw;
        margin: 0 auto;
    }
    .splash-title {
        font-size: 8vw;
    }
    div.image-wrap {
        width: 12vw;
        top: 35vw;
        left: 43%;
    }
    section.merch {
        padding-top: 12vw;
    }
    .spalsh-desc {
        font-size: 4vw;
        padding-top: 0;
    }
    .cult-logo-section {
        padding: 0vw 0;
    }
    .slider-overlay-content a {
        font-size: 2.2625vw;
    }
    .copyright-links {
        margin-bottom: 0;
    }
}


@media only screen and (min-width: 820px) and (max-width: 1180px)  and (orientation: portrait){
   
    body{
        height: 100vh;
    }
    .footer{
        position: absolute;
        bottom: 0;
        /* left: 50%; */
        /* transform: translate(-50%,-50%); */
    } 
     
}
@media only screen and (min-height: 768px)  and (max-width: 1366px) and (orientation: landscape){
    body{
        height: 100vh;
    }
    .footer{
        position: absolute;
        bottom: 0;
        /* left: 50%; */
        /* transform: translate(-50%,-50%); */
        width: 100%;
    } 
    div.image-wrap {
       
        top: 10vw;
       
    }
}

.owl-item .image-section a{
    pointer-events: none;
    cursor:unset;
}

.owl-item.active.center .image-section a{
pointer-events: all;
cursor:pointer;
}


