@import "bootstrap.min.css";

:root {
    --bs-primary: #6F4BCD;
    --bs-pink: #B351B1;
    --bs-dark: #55484C;
    --bs-body-font-family: "Poppins", sans-serif;
    --gap-size: 40px;
}



.text-primary {
    color: var(--bs-primary) !important;
}

.btn-primary {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: 0.69rem;
}

header .navbar {
    border-bottom: 1px solid rgba(220, 178, 236, 0.60);
    background: #FEFEFF;
    box-shadow: 0px 4px 4px 0px rgba(129, 103, 111, 0.10);
}

header .nav-link {
    color: var(--bs-dark);
    display: flex;
    align-items: center;
}

header .nav-link.active,
header .nav-link:hover {
    color: var(--bs-primary);
}

header .nav-link .nav-link-svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 1.125rem;
}

header .nav-link:hover .nav-link-svg path,
header .nav-link.active .nav-link-svg path {
    fill: var(--bs-primary);
    stroke: var(--bs-primary);
}

header .nav-link:hover .nav-link-svg circle,
header .nav-link.active .nav-link-svg circle {
    stroke: var(--bs-primary);
}

.header-bottom {
    background: rgba(220, 178, 236, 0.18);
}

.header-search {
    background: #fff;
    border: solid 1px #967BDD;
}

.header-search-dropdown .btn {
    border: none !important;
    border-right: 1px solid #967BDD !important;
}

.header-search-input .form-control {
    border: 0px !important;
    box-shadow: none !important;
}

.header-share-btn {
    padding: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero-text {
    padding: 20px 0;
}

.home-hero-text h1 {
    color: var(--bs-pink);
    font-weight: 400;
}

.home-hero-text p {
    color: #626161;
}

.home-hero-slider {
    max-width: 100%;
    margin: auto;
    position: relative;
}

.home-slide img {
    width: 100%;
}

.home-hero-slider-overly {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    /* padding-top: 50px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 98%;
}

.home-hero-slider-overly .float-menu-container {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.float-menu {
    width: 68px;
    /* position: fixed;
    left: 306px;
    top: 400px; */
    border-radius: 20px;
    background: linear-gradient(179.04deg, #987BE5 1.95%, #6F4BCD 41.01%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 10px;
    margin-left: 100px;
}

.float-menu .fm-btn span {
    display: none;
}

.float-menu.float-menu-max {
    width: 196px;
    align-items: flex-end;
}

.float-menu.float-menu-max .fm-btn {
    height: 48px;
    width: 100%;
    border: solid 1px #fff;
    border-radius: 24px;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}


.float-menu.float-menu-max .fm-btn:hover {
    background: linear-gradient(354.34deg, #855FEA 54.8%, #E2A2FA 95.34%);
    box-shadow: 0px 1px 2px 0px #00000040;
    border-color: #8b65f1;
}

.float-menu.float-menu-max .fm-btn span {
    display: block;
}

.float-menu.float-menu-max .fm-btn img {
    display: none;
}

.float-menu-min-max-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
}


.float-menu.float-menu-max .float-menu-min-max-btn {
    rotate: 180deg;
}

.slider-thumbnails {
    overflow: hidden;
    /* padding-top: 70px; */
    display: flex;
    justify-content: center;
}

.slider-thumbnails-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    transform: translateX(-90px);
}

.slider-thumbnail-item {
    flex: 0 0 auto;
    width: 20%;
}

.slider-thumbnail-item img {
    border-radius: 20px;
    border: solid 2px #fff;
}



.hot-new-release-item {
    background: rgba(111, 75, 205, 0.08);
    border-radius: 20px;
    padding: 10px;
}

.hot-new-release-item-img {
    position: relative;
}

.hot-new-release-item-img img {
    border: 2px solid #FFFFFF;
    border-radius: 20px;
}

.hot-new-release-item-vol {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    background: #9747FF !important;
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 1.875rem;
    padding: 3px;
}

.hot-new-release-item-vol img {
    border: 0px;
    border-radius: 0px;
}

.hot-new-release-item-title {
    font-size: 1.5rem;
    color: var(--bs-dark);
}

.hot-new-release-item-subtext {
    color: #5886EE;
    font-size: 1rem;
}

.cstm-py-1 {
    padding: 40px 0;
}

.cstm-pt-1 {
    padding-top: 40px;
}

.cstm-pb-1 {
    padding-bottom: 40px;
}

.nav-dropdown {
    display: none;
}


.section-title {
    color: #53437B;
    font-weight: 500;
    font-size: 1.25rem;
    position: relative;
}

.section-title+img {
    width: 20px;
}

.btn-lg-lg {
    font-size: 0.875rem;
}

.dropdown-menu-style-01 {
    width: 342px;
    padding: 0px;
    background: transparent;
    border: none;
    padding-top: 20px;
    position: absolute;
    transform: translate3d(0px, 40px, 0px) !important;
    top: 6px !important;
    right: 0px !important;
    will-change: transform;

}

.dropdown-menu-header {
    font-size: 1.25rem;
    background: #D0BEFF;
    border-bottom: 1px solid rgba(199, 180, 248, 0.4);
    box-shadow: 0px 4px 5.8px rgba(151, 71, 255, 0.16);
    border-radius: 6px 6px 0px 0px;
    padding: 18px 50px;
    color: var(--bs-dark);
    position: relative;
}

.dropdown-menu-header::before {
    position: absolute;
    right: 30px;
    top: -20px;
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #D0BEFF;
}

.dropdown-menu-body {
    max-height: 400px;
    overflow-y: auto;
}

.dropdown-menu-body::-webkit-scrollbar {
    width: 18px;
    background: #EAE2FF;
}

.dropdown-menu-body::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: 10px;
}

.dropdown-menu-body ul,
.dropdown-menu-body ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.dropdown-menu-body ul li a {
    color: var(--bs-dark);
    padding: 12px 50px;
    background: #FCF2FF;
    border-bottom: 1px solid rgba(199, 180, 248, 0.4);
}

footer {
    background: #E7D6ED;
}

.footer-menu-header {
    color: #42224C;
    font-weight: 500;
    font-size: 1.625rem;
}

.footer-menu-links a {
    display: block;
    margin-top: 15px;
    color: var(--bs-dark);
    text-decoration: none !important;
}

.payment-method-title {
    font-size: 1.75rem;
    margin-bottom: 10px;
    color: #55484C;
    font-weight: 500;
}

.trustpilot {
    color: #6A6A6A;
    font-size: 1.25rem;
    text-transform: uppercase;
}

.footer-social-media {
    font-size: 1.5rem;
    color: #55484C;
    font-weight: 500;
}

.header-share-icons {
    position: absolute;
    right: 0px;
    top: 48px;
    width: 46px;
    flex-direction: column;
    align-items: flex-end;
    display: none;
    background: #fff;
    border-radius: 30px;
    padding: 24px 4px;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.12);
    gap: 12px;
}

.header-share-icons img {
    width: 38px;
}

.m-header-action-btn:hover+.header-share-icons {
    display: flex;
}

/* .share-google-plus {
    margin-right: 25px;
}

.share-instagram {
    margin-right: 15px;
}

.share-linkedIn {
    margin-right: 45px;
} */

.hottest-hit-trends {
    position: relative;
    /* overflow: hidden; */
}

.hottest-hit-trends-items {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    cursor: grab;
    /* scroll-behavior: smooth; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hottest-hit-trends-items::-webkit-scrollbar {
    display: none;
}

.hottest-hit-trends-items:active {
    cursor: grabbing;
}

.hht-item {
    flex: 0 0 auto;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 26px;
    color: #fff;
}

.hht-item-bg-01 {
    background: linear-gradient(180deg, #DF98FA 0%, #9B06D3 100%);
}

.hht-item-bg-02 {
    background: linear-gradient(180deg, #BDB065 0%, #2D6853 100%);
    line-height: 1.2;
}

.hht-item-bg-03 {
    background: linear-gradient(180deg, #FF7777 0%, #FD0B9C 100%);
    line-height: 1.2;
}

.hht-item-bg-04 {
    background: linear-gradient(180deg, #F0DB5F 0%, #E634BA 100%);
}

.hht-item-bg-05 {
    background: linear-gradient(180deg, #FF7777 0%, #FD0B9C 100%);
}

.hht-text-1 {
    font-size: 2.5rem;
}

.hht-text-2 {
    font-size: 1.125rem;
}

.hht-text-3 {
    font-size: 3rem;
}

.hht-item-bg-01 .hht-text-1,
.hht-item-bg-04 .hht-text-1 {
    border-bottom: solid 1px #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.hht-item-half {
    background: #961B64;
    padding: 20px 30px;
    border-radius: 26px 26px 0 0;
    line-height: 1.3;
}

.hht-item a {
    font-size: 1.25rem;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hht-item a i {
    font-size: 2rem;
}

.show-all-link {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 36px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none !important;
    margin-bottom: 40px;
    display: block;
    text-align: right;
}

.hht-content {
    position: relative;
    z-index: 50;
}

.hht-bg-img {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
}

.hht-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-title-light {
    color: #fff !important;
}

.goog-te-combo {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 250px;
    margin-bottom: 8px;
}

.goog-te-combo:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.editors-picks-slider {
    overflow: hidden;
}

.editors-picks-content {
    position: relative;
    z-index: 50;
}

.ep-slider-items {
    display: flex;
    align-items: center;
    gap: 28px;
    overflow-x: auto;
    cursor: grab;
    /* scroll-behavior: smooth; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.ep-slider-items:active {
    cursor: grabbing;
}


.ep-slider-item {
    flex: 0 0 auto;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    padding: 20px;
    position: relative;
}

.ep-slider-item::after {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin: auto;
    z-index: 10;
    content: '';
    border-radius: 50%;
    border: 2px solid #fff;
}

.ep-slider-item-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    z-index: 50;
    color: #fff;
    text-align: center;
    font-weight: 500;
    display: none;
}

.ep-slider-item:hover .ep-slider-item-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ep-slider-item-overlay .ep-slider-item-title {
    font-size: 1.625rem;
}

.ep-slider-item-overlay .ep-slider-item-subtxt {
    font-size: 1.25rem;
}

.ep-slider-item.style-01 {
    background: linear-gradient(180deg, #BF99FF 0%, #BD0CFF 54.69%, #D30651 100%);
}

.ep-slider-item.style-01::after {
    background: linear-gradient(0deg, rgba(189, 42, 255, 0.4), rgba(189, 42, 255, 0.4));
    border: 2px solid #EAB1FF;
}

.ep-slider-item.style-01 .ep-slider-item-overlay {
    background: linear-gradient(180deg, #BF99FF 0%, #BD0CFF 54.69%, #FF94BB 100%);
}

.ep-slider-item.style-02 {
    background: linear-gradient(180deg, #FFE75D 0%, #7FCA08 45.19%, #089865 100%);
}

.ep-slider-item.style-02::after {
    background: linear-gradient(0deg, rgba(79, 182, 46, 0.4), rgba(79, 182, 46, 0.4));
}

.ep-slider-item.style-02 .ep-slider-item-overlay {
    background: linear-gradient(180deg, #FFE75D 0%, #7FCA08 45.19%, #089865 100%);
}

.ep-slider-item.style-03 {
    background: linear-gradient(180deg, #FF9777 0%, #FD0B9C 48.08%);
}

.ep-slider-item.style-03::after {
    background: linear-gradient(0deg, rgba(252, 11, 156, 0.4), rgba(252, 11, 156, 0.4));
}

.ep-slider-item.style-03 .ep-slider-item-overlay {
    background: linear-gradient(180deg, #FF9777 0%, #FD0B9C 48.08%);
}

.ep-slider-item.style-04 {
    background: linear-gradient(180deg, #F0DB5F 0%, #F85640 45.67%, #E634BA 100%);
}

.ep-slider-item.style-04::after {
    background: linear-gradient(0deg, rgba(247, 99, 67, 0.4), rgba(247, 99, 67, 0.4));
}

.ep-slider-item.style-04 .ep-slider-item-overlay {
    background: linear-gradient(180deg, #F0DB5F 0%, #F85640 45.67%, #E634BA 100%);
}

.ep-slider-items-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 33px;
}

.ep-slider-items-nav .btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: solid 2px #fff;
    font-size: 2rem;
}

.ep-slider-items-nav .btn:hover {
    background: #FD2E90;
}

.editors-picks-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.editors-picks-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-home-client-videos {
    background: #F7DFFF;
}

.masonry-scroller {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: grab;
    /* scroll-behavior: smooth; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}



.masonry-grid {
    display: flex;
    gap: 40px;
    height: 1140px;
}

.masonry-column {
    display: flex;
    gap: 40px;
}

.masonry-column:nth-child(3n+1) {
    flex: 0 0 auto;
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.masonry-column:nth-child(3n+2) {
    flex: 0 0 auto;
    width: calc(40% - 80px);
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}

.masonry-column:nth-child(3n+3) {
    flex: 0 0 auto;
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.masonry-item {
    position: relative;
}

.masonry-column:nth-child(3n+1) .masonry-item:first-child,
.masonry-column:nth-child(3n+2) .masonry-item:first-child {
    width: 100%;
    height: 40%;
}

.masonry-column:nth-child(3n+1) .masonry-item:last-child,
.masonry-column:nth-child(3n+2) .masonry-item:last-child {
    width: 100%;
    height: calc(60% - 40px);
}

.masonry-column:nth-child(3n+3) .masonry-item {
    height: calc((100% - 80px) / 3);
    flex: 1 0 auto;
}

.masonry-item .masonry-vid-thumb {
    width: 100%;
    height: 100%;
}

.masonry-item .masonry-vid-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.masonry-item .masonry-vid-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background: linear-gradient(0deg, rgba(163, 123, 251, 0.4), rgba(163, 123, 251, 0.4));
    color: #fff;
    padding: 20px;
    text-align: center;
    /* cursor: pointer; */
}

.masonry-item:hover .masonry-vid-overlay {
    display: block;
}

.masonry-vid-title {
    font-size: 2rem;
    font-weight: 600;
}

.masonry-vid-subtxt {
    font-size: 1.5rem;
    font-weight: 500;
}

.masonry-vid-play {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-primary) !important;
    background: #fff !important;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    padding: 0px;
    width: 80px;
    height: 80px;
    font-size: 4rem;
}

.masonry-vid-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.hot-vocal-music {
    position: relative;
    width: 100%;
    padding-left: 12px;
}

.hot-vocal-music-list {
    width: 50%;
    height: 1022px;
    overflow-y: auto;
    position: relative;
    z-index: 100;
    direction: rtl;

}

