* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f8ecff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 1.2;
}
.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
#scrollUp {
    bottom: 36px;
    font-size: 24px;
    right: 30px;
    width: 50px;
    background-color: #232323;
    /* background: linear-gradient(90deg, #7F00FF, #E100FF); */
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
li {
    list-style: none;
}
.heading-text>p {
    font-size: 16px;
}
.section-heading>h2 {
    font-weight: 300;
    color: #5b32b4;
    font-size: 48px;
    margin: 0;
}
.line-shape {
    margin-left: calc(50% - 40px);
}
.table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
#preloader {
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.pagal-load {
    -webkit-animation: 2000ms linear 0s normal none infinite running pagal-load;
    animation: 2000ms linear 0s normal none infinite running pagal-load;
    background: transparent none repeat scroll 0 0;
    border-color: #dddddd #dddddd #fb397d;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: calc(50% - 20px);
    position: relative;
    top: calc(50% - 20px);
    width: 40px;
    z-index: 9;
}
@-webkit-keyframes pagal-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes pagal-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.header_area {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    padding: 0 4%;
    /* background: linear-gradient(90deg, #7F00FF, #E100FF); */
    background: #fff;
}
header.header_area div.container{
    padding-left: 0;
    padding-right: 0;
}
header.header_area div.container div.menu_area nav.navbar{
    padding-left: 0;
    padding-right: 0;
}
.menu_area .navbar-brand {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    line-height: 1;
    padding: 0;
}
.menu_area .navbar-brand img{
    width: 100px;
    margin-top: -26px;
    margin-bottom: -26px;
}
.menu_area .navbar-brand:hover,
.menu_area .navbar-brand:focus {
    color: #fff;
}
.menu_area {
    position: relative;
    z-index: 2;
}
.menu_area #nav .nav-link {
    color: #884bdf;
    display: block;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 10px 15px;
}
.menu_area nav ul li>a:hover {
    color: #fb397d;
}
.header_area.sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    height: 70px;
    position: fixed;
    top: 0;
    z-index: 99;
    padding-top: 0;
}
.header_area.sticky .menu_area .navbar-brand {
    font-size: 50px;
}

.header_area.sticky .menu_area #nav .nav-link {
    padding: 23px 15px;
}

