@import url('https://fonts.googleapis.com/css2?family=Istok+Web:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*.istok-web-regular {
  font-family: "Istok Web", serif;
  font-weight: 400;
  font-style: normal;
}

.istok-web-bold {
  font-family: "Istok Web", serif;
  font-weight: 700;
  font-style: normal;
}

.istok-web-regular-italic {
  font-family: "Istok Web", serif;
  font-weight: 400;
  font-style: italic;
}

.istok-web-bold-italic {
  font-family: "Istok Web", serif;
  font-weight: 700;
  font-style: italic;
}*/

body {
    font-family: "Istok Web", serif;
    color: #ddd;
    background: #313131;
}

a {
    /*color: #03579f;*/
    text-decoration: none;
}

    a:hover {
        color: #00305a;
    }

.header .bg-dark {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}

.header.headroom {
    transition: all 0.1s linear;
}

.header.headroom--top,
.header.headroom--top.headroom--pinned {
    background-color: rgba(0, 0, 0, .8);
}

.header.headroom--not-top.headroom--pinned {
    background-color: rgba(0, 0, 0, .8);
}

    .header.headroom--not-top.headroom--pinned .nav-link,
    .header.headroom--not-top.headroom--pinned .navbar-brand,
    .header.headroom--not-top.headroom--pinned .navbar-toggler i {
        color: #fff;
    }

.header.headroom--pinned {
    transform: translateY(0%);
}

.header.headroom--unpinned {
    transform: translateY(0);
    background-color: rgba(0, 0, 0, .8);
}

.header .pe-5 {
    padding-right: 3.5rem !important;
}

.header .ps-5 {
    padding-left: 3.5rem !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 2rem 2rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: -1px;
}

.cover-image {
    min-height: 350px;
    color: white;
    background: url(../images/hero.jpg) no-repeat center;
    background-size: cover;
}

.cover-image__title {
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.cover-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%);
}

.owl-carousel .item-video {
    height: 100%;
}

.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
}


div.ratio iframe {
    width: 100%;
    height: 100%;
}


.hero-wrap .ratio-21x9 {
    --bs-aspect-ratio: 30.857143% !important;
}

.hero-wrap {
    position: relative;
}

    .hero-wrap .owl-theme .custom-nav {
        position: absolute;
        left: 0;
        right: 0;
    }

        .hero-wrap .owl-theme .custom-nav .owl-prev,
        .hero-wrap .owl-theme .custom-nav .owl-next {
            position: absolute;
            color: inherit;
            padding: 0;
            background: none;
            border: none;
            z-index: 100;
            border: 1px solid #cecece;
        }

            .hero-wrap .owl-theme .custom-nav .owl-prev:hover,
            .hero-wrap .owl-theme .custom-nav .owl-next:hover {
                background: none;
            }

            .hero-wrap .owl-theme .custom-nav .owl-prev i,
            .hero-wrap .owl-theme .custom-nav .owl-next i {
                font-size: 1.5rem;
                color: #cecece;
                padding: .3em .5em;
                line-height: 1em;
            }

            .hero-wrap .owl-theme .custom-nav .owl-prev:hover i,
            .hero-wrap .owl-theme .custom-nav .owl-next:hover i {
                color: #2b2b2b;
                background: #fff;
            }

        .hero-wrap .owl-theme .custom-nav .owl-prev {
            left: 0;
        }

        .hero-wrap .owl-theme .custom-nav .owl-next {
            right: 0;
        }

.owl-theme .owl-dots {
    display: none;
}

.search ::placeholder {
    color: #000000;
    opacity: 1
}

.search {
    padding: 4px;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    background-color: #EAEAEA;
}