.hot-vocal-music-list .container-fluid {
    direction: ltr;
}

.hot-vocal-music-list::-webkit-scrollbar {
    width: 24px;
    background: rgba(234, 226, 255, 0.4);
    display: block;
}

.hot-vocal-music-list::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: 15px;
}

.hvm-list-item {
    display: flex;
    align-items: center;
    padding: 16px 36px;
    background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(21px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 20px;
    border: 3px solid #fff;
    gap: 40px;
    margin-bottom: 10px;
}

.hvm-list-item-thumb {
    width: 124px;
    flex-shrink: 0;
}

.hvm-list-item-thumb img {
    object-fit: cover;
    border-radius: 10px;
}

.hvm-list-item-content {
    flex-grow: 1;
}

.hvm-list-item-title {
    letter-spacing: 0.01em;
    text-transform: capitalize;
    font-size: 2rem;
    color: #fff;
}

.hvm-list-item-subtxt {
    font-size: 1.5rem;
    color: #D1DEFE;
}

.hvm-play-btn {
    width: 66px;
    height: 66px;
    background: #fff !important;
    border-radius: 50%;
    padding: 0px;
    color: var(--bs-primary) !important;
    font-size: 2.5rem;
    flex-shrink: 0;
}

.hot-vocal-music-title {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 50;

}

.hot-vocal-music-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.hot-vocal-music-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.artist-profile {
    max-width: 450px;
    margin: auto;
    text-align: center;
}

.profile-story-ring {
    width: 360px;
    height: 360px;
    border-radius: 10px;
    padding: 10px;
    background: conic-gradient(from 180deg at 50% 50%, #F9ED6E -1.18deg, #B457FB 44.35deg, #EB12FF 88.4deg, #F93D40 135.42deg, #F88838 178.21deg, #9FD8FF 223.88deg, #14B5E2 268.61deg, #FF3D3D 316.3deg, #F9ED6E 358.82deg, #B457FB 404.35deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.profile-pic {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 5px;
    background-color: white;
    object-fit: cover;
}

.artist-profile-pic {
    width: 340px;
    margin: auto;
    position: relative;
    /* padding: 10px; */
    background: #fff;
    border-radius: 10px;
}

.artist-profile-pic img {
    border-radius: 10px;
}

.artist-profile-pic::after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(126, 84, 237, 0.32), rgba(126, 84, 237, 0.32));
    content: '';
    left: 0px;
    top: 0px;
}

.artist-name {
    letter-spacing: 0.04em;
    text-transform: capitalize;
    color: #855FEA;
    font-size: 2.25rem;
    font-weight: 600;
    margin-top: 10px;
}

.artist-country {
    font-size: 1.5rem;
    color: #855FEA;
    font-weight: 600;
}

.ctab-item-btn {
    flex: 1 0 0;
    background: rgba(148, 116, 233, 0.06) !important;
    border-bottom: 1px solid rgba(133, 95, 234, 0.5) !important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 1.75rem;
    color: #855FEA !important;
    border-radius: 0px;
    font-weight: 500;
    height: 60px;
}

.ctab-item-btn.active {
    background: #9474E9 !important;
    border: 0px !important;
    border-bottom: 2px solid #C5AFFF !important;
    border-radius: 8px 8px 0px 0px;
    color: #fff !important;
}

.custom-tab-contents {
    padding: 46px 0;
    font-size: 1.125rem;
    line-height: 28px;
    color: #6B6676;
}

.music-genres {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.music-genres a {
    background: #9474E9 !important;
    color: #fff !important;
    font-size: 1.25rem;
    border-radius: 30px;
    padding: 8px 20px;
}

.artist-section-title {
    font-size: 1.75rem;
    color: #7E54ED;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: solid 1px #B8A1F5;
}

.as-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.as-carousel-row {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    cursor: grab;
}

.as-carousel-row.as-dragging {
    cursor: grabbing;
}

.as-carousel-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.as-carousel-bullets .as-carousel-bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #C1B8D9;
    flex-shrink: 0;
}

.as-carousel-bullets .as-carousel-bullet.active {
    background: var(--bs-primary);
    width: 50px;
}

.as-carousel-bullets .as-carousel-bullet.active+.as-carousel-bullet {
    width: 15px;
}

.soundpacks-carousel {
    margin-top: 80px;
}

.soundpacks-carousel .as-carousel-wrapper {
    padding: 0 65px;
}

.soundpacks-carousel .as-carousel-row {
    gap: 36px;
}

.soundpacks-carousel .as-carousel-item {
    flex: 0 0 auto;
    width: 340px;
}

.soundpacks-carousel .as-carousel-item img {
    border-radius: 12px;
}

.soundpacks-carousel .soundpacks-carousel-title {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #6B6676;
    text-align: center;
    padding: 10px 0;
}

.soundpacks-carousel .as-carousel-nav .btn {
    position: absolute;
    top: 0px;
    padding: 0px;
    width: 65px;
    height: calc(100% - 56px);
    border: 0px !important;
    background: transparent !important;
    color: #7E54ED !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}

.soundpacks-carousel .as-carousel-nav .btn.as-carousel-prev {
    left: 0px;
}

.soundpacks-carousel .as-carousel-nav .btn.as-carousel-next {
    right: 0px;
}

.bs-track-filters {
    padding: 36px 0;
}

.bs-track-filters .btn-secondary {
    background: #9474E9 !important;
    border-color: #9474E9 !important;
}

.bs-track-maintable {
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.bs-track-maintable>thead>tr>th {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    background: #A482FF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bs-track-maintable .avatar {
    width: 60px;
    height: 60px;
}

.bs-track-maintable>tbody>tr>td {
    font-size: 1.25rem;
    color: #75737B;
    vertical-align: middle;
    border-color: #C8B3FF;
}

.bs-track-maintable>tbody>tr>td>.table-link {
    color: #8357FA;
    text-decoration: none;
}

.bs-track-maintable>tbody>tr>td .text-truncate {
    display: inline-block;
    max-width: 250px;
}

.signin-left {
    max-width: 600px;
    padding: 50px 0;
}

.signin-left h1 {
    color: var(--bs-primary);
    font-weight: 400;
}

.signin-left p {
    color: #626161;
    margin-bottom: 30px;
}

.signin-form .form-label {
    color: #626161;
}

.signin-form .forgot-password {
    color: #626161;
    text-decoration: none !important;
}

.signin-form .form-control {
    border: 1.8px solid #BFA7FF;
}

.signin-form .form-control::placeholder {
    color: #BCBABA;
}

.signin-form .form-control::-ms-input-placeholder {
    color: #BCBABA;
}

.form-links a {
    color: #6695FA;
    text-decoration: none;
}

.bs-track-subtable th {
    font-size: 1.25rem;
    color: #8274FF;
    font-weight: 500;
    border-top: solid 2px #8274FF;
    border-bottom: solid 2px #8274FF;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: middle;
}

.bs-track-subtable td {
    border-color: #CDBAFF;
    font-size: 1.125rem;
    color: #423369;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
}

.table-cta {
    width: 230px;
}

.bs-track-subtable .btn {
    border: 0px !important;
}

.bs-track-subtable .badge {
    background: #5D78FF !important;
}

.bs-track-subtable .price-badge {
    width: 18px;
    height: 18px;
    background: #5D78FF;
    border: 1px solid #153CFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
}

.bs-track-subtable .text-primary {
    color: #153CFF !important;
}

.bs-track-pagination {
    font-size: 1.25rem;
    color: #746F81;
    font-weight: 500;
}

.bs-track-pagination .form-select {
    font-size: 1.25rem;
    color: #746F81;
    font-weight: 500;
    background-color: #EEE8FF;
    border: 0px !important;
}

.pagi-nav .btn {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--bs-primary);
}

.music-top-nav {
    padding: 40px 0;
}

.music-top-nav .as-carousel-wrapper {
    display: flex;
    justify-content: center;
}

.music-top-nav .as-carousel-row {
    gap: 24px;
}

.music-top-nav .as-carousel-row .as-carousel-item {
    flex-shrink: 0;
}

.btn-outline-primary {
    border-color: #AF91FF;
    color: var(--bs-dark);
}

.music-top-nav .as-carousel-row .as-carousel-item .btn {
    padding-left: 30px;
    padding-right: 30px;
}

.btn-outline-primary:hover,
.music-top-nav .as-carousel-row .as-carousel-item .btn.active {
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: #fff;
}

.music-production {
    background: #F8F5FF;
}

.music-production h1 {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: bold;
}

.music-production .mp-subtitle {
    color: #888789;
    font-size: 1.75rem;
}

.music-production .mp-subtxt {
    color: #89888C;
    font-size: 1.25rem;
}

.music-production p {
    max-width: 950px;
    margin: auto;
    color: #89888C;
    font-size: 1rem;
}

.mp-highlight {
    color: #89888C;
    font-size: 1.375rem;
}



.ml-masonry-img-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(58, 73, 151, 0) 0%, rgba(58, 73, 154, 0.8) 100%);
    display: flex;
    align-items: flex-end;
    padding: 10px;
}

.ml-masonry-title {
    color: #6A686C;
    font-size: 1.75rem;
    text-decoration: none !important;
}

.ml-masonry-text {
    font-size: 0.875rem;
    color: #949299;
}



.music-sidebar-bx-title {
    text-transform: uppercase;
    color: #7A787D;
    font-size: 1.5rem;
}

.music-sidebar-bx-list {
    overflow-y: auto;
    max-height: 465px;
}

.music-sidebar-bx-list::-webkit-scrollbar {
    width: 12px;
    background: #DDE8FF;
}

.music-sidebar-bx-list::-webkit-scrollbar-thumb {
    background-color: #6696FF;
    border-radius: 10px;
}

.music-sidebar-bx-list .btn {
    border: 1px solid #ACC6FF;
    font-size: 1.25rem;
    color: #6696FF;
    padding-left: 35px;
    padding-right: 35px;
    text-transform: capitalize;
    text-align: left;
    flex: 1 0 auto;
}

.music-sidebar-bx-list .btn:hover {
    background: #E2EBFF;
}

.ms-year .music-sidebar-bx-list {
    grid-template-columns: 1fr 1fr;
}

.ms-year .btn {
    text-transform: uppercase;
    text-align: center;
}

.music-carousels-title {
    color: #9A73FF;
    letter-spacing: -0.05em;
    font-size: 2.75rem;
    border-bottom: solid 2px #E0D4FF;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-weight: 600;
}

.music-carousels .as-carousel-item {
    flex: 0 0 auto;
    width: 100%;
}

.music-carousels .music-carousel-btn {
    font-size: 1.25rem;
    color: #9172E4;
    border-color: #D1BFFF;
    border-radius: 30px;
    margin: 0 26px 26px 0;
}

.music-carousels .music-carousel-btn:hover {
    background: #EFE9FF;
}

.music-carousels .as-carousel-nav .btn {
    position: absolute;
    top: 0px;
    height: 43px;
    border-color: transparent !important;
    color: #8D62FF;
}

.music-carousel-control {
    height: 43px;
    padding: 0 42px;
    display: flex;
    align-items: center;
}

.music-carousel-control .as-carousel-prev {
    left: 0px;
}

.music-carousel-control .as-carousel-next {
    right: 0px;
}

.music-carousel-control .as-carousel-bullets .as-carousel-bullet {
    width: 12px !important;
    height: 12px !important;
    border-radius: 8px;
    background: #fff;
    border: solid 2px #8D62FF;
}

.music-carousel-control .as-carousel-bullets .as-carousel-bullet.active {
    background: #8D62FF;
}

.music-modal .modal-content {
    border-radius: 16px 16px 0px 0px;
}

.music-modal .modal-header {
    background: rgba(164, 130, 255, 0.18);
    border-bottom: 2px solid #C2ACFF;
    border-radius: 16px 16px 0px 0px;
}

.music-modal .modal-header .modal-title {
    font-weight: 600;
    color: #9B7DEE;
}

.genre-analysis-title {
    font-size: 1.2rem;
    color: #9B7DEE;
    font-weight: 600;
}

.genre-analysis-subtxt {
    color: #8A8596;
    font-size: 1rem;
}

.genre-analysis-table {
    overflow: hidden;
    border-radius: 16px 16px 0px 0px;
    margin-bottom: 0px;
}

.genre-analysis-table th {
    background: #A482FF;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 20px 19px;
}

.genre-analysis-table tbody {
    overflow-y: scroll;
    height: 300px;
    display: block;
    width: 100%;
}

.genre-analysis-table thead,
.genre-analysis-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.genre-analysis-table tbody::-webkit-scrollbar {
    width: 6px;
    background: #F6F2FF;
}

.genre-analysis-table tbody::-webkit-scrollbar-thumb {
    background: #A482FF;
    border-radius: 4px;
}

.genre-analysis-table td {
    padding: 20px;
    color: #85828C;
    font-size: 1.25rem;
}

.feature-artist-title {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #F3EEFF;
    text-shadow:
        -1px -1px 0 #AD8EFF,
        1px -1px 0 #AD8EFF,
        -1px 1px 0 #AD8EFF,
        1px 1px 0 #AD8EFF;
    margin: 0;
    padding: 0;
    /* text-align: center; */
}

.feature-artist-body {
    /* background: #C1A9FF; */
    margin-top: -10px;
    position: relative;
    z-index: 10;
}

.feature-artist-item {
    background: #FAF6FF;
}

.fa-item-title {
    font-size: 2rem;
    color: #9666D5;
}

.fa-item-subtxt {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #8E8C97;
}

.fa-item-stats {
    color: #8E8C97;
    gap: 10px;
}

.fa-item-genres-title {
    color: #8E8C97;
    font-size: 1.25rem;
}

.fa-item-genres-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.fa-item-genres-badges span {
    color: #9E79FF;
    border: solid #9E79FF 1px;
    border-radius: 20px;
    height: 33px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-artist-left .feature-artist-content {
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
}

.feature-artist-content-inner {
    background: rgba(146, 104, 255, 0.42);
    backdrop-filter: blur(16px);
    color: #fff;
    border-radius: 18px;
    padding: 28px;
}

.fa-content-title {
    font-size: 2rem;
    line-height: 28px;
}

.fa-content-txt {
    font-weight: 500;
}

.fa-content-title .fa-title-line {
    height: 2px;
    background: #fff;
}

.fa-aud-item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 20px;
    border-radius: 22px;
}

