@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?ubphww');
    src: url('../fonts/icomoon.eot?ubphww#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?ubphww') format('truetype'),
        url('../fonts/icomoon.woff?ubphww') format('woff'),
        url('../fonts/icomoon.svg?ubphww#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
    content: "\e900";
}

.icon-facebook:before {
    content: "\ea90";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-spotify:before {
    content: "\ea94";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-appleinc:before {
    content: "\eabe";
}

.icon-soundcloud:before {
    content: "\eac3";
}

body {
    margin: 0;
    padding: 0;
    font-family: "serifa", serif;
    font-weight: 700;
    font-style: normal;
    color: white;
    background: #000000;
}

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

a:hover {
    color: #892326;
    transition: background-color 0.5s ease-in-out, color 0.3s ease-in-out;
}

.headerWrapper {
    background: url(../images/desktop_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: relative;
}

.navInner {
    position: fixed;
    top: 4vh;
    right: 4.6875vw;
    z-index:999;
}

.logoWrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 83%;
    left: 50%;
    width: 90%;
}

.headerSocialWrapper {
    position: absolute;
    top: 4vh;
    left: 4.6875vw;

}

.headerSocialWrapper a {
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 1vw;
    font-size: 1.3vw;
}

.headerSocialWrapper a.icon-soundcloud {
    margin-right: 0;
    font-size: 2vw;
}

.icon-soundcloud:before {
    vertical-align: middle;
}

.headerSocialWrapper a:hover,
.navWrapper a:hover {
    color: #892326;
}

.navWrapper a {
    font-size: 0.9375vw;
    line-height: 1.3541666666666667vw;
    text-decoration: none;
    color: #FFFFFF;
    margin-right: 1.71875vw;
}

.navWrapper a:last-child {
    margin-right: 0;
}

.logoWrapper.mob {
    display: none;
}

.presaveWrapper {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 58.5%;
    left: 80%;
    text-align: center;
    /* max-width: 20.604167vw; */
    max-width: 31.041666666666668vw;
    width: 100%;
}

.smaller {
    font-size: 1.4583333333333333vw;
    line-height: 2.0833333333333335vw;
}

.bigger {
    font-size: 2.96875vw;
    line-height: 2.7604166666666665vw;
}

.button-wrapper {
    max-width: 10.3125vw;
    margin: 0 auto;
    margin-top: 1.0416666666666667vw;
}

a.presave-link {
    height: 2.6041666666666665vw;
    line-height: 2.804167vw;
    display: inline-block;
    color: #892326;
    text-decoration: none;
    background: #fff;
    width: 100%;
    border-radius: 0.625vw;
    transition: 0.2s ease all;
    font-size: 1.0416666666666667vw;
}

a.presave-link:hover{
    color: #FFF;
    background: #892326;
}
.logoWrapper.desk a img:hover {
    opacity: 0.6;
}
.enter-now-text {
    font-size: 1.4583333333333333vw;
    line-height: 1.5625vw;
    text-align: center;
   text-transform: uppercase;
}
a.enter-now-link {
    height: 2.6041666666666665vw;
    line-height: 2.804167vw;
    display: inline-block;
    color: #892326;
    text-decoration: none;
    background: #fff;
    width: 100%;
    border-radius: 0.625vw;
    transition: 0.2s ease all;
    font-size: 1.0416666666666667vw;
}
.enter-now-wrapper {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 60%;
    left: 20%;
    text-align: center;
    max-width: 23.604167vw;
    width: 100%;
}
a.enter-now-link:hover {
    color: #FFF;
    background: #892326;
}
@media only screen and (max-width:1023px),
(min-width:1024px) and (max-width:1366px) and (orientation:portrait) {

    .headerWrapper {
        background: url(../images/mobile_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        position: relative;
    }

    .headerSocialWrapper {
        position: absolute;
        top: 80%;
        left: auto;
        right: auto;
        width: 100%;
        text-align: center;
    }

    .headerSocialWrapper a {
        margin-right: 15px;
        font-size: 20px;
    }

    .headerSocialWrapper a.icon-soundcloud {
        font-size: 30px;
    }

    .logoWrapper.desk {
        display: none;
    }

    .logoWrapper.mob {
        display: block;
        position: unset;
        transform: unset;
        width: 90%;
        margin-right: 2%;
        z-index: 3;
    }

    .navWrapper {
        display: none;
    }

    .navInner {
        position: fixed;
        top: 0;
        right: auto;
        left: auto;
        width: 100%;
        background: #000000;
        z-index:999;
    }

    .mobileNav {
        display: flex;
        padding: 12px;
        flex-wrap: wrap;
        align-items: center;
    }

    .menu-button {
        display: block;
        cursor: pointer;
        position: relative;
        height: 18px;
        width: 18px;
        margin: 0 auto;
        z-index: 3;
    }

    span.menu-icon {
        display: inline-block;
    }

    span.menu-icon span {
        transition-duration: 0.5s;
        position: absolute;
        height: 2px;
        width: 100%;
        left: 0;
        border-radius: 0;
        background-color: #fff;
    }

    span.menu-icon span:nth-child(1) {
        top: 0;
    }

    span.menu-icon span:nth-child(2) {
        top: 6px;
    }

    span.menu-icon span:nth-child(3) {
        top: 12px;
    }

    .hamWrapper {
        width: 8%;
    }

    .navWrapper.open {
        transform: translateY(0%);
        background: #000000;
        display: unset;
        position: fixed;
        top: 0;
    }

    .navWrapper.open {
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .menu-button.open span.menu-icon span:nth-child(1) {
        transform: rotate(-45deg);
        top: 7px;
    }

    .menu-button.open span.menu-icon span:nth-child(2) {
        transform: rotate(45deg);
        top: 7px;
    }

    .menu-button.open span.menu-icon span:nth-child(3) {
        display: none;
    }

    a.menu-item {
        color: #FFFFFF;
        display: block;
        width: 360px;
        margin: 0 auto;
        margin-top: 55px;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
    }

    .navWrapper a:last-child {
        width: 360px;
        margin: 0 auto;
        margin-top: 55px;
    }

    .presaveWrapper {
        top: 80%;
        left: 50%;
        max-width: 100%;
        width: 100%;
    }

    .smaller {
        font-size: 22px;
        line-height: 30px;
    }

    .bigger {
        font-size: 32px;
        line-height: 42px;
    }

    .button-wrapper {
        max-width: 158px;
        margin-top: 10px;
    }

    a.presave-link {
        height: 40px;
        line-height: 40px;
        border-radius: 12px;
        font-size: 16px;
    }
    .enter-now-text{
        font-size: 22px;
        line-height: 22px;
    }
    .enter-now-wrapper {
        top: 60%;
        left: 50%;
        max-width: 100%;
        width: 100%;
    }
    a.enter-now-link {
        height: 40px;
        line-height: 40px;
        border-radius: 12px;
        font-size: 16px;
    }

}

@media only screen and (max-width:1023px) and (orientation:landscape){
    .headerWrapper {
        background: url(../images/desktop_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100vh;
        position: relative;
    }
    
    a.menu-item {
        margin-top: 15px;
    }

    .navWrapper a:last-child {
        margin-top: 15px;
    }

    .presaveWrapper {
        top: 53%;
    }

    .headerSocialWrapper {
        top: 84%;
    }
}

@media only screen and (max-width:767px){
    .headerSocialWrapper {
        position: absolute;
        top: 92%;
        left: auto;
        right: auto;
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width:768px) and (max-width:1366px) and (orientation:portrait){
    .headerSocialWrapper {
        top: 92%;
    }

}