@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@700&family=Rubik:wght@400;600;800&display=swap');
@font-face {
    font-family: "Vazir";
    src: url("/cache/fonts/1.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("/cache/fonts/2.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("/cache/fonts/3.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("/cache/fonts/4.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("/cache/fonts/5.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Vazir";
    src: url("/cache/fonts/6.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
}

* {
    margin: unset;
    list-style: unset;
    padding: unset;
    box-sizing: border-box;
    font-family: vazir;
    color: #fff;
    text-decoration: none;
    outline: unset;
    text-transform: capitalize;
    list-style: none;
}

body {
    background: #000;
    overflow-x: hidden;
}

header {
    position: fixed;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(25px);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    width: 100%;
    height: 70px;
    z-index: 99;
}

.middle {
    margin: 0 auto;
    width: 1200px;
}

.logo-box {
    float: left;
    position: relative;
    z-index: 2;
}

.logo-box a div {
    height: 100%;
    float: left;
    background: url(/cache/logo.svg) no-repeat center/84%;
    aspect-ratio: 1/1;
}

.site-name {
    float: left;
    font-family: 'Rubik', sans-serif;
    position: relative;
    height: 100%;
}

.logo-box>a:nth-child(1) {
    float: left;
}

.site-name a {
    font-family: 'Rubik', sans-serif;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
}

.search-box {
    width: 20%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .1);
    overflow: hidden;
    transition: .3s;
}

.search-box input {
    width: 100%;
    height: 100%;
    background: unset;
    padding: unset;
    border: unset;
    padding: 10px;
    text-align: right;
    direction: rtl;
}

.search-logo {
    position: absolute;
    background: linear-gradient(90deg, #000, transparent);
    height: 100%;
    aspect-ratio: 1/1;
    cursor: pointer;
}

.search-logo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/cache/icons/search.svg) no-repeat center/50%;
    opacity: .5;
    transition: .3s;
}

header ul {
    float: right;
}

header ul * {
    font-size: 0px;
}

header ul li {
    float: left;
    height: 100%;
    aspect-ratio: .5/1;
    position: relative;
    margin-left: 10px;
}

header ul li a {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .3s;
}

a.call-logo {
    background: url(/cache/icons/call.svg) no-repeat center/100%;
}

a.mail-logo {
    background: url(/cache/icons/mail.svg) no-repeat center/100%;
}

a.insta-logo {
    background: url(/cache/icons/insta.svg) no-repeat center/100%;
}

a.teleg-logo {
    background: url(/cache/icons/telegram.svg) no-repeat center/100%;
}

header ul li:last-child {
    display: none;
}

.main-slider {
    float: left;
    width: 49%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    overflow: hidden;
    transition: .3s;
}

section.index-slider {
    float: left;
    width: 100%;
}

body:before {
    content: "";
    width: 100%;
    height: 80px;
    float: left;
}

.ms {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
}

.is-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    z-index: 1;
    opacity: 0;
}

.slider-controll {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    float: left;
}

.is-item img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

.slider-controll button {
    background: rgba(0, 0, 0, .5) !important;
    border: unset;
    width: 70px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, .2);
    border-left: unset;
    transition: .3s;
}

.slider-controll p {
    font-size: 0px;
}

button.next-inslider {
    right: 0;
    left: unset;
    border-left: 1px solid rgba(255, 255, 255, .2);
    border-right: unset;
}

\ {}

.slider-controll button i {
    font-size: 48px;
}

.isitem-data {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    width: 100%;
}

.isitem-data h2 a,
.artists-is a {
    float: left;
    background: rgba(0, 0, 0, .7);
    padding: 8px 14px;
    font-family: rubik;
    border: 1px solid rgba(255, 255, 255, .2);
    text-transform: capitalize;
    font-size: 22px;
    backdrop-filter: blur(20px);
}

.isitem-data h2 a {
    margin-bottom: 10px;
    font-size: 30px;
}

.isitem-data h2 {
    width: 100%;
    float: left;
}

button {
    cursor: pointer;
}

.isitem-data>div:nth-child(3) {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .7);
    aspect-ratio: 1/1;
    width: 80px;
    border-radius: 50%;
    text-align: center;
    top: 50%;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, .2);
    cursor: pointer;
    backdrop-filter: blur(10px);
}

.isitem-data>div:nth-child(3) i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
}

.slider-items {
    float: right;
    width: 49%;
}

.slider-it-i img {
    width: 31%;
    float: right;
    border-radius: 5px;
    margin: 0 0 3.4% 3.5%;
    transition: .3s;
    cursor: pointer;
    opacity: .5;
    animation: sliderImg 9s linear infinite;
    border: 1px solid rgba(255, 255, 255, .4);
    transition: .3s;
}

.slider-it-i img:nth-child(3n) {
    margin-left: unset;
}

section.music-list {
    float: left;
    width: 49%;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    z-index: 2;
    position: relative;
    backdrop-filter: blur(30px);
}

.title-holder {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: unset;
}

.th-icon-hold {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    aspect-ratio: 1/1;
    padding: 6px;
    box-sizing: border-box;
    width: 50px;
}

.th-icon-hold img {
    width: 80%;
    position: absolute;
}

.title-holder p {
    width: 100%;
    text-align: right;
}

.title-holder p:nth-child(2) {
    font-size: 20px;
    font-weight: 900;
}

.title-holder p:nth-child(3) {
    font-size: 14px;
}