.header_area.sticky .navbar {
    padding: 0;
}
.single-feature {
    margin-bottom: 30px;
}
.single-feature>p {
    margin-bottom: 0;
}
.single-feature>i {
    color: #fb397d;
    font-size: 30px;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.single-feature>h5 {
    font-size: 22px;
    color: #5b32b4;
}
.single-feature>p {
    margin-top: 15px;
}
section.blur_image {
    background: #424242;
    z-index: 5;
    padding: 80px 0 0;
    position: relative;
}

section.blur_image div.profile-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(https://images.pexels.com/photos/990818/pexels-photo-990818.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940) center center;
    opacity: .4;
    width: 100%;
    height: 100%;
}

section.blur_image p {
    color: #000;
    font-weight: bolder;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*******carousel css******/


/* Tablet and up */

@media screen and (min-width: 768px) {
    .carousel-inner .active,
    .carousel-inner .active+.carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item {
        -webkit-transition: none;
        transition: none;
    }
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -50%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item {
        position: relative;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item {
        position: relative;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}


/* Desktop and up */

@media screen and (min-width: 992px) {
    .carousel-inner .active,
    .carousel-inner .active+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        -webkit-transition: none;
        transition: none;
    }
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

.bg-white {
    background-color: #f1f4f6!important;
}

.zoom-image {
    transition: transform 200ms linear;
}

.zoom-image:hover {
    transform: scale(1.15);
}

.breadcrumb {
    padding-top: 14px !important;
}

section {
    position: relative;
}


/* Album Lyric page css */

section.album-section {
    background: #313131;
    z-index: 5;
    padding: 8em 0 30px;
    position: relative;
}

section.album-section div.album_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .3;
    width: 100%;
    height: 100%;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    background-size: cover !important;
    background-position: 100% 0 !important;
}

section.album-section h1.song-name {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}

section.album-section div.img-box-div {
    border: 4px solid #e4e4e4;
    padding: 4px;
}

section.album-section div.img-box-div img{
    max-height: 134px;
    min-height: 134px;
    width: 100%;
}

section.album-section h4.movie-name {
    margin: 0;
    font-size: 18px;
    padding: 10px 0;
}

section.album-section h4.movie-name a {
    color: #ddd;
    text-decoration: underline;
}

section.album-section p.card-text p {
    color: #ececec;
    font-size: 14px;
}


/* album navigations css */

section.album-navigations {
    padding: 10px 0;
    /* background: #e9c4ff; */
    background: linear-gradient(90deg, #7F00FF, #E100FF);
}

section.album-navigations div.container{
    padding: 0;
}

section.album-navigations p.card-text a {
    color: #e4e4e4;
    padding-right: 5px;
}

section.album-navigations p.card-text small {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

/* Album lyrics css */

section.album-lyrics {
    padding: 3em 0;
    background: #f3f3f3;
}

section.album-lyrics ul.tab_ul{
    background: #e8d5f4;
    width: 33%;
    display: flex;
}

section.album-lyrics ul.tab_ul li.language_tab {
    cursor: pointer;
    padding: 10px 30px;
    background: #dae1e7;
}

section.album-lyrics div.lyric_font p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

section.album-lyrics div.lyric_font{
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0px 2px 7px 0px #c5c5c5;
}

section.album-lyrics h2.lyrics-title{
    padding: 0 0 20px;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
section.album-lyrics p{
    margin: 0;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding: 0 0 10px;
}
section.album-lyrics div.song-details{
    background: #fff;
    padding: 20px 20px 0;
    box-shadow: 0px 2px 7px 0px #c5c5c5;
    margin-bottom: 2em;
}
section.album-lyrics div.other-song-details{
    background: #fff;
    padding: 20px 20px;
    box-shadow: 0px 2px 7px 0px #c5c5c5;
}
section.album-lyrics div.other-song-details h4{
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 0 8px;
    border-bottom: 1px solid #b9b9b9;
}
section.album-lyrics div.other-song-details ul li{
    padding: 6px 0;
    border-bottom: 1px solid #9c9c9c;
    transition: all .2s ease-in-out;
}
section.album-lyrics div.other-song-details ul li:hover{
    background: #f2f2f2;
}
section.album-lyrics div.other-song-details ul li a img{
    width: 100px;
    margin-right: 10px;
    min-height: 50px;
    max-height: 50px;
}
section.album-lyrics div.other-song-details ul li a{
    color: #000;
}

section.album-lyrics div.other-song-details{
    background: #fff;
    padding: 20px 20px;
    box-shadow: 0px 2px 7px 0px #c5c5c5;
}
section.album-lyrics div.other-song-details h4{
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 0 8px;
    border-bottom: 1px solid #b9b9b9;
}
section.album-lyrics div.other-song-details ul li{
    padding: 6px 0;
    border-bottom: 1px solid #9c9c9c;
    transition: all .2s ease-in-out;
}
section.album-lyrics div.other-song-details ul li:hover{
    background: #f2f2f2;
}
section.album-lyrics div.other-song-details ul li a img{
    width: 100px;
    margin-right: 10px;
}
section.album-lyrics div.other-song-details ul li a{
    color: #000;
}

/********artist song css*/
section.artist-lyrics div.other-song-details{
    background: #fff;
    padding: 20px 20px;
    box-shadow: 0px 2px 7px 0px #c5c5c5;
}
section.artist-lyrics div.other-song-details h4{
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 0 8px;
    border-bottom: 1px solid #b9b9b9;
}
section.artist-lyrics div.other-song-details ul li{
    padding: 6px 0;
    border-bottom: 1px solid #9c9c9c;
    transition: all .2s ease-in-out;
}
section.artist-lyrics div.other-song-details ul li:hover{
    background: #f2f2f2;
}
section.artist-lyrics div.other-song-details ul li a img{
    width: 100px;
    margin-right: 10px;
}
section.artist-lyrics div.other-song-details ul li a{
    color: #000;
}
section.artist-lyrics h2.lyrics-title {
    padding: 0 0 20px;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}







/*----------------------------------------------*/


/* Artist Lyric page css */

section.artist-section {
    background: #313131;
    z-index: 5;
    padding: 6em 0 30px;
    position: relative;
}

section.artist-section div.artist_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/admin/images/web_images/bg-concert.jpg) center center;
    opacity: .3;
    width: 100%;
    height: 100%;
}

section.artist-section div.container{
    padding: 0;
}

section.artist-section h1.song-name {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
}

section.artist-section div.img-box-div {
    border: 4px solid #e4e4e4;
    padding: 4px;
}

section.artist-section div.img-box-div img{
    max-height: 134px;
    min-height: 134px;
    width: 100%;
}


section.artist-section h4.movie-name {
    margin: 0;
    font-size: 18px;
    padding: 10px 0;
}

section.artist-section h4.movie-name a {
    color: #ddd;
    text-decoration: underline;
}

section.artist-section p.card-text p {
    color: #ececec;
    font-size: 14px;
}


/* Artist navigations css */

section.artist-navigations {
    padding: 10px 0;
    /* background: #e9c4ff; */
    background: linear-gradient(90deg, #7F00FF, #E100FF);
}

section.artist-navigations div.container{
    padding: 0;
}

section.artist-navigations p.card-text a {
    color: #e4e4e4;
    padding-right: 5px;
}

section.artist-navigations p.card-text small {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}


/* Artist lyrics css */

section.artist-lyrics {
    padding: 3em 0;
    background: #f3f3f3;
}

section.artist-lyrics div.container{
    padding: 0;
}


section.artist-lyrics ul.tab_ul{
    background: #e8d5f4;
    width: 33%;
    display: flex;
}

section.artist-lyrics ul.tab_ul li.language_tab {
    cursor: pointer;
    padding: 10px 30px;
    background: #dae1e7;
}

section.artist-lyrics div.lyric_font p {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 0;
}

section.artist-lyrics div.lyric_font{
    background: #fff;
    padding: 20px;
    /* margin: 20px 0; */
    border-radius: 5px;
    box-shadow: 0px 2px 7px 0px #c5c5c5;
}

section.artist-lyrics h4.lyrics-title{
    padding: 0 0 20px;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
section.artist-lyrics p{
    margin: 0;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding: 0 0 10px;
}
section.artist-lyrics div.song-details{
    background: #fff;
    padding: 20px 20px 0;
    box-shadow: 0px 2px 7px 0px #c5c5c5;
    margin-bottom: 2em;
}


/* Album lyrics css page */

section.album-song-list-section {
    background: #313131;
    z-index: 5;
    padding: 8em 0 30px;
    position: relative;
}

section.album-song-list-section div.album-song-list_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/admin/images/web_images/album-page.jpg') center center;
    opacity: .3;
    width: 100%;
    height: 100%;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    background-size: cover !important;
    background-position: 100% 0 !important;
}

section.album-song-list-section div.img-box-div {
    border: 4px solid #e4e4e4;
    padding: 4px;
}

section.album-song-list-section div.img-box-div img{
    width: 100%;
    min-height: 100px;
    max-height: 130px;
}

section.album-song-list-section h1.song-name {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    margin-top: 10px;
}

section.album-song-list-section p.card-text{
    color: #ececec;
    font-size: 14px;
    margin-top: 20px;
}



/* album-lists-section css page */

section.album-lists-section div.table-box table {
    font-family: 'Poppins', sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 5em;
}
section.album-lists-section div.table-box table tr.list-line{
    border-bottom: solid 1px #cecece;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
section.album-lists-section div.table-box table tr.list-line:hover{
    background: #c5c5c5;
}
  
section.album-lists-section div.table-box td {
    text-align: left;
    padding: 16px 20px;
}

section.album-lists-section div.table-box td a{
    color: #000;
}

section.album-lists-section div.table-box td a:hover{
    color: #8f00ff;
}

section.album-lists-section div.table-box td img{
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    min-height: 57px;
    max-height: 57px;
}

section.album-lists-section div.table-box td span{
    color: #000;
    padding-left: 20px;
}

section.album-lists-section div.table-box th{
    text-align: left;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 14px;
}

section.album-lists-section div.table-box{
    width: 100%;
    background: #fff;
    padding: 30px 40px;
    border-radius: 5px;
    box-shadow: 0px 2px 7px 0px #c5c5c5;
}

section.album-lists-section{
    padding: 1em 0;
    background: #f3f3f3;
}




/* artist lyrics css page */

section.artist-song-list-section {
    background: #313131;
    z-index: 5;
    padding: 8em 0 3em;
    position: relative;
}

section.artist-song-list-section div.artist-song-list_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .3;
    width: 100%;
    height: 100%;
    background-position: 50% 11%;
    filter: blur(8px);
    -webkit-filter: blur(3px);
    background-size: cover !important;
    background-position: 100% -260px !important;
}

section.artist-song-list-section div.container{
    padding: 0;
}

section.artist-song-list-section div.img-box-div {
    border: 4px solid #e4e4e4;
    padding: 4px;
}

section.artist-song-list-section div.img-box-div img{
    width: 100%;
    min-height: 100px;
    max-height: 130px;
}

section.artist-song-list-section h1.song-name {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    padding: 0 0 10px;
}

section.artist-song-list-section div.tracks-txt{
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
}

section.artist-song-list-section p.card-text{
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
}
div.table-box h2{
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 20px;
}
div.list-songs{
    /* background: #f3f3f3; */
    padding: 10px;
    border-radius: 5px;
    float: left;
    width: 100%;
    box-shadow: 0px 2px 7px 0px #c5c5c5;
    margin-bottom: 1em;
}
div.list-songs img{
    float: left;
    width: 110px;
    height: 80px;
    border-radius: 5px;
}
div.songs-details{
    padding-left: 120px;
}
div.songs-details h3{
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    color: #9b00ff;
    padding: 0 0 10px;
}
div.songs-details h4{
    font-size: 14px;
    color: #696969;
    font-weight: 500;
    margin: 0;
    padding: 0 0 10px;
}
div.songs-details h5{
    font-size: 14px;
    color: #696969;
    font-weight: 500;
    margin: 0;
    padding: 0 0 10px;
}


/* artist-lists-section css page */





section.artist-lists-section div.table-box {
    width: 100%;
    background: #fff;
    padding: 20px 50px;
    border-radius: 5px;
    box-shadow: 0px 2px 7px 0px #c5c5c5;
}

section.artist-lists-section div.table-box table{
    width: 100%;
    margin-bottom: 5em;
}

section.artist-lists-section div.table-box table tr.list-line{
    border-bottom: 1px solid #b7b7b7;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
section.artist-lists-section div.table-box table tr.list-line:hover{
    background: #c5c5c5;
}
  
section.artist-lists-section div.table-box td {
    text-align: left;
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

section.artist-lists-section div.table-box td span{
    color: #000;
    padding-left: 20px;
}

section.artist-lists-section div.table-box td a:hover{
    color: #8f00ff;
}

section.artist-lists-section div.table-box td img{
    width: 100px;
    min-width: 100px;
    max-width: 100px;
}

/* section.artist-lists-section div.table-box th{
    text-align: left;
    padding: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #b7b7b7;
} */

section.artist-lists-section div.table-box th{
    text-align: left;
    padding: 16px 20px;
    font-weight: 600;
    font-size: 14px;
}

section.artist-lists-section{
    padding: 1em 0;
    background: #f3f3f3;
}


/* all-artist-list-section css page */

section.all-artist-list-section {
    background: #3c3c3c;
    z-index: 5;
    padding: 8em 0 30px;
    position: relative;
}
section.all-artist-list-section div.all-artist-list_bg {
    position: absolute;
    z-index: -1;
    filter: blur(8px);
    -webkit-filter: blur(4px);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('admin/images/web_images/artist-page.jpg') center center;
    opacity: .3;
    width: 100%;
    height: 100%;
    background-position: 50% 38%;
}

section.all-artist-list-section div.container{
    padding: 0;
}

section.all-artist-list-section h1.song-name {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    padding: 0 0 10px;
}

section.all-artist-list-section div.img-box-div {
    border: 4px solid #e4e4e4;
    padding: 4px;
}

section.all-artist-list-section p.card-text {
    color: #ececec;
    font-size: 16px;
}

section.all-artist-section{
    padding: 2em 0;
    background: #f3f3f3;
}

section.all-artist-section div.container{
    padding: 0;
}

section.all-artist-section div.artist-box{
    background: #fff;
    padding: 20px 50px;
    border-radius: 5px;
    box-shadow: 0px 2px 7px 0px #c5c5c5;
}

section.all-artist-section div.artist-box img{
    height: 270px;
    width: 100%;
}

section.all-artist-section div.artist-box a h4{
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    left: 30px;
    margin: 0;
}
/* 
section.all-artist-section div.artist-box a h4:hover{
    text-decoration: underline;
} */

/* section.all-artist-section div.artist-box a:hover{
    margin-top: 1em;
} */

section.all-artist-section div.artist-box div.artist-bg-img-section:hover{
    margin-top: -5px;
}

section.all-artist-section div.artist-box div.artist-bg-img-section{
    background: linear-gradient(90deg, #ac7181, #bd4c52);
    z-index: 5;
    padding: 3em 0;
    position: relative;
    transition: all .2s ease-in-out;
}
section.all-artist-section div.artist-box div.artist-bg-img_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .3;
    width: 100%;
    height: 100%;
}
div.pagination-box{
    width: 20%;
    background: linear-gradient(90deg, #7F00FF, #E100FF);
    margin: 5em auto 0;
    padding: 10px 4px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0px 3px 10px 0px #8d00ff;
    display: block;
}
div.pagination-box ul li{
    float: left;
    padding: 0 11px;
}
div.pagination-box ul li a{
    color: #fff;
}
div.pagination-box ul li a.active{
    background: #fff;
    color: #000;
    padding: 0px 10px;
    border-radius: 50%;
}

/* Mobile responsive css */
@media only screen and (max-width: 600px) {

    .header_area.sticky {
        height: 60px !important;
    }

    .menu_area .navbar-brand img{       
        margin-top: -20px;
    }

    section.all-album-list-section h1.song-name{
        padding: 0 0 20px !important;
    }
    section.artist-lists-section div.row{
        margin: 0;
    }
    section.album-lists-section div.row{
        margin: 0;
    }
    section.all-artist-list-section div.img-box-div{
        width: 150px;
    }
    section.all-album-list-section div.img-box-div{
        display: none;
    }
    section.all-album-section div.album-box{
        padding: 20px 20px !important;
    }
    section.all-album-section div.album-box img{
        width: 100% !important;
        min-width: 100% !important;
    }
    section.all-artist-section div.artist-box{
        padding: 20px;
    }
    div.pagination-box{
        width: 50%;
        margin: 1em auto;   
    }
    div.pagination-box ul li{
        padding: 0 9px;
    }
    section.artist-song-list-section div.img-box-div{
        width: 150px;
    }
    section.artist-lists-section div.table-box td img{
        margin-bottom: 4px;
        margin-right: 40px;
    }
    section.artist-lists-section div.table-box td span{
        padding: 0;
    }
    section.album-section div.img-box-div{
        width: 100%;
    }
    section.album-section h1.song-name{
        margin: 8px 0;
        font-size: 20px;
    }
    section.album-song-list-section div.img-box-div{
        width: 100%;
    }
    section.all-album-section div.album-box div.albums-box{
        margin-bottom: 2em;
    }
    section.album-lists-section div.table-box {
        overflow-x: auto;
    }
    section.pun-har-content-section div.album-box img{
        width: 100% !important;
        min-width: 100%;
        max-width: 100%;
        min-height: 100%;
        max-height: 100%;
        height: 100%;
    }
    section.artist-lists-section div.table-box {
        padding: 20px 0;
    }
    section.album-lists-section div.table-box{
        padding: 30px 10px;
    }
    div.table-box h2{
        padding: 0 14px 10px;
    }
    div.songs-details h3{
        font-size: 16px;
    }
    section.album-lists-section div.table-box td span {
        padding-left: 0;
    }
    div.songs-details h4{
        font-size: 12px;
    }
    div.songs-details h5{
        font-size: 12px;
    }
    .menu_area #nav .nav-link { color: #fff; }
    
    .menu_area #nav .dropdown .dropdown-content .nav-link { color: #884bdf; }

    section.all-artist-list-section{
        padding: 8em 10px 30px;
    }
    section.album-navigations{
        padding: 10px;
    }
    header.header_area div.container div.menu_area nav.navbar {
      padding-left: 10px;
      padding-right: 10px;
    }
    section.artist-song-list-section{
        padding: 8em 10px 3em;
    }
    section.artist-section{
        padding: 8em 10px 3em;
    }
    section.artist-navigations{
        padding: 10px;
    }
    section.artist-lyrics{
        padding: 3em 10px;
    }
    section.artist-lyrics div.lyric_font{
        margin-bottom: 1em;
    }
  }


/* *-------------------------**-* */


/* all-album-list-section css page */

section.all-album-list-section {
    background: #313131;
    z-index: 5;
    padding: 8em 0 30px;
    position: relative;
}
section.all-album-list-section div.all-album-list_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/admin/images/web_images/album-page.jpg') center center;
    opacity: .3;
    width: 100%;
    height: 100%;
}

section.all-album-list-section h1.song-name {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    padding: 0 0 10px;
}

section.all-album-list-section div.img-box-div {
    border: 4px solid #e4e4e4;
    padding: 4px;
}

section.all-album-list-section p.card-text {
    color: #ececec;
    font-size: 16px;
}

section.all-album-section{
    padding: 2em 0;
    background: #f3f3f3;
}

section.all-album-section div.album-box{
    background: #fff;
    padding: 20px 50px;
    border-radius: 5px;
    box-shadow: 0px 2px 7px 0px #c5c5c5;
}

section.all-album-section div.album-box div.albums-box{
    background: linear-gradient(90deg, #7F00FF, #E100FF);
    margin-bottom: 2em;
}

section.all-album-section div.album-box a h4{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 10px 10px;
}

section.all-album-section div.album-box a h4:hover{
    text-decoration: underline;
}

section.all-album-section div.album-box img{
    width: 230px;
    min-width: 230px;
    max-width: 230px;
    min-height: 200px;
    max-height: 200px;
    height: 200px;
}

/* punjabi page css */

section.pun-har-section {
    background: #313131;
    z-index: 5;
    padding: 6em 0 30px;
    position: relative;
}
section.pun-har-section div.pun-har_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('/admin/images/web_images/album-page.jpg') center center;
    opacity: .3;
    width: 100%;
    height: 100%;
}

section.pun-har-section div.container{
    padding: 0;
}

section.pun-har-section h1.song-name {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 32px;
    padding: 0 0 10px;
}

section.pun-har-section div.img-box-div {
    border: 4px solid #a500ff;
    padding: 8px;
}
section.pun-har-section div.img-box-div img{
    width: 100%;
    min-height: 100px;
    max-height: 130px;
}
section.pun-har-section p.card-text {
    color: #ececec;
    font-size: 16px;
}

section.pun-har-content-section {
    padding: 2em 0;
    background: #f3f3f3;
}

section.pun-har-content-section div.container{
    padding: 0;
}

section.pun-har-content-section div.album-box {
    background: #fff;
    padding: 20px 50px;
    border-radius: 5px;
    box-shadow: 0px 2px 7px 0px #c5c5c5;
}
section.pun-har-content-section div.album-box img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 200px;
    max-height: 200px;
    height: 200px;
}
section.pun-har-content-section div.album-box a h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 10px 10px;
    background: linear-gradient(90deg, #7F00FF, #E100FF);
}
section.pun-har-content-section div.album-box div.albums-box {
    background: #f1f1f1;
    margin-bottom: 1em;
}

section.pun-har-content-section div.lyrics_details{
    padding: 2px 10px;
}

section.pun-har-content-section div.lyrics_details p{
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    padding: 2px 0;
}

/* Footer css */

img.footer-logo{
    width: 120px;
    background: #fff;
    padding: 0 0;
    height: 90px;
    margin-bottom: 10px;
}

.footer-bs {
    background: linear-gradient(90deg, #7F00FF, #E100FF);
    padding: 60px 40px;
    /* margin-top: 6em; */
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { padding:10px 25px; }
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-color: transparent; }
.footer-bs .footer-brand h2 { margin:0px 0px 10px; }
.footer-bs .footer-brand p { font-size:12px; color:rgba(255,255,255,0.70); }

.footer-bs .footer-nav ul.pages { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.pages li { padding:5px 0px;}
.footer-bs .footer-nav ul.pages a { color:rgba(255,255,255,1.00); font-weight:bold; }
.footer-bs .footer-nav ul.pages a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }
.footer-bs .footer-nav h4 {
    font-size: 18px;
    color: #d6d6d6;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-bs .footer-nav ul.list { list-style:none; padding:0px; }
.footer-bs .footer-nav ul.list li { padding:5px 0px;}
.footer-bs .footer-nav ul.list a { color:rgba(255,255,255,0.80); }
.footer-bs .footer-nav ul.list a:hover { color:rgba(255,255,255,0.60); text-decoration:none; }

.footer-bs .footer-social ul { list-style:none; padding:0px; }
.footer-bs .footer-social h4 {
    font-size: 18px;
    color: #d6d6d6;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}
.footer-bs .footer-social li { padding:5px 4px;}
.footer-bs .footer-social a { color:rgba(255,255,255,1.00);}
.footer-bs .footer-social a:hover { color:rgba(255,255,255,0.80); text-decoration:none; }

.footer-bs .footer-ns h4 {
    font-size: 18px;
    color: #d6d6d6;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 600;
}
.footer-bs .footer-ns p { font-size:12px; color:rgba(255,255,255,0.70); }

@media (min-width: 768px) {
	.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { border-left:solid 1px rgba(255, 255, 255, 0.3); }
}

ul.bottom-footer {
    float: right;
}


ul.bottom-footer li a{
    color: #fff;
    font-size: 12px;
}

ul.bottom-footer li {
    color: #fff;
    display: flex;
    padding-right: 12px;
    float: left;
}

section.bottom-footer-section{
    background: #232323;
    padding: 10px 40px;
}

section.bottom-footer-section p{
    color: #fff;
    margin: 0;
    font-size: 12px;
}

@media only screen and (max-width: 600px) {
    div.all-search-box a.all-search_btn {
        width: 100px;
        right: 1em;
    }

    div.all-search-box input.all-search_song {
        padding: 10px 110px 10px 20px;
    }

}

div.all-search-box input.all-search_song {
    width: 100%;
    padding: 10px 150px 10px 20px;
    box-sizing: border-box;
    border: none;
    font-size: 14px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    background-color: #fff;
}

div.all-search-box a.all-search_btn {
    background: linear-gradient(90deg, #7F00FF, #E100FF);
    color: #fff;
}

div.all-search-box a.all-search_btn {
    position: absolute;
    right: 1em;
    font-size: 14px;
    top: 50%;
    width: 142px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

div.all-search-box {
    width: 100%;
}

div.all-search-box a.all-search_btn i.fa-search {
    padding-right: 6px;
}

/****header dropdown menu css**/
.dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content li:hover {
      background-color: #ffffff;
      color: #884bdf;
      font-weight: 500;
      font-size: 16px;
      cursor:pointer;
  }
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #3e8e41;}


