html,
html body {
    overflow: hidden;
}

body {
    background: #000;
    position: relative;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 100vh;
}

.imageWrapper {
    position: absolute;
    left: 1vw;
    top: 1vw;
    bottom: auto;
    width: 38vw;
    height: 92vh;
}

.play-button:hover {
    opacity: 0.5;
}

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

.artistlogo {
    position: absolute;
    top: 6vw;
    right: 20vw;
    width: 20vw;
}

.artistlogo a:hover {
    opacity: 0.7;
}

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

.albumWrapper {
    position: absolute;
    bottom: 8vw;
    right: 12vw;
}

.leftWrapper,
.rightWrapper {
    display: inline-block;
    vertical-align: top;
}

.leftWrapper {
    margin-right: 2vw;
    width: 22vw;
}

.leftWrapper img {
    border: 0.4vw solid #fff;
}

.audiofiles {
    text-align: left;
    margin-top: 1vw;
}

.large_desktop {
    display: block;
    text-transform: uppercase;
    font-size: 2vw;
    line-height: 2vw;
    letter-spacing: 0.1vw;
    text-align: left;
}

.small_desktop {
    text-align: left;
    margin-top: 1vw;
    font-size: 1.2vw;
}

.small_desktop {
    display: block;
}

.small_mobile {
    display: none;
}

.audiofiles {
    text-align: left;
}

audio.audiofile1 {
    display: block;
    margin: 1vw 0;
}

.copyTextAndLinks {
    position: absolute;
    left: 52%;
    bottom: 0;
    transform: translate(-50%, -50%);
}

.copyTextAndLinks {
    color: #fff;
}

.copyTextAndLinks * {
    color: #fff;
}

.copyrightText,
.copyLinks a {
    font-size: 1vw;
}

.copyrightText {
    margin-bottom: 0;
}

.desktop {
    display: block;
}


/* wave CSS */

body {
    background-color: #000;
    margin: 0;
    box-sizing: border-box;
}

.play-layer-wrapper {
    position: relative;
}

.large_mobile {
    display: none;
}

.play-layer {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100vh;
}

.sound-wave>div {
    display: inline-block;
    vertical-align: middle;
}

.sound-wave>div.progress-bar {
    display: none;
}

.audio-buttons {
    position: absolute;
    top: 33%;
    left: 23%;
    width: 3vw;
    height: 3vw;
}

.wraSec {
    width: 16vw;
}

.waveWrap .sound-wave {
    position: absolute;
    width: 32vw;
    bottom: 10vw;
    right: 18vw;
}

svg {
    display: block;
    height: auto;
}

.waveWrap2 .sound-wave {
    position: absolute;
    right: 18vw;
    bottom: 5vw;
    width: 32vw;
}

.sound-wave:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40rem;
    z-index: -1;
    top: 0;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    /* background: radial-gradient(#1389e933, transparent 60%, transparent 100%); */
}

.progress-bar {
    height: 10px;
    width: 35%;
    border-radius: 30px;
    border: 2px solid #fff;
    background-color: #fff;
    margin: -2rem auto 6rem;
    display: none;
}

.progress-color {
    background: #1389e9;
    height: 100%;
    width: 0;
    border-radius: 30px;
    transition: width 4s linear;
}

.d-none {
    display: none;
}

@keyframes scale1 {
    0% {
        transform: scaleY(0.6);
    }

    40% {
        transform: scaleY(1.2);
    }

    100% {
        transform: scaleY(0.6);
    }
}

.bar-scale1 {
    animation: scale1 0.6s infinite;
    transform-origin: center;
}

@keyframes scale2 {
    0% {
        transform: scaleY(0.5);
    }

    30% {
        transform: scaleY(1.6);
    }

    100% {
        transform: scaleY(0.5);
    }
}

.bar-scale2 {
    animation: scale2 0.6s infinite;
    transform-origin: center;
}

@keyframes scale3 {
    0% {
        transform: scaleY(1.5);
    }

    70% {
        transform: scaleY(0.5);
    }

    100% {
        transform: scaleY(1.5);
    }
}