.music-list-div {
    float: left;
    width: 100%;
}

.ml-item {
    border-bottom: 2px solid rgba(255, 255, 255, .2);
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 0;
}

.data-ml {
    float: left;
    width: 100%;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.main-music-t-content>p a {
    font-size: 22px;
    font-family: rubik;
    float: left;
}

.ml-artists a {
    float: left;
    margin-right: 5px;
    font-family: rubik;
    font-size: 16px;
    text-transform: capitalize;
    opacity: .65;
    transition: .3s;
}

.artists-is a {
    margin-right: 10px;
}

.ml-item-details {
    float: left;
    width: 100%;
}

.ml-item-details>div div {
    width: 18px;
    aspect-ratio: 1/1;
    background: red;
    float: left;
    margin-right: 0px;
}

.music-ml-cover {
    float: right;
    width: 130px;
    margin-right: 20px;
}

.ml-item-details>div {
    float: left;
    margin-right: 15px;
    width: auto;
    opacity: .8;
}

.ml-item-details>div p {
    float: left;
    font-size: 15px;
    font-weight: 100;
    font-family: rubik;
}

.ml-item-details>div:nth-child(1) div {
    background: url(/cache/icons/download.svg) no-repeat center/100%;
}

.ml-item-details>div:nth-child(2) div {
    background: url(/cache/icons/date.svg) no-repeat center/100%;
}

.music-ml-cover img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 5px;
    float: right;
    position: relative;
    width: 50%;
}

.main-music-t-content>p {
    width: 100%;
    float: left;
}

.ml-artists {
    float: left;
}

.ml-caption {
    float: left;
    width: 100%;
    background: linear-gradient(0deg, #121212, transparent);
    position: relative;
    display: none;
}

.music-list-main {
    float: left;
    width: 100%;
    position: relative;
}

.ml-caption h2 a {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 18px;
    padding: 10px 20px;
}

.ml-caption>div {
    float: left;
    width: 30px;
    aspect-ratio: 1/1;
    background: red;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

section.music-list.special-musics {
    background: linear-gradient(45deg, rgb(104 104 104 / 70%) -1%, transparent 167%);
}

.rank-tr {
    float: left;
    width: 10%;
    aspect-ratio: 1/1;
}

.main-music-t-content {
    float: left;
    margin-left: 10%;
}

.rank-tr {
    float: left;
    width: 8%;
    aspect-ratio: 1/1;
    background: rgba(0, 0, 0, .3);
    border-radius: 50%;
    text-align: center;
    margin-right: 2%;
    border: 1px solid rgba(255,255,255,.3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.rank-tr p {
    font-family: rubik;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22p;
}

.ml-item:last-child {
    border-bottom: unset;
}

section.music-slider-d {
    float: right;
    width: 49%;
    margin-bottom: 3%;
    height: 300px;
    overflow: revert-layer;
}

section.music-slider-d .title-holder .th-icon-hold {
    left: 0;
}

.a-music-mss {
    float: left;
    width: 240px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .2);
    position: relative;
}

.a-music-mss img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.music-ams-data {
    position: absolute;
    left: 5%;
    bottom: 5%;
    background: rgb(45 45 45 / 20%);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .1);
    width: 90%;
    backdrop-filter: blur(14px);
    padding: 5px;
}

.music-ams-data h2 a {
    float: left;
    width: 100%;
    font-size: 16px;
    margin: unset;
    margin-bottom: 0;
    font-weight: 300;
}

.th-icon-hold i,
.th-icon-hold img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.special-musics .th-icon-hold {
    background: #000;
}

.special-musics .title-holder {
    padding: 10px;
}

.slider-music-ss {
    float: left;
    width: 100%;
    margin-top: 3%;
}

.mss-artists a {
    font-size: 14px;
    margin: unset;
    margin-right: 5px;
    opacity: .65;
}

.a-music-mss * {
    font-family: rubik;
}

.music-ams-data div:nth-child(3) {
    position: absolute;
    height: 100%;
    aspect-ratio: 1/1;
    background: url(/cache/icons/play-fill.svg) no-repeat center/70%;
    right: 0;
    top: 0;
    filter: drop-shadow(0px 10px 17px black);
}

.slider-music-ss .owl-stage-outer {
    overflow: visible !important;
}

.site-name a:after {
    content: "3DA";
    position: absolute;
    right: 0;
    color: #9e9e9e;
    text-shadow: 0 0 3px black;
    transition: .3s;
}

.a-album-mss {
    float: left;
    width: 240px;
}

.cover-album-base {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
}

.cover-album-base img {
    position: absolute;
    left: 0;
    top: 0;
    width: 90% !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 3;
}

.cover-album-base div:nth-child(3),
.cover-album-base div:nth-child(4) {
    width: 90%;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, .1);
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 1;
    border-radius: 5px;
}

.cover-album-base div:nth-child(4) {
    z-index: 2;
    left: 10%;
    top: 10%;
}

.view-box-al {
    position: absolute;
    left: 44.5%;
    top: 5%;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    z-index: 4;
    padding: 4px 8px 4px 4px;
    transform: translateX(-50%);
}

.view-box-al * {
    font-size: 14px;
    float: left;
    font-family: 'Rubik';
}

.album-ams-data {
    float: left;
    font-family: 'Rubik';
    margin-top: 2%;
}

.album-ams-data a {
    font-family: 'Rubik';
    font-weight: 300;
}

.msa-artists a {
    opacity: .65;
}

.album-ams-data h2 a {
    font-size: 20px;
}

.slider-album-ss {
    width: 100%;
    float: left;
    margin-top: 5%;
}

.slider-album-ss .owl-stage-outer {
    overflow: visible !important;
    margin-top: 20px;
}

.slider-it-i img.active {
    opacity: 1;
    border-color: #fff;
}

section.explore-contents {
    float: left;
    width: 100%;
}

.title-box-sc {
    width: 100%;
    position: relative;
    float: left;
}

.title-box-sc img {
    width: 80px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.title-box-sc p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    z-index: 2;
    position: relative;
}

.title-box-sc div {
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgb(255 255 255 / 30%);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.title-box-sc:before {
    height: 86%;
    background: black;
    aspect-ratio: 9/1;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 50%;
    filter: blur(24px);
}

.exp-bs {
    float: left;
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.exp-bs button {
    width: 19.2%;
    float: right;
    margin-left: 1%;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: linear-gradient(45deg, rgba(255, 255, 255, .2), transparent);
    font-size: 22px;
    padding: 10px 20px;
    transition: .3s;
    position: relative;
}

.exp-bs>div:last-child button {
    margin: unset;
}

.exp-bs button i {
    float: left;
    margin-top: 6px;
}

.exp-bs button p {
    float: right;
    font-weight: 500;
}

.exp-bs button.active {
    background: #fff;
    color: #000;
}

.expc {
    float: left;
    width: 49%;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    margin-right: 2%;
    position: relative;
    margin-bottom: 2%;
    background: linear-gradient(45deg, rgba(255, 255, 255, .1), transparent);
    overflow: hidden;
    backdrop-filter: blur(7px);
}

.thu-hold {
    float: right;
    padding: 10px;
    position: relative;
    width: 170px;
    aspect-ratio: 1/1;
    z-index: 2;
}

.thu-hold img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .2);
    z-index: 4;
    position: relative;
}

.expc-content {
    float: left;
    position: absolute;
    width: 100%;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
}

.expc-content>p a {
    font-family: rubik;
}

.expc-content * {
    font-size: 28px;
    font-weight: 600;
}

.expc .ml-artists a {
    font-size: 20px;
    font-weight: 100;
}

.expc:nth-child(even) {
    margin-right: unset;
}

.ml-artists a:after {
    content: " , ";
}

.ml-artists a:last-child:after {
    content: "";
}

.expc .ml-artists {
    margin-bottom: 4px;
    max-width: 80%;
}

.more-data {
    float: left;
    width: 100%;
    background: red;
    border-top: 1px solid rgba(255, 255, 255, .2);
    background: linear-gradient(-45deg, rgb(0 79 255 / 20%), transparent);
    padding: 5px 20px;
}

.more-data a {
    float: right;
    font-size: 20px;
    position: absolute;
    width: 100%;
    text-align: right;
    right: 20px;
}

.more-data i {
    float: left;
    font-size: 21px;
    margin-bottom: 7px;
    margin-top: 4px;
}

.exp-bs button.active * {
    color: #000;
}

button.more-content {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, rgba(255, 255, 255, .2), transparent);
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px 12px 50px;
}