.fa-aud-item.active {
    background: radial-gradient(85.1% 85.1% at 12.47% 13.69%, #FFFFFF 0%, #F2E9FF 100%);
}

.fa-aud-item .play-stop-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    flex-shrink: 0;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    background: linear-gradient(180deg, #9747FF 0%, #5C06CC 100%);
}

.fa-aud-item .play-stop-btn .bi-pause,
.fa-aud-item.active .play-stop-btn .bi-play-fill {
    display: none;
}

.fa-aud-item.active .play-stop-btn .bi-pause {
    display: block;
}

.fa-aud-item .fa-aud-txt {
    padding-left: 18px;
    padding-right: 50px;
    width: calc(100% - 55px);
    /* flex-grow: 1; */

}

.fa-aud-item .fa-aud-title {
    font-size: 1.25rem;
    color: #9443FC;
    font-weight: 500;
    /* margin-bottom: 5px; */
}

.fa-aud-item .fa-aud-subtxt {
    font-size: 1.125rem;
    color: #978EA9;
}

.fa-aud-item.active .fa-aud-subtxt {
    color: #978EA9;
}

.fa-aud-item .more-btn {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    color: #9443FC;
    font-size: 2rem;
    display: none;
}

.fa-aud-item:hover .more-btn,
.fa-aud-item.active .more-btn {
    display: block;
}

.fa-aud-list-title {
    color: #8F70E4;
    font-size: 2rem;
    text-transform: uppercase;
}

.fa-aud-list-item {
    display: flex;
    align-items: center;
    padding: 3px 20px;
    gap: 30px;
    margin-bottom: 15px;
    border-radius: 28px;
}

.fa-aud-list-item:hover {
    background: #F9F5FF;
}


.ring-wrapper {
    position: relative;
    width: 126px;
    height: 126px;
}

.ring-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}

.ring-inner {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    padding: 4px;
}

.ring-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

.fa-aud-list-item-title {
    font-size: 1.5rem;
    color: #707071;
    font-weight: 500;
}

.fa-aud-list-item-subtxt {
    color: #885CFB;
    font-size: 1.25rem;
}

.fa-aud-list-play-btn {
    padding: 0px;
    background: linear-gradient(180deg, #9747FF 0%, #5C06CC 100%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    color: #fff !important;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-aud-list-play-btn .bi-pause {
    display: none;
}

.fa-list-more-btn {
    font-size: 2rem;
    width: 44px;
    height: 44px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-dark) !important;
}

/* Hero Section Styles */
.music-genres-hero {
    min-height: 100vh;
    background: #f5f0fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.music-genres-hero .container-fluid {
    padding: 0;
}

.music-genres-hero-img {
    background: #fff;
    display: flex;
    align-items: stretch;
    height: 100%;
    width: 100%;
}

.music-genres-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 400px;
    box-shadow: 4px 4px 6px 0px rgba(150, 114, 244, 0.44);
}

.music-genres-hero-title {
    color: #9A73FF;
    font-size: 3.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    text-transform: capitalize;
}

.music-genres-hero-desc {
    color: #89888C;
    font-size: 1.375rem;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}


.subgenres-title,
.best-selling-title {
    color: #8F70E4;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.subgenres-list {
    margin: 0;
    padding: 0;
    overflow-y: auto;
    width: 100%;
}

.subgenres-list-item {
    display: flex;
    align-items: center;
    border-radius: 1.25rem;
    padding: 0.75rem 1.25rem;
    font-size: 1.25rem;
    color: #7E7A88;
}

.subgenres-list-item:hover {
    background: #F9F5FF;
    /* box-shadow: 0 2px 12px 0 rgba(154, 115, 255, 0.08); */
}


.subgenres-list-count {
    color: #9A73FF;
    font-weight: 600;
    margin-right: 0.5rem;
}

.subgenres-list-sep {
    margin: 0 0.5rem;
    color: #89888C;
    font-weight: 400;
    font-size: 1rem;
    position: relative;
}

.subgenres-list-sep:not(:last-child)::after {
    content: '|';
    color: #d1c3f7;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.subgenres-list-icon {
    color: #b39ddb;
    font-size: 1.2rem;
    margin-left: 0.5rem;
}

.subgenres-list-xref {
    background: #3D2B7C;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 0.4rem;
    padding: 0.1rem 0.7rem;
    margin-left: 0.5rem;
    letter-spacing: 0.04em;
}

.subgenres-list-footer {
    color: #9A73FF;
    font-size: 1rem;
    font-family: Poppins, sans-serif;
    margin-top: 1rem;
    font-weight: 400;
}

.subgenres-list-footer-arrow {
    font-size: 1.1em;
    margin-left: 0.2em;
}

.music-genres-main-tracks {
    margin: 0;
    padding: 0;
}

.best-selling-track-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 8px 20px;
}

.best-selling-track-item:hover {
    border-radius: 28px;
    background: #F9F5FF;

}

.best-selling-track-item>div {
    width: calc(100% - 220px);
    gap: 15px;
}

.best-selling-track-thumb {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0px 5px 6px rgba(174, 121, 194, 0.45));
    flex-shrink: 0;
}

