html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    background-color: #000;
    background-image: url(images/lz_lziv_bk.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}


/* img{
  max-width: 100%;
  height: auto;
} */

a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #ffffff;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    font-weight: normal;

}

li {
    list-style: none;
}

.logo img {
    /* height: 16.3vh; */
    /* width: auto; */
    /* object-fit: cover; */
    max-width: 100%;
}

.header-section {
    padding: 1.5% 0;

    background-position: center bottom;
}

.logo {

    width: 25%;
    margin: 0 auto;
    text-align: center;
}

.logo a {
    font-size: 3vw;
    font-weight: 600;
}



.footer-section {
    font-size: 10px;
    line-height: 20px;
    margin-left: 2.55vw;
    text-transform: uppercase;
    padding: 1.8vw 0;

    justify-content: space-between;
    text-align: center;
    margin: 0 1%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer-section .socials-section ul {
    margin-left: 0;
}

.copyrightWrapper {}

.logoWrapper {
    display: inline-block;
    width: 38%;
    text-align: right;
    vertical-align: bottom;
    margin-bottom: -1vw;
}

.logoWrapper div {
    display: inline-block;
}

.newLogo {
    width: 3.125vw;
    margin-right: 1vw;
}

span.copyright {
    text-transform: uppercase;
    color: #EF5C56;
}

span.footer-links a {
    text-decoration: none;
    color: #EF5C56;
    margin-left: 6px;
}

span.footer-links a:last-child {}

.socials-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 2.55vw;
}

.socials-section li {
    display: inline-block;
    vertical-align: middle;
}

.socials-section a {
    text-decoration: none;
    color: #56A5F9;
    margin-right: 1.1vw;
    font-size: 1.4vw;
}

.socials-section a.icon-soundcloud {
    font-size: 2.1vw;
}

.socials-section a:hover,
.footer-section a:hover {
    opacity: 0.4;
    transition: all 0.5s;
}


.socials-section {
    padding-bottom: 2%;
}

.home-link a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 0;
    font-size: 1.3vw;
    border-radius: 10px;
    display: block;
    width: 8%;

    margin: 0 auto;

    color: #000 !important;

    background: #fff !important;
    text-transform: uppercase;
    display: block;
    height: 2.6vw;
    line-height: 2.6vw;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.home-link a:hover {
    opacity: 0.7
}

.nxt-line-wrap {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.5vw;
    padding: 1% 0;
}

.not-found-wrap {
    color: #fff;
    /* margin-left: 6px; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2.33vw;
}

.middle-wrapper {
    min-height: calc(100vh - 353px);
    text-align: center;
}

.middle-wrapper {
    padding-top: 6%;
}

.socials-section a:hover {
    color: #EF5C56;
    opacity: 1;
}

.logo a {
    font-size: 3vw;
    font-weight: 600;
}

.col-12 a {
    color: inherit;
    text-decoration: none;
}

p.small {
    font-size: 1vw;
    color: #b0b0b0;
}

p.small a:hover {
    color: #c4c4c4;
    text-decoration: underline;
}

.copy {
    color: #E9E9E9;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.col-12 a {
    color: #E9E9E9;
}

.col-12 span {
    color: #E9E9E9;
    font-weight: 800;
}

@media all and (max-width: 1023px) {

    .header-section,
    .music-section,
    .video-section,
    .about-section,
    .mlist-section-wrapper,
    .footer-section-wrapper {
        margin-bottom: 50px;
    }

    .header-section {}

    .mlist-section-wrapper {
        margin-bottom: 45px;
    }

    .footer-section-wrapper {
        margin-bottom: 0px;
    }

    span.footer-links a {

        margin-left: 5px;
    }

    .header-section {


        background-size: cover;
        background-position: center;
        position: relative;
        margin-bottom: 0;

    }

    .logo {
        top: 10px;
        right: 10px;
        width: 51%;
    }

    .logo img {
        width: 100%;
        height: auto;
    }


    .socials-section ul {
        margin: 0;
    }

    .socials-section a {
        font-size: 22px;
        margin-right: 20px;
        color: #56A5F9;
    }

    .socials-section a.icon-soundcloud {
        font-size: 29px;
        margin: 0;
    }

    .header-btn .watch-now a {
        font-size: 15px;
        line-height: 53px;
        letter-spacing: 1.5px;
        height: 53px;
    }

    .socials-section {
        margin: 0 auto;
        text-align: center;
        width: 90vw;
    }

    .footer-section {
        margin: 0 auto;
        width: 100%;
        display: block;

    }

    span.copyright {
        text-align: center;
    }

    span.footer-links {
        margin-left: 0px;
        text-align: center;
    }

    .copyrightWrapper {
        display: block;
        width: 100%;
        text-align: center;
        order: 1;
    }

    .socials-section {
        padding-bottom: 5%;
    }

    .footer-section-wrapper {
        margin-top: 12%;

    }

    .logoWrapper {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 34px;
        padding-top: 20px;
    }

    .newLogo {
        width: 48px;
        margin: 0;
    }

    .title {
        padding-top: 0px;
        -webkit-text-stroke-width: 1px;
    }

    .about-section .title {
        padding-top: 0px;
    }

    .not-found-wrap {

        font-size: 35px;
    }

    .nxt-line-wrap {

        font-size: 15px;
        padding: 8% 0;
        width: 87%;
        margin: 0 auto;
        line-height: 25px;
    }

    .home-link a {
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        width: 42%;
    }

    .middle-wrapper {
        min-height: calc(100vh - 349px);
        text-align: center;
        padding-top: 39%;
    }

    .logo a {
        font-size: 6vw;
    }

    .footer-section-wrapper {
        text-align: center;
    }

    p.small {
        font-size: 3.5vw;
    }
}

@media all and (max-width: 1023px) and (orientation: landscape) {
    .header-section {}
}



@media all and (min-width: 1600px) {
    /* .middle-wrapper {
    min-height: calc(100vh - 533px);
    text-align: center;
    padding-top: 16%;
} */
}

@media all and (min-width: 2400px) {
    /* .middle-wrapper {
        min-height: calc(100vh - 762px);
        text-align: center;
        padding-top: 15%;
    } */
}



@media all and (max-width: 767px) and (orientation: landscape) {
    .middle-wrapper {

        padding-top: 10%;
    }
}



@media all and (min-width: 768px) and (max-width: 1023px) {

    .middle-wrapper {
        min-height: calc(100vh - 577px);
        text-align: center;
        padding-top: 36%;
    }

    .home-link a {

        width: 21%;
    }

    .nxt-line-wrap {

        padding: 4% 0 !important;

    }

    .home-link a {

        line-height: 52px;

    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .header-section .middle-wrapper {

        padding-top: 25vh !important;
    }
}




@media all and (min-width: 1024px) {
    .footer-section {
        font-size: 0.7vw !important;

    }

    .footer-section-wrapper {

        position: fixed !important;
        bottom: 0 !important;
        text-align: center;
        width: 100% !important;
    }

    .middle-wrapper {
        min-height: 0 !important;
        text-align: center;
        padding-top: 17vh !important;
    }
}

@media all and (max-width: 767px) {
    a.ot-sdk-show-settings {
        white-space: nowrap;
    }
}