.search-1 {
    position: relative;
    width: 100%
}

    .search-1 input {
        height: 45px;
        border: none;
        width: 100%;
        padding-left: 10px;
        padding-right: 100px;
        border-radius: 4px;
        background-color: #EAEAEA;
    }

        .search-1 input:focus {
            border: none;
            box-shadow: none;
            outline: none
        }

    .search-1 button {
        position: absolute;
        right: 0;
        top: 0px;
        border: none;
        height: 45px;
        background-color: #3B3B3B;
        color: #fff;
        width: auto;
        border-radius: 4px
    }

.majorlist .owl-item .item {
    transform: translate3d(0, 0, 0);
    margin: 0;
    position: relative;
    z-index: 99 !important;
}

    .majorlist .owl-item .item img {
        -webkit-transition: 0.3s;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }

.majorlist .owl-item.center .item {
    z-index: 100 !important;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.majorlist .item {
    padding: 20px;
    margin: 20px;
}

/*.majorartist .owl-item					      { transform:scale(0.8) !important }
.majorartist .owl-item.active.center	{ transform:scale(1) !important }*/

.majorlist .owl-stage-outer {
    padding: 10px 0;
}

.majorlist h5 {
    font-size: 12px;
}

.carousel-wrap {
    position: relative;
}

    .carousel-wrap::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/gradient-rtr.png) no-repeat;
        background-size: 100% 100%;
        width: 40%;
        height: 100%;
        z-index: 2;
    }

    .carousel-wrap .container::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/gradient-ltr.png) no-repeat;
        background-size: 100% 100%;
        width: 40%;
        height: 100%;
        z-index: 1;
    }

    .carousel-wrap .owl-theme .custom-nav {
        position: absolute;
        left: 10%;
        right: 10%;
        top: 45%;
        transform: translateY(-50%);
        z-index: 10;
    }

        .carousel-wrap .owl-theme .custom-nav .owl-prev,
        .carousel-wrap .owl-theme .custom-nav .owl-next {
            position: absolute;
            color: inherit;
            padding: 0;
            background: none;
            border: none;
            z-index: 100;
            border: 1px solid #cecece;
        }

            .carousel-wrap .owl-theme .custom-nav .owl-prev:hover,
            .carousel-wrap .owl-theme .custom-nav .owl-next:hover {
                background: none;
            }

            .carousel-wrap .owl-theme .custom-nav .owl-prev i,
            .carousel-wrap .owl-theme .custom-nav .owl-next i {
                font-size: 1.5rem;
                color: #cecece;
                padding: .3em .5em;
                line-height: 1em;
            }

            .carousel-wrap .owl-theme .custom-nav .owl-prev:hover i,
            .carousel-wrap .owl-theme .custom-nav .owl-next:hover i {
                color: #2b2b2b;
                background: #fff;
            }

        .carousel-wrap .owl-theme .custom-nav .owl-prev {
            left: 0;
        }

        .carousel-wrap .owl-theme .custom-nav .owl-next {
            right: 0;
        }

.card.text-bg-dark,
.card-body .bg-dark {
    background-color: #393939 !important;
}

.majorartist {
    background-color: #313131;
}

    .majorartist h5,
    .exclusivevideo h5,
    .endoreddj h5,
    .Latestmixtape h5,
    .featuredmixtape h5,
    .sponsoredmixtape h5 {
        font-weight: 700;
        font-size: 16px;
    }

.mainhead {
    text-align: center;
    background: url(../images/soundwave.png) top center no-repeat;
}

    .mainhead .h2 {
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        font-size: 30px;
        position: relative;
        display: inline-block;
        padding-top: 20px;
        padding-bottom: 20px;
        background: url(../images/head-icon.png) center bottom no-repeat;
    }

    .mainhead h2::before,
    .mainhead h2::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 20px;
        border: 1px solid #fff;
    }

    .mainhead h2::before {
        width: 40%;
    }

    .mainhead h2::after {
        width: 40%;
        right: 0;
        left: auto;
    }

    .mainhead.small {
        background-size: 30%;
        background-position-y: center;
    }

        .mainhead.small .h2 {
            font-size: 20px;
        }

