body {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 0;
    margin: 0;
    background: #000000;
    font-size: 0;
    min-height: 100vh;
}

body {
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-out;
}

a:hover {
    opacity: 0.5;
}

:focus {
    outline: none;
}


/* ::-webkit-scrollbar {
    width: 0px;
    background: transparent;
} */

.menu-items ul {
    text-align: revert;
    width: 100%;
    display: block;
    background: transparent;
}

.menu-items ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 65px;
}

.menu-items ul li a:hover {
    opacity: 0.5;
}

.menu-items ul li a {
    font-size: 1.025vw;
    color: #FFFFFF;
    line-height: 25px;
    /* margin-right: 35px; */
    text-transform: uppercase;
    font-weight: bold;
}

.nav-icon {
    display: none;
}

.header-section {
    font-size: 0;
    width: 100%;
    text-align: center;
}

.menu,
.logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.menu {
    text-align: right;
    /* float: right; */
    margin-right: 3.5vw;
    margin-top: 3.4vw;
    /* width: calc(100% - 450px - 4vw);
  margin: 3.4vw 4vw 0 0; */
    width: 93%;
    position: relative;
    z-index: 99;
}

div.logo {
    text-align: left;
    /* width: calc(450px - 4vw); */
    /* margin-left: 53px; */
    /* margin-top: 42px; */
    position: absolute;
    z-index: 10;
    display: block;
    bottom: 10px;
    left: 45px;
}

.logo a,
.menu-items ul li a.logolink {
    font-size: 12.81112737920937vw;
    color: #ffffff;
    line-height: 15.373352855051245vw;
    letter-spacing: 0.45px;
    text-transform: uppercase;
    font-family: 'bebas-neue';
    font-weight: normal;
}

.menu-items ul li a.logolink {
    margin-right: 0px;
}

a.btn {
    max-width: 100%;
    width: 100%;
    display: block;
    height: 4vw;
    line-height: 4vw;
    text-transform: capitalize;
    color: #FFFFFF;
    background-color: transparent;
    text-align: center;
    border: 0.052vw solid #ffffff !important;
    font-size: 1.098vw;
    letter-spacing: 0;
    margin: 0 auto;
}

.mobilelogo {
    display: none;
}

a.btn:hover {
    color: rgb(255, 255, 255);
    opacity: 0.5;
    transition: 0.5s all;
}

.leftWrapper.owl-carousel .owl-nav.disabled,
.videoSectionPage.owl-carousel .owl-nav.disabled {
    display: block;
}


@media only screen and (max-width:1023px) {
    .menu-items ul li a {
        font-size: 14px;
        color: #FFFFFF;
        line-height: 25px;
        margin-right: 30px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .menu {
        text-align: left;
        float: left;
        width: 100%;
        margin-top: 30px;
    }
    .logo a {
        font-size: 45px;
        color: #ffffff;
        line-height: 37px;
        letter-spacing: 0.45px;
        text-transform: uppercase;
        font-family: 'bebas-neue';
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    div.logo {
        text-align: center;
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        position: static;
    }
    .menu-items ul li a {
        font-size: 14px;
        color: #FFFFFF;
        line-height: 25px;
        margin-right: 6px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .menu-items ul li {
        display: inline-block;
        vertical-align: top;
        margin-left: 0px;
        margin-right: 20px;
    }
    .menu {
        text-align: center;
        margin-right: 0vw;
        margin-top: 20px;
        margin-left: 0;
    }
}

@media only screen and (max-width:767px) {
    .mobilelogo {
        display: block;
    }
    div#music-section {
        /* margin-top: -70px; */
    }
    .menu-items ul li.desktoplogo {
        display: none;
    }
    .menu-items ul li a {
        font-size: 14px;
        color: #FFFFFF;
        line-height: 25px;
        text-transform: uppercase;
        font-weight: bold;
        margin-right: 0;
    }
    .menu {
        /* text-align: left; */
        /* float: left; */
        /* width: 83%; */
    }
    div.logo {
        text-align: center;
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
        position: static;
    }
    .menu-items ul {
        text-align: center;
        width: 100%;
        display: block;
        background: transparent;
        margin-right: 0px;
        margin-left: 12px;
        padding-left: 0;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    div.logo {
        text-align: left;
        width: 100%;
        margin-top: 42px;
    }
    .leftWrapper {
        margin-top: 73px;
    }
    .menu {
        text-align: right;
        margin-top: 3.4vw;
        width: calc(100% - 450px - 4vw);
    }
}