@font-face {
    font-family: 'Icons';
    src: url('../assets/Icons.eot?yi7t6g');
    src: url('../assets/Icons.eot?yi7t6g#iefix') format('embedded-opentype'),
        url('../assets/Icons.ttf?yi7t6g') format('truetype'),
        url('../assets/Icons.woff?yi7t6g') format('woff'),
        url('../assets/Icons.svg?yi7t6g#Icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icomoon"],
[class*=" icomoon"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Icons' !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;
}

.icomoonapplemusic:before {
    content: "\e900";
}

.icomoontiktok:before {
    content: "\e902";
}

.icomoonfacebook:before {
    content: "\ea90";
}

.icomooninstagram:before {
    content: "\ea92";
}

.icomoonspotify:before {
    content: "\ea94";
}

.icomoontwitter:before {
    content: "\ea96";
}

.icomoonyoutube:before {
    content: "\ea9d";
}

@font-face {
    font-family: 'twt-x';
    src: url('../assets/twt-x.eot?jjyo3s');
    src: url('../assets/twt-x.eot?jjyo3s#iefix') format('embedded-opentype'),
        url('../assets/twt-x.ttf?jjyo3s') format('truetype'),
        url('../assets/twt-x.woff?jjyo3s') format('woff'),
        url('../assets/twt-x.svg?jjyo3s#twt-x') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="twt-"],
[class*=" twt-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'twt-x' !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;
}

.twt-x:before {
    content: "\e901";
}

body {
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
    background: #000000;
}

img {
    width: 100%;
    height: auto;
}

.logo a:hover {
    opacity: 0.8;
}

.mob {
    display: none;
}

::marker {
    content: none;
}

.menu-total-wrapper {
    position: absolute;
    top: 0vw;
    width: 100%;
    z-index: 9;
}

.nav-icon {
    display: none;
}

.navWrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
}

.logo h1 {
    padding: 0;
    margin: 0;
}

.logo {
    width: 3.906vw;
    margin-left: 1vw;
    margin-top: 1vw;
}

.menu-wrapper ul li>a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.042vw;
    color: #FDFDFD;
    text-decoration: none;
    text-transform: uppercase;
}

.menu-wrapper ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.4vw;
}

.header-wrapper {
    position: relative;
}

.icon {
    display: inline-block;
    margin-right: 1vw;
}

.social-icons {
    right: -8vw;
    bottom: 0.4vw;
    position: absolute;
    transform: translate(-50%, -50%);
}

.icon a {
    font-size: 1.1vw;
    text-decoration: none;
    color: #FDFDFD;
}

.icon a:hover {
    opacity: 0.7;
}

.menu-wrapper ul li>a:hover {
    opacity: 0.6;
}

@media only screen and (max-width:1023px),
only screen and (max-width:1024px) and (orientation:portrait) {
    .nav-icon {
        display: block;
    }

    span.site-menu>span {
        width: 8.533vw;
        display: block;
        height: 1.333vw;
        background: #FDFDFD;
        transition-duration: 0.5s;
        -webkit-transition-duration: 0.5s;
        position: absolute;

    }

    .menu-wrapper.right {
        display: none;
    }

    .logo {
        display: block;
        width: 16vw;
        margin: 3vw auto 0 3vw;
    }

    img.desk {
        display: none;
    }

    img.mob {
        display: block;
    }

    .navWrapper {
        display: block;
    }

    .menu-total-wrapper.desktop .nav-icon {
        position: absolute;
        transform: translate(-50%, -50%);
        right: 0;
        top: 8vw;
    }


    .nav-icon.menu-button.right span.site-menu>span:nth-child(1) {
        top: 1.3vw;
    }

    span.site-menu {
        display: block;
    }

    .menu-button a {
        display: block;
        min-height: 8vw;
        width: 8.533vw;
    }

    .nav-icon.menu-button.right span.site-menu>span:nth-child(2) {
        top: 3.6vw;
    }

    .nav-icon.menu-button.right .site-menu span:nth-child(3) {
        top: 5.9vw;
    }


    .menu-total-wrapper.desktop.isopen {
        background: #000;
        height: 100vh;
        max-width: 100%;
        margin: 0 auto;
        top: 0;
        position: fixed;
        width: 100%;
        z-index: 999;
        overflow-y: scroll;
    }

    .menu-total-wrapper.desktop.isopen .menu-wrapper.right {
        display: block;
    }

    .nav-icon.menu-button.right.open span.site-menu>span:nth-child(1) {
        top: 2vw;
        -webkit-transform: rotateZ(45deg) translate(0.52vw, 0.78vw);
        transform: rotateZ(45deg) translate(0.52vw, 0.78vw);
    }

    .nav-icon.menu-button.right.open span.site-menu>span:nth-child(2) {
        top: 0.8vw;
        -webkit-transform: rotateZ(-43deg) translate(0.07vw, -0.325vw);
        transform: rotateZ(-43deg) translate(0.07vw, -0.325vw);
        right: 1vw;
        opacity: 0;
    }

    .nav-icon.menu-button.right.open span.site-menu>span:nth-child(3) {
        top: 3.1vw;
        -webkit-transform: rotateZ(-43deg) translate(0.07vw, -0.325vw);
        transform: rotateZ(-43deg) translate(-0.43vw, -0.625vw);
        right: -0.1vw;
    }

    .menu-wrapper ul {
        padding: 0;
    }

    .menu-wrapper ul li {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .menu-wrapper ul li>a {
        font-size: 5.333vw;
    }

    .social-icons {
        display: none;
    }

    .menu-total-wrapper.desktop.isopen .social-icons {
        display: block;
        position: unset;
        transform: none;
        text-align: center;
    }

    .icon a {
        font-size: 6vw;
    }

    .icon {
        margin-right: 6vw;
    }
}