div#headersec {
    background: url(../images/header-bg.jpg) no-repeat;
    /* background: #000; */
    background-position: top center;
    background-size: cover;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

.rightBg {
    position: absolute;
    width: 56%;
    width: 47%;
    height: 100vh;
    top: 0;
    right: 0;
    /* background: linear-gradient(37deg,#585858,#000000) right top no-repeat;*/
    background: url(../images/Rectangle.png) no-repeat;
    z-index: 0;
    background-size: cover;
}

.headercontent {
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    width: 100%;
    max-width: 320px;
    bottom: 32px;
    right: 45px;
}

.leftbg {
    position: absolute;
    /*width: 60%;*/
    width: 44%;
    width: 53%;
    height: 100vh;
    left: 0;
    z-index: 1;
    text-align: center;
    /* background: url(../images/FENIX-FLEXIN-VOL-2_FINAL.jpg) no-repeat;
     background-size: cover;*/
}

.leftbg img {
    height: 100vh;
    width: auto;
    width: 100%;
}

.headtxt {
    font-family: 'bebas-neue';
    font-size: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 1% 0;
}

.headtxt2 {
    font-family: 'bebas-neue';
    font-size: 26px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 1% 0;
}

.musicButtonWrapper,
.musicButtonWrapper {
    position: relative;
    margin-top: 20px;
}

div#headersec .musicButtonWrapper a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: transparent linear-gradient(102deg, #D26923 0%, #D09732 100%) 0% 0% no-repeat padding-box;
    display: block;
}

div#headersec .musicButtonWrapper a {
    font-family: futura-pt, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: capitalize;
}

div#headersec .musicButtonWrapper a:hover {
    opacity: 1;
    background: transparent;
}

.followOnSpotify,
.mlistSignUpEmail,
.followOnApple {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    max-width: 195px;
    width: 100%;
}

.followOnSpotify,
.mlistSignUpEmail,
.followOnApple {
    position: relative;
}

a.spotifySubmitButton,
.customButton {
    display: block;
    width: 149px;
    margin: 0px auto;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    text-transform: capitalize;
    background: transparent;
    border: 1px solid #ffffff;
    letter-spacing: 0;
    transition: none;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    border: 1px solid #fff;
}

.terms {
    padding-top: 4%;
    padding-right: 6%;
}

.terms-Content {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 16px;
    color: #000000;
    background: #ffffff;
    padding: 5px;
    padding: 5px;
    width: 100%;
    max-width: 157px;
}

.terms-Content a {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 16px;
    color: #000000;
    text-decoration: underline;
}

a.terms {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-style: normal;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0;
    text-decoration: none;
}

.terms-Content {
    position: absolute;
    bottom: 17px;
    left: -1px;
    z-index: 999;
}

.termsWrapper.spotify-first {
    position: relative;
}

.termsWrapper.apple-first {
    position: relative;
}

a#apple-submit-btn {
    border-radius: 0;
    letter-spacing: 1px;
    transition: none;
    /*font-family: ff-brokenscript-bc-web,serif;*/
    font-family: 'GrandSlang Roman', serif;
    font-weight: 700;
    font-style: normal;
    color: #04010D;
    font-size: 24px;
    margin: 8% 0;
    padding: 10px 15px;
    display: block;
    width: 50%;
    text-align: center;
    margin: 4% auto;
    height: 20px;
    line-height: 22px;
    position: relative;
    top: 0px;
    transform: none;
    left: 0px;
}

a.wmg-button.customButton {
    height: 20px;
    line-height: 22px;
    position: relative;
    top: 0px;
    transform: none;
    left: 0px;
}

a.terms1 {
    color: #96D8FD;
    /*font-family: ff-brokenscript-bc-web,serif;*/
    font-family: 'GrandSlang Roman', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 0.5px;
}

a.spotifySubmitButton {
    z-index: 999;
}

a.getnow {
    z-index: 999;
    border: 1px solid #ffffff;
}

.customButton:focus {
    outline: 0;
}

.customButton:hover {
    background: #fff;
    color: #000;
    opacity: 1;
    cursor: pointer;
    border: 1px solid #fff;
}

.customButton {
    /* width: 175px;
        height: 50px; */
    border: 0;
    transition: 0.6s;
    overflow: hidden;
    border: 1px solid #fff;
    color: #fff;
    box-sizing: border-box;
}

.terms {
    margin-top: 37%;
}

@media only screen and (min-width: 1025px) {
    .appleWrapper .terms-Content {
        left: 0;
    }
}