.owl-theme .owl-nav {
    margin-top: 0 !important;
    height: 1px;
}

.owl-carousel .nav-btn {
    height: 40px;
    position: absolute;
    width: 41px;
    cursor: pointer;
    top: 50% !important;
    transform: translateY(-50px);
}

.owl-carousel .prev-slide {
    background: url(../images/nav-icon.png) no-repeat scroll 0 0;
    left: -5px;
}

.owl-carousel .next-slide {
    background: url(../images/nav-icon.png) no-repeat scroll -41px 0px;
    right: -5px;
}

.owl-carousel .prev-slide:hover {
    background-position: 0px -61px;
}

.owl-carousel .next-slide:hover {
    background-position: -41px -61px;
}

.fs-7 {
    font-size: 14px !important;
}

.fs-8 {
    font-size: 12px !important;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

    .rating > input {
        display: none
    }

    .rating > label {
        position: relative;
        width: .8em;
        font-size: 20px;
        font-weight: 300;
        color: #FFD600;
        cursor: pointer
    }

        .rating > label::before {
            content: "\2605";
            position: absolute;
            opacity: 0
        }

        .rating > label:hover:before,
        .rating > label:hover ~ label:before {
            opacity: 1 !important
        }

    .rating > input:checked ~ label:before {
        opacity: 1
    }

    .rating:hover > input:checked ~ label:before {
        opacity: 0.4
    }

.bg-dark {
    background: #292929 !important;
}

.bg-lightgray {
    background: #313131;
}

.label:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    width: 107px;
    height: 107px;
}

.label.exclusive:before {
    background: url(../images/label-exclusive.png);
}

.label.endorsed:before {
    background: url(../images/label-endorsed.png);
}

.label.featured:before {
    background: url(../images/label-featured.png);
}

.label.sponsored:before {
    background: url(../images/label-sponsored.png);
}

.goldenspin:after {
    content: "";
    background: url(../images/goldspin.png);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 70px;
    height: 70px;
}

.alone .goldenspin:after {
    background-size: cover;
    transform: translateX(-50%);
    /*top: 40%;
    left: 13%;*/
    width: 35px;
    height: 35px;
}

.musicplayer {
    position: relative;
    overflow: hidden;
    min-height: 40vh;
}

    .musicplayer .list-group-item {
        background-color: #313131 !important;
        border-color: #5D5D5D;
        color: #cecece;
    }

.playlist-scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 300px;
}

.playlist-decore .decorate-element-figure-1 {
    position: absolute;
    top: 0;
    left: -1vw;
    bottom: 0;
    width: 160%;
    border-radius: 25px;
}

    .playlist-decore .decorate-element-figure-1 img {
        height: 100%;
    }

.novi-bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.playwrap {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

.audio-player {
    margin-top: 50px;
}

audio {
    width: 300px;
    height: 50px;
    outline: none;
    background-color: transparent;
}

    audio::-webkit-media-controls-panel {
        background-color: transparent;
    }

    audio::-webkit-media-controls-play-button,
    audio::-webkit-media-controls-volume-slider {
        background-color: transparent;
    }

.player .progress {
    position: relative;
    height: 2px;
    margin: 30px 0 0px 0;
    background: rgba(255, 255, 255, 0.3);
}

    .player .progress .played {
        width: 20%;
        height: 2px;
        position: absolute;
        background: #ffffff;
    }

        .player .progress .played .circle {
            width: 10px;
            height: 10px;
            background: #F44336;
            border-radius: 50%;
            margin-left: 52px;
            margin-top: -4px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
        }

.player .controls {
    /* padding: 25px 0;*/
}

    .player .controls a:hover .fa-solid {
        color: #03579f !important;
    }

.twitter-wrap {
    min-height: 530px;
    overflow: hidden;
    position: relative;
}

    .twitter-wrap h4 {
        font-size: 28px;
    }

    .twitter-wrap .card-text {
        font-size: 18px;
        color: #A1A1A1;
    }

.reachus {
    position: relative;
    overflow: hidden;
    min-height: 60vh;
}

    .reachus .reachus-decore .decorate-element-figure-1 {
        position: absolute;
        top: 0;
        right: 0vw;
        bottom: 0;
        width: 110%;
    }

.form-bg {
    background: #313131 url(../images/form-bg.png) top center no-repeat;
    background-size: 100% 100%;
}

.form-group > label {
    display: block;
    font-size: 18px;
    color: #fff;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
    color: #fff !important;
    background: none;
}

.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    color: #7a7a7a;
}

