
@font-face {
    font-family: 'SFProText';
    src: url('../fonts/SFProText-Bold.woff2') format('woff2'),
        url('../fonts/SFProText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProText';
    src: url('../fonts/SFProText-Regular.woff2') format('woff2'),
        url('../fonts/SFProText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProText';
    src: url('../fonts/SFProText-Medium.woff2') format('woff2'),
        url('../fonts/SFProText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProText';
    src: url('../fonts/SFProText-Ultralight.woff2') format('woff2'),
        url('../fonts/SFProText-Ultralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFProText';
    src: url('../fonts/SFProText-Ultralight.woff2') format('woff2'),
        url('../fonts/SFProText-Ultralight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



body{
	font-family: 'SFProText';
	font-size: 15px;
	color: #fff;
	line-height: 22.4px;
	letter-spacing: 0.2px;
	font-weight: normal;
	overflow-x: hidden;
	background-color: #111214;
}

.logo{
	width:256px;
}

.inner-logo{
	/* width:123px; */
    width: 185px;
	margin: 20px auto;
}

.logo-container{
	z-index: 999;
}

.container-height{
	height: 100vh;
}

a{
    text-decoration: none!important;
}

#header {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 10;
    height: auto;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
	z-index: 999999;
}

/*.effect {
    background-color: #00000094;
    backdrop-filter: blur(29px);
    -webkit-backdrop-filter: blur(29px);
}

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
    #header {
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }
}
*/

/* Switch to fixed positioning, and stick the header to the top of the page */
html:not([data-scroll='0']) #header {
	backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
}

#content{
	padding-top: 60px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0rem !important;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 5px;
    height: 5px;
	border-radius: 6px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1 !important;
    width: 7px !important;
    height: 7px !important;
	margin-top: -1px;
}

.item-button{
	 position: absolute; bottom: 25px; width:100%; text-align: center;
}

.watch-icon{
	 margin-top: -3px;
}

.primary-button{
width: 144px;
background: #FFFFFF;
box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
border-radius: 50px;
	padding:8px;
}

.border-button{

box-sizing: border-box;
background-color: #4C4C4C;
border: 1px solid #636363;
border-radius: 22px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 17px;
text-align: center;
padding: 12px;
color: rgba(255, 255, 255);
	text-decoration: none;
	min-width: 120px;
}

.gradient-button{
background: linear-gradient(90deg, #2B68E8 0%, #2CA1F7 100%);
border: 0px solid rgba(255, 255, 255, 0.24);
border-radius: 50px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 17px;
/* identical to box height */
text-align: center;

color: #FFFFFF;
	padding:13px 30px;
	
}

.border-button-1{
border: 1px solid rgba(255, 255, 255, 0.24);
border-radius: 4px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */
text-align: center;

color: #FF8282;
	padding:10px 30px;
	min-width: 150px;
}

.disable-button{
box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
background: #3C3C3C;
border-radius: 50px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 17px;
/* identical to box height */
text-align: center;

color: #FFFFFF;
	padding:13px 30px;
}

.failed-button{
box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
background: #E24646;
border-radius: 4px;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */
text-align: center;
padding: 10px;
color: #FFFFFF;
}

.icon-border-button {
    box-sizing: border-box;
    background-color: #4C4C4C;
    border: 1px solid #636363;
    border-radius: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    padding: 12px 6px;
    color: rgba(255, 255, 255);
    text-decoration: none;
    min-width: 31%;
}


h4{
text-align: left;
font-weight: 500;
letter-spacing: 0px;
color: #FFFFFF;
	font-size: 21px;
	margin-bottom: 0px;
}

.card{
	--bs-card-bg: transparent;
}

.card-title{
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 18px;
margin-bottom:1px;
	margin-bottom: 3px;
color: #FFFFFF;
}

.card-artist{
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 15px;
/* identical to box height */
margin-bottom:1px;
color: #C6C6C6;


}

.card-body{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
}

.wrapper{
	display: flex;
	overflow-x: auto;
}

.wrapper::-webkit-scrollbar{
	width: 0;
}

.wrapper .item{
	min-width:140px;
	margin-right: 20px;
	border: 0px;
	
}

.wrapper .item-mpmv{
	min-width:214px;
}

.wrapper .item-treding-playlist{
	min-width:120px;
}


.subscription-item{
	min-width: 185px !important;
}


.pl-20{
	padding-left: 20px;
}

.pr-20{
	padding-right: 20px;
}

.all-links{
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 14px;

color: #FFFFFF !important;

mix-blend-mode: normal;
	text-decoration: none;

}

.song-picked-card{
	 min-width: 87%; border: 0px;margin-right: 15px;
}

.song-picked-card img{
	width: 48px;
height: 48px;
	border-radius: 10px;
}

.hz-card-1-5{
	 min-width: 240px; border: 0px;margin-right: 15px;
}

.card img{
	 border-radius: 10px;
}

.footer-margin{
	margin-bottom: 70px;
}

footer{
	 background-color: #202123; padding: 15px; position: fixed;bottom: 0px; left: 0px; right: 0px;
}

.page-heading{
font-style: normal;
font-weight: 600;
font-size: 21px;
line-height: 25px;
/* identical to box height */

color: #FFFFFF;


}

.margin-150{
	margin-top: 150px;
}

.margin-100{
	margin-top: 100px;
}

.margin-180{
	margin-top: 180px;
}

.search-heading{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;
/* identical to box height */

color: #FFFFFF;


}

.search-p{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 21px;
/* or 150% */
text-align: center;

color: rgba(255, 255, 255, 0.7);


}

.result-tabs li a{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */
text-align: center;

color: #FFFFFF;
text-decoration: none;
	display: block;
	width: 105px;

}

.result-tabs li .active{
	color:#644CAB;
}

.result-tabs li .active::after {
 display: block;
   content: '';
  width: 20px;
  height: 3px;
  background: #644CAB;
	margin: 10px auto;
}

.m-left--20{
	margin-left: -20px;
}

input[type=text]{
	color:#fff !important;
}

input[type="text"]:focus, input[type="tel"]:focus,input[type="email"]:focus{
	background-color:transparent;
	outline: none;
}

*:focus {
    outline: none !important;
}

.profile-settings span{

font-style: normal;
font-weight: 600;
font-size: 21px;
line-height: 19px;
/* identical to box height */

color: #FFFFFF;
margin-left: 20px;

}

.profile-button{
	    padding: 20px 10px;
    border-bottom: 1px solid #3C3C3C;
    border-radius: 0px;
}

.profile-button:focus{
	border-bottom: 1px solid #3C3C3C;
}

.profile-button:active{
	border-bottom: 0px solid #3C3C3C;
}



.profile-button-border{
	border-bottom: 0px solid #3C3C3C !important;
}

#language .card-body {
    padding: 15px;
    border: 0px solid #232323;
    background: #1F2022;
	border-radius: 12px;
}

.form-check-input{
	background-color: transparent !important;
	 border: 2px solid #937CDB !important;
}

.form-check-input:checked {
    background-color: transparent!important;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23937CDB'/%3e%3c/svg%3e");
}

.rotate-180 {
    transform: rotate(180deg);
}

#subscription{
	 background-color:#1F2022; border-radius: 12px; padding: 15px;
}

.subscription-star{
	width: 40px;
} 

.active-plan{
	 background: #4ADE801F;padding: 6px; border-radius: 6px; margin-top: 15px;font-size: 10px;font-weight: 600;line-height: 14px;letter-spacing: 0.20000000298023224px;text-align: left; color: #1BAC4B;
}

.subscription-card-popular{
	background-color:#232323; border: 1px solid #303030; border-radius: 12px; padding:10px; position: relative;
}

.subscription-m-popular{
	border: 1px solid #2CA1F7 !important;
}

.sbedge{
	background-color:#fff; font-size: 10px;color: #FA8453; border: 1px solid #FA8453; border-radius: 20px; padding:2px 10px; position: absolute; top: -15px;
}

.right-sbedge{
	right:20px;
}

.scard-body{
	width: 100%; display: inline-flex; margin-top: 15px;
}

.reset-scard-body{
	margin-top: 0px;
}

.scard-calendar{
	background: linear-gradient(90deg, #2B68E8, #2B9CF6),linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)); border-radius: 4px; padding: 10px 7px;
}

.active-plan{
	 background: #1C7B3F;padding: 6px; border-radius: 6px; margin-top: 15px;font-size: 10px;font-weight: 600;line-height: 14px;letter-spacing: 0.20000000298023224px;text-align: left; color: #fff;
}

.scard-date{
	font-size: 21px; color:#fff; text-align: center; padding: 0px; line-height: 25px;font-weight: 700;
}

.scard-days{
	font-size: 16px;line-height: 14px; color:#fff; margin-bottom: 0px; text-align: center; font-weight: 400;
}

.scard-price{
	margin: auto 0px auto 15px;
	height: 42px;
}

.scard-price .plan{
	color:#C6C6C6;
}

.scard-price .price{
	font-size: 21px; color:#fff;font-weight: 700; margin: 0px;
}

.valid-date{

font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
/* identical to box height */

color: rgba(255, 255, 255, 0.6);


}

.unsubscribe{
font-style: normal;
font-weight: 600;
font-size: 13px;
line-height: 16px;
/* identical to box height */

color: #fff;
}

.renew-plan{
	 background: linear-gradient(90deg, #2B68E8, #2B9CF6),linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
	padding: 5px 10px; border-radius: 15px; color: #fff;
font-size: 10px;
font-weight: 500;
line-height: 16px;
letter-spacing: 0.20000000298023224px;
text-align: center;
width: auto;
    display: inline;
    float: right;
    margin-top: 5px;
	text-transform: uppercase;
}

.cal-expired{
	background: #DADADA;
	
}

.cal-expired p, .cal-expired h4{
	color:#000;
}

.logout-section{
	width: 100%;  position: absolute; bottom: 0px; padding:10px 35px 30px; z-index: 999; background-color: #232323; border-radius: 25px 25px 0px 0px;
}

.logout-section p{
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;
/* identical to box height */

color: #FFFFFF;
}

.logout-section hr{
	width:35px;
	margin:10px auto;
	border-top:3px solid #fff;
}

.login-inputbox{
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid rgba(255,255,255,0.35);
	padding-left: 0px;
	color:#fff;
}

.login-instruction{
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 12px;
/* identical to box height */

color: #FFFFFF;
text-align: center;

}

.termsservices{
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 12px;
/* identical to box height */

color: #654DAB;
text-align: center;
	margin-top: 10px;

}

.signup-link{
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
	text-align: center;

font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */

color: #FFFFFF;
}


.signup-link a{
font-style: normal;
font-weight: 700;
font-size: 14px;
line-height: 17px;
/* identical to box height */

color: #644CAB;
text-decoration: none;

}

.iti{
	width: 100%;
}

#otp input[type=number]{
	background-color:#3C3C3C;
	width: 40px;
	height: 40px;
	color:#ACACAC;
	border:1px solid rgba(255,255,255,0.5);
}

.sbedge {
    position: absolute;
    top: -12px;
    background: #000;
    border: 1px solid #2CA1F7;
    border-radius: 7px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.2px;
    color: #2CA1F7;
    padding: 5px 17px;

}

.font-10{
	font-size: 10px;
}


.font-24{
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 120%;

}

.font-14{
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 140%;
color: #9E9E9E;
}

.plan-subscription{
	width: 183px;
    margin-top: 14px;
    margin-right: 50px;
	border: 1px solid #434343;
}

.renewal-instruction{

font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 180%;
align-items: center;
text-align: center;
letter-spacing: 0.2px;
color: #C6C6C6;


}

.renewal-instruction a{
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 17px;
/* identical to box height */

color: #644CAB;
text-decoration: none;

}

.instructions{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
/* or 20px */
letter-spacing: 0.2px;

color: #FFFFFF;


}

.subscribe-pop {
    width: 90%;
    margin: 0px auto;
}

.subscribe-pop .modal-content {
    border-radius: 4px;
    padding: 20px;
	background-color: #303030;
}

.subscribe-pop .modal-content h4{
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 120%;
/* identical to box height, or 29px */
text-align: center;

color: #FFFFFF;
}

.subscribe-pop .modal-content p{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 140%;
/* or 22px */
text-align: center;
letter-spacing: 0.2px;

color: #FFFFFF;

}

.button-shadow{

box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.14), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.top-overlay{
	background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	z-index: 9;
}

.bottom-overlay{
	background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(17,18, 20, 0) 0%, rgba(17, 18, 20, 1) 100%);
    height: 160px;
    position: absolute;
    bottom: 0px;
    z-index: 999;
    left: 0px;
    right: 0px;
}

.detail-hero-image{
	height: 380px;
    background-size: contain;
    background-repeat: no-repeat;
}

.detail{
	margin-top: -60px;
    z-index: 999999;
    position: relative;
}

.detail h4{
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 19px;

color: #FFFFFF;
}

.detail h3{
font-style: normal;
font-weight: 600;
font-size: 28px;
line-height: 33px;

color: #FFFFFF;
}

.detail .small-info{
font-style: normal !important;
font-weight: 400 !important;
font-size: 10px !important;
line-height: 12px !important;
/* identical to box height */

color: #FFFFFF !important;


}

.detail p{
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 19px;

color: rgba(255, 255, 255, 0.6);
}

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    display: none
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-trigger:before {
    content: 'read more';
}

.read-more-state:checked ~ .read-more-wrap .read-more-trigger:before {
    content: 'read less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline;
    caption-side: bottom;
}

.read-more-toggle {
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */

color: #644CAB;
}

.movie-detail h3{
font-style: normal;
font-weight: 600;
font-size: 21px;
line-height: 25px;

color: #FFFFFF;
}

.movie-detail .small-info{
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;
/* identical to box height */

color: #FFFFFF;

mix-blend-mode: normal;
opacity: 0.7;

}

.sm-movie-card{
	margin-bottom: 15px;
}

.sm-movie-card img{
	border-radius: 7px;
}

.sm-movie-card h4{
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
/* identical to box height */

color: #F5F5F5;


}

.sm-movie-card .artist{
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
/* identical to box height */
margin-bottom:1px;
color: #C6C6C6;


}

.sm-movie-card .watch{
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 16px;
/* identical to box height */

color: #909090;


}

.total-time{
	position: absolute;
	left: 10px;
	bottom: 11px;
	background-color:#000000;
	padding:5px;
	border-radius: 20px;

font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 12px;
/* identical to box height */

color: rgba(255,255,255,0.8);


}

.play-button{
	position: absolute;
	right: 10px;
	bottom:7px;
}

.video-play-button{
	 position:absolute; top:50%; left: 50%; transform: translate(-50%, -50%);
}

.mood-title{
	position: absolute;bottom: 5px; left: 10px; font-size: 13px;letter-spacing: 0.26px; color:#fff;
}

.artist-list .card{
	background-repeat: no-repeat; width:140px; height: 140px; background-size: cover; border-radius: 10px; text-align: center;padding:10px;
}

.artist-list .artist{
	width:66px; height: 66px; border-radius: 50%;  background-repeat: no-repeat; background-size: cover; margin: 0px auto; z-index: 99; margin-bottom: 5px;
}

.artist-list .overlay{
	 background-color: rgba(0,0,0,0.55); position: absolute;left: 0px;right: 0px;top: 0px;bottom: 0px; border-radius: 10px;
}

.artist-list h5{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0px;
	color: #F5F5F5;
	margin-bottom: -3px;
}

.artist-list .follower{
	font-size: 7px;
	letter-spacing: 0.21px;
color: #909090;
text-transform: uppercase;
	margin-bottom: -8px;
}

.artist-list .followerscount{
	font-size: 11px;
	letter-spacing: 0px;
color: #DCDCDC;
	margin-bottom: 0px;
}

.play-time{
	position: absolute;
    left: 7px;
    bottom: 58px;
    right: 2px;
}

.play-time .time{
	padding: 3px 8px;
    background-color: #000;
    color: #fff;
    border-radius: 15px;
    float: left;
    margin-top: 3px;
}

.padding-20{
	padding: 20px;
}

.album img{
	width: 177px;
height: 177px;
	border-radius: 10px;
	margin:0px auto;
}

.album h3{
	font-size: 21px;
	font-weight:600;
	text-align: center;
	margin-top: 10px;
}

.album h4{
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

.album p{
	font-size:13px;
	text-align: center;
	color:#C6C6C6;
	margin-bottom: 0px;
}

.circle-seperator{
	background: #C6C6C6;
    height: 5px;
    width: 5px;
    border-radius: 3px;
    display: inline-block;
    margin: 0px 10px;
}

.hr-margin-reset{
	margin:2.5rem 0;
}

.play-list .thumbnail{
	 width: 48px; height: 48px; border-radius: 10px;
}

.play-list .thumbnail-round{
	 width: 48px; height: 48px; border-radius: 30px;
}

.popupbox {
    content: '';
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgb(0 0 0 / 30%);
    left: 0;
    top: 0;
    z-index: 9999;
}

.popup{
	width: 100%;
    padding: 7vw 5vw 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 0px solid #4d4c4c42;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(29px);
    -moz-backdrop-filter: blur(30px);
    background: #4644443b;
    position: absolute;
    z-index: 99999;
    left: 0px;
    bottom: 0px;
}

.popup h4{
	font-size: 17px;
	font-weight: 400;
}

.hr-mark{
	width: 42px;
    border-top: 4px solid #4C4C4C;
    margin: 0px auto;
    margin-top: -18px;
    padding-bottom: 30px;
}

.font-semi-bold{
	font-weight: 500;
}

.popup p{
	font-size:13px;
	color:#C6C6C6;
}

.main-area-container-playlist {
    background-image: url(../images/cover-img-8.png);
    background-size: 100% auto;
    min-height: 100vh;
    transition: all 0.2s;
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: top center;
    filter: blur(90px);
    -webkit-filter: blur(128px);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: -9;
}

.main-area-container-artist {
    background-image: url("../images/artist-hero.jpg");
    background-size: contain;
	background-repeat: no-repeat;
}

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    display: none
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-trigger:before {
    content: 'read more';
}

.read-more-state:checked ~ .read-more-wrap .read-more-trigger:before {
    content: 'read less';
}

.read-more-trigger {
    cursor: pointer;
    display: inline;
    caption-side: bottom;
}

.read-more-toggle {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #fff;
}

.about-artist{
	font-size: 13px;
	font-weight: 400;
	color:#C6C6C6;
}

.search-bar {
    position: relative;
    width: 100%;
}

.search-bar input {
    background-color:#3C3C3C !important;
    opacity: 1;
    backdrop-filter: blur(34px);
    -webkit-backdrop-filter: blur(34px);
    line-height: 34px;
    border: none;
    border-radius: 20px;
    padding: 0px 15px 0px 45px;
    color: #FFFFFF;
    opacity: 0.8;
    width: 100%;
    height: 44px;
    font-size: 13px;
}


.icon-Search-top {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    color: #c6c6c6;
    opacity: 0.6;
    font-size: 16px;
}

.recent-search{
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.recent-search .search-title {
    font-size: 15px;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.47;
    letter-spacing: normal;
    text-align: left;
    color: #c6c6c6;
    margin-bottom: 0px;
}

.recent-search .cancel {
    font-size: 15px;
    line-height: 3.47;
    letter-spacing: normal;
    text-align: left;
    color: #c6c6c6;
	text-decoration: none;
}

.language-popup {
    width: 60%;
    padding: 7vw;
    border: 0px solid #4d4c4c42;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(29px);
    -moz-backdrop-filter: blur(30px);
    background: #4644443b;
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 20px;
    border-radius: 20px 0px 0px 20px;
}

.language-popup-1 {
    width: 60%;
    padding: 7vw;
    border: 0px solid #4d4c4c42;
    background: #3C3C3C;
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 20px;
    border-radius: 0px;
}


.language-popup-2 {
    width: 60%;
    padding: 7vw;
    border: 0px solid #4d4c4c42;
    background: #3C3C3C;
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 20px;
    border-radius: 0px 0px 0px 20px;
}

.language-popup-3 {
    width: 60%;
    padding: 7vw;
    border: 0px solid #4d4c4c42;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(29px);
    -moz-backdrop-filter: blur(30px);
    background: #4644443b;
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 20px;
}

/*.language-popup-3 .overlay{
	background: transparent linear-gradient(180deg, #2C68E8 0%, #2CA1F7 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF0A;
    border-radius: 0px 0px 0px 23px;
    width: 100%;
    top: 0px;
    bottom: 0px;
    z-index: -9;
    opacity: 0.9;
}*/

.language-popup-3 label{
	font-size: 1rem;
	font-weight: 600;
	font-size: 1.3rem;
    font-weight: 500;
    margin: 13px;
}

.language-popup-3 .back-img{
	 opacity: 0.5; position: absolute; top: 0px; bottom:0px; right: 0px; left: 0px; width: 100%; z-index: -1;
}

.language-popup-4 {
    width: 100%;
    padding: 7vw;
    border: 0px solid #4d4c4c42;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(29px);
    -moz-backdrop-filter: blur(30px);
    background: #4644443b;
    position: absolute;
    z-index: 99999;
    right: 0px;
    top: 0px;
    height: 100vh;
}

.language-popup-4 h4{
	font-size: 17px;
	font-weight: 500;
letter-spacing: 0.02px;
}

.language-popup-4 p{
font-size:13px;
letter-spacing: 0.01px;
	color:rgba(255,255,255,0.6);
}

.form-check-input {
    background-color: transparent !important;
    border: 2px solid #fff !important;
	width: 1.8em;
    height: 1.8em;
	margin-top: 10px;
	margin-left: -10px !important;
}

.form-check-input:checked {
    background-color: transparent!important;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.lang-eng-back{
	 background-image: url(../images/lang-eng-1.png); height: 95px; width: 195px; background-size: cover; background-repeat: no-repeat;
}

.lang-esp-back{
	 background-image: url(../images/lang-esp-1.png); height: 95px; width: 195px; background-size: cover; background-repeat: no-repeat;
}

.lang-eng-back-1{
	 height: 70px; width: 195px;
}

/*.lang-eng-back-1:before{
	 content: ' ';
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    width: 195px;
    height: 70px;
    opacity: 0.6;
    background-image: url(../images/lang-eng-2.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.lang-esp-back-1{
	 height: 70px; width: 195px;
}

.lang-esp-back-1:before{
	 content: ' ';
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    width: 195px;
    height: 70px;
    opacity: 0.6;
    background-image: url(../images/lang-esp-2.png); 
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}*/

.eng-lang{
	    height: 66px;
    border-radius: 13px;
    padding: 15px;
}

.eng-lang-active{
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.eng-lang-img{
	 width: 100%; opacity: 0.3; position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: -1;
}

.lang-icon{
	 width:20px;
}

.close-button{
	position: absolute;
    left: 0px;
    right: 0px;
    bottom: 50px;
    background-color: #FFFFFF26;
    margin: 0px auto;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    color: #fff;
    border: 1px solid #FFFFFF33;
}

.blur-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background-size: 100%;
    border-radius: 7px;
    background-repeat: no-repeat;
    filter: blur(50px);
	z-index: -1;
}

.artist-profile-wrap{
	overflow: hidden;    border-radius: 7px;    position: relative; margin-bottom: 22px;
}

.artist-profile {
    text-align: center;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.50);
    padding: 10px 0px;
    position: relative;
    z-index: 1;
}

.artist-img-1{
	background-image: url("../images/artist-3.png");
}

.artist-img-2{
	background-image: url("../images/artist-1.png");
}

.artist-img-3{
	background-image: url("../images/artist-2.png");
}

.artist-img-4{
	background-image: url("../images/artist-6.png");
}

.artist-img-5{
	background-image: url("../images/artist-5.png");
}

.artist-img-6{
	background-image: url("../images/artist-4.png");
}

.artist-profile img{
	width: 80px;
}

.artist-profile .artist-name{
	font-size: 17px;
	font-weight: 500;
	color: #fff;
	padding-top: 5px;
	margin-bottom: 5px;
}

.artist-profile .artist-follower{
	font-size: 8px;
	font-weight: 500;
	color: #909090;
	margin-bottom: 0px;
	line-height: 14px;
}

.artist-profile .artist-follower-count{
	font-size: 13px;
	font-weight: 500;
	color: #DCDCDC;
}

video {
  width: 100%;
  height: auto;
	z-index: -1;
}

.music-video-title{
	font-size: 15px;
	font-weight: 500;
	color: #F5F5F5;
	margin-bottom: 3px;
}

.music-video-artist{
	font-size: 13px;
color: #C6C6C6;
	margin-bottom: -2px;
}

.music-video-lang{
	font-size: 13px;
color: #909090;
}

.toast-message1{
background: linear-gradient(90deg, #2B68E8 0%, #2CA1F7 100%);
    border: 0px solid rgba(255, 255, 255, 0.24);
    border-radius: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-align: left;
    color: #FFFFFF;
    padding: 17px 25px;
    position: fixed;
    bottom: 25%;
    left: 15px;
    right: 15px;
}

.card{
	border: 0px !important;
}

.genre-list-back{
	background:url(../images/genre-back.png); background-repeat: no-repeat; background-size: cover;margin-top: -100px;    z-index: 9999;    position: relative;
}

.genre-title{
	font-size: 31px;
	font-weight: 600;
}

.login-title{
	font-size: 21px;
	font-weight: 600;
}

.login-instruction{
font-size: 11px;
letter-spacing: 0.22px;
color: #C6C6C6;
	line-height: 20px;
}

.login-instruction a{
color: #C6C6C6;
}

.collapse .form-check-input {
    background-color: transparent !important;
    border: 2px solid #2B68E8 !important;
	width: 1.8em;
    height: 1.8em;
	margin-top: 10px;
	margin-left: -10px !important;
}

.collapse .form-check-input:checked {
    background-color: transparent!important;
}

.collapse .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%232B68E8'/%3e%3c/svg%3e");
}

.collapse label{
	font-size: 18px;
	font-weight: 500;
	padding:12px;
}

.wifi-login-instruction{
	font-size: 16px;
	font-weight: 300;
letter-spacing: 0.32px;
color: #C6C6C6;
}

