
/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(245, 4, 4, 0);
	border-radius: 10px;
	background-color: #2b1a3e;
}
::-webkit-scrollbar{
    float: right;
	width: 10px;
	background-color: #2b1a3e;
}
::-webkit-scrollbar-thumb{
	/* border-radius: 10px; */
	-webkit-box-shadow: inset 0 0 6px #2b1a3e;
    background-color: #755696;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700');
/* Almarai || Arabic Font */
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
/* Roboto || English Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,900&display=swap');

p, a, h2, h3, h4, h5, h6, span, ul, li, MARQUEE, input, button, .textarea, textarea, label, select, tr, table, th{
    font-family: 'Almarai', sans-serif;
}
p, a, h2, h3, h4, h5, h6, span{
    margin: 0;
}
button:focus, button:active:focus, button.active:focus, button.focus, button:active.focus, button.active.focus{
    outline: 0 !important;
}
a{
    cursor: pointer;
}
.container-full .row {
    margin-left: 0;
    margin-right: 0;
}
.pdd_l_0{
    padding-left: 0;
}
.pdd_0{
    padding: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.lg-hidden {
    display: none !important;
}
/*----------------------------------------*/
/*  MY STYLE
/*----------------------------------------*/
html, body {
}
body {
	background: #fff none repeat scroll 0 0;
	color: #000;
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {
    max-width:100%;
	height:auto;
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:active, a:hover {
    outline: 0 none;
}
a:hover, a:focus {
    text-decoration: none;
}
#scrollUp {
    background: #360e38 none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 20px;
    height: 34px;
    line-height: 30px;
    /* opacity: 0.6; */
    left: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 34px;
}
#scrollUp:hover {
    background: #2F2D51;
    opacity: 1;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #c43e97;
    text-shadow: none;
    color: #fff;
}
::selection {
    background: #c43e97;
    text-shadow: none;
    color: #fff;
}
.container-fluid{
    padding-right: 30px;
    padding-left: 30px;
}
.nice-select.open .list {
    height: auto;
    text-align: right;
}
.nice-select{
    text-align: right;
    padding-left: 45px;
}
.nice-select:after {
    left: 18px;
    right: auto;
    width: 8px;
    height: 8px;
    z-index: 9;
    border-bottom: 2px solid #6E6E6E;
    border-right: 2px solid #6E6E6E;
}
.form-control:focus{
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
/*----------------------------------------*/
/*   Main Button Style
/*----------------------------------------*/
/* Main Button Style */
.main-btn{
    padding: 5px 10px;
}
.main_btn_2{
    background: transparent;
    border: 2px solid #220723;
    color: #220723;
}
/* btn-st-1 */
.btn-style-1{
    background: #000;
    color: #fff;
}
.btn-style-1:hover{
    background: #fff;
    color: #000;
}
/*----------------------------------------*/
/*   Padding Size
/*----------------------------------------*/
.padd-100{
    padding: 100px 0;
}
.padd-80{
    padding: 80px 0;
}
.padd-60{
    padding: 60px 0;
}
.padd-50{
    padding: 50px 0;
}
.padd-40{
    padding: 40px 0;
}
.padd-30{
    padding: 30px 0;
}
.padd-20{
    padding: 20px 0;
}
.padd-lf-0{
    padding-left: 0;
}
.padd-rt-0{
    padding-right: 0;
}
.padd-rf-0{
    padding-left: 0;
    padding-right: 0;
}
/*----------------------------------------*/
/*   Background Colors
/*----------------------------------------*/
.bg1{
    background: #fff;
}
.bg2{
    background: #F6F5F6;
}

/*----------------------------------------*/
/*   Main Section Title Style
/*----------------------------------------*/
.mian-sec-title{
    text-align: right;
    margin-bottom: 15px;
}
.mian-sec-title h3{
    font-size: 22px;
    font-weight: 900;
    color: #2A2A2B;
    margin-bottom: 7px;
}
.mian-sec-title h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 31px;
    color: #2A2A2B;
}
.mian-sec-title.wht-color h5{
    color: #fff;
}
/*----------------------------------------*/
/*   Header Area 
/*----------------------------------------*/
/* ====  Navbar  ==== */
.header .navbar{
    background: rgb(43,27,62);
    background: linear-gradient(257deg, rgba(43,27,62,1) 0%, rgba(44,22,64,1) 100%);
    border-radius: 0 0 20px 20px;
}
.header {
    padding-top: 102px;
}
.navbar{
    background: #333;
    padding: 15px 35px;
}
.navbar.active {
    padding: 5px 35px;
}
.navbar-brand-logo{
    padding: 0;
    margin: 0;
}
.navbar-brand-logo img{
    display: block;
    height: 40px;
    margin-top: 0px !important;
    transition: all .3s ease;
    margin-top: -11px !important;
}
.navbar-brand img{
    width: 130px;
}
.navbar-nav {
    margin-left: 20px;
}
.navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 600;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #fff;
}
.navbar-nav .nav-link img{
    width: 20px;
    margin-left: 7px;
}
.navbar .nav-item .nav-link{
    background: #86438b00;
    border-radius: 6px;
    padding: 10px 13px;
    margin: 0 0px;
}
.nav-item .nav-link:hover, .nav-item .nav-link.active{
    background: #86438b70;
}
.navbar-toggler[aria-expanded="false"] .menu-icon {
    display: block;
    color: #fff;
}
.navbar-toggler[aria-expanded="false"] .close-icon {
    display: none;
}
.navbar-toggler[aria-expanded="true"] .close-icon {
    display: block;
    color: #fff;
}
.navbar-toggler[aria-expanded="true"] .menu-icon {
    display: none;
}
/* Search */
.main-search .search-btn{
    background: #68438B;
    border-radius: 13px;
    width: 42px;
    height: 42px;
    padding: 5px;
}
.main-search .search-btn img{
    width: 17px;
}
.search-form-card {
    position: absolute;
    width: 100%;
    top: 10%;
    right: 0;
    height: 50px;
    z-index: 9
}
/* Search */
#searchbox{
    position:fixed;
    top:0;
    right:0;
    width:100%;
    height:100%;
    z-index:6;
    backdrop-filter: blur(8px);
    background: linear-gradient(0deg, rgb(0 0 0 / 90%) 0%,rgb(0 0 0 / 80%) 100%);
    opacity:0;
    visibility:hidden;
    transform:translateY(50px);
    -webkit-transition:all .2s ease;
    -moz-transition:all .2s ease;
    -o-transition:all .2s ease;
    -ms-transition:all .2s ease;
    transition:all .2s ease;
    z-index: 9999;
}
.fixed-top.active #searchbox.active{
    top:0;
    backdrop-filter: blur(8px);
    background: rgb(43,27,62);
    background: linear-gradient(257deg, rgba(43,27,62,1) 0%, rgba(44,22,64,1) 100%);
}
#searchbox.active{
    transform:translateY(0px);
    height: 100vh;
    visibility:visible;
    opacity:1;
    background: rgb(43,27,62);
    background: linear-gradient(257deg, rgba(43,27,62,1) 0%, rgba(44,22,64,1) 100%);
}
#dtc_live_search_content {
    display: none;
    padding: 30px 0 0 10px;
    position: relative;
    top: 60px;
    right: 0;
    width: 100%;
    color: #9096a6;
    z-index: 1
}
#dtc_live_search_content>p {
    margin: 0;
    font-weight: 500;
    color: #fff
}
#dtc_live_search_content.on {
    display: block
}
#searchform {
    position: relative;
    padding: 0
}
#searchform #mainLiveSearch {
    width: 1170px;
    max-width: calc(100% - 100px);
    background: #fff;
    color: #212121;
    height: 50px;
    border-radius: 30px;
    padding: 0 30px;
    font-size: 14px;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease
}
#searchform #searchsubmit {
    position: absolute;
    top: 54%;
    left: 124px;
    transform: translate(0, -50%);
    background: 0 0;
    border: 0;
    color: rgba(255, 255, 255, .5);
    opacity: .4;
    margin: -2px 0 0;
    background: rgba(255, 255, 255, 0);
    opacity: 1;
    width: 19px;
}
#searchform #searchsubmit svg path {
    fill: #000
}
#searchform #searchsubmit svg {
    width: 18px;
    height: 18px;
    margin: 1px 0 0
}
#dtc_live_search_content>p svg {
    width: 15px;
    height: 15px;
    margin: -3px 0 0
}
#dtc_live_search_content>p svg path {
    fill: #747988
}
.searchInner {
    padding: 20px 0 10px
}
.searchInner .container {
    position: relative
}
.searchScroll {
    position: relative;
    /* height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: auto */
}
body.searchOn {
    overflow: hidden
}
.search-form-card {
    position: absolute;
    width: 100%;
    top: 10%;
    right: 0;
    height: 50px;
    z-index: 9
}
#searchform {
    /* position: fixed; */
}
#searchClose i {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin: 0 0 0 3px
}
#searchClose {
    float: left;
    height: 50px;
    padding: 0;
    background: transparent;
    border: none;
    color: #fff;
    border-radius: 50px;
    width: 100px;
    cursor: pointer;
    z-index: 5;
    position: relative
}
#searchClose:hover{
    background: #68438b42;
}
/* Search Results */
.results-opt ol {
    list-style-type: none;
    padding: 10px;
    width: 1170px;
    border-radius: 20px;
    margin-top: 15px;
}
.results-opt li {
    display: none;
}
.results-opt li img {
    margin-left: 5px;
    width: 50px;
    height: 45px;
    background: #2a2a2a;
    border-radius: 5px;
}
.results-opt li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
}
.results-opt li a:hover {
    color: #ffffff;
    backdrop-filter: blur(8px);
    background: #00000021;
}
/*--------------------------------*/
/* Main Top Section All Pages
/*--------------------------------*/
.main-header-all-pages {
    position: relative;
    background: #fff;
    padding-top: 27px;
}
.main-header-all-pages::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #FFFFFF;
    width: 100%;
    height: 100%;
}
.banner-heading > h3 {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 13px;
}
.banner-heading {
    text-align: right;
    background: #ffffff00;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
.breadcrumb {
    padding: 0;
    background: none;
    text-transform: uppercase;
    font-size: 12px;
    display: table;
}
.breadcrumb li {
    color: #000000;
    font-size: 14px;
    position: relative;
    padding-right: 0;
}
.breadcrumb li a {
    color: #000000;
    font-size: 14px;
}
.breadcrumb li a:hover {
    color: #68438B;
}
.breadcrumb li:not(:last-child) {
    padding-left: 24px;
}
.breadcrumb li.list-inline-item:not(:last-child) {
    margin-left: 0;
    margin-right: 0;
}
.breadcrumb li:not(:last-child)::after {
    content: "";
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    display: block;
    position: absolute;
    top: 8px;
    left: 12px;
    right: auto;
    width: 8px;
    height: 8px;
    z-index: 9;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*--------------------------------*/
/* Contact Us CSS
/*--------------------------------*/
.main-contact-form{
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

/* Mian Form */
.icon-input{
    position: relative;
}
.icon-input img.img-npt{
    width: 19px;
    height: 22px;
    position: absolute;
    top: 14px;
    right: 13px;
}
.main-form.row .form-group {
    padding-right: 8px;
    padding-left: 8px;
}
.main-form .form-group{
    margin: 5px 0;
}
.main-form .form-group label{
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600;
}
.imp-inp {
    color: #E53D3D;
    font-size: 21px;
    position: relative;
    top: 4px;
    right: 3px;
    font-weight: bold;
}
.main-form .form-group input::placeholder{
    font-weight: 400;
    font-size: 13px;
    color: rgb(49, 49, 49);
}
.main-form .form-group input,.main-form .form-group textarea,.main-form .form-group .form-control{
    border: 0;
    background: #F6F5F6;
    color: #000;
    font-size: 13px;
    font-weight: 600;
    height: 50px;
    padding-right: 15px;
    border: 1px solid#f1eef1;
    line-height: 32px;
}
.main-form .form-group textarea{
    height: auto !important;
    padding: 15px 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.main-form .form-group .icon-input input{
    padding-right: 45px;
}
.toggle-password{
    position: absolute;
    top: 12px;
    left: 12px;
    cursor: pointer;
    width: 25px;
}
.toggle-password img{
    width: 20px;
}
.toggle-password .ps-btn-show{
    position: absolute;
    left: 0;
    top: 3px;
}
.ps-btn-hide{
    opacity: 1;
}
.ps-btn-show{
    opacity: 0;
}
.show-pass .ps-btn-hide{
    opacity: 0;
}
.show-pass .ps-btn-show{
    opacity: 1;
}
/* checkbox1 */
.form-group .checkbox {
    display: inline-block;
    position: relative;
}
[class*=icheck-]>input:first-child {
    position: absolute!important;
    opacity: 0;
    margin: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[class*=icheck-]>label {
    min-height: 22px;
    line-height: 22px;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    color: #000;
    display: block;
    padding-right: 27px;
    padding-left: 0;
    font-size: 14px;
}
[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 1px;
    border: 1px solid #D3CFC8;
    border-radius: 4px;
    right: 0;
}
[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after, [class*=icheck-]>input:first-child:checked+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 15px;
    width: 6px;
    border-radius: 1px;
    height: 10px;
    border: 3px solid #68438B;
    border-left: none;
    border-top: none;
    transform: translate(7.75px,4.5px) rotate(45deg);
    -ms-transform: translate(7.75px,4.5px) rotate(45deg);
}
.icheck-midnightblue>input:first-child:checked+input[type=hidden]+label::before, .icheck-midnightblue>input:first-child:checked+label::before {
    background-color: #68438B36;
    border-color: #68438B;
}
.checkbox a{
    color: #5A52D8;
}
/* Form Button */
.frm-btn .btn{
    width: 100%;
    padding: 15px 27px;
}
.form-btn {
    text-align: left;
    text-align: -webkit-left;
    display: inline-block;
    width: 100%;
}
.form-btn .btn {
    background: rgb(43,27,62);
    background: linear-gradient(240deg, #b45dac 0%, #694095 100%);
    font-size: 18px;
    color: #fff;
    padding: 11px 27px;
    will-change: transform, filter;
    transition: all 0.15s ease-out;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    min-width: 145px;
    margin-top: 12px;
}
.form-btn .btn:hover {
    background: linear-gradient(240deg, #5e3985 0%, #b44daa 100%);
}
/* Phone Input */
.iti__flag {
    background-image: url("../img/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../img/flags@2x.png");
    }
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-left: 6px;
    padding-right: 52px;
    margin-right: 0;
}
.flag-icon img{
    width: 27px !important;
    height: 24px !important;
}
/*----------------------------------------*/
/*   Footer Area 
/*----------------------------------------*/
.footer-area{
    padding: 20px 30px 0 30px;
    background: #fff;
		clear: both;

}
.ft-invoice-card{
    background: #F9F9F9;
    padding: 40px 40px;
    border-radius: 12px;
    position: absolute;
    width: 100%;
    top: -160px;
}
.ft-invc-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ft-invc-txt h6{
    font-size: 14px;
    font-weight: bold;
    color: #2B193D;
    margin-bottom: 12px;
}
.ft-invc-txt h3{
    font-size: 18px;
    font-weight: 600;
    color: #2B193D
}
.ft-invc-btn .btn span{
    font-size: 15px;
}
.footer-links{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-links .ft-logo img {
    width: 140px;
    height: 55px;
    object-fit: scale-down;
}
.ft-pages ul li:not(:last-child) {
    margin-left: 12px;
}
.ft-pages ul li a{
    font-size: 14px;
    color: #2B193D;
    font-weight: 600;
}
.ft-pages ul li a:hover{
    color: #68438B;
}

/* CopyRights */
.copyRights{
    padding: 10px 0 10px;
    border-top: 1px solid #D9D9D9;
    margin-top: 20px;
}
.aligncenter{
    display: flex;
}
.co-ft-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.co-ft-links h4{
    color: #2B193D;
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}
.ft-social-media ul li a{
    font-size: 15px;
    width: 20px;
    height: 26px;
    text-align: center;
    color: #2B193D;
    display: block;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
    margin-left: 2px;
    font-weight: 100;
}
.ft-social-media ul li a:hover{
    color: #26D3AE;
}
.ft-social-media ul li:last-child a i{
    margin-left: 0;
}
.list-inline-item:not(:last-child) {
    margin-left: 0.5rem;
    margin-right: 0;
}

@media (min-width: 768px){
    .copyRights .col-sm-12 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/*--------------------------------*/
/*  Music-list-section CSS
/*--------------------------------*/
.music-list-section{
}
.msc-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 12px 15px;
    border: 1px solid#E2DCE8;
    margin: 7px 0;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.msc-card:hover{
    border: 1px solid#c093ce85;
    background: #fbfbfb;
    transition: color .15s ease-in-out,
                background-color .15s ease-in-out,
                border-color .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,
                    background-color .15s ease-in-out,
                    border-color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,
                    background-color .15s ease-in-out,
                    border-color .15s ease-in-out;
    -ms-transition: color .15s ease-in-out,
                    background-color .15s ease-in-out,
                    border-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out,
                    background-color .15s ease-in-out,
                    border-color .15s ease-in-out;
}
.msc-info{
    display: flex;
    align-items: center;
}
.msc-info .msc-img{
    margin-left: 20px;
}
.msc-info .msc-img img{
    width: 65px;
    height: 68px;
    object-fit: cover;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.msc-song-info{
    margin-top: 7px;
}
.msc-song-info ul li:not(:last-child) {
    margin-left: 20px;
    margin-right: 0;
}
.msc-name h3{
    margin: 0;
    line-height: 20px;
}
.msc-name h3 a{
    font-size: 17px;
    font-weight: 600;
    color: #000;
    padding-left: 10px;
    position: relative;
}
.msc-name h3 a:hover{
    color: #c43e97;
}
.msc-name h3 span, .msc-name h3 .arts-nm{
    font-size: 15px;
    font-weight: 400;
    color: #676767;
    padding-right: 16px;
}
.msc-name h3 a.arts-nm::after{
    content: "";
    width: 1px;
    height: 15px;
    background: #676767;
    position: absolute;
    right: 0;
    top: 2px;
    transform: rotate(14deg);
}
.msc-song-info ul li h5{
    font-size: 13px;
    color: #676767;
    margin: 0;
}
.msc-song-info ul li h5 span{
    font-weight: 600;
    color: #2E2E2E;
}
.msc-func .func-item,.lstn-item{
    background: #F6F5F6;
    padding: 10px 15px;
    font-size: 12px;
    font-weight: bold;
}
.lstn-item {
    background: #f6f5f600 !important;
    font-size: 14px;
    position: relative;
    margin-left: 25px;
    padding-left: 27px;
}
.lstn-item::after{
    content: "";
    width: 2px;
    height: 28px;
    background: #DCDCDC;
    position: absolute;
    left: 0;
    top: 7px;
}
.lstn-item img{
    margin-left: 7px !important;
    vertical-align: sub;
}
.msc-func .func-item:hover{
    background: #e2e2e2;
}
.msc-func .func-item img,.msc-func .lstn-item img {
    margin-left: 4px;
    width: 18px;
    height: 18px; 
    object-fit: scale-down;
}
.msc-func ul .list-inline-item:not(:last-child) {
    margin-left: 2px;
    margin-right: 0;
}
.wht-color .func-item, .wht-color .lstn-item{
    background: #fff;
}
/* pagination */
.main-pagination{
    margin-top: 25px;
    text-align: left;
}
.main-pagination .pagination{
    justify-content: flex-end;
}
.pagination .page-item{
    margin: 0px 5px;
}
.page-item .page-link {
    min-width: 42px;
    height: 37px;
    background: #ffffff;
    color: #000;
    text-align: center;
    line-height: 27px;
    font-weight: 700;
    font-size: 14px;
    border: 0;
    border-radius: 8px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}
.page-item .page-link:hover{
    background-color: #e4e4e4;
}
.page-item.active .page-link {
    z-index: 3;
    background-color: #fafafa;
    border-color: #ffffff;
    color: #68438b;
}
.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.page-item .page-link.mrr-pg{
    background: #ffeba800;
    color: #000;
    line-height: 20px;
    padding: 5px 9px;
    font-size: 21px;
}
.page-item .page-link.pagination-cont{
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    background: #ffffff;
    font-size: 13px;
}
.page-item .page-link.pagination-cont:hover{
    background: #e4e4e4;
}
.page-link span i{
    font-size: 12px;
    vertical-align: middle;
}
.page-link[aria-label="Previous"] span i{
    margin-left: 6px;
}
.page-link[aria-label="Next"] span i{
    margin-right: 6px;
}
/*--------------------------------*/
/*  Index || Home Page CSS
/*--------------------------------*/
.artst-voc-sec{
    background: #F6F6F6;
    padding: 20px 20px;
    border-radius: 15px;
    border: 1px solid#E5E5E5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.artst-voc-title h3{
    font-size: 16px;
    color: #0C0C0C;
    font-weight: 600;
    margin: 0;
}
.artst-voc-txt ul li.list-inline-item:not(:last-child) {
    margin-left: 1px;
    margin-right: 0;
}
.artst-voc-txt ul li .btn-alph{
    width: 35px;
    height: 35px;
    background: #E8E8E8;
    color: #0C0C0C;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.artst-voc-txt ul li .btn-alph:hover{
    background: #754f98;
    color: #fff;
}
.categ-hom-sec ul li {
    min-width: 13.4%;
}
.categ-hom-sec{
    background: #EAEEF1;
    padding: 20px 20px;
    border-radius: 15px;
    border: 1px solid#E5E5E5;
}
.categ-song-item{
    background: #fff;
    padding: 14px 25px;
    margin: 5px 0;
    display: block;
    border-radius: 7px;
    color: #0C0C0C;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}
.categ-song-item:hover{
    background: #754f98;
    color: #fff;
}
/* Alboums Section */
.albm-card{
    position: relative;
}
.almb-info-bx{
    position: relative;
}
.almb-img{
    position: relative;
    width: 100%;
    height: 410px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 40px;
}
.almb-img::after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(55,23,85);
    background: linear-gradient(0deg, rgb(55 23 85 / 34%) 0%, rgb(53 23 81 / 22%) 25%, rgba(44,22,64,0) 100%);
    position: absolute;
    top: 0;
    right: 0;
}
.almb-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease-in-out;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
}
.albm-card:hover .almb-img img {
    transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
}
.almb-info-bx img{
    width: 40px;
    height: 33px;
    margin-left: 16px;
}
.almb-info-bx{
    position: absolute;
    z-index: 99;
    bottom: -30px;
    left: 0;
    background: #3B284E;
    width: 91%;
    padding: 20px 25px;
    border-radius: 20px;
    display: flex;
    align-items: center;
}
.almb-acrd-info a{
    display: block;
    color: #fff;
}
.almb-acrd-info a:hover{
    color: #ac6ee7;
}
.almb-acrd-info a.albm-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.almb-acrd-info a.albm-arts-title{
    font-size: 15px;
    font-weight: 500;
}
/* SM Alboum Card */
.albm-card-sm .almb-img {
    height: 185px;
}
.albm-card-sm .almb-info-bx{
    width: 90%;
    padding: 10px 16px;
    border-radius: 13px;
}
.albm-card-sm .almb-acrd-info a.albm-title {
    font-size: 15px;
}
.albm-card-sm .almb-acrd-info a.albm-arts-title {
    font-size: 12px;
}
.albm-card-sm .almb-acrd-info h5 {
    font-size: 13px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}
.albm-card-sm .almb-info-bx img{
    width: 25px;
    height: 25px;
}
/*--------------------------------*/
/*   Songs Page CSS
/*--------------------------------*/
.categ-btn{
    display: none;
}
.categ-btn{
    width: 100%;
    background: #2b183f;
    padding: 17px 15px;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid#c2c2c2;
    margin-bottom: 10px;
    color: #fff;
}
.categ-btn i{
    font-size: 18px;
    margin-left: 7px;
    vertical-align: middle;
}
.categ-btn:hover {
    color: #fff;
}
.mn-categ-list li a{
    background: #FCFCFC;
    border: 1px solid#F6F5F6;
    padding: 15px 10px;
    display: block;
    border-radius: 8px;
    margin-bottom: 7px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    
}
.mn-categ-list li a.active,.mn-categ-list li a:hover{
    color: #fff;
    background: rgb(105,64,149);
    background: linear-gradient(54deg, rgba(105,64,149,1) 0%, rgba(180,93,172,1) 100%); 
}
.card-box{
    padding: 30px 20px;
    background: #F6F5F6;
    border-radius: 15px;
}
.crd-title {
    display: flex;
    align-items: center;
    gap: 5px;
}
.crd-title img {
    width: 22px;
    height: 22px;
    margin-left: 8px;
}
.crd-title h3 {
    font-size: 19px;
    color: #000;
    font-weight: 600;
}
.card-box-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid#D2D2D2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.flt-opts{
    display: flex;
    align-items: center;
}
.card-box .filter-inputs .flt-opts .form-control{
    background: #E6E6E6;
    border: 1px solid#E2E2E2;
    height: auto;
}
.card-box .filter-inputs .flt-opts .form-group{
    margin-left: 10px;
}
.card-box .main-form .form-group {
    margin: 0px 0;
}
.frm-search-btn .btn{
    background: #68438B;
    border-radius: 6px;
    width: 50px;
    height: 47px;
    padding: 5px;
}
.frm-search-btn .btn img {
    width: 20px;
}
.frm-search-btn .btn:hover{
    background: #865097;
}
/* artist card */
.ats-card-list{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.ats-card-list .artist-card{
    flex: 0 0 18.7%;
    position: relative;
    background: #fff;
    padding: 0 10px 15px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.artist-card .arts-nm{
    text-align: center;
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-top: 15px;
    color: #000;
    font-weight: 600;
    margin-bottom: 3px;
}
.artist-card-img{
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    width: 85%;
    height: 160px;
    margin: auto;
    -webkit-border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -ms-border-radius: 0 0 30px 30px;
    -o-border-radius: 0 0 30px 30px;
}
.artist-card-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease-in-out;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
}
.artist-card:hover .artist-card-img img{
    transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
}
.artist-card .arts-nm:hover{
    color: #c43e97;
}
.filter-inputs .sec-select{
    min-width: 145px;
}
/*--------------------------------*/
/*   Video Clips Page CSS
/*--------------------------------*/
.clip-card{
    position: relative;
    flex: 0 0 23.1%;
}
.clip-card a{
    position: relative;
}
.clip-card .clip-img{
    position: relative;
    width: 100%;
    height: 175px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 40px;
}
.clip-card .clip-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease-in-out;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
}
.clip-card:hover .clip-img img{
    transform: scale(1.1) rotate(2deg);
    -webkit-transform: scale(1.1) rotate(2deg);
    -moz-transform: scale(1.1) rotate(2deg);
    -ms-transform: scale(1.1) rotate(2deg);
    -o-transform: scale(1.1) rotate(2deg);
}
.clip-card .clip-info-bx {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    background: #ffffff;
    width: 90%;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.clip-info-bx img {
    width: 20px;
    height: 30px;
    margin-left: 16px;
}
.clip-acrd-info{
    width: 80%;
}
.clip-acrd-info a {
    font-size: 15px;
    display: block;
    color: #000;
}
.clip-acrd-info a.albm-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}
.clip-acrd-info a.albm-arts-title {
    font-size: 12px;
    font-weight: 500;
}
.clip-acrd-info h5 {
    font-size: 13px;
    color: #000000;
    margin: 0;
    font-weight: 600;
}
.play-btn i{
    width: 34px;
    height: 34px;
    color: #959595;
    border-radius: 50%;
    background: #F3F3F3;
    font-size: 10px;
    text-align: center;
    line-height: 35px;
}
.clip-card:hover .play-btn i{
    background: #a156a6;
    color: #ffffff;
}
.lstn-no{
    position: absolute;
    top: 10px;
    left: 10px;
    background: #00000087;
    padding: 7px 12px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.lstn-no img{
    width: 14px;
    margin-left: 5px;
}
/*--------------------------------*/
/*  Video + Song Details CSS
/*--------------------------------*/
.vd-sg-view{
    width: 70%;
    margin: auto;
    padding: 20px 0;
}
.vd-sg-title{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.vd-sg-title img{
    width: 30px;
    margin-left: 17px;
}
.vd-sg-title h3{
    font-size: 21px;
    font-weight: 700;
    padding-left: 25px;
    position: relative;
}
.vd-sg-title h3::after{
    content: "";
    width: 2px;
    height: 59%;
    background: #000000;
    position: absolute;
    left: 13px;
    top: 7px;
    transform: rotate(14deg);
}
.vd-sg-title h4{
    font-size: 19px;
}
.video-preview{
    text-align: center;
    margin-bottom: 40px;
}
.video-preview video{
    /* width: 720px; */
    width: 100%; 
    height: auto;
    border-radius: 15px;
    object-fit: cover;
    margin-bottom: 15px;
}
.player-opt {
    text-align: left;
}
.embd-card{
    background: #fff;
    padding: 30px 25px;
    border-radius: 15px;
    border: 1px solid#E9E9E9;
    margin-bottom: 10px;
}
.embd-card h3{
    font-size: 17px;
    font-weight: 600;
    color: #3B284E;
}
.embd-card p{
    font-size: 14px;
    color: #3A3A3A;
    line-height: 24px;
}
.embd-code{
    width: 100%;
    background: #F6F6F6;
    border: 1px solid#E8E8E8;
    padding: 13px 15px;
    padding-left: 110px;
    font-size: 14px;
    position: relative;
    border-radius: 10px;
}
.embd-code textarea{
    background: #fff0;
    border: 0;
    width: 100%;
    font-size: 13px;
    height: 26px;
    text-align: right;
}
.embd-code .copy-btn{
    position: absolute;
    top: 10px;
    left: 14px;
    font-size: 12px;
    background: #DCDCDC;
    color: #3B284E;
    font-weight: 700;
    padding: 8px 20px;
}
/*--------------------------------*/
/*   Singer Profile Page CSS
/*--------------------------------*/
.prof-wdt{
    width: 19%;
}
.prof-dt-wdt{
    width: 81%;
}
.singer-items .mian-sec-title h3 {
    font-size: 19px;
}
.singer-items{
    margin-top: 30px;
}
.singer-side-box{
    background: #2B1B3E;
    padding: 20px 15px;
    border-radius: 15px;
}
.sng-sd-img {
    text-align: center;
    width: 85%;
    height: 220px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0px 4px 0px 3px #68438b66;
    margin-bottom: 25px;
    border-radius: 12px 10px 80px 80px;
    -webkit-border-radius: 12px 10px 80px 80px;
    -moz-border-radius: 12px 10px 80px 80px;
    -ms-border-radius: 12px 10px 80px 80px;
    -o-border-radius: 12px 10px 80px 80px;
}
.sng-sd-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sng-sd-nm-ttl{
    text-align: center;
}
.sng-sd-nm-ttl h3{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px;
}
.sng-sd-nm-ttl h5{
    font-size: 15px;
    color: #ffffff91;
}
.sng-stsc{
    background: #00000029;
    padding: 12px;
    border-radius: 12px;
    margin: 25px 0;
}
.stc-li{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.stc-li .stc-txt h3{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0;
}
.stc-li .stc-txt h3 span{
    margin-right: 5px;
}
.stc-icon{
    width: 32px;
    height: 32px;
    background: #0000002e;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    margin-left: 10px;
}
.stc-icon img{
    width: 12px;
}
/* singer-mn-links */
.singer-mn-links .sng-lnk{
    background: #68438b33;
    padding: 15px 10px;
    border-radius: 7px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.singer-mn-links .sng-lnk:hover,.singer-mn-links .sng-lnk:active,.singer-mn-links .sng-lnk.active{
    background: #5F3C7F;
}

.singer-mn-links .sng-lnk img{
    width: 16px;
    margin-left: 8px;
}
/* Albums */
.singer-albums-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 40px;
}
.singer-albums-list .albm-card{
    position: relative;
    flex: 0 0 24.2%;
}
.singer-albums-list .almb-info-bx{
    bottom: 0;
    border-radius: 10px;
}
.singer-albums-list .albm-card-sm .almb-img {
    height: 160px;
}
/*--------------------------------*/
/*  Dedicate Song Page CSS
/*--------------------------------*/
.ddc-card-box{
    background: #fff;
    padding: 50px 30px;
    border-radius: 10px;
}
.ddc-img{
    width: 300px;
    height: 390px;
    margin: auto;
}
.ddc-img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.ddc-card-info{

}
.ddc-card-info h3{
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 10px;
}
.ddc-card-info h4{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.ddc-card-info .dd-song-tl{
    color: #c61e7c;
    margin-right: 5px;
}
.lab-info{
    padding: 20px;
    border-radius: 5px;
}
.lab-info h5{
    font-size: 14px;
    font-weight: 600;
}
.blu-colr{
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}
.dedic-form .main-form .form-group{
    margin: 20px 0;
}
.dedic-form .main-form .form-group label {
    font-size: 14px;
    margin-bottom: 12px;
    font-weight: 600;
    display: block;
}
/* Checkbox & Radio Box */
.und-frm .checkbox label{
    font-size: 13px !important;
}
[class*=icheck-]>input:first-child {
    position: absolute!important;
    opacity: 0;
    margin: 0;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[class*=icheck-]>label {
    min-height: 22px;
    line-height: 22px;
    position: relative;
    vertical-align: top;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    color: #000;
    display: block;
    padding-right: 27px;
    padding-left: 0;
    font-size: 14px;
}
[class*=icheck-]>input:first-child+input[type=hidden]+label::before, [class*=icheck-]>input:first-child+label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0;
    border: 1px solid #D3CFC8;
    border-radius: 4px;
    right: 0;
}
[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after, [class*=icheck-]>input:first-child:checked+label::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 16px;
    width: 6px;
    border-radius: 1px;
    height: 10px;
    border: 3px solid #ffffff;
    border-left: none;
    border-top: none;
    transform: translate(7.75px,4.5px) rotate(45deg);
    -ms-transform: translate(7.75px,4.5px) rotate(45deg);
}
.icheck-midnightblue>input:first-child:checked+input[type=hidden]+label::before, .icheck-midnightblue>input:first-child:checked+label::before {
    background-color: #5C51AA;
    border-color: #5C51AA
}
.checkbox-group .col-md-5{ 
    padding: 0;
}
.checkbox-group label{
    padding-right: 35px;
}
/*--------------------------------*/
/*  Terms - Privacy CSS
/*--------------------------------*/
.st-box {
    background: #fff;
    padding: 30px 30px;
    margin-bottom: 10px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.p-box-item {
    text-align: right;
    padding: 15px 50px;
}
.p-box-item h4 {
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
}
.p-box-item p {
    line-height: 28px;
    font-size: 15px;
    text-align: justify;
}

/*----------------------------------------*/
/*   faQs Page 
/*----------------------------------------*/
.accordion-button::after{
    margin-left: 0;
    margin-right: auto;
    color: #515151;
}
.accordion-item {
    margin-bottom: 12px;
    text-align: right;
    background-color: #fff;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button{
    padding: 20px;
    cursor: pointer;
    position: relative;
    color: #000;
    font-weight: 600;
    font-size: 16px;
}
.accordion-body p{
    font-size: 14px;
    color: #6B6B6B;
    line-height: 25px;
}
.accordion-body {
    padding: 1rem 1.25rem;
    padding-top: 0px;
}
.accordion-button::after{
    height: 10px;
    width: 10px;
    content: "";
    position: absolute;
    left: 30px;
    top: 25px;
    transition: .5s all;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    background-image: none;
}
.accordion-button:not(.collapsed)::after{
    background-image: none;
    transform: rotate(223deg);
    -webkit-transform: rotate(223deg);
    -moz-transform: rotate(223deg);
    -ms-transform: rotate(223deg);
    -o-transform: rotate(223deg);
}
.accordion-button{
    text-align: right;
    padding-left: 40px;
    line-height: 25px;
    border-radius: 8px;
}
.accordion-button[aria-expanded="true"]{
    color: #68438b;
}

/*--------------------------------*/
/* Share CSS
/*--------------------------------*/
/* Share */
.modal {
    background: #41195b9e;
}
.share-box .modal-content{
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0px 10px 15px rgb(0 0 0 / 10%);
    max-width: 380px;
}
.share-box span {
    font-size: 18px;
    font-weight: 600;
}
.modal-dialog {
    margin-top: 10%;
}