.form-control {
    color: #fff;
    background: #3B3B3B;
    border-color: transparent;
    padding: 0 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}

    .form-control:focus,
    .form-control:hover {
        border-color: #686868;
        background: #292929;
        color: #fff;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    }

textarea.form-control {
    height: 150px !important;
    padding-top: 15px;
    resize: none;
}

.footer {
    text-align: center;
    background: url(../images/footer-bg.jpg) top center no-repeat;
    background-size: 100% 100%;
}

.footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-nav li {
        padding: 5px 5px;
        display: inline-block;
    }

        .footer-nav li a {
            color: #A1A1A1;
        }

            .footer-nav li a:hover,
            .footer-nav li a:focus {
                color: #fff;
            }

            .footer-nav li a.active {
                color: #fff;
                font-weight: 700;
            }

.footer .bg-secondary {
    background: #3E3E41 !important;
}

.footer .text-bg-dark {
    background: #232326 !important;
}

.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.footer .ftco-footer-social li a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.ftco-footer-social li a {
    height: 40px;
    width: 40px;
    line-height: 45px;
    display: inline-block;
}

    .ftco-footer-social li a:hover {
        background: #fff;
        color: #F44336;
    }

.panel-header {
    font-size: 20px;
    font-weight: 700;
}

.list-group-item-dark {
    background: #313131;
    border-color: #525252;
}

.list-group-item.list-group-item-dark {
    color: #b6b6b6;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background: #525252;
}

.login-menu .dropdown-menu {
    right: 0;
    left: unset !important;
}

.login-menu .fa-fw {
    margin-right: 10px;
}

.toggle-change::after {
    border-top: 0;
    border-bottom: 0.3em solid;
}

.overflowhidden {
    overflow: hidden;
    height: 110px;
    border-radius: 20px;
    border-bottom: 5px solid #000;
}

.owl-item .card-body {
    padding: 10px 5px;
}

select.form-control {
    appearance: auto !important;
}

@media screen and (min-width: 1200px) {
    .navbar-brand img {
        margin-top: 16px;
        width : 180px;
        /*width: 215px;*/
    }
}

@media screen and (max-width: 1440px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 2rem 1rem;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        margin-left: -1px;
    }

    .twitter-wrap {
        min-height: 400px;
    }

        .twitter-wrap img {
            height: 100%;
        }

    .playlist-decore .decorate-element-figure-1 .card-img-top {
        height: 100%;
    }

    .form-floating > label {
        font-size: 14px;
    }
}

@media screen and (max-width: 1220px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 1.5rem .8rem;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        margin-left: -1px;
    }

    .navbar-brand.abs img {
        width: 100px;
    }

    .hero-wrap .ratio-21x9 {
        --bs-aspect-ratio: 50.857143% !important;
    }
}

@media screen and (max-width: 992px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 2rem .8rem;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        border-right: 1px solid rgba(255, 255, 255, 0.3);
        margin-left: -1px;
    }
}

@media (max-width:800px) {
    .search-1 input {
        border-right: none;
        border-bottom: 1px solid #eee
    }

    .search-1 i {
        left: 4px
    }

    .search-1 input {
        padding-left: 10px
    }

    .search-1 button {
        height: 37px;
        top: 5px
    }
}