@media only screen and (max-width: 1023px),
only screen and (max-width: 1023px) and (orientation: landscape),
only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    div#headersec {
        /* background: none; */
        /* background-size: cover; */
        min-height: 100%;
        padding-bottom: 40px;
    }

    .headercontent {
        top: auto;
        right: unset;
        left: 50%;
        z-index: 14;
        transform: none;
        position: static;
        margin: 0 auto;
        padding-top: 142px;
    }

    .logo a {
        padding: 0;
        padding-top: 30px;
        text-align: center;
    }

    .menu-items ul {
        margin-left: 0;
        padding-left: 0;
    }

    .rightBg {
        background: transparent;
        position: relative;
        top: unset;
        right: unset;
        transform: none;
        z-index: 10;
        width: 100%;
    }

    .leftbg {
        width: 100%;
        /* top: 106px; */
        /* height: 41vh; */
        top: 42%;
        transform: translateY(-50%);
        height: auto;
    }

    .leftbg img {
        height: auto;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    div#headersec {
        background-position: center center;
    }

    .leftbg {
        top: 50%;
    }
}

.termsContent {
    display: none;
}

.termsContent.fadein {
    display: block;
}

.spotifyWrappers,
.appleWrappers {
    display: block;
    width: 90%;
    height: 100%;
    position: relative;
}

.buttons {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 4%;
    font-size: 0;
}

.spotifyWrapper {
    width: 48%;
    display: inline-block;
    margin: 0 0 0 5px;
}

.appleWrapper {
    width: 149px;
    display: inline-block;
    margin: 0 5px 0 0;
}

.termsContent.fadein {
    display: block;
    position: absolute;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 16px;
    color: #96D8FD;
    background: #081F29;
    padding: 10px;
    width: 341px;
    position: absolute;
    top: 58px;
    z-index: 99;
}

.termsWrapper.first.spotify {
    padding-top: 10%;
    position: relative;
}

.termsWrapper.first.apple {
    padding-top: 10%;
    position: relative;
}

a.terms1 {
    display: none;
}

.terms {
    margin-top: 0;
}

.appleWrapper .termsContent.fadein {
    right: 13px;
}

.spotifySubmitButton.opened,
a.getnow.tilter.customButton.opened {
    color: #004360;
}

.overflowButton.customButton,
a.wmg-button {
    background: #C9F8FF;
}

.overflowButton.customButton:hover {
    /*background: #338033;*/
    background: #2A74CB;
}


/* new stylings */

a.spotifySubmitButton,
.customButton {}

.spotifyWrappers,
.appleWrappers {
    width: 100%;
    margin: 0 auto;
}

.terms-Content {
    position: absolute;
    bottom: 17px;
    left: -1px;
    z-index: 9999;
    max-width: 93%;
    border: 1px solid #000;
}

.termsContent.fadein {
    width: 351px;
    left: 6px;
}

.appleWrapper .termsContent.fadein {
    right: -2px;
    left: unset;
}

.terms {
    padding-top: 4%;
    padding-right: 0%;
}

a#apple-submit-btn {
    font-size: 18px;
}

.preorder-button {
    display: block;
    width: 310px;
    margin: 0 auto;
    margin-bottom: 10px;
}

a.inputButton {
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border: 1px solid #fff;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    color: #000;
    background: #fff;
    font-size: 1.025vw;
}

.header-album-art {
    display: none;
}

@media only screen and (max-width:1023px) {
    .header-album-art {
        display: block;
    }

    .menu-items ul li {
        margin-right: 50px;
        text-align: center;
    }

    .menu-items ul li:last-child {
        margin-right: 0;
    }
    a.inputButton{
        font-size: 3.7333333333333334vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .menu {
        width: calc(100% - 460px - 4vw);
    }
}

@media only screen and (max-width: 1023px) and (orientation: landscape) {
    .leftbg img {
        height: 60vh;
    }

    .leftbg {
        top: 30%;
        transform: translateY(-50%);
    }

    div.logo {
        width: 100%;
        margin-top: 10px;
        margin-left: 10px;
        position: static;
        text-align: center;
        z-index: 10000000;
    }

    .menu {
        width: auto;
        margin-left: 10px;
        text-align: center;
        margin-top: 15px;
        display: block;
        margin: 0 auto;
        width: 100%;
        margin-top: 40px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    div.logo {
        width: 100%;
        margin-top: 75px;
        margin-left: 40px;
    }

    .menu {
        width: 100%;
        margin-left: 45px;
        text-align: left;
        margin-top: 30px;
    }
}

@media only screen and (max-width:1023px) {
    .headtxt {
        padding-top: 40px;
    }

    .footerWrapper {
        margin-top: 60px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    div.logo {
        width: 60%;
        margin-left: 0;
    }

    .headercontent {
        margin-left: 65%;
    }
}