.best-selling-track-item:nth-child(5n+1) .best-selling-track-thumb {
    background: linear-gradient(180deg, #81F4AD 0%, #6ED2FE 54.69%, #0879AD 100%);
}

.best-selling-track-item:nth-child(5n+2) .best-selling-track-thumb {
    background: linear-gradient(180deg, #F4B181 0%, #6ED2FE 54.69%, #0B73A2 100%);
}

.best-selling-track-item:nth-child(5n+3) .best-selling-track-thumb {
    background: linear-gradient(180deg, #FF8176 0%, #F43827 54.69%, #580C06 100%);
}

.best-selling-track-item:nth-child(5n+4) .best-selling-track-thumb {
    background: linear-gradient(180deg, #FDEC6C 0%, #6ED2FE 54.69%, #2FBF6E 100%);
}

.best-selling-track-item:nth-child(5n+5) .best-selling-track-thumb {
    background: linear-gradient(180deg, #9274FF 0%, #6ED2FE 54.69%, #441ED7 100%);
}

.best-selling-track-thumb img {
    width: 68px;
    height: 68px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.best-selling-track-thumb+div {
    width: calc(100% - 95px);
}

.best-selling-track-title {
    color: #707071;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: capitalize;
    max-width: 100%;
}

.best-selling-track-artist {
    color: #885CFB;
    font-size: 1.125rem;
    max-width: 100%;
}

.track-hot-btn {
    padding: 8px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(49.23% 49.23% at 48.15% 36.11%, #FFF 0%, #E7D5FF 100%);
}

.playlist-search {
    height: 57px;
    padding: 2px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
    background: linear-gradient(90deg, rgba(106, 159, 235, 1) 0%, rgba(143, 86, 221, 1) 50%, rgba(255, 129, 207, 1) 100%);
}

.playlist-search>span {
    background: #fff;
    padding-left: 24px;
    position: relative;
    border: 0px;
}

.playlist-search>span::after {
    width: 1px;
    height: 34px;
    background: #9E9A9B;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    content: '';
    margin: auto;
    z-index: 10;
}

.playlist-search .form-control {
    border: 0px;
    box-shadow: inset !important;
}

.playlist-search .btn {
    background: #FF81CF;
    color: #fff;
    font-size: 2rem;
    border: 0px;
    padding: 0px;
    width: 75px;
}

.playlist-title {
    background: #F8F5FF;
    color: #9A73FF;
    font-size: 2rem;
    font-weight: 500;
}

.playlist-cat-item {
    padding: 18px;
    background: conic-gradient(from 180deg at 50% 50%, #FE873D 0deg, #956CFF 20.77deg, #FA5DB8 91.73deg, #FE1F70 162.69deg, #FF5858 263.08deg, #FE873D 360deg);
    border-radius: 12px;
    display: block;
}

.playlist-cat-item img {
    aspect-ratio: 1/1;
    border-radius: 12px;
}

.playlist-search-item {
    border: solid 2px #E3D9FF;
    border-radius: 12px;
    padding: 28px;
}

.playlist-search-item .playlist-search-thumb {
    aspect-ratio: 1/1;
    border-radius: 12px;
}

.playlist-search-item .ps-item-title {
    color: #7F55EF;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5rem;
    border-bottom: solid 1px #E9E0FF;
    padding-top: 8px;
    margin-bottom: 8px;

}

.playlist-search-item .ps-item-subtitle {
    color: #8A8599;
    font-size: 1.125rem;
    margin-bottom: 24px;
}

.playlist-search-item .ps-item-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.playlist-search-item .ps-item-badges span {
    color: #9E79FF;
    border-radius: 20px;
    padding: 0px 16px;
    border: 1px solid #9E79FF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
}

.playlist-search-item .ps-item-text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #707071;
    font-size: 1.125rem;
    padding: 20px 0 0 0;
    margin-bottom: 20px;
}

.playlist-search-item .ps-item-text .highlighted-txt {
    text-transform: uppercase;
    color: #906DEE;
    font-weight: 500;
}

.ps-item-bottom {
    border-top: solid 1px #E9E0FF;
    padding-top: 20px;
}

.ps-item-bottom .btn {
    border-color: #BC9FFF;
    color: #9168FF;
    background: #fff !important;
}

.playlist-search-item .ps-item-bottom span {
    display: block;
    color: #906DEE;
    padding-top: 5px;
}

.musicpacks-header {
    color: #787386;
    font-size: 1.25rem;
    margin: 40px 0 32px 0;
    border-bottom: 2px solid rgba(211, 206, 255, 0.4);
    padding-bottom: 10px;
}

.musicpacks-title {
    color: #9F80F2;
    font-size: 2rem;
}

.musicpacks-pagination {
    padding: 0 0 10px 0;
    font-size: 2rem;
    color: #9F80F2;
}

.musicpacks-pagination a {
    font-size: 2rem;
    color: #9F80F2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    height: 42px;
    width: 42px;
    border: 2px solid #9F80F2;
    border-radius: 8px;
    text-decoration: none !important;
}

.musicpacks-item {
    border-top: 28px solid #D9CEFF;
    padding: 40px 0;
}

.musicpacks-item-row img {
    aspect-ratio: 1/1;
    border-radius: 18px;
    object-fit: cover;
    width: 300px;
}

.musicpacks-item-title {
    font-size: 1.75rem;
    color: #9474E9;
    font-weight: 500;
}

.musicpacks-item-title span {
    color: #827B93;
    font-size: 1.5rem;
    font-weight: 400;
}

.musicpacks-item-txt {
    font-size: 1.125rem;
    color: #6B6676;
}

.musicpacks-table th {
    background: #F5F2FF;
    border-top: 0px;
    border-bottom: 2px solid rgba(182, 174, 255, 0.6);
}

.musicpacks-table .table-cta {
    flex-wrap: wrap;
    width: 280px;
}

.profile-nav .btn {
    color: #8C60FF;
    border-color: #8C60FF;
}

.profile-nav .btn:hover {
    color: #fff;
}

.profile-about-container {
    background: #F5F0FF;
    border-radius: 40px;
    padding: 40px;
}

.profile-about-title {
    color: #6B6676;
    font-size: 1.75rem;
    font-weight: 500;
}

.profile-about-text {
    font-size: 1.125rem;
    color: #6B6676;
}

.profile-genre-card {
    background: #F5F0FF;
    border-radius: 20px;
}

.profile-genre-card-title {
    color: #6B6676;
    font-size: 1.75rem;
    font-weight: 500;
}

.profile-genre-card-body {
    display: flex;
    flex-wrap: wrap;
}

.profile-genre-card-body .btn {
    height: 46px;
    background: #A684FF;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 30px;
    font-size: 1.25rem;
}

.profile-nav .as-carousel-row {
    column-gap: 50px
}

.profile-nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 4px;
    padding: 0 15px;
}

.profile-nav a .profile-stat-number {
    color: #70658C;
    font-weight: 500;
    font-size: 1.125rem;
}

.profile-nav a:hover .profile-stat-number {
    color: #8C60FF;
}

.profile-nav a .profile-stat-icon img:last-child {
    display: none;
}

.profile-nav a:hover .profile-stat-icon img:last-child,
.profile-nav a.active .profile-stat-icon img:last-child {
    display: block;
}

.profile-nav a:hover .profile-stat-icon img:first-child,
.profile-nav a.active .profile-stat-icon img:first-child {
    display: none;
}

.profile-nav a .profile-stat-label {
    color: #9995A3;
    font-weight: 500;
    font-size: 1.25rem;
}

.spotlight-list .border {
    border-color: #C0A8FF;
    border-radius: 24px;
}

.spotlight-list-img img {
    border-radius: 24px;
}

.sp-list-img-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sp-list-img-text>div {
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #7743FF;
    text-shadow: 0px 6px 6px rgba(180, 91, 185, 0.8);
    font-size: 3rem;
    font-weight: 600;
}

.spotlight-list-items {
    background: #FAF6FF;
    padding: 20px 0;
}

.sp-list-items-title {
    background: var(--bs-primary);
    color: #fff;
    font-size: 1.25rem;
    border-radius: 8px;
    padding: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.spotlight-list-item {
    color: #726B7B;
    font-size: 1.25rem;
    border-radius: 8px;
    padding: 10px 20px;
    display: block;
    text-decoration: none;
}

.matching-search-title {
    color: #8F70E4;
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.matching-search .as-carousel-row .as-carousel-item {
    flex: 0 0 auto;
    width: calc(50% - 3rem);
    border-radius: 20px;
    background: #F9F5FF;
    padding: 12px 20px;
}

.matching-search-thumb {
    width: 152px;
}

.matching-search-thumb img {
    aspect-ratio: 1/1;
    border-radius: 20px;
    width: 152px;
}

.matching-search-item-title {
    color: var(--bs-dark);
    font-size: 2rem;
}

.matching-search-item-subtitle {
    font-size: 1.5rem;
    color: #5886EE;
}

.matching-search-item-btn {
    width: 62px;
    height: 62px;
    background: #AA68FF !important;
    border-radius: 50%;
    padding: 0px;
    border: 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.matching-search-item-btn img {
    width: 40px;
}

.hyper-search {
    background: url('../images/hyper-search-system-bg.jpg') center center no-repeat;
    background-size: cover;
}

.hyper-search-header {
    display: flex;
    max-width: 1295px;
    padding: 40px 50px;
    align-items: center;
    gap: 45px;
    border-radius: 24px;
    border: 2px solid #E9D4FF;
    background: rgba(0, 0, 0, 0.001);
    backdrop-filter: blur(3px);
    color: #fff;
    margin: auto;
}

.hyper-search-title {
    color: #FFF;
    -webkit-text-stroke-width: 0.4px;
    -webkit-text-stroke-color: #FFF;
    font-size: 4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 78px;
    /* 121.875% */
    letter-spacing: 0.64px;
    text-transform: capitalize;
    flex: 1 0 0;
}

.hyper-search-subtitle {
    display: -webkit-box;
    flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    flex-shrink: 0;
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    /* 135.714% */
    text-transform: capitalize;
}

.hyper-search-subtxt {
    color: #F6F3FF;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.hyper-search .playlist-search {
    border: 3px solid #6A9FEB;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(2px);
    padding: 0px;
}

.hyper-search .playlist-search>span::after {
    background: #D5D1D3;
}

.hyper-search .playlist-search>span,
.hyper-search .playlist-search .form-control {
    background: transparent;
    color: #fff;
}

.hyper-search .playlist-search .btn {
    background: #6A9FEB;
}

.hyper-search .playlist-search>span::after {
    background: #D5D1D3;
}

.hyper-search .playlist-search .form-control::placeholder {
    color: #fff;
}

.hyper-search .playlist-search .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #fff;
}

.hyper-search .as-carousel-wrapper {
    display: flex;
    justify-content: center;
}

.hyper-search .as-carousel-item .btn {
    border-radius: 30px;
    border: 2px solid #F1EBFF;
    background: rgba(248, 245, 255, 0.08);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(2px);
    color: #FFF;
    text-transform: uppercase;
    padding-inline: 40px;
    white-space: nowrap;
}

.hyper-search .as-carousel-item .btn.active {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.main-hyper-search-filter {
    border-radius: 8px;
    background: #FBFAFF;
    padding: 50px 40px;
}

.hs-filter-input .form-select,
.hs-filter-input .form-control {
    border-radius: 6px;
    border: 2px solid #F4F0FB;
    background-color: #F4F0FB;
    padding: 20px 32px;
    color: #8A8599;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    background-size: 32px 32px;
    background-position: right 22px center;
    --bs-form-select-bg-img: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTAuODI2NyAxMi4zODY3TDE2IDE3LjU2TDIxLjE3MzQgMTIuMzg2N0MyMS42OTM0IDExLjg2NjcgMjIuNTMzNCAxMS44NjY3IDIzLjA1MzQgMTIuMzg2N0MyMy41NzM0IDEyLjkwNjcgMjMuNTczNCAxMy43NDY3IDIzLjA1MzQgMTQuMjY2N0wxNi45MzM0IDIwLjM4NjdDMTYuNDEzNCAyMC45MDY3IDE1LjU3MzQgMjAuOTA2NyAxNS4wNTM0IDIwLjM4NjdMOC45MzMzNiAxNC4yNjY3QzguNDEzMzYgMTMuNzQ2NyA4LjQxMzM2IDEyLjkwNjcgOC45MzMzNiAxMi4zODY3QzkuNDUzMzYgMTEuODggMTAuMzA2NyAxMS44NjY3IDEwLjgyNjcgMTIuMzg2N1oiIGZpbGw9IiM5NzQ3RkYiLz4KPC9zdmc+);
}

.hs-filter-input .form-control {
    background: #F4F0FB;
}

.hs-filter-input .form-label {
    margin: 0;
    color: #4321A8;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding-top: 12px;
    position: relative;
}

.hs-filter-input .form-label::after {
    position: absolute;
    left: 20px;
    top: 0px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;

    border-top: 12px solid #F4F0FB;
    content: '';
}

.hs-filter-help-btn {
    height: 67px;
}

.hs-filter-help-btn .btn {
    padding: 0px;
    display: flex;
    width: 36px;
    height: 36px;
    padding: 2px 4px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 2px solid #A17DFF;
    color: #64616D;
    font-size: 1.5rem;
}

.hs-filter-check {
    border-radius: 6px;
    border: 2px solid var(--bs-primary);
    background: var(--bs-primary);
    height: 67px;
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    color: #fff;
    color: #FFF;
    text-align: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    gap: 15px;
}

.hs-filter-check .form-check-input {
    margin: 0px;
}

.addi-hyper-search-filter {
    border-radius: 8px;
    background: #FBFAFF;
}

.addi-hs-filter-title {
    border-bottom: 2px solid #C9B4FF;
    padding: 16px 30px;
    color: #8052F8;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
    text-transform: uppercase;
}

.addi-hs-filter-body {
    padding: 50px 40px;
}

.spotlight-list .card {
    border-radius: 34px;
    border: 2px solid #EDDFFF;
    background: #FDFDFF;
}

.spotlight-list .card-img-top {
    aspect-ratio: 16/9;
    object-fit: cover;
    overflow: hidden;
    border-radius: 34px 34px 0 0;
    mask-image: radial-gradient(circle at 50% -140%, black 93%, transparent 80%);
}

.spotlight-list .card-body {
    padding: 30px;
}

.spotlight-list .card-title {
    color: var(--bs-primary);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}

.spotlight-list .spotlight-card-list a {
    display: block;
    padding: 15px 16px;
    color: #726B7B;
    text-transform: capitalize;
    font-size: 1.25rem;
    text-decoration: none !important;
    border-radius: 8px;
}

.spotlight-list .spotlight-card-list a:hover {
    background: #F2E9FF;
    color: #6D36FF;
}

.artists-by-genre-title {
    font-size: 2rem;
    color: #fff;
    padding: 16px 70px;
    background: #A482FF;
    border-radius: 12px 12px 0 0;
}

.artby-genre-items {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    /* Max 5 rows */
    gap: 0.825rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    /* padding: 1rem; */
}

.artby-genre-items a {
    white-space: nowrap;
    display: inline-block;
    color: #9172E4;
}

.artby-genre-items .btn:hover,
.artby-genre-items .btn.active {
    color: #fff;
    background: #9172E4;
    border-color: #9172E4;
}

.artby-genre-items::-webkit-scrollbar {
    width: 18px;
    background: #EAE2FF;
}

.artby-genre-items::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: 10px;
}

.alphabet-filter-container .btn {
    background: #F8F5FF;
    color: var(--bs-primary);
}

.alphabet-filter-container .btn:hover,
.alphabet-filter-container .btn.active {
    background: var(--bs-primary);
    color: #fff;
}

.artist-column-card-title {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    padding: 16px 48px;
    border-radius: 8px;
    background: #A482FF;
}

.artist-column-card-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0 20px 0;
}

.ac-card-item {
    display: flex;
    align-items: center;
    background: #FBF9FF;
    box-shadow: 1px 4px 5px rgba(126, 84, 237, 0.24);
    border-radius: 8px;
}

.ac-card-item-img {
    flex-shrink: 0;
    width: 100px;
}

.ac-card-item-img img {
    width: 100px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px;
}

.ac-card-item-text {
    flex-grow: 1;
    color: #330988;
    font-size: 1.25rem;
    padding: 10px 24px;
}

.musipack-collections-header {
    border-top: solid 2px #DED2FF;
    border-bottom: solid 2px #DED2FF;
    font-size: 1.875rem;
    color: #8F70E4;
    font-weight: 500;
}

.musipack-collections-header span {
    font-size: 1.5rem;
    font-weight: 400;
}

.musicpacks-list a {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border-radius: 12px;
    border: solid 1px #C6B1FF;
    gap: 26px;
    text-decoration: none;
    margin-bottom: 12px;
}

.musicpacks-list a:hover,
.musicpacks-list a.active {
    background: #F3EEFF;
    border-color: #F3EEFF;
}

.musicpacks-list a .musicpacks-number {
    width: 80px;
    height: 40px;
    border-radius: 4px;
    color: var(--bs-primary);
    border: solid 1px #C8B5F9;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.musicpacks-text {
    color: #79787C;
    font-size: 1.25rem;
}

.musicpacks-list a:hover .musicpacks-number,
.musicpacks-list a.active .musicpacks-number {
    border-color: var(--bs-primary);
}

.musicpacks-list a:hover .musicpacks-text,
.musicpacks-list a.active .musicpacks-text {
    color: var(--bs-primary);
}

.massive-impact-item {
    background: #FBF9FF;
    padding: 12px;
    border-radius: 24px;
}

.massive-impact-item img {
    aspect-ratio: 1/1;
    border-radius: 10px;
}

.massive-impact-item-title {
    padding: 15px 0;
    font-size: 1.25rem;
    color: var(--bs-primary);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.massive-impact-item-text {
    font-size: 1.125rem;
    color: #6A696D;
    display: none;
    margin-bottom: 24px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.massive-impact-item-title .bi-chevron-up {
    display: none;
}

.massive-impact-item-title.active .bi-chevron-down {
    display: none;
}

.massive-impact-item-title.active .bi-chevron-up {
    display: block;
}

.massive-impact-item-title.active+.massive-impact-item-text {
    display: -webkit-box;
}

.world-music-hero-content {
    background: #F8F5FF;
}

.world-music-hero-content p {
    color: #89888C;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.world-music-genres-title {
    color: var(--bs-primary);
    font-size: 1.5rem;
}

.wmg-item {
    border: solid 1px #EEE8FF;
    border-radius: 18px;
    display: flex;
}

.wmg-item:hover {
    background: #FDFBFF;
    box-shadow: 0px 4px 6px rgba(126, 84, 237, 0.25);
}

.wmg-item-img {
    flex-shrink: 0;
    width: 180px;
}

.wmg-item-img img {
    border-radius: 6px;
    width: 180px;
    aspect-ratio: 1/1;
}

.wmg-item-content {
    flex-grow: 1;
    padding-left: 10px;
}

.wmg-item-title {
    color: #7743FF;
    font-size: 1.5rem;
}

.wmg-item-tracks {
    color: #7E7C81;
    font-size: 0.875rem;
}

.wmg-item-tags span {
    color: #8279FF;
    font-size: 0.75rem;
    border-left: 1px solid #B1ACFF;
    padding: 0 5px;
}

.wmg-item-tags span:first-child {
    padding-left: 0px;
    border: 0px;
}

.wmg-item-text {
    color: #7E7C81;
    font-size: 0.875rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.payment-options {
    background: #F5F2FF;
    border-bottom: 2px solid rgba(187, 161, 255, 0.6);
}

.payment-options-logos {
    max-width: 870px;
}

.wm-section-title {
    font-size: 2.5rem;
    color: var(--bs-primary);
}

.wm-section-subtitle {
    font-size: 1.75rem;
    color: var(--bs-primary);
}

.wm-section-text {
    color: #5E5D60;
    font-size: 1.375rem;
}

.software-clients-img {
    max-width: 330px;
}

.software-clients {
    border-bottom: 2px solid rgba(187, 161, 255, 0.6);
}

.software-clients-links a {
    font-size: 1.375rem;
    color: #8252FF;
    text-decoration: none !important;
}

.hyper-search-cta .btn-outline-primary {
    color: #fff;
    border-color: #fff;
}

.music2-hero-container {
    background: #F8F5FF;
}

.hero-title {
    font-size: 2.5rem;
}

.hero-description {
    font-size: 1.25rem;
    color: #79787E;
}

.hero-footer-text {
    font-size: 1rem;
    color: #89888C;
}

.music2-card {
    background: #FBF9FF;
    box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    padding: 40px 18px;
    color: #7E7D80;
}

.music2-card-title1 {
    color: #9A73FF;
    font-size: 2rem;
}

.music2-card-title2 {
    color: #855BFF;
    font-size: 1.625rem;
    font-weight: 500;
    padding: 20px 36px;
    background: #F3EFFF;
    border-bottom: 2px solid #D3C3FF;
    border-radius: 12px;
    text-transform: capitalize;
}

.music2-card-subtext {
    font-size: 1.25rem;
    color: #706689;
}

.mc-item {
    display: flex;
}

.mc-item-img {
    width: 100px;
    height: 100px;
}

.mc-item-img img {
    width: 100px;
    height: 100px;
    aspect-ratio: 1/1;
    border-radius: 6px;
    flex-shrink: 0;
}

.mc-item-title {
    color: #7743FF;
    font-size: 1.75rem;
}

.mc-item-subtitle {
    color: #7E7C81;
    font-size: 1.5rem;
}

.mc-item-cta {
    width: 53px;
    height: 53px;
    padding: 0px;
    border-radius: 50%;
    font-size: 2rem;
    background: linear-gradient(180deg, #9747FF 0%, #5C06CC 100%);
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.music-pictv-item-img {
    width: 76px;
    height: 76px;
    flex-shrink: 0;
}

.music-pictv-item-img img {
    border-radius: 6px;
    aspect-ratio: 1/1;
    width: 76px;
    height: 76px;
}

.music-pictv-item-title {
    color: #4F4E51;
    font-size: 1.5rem;
}

.music2-sidebar .music-sidebar-bx-list .btn {
    color: #9D85DD;
    border-color: #D1BFFF;
}

.music2-sidebar .music-sidebar-bx-list .btn:hover {
    background: #EFE9FF;
}

.music-sidebar-bx-tabs {
    display: flex;
    align-items: center;
    gap: 1px;
}

.music-sidebar-bx-tabs .btn {
    flex: 1 0 0;
    padding: 0px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F2FF !important;
    color: #574182 !important;
    border-bottom: solid 3px #C0A8FF;
    border-radius: 0px;
    font-size: 1.25rem;
}

.music-sidebar-bx-tabs-txt {
    color: #8E5BF5;
    font-size: 1.25rem;
}

.hypersearch-popup .modal-title {
    color: #A17DFF;
    font-size: 2.25rem !important;
    font-weight: 400 !important;
}

.hypersearch-popup .modal-content {
    background: #F7F4FF;
}

.hs-popup-header {
    background: #E4DDFF;
    color: #644E9F;
    font-size: 2rem;
    border: solid 1px #D4C3FF;
    border-radius: 18px;
}

.hs-popup-body {
    height: 600px;
    overflow-y: auto;
}

.hs-popup-body::-webkit-scrollbar {
    width: 12px;
    background: #D6C7FF;
}

.hs-popup-body::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: 10px;
}

.hs-popup-row {
    background: #EEEAFF;
    border: solid 1px #E5DAFF;
    font-size: 1.75rem;
    color: #858091;
    margin-top: 10px;
}

.hs-popup-body .form-check-input {
    width: 36px;
    height: 36px;
    border-radius: 3px;
    background-color: #EBE6FF;
    border: solid 2px #A482FF;
}

.hs-popup-body .form-check-input:checked {
    background-color: #A482FF;
    border-color: #A482FF;
}

.hs-popup-row-btn {
    padding: 0px;
    width: 36px;
    height: 36px;
    background: #EDE6FF !important;
    border: solid 1px #D2C0FF !important;
    font-size: 2rem;
    color: #936CF8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hs-popup-row-btn .bi-dash {
    display: none;
}

.hs-popup-row.active .hs-popup-row-btn .bi-dash {
    display: block;
}

.hs-popup-row.active .hs-popup-row-btn .bi-plus {
    display: none;
}

.hs-popup-childrows {
    padding-left: 80px;
    display: none;

}

.hs-popup-row.active+.hs-popup-childrows {
    display: block;
}

.hs-popup-childrow {
    background: #F9F8FF;
    border-bottom: solid 1px #E5DAFF;
    color: #858091;
    font-size: 1.5rem;
}

.mpp-header-title {
    font-size: 2rem;
    color: var(--bs-primary);
}

.mpp-header-text {
    font-size: 1.5rem;
    color: #6D6978;
}

.mpp-header-footer .btn {
    border-color: #DBCDFF;
    border-radius: 8px;
    padding: 12px 18px;
    color: var(--bs-primary);
}

.mpp-catalog-table th {
    color: #644E9F;
    font-size: 1.75rem;
    background: #E4DDFF;
    font-weight: 400;
    padding-block: 15px;
}

.mpp-catalog-table th:first-child {
    border-radius: 18px 0 0 0;
}

.mpp-catalog-table th:last-child {
    border-radius: 0 18px 0 0;
}

.mpp-catalog-table td {
    color: #858091;
    font-size: 1.625rem;
}

.mpp-buy-track {
    background: #EFEAFF;
}

.mpp-buy-track th {
    font-size: 1.375rem;
    color: #fff;
    background: var(--bs-primary);
    font-weight: 400;
    padding-block: 15px;
    position: sticky;
    /* Optional: keeps header fixed */
    top: 0;
    padding-inline: 20px;
}

.mpp-buy-track th:first-child {
    border-radius: 4px 0 0 4px;
}

.mpp-buy-track th:last-child {
    border-radius: 0 4px 4px 0;
}

.mpp-buy-track td {
    color: #858091;
    font-size: 1.375rem;
    padding-inline: 25px;
}

.mpp-buy-track td:first-child {
    padding-inline: 20px;
}

.mpp-buy-track thead,
.mpp-buy-track tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
    /* Force equal column widths */
}

.mpp-buy-track tbody {
    display: block;
    /* Make tbody scrollable */
    max-height: 400px;
    /* Height for scrollbar */
    overflow-y: auto;
    /* Enable vertical scroll */
}

.mpp-buy-track tbody tr {
    display: table;
    /* Keep table-row layout inside tbody */
    width: 100%;
    table-layout: fixed;
    /* Prevent column shift */
}

.mpp-buy-track tbody::-webkit-scrollbar {
    width: 12px;
    background: #D6C7FF;
}

.mpp-buy-track tbody::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary);
    border-radius: 10px;
}

.mpp-footer-text {
    color: #8050FF;
    font-size: 1.5rem;
}

.mpp-footer-price {
    color: #51398E;
    font-size: 2rem;
}

.mpp-footer-btn .btn {
    font-size: 1.5rem;
}

.composers-producers-hero h1 {
    font-size: 3.438rem;
    font-weight: 500;
}

.composers-producers-hero p {
    color: #565765;
    font-size: 1.375rem;
    max-width: 100%;
}

.composers-producers {
    background: #F7F4FF;
    padding: 20px;
}

.composers-producers-item {
    border-radius: 18px;
    background: #FFFFFF;
    padding: 20px;
}

.cp-item-title {
    font-weight: 500;
    font-size: 2rem;
    color: var(--bs-primary);
}

.cp-item-stat {
    display: flex;
    align-items: center;
    gap: 120px;
    color: var(--bs-primary);
    font-size: 1.75rem;
}

.cp-item-stat span {
    display: block;
}

.cp-item-text {
    font-size: 1.5rem;
    color: #565765;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.music-blog-hero::after {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 60%;
    background: #F8F5FF;
    content: '';
    z-index: 0;
    display: block;
}

.music-blog-hero>div {
    z-index: 50;
}

.music-blog-hero h1 {
    font-weight: 400;
    color: #A40F9A !important;
    font-size: 4rem;
    line-height: 1;
}

.music-blog-hero .mb-subtitle {
    color: #6A6578;
    font-size: 1.5rem;
}

.music-blog-hero p {
    font-size: 1.5rem;
    color: #6D687B;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mb-section-title {
    background: #F8F5FF;
    color: #A40F9A;
    font-size: 2.25rem;
}

.rmb-card-img {
    height: 100%;
    background: linear-gradient(111.72deg, #9B0DE4 0.88%, #532CFF 17.19%, #21FBC8 34.46%, #47D324 62.28%, #FFD343 78.11%, #FD2C2C 100.65%);
    padding: 8px;
    border-radius: 4px;
}

.rmb-card-img img {
    border-radius: 4px;
    aspect-ratio: 16/9;
    object-fit: cover;
    border: 6px solid #fff;
}

.rmb-card-img2 img {
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 4px;
}

.rmb-card-header-title {
    color: #A40F9A;
    font-size: 2.25rem;
}

.rmb-card-header-date {
    font-size: 1.5rem;
    color: #847F91;
}

.rmb-like-btn {
    font-size: 1.25rem;
    color: var(--bs-primary);
}

.rmb-share-btn {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 50%;
    background: radial-gradient(75.89% 75.89% at 33.04% 24.11%, #FA55DD 0%, #BD10DA 50%, #6208A9 100%);
}

.rmb-play-btn {
    width: 70px;
    height: 70px;
    padding: 0;
    border-radius: 50%;
    color: #fff !important;
    background: linear-gradient(148.51deg, #BA1295 31.12%, #5D08AA 86.37%);
    font-size: 2.5rem;
}

.rmb-card-metadata {
    color: #626265;
    font-size: 1.5rem;
}

.rmb-card-metadata span {
    color: #A40F9A;
    text-transform: capitalize;
}

.rmb-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #54515D;
    font-size: 1.5rem;
    line-height: 1.2;
}

.rmb-card-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #6D687B;
    font-size: 1.5rem;
}

.rmb-card-learn-more {
    font-size: 1.25rem;
    text-decoration: none;
    color: var(--bs-primary);
}

.filter-by-genres-title {
    color: #6B5D8E;
    font-size: 4rem;
}

.filter-by-genres-body {
    /* background: linear-gradient(90deg, #FFFFFF 25%, #D6C7FF 50%, #FFFFFF 75%);
    backdrop-filter: blur(2px); */
}

.fbg-card::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 70%;
    background: linear-gradient(89.99deg, #5D08AB 52.56%, #C61292 99.99%);
    border: 1px solid #DCDBE0;
    box-shadow: 2px 2px 6px rgba(152, 152, 153, 0.22);
    border-radius: 200px 2px;
    content: '';
    height: 100%;
    margin: auto;
}

.fbg-card>div {
    z-index: 50;
}

.fbg-card .rmb-card-header-title {
    color: #fff;
}

.fbg-card .rmb-card-header-date {
    color: #fff;
}

.rmb-card-learn-more {
    color: #fff;
}

.fbg-card-img img {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 34px;
}

.fbg-card .rmb-card-text {
    -webkit-line-clamp: 4;
    color: #fff;
}

.fbg-card .rmb-like-btn {
    color: #fff;
}

.rmb-card-ctas .btn {
    color: var(--bs-primary);
}

.fame-hero-title {
    color: #9A73FF;
    font-weight: 500;
    font-size: 3.438rem;
}

.fame-hero-subtitle {
    color: #6D58A3;
    font-size: 2.25rem;
}

.fame-hero-text {
    color: #6C6D7D;
    font-size: 1.5rem;
}

.fame-grid-item {
    background: #FFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.08));
    border-radius: 24px;
    overflow: hidden;
}

.fame-grid-item-img img {
    aspect-ratio: 4/3;
    width: 100%;
    object-fit: cover;
}

.fame-grid-item-title {
    color: var(--bs-primary);
    font-size: 2.375rem;
}

.fame-grid-item-subtitle {
    color: #605C6B;
    font-size: 1.75rem;
}

.fame-grid-overlay {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
    background: var(--bs-primary);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}

.fame-grid-item:hover .fame-grid-overlay {
    display: block;
}

.fame-grid-overlay>div {
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-100-pvmt-hero .as-carousel-wrapper .btn {
    color: #890AC7;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.25));
    border: solid 2px #8D09C2;
    border-radius: 28px;
    white-space: nowrap;
}

.top-100-pvmt-hero .as-carousel-wrapper .btn:hover {
    background: linear-gradient(90.09deg, #591AFF -14.77%, #790FD9 39.99%, #8E08C0 101.63%);
    color: #fff;
}

.top-100-pvmt .top-100-pvmt-item {
    border-width: 1px;
    border-bottom: 60px solid #ECE5FF;
}

.top-100-pvmt-item-img {
    padding: 6px;
    border-radius: 24px;
    background: conic-gradient(from 180deg at 50% 50%, #2AFBF1 0deg, #FFB327 45.21deg, #F7F72A 78.94deg, #9DFB2A 123.33deg, #2AFBCA 160.03deg, #2AD5FB 194.98deg, #2A85FB 234.68deg, #382AFB 267.25deg, #FB2AE6 300.81deg, #FB2A46 327.83deg, #2AFBF1 360deg);
}

.top-100-pvmt-item-img img {
    border-radius: 22px;
    border: solid 4px #fff;
}

.top-100-pvmt-item-title {
    font-size: 2.5rem;
    font-weight: 500;
}

.top-100-pvmt-item-l {
    font-size: 1.25rem;
}

.top-100-pvmt-item-v {
    font-size: 1.5rem;
    color: #54515C;
}

.hs-hero-inner {
    background: linear-gradient(90deg, #F0E9FF 0%, #7E58E2 48.03%, #FFD7F4 100%);
    border-radius: 42px;
    padding: 100px 50px 100px 65px;
}

.hs-hero-title {
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 8rem;
}

.hs-hero-text {
    text-transform: capitalize;
    color: #FFFFFF;
    font-size: 2.25rem;
}

.hs-hero-ctas .btn {
    background: linear-gradient(90deg, #8D6BE5 0%, #BB7BFF 100%);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08), inset -6px -6px 14px rgba(0, 0, 0, 0.18), inset 6px 6px 14px rgba(255, 255, 255, 0.42);
    border-radius: 86px;
    color: #fff;
    font-size: 2rem;
    padding: 24px 60px;
}

.hyper-search-hero .as-carousel-item .btn {
    background: rgba(248, 245, 255, 0.08);
    border: 2px solid #CFB7FF;
    box-shadow: 0px 4px 6px rgba(119, 116, 116, 0.12);
    backdrop-filter: blur(2px);
    border-radius: 52px;
    padding-inline: 30px;
    white-space: nowrap;
}

.hyper-search-hero .as-carousel-item .btn.active {
    background: var(--bs-primary);
}

.hs-filter-input {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 20px;
}

.hs-card {
    width: 70%;
    margin: auto;
}

.hs-card-body {
    background: radial-gradient(86.07% 75.51% at 10.45% 25.35%, #F5F2FF 0%, #FFFFFF 100%)
        /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ;
    box-shadow: -4px -4px 46px rgba(201, 199, 199, 0.24), 4px 4px 46px rgba(201, 199, 199, 0.24);
    border-radius: 42px;
    padding: 62px 46px 42px;
}

.hs-filter-input .form-select,
.hs-filter-input .form-control {
    background-color: #fff;
}

.hs-card-body .form-label {
    padding: 0px !important;
    color: #7957DE;
    font-size: 1.25rem;
    white-space: nowrap;

}

.hs-card-title {
    color: #5C0FAE;
    font-size: 2.25rem;
}

.musica-magazine-carousel img {
    width: 500px;
    border-radius: 24px 24px 4px 4px;
}

.musica-magazine-hero {
    padding-bottom: 400px !important;
    position: relative;
}

.musica-magazine-hero .hs-hero-inner {
    padding-bottom: 500px;
}

.musica-magazine-carousel {
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;

}

.mm-search-bx {
    filter: drop-shadow(0px 5px 24px rgba(111, 75, 205, 0.45));
}

.mm-search-bx .mm-search-input {
    border-color: #8332F2;
    height: 58px;
}

.mm-search-bx .mm-search-btn {
    background: #C749FF !important;
    color: #fff;
}

.mm-search-month {
    color: #fff;
    background: linear-gradient(90.09deg, #874DED -14.77%, #8335C9 16.01%, #CD46FF 101.63%) !important;
    box-shadow: 0px 5px 24px rgba(111, 75, 205, 0.45);
    border-radius: 0.5rem;
}

.mm-search-month .btn {
    color: #fff;
    border: 0px !important;
    font-size: 1.5rem;
    font-weight: 500;
}

.mm-search-month span {
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
    width: 100;
}

.mm-search-year .btn {
    background: linear-gradient(90.09deg, #874DED -14.77%, #8335C9 16.01%, #CD46FF 101.63%) !important;
    box-shadow: 0px 5px 24px rgba(111, 75, 205, 0.45);
    border-radius: 0.5rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
}

.mm-title {
    text-align: center;
    color: var(--bs-primary);
    font-size: 3rem;
    max-width: 80%;
    margin: auto;
}

.mm-list-grid-text-bx {
    background: #15DAD9;
    border: solid 6px #00FFFC;
    border-radius: 30px;
}

.hot-new-artist-hero .hna-hero-inner {
    background: linear-gradient(112.76deg, #5B08AC 0.26%, #A2147E 89.58%);
}

.hna-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hna-hero-name {
    color: #fff;
    font-size: 2rem;
}

.hna-hero-bottom {
    font-size: 8rem;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
}

.hna-list-title {
    font-size: 6rem;
    color: #8A108E;
    text-align: center;
}

.hna-list-item {
    border-radius: 40px;
    overflow: hidden;
}

.hna-list-item-img {
    position: relative;
}

.hna-list-item-img::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: linear-gradient(180deg, rgba(94, 9, 172, 0) 0%, rgba(94, 9, 172, 0.672581) 88.99%, #5E09AC 100%);
}

.hna-list-item-body {
    background: linear-gradient(144.14deg, #5E09AC 27.88%, #7A0596 99.4%);
}

.hna-list-item-title {
    font-size: 2rem;
    color: #fff;
    font-size: 1.2;
}

.hna-list-item-country {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 5px;
}

.hna-list-item-stext,
.hna-list-item-ltext {
    color: #fff;
    font-size: 1.25rem;
}

.hna-list-item-stext span {
    color: #FF0AEF;
    cursor: pointer;
}

.hna-list-item-ltext {
    display: none;
}

@media (max-width: 1199px) {
    .hna-hero-bottom{
        font-size: 6rem;
    }
    .music-production h1 {
        font-size: 1.25rem;
    }

    .music-production .mp-subtitle,
    .music-production .mp-subtxt,
    .mp-highlight {
        font-size: 0.875rem;
    }

    .ml-masonry-title {
        font-size: 1rem;
    }

    .music-production p,
    .ml-masonry-text,
    .ml-masonry-img-overlay {
        font-size: 0.75rem;
    }

    .ml-masonry-img-1x1 {
        position: relative;
        width: 100%;
        --bs-aspect-ratio: 100%;
    }

    .ml-masonry-img-1x1::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: "";
    }

    .ml-masonry-img-1x1>* {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .ml-masonry-container {
        column-gap: 10px;
    }

    .ml-masonry-item {
        display: inline-block;
        width: 150px;
        margin-bottom: 0px;
        break-inside: avoid;
        flex-shrink: 0;
    }

    .music-carousels-title {
        font-size: 1.25rem;
        margin-bottom: 18px;
    }

    .music-carousels .as-carousel-item {
        /* gap:10px; */
        padding: 0 12px;
    }

    .music-carousels .music-carousel-btn {
        margin: 5px;
    }

    .genre-analysis-top {
        text-align: center;
    }

    .music-genres-hero {
        min-height: auto;
    }

    .music-genres-hero-title {
        font-size: 1.5rem;
    }

    .music-genres-hero-desc {
        font-size: 0.875rem;
    }

    .best-selling-track-item>div {
        width: calc(100% - 150px);
        gap: 10px;
    }

    .best-selling-track-item {
        gap: 10px;
        padding: 8px 10px;
    }

    .track-hot-btn {
        width: 40px;
        height: 40px;
    }

    .playlist-search {
        height: 52px;
    }

    .playlist-title {
        font-size: 1.25rem;
    }

    .playlist-search-result .playlist-title {
        font-size: 0.875rem;
    }

    .playlist-cat-item {
        padding: 6px;
    }

    .playlist-search-item .ps-item-title {
        font-size: 1rem;
    }

    .playlist-search-item .ps-item-subtitle {
        font-size: 0.75rem;
    }

    .playlist-search-item .ps-item-badges {
        gap: 5px;
    }

    .playlist-search-item .ps-item-badges span {
        height: 24px;
        font-size: 0.75rem;
        padding: 0 8px;
    }

    .playlist-search-item .ps-item-text {
        -webkit-line-clamp: 2;
        font-size: 0.75rem;
    }

    .hot-vocal-music-list {
        height: 400px;
        width: 70%;
    }

    .feature-artist-content-inner {
        padding: 10px;
        text-align: center;
    }

    .fa-content-title {
        font-size: 1.25rem;
        line-height: auto;
        align-items: center;
        justify-content: center;
    }

    .musicpacks-header {
        font-size: 0.875rem;
    }

    .musicpacks-title {
        font-size: 1rem;
    }

    .musicpacks-pagination {
        font-size: 1rem;
    }

    .musicpacks-pagination a {
        font-size: 1rem;
        width: 24px;
        height: 24px;
        border-radius: 6px;
        border-width: 1px;
    }

    .musicpacks-item-row img {
        width: 140px;
    }

    .musicpacks-item {
        padding: 10px 0;
        border-top: 18px solid #D9CEFF;
    }

    .musicpacks-item-title {
        font-size: 1rem;
    }

    .musicpacks-item-title span {
        font-size: 0.75rem;
    }

    .musicpacks-item-txt {
        font-size: 0.875rem;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .musicpacks-table th {
        font-size: 1rem;
        white-space: nowrap;
    }

    .header-share-icons {
        right: 10px;
    }

    .fa-aud-item {
        padding: 12px 15px;
    }

    .fa-aud-item .fa-aud-title {
        font-size: 1rem;
    }

    .fa-aud-item .fa-aud-subtxt {
        font-size: 0.875rem;
    }

    .fa-aud-item .play-stop-btn {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }

    .fa-aud-item .more-btn {
        font-size: 1.5rem;
    }

    .fa-aud-list-title {
        font-size: 1.25rem;
    }

    .fa-aud-list-item {
        padding: 0px;
        background: transparent !important;
        gap: 12px;
    }

    .fa-aud-see-more {
        color: #8377E5;
        text-decoration: none !important;
    }

    .ring-wrapper,
    .ring-inner {
        width: 64px;
        height: 64px;
        padding: 0px;
    }

    .fa-aud-list-item-txt {
        width: calc(100% - 180px);
    }

    .fa-aud-list-item-title {
        font-size: 1rem;
    }

    .fa-aud-list-item-subtxt {
        font-size: 0.875rem;
    }

    .fa-aud-list-play-btn,
    .fa-list-more-btn {
        width: 40px;
        height: 40px;
        font-size: 1.5rem;
    }

    .hvm-list-item {
        padding: 4px 14px;
        gap: 8px;
        border-width: 1px;
        border-radius: 6px;
        margin-bottom: 4px;
    }

    .hvm-list-item-thumb {
        width: 45px;
    }

    .hvm-list-item-thumb img {
        border-radius: 4px;
    }

    .hvm-list-item-content {
        display: flex;
        flex-direction: column;
        flex: 0 0 auto;
        width: calc(100% - 80px);
    }

    .hvm-list-item-title {
        font-size: 0.75rem;
        line-height: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex: 0 0 auto;
        width: 100%;
    }

    .hvm-list-item-subtxt {
        font-size: 0.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        flex: 0 0 auto;
        width: 100%;
    }

    .hvm-play-btn {
        width: 22px;
        height: 22px;
        font-size: 0.875rem;
    }

    .hot-vocal-music h2 {
        font-size: 0.875rem;
        width: 70%;
    }

    .hot-vocal-music-list::-webkit-scrollbar {
        width: 15px;
    }

    body {
        padding-bottom: 92px;
    }

    header .nav-link .nav-link-txt {
        font-size: 1.125rem;
        /* color: var(--bs-dark); */
    }

    .m-header-action-btn {
        width: 42px;
        height: 38px;
        padding: 0px;
        display: flex;
        align-items: center;
        font-size: 1.4rem;
        border: 0px !important;
    }

    .header-actions .m-header-action-btn {
        justify-content: flex-end;
        font-size: 1.3rem;
    }

    .offcanvas {
        width: 290px !important;
        padding-top: 40px;
        background: #F8E6FF;
    }

    .mobile-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        min-height: 786px;
    }

    .mobile-menu-profile-details {
        text-align: center;
        margin: auto;
        width: 190px;
        border-bottom: solid 1px #AAA5A7;
        margin-bottom: 20px;
    }

    .mobile-menu-profile-pic {
        width: 144px;
        height: 144px;
        border-radius: 50%;
        border: solid 2px var(--bs-primary);
        position: relative;
        margin: auto;
    }

    .mobile-menu-profile-pic img {
        border-radius: 50%;
        border: solid 2px #FAFAFA;
    }

    .mobile-menu-profile-pic .edit-profile-btn {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 1px #D6C7FF;
        position: absolute;
        bottom: 10px;
        right: 0px;
        color: #fff;
        background: var(--bs-primary);
    }

    .mobile-menu-user-name {
        font-size: 1.25rem;
        color: var(--bs-dark);
        padding-top: 10px;
    }

    .mobile-menu-user-role {
        color: #747172;
        padding-bottom: 20px;
    }

    header .nav-link {
        color: var(--bs-dark) !important;
        position: relative;
    }

    .nav-link-arrow {
        width: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: flex-end;
    }

    .nav-dropdown {
        position: absolute;
        left: 30px;
        top: 50px;
        width: 80vw;
        height: 85vh;
        background: #FCF2FF;
        border-radius: 10px;
        overflow: hidden;
        z-index: 500;
    }

    .m-submenu-header {
        display: flex;
        align-items: center;
        background: #F8E3FF;
        border-bottom: solid 1px var(--bs-primary);
        padding: 8px 20px;
        font-size: 1.25rem;
        gap: 15px;
        cursor: pointer;
    }

    .nav-dropdown .mega-menu-container {
        overflow-y: auto;
        height: calc(100% - 50px);
        padding: 15px 10px;
    }

    .nav-dropdown .mega-menu-left {
        overflow-x: hidden;
    }

    .nav-dropdown .mega-menu-link {
        display: block;
        border-bottom: 1px solid rgba(199, 180, 248, 0.4);
        padding: 10px 0 10px 50px;
        color: var(--bs-dark);
        text-decoration: none !important;
    }

    .nav-dropdown .mega-menu-link:hover {
        background: #FEFDFF;
        border-bottom: 1px solid rgba(199, 180, 248, 0.4);
        box-shadow: 0px 4px 5.8px rgba(151, 71, 255, 0.16);
        border-radius: 2px;
    }

    .menu-footer {
        padding: 0 1rem;
    }

    .menu-footer-link {
        text-decoration: none;
        color: #716A6C;
        font-size: 1.125rem;
    }



    .mobile-home-slider {
        position: relative;
        overflow: hidden;
    }

    .mobile-home-slider-item {
        display: none;
    }

    .mobile-home-slider-item.active {
        display: block;
        animation: fadeIn 0.5s ease-in-out;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .m-home-slider-nav {
        position: absolute;
        width: 100%;
        top: 0px;
        left: 0px;
        display: flex;
        align-items: center;
        padding: 24px;
        gap: 14px;
    }

    .m-home-slider-nav-item {
        height: 2px;
        background: #B7ADD2;
        flex: 1 0 0;
        border-radius: 5px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
        /* Crucial: hides the span until it animates */
    }

    .m-home-slider-nav-item span {
        width: 0px;
        background: #8864E5;
        position: absolute;
        display: block;
        transition: none;
        left: 0px;
        top: 0px;
        height: 2px;
        border-radius: 5px;
    }

    .m-bottom-menu {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        display: flex;
        align-items: center;
        border-top: solid 1px var(--bs-primary);
        background: var(--bs-primary);
        z-index: 500;
    }

    .m-bottom-menu .m-bottom-menu-item {
        flex: 1 0 0;
    }

    .m-bottom-menu .m-bottom-menu-item a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-align: center;
        flex-direction: column;
        background: var(--bs-primary);
        color: #fff;
        text-decoration: none;
        padding: 18px 0;
        font-size: 0.875rem;
    }

    .m-bottom-menu .m-bottom-menu-item a span {
        padding-top: 8px;
    }

    .m-bottom-menu .m-bottom-menu-item a.active {
        color: var(--bs-primary);
        background: #fff;
        border-top: solid 1px var(--bs-primary);
        border-radius: 20px 20px 0px 0px;
        position: relative;
    }

    .m-bottom-menu .m-bottom-menu-item a.active::after,
    .m-bottom-menu .m-bottom-menu-item a.active::before {
        position: absolute;
        bottom: 0px;
        width: 11px;
        height: 13px;
        content: '';
        background: url(../images/mbn-curve-01.png) left top no-repeat;
    }

    .m-bottom-menu .m-bottom-menu-item a.active::after {
        right: -11px;
    }

    .m-bottom-menu .m-bottom-menu-item a.active::before {
        left: -11px;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .m-bottom-menu .m-bottom-menu-item:first-child a.active {
        border-radius: 0px 20px 0px 0px;
    }

    .m-bottom-menu .m-bottom-menu-item:first-child a.active::before {
        display: none;
    }

    .m-bottom-menu .m-bottom-menu-item:last-child a.active {
        border-radius: 20px 0px 0px 0px;
    }

    .m-bottom-menu .m-bottom-menu-item:last-child a.active::after {
        display: none;
    }

    .m-bottom-menu .m-bottom-menu-item a .mbn-hover-icon {
        display: none;
    }

    .m-bottom-menu .m-bottom-menu-item a.active .mbn-icon {
        display: none;
    }

    .m-bottom-menu .m-bottom-menu-item a.active .mbn-hover-icon {
        display: block;
    }

    .hot-new-releases-items {
        overflow-y: auto;
    }

    .hot-new-releases-items .col {
        flex: 0 0 auto;
        width: 150px;
    }

    .hot-new-release-item {
        padding: 8px 8px 16px 8px;
        background: linear-gradient(146.25deg, #B667FF 21.22%, #550573 100.03%);
        border-radius: 10px;
    }

    .hot-new-release-item-img img {
        border: none;
        border-radius: 8px;
    }

    .hot-new-release-item-title {
        color: #fff;
        font-size: 0.875rem;
        padding-top: 5px;
    }

    .hot-new-release-item-subtext {
        font-size: 0.75rem;
        color: #fff;
    }

    .hot-new-release-item-vol {
        width: 28px;
        height: 28px;
        right: 8px;
        bottom: 8px;
    }


    .m-audio-player {
        width: 100%;
        padding: 20px;
        position: fixed;
        left: 0;
        bottom: 91px;
        background: linear-gradient(180deg, #3C124C 0%, #8D2AB2 100%);
        border-radius: 40px 40px 0 0;
        z-index: 500;
    }

    .m-audio-player-img {
        flex-shrink: 0;
        width: 60px;
        height: 60px;
    }

    .m-audio-player-img img {
        border-radius: 20px;
        border: 1.4px solid #fff;
    }

    .m-audio-player-title {
        color: #fff;
        font-size: 1.25rem;
    }

    .m-audio-player-subtxt {
        color: #D5C3E5;
        font-size: 0.875rem;
    }

    .m-audio-player-like .btn {
        border: none !important;
        padding: 0px;
        font-size: 1.5rem;
        color: #fff !important;
        box-shadow: none !important;
    }

    .m-audio-player-play .btn {
        width: 62px;
        height: 62px;
        background: var(--bs-primary) !important;
        color: #fff !important;
        font-size: 2rem;
        border-radius: 50%;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none !important;
        box-shadow: none !important;
    }

    .m-player-playing {
        padding-bottom: 200px;
    }



    .m0bile-footer-menu a {
        font-size: 1.25rem;
        color: var(--bs-dark);
        text-decoration: none !important;
        padding: 5px 0;
        display: block;
    }

    .mobile-trustpilot {
        margin: 40px 0;
    }

    .mobile-trustpilot-title {
        font-size: 1.125rem;
        color: #000;
        font-weight: 500;
    }

    .mobile-trustpilot-stars {
        margin: 8px 0;
    }

    .mobile-trustpilot-reviews {
        font-size: 0.875rem;
        color: #000;
        font-weight: 300;
    }

    .mobile-trustpilot-reviews span {
        text-decoration: underline;
        font-weight: bold;
    }

    .footer-social-media {
        font-size: 1.25rem;
    }

    .m0bile-footer {
        padding-left: 50px;
    }

    .ep-slider-items {
        gap: 10px;
    }

    .ep-slider-item {
        width: 120px;
        height: 120px;
        padding: 10px;
    }

    .ep-slider-item::after {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .ep-slider-item-overlay .ep-slider-item-title {
        font-size: 0.75rem;
        font-weight: 600;
    }

    .ep-slider-item-overlay .ep-slider-item-subtxt {
        font-size: 0.625rem;
    }

    .ep-slider-items-nav {
        display: none;
    }

    .show-all-link {
        font-size: 0.75rem;
    }

    .ep-slider-item-overlay .btn {
        padding: 0px;
    }

    .ep-slider-item-overlay .btn img {
        width: 20px;
        height: auto;
    }

    .nav-dropdown ul {
        margin: 0px;
        padding: 0px;
    }

    .nav-dropdown ul li {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .nav-dropdown ul li a {
        display: flex;
        align-items: center;
        padding: 13px 10px;
        border-bottom: solid 1px #C7B4F8;
        font-size: 1rem;
        text-decoration: none !important;
    }

    .nav-dropdown ul li a:hover {
        background: #FEFDFF;
        border-bottom: 1px solid rgba(199, 180, 248, 0.4);
        box-shadow: 0px 4px 5.8px rgba(151, 71, 255, 0.16);
        border-radius: 2px;
    }

    .nav-dropdown ul li a .nav-dropdown-icon {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .nav-dropdown ul li a .nav-dropdown-txt {
        flex-grow: 1;
        padding-left: 16px;
        color: var(--bs-dark);
    }

    .masonry-grid {
        display: flex;
        gap: 10px;
        height: unset;
    }

    .masonry-column {
        width: unset !important;
        height: 100% !important;
        flex-direction: row !important;
        gap: 10px !important;
    }

    .masonry-item {
        flex: 0 0 auto;
        width: 85vw !important;
        height: 100% !important;
        border-radius: 10px;
        overflow: hidden;
    }

    .masonry-item .masonry-vid-overlay {
        display: block;
    }

    .masonry-item .masonry-vid-thumb {
        --bs-aspect-ratio: 56.25%;
        width: 100%;
        height: unset;
        position: relative;
    }

    .masonry-item .masonry-vid-thumb::before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: "";
    }

    .masonry-item .masonry-vid-thumb img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .masonry-vid-play {
        width: 55px;
        height: 55px;
        font-size: 1.5rem;
    }

    .masonry-vid-title {
        font-size: 1rem;
    }

    .masonry-vid-subtxt {
        font-size: 1rem;
        display: none;
    }

    .hottest-hit-trends-items {
        gap: 10px;
    }

    .hht-item {
        width: 100px;
        height: 100px;
        border-radius: 10px;
        padding: 10px;
    }

    .hht-text-1 {
        font-size: 0.875rem;
    }

    .hht-text-2 {
        font-size: 0.625rem;
    }

    .hht-text-3 {
        font-size: 1rem;
    }

    .hht-item a {
        font-size: 0.438rem;
    }

    .hht-item a i {
        font-size: 0.5rem;
    }

    .hht-item-half {
        padding: 10px;
        border-radius: 10px 10px 0 0;
        line-height: 1.1;
    }

    .hht-item-bg-01 .hht-text-1,
    .hht-item-bg-04 .hht-text-1 {
        padding-bottom: 4px;
        margin-bottom: 4px;
    }

    /* .desk-music-player {
        display: none !important;
    } */

    .custom-tab-contents,
    .artist-about-content {
        padding: 0px;
    }

    .custom-tab-contents {
        font-size: 0.75rem;
        line-height: 18px;
        letter-spacing: 0.03em;
    }

    .music-genres a {
        font-size: 0.75rem;
    }

    .custom-tab-contents>div {
        margin: 16px 0 24px 0;
    }

    .m-ctab-btn {
        background: #9474E9 !important;
        border-radius: 12px;
        font-size: 0.75rem;
        color: #fff !important;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 15px 30px;
        font-weight: 500;
        margin-bottom: 12px;
    }

    .soundpacks-carousel {
        margin: 0px;
    }

    .soundpacks-carousel .as-carousel-wrapper {
        padding: 0px;
    }

    .soundpacks-carousel .as-carousel-row {
        gap: 16px;
    }

    .soundpacks-carousel .as-carousel-item {
        width: 130px;
    }

    .soundpacks-carousel .as-carousel-nav {
        display: none;
    }

    .soundpacks-carousel .soundpacks-carousel-title {
        font-size: 0.875rem;
    }

    .artist-section-title {
        font-size: 1rem;
    }

    .bs-track-filters {
        padding: 0;
        /* overflow-x: auto; */
        margin: 15px 0;
    }

    .bs-track-pagination {
        flex-direction: column;
    }

    .profile-story-ring {
        width: 140px;
        height: 140px;
        margin: auto;
    }

    .artist-profile-pic {
        width: 100%;
        padding: 0px;
    }

    .artist-name {
        font-size: 1.25rem;
    }

    .artist-country {
        font-size: 1rem;
    }

    .bs-track-maintable {
        overflow-x: auto;
    }

    .music-top-nav {
        padding: 24px 0;
    }

    .music-top-nav .as-carousel-row {
        gap: 15px;
    }

    .music-top-nav .btn,
    .mp-cta .btn {
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 0.875rem;
    }

    .profile-about-container {
        border-radius: 20px;
        padding: 20px;
    }

    .profile-genre-card-body .btn {
        height: 36px;
        font-size: 0.75rem;
    }

    .matching-search .as-carousel-row {
        gap: 15px;
    }

    .matching-search .as-carousel-row .as-carousel-item {
        width: 90%;
    }

    .matching-search-thumb {
        width: 100px;
    }

    .matching-search-thumb img {
        width: 100px;
    }

    .matching-search-item-title {
        font-size: 1.125rem;
    }

    .matching-search-item-subtitle {
        font-size: 0.825rem;
    }

    .matching-search-item-btn {
        width: 40px;
        height: 40px;
    }

    .matching-search-item-btn img {
        width: 30px;
    }

    .hyper-search-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px;
    }

    .hyper-search-title {
        font-size: 2rem;
        line-height: 1;
    }

    .hyper-search-subtitle {
        flex: auto;
        font-size: 1rem;
        line-height: 1.5;
    }

    .hyper-search-subtxt {
        font-size: 14px;
    }

    .main-hyper-search-filter {
        padding: 20px;
    }

    .hyper-search .as-carousel-item .btn {
        font-size: 14px;
    }

    .addi-hs-filter-title {
        font-size: 1.5rem;
        padding: 16px 20px;
    }

    .addi-hs-filter-body {
        padding: 20px;
    }

    .musipack-collections-header {
        font-size: 1.125rem;
    }

    .musipack-collections-header span {
        font-size: 0.875rem;
    }

    .musicpacks-list a {
        padding: 10px 16px;
    }

    .musicpacks-list a .musicpacks-number {
        font-size: 0.875rem;
        font-weight: 500;
        width: 50px;
        height: 26px;
    }

    .massive-impact-item {
        padding: 0px;
    }

    .musicpacks-text {
        font-size: 1rem;
    }

    .massive-impact-item-title {
        font-size: 0.875rem;
        padding: 10px 0;
    }

    .massive-impact-item-text {
        font-size: 0.75rem;
    }

    .fame-hero-text {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 991px) {
    .hna-hero-bottom {
        font-size: 1.5rem;
    }

    .hna-hero-name {
        font-size: 1.25rem;
    }

    .hna-hero-text,
    .hna-hero-learn-more {
        font-size: 0.825rem;
    }

    .hna-hero-text {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        /* number of lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hna-list-title {
        font-size: 2rem;
    }

    .hna-list-item {
        border-radius: 32px 32px 2px 2px;
    }
    .hna-list-item-title{
        font-size: 1.125rem;
    }
    .hna-list-item-stext, .hna-list-item-ltext, .hna-list-item-country{
        font-size: 0.75rem;
    }

    .mm-title {
        font-size: 1.25rem;
        text-align: left !important;
        max-width: 100%;
    }

    .mm-list-grid-text-bx {
        height: calc(100% - 66px);
    }

    .mm-list-grid {
        padding-top: 80px;
    }

    .mm-list-grid>.col:nth-child(2n+2) {
        margin-top: -50px;
    }

    .musica-magazine-carousel img {
        width: 300px;
    }

    .musica-magazine-hero .hs-hero-inner {
        padding-bottom: 300px;
    }

    .musica-magazine-hero {
        padding-bottom: 200px !important;
    }

    .musica-magazine-carousel {
        bottom: 0px;
    }

    .world-music-hero-img {
        background: #F8F5FF;
    }

    .world-music-hero-img img {
        width: 100%;
    }

    .wmg-item-img {
        width: 108px;
    }

    .wmg-item-img img {
        width: 108px;
    }

    .wmg-item-title {
        font-size: 1rem;
    }

    .wmg-item-text {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .wm-section-title {
        font-size: 1.25rem;
    }

    .wm-section-subtitle {
        font-size: 0.875rem;
    }

    .wm-section-text {
        font-size: 0.75rem;
    }

    .software-clients-img {
        max-width: 200px;
    }

    .software-clients-links a {
        font-size: 0.875rem;

    }

    .composers-producers {
        padding: 0px;
    }

    .composers-producers-item {
        padding: 0px;
    }

    .cp-item-title {
        font-size: 1rem;
    }

    .cp-item-text {
        font-size: 0.875rem;
        margin-top: 10px;

    }

    .cp-item-title img {
        width: 25px;
    }

    .cp-item-stat {
        justify-content: space-between;
        margin-top: 10px;
    }

    .cp-item-stat img {
        width: 30px;
    }

    .cp-item-stat span {
        font-size: 1.25rem;
    }

    .music2-card-title1 {
        font-size: 1.25rem;
    }

    .music2-card {
        padding: 30px 0;
    }

    .music2-card p {
        font-size: 0.75rem;
    }

    .music2-card-subtext {
        font-size: 0.875rem;
    }

    .music2-card-title2 {
        font-size: 1.25rem;
    }

    .mc-item-title {
        font-size: 1.25rem;
    }

    .mc-item-subtitle {
        font-size: 1rem;
    }

    .mc-item-img,
    .music-pictv-item-img {
        width: 65px;
        height: 65px;
    }

    .mc-item-img img,
    .music-pictv-item-img img {
        width: 65px;
        height: 65px;
    }

    .mc-item-cta {
        width: 38px;
        height: 38px;
        font-size: 1.5rem;
    }

    .music-pictv-item-title {
        font-size: 1.25rem;
    }

    .hero-title {
        font-size: 1.25rem;
    }

    .hero-description {
        font-size: 0.75rem;
    }

    .hero-footer-text {
        font-size: 0.625rem;
    }

    .music2-hero-container .row {
        flex-direction: column-reverse;
    }

    .mpp-header-title {
        font-size: 1.25rem;
    }

    .mpp-header-text {
        font-size: 0.875rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mpp-catalog-table th {
        font-size: 0.75rem;
    }

    .mpp-catalog-table td {
        font-size: 0.625rem;
    }

    .mpp-buy-track>div {
        width: 100% !important;
    }

    .mpp-buy-track th {
        font-size: 1rem;
    }

    .mpp-buy-track td {
        font-size: 0.875rem;
    }

    .mpp-footer-text {
        font-size: 1rem;
    }

    .mpp-footer-price {
        font-size: 1.25rem;
    }

    .mpp-footer-btn .btn {
        font-size: 1rem;
    }

    .fame-hero-title {
        font-size: 1.25rem;
    }

    .fame-hero-subtitle {
        font-size: 0.875rem;
    }

    .fame-hero-text {
        font-size: 0.75rem;
    }

    .fame-grid-item {
        border-radius: 12px;
    }

    .fame-grid-item-title {
        font-size: 0.875rem;
    }

    .fame-grid-item-subtitle {
        font-size: 0.75rem;
    }

    .fame-grid-overlay {
        font-size: 0.75rem;

    }

    .fame-grid-overlay>div {
        -webkit-line-clamp: 8;
    }

    .fbg-card::after {
        width: 100%;
        height: 70%;
        right: unset;
        top: unset;
        border-radius: 4px 32px;
    }

    .fbg-card .rmb-card-header-title {
        font-size: 1.5rem;
    }

    .fbg-card .rmb-card-header-date,
    .fbg-card .rmb-card-text,
    .rmb-card-learn-more {
        font-size: 0.75rem;
    }

    .fbg-card .rmb-like-btn {
        font-size: 0.825rem;
    }

    .rmb-share-btn {
        width: 40px;
        height: 40px;
    }

    .rmb-card-header-title {
        font-size: 1.5rem;
    }

    .rmb-card-header-date,
    .rmb-card-metadata,
    .rmb-card-text {
        font-size: 0.75rem;
    }

    .rmb-play-btn {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }

    .rmb-card-img2 img {
        border-radius: 8px;
    }

    .rmb-card-img {
        padding: 6px;
    }

    .rmb-card-img img {
        border-width: 4px;
    }

    .recent-music-blog .as-carousel-row .col-lg-4 {
        width: 80%;
    }

    .mb-section-title {
        font-size: 1.25rem;
    }

    .music-blog-hero h1 {
        font-size: 1.25rem;
        text-align: center;
    }

    .music-blog-hero .mb-subtitle,
    .music-blog-hero p {
        font-size: 0.75rem;
        text-align: center;
    }

    .music-blog-hero .mp-cta {
        text-align: center;
    }

    .top-100-pvmt-item-title {
        font-size: 1.5rem;
    }

    .top-100-pvmt-item-l {
        font-size: 0.825rem;
    }

    .top-100-pvmt-item-v {
        font-size: 1rem;
    }

    .hs-hero-inner {
        padding: 20px;
        border-radius: 20px;
    }

    .hs-hero-title {
        font-size: 3rem;
    }

    .hs-hero-text {
        font-size: 1rem;
    }

    .hs-hero-ctas .btn {
        font-size: 1rem;
        padding: 14px 20px;
    }

    .hs-card-title {
        font-size: 1.25rem;
    }

    .hs-card {
        width: 100%;
    }

    .hs-card-body {
        padding: 20px;
        border-radius: 20px;
    }

    .hs-card-body .form-label {
        margin-bottom: 5px !important;
    }
}

@media (min-width: 992px) {
    .world-music-hero-content {
        background: #F8F5FF;
        width: calc(100% - 250px);
        padding-right: 26% !important;
    }

    .world-music-hero-content p {
        color: #89888C;
        font-size: 1.25rem;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .world-music-genres-title {
        color: var(--bs-primary);
        font-size: 2.5rem;
    }

    .world-music-hero-img {
        position: absolute;
        top: -30px;
        right: 0px;
        height: 380px;
    }

    .world-music-hero-img img {
        height: 380px;
    }
}

@media (min-width: 992px) {
    .mm-list-grid {
        padding-top: 200px;
    }

    .mm-list-grid>.col:nth-child(3n+2) {
        margin-top: -100px;
    }

    .mm-list-grid-text-bx h4 {
        font-size: 3rem;
    }

    .mm-list-grid-text-bx {
        height: 100%;
        font-size: 1.5rem;
    }

    .mm-list-grid img {
        border-radius: 30px;
        border: 6px solid #CDBAFF;
    }

    .spotlight-list-img {
        padding-left: 110px;
    }

    .sp-list-img-text {
        position: absolute;
        left: 0;
        top: 0;
        width: 110px;
        height: 100%;
        overflow: hidden;

    }

    .sp-list-img-text>div {
        transform: rotate(-90deg);
        font-size: 3rem;
    }

    .spotlight-list-items {
        background: #FAF6FF;
        border-radius: 12px;
        padding: 20px;
    }

    .spotlight-list-item {
        padding: 14px 20px;
    }

    .sp-list-items-title {
        margin-bottom: 20px;
    }

    .spotlight-list-item:hover,
    .spotlight-list-item.active {
        background: #F2E9FF;
        color: var(--bs-primary);
    }
     .hot-new-artist-list {
        background-image: url("../images/hna-list-bg-01.png"), url("../images/hna-list-bg-02.png"), url("../images/hna-list-bg-03.png");
        background-position: center top, left 5%, right 5%;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-size: 5%, 10%, 10%;
    }

    #hna-masonry>.col:first-child,
    #hna-masonry>.col:last-child {
        margin-top: 120px;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 1200px) {
    .cstm-py-1 {
        padding: 80px 0;
    }

    .cstm-pt-1 {
        padding-top: 80px;
    }

    .cstm-pb-1 {
        padding-bottom: 80px;
    }

    header .navbar {
        height: 114px;
    }

    header .navbar .container {
        position: relative;
    }

    header .nav-link {
        font-size: 1.125rem;
    }

    .btn-lg-lg {
        padding-top: 9px;
        padding-bottom: 9px;
        font-size: 1rem;
    }

    header .nav-link .nav-link-svg {
        display: none;
    }

    .header-actions .btn {
        font-size: 1.25rem;
        padding: 5px 0;
        margin-left: -10px;
    }

    .header-actions .btn:last-child {
        margin-left: 0px;
    }

    header .nav-item {
        position: relative;
    }

    header .nav-item:hover .nav-dropdown {
        display: block;
    }

    .nav-dropdown {
        position: absolute;
        left: 0;
        top: 40px;
        width: 340px;
        z-index: 50;
    }

    .nav-dropdown-arrow {
        padding-left: 40px;
    }

    .nav-dropdown-arrow span {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #FCF2FF;
        filter: drop-shadow(-4px -4px 5px rgba(255, 255, 255, 0.6)) drop-shadow(4px 4px 5px rgba(111, 75, 205, 0.12));
        display: block;
    }

    .nav-dropdown ul {
        display: block;
        width: 100%;
        background: #FCF2FF;
        filter: drop-shadow(-4px -4px 5px rgba(255, 255, 255, 0.6)) drop-shadow(4px 4px 5px rgba(111, 75, 205, 0.12));
        margin: 0px;
        padding: 20px 10px 10px 10px;
    }

    .nav-dropdown ul li {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .nav-dropdown ul li a {
        display: flex;
        align-items: center;
        padding: 13px 10px;
        border-bottom: solid 1px #C7B4F8;
        font-size: 1rem;
        text-decoration: none !important;
    }

    .nav-dropdown ul li a.active {
        background: #FEFDFF;
        border-bottom: 1px solid rgba(199, 180, 248, 0.4);
        box-shadow: 0px 4px 5.8px rgba(151, 71, 255, 0.16);
        border-radius: 2px;
    }

    .nav-dropdown ul li a .nav-dropdown-icon {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }

    .nav-dropdown ul li a .nav-dropdown-txt {
        flex-grow: 1;
        padding-left: 16px;
        color: var(--bs-dark);

    }

    .home-hero-text {
        padding: 40px 0;
    }

    .home-hero-text h1 {
        font-size: 2rem;
    }

    .home-hero-text p {
        font-size: 1.25rem;
    }


    .section-title {
        letter-spacing: 0.01em;
        text-transform: capitalize;
        font-size: 2rem;
        color: var(--bs-pink);
    }

    .section-title::after {
        width: 90%;
        height: 10px;
        background: linear-gradient(90deg, #672DFF 0%, #BC13B8 100%);
        opacity: 0.5;
        border-radius: 2px 5px 5px 2px;
        content: '';
        display: block;
        margin-top: 5px;
    }

    .section-title+img {
        width: 48px;
    }

    .hot-new-release-pagination {
        align-items: center;
        justify-content: flex-end;
        gap: 15px;
        margin-top: 35px;
    }

    .hot-new-release-pagination .btn {
        color: #606060;
        border: solid 1px var(--bs-primary);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
    }

    .hot-new-release-pagination .btn:hover {
        background: var(--bs-primary);
        color: #fff;
    }



    .section-filter span {
        font-size: 1.5rem;
    }

    .section-filter .dropdown-toggle {
        min-width: 180px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 20px;
        padding-right: 20px;
    }

    .has-mega-menu {
        position: static !important;
    }

    .has-mega-menu .nav-dropdown {
        top: 55px;
    }

    .has-mega-menu .nav-link {
        position: relative;
    }

    .has-mega-menu .nav-link::after {
        position: absolute;
        left: 0px;
        bottom: -12px;
        width: 0;
        height: 0;
        content: '';
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #FCF2FF;
        filter: drop-shadow(-4px -4px 5px rgba(255, 255, 255, 0.6)) drop-shadow(4px 4px 5px rgba(111, 75, 205, 0.12));
        margin: auto;
        right: 0px;
        display: none;
    }

    .has-mega-menu:hover .nav-link::after {
        display: block;
    }

    .has-mega-menu .nav-dropdown {
        width: 100%;
    }


    .mega-menu-container {
        background: #FCF2FF;
        border-radius: 20px;
        overflow: hidden;
        filter: drop-shadow(-4px -4px 5px rgba(255, 255, 255, 0.6)) drop-shadow(4px 4px 5px rgba(111, 75, 205, 0.12));
    }


    .mega-menu-left {
        padding: 20px 32px;
    }

    .mega-menu-left>.row {
        background: #F9E9FE;
        border-radius: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 16px;
    }


    .mega-menu-link {
        padding: 8px 10px;
        display: block;
        color: var(--bs-dark);
        text-decoration: none !important;
        border-bottom: 1px solid transparent;
    }

    .mega-menu-link:hover {
        background: #FDF8FF;
        border-bottom: 1px solid rgba(199, 180, 248, 0.8);
        box-shadow: 0px 4px 5.8px rgba(151, 71, 255, 0.16);
        border-radius: 4px;
    }

    .mega-menu-right {
        background: #ECDDF0;
        padding: 50px 30px;
    }

    .mega-menu-right-title {
        color: var(--bs-primary);
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .mega-menu-right-item {
        display: flex;
        align-items: center;
        padding-bottom: 20px;
    }

    .mega-menu-right-item-img {
        width: 90px;
        flex-shrink: 0;
    }

    .mega-menu-right-item-img img {
        border-radius: 8px;
    }

    .mega-menu-right-item-title {
        color: var(--bs-dark);
    }

    .mega-menu-right-item-subtxt {
        font-size: 0.75rem;
        color: var(--bs-dark);
        text-decoration: none !important;
    }

    .mega-menu-right-link a {
        color: var(--bs-dark);
        font-size: 0.875rem;
        font-weight: 500;
        text-decoration: none !important;
    }

    .header-share:hover .header-share-icons {
        display: flex;
    }

    .section-title-light.section-title::after {
        background: linear-gradient(90deg, #EFE9FF 0%, #BC13B8 100%);
        opacity: 0.5;
        border-radius: 2px 5px 5px 2px;
    }

    .desk-music-player {
        width: 100%;
        /* height: 230px; */
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 500;
        border-radius: 20px 20px 0px 0px;
        background: #FDF6FF;
        overflow: hidden;
        display: none;
    }

    .desk-music-player-inner {
        position: relative;
        z-index: 100;
        /* padding: 20px 10px 0 10px; */
    }

    .desk-music-player-bg {
        width: 100%;
        height: 65px;
        position: absolute;
        left: 0px;
        top: 0px;
        background: linear-gradient(180deg, #DED5FF 0%, #E4D6E9 100%);
    }

    .dm-player-close {
        font-size: 2.5rem;
    }

    .dm-player-thumb {
        width: 165px;
        flex-shrink: 0;
    }

    .dm-player-thumb img {
        border-radius: 20px 0px 0px 0px;
    }

    .dm-player-content {
        background: #FDF6FF;
        border-radius: 0px;
        padding: 16px;
        display: flex;
        align-items: center;
    }

    .dm-player-title {
        font-size: 1.25rem;
        color: var(--bs-dark);
        font-weight: 500;
    }

    .dm-player-subtxt {
        color: var(--bs-dark);
        margin: 5px 0;
    }

    .dm-player-likes {
        color: var(--bs-primary);
    }

    .dm-player-likes i {
        font-size: 1.5rem;
    }

    .dm-player {
        flex-grow: 1;
    }

    .dm-player-wave {
        height: 65px;
    }

    .dm-player-controls {
        padding: 10px 30px;
        color: var(--bs-dark);
    }

    .dm-player-controls .btn {
        padding: 0px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px !important;
    }

    .dm-player-controls .btn.dm-player-play {
        width: 55px;
        height: 55px;
        color: #fff !important;
        background: var(--bs-primary) !important;
        font-size: 2rem;
        border-radius: 50%;
    }

    .dm-player-controls-time {
        color: var(--bs-dark);
        display: flex;
        justify-content: space-between;
    }

    .dm-player-progress {
        height: 8px;
        width: 90px;
        background: var(--bs-dark);
    }

    .dm-player-progress .progress-bar {
        background: var(--bs-primary);
    }

    .signin-left h1 {
        font-size: 2rem;
    }

    .signin-left p {
        font-size: 1.125rem;
    }

    .signin-form .form-label {
        font-size: 1.25rem;
    }

    .signin-form .form-control {
        height: 50px;
        border-radius: 8px;
    }

    .signin-form .form-control::placeholder {
        font-size: 1.25rem;
    }

    .signin-form .form-control::-ms-input-placeholder {
        font-size: 1.25rem;
    }

    .signin-form .btn {
        font-size: 1.5rem;
        font-weight: 500;
    }

    .signin-left {
        padding: 100px 0;
    }

    .signin-right {
        width: 100%;
        height: 100%;
        padding: 10%;
    }

    .signin-right-img {
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
    }

    .signin-right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .signin-right-content {
        width: 100%;
        height: 100%;
        background: rgba(54, 27, 64, 0.56);
        backdrop-filter: blur(6px);
        border-radius: 12px;
        position: relative;
        padding: 40px 20px;
        color: #fff;
        text-transform: capitalize;
        z-index: 10;
    }

    .signin-right-title {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .signin-right-content ul li {
        font-size: 1.25rem;
        margin-bottom: 10px;
    }

    .signin-right-bottom {
        font-size: 1.5rem;
        margin-top: 30px;
    }

    .music-sidebar-bx-list .btn {
        width: 100%;
    }

    .music-sidebar-bx {
        background: #FBF9FF;
        padding: 20px 40px;
        border-radius: 20px;
    }

    .music-listing .as-carousel-wrapper {
        overflow: visible;
    }

    .ml-masonry-container {
        display: block;
        column-count: 2;
        column-gap: 1.75rem;
    }

    .ml-masonry-item {
        display: inline-block;
        width: 100%;
        margin-bottom: 40px;
        break-inside: avoid;
    }

    .music-modal .modal-header .modal-title {
        font-size: 2rem;
    }

    .genre-analysis-title {
        font-size: 2rem;
    }

    .genre-analysis-subtxt {
        font-size: 1.75rem;
    }

    .feature-artist-title {
        font-size: 6rem;
        font-weight: 500;
        line-height: 80px;
    }

    .feature-artist-right {
        /* background: radial-gradient(63.67% 63.67% at 26.19% 28.13%, #DED2FF 0%, #AA89FF 100%); */
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }

    .feature-artist-right::-webkit-scrollbar {
        width: 12px;
        background: #D6C7FF;
    }

    .feature-artist-right::-webkit-scrollbar-thumb {
        background-color: var(--bs-primary);
        border-radius: 10px;
    }

    .music-genres-hero-content {
        min-height: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .feature-artist-right {
        height: calc(100% - 43px);
    }

    .fa-aud-see-more {
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 8px 16px;
        font-size: 1.125rem;
        color: #8377E5;
        text-decoration: none;
        background: #fff;
        z-index: 10;
        text-align: right;
    }

    .profile-nav .as-carousel-row {
        column-gap: 100px
    }



    .matching-search .as-carousel-wrapper {
        padding: 0 66px;

    }

    .matching-search .as-carousel-item {
        margin: 0 20px;
    }

    .matching-search .as-carousel-nav .btn {
        position: absolute;
        top: 0px;
        width: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        color: #9747FF;
        font-size: 2rem;
    }

    .matching-search .as-carousel-nav .btn.as-carousel-prev {
        left: 0px;
    }

    .matching-search .as-carousel-nav .btn.as-carousel-next {
        right: 0px;
    }

    .sp-list-img-text>div {
        font-size: 4.5rem;
    }

    .world-music-hero-content {
        background: #F8F5FF;
        width: calc(100% - 250px);
        padding-right: 20% !important;
    }

    .world-music-hero-img {
        position: absolute;
        top: -36px;
        right: 0px;
        height: 400px;
    }

    .world-music-hero-img img {
        height: 400px;
    }

    .hyper-search-cta {
        width: 200px;
        flex-shrink: 0;
    }

    .hyper-search-cta .btn {
        display: block;
    }

    .hs-bgs {
        background-image: url("../images/hs-bg-01.png"), url("../images/hs-bg-02.png"), url("../images/hs-bg-03.png"), url("../images/hs-bg-04.png");
        background-position: left 10%, right 10%, left 80%, right 80%;
        background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
        background-size: 20%;
    }



}