button.more-content * {
    color: #fff;
    float: right;
    font-size: 24px;
}

button.more-content i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

a {}

.persian-seo-title a {
    background: linear-gradient(-45deg, rgba(255, 255, 255, .2), transparent);
    font-size: 12px;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-bottom: 10px;
    float: left;
    width: auto;
    border-radius: 5px;
    font-weight: 400;
    direction: rtl;
}

.persian-seo-title {
    float: left;
    width: 100%;
}

.info-box {
    float: left;
    width: 100%;
    margin-top: 2%;
    position: relative;
    margin-bottom: 10px;
}

.logo-box-footer {
    float: right;
    width: 34%;
}

.logo-box-footer img {
    position: relative;
    width: 130px;
    left: 50%;
    transform: translateX(-50%);
}

.logo-box-footer h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 900;
    background: linear-gradient(93deg, #FFF 33.35%, rgba(255, 255, 255, 0.00) 99.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-box-footer p {
    text-align: center;
    font-size: 16px;
}

.recs {
    float: right;
    width: 64%;
    margin-right: 2%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.recs div {
    width: 33%;
    float: right;
    text-align: center;
    font-size: 28px;
}

.recs div p:nth-child(1) {
    font-weight: 900;
    font-size: 48px;
    margin-bottom: -16px;
}

footer nav {
    float: left;
    width: 100%;
    margin-top: 2%;
}

footer nav ul {
    width: 31%;
    margin-left: 3.5%;
    float: right;
}

footer nav ul:last-child {
    margin: unset;
}

.ul-t {
    float: right;
    width: 100%;
    font-size: 20px;
    position: relative;
    margin-bottom: 2%;
}

.ul-t p {
    float: right;
}

.ul-t i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

footer li {
    float: right;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    margin-bottom: 2%;
    padding: 2px 10px;
    text-align: right;
    position: relative;
}

footer li:after {
    content: "";
    position: absolute;
    border: 1px solid rgb(255 255 255 / 50%);
    width: 8px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

footer {
    float: left;
    width: 100%;
    padding-bottom: 40px;
    position: relative;
}

footer:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, .1), transparent);
}

