body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-variant-ligatures: common-ligatures;
}

.w-webflow-badge {
    display: none !important;
    visibility: hidden !important;
}

.w-slider-nav {
    bottom: -2.778vw;
}

* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

*::-webkit-scrollbar {
    display: none;
}

.w-slider-dot {
    width: 8px;
    height: 8px;
}

#production__wrapper {
    position: sticky;
    top: 90px;
}

@media (max-width: 576px) {
    #production__wrapper {
        position: relative;
        top: 0;
    }

    #production, #mastering, #distibution, #mentoring {
        padding-top: 148px;
        margin-top: -112px;
    }

    #production {
        z-index: 4;
    }

    #mastering {
        z-index: 3;
    }

    #distibution {
        z-index: 2;
    }
}

#mastering__wrapper {
    position: sticky;
    top: 90px;
}

@media (max-width: 576px) {
    #mastering__wrapper {
        position: relative;
        top: 0;
    }
}

.mentoring__video {
    width: 60%;
    border-radius: 16px;
}

.songs__item {
    display: none;
}

audio {
    width: 100%;
}

.audio__wrapper {
    width: 100%;
    display: flex;
    flex-flow: nowrap column;
    /* background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(32px); */
    backdrop-filter: blur(40px);
    background-color: #ffffff1a;
    color: #01071B;
    border-radius: 12px;
}

.audio__wrapper h6 {
    color: #fff;
    margin-top: 24px;
    margin-left: 16px;
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 93.023%;
    letter-spacing: -0.2px;
    text-transform: capitalize;
}

.audio__wrapper p {
    color: #fff;
    margin-left: 16px;
    text-overflow: ellipsis;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    opacity: 0.4;
}

audio::-webkit-media-controls-timeline {
    padding-top: 0;
    padding-bottom: 0;
}

audio::-webkit-media-controls-enclosure {
    background: #fff;
}

.hero_about-title-3 br {
    display: none;
}


audio::-webkit-media-controls-enclosure {
    background: none;
}

.mastering__section {
    background: linear-gradient(186deg, #030214 37.29%, #080352 100.79%);
    border: none;
    border-bottom: 1px solid #393671;
}

.distribution__section {
    background: linear-gradient(-6deg, #030214 37.29%, #080352 100.79%);
    border: 0 solid #1E1D2D;
    border-bottom-width: 1px;
}

.mentoring__section {
    background: rgb(3, 2, 20);
}

.feedback__section {
    background: rgb(3, 2, 20);
}

#slider {
    overflow: visible;
    transition: transform 0.3s ease-in-out;
}

.feedback__item.fi__last {
    margin-right: 0;
}

.feedback__item:last-child {
    margin-right: 40px;
}

#prevButton,
#nextButton {
    transition: all .2s ease-in-out;
}

#prevButton:hover {
    opacity: .4;
}

#nextButton:hover {
    opacity: .4;
}

@media (max-width: 3000px) {
    /* .hero__section-4 {
        min-height: 1040px;
    } */

    #hero>div.hero__wrapper-2 {
        padding: 0 0px 138px;
    }

    .feedback__heading-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .feedback__item._1st {
        margin-left: 0;
    }

    .contacts__wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1600px) {
    /* .hero__section-4 {
        min-height: 799px;
    } */

    #hero>div.hero__wrapper-2 {
        padding: 0 40px 138px;
    }

    .feedback__heading-wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .feedback__item._1st {
        margin-left: 40px;
    }

    .contacts__wrapper {
        padding-left: 40px;
        padding-right: 114px;
    }
}

@media (max-width: 680px) {
    /* .hero__section-4 {
        min-height: 672px;
    } */

    #hero>div.hero__wrapper-2 {
        padding: 0 16px 104px;
    }

    .feedback__heading-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .feedback__item._1st {
        margin-left: 16px;
    }

    .contacts__wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
}