.bar-scale3 {
    animation: scale3 0.6s infinite;
    transform-origin: center;
}

.stop-animation {
    animation-duration: 0s;
}


span#duration {
    display: none;
}

.play-button {
    svg {
        box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.65);
        border-radius: 50px;
    }
}

.play-button,
.pause-button {
    width: 4vw;
    height: 3.5vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}


/* wave css ends */


@media (max-width: 1024px) and (orientation:portrait) {

    html,
    html body {
        overflow: auto;
    }

    body {
        background: #000;
        height: unset;
    }

    .imageWrapper {
        display: none;
    }

    .small_desktop {
        display: none;
    }

    .artistlogo {
        position: unset;
        width: 150px;
        margin: 0 auto;
        margin-top: 40px;
    }

    .small_mobile {
        display: block;
        font-size: 20px;
        line-height: 30px;
    }

    .albumWrapper {
        position: unset;
        margin: 0 auto;
        margin-top: 310px;
        width: 50%;
        min-height: 53vh;
    }

    .audio-buttons {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        width: 11vw;
        height: 11vw;
    }

    .wraSec {
        width: 62vw;
    }

    .waveWrap .sound-wave {
        position: relative;
        width: 66vw;
        bottom: unset;
        right: unset;
        top: unset;
        margin: 0 auto;
    }

    .waveWrap2 .sound-wave {
        position: absolute;
        right: 18vw;
        bottom: 20vw;
        width: 66vw;
    }

    .leftWrapper {
        margin-right: 0;
        width: 100%;
    }

    .large_desktop {
        display: none;
    }

    .large_mobile {
        display: block;
        text-transform: uppercase;
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 2px;
        margin: 20px 0;
        color: #fff;
        font-weight: 900;
    }

    .leftWrapper img {
        border: 0.4vw solid #fff;
        width: 80%;
    }

    .desktop {
        display: none;
    }

    .leftWrapper,
    .rightWrapper {
        display: block;
    }

    .small {
        text-align: left;
        margin-top: 10px;
        /* width: 280px; */
    }

    audio.audiofile1 {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .audiofiles {
        text-align: center;
    }

    .copyTextAndLinks {
        position: unset;
        transform: none;
    }

    .albumWrapper {
        width: 87%;
        margin-top: 35px;
    }

    .copyrightText,
    .copyLinks a {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .copyTextAndLinks {
        margin: 40px 0 15px;
    }

    .copyTextAndLinks * {
        line-height: 6px !important;
        vertical-align: middle;
    }

    .sound-wave:after {
        height: unset;
    }

    .play-button,
    .pause-button {
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .audio-buttons svg {
        width: 100px;
    }
}

@media (max-width: 767px) and (orientation:portrait) {
    .large_mobile {
        font-size: 22px;
        line-height: 14px;
        letter-spacing: 2px;
    }

    .small_mobile {
        font-size: 13px;
        line-height: 16px;
    }

    .albumWrapper {
        min-height: unset;
        padding-bottom: 4vw;
    }

    .copyrightText,
    .copyLinks a {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .copyTextAndLinks * {
        line-height: unset !important;
        vertical-align: unset;
    }

    .play-button,
    .pause-button {
        width: 46px;
        height: 46px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .audio-buttons svg {
        width: unset;
        height: 12vw;
        width: 12vw;
    }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .albumWrapper {
        position: absolute;
        bottom: 25vw;
        right: 3vw;
    }

    .copyTextAndLinks {
        position: absolute;
        left: 40%;
        bottom: 3.6vw;
        transform: unset;
    }

    .waveWrap .sound-wave {
        bottom: 16vw;
    }

    .waveWrap2 .sound-wave {
        bottom: 10vw;
    }
}

@media only screen and (max-width:1023px) and (orientation: landscape) {
    .waveWrap .sound-wave {
        bottom: unset;
        top: 31vw;
    }

    .albumWrapper {
        bottom: unset;
        top: 18vw;
    }
}