@media screen and (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        left: 0;
    }

    .dropdown .dropdown-toggle {
        margin-left: 0;
    }

    .dropstart .dropdown-toggle,
    .dropend .dropdown-toggle {
        color: #4aabff;
        margin-left: 0;
    }

    .navbar-nav ul.dropdown-submenu {
        left: 100%;
        height: 500px;
        overflow-y: scroll !important;
    }
}

@media screen and (max-width: 991px) {
    .dropdown-toggle.show::after {
        border-top: 0;
        border-bottom: 0.3em solid;
    }

    .playlist-decore .decorate-element-figure-1 .card-img-top {
        height: 100%;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 1rem .3rem;
        font-size: 14px;
    }
}

@media (min-width: 768px) {

    /*.navbar-expand-md .navbar-toggler {
    display: block;
}*/
    .navbar {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-brand.abs {
        position: absolute;
        width: auto;
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
    }

    .dropdown-menu {
        background-color: #00305a;
        color: #fff;
    }

    .dropdown-item {
        color: #fff;
    }

    .dropdown-menu .dropdown-divider {
        border-color: #03579f
    }

    .dropdown-item.active {
        background-color: #03579f;
        color: #fff;
    }

    .navbar-nav ul.dropdown-submenu {
        left: 100%;
        height: 400px;
        overflow-y: scroll !important;
    }
}

@media screen and (max-width: 767px) {
    .navbar-collapse .me-auto {
        margin: auto !important;
    }

    .navbar-collapse .w-50 {
        width: 100% !important;
    }

    .navbar-collapse .pe-5 {
        padding-right: 0 !important;
    }

    .navbar-collapse .ps-5 {
        padding-left: 0 !important;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 5px 10px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .header.headroom--pinned {
        transform: translateY(0%);
    }

    .header.headroom--unpinned {
        transform: translateY(0%);
    }

    .navbar-nav ul.dropdown-submenu {
        height: 300px;
        overflow-y: scroll !important;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 1rem .5rem;
    }

    .hero-wrap .ratio-21x9 {
        --bs-aspect-ratio: 60.857143% !important;
    }

    .twitter-wrap h4 {
        font-size: 26px;
    }

    .mainhead .h2 {
        font-size: 24px;
    }

    .twitter-wrap {
        min-height: 490px;
    }

    .playlist-decore .decorate-element-figure-1 .card-img-top {
        height: 100%;
    }
}

@media screen and (max-width: 425px) {
    .hero-wrap .ratio-21x9 {
        --bs-aspect-ratio: 60.857143% !important;
    }

    .majorlist .owl-item.center .item {
        z-index: 100 !important;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .majorlist .owl-stage-outer {
        padding: 0;
    }

    .playlist-decore .decorate-element-figure-1 .card-img-top {
        height: 100%;
    }

    .twitter-wrap h4 {
        font-size: 22px;
    }

    .mainhead .h2 {
        font-size: 22px;
    }

    .twitter-wrap {
        min-height: 390px;
    }

    .cover-image {
        min-height: 270px;
    }
}


.MajorArtistAdd {
    /*height: 95%;*/
    max-width: 300px;
    align-items: center;
    justify-content: center;
    display: block;
    margin: auto;
}

.MajorArtistAddscard {
    align-items: center;
    justify-content: center;
    display: block;
}

.img-fluid-carosal {
    height: 500px;
}

.carousel-image {
    width: 50% !important;
}

.img-fluid-add-section {
    height: 360px;
    width: 310px;
}

.musicplayer-collection {
    align-items: center;
    text-align: center;
}

.small,
small {
    font-size: 13px !important;
}

.FeaturedProducerText {
    font-size: 22px;
    margin-top: 30px;
}

.FeaturedProducer {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 106px;
}

.mainhead.small2 {
    background-size: 80%;
    background-position-y: center;
}

    .mainhead.small2 .h2 {
        font-size: 17px;
    }

.small2,
small2 {
    font-size: 13px !important;
}

.SongDetailsHeader {
    margin-top: 89px;
}

@media screen and (min-width: 992px) and (max-width: 1220px) {
    .SongDetailsHeader {
        margin-top: 74px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .SongDetailsHeader {
        margin-top: 62px !important;
    }
}

.singles-list .single-item {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .singles-list .single-item:last-child {
        border-bottom: none;
    }

.single-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.text-light h6 {
    margin: 0;
    font-size: 1.1rem;
}

.text-light p {
    margin: 0;
    font-size: 0.85rem;
    color: #A1A1A1;
}

.background-image-ItsMeFreestyle {
    background: url(../images/ItsMeFreestyle.png) no-repeat center;
    background-size: cover;
}


.DownloadText {
    text-align: center;
    font-size: medium;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.DownloadSection {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.audio-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    /* Adjusted to match thin line */
    background: linear-gradient(to right, #fff 50%, #808080 50%);
    border-radius: 3px;
    outline: none;
}

    .audio-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 6px;
        /* Adjusted to match the white circle */
        height: 20px;
        /* Adjusted height */
        border-radius: 2px;
        /* Slightly rectangular thumb */
        background-color: white;
        cursor: pointer;
        box-shadow: 0 0 2px #000;
    }

    .audio-slider::-moz-range-thumb {
        width: 12px;
        height: 20px;
        border-radius: 2px;
        background-color: white;
        cursor: pointer;
        box-shadow: 0 0 2px #000;
    }

.RightAndLeftArrow {
    height: 17px;
    margin: auto;
}

.songdetailsImages {
    height: 130px;
    width: auto;
}

.SongdetailsName {
    font-size: 22px;
}

.DescriptionText {
    font-size: 13px;
}


.song-list {
    display: flex;
    max-height: 380px;
    overflow-y: scroll;
    flex-direction: column;
    gap: 1rem;
}

.song {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.song-info {
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
}

.track-number {
    font-weight: bold;
    font-size: large;
    background-color: rgb(85, 85, 85);
    padding: 10px;
    max-width: 43px;
}

.song-title {
    font-size: 1.1rem;
    font-weight: bold;
}

.artist {
    color: #888;
}

.song-duration {
    margin-right: 1rem;
}

.download-btn {
    background-color: #fff;
    color: #007bff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}


.textArea {
    background-color: transparent;
    border: none;
    overflow: hidden;
    width: auto;
    color: #A1A1A1;
}

.background-image-PlayMusic {
    background: url(../images/PlayMusic.png) no-repeat center;
    background-size: cover;
}

.PlayImage {
    margin-top: 15.5rem !important;
}

.PlayImageNerveDj {
    margin-top: 22rem !important;
}

.ArtistImage {
    height: 300px;
    width: auto;
}

@media screen and (max-width: 991px) {
    .ArtistImage {
        height: 240px !important;
    }
}

@media screen and (min-width: 380px) and (max-width: 484px) {
    .ArtistImage {
        height: 180px !important;
    }
}

@media screen and (max-width: 479px) {
    .ArtistImage {
        height: 150px !important;
    }
}


.ArtistSection {
    text-align: center;
    margin: auto;
    /* display: flex; */
}

.headerTag {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(../images/head-icon.png) center bottom no-repeat;
}

.mainhead.small3 {
    background-size: 40%;
    margin-top: 15px;
    background-position-y: center;
}

    .mainhead.small3 .h2 {
        font-size: 17px;
    }

.bg-white {
    background-color: white;
    padding: 10px;
    /* Add padding for spacing */
}

.search-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    width: 270px;
    /* Adjust width as needed */
}

.search-button {
    background-color: #333;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
}

.DataTable th {
    border-bottom: 1px solid gray;
    padding: 1.75rem;
    vertical-align: top;
}

.DataTable td {
    border-bottom: 1px solid gray;
    padding-left: 1.75rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    vertical-align: top;
}

.DataTable {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.MainData {
    background-color: #313131;
}

.track-number-table {
    font-weight: bold;
    font-size: large;
    background-color: rgb(85, 85, 85);
    padding: 10px;
    padding-top: 13px;
    /*max-width: 46px;*/
    padding-left: 14px;
    padding-right: 14px;
}

.search-container {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    text-align: center;
}

.search-input {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 350px;
}

.search-button {
    padding: 0.5rem 1rem;
    background-color: #313131;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .search-button i {
        margin-left: 0.5rem;
    }

@media screen and (max-width: 768px) {
    .search-container {
        flex-direction: column;
    }

    .search-input,
    .search-button {
        width: 100%;
        max-width: 300px;
    }
}


.headerTag {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Card Styles */
.card {
    border: none;
    overflow: hidden;
}

.card-img {
    height: 200px;
    /* Adjust height as needed */
    object-fit: cover;
}

.card-img-overlay {
    background: rgba(0, 0, 0, 0.7);
    /* Semi-transparent overlay */
    padding: 1rem;
}

/* Responsiveness (optional) */
@media (max-width: 768px) {

    /* Adjust card layout for smaller screens */
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.latestmixtapsImage {
    /* height: 300px; */
    overflow: hidden;
}


.ExclusiveSinglesImage {
    height: 160px;
    width: 223px;
}

@media screen and (max-width: 767px) {
    .ExclusiveSinglesImage {
        width: 100% !important;
    }
}


.EverybodyScrillaText {
    font-size: 14px;
    text-align: start;
    width: 250px;
}

.DownloadButton {
    display: flex;
    margin: auto;
    width: 120px;
}

.SponsoredVideosImage {
    height: 180px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .SponsoredVideosImage {
        width: 100% !important;
    }
}

.ScheduleTime {
    background-color: #313131;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nervelist {
    font-size: 14px;
    color: #FFFFFF;
}

.category-item {
    padding: 10px;
    color: #A1A1A1;
    cursor: pointer;
    border-bottom: 1px solid #444;
}

    .category-item.active {
        background-color: #4A4A4A;
        color: white;
    }

    .category-item:hover {
        background-color: #555;
    }

.list-unstyled {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.ProductdetailsImages {
    height: 200px;
    width: auto;
}

.promoteh-heading-section {
    background-color: white;
    display: flex;
    gap: 1rem;
    padding: 1rem;
}

.MixtapePromotionImage {
    height: 200px;
    width: auto;
}

.Goldlist {
    font-size: 16px;
    color: white;
}

.GoldHeding {
    font-size: 18px;
}

.footer[b-kxz9co8h2y] {
    position: relative
}

.display-fees {
    /*   background-color: cyan;*/
    border: 1px solid cyan;
    border-radius: 5px;
    font-size: large;
    padding: 1%;
    margin-bottom: 15px;
}

.fees-amount {
    color: #007bff;
}

.memberbeats {
    margin-top: 2%;
    color: #fff;
    padding: 25px;
}

.order_box {
    background-color: #313131;
    padding: 20px;
    margin-top: 10px !important;
    transition: all ease 0.5s;
    text-align: center;
    margin-bottom: 10px;
    width: 31.3%;
}

.BLbl {
    margin-right: 2%;
    text-align: left;
}

.song_box span {
    text-align: right;
}

.box {
    background-color: #313131 !important;
    box-shadow: none !important;
}

.footer-tel-number:hover {
    color : white;
}
.footer-email:hover {
    color: white;
}

.custom-nav .owl-prev:first-child {
    z-index: 1111 !important;
    position: relative !important;
}

custom-nav .owl-next:first-child {
    z-index: 1111 !important;
    position: relative !important;
}