header ul li a:hover {
    transform: translateY(-4px);
}

.search-box:hover,
.search-box:focus {
    border: 1px solid #fff;
}

.search-box:hover .search-logo:after {
    opacity: 1;
}

.site-name a:hover:after {
    opacity: 0;
}

.slider-it-i img:hover {
    opacity: 1;
    transform: scale(1.1);
    border-color: #fff;
}

.ms:hover .is-item img {
    transform: scale(1.4);
}

.main-slider:hover .slider-controll button {
    border-color: #fff;
}

.main-slider:hover {
    border-color: #fff;
}

.artists-slider {
    float: left;
    width: 100%;
}

.ac-s {
    float: left;
    position: relative;
}

.ac-s img {
    width: 100%;
    border-radius: 50%;
}

.img-acs {
    position: relative;
    padding: 0px;
    box-sizing: border-box;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    z-index: 2;
}

.ac-s {
    background: linear-gradient(45deg, rgba(255, 255, 255, .2), transparent);
    float: left;
    min-width: 220px;
    border-bottom: 5px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 20px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.main-acs h3 a {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 28px;
    font-family: rubik;
    font-weight: 600;
    z-index: 2;
    position: relative;
    background: linear-gradient(10deg, #FFF 44.35%, rgba(255, 255, 255, 0.00) 99.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 12px;
}

.title-box-sc i {
    font-size: 52px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    float: left;
    margin: unset;
    padding: unset;
    background: linear-gradient(22deg, #FFF 33.35%, rgba(255, 255, 255, 0.00) 99.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.top-artists {
    float: left;
    width: 100%;
    margin: 3% 0 2% 0;
}

.top-artists .title-box-sc {
    margin-bottom: 3%;
}

footer .middle {
    position: relative;
    z-index: 2;
}

.vacs {
    float: left;
    position: relative;
}

.vacs {
    position: absolute;
    left: 70%;
    bottom: -1%;
    font-size: 24px;
    background: linear-gradient(45deg, rgba(255, 255, 255, .5), transparent);
    padding: inherit;
    border-radius: 50%;
    backdrop-filter: blur(28px);
    padding: 7px;
    z-index: 3;
}

.c-anal {
    position: absolute;
    top: 0;
    aspect-ratio: 1/1;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
}

.img-acs,
.c-anal {
    width: 137px;
}

.c-anal div {
    width: 100%;
    aspect-ratio: 1/1;
    border: 1px solid rgba(255, 255, 255, .6);
    border-radius: 50%;
    position: absolute;
    animation: analog 3s infinite linear;
    filter: blur(3px);
}

@keyframes analog {
    0% {
        transform: scale(1);
        opacity: 0;
        border-color: rgba(255, 255, 255, 1)
    }
    50% {
        opacity: 1
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: scale(2.2);
    }
}

@keyframes analog2 {
    0% {
        transform: scale(1);
        opacity: 0;
        border-color: rgba(255, 255, 255, 1)
    }
    50% {
        opacity: 1
    }
    90% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: scale(3.2);
    }
}

.c-anal div:nth-child(2) {
    animation-delay: 1s;
}

.c-anal div:nth-child(3) {
    animation-delay: 2s;
}

.acs-detai {
    float: left;
    width: 100%;
    margin-top: 14px;
}

.acs-detai>div {
    float: left;
    width: 50%;
    text-align: center;
}

.acs-detai p:nth-child(1) {
    font-size: 23px;
    font-weight: 100;
}

.acs-detai p:nth-child(2) {
    margin-top: -6px;
    font-weight: 100;
}

.artists-slider .owl-stage-outer {
    overflow: visible !important;
    height: auto;
}

.thu-hold.artist-prof img {
    border-radius: 50%;
}

.thu-hold.artist-prof img {
    border-radius: 50%;
}

.all-h.load {
    filter: blur(7px);
}

.active.all-h {
    opacity: 1;
}

.all-h {
    transition: .3s;
    opacity: 0;
}

.load {
    animation: load 1s infinite linear;
}

@keyframes load {
    0%,
    100% {
        opacity: 1
    }
    50% {
        opacity: .5
    }
}

.thu-hold.artist-prof>div {
    width: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
    animation: analog2 3s infinite linear;
    filter: blur(3px);
}

.thu-hold.artist-prof>div:nth-child(3) {
    animation-delay: 1s;
}

.thu-hold.artist-prof>div:nth-child(4) {
    animation-delay: 2s;
}

.ml-artists a:hover {
    opacity: 1;
}

*[kind=artist] .ml-item-details>div div {
    background: unset;
    font-size: 16px;
    float: left;
    width: auto;
    aspect-ratio: unset;
    font-family: rubik;
    font-weight: 100;
}

*[kind=artist] .ml-item-details>div p {
    font-size: 28px;
    font-family: rubik;
}

*[kind=artist] .ml-item-details>div {
    margin-right: 40px;
    opacity: 1;
}

*[kind=artist] .ml-item-details>div div:nth-child(1) {
    opacity: .8;
}

*[kind=artist] .ml-item-details {
    margin-top: 10px;
}

.expc-content p i {
    font-size: 24px;
    margin-left: 8px;
}

.thu-hold.album-prof img {
    width: 88%;
    z-index: 2;
    position: relative;
}

.thu-hold.album-prof>div {
    position: absolute;
    width: 76%;
    aspect-ratio: 1/1;
    background: rgba(255, 255, 255, .1);
    top: 11%;
    left: 11%;
    border-radius: 5px;
}

.thu-hold.album-prof>div:nth-child(3) {
    left: 16%;
    top: 16%;
}

.is-item.active {
    opacity: 1;
}

.title-box-sc {
    margin-top: 20px;
}

.sdfds {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}

.sdfsdf {
    float: left;
    width: 100%;
}

.exp-bs button:hover {
    border-color: #fff;
    transform: translateY(-6px);
}

.artists-slider.owl-carousel.owl-loaded.owl-drag {
    height: 320px !important;
}

.categories>div {
    width: 23.45%;
    float: right;
    margin-left: 2%;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    background: linear-gradient(45deg, rgba(255, 255, 255, .2), transparent);
    transition: .3s;
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
    backdrop-filter: blur(7px);
}

.categories>div:last-child {
    margin-left: unset !important;
}

.slider-it-i>div:nth-child(3n) img {
    margin-left: unset
}

.categories>div p,
.categories>div p a {
    width: 100%;
    float: right;
    text-align: right;
}

.categories>div *:nth-child(2) {
    font-size: 20px;
    font-weight: 100;
}

.categories>div p:nth-child(1) {
    font-family: rubik;
    font-size: 28px;
    font-weight: 600;
}

.categories>div i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    transition: .3s;
}

.categories p {
    transition: .3s;
}

.categories>div:hover {
    border-color: #fff;
}

.categories {
    float: left;
    width: 100%;
    margin-bottom: 2%;
    margin-top: 1%;
    position: relative;
    z-index: 1;
}

.categories>div.active {
    background: #fff;
}

.categories>div.active * {
    color: #000;
}

.categories a {
    text-align: right;
    width: 100%;
    float: right;
}

.search-music {
    float: left;
    width: 50%;
    margin: 5% 25% 2%;
    position: relative;
}

.shapes_search {
    width: 100%;
}

.shapes_search div {
    float: left;
    width: 11.71%;
    aspect-ratio: 1/1;
    background: linear-gradient(45deg, rgba(255, 255, 255, 1), transparent);
    margin-right: 3%;
    transition: .3s;
    border-radius: 10%;
    animation: searchshapes 5s linear infinite;
}

.zarebin {
    position: absolute;
    font-size: 811%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: zarebin 5s infinite;
}

.shapes_search div:last-child {
    margin-right: unset;
}

@keyframes zarebin {
    0%,
    100% {
        left: 0%
    }
    50% {
        left: 100%
    }
}

@keyframes searchshapes {
    0%,
    100% {
        border-radius: 10%;
        margin-top: 0px;
    }
    50% {
        border-radius: 50%;
    }
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.shapes_search div:nth-child(5) {
    animation-delay: 3s;
}

.shapes_search div:nth-child(3) {
    animation-delay: 1s;
}

.shapes_search div:nth-child(6) {
    animation-delay: 2s;
}

.shapes_search div:nth-child(2) {
    animation-delay: 4s;
}

.shapes_search div:nth-child(4) {
    animation-delay: 0s;
}

.zarebin div {
    width: 80%;
    background: linear-gradient(45deg, rgba(255, 255, 255, .3), transparent);
    aspect-ratio: 1/1;
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    backdrop-filter: blur(15px);
}

.zarebin i {
    z-index: 2;
    position: relative;
    background: linear-gradient(309deg, #FFF 33.35%, rgba(255, 255, 255, 0.00) 99.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.searchbox-page {
    width: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    background: linear-gradient(45deg, rgba(255, 255, 255, .5), transparent);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 5px;
    z-index: 9999999999999;
    float: left;
    margin-bottom: 20px;
}

input.search-in-page {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: unset;
    border: unset;
    outline: unset;
    color: #fff;
    font-size: 21px;
    text-align: right;
    padding: 10px;
    direction: rtl;
}

.searchbox-page button {
    height: 100%;
    aspect-ratio: 1/1;
    background: unset;
    border: unset;
    font-size: 28px;
    position: relative;
}

.sbip-tt a {
    text-align: center;
    background: linear-gradient(360deg, #FFF 34.35%, rgba(255, 255, 255, 0.00) 99.53%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sbip-tt {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 900;
    margin-bottom: 20px;
    font-size: 25px;
}

.post-main {
    float: right;
    width: 50%;
}

.music-post {
    float: left;
    width: 100%;
}

.music-post img {
    float: left;
    width: 100%;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.music-post .plyr {
    margin: 20px 0 10px;
    float: left;
    width: 100%;
    border-radius: 5px;
}

.plyr--audio .plyr__controls {
    background: linear-gradient(45deg, rgba(255, 255, 255, .4), rgba(255, 255, 255, .1));
}

.post-artists {
    float: left;
    width: 100%;
    border-radius: 5px;
    margin-top: 20px;
}

.post-artists p a {
    float: left;
    width: 100%;
    font-size: 28px;
    font-family: rubik;
    font-weight: 900;
}

.artists-c-hold {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
    overflow: visible !important;
}

.ac-p-artist {
    float: left;
    position: relative;
    padding: 10px 20px 10px 10px;
    background: linear-gradient(45deg, rgba(255, 255, 255, .3), transparent);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .2);
}

.ac-p-artist img {
    float: left;
    width: 60px !important;
    border-radius: 50%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.artist-detail-pc {
    float: left;
    margin: 5px 0 0 10px;
}

.artist-detail-pc * {
    font-family: rubik;
}

.artist-detail-pc a {
    font-weight: 600;
    font-size: 24px;
}

.artist-detail-pc p {
    font-weight: 100;
    opacity: .7;
}

.lyrics-title-box {
    float: left;
    width: 100%;
    font-size: 20px;
    position: relative;
    margin: 20px 0 10px;
}

.lyrics-title-box p {
    float: right;
}

.lyrics-title-box i {
    float: left;
    font-size: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lyrics-box {
    float: right;
    width: 100%;
    text-align: right;
}

.seo-title-and-des {
    float: left;
    width: 48%;
    background: linear-gradient(45deg, rgba(255, 255, 255, .2), transparent);
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 10px;
}

.post-title-box * {
    float: right;
    font-size: 24px;
    direction: rtl;
}

.post-title-box i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: .7;
}

.post-title-box {
    float: left;
    width: 100%;
    position: relative;
}

.post-details {
    float: right;
    width: 100%;
    margin-top: 5px;
}

.post-details>div {
    float: right;
    margin-left: 20px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 5px;
    padding: 4px 10px;
    font-family: rubik;
}

.post-details>div * {
    float: right;
    font-family: rubik;
}

.post-details>div i {
    margin-left: 5px;
}

.seo-title-and-des>p {
    text-align: justify;
    direction: rtl;
    font-size: 18px;
    margin-top: 10px;
    float: right;
    width: 100%;
}

.plyr--audio .plyr__controls {
    background: linear-gradient(45deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .1)) !important;
    border: 1px solid rgba(255, 255, 255, .2);
}

.plyr__menu__container {
    background: linear-gradient(45deg, rgb(255 255 255 / 20%), transparent) !important;
    backdrop-filter: blur(18px);
}

.plyr * {
    color: white !important;
}

.plyr div {
    color: #fff !important;
}

.plyr--audio .plyr__control:focus-visible,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: rgba(255, 255, 255, .2) !important;
}

.all-dl {
    float: left;
    width: 48%;
}

.download-box {
    float: left;
    width: 100%;
}

.a-dl-box {
    float: left;
    width: 100%;
    padding: 20px;
    background: linear-gradient(45deg, rgba(255, 255, 255, .2), transparent);
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 5px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.a-dl-box>i {
    float: left;
    font-size: 40px;
    opacity: .5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    animation: oo 2s infinite;
}

.about-dl {
    float: left;
    margin-left: 60px;
}

.about-dl>p:nth-child(1) {
    font-size: 24px;
    font-family: rubik;
    font-weight: 900;
}

.about-dl>p:nth-child(2) {
    font-weight: 100;
    font-family: rubik;
}

.a-dl-box>a,
.dl-album-track a {
    float: right;
    position: absolute;
    right: 20px;
    background: linear-gradient(45deg, rgba(255, 255, 255, .6), transparent);
    padding: 10px;
    border-radius: 5px;
    border: 1px solid;
    top: 50%;
    transform: translateY(-50%);
}

.a-dl-box {
    position: relative;
}

@keyframes oo {
    0%,
    100% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
}

.post-social-links {
    float: left;
    width: 48%;
}

.a-dl-box.social-link .about-dl p {
    font-size: 16px;
    font-weight: 100;
}

.a-dl-box.social-link .about-dl a {
    font-size: 28px;
    font-weight: 900;
}

.a-dl-box.social-link.social-l-spotify {
    background: linear-gradient(45deg, #25d865, transparent);
}

.a-dl-box.social-link.social-l-youtube {
    background: linear-gradient(45deg, #f93a3d, transparent);
}

.a-dl-box.social-link.social-l-soundcloud {
    background: linear-gradient(45deg, #f87217, transparent);
}

.a-dl-box.social-link.social-l-soundcloud>a {
    background: #f87217;
}

.a-dl-box.social-link.social-l-spotify>a {
    background: #25d865;
}

.a-dl-box.social-link.social-l-youtube>a {
    background: #f93a3d;
}

.artist-profile {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.cover-box-a {
    float: left;
    width: 200px;
    aspect-ratio: 1/1;
    position: relative;
    z-index: 0;
}

.cover-box-a img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .2);
}

.cover-box-a>div {
    width: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5);
    animation: analog2 3s infinite linear;
}

.cover-box-a>div:nth-child(3) {
    animation-delay: 1s;
}

.cover-box-a>div:nth-child(4) {
    animation-delay: 2s;
}

.some-detail {
    float: left;
    position: absolute;
    left: 220px;
    top: 50%;
    transform: translateY(-50%);
}

.ar-le {
    float: left;
    width: 100%;
    position: relative;
}

.some-detail h2 a {
    font-size: 42px;
    font-family: rubik;
}

.some-detail>div div {
    float: left;
    margin-right: 20px;
    font-size: 28px;
    font-family: rubik;
}

.play-count-artist {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 40px;
    font-family: rubik;
}

.play-count-artist p {
    font-weight: 900;
    margin-bottom: -20px;
}

.play-count-artist div {
    font-size: 28px;
}

.owl-stage-outer {
    overflow: visible !important;
}

.dl-album-track a {
    position: relative;
    float: right;
    top: unset;
    transform: unset;
    margin-left: 10px;
    right: 0;
}

.dl-album-track {
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    font-size: 10px;
}

.album-dl .about-dl p {
    font-size: 16px;
    font-weight: 100;
}

p.no-res {
    font-size: 22px;
    direction: rtl;
    text-align: center;
    margin: 20px 0;
    float: left;
    width: 100%;
}

.slider-music-ss.owl-carousel.owl-loaded.owl-drag {
    position: absolute;
    margin-top: 71px;
}

section.music-slider-d:nth-child(3) {
    height: 380px;
}

.slider-album-ss.owl-carousel.owl-loaded.owl-drag {
    position: absolute;
}

.expc[kind=artist] .ml-item-details>div {
    display: grid;
}

.msa-artists a:after {
    content: " , ";
}

.msa-artists a:last-child:after {
    display: none;
}

.msa-artists a:after {
    content: " , ";
}

.msa-artists a:last-child:after {
    display: none;
}
footer p.bvc {
    text-align: center !important;!i;!;
}
@media (max-width: 1200px) {
    .middle {
       width:90%;
    }
        .explore-contents .middle {
    width: 100% !important;!i;!;
}
    .explore-contents.artistpage .middle {
    width: 90% !important;!i;!;
}

}
/* 122 */
@media (max-width: 1100px) {

.mss-artists a {
    font-size: 14px;
}

section.music-slider-d:nth-child(3) {
    margin-top: 0%;
}

section.music-list.special-musics {
    width: 100%;
    margin-bottom: 20px;
}

section.music-slider-d {
    width: 100%;
}
.zarebin i {
    font-size: 80px;
}
    .searchbox-page {
    left: 0;
    width: 100%;
    transform: unset;
}
.expc-content * {
    font-size: 22px;
}

.expc .ml-artists a {
    font-size: 16px;
}

.ml-item-details>div p {
    font-size: 14px;
}

.exp-bs button p {
    font-size: 17px;
    margin-top: 1px;
}

.thu-hold {
    width: 150px;
}
.music-ml-cover {
    width: 190px;
    margin-right: 10px;
}

.rank-tr p {
    font-size: 28px;
}
}

@media (max-width: 1010px) {
    .expc {
    width: 100%;
    margin-right: unset;
}
    .post-main {
    width: 100%;
}

.seo-title-and-des {
    width: 100%;
    margin-top: 20px;
}

.all-dl {
    width: 100%;
}
    .isitem-data h2 a {
    font-size: 24px;
    margin-bottom: 5px;
}
.album-ams-data h2 a {
    font-size: 26px;
}

.msa-artists a {
    font-size: 16px;
}

.isitem-data>div:nth-child(3) {
    width: 50px;
}

.isitem-data>div:nth-child(3) i {
    font-size: 29px;
}

.artists-is a {
    margin-right: 5px;
    font-size: 16px;
}

.slider-controll button i {
    font-size: 36px;
}

.slider-controll button {
    width: 46px;
}
}
@media (max-width: 910px) {
    .categories>div p:nth-child(1) {
    font-size: 22px;
}

.cover-box-a {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.some-detail {
    width: 100%;
    float: left;
    position: relative;
    left: 0;
    top: 50px;
    margin-bottom: 20px;
}

.play-count-artist {
    position: absolute;
    bottom: 11px;
    right: 9;
    transform: unset;
    height: unset;
    aspect-ratio: unset;
    top: unset;
}

p.bvc {
    text-align: right;
    float: right;
    width: 100%;
}

.play-count-artist div {
    text-align:right;
    float:right
}
.categories>div {
    padding: 6px 12px;
}
}
@media (max-width: 810px) {
    .music-ml-cover {
    width: 140px;
}

.recs div p:nth-child(1) {
    font-size: 30px;
}
    .logo-box-footer p {
    font-size: 12px;
}

.logo-box-footer img {
    width: 90px;
}

.ul-t p {
    font-size: 16px;
}

.a-album-mss {
    width: 200px;
    margin-top: 20px;
}

.album-ams-data h2 a {
    font-size: 22px;
}

.a-music-mss {
    width: 220px;
}

section.music-slider-d {
    margin-bottom: unset;
}

.mss-artists a {}

.exp-bs button p {
    width: 100%;
    margin-top: 40px;
}

.exp-bs button i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.categories>div i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
}

.categories>div p:nth-child(1) {
    text-align: center;
    margin-top: 60px;
}

.categories a {
    text-align: center;
}
}
@media (max-width: 710px) {
.main-slider.aos-init {
    width: 100%;
}
.zarebin i {
    font-size: 60px;
}
.isitem-data h2 a {
    font-size: 32px;
}

.artists-is a {
    font-size: 20px;
    margin-right: 10px;
}

.slider-controll button i {
    font-size: 44px;
}

.slider-controll button {
    width: 62px;
}

.slider-it-i img {
    width: 10.24%;
    margin: unset !important;!i;!;
    margin-left: .95% !important;!i;!;
}

.slider-items {
    width: 100%;)%;)%;);
    margin: 10px 0;
}

.slider-it-i > div:last-child img {
    margin-left: unset !important;!i;!;
}
.main-slider {
    width: 100%;
}
footer nav ul {
    width: 100%;
    margin-left: unset;
}

.logo-box-footer {
    width: 100%;
    padding-bottom: 100px;
}

.recs {
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: 0;
}

.logo-box-footer img {
    width: 140px;
}

.logo-box-footer p {
    font-size: 16px;
}

header ul {
    display: none;
}

.sdfds {
    position: relative;
    left: unset;
    width: auto;
    float: right;
    width: 200px;
}

.search-box {
    width: 100%;
}

.site-name a {
    font-size: 28px;
}

.logo-box a div {
    height: 90%;
    margin-top: 5%;
}
}
@media (max-width: 600px) {
.thu-hold {
    width: 130px;
}
    .a-dl-box>i {
    left: 11px;
    font-size: 32px;
}

.about-dl {
    margin-left: 40px;
}

.seo-title-and-des>p {
    font-size: 16px;
}

.post-title-box * {
    font-size: 22px;
}

.post-details>div {
    font-size: 14px;
}

.about-dl>p:nth-child(1) {
    font-size: 20px;
}

.about-dl>p:nth-child(2) {
    font-size: 16px;
}
.sbip-tt a {
    font-size: 24px;
    margin-top: 20px;
    float: left;
    width: 100%;
}
.persian-seo-title a {
    font-size: 10px;
    margin-bottom: 5px;
}

.expc-content * {
    font-size: 18px;
}

button.more-content {
}

button.more-content * {
    font-size: 18px;
}

button.more-content i {
    margin-top: -2px;
}

.ac-s {
    min-width: 180px;
}

.img-acs {
    width: 110px;
}

.main-acs h3 a {
    font-size: 20px;
}

.acs-detai p:nth-child(1) {
    font-size: 16px;
}

.acs-detai p:nth-child(2) {
    font-size: 13px;
}
    
}
@media (max-width: 500px) {
    .some-detail h2 a {
    font-size:24px
}
.some-detail i {
    font-size:22px
}
.some-detail>div div {
    font-size:20px;
    margin-bottom:10px
}
    p.bvc {
        font-size:30px;
           margin-bottom:-5px
    }
    .play-count-artist div {
                font-size:20px
    }
    body {
    overflow-x: hidden;
}
    .some-detail h2 {
    text-align: center;
}

.some-detail h2 a {}

.some-detail>div div {
    text-align:center;
    width:50%;
    margin:unset;
    
}

.play-count-artist {
    position:relative;
    text-align:center
}
.play-count-artist * {
width:100%;
    float:right;
    text-align:center !important
}
    section.music-slider-d {
    width: 112%;
    margin-right: -6%;
    padding: 0 6%;
    overflow: hidden !important;
    position: relative;
}
    section.top-artists {
    overflow-x: hidden;
}
    section.explore-contents {
    overflow-x: hidden;
}

.title-box-sc img {
    width: 50px;
}

.title-box-sc p {
    font-size: 20px;
    margin-bottom: 20px;
}

.exp-bs button {
    width: 50%;
    margin: unset;
    border-radius: unset;
}

.exp-bs button p {
    text-align: right;
    margin-top: unset;
}

.exp-bs button i {
    transform: unset;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: unset;
}

.exp-bs > div:nth-child(1) button {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.exp-bs > div:nth-child(4) button {
    border-bottom-right-radius: 10px;
}

.exp-bs > div:nth-child(5) button {
    border-bottom-left-radius: 10px;
}

.recs {
    width: 100%;
}

.recs div p:nth-child(2) {
    font-size: 16px;
    margin-top: 10px;
}
    .logo-box a div {
    width: 74%;
    margin-top: 8%;
    margin-left: -10%;
}

.site-name a {
    font-size: 20px;
    margin-left: -14px;
}

.sdfds {
    width: 175px;
}

.search-box {
    height: 30px;
    margin-top: 2px;
}

.categories>div {
    margin: unset;
    width: 50%;
    border-radius: unset;
}

.link-to {}

.categories>div p:nth-child(1) {
    text-align: right;
    font-size: 20px;
    margin-top: unset;
}

.categories>div h2 a {
    text-align: right;
    font-size: 18px;
}

.categories>div i {
    left: 15px;
    transform: unset;
    font-size: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.categories>div:nth-child(1) {
    border-top-right-radius: 5px;
}
.categories>div:nth-child(2) {
    border-top-left-radius: 5px;
}
.categories>div:nth-child(3) {
    border-bottom-right-radius: 5px;
}
.categories>div:nth-child(4) {
    border-bottom-left-radius: 5px;
}
    .isitem-data h2 a {
    font-size: 20px;
}

.artists-is a {
    font-size: 15px;
    margin-right: 5px;
}

.slider-controll button {
    width: 40px;
}

.slider-controll button i {
    font-size: 32px;
}

.expc .ml-artists {
    margin-bottom: 0px;
}

.expc .ml-artists a {
    font-size: 15px;
}

.expc-content * {
    font-size: 16px;
}

.ml-item-details>div:nth-child(1) div,.ml-item-details>div:nth-child(2) div {
    width: 14px;
}

.ml-item-details>div p {
    font-size: 12px;
}

.thu-hold {
    width: 100px;
}

.expc[kind=artist] .expc-content * {
    font-size: 22px;
    float: left;
}

.expc[kind=artist] .ml-item-details>div:nth-child(1) div,.expc[kind=artist]  .ml-item-details>div:nth-child(2) div {
    font-size: 12px;
    height: 17px;
}

.expc[kind=artist] .ml-item-details {
    margin-top: 0px !important;
}
    .expc[kind=artist] .expc-content i {
    font-size: 16px;
    margin: 5px;
    float: left;
}
    .explore-contents > .middle {
    width: 100%;
}

}