body{
	background-color:black;
	color:white;
	overflow-x:hidden;
}
.left{
	float:left;
}
.right{
	float:right;
	margin:3.2% 2%;
}
small{
	color:gray;
	font-size:16px;
	
}
hr{
	width:100%;
	margin-top:40px;
	color:gray;
}
h1{
	margin-left:25px;
}
.h-n{
	font-size:30px;
}
.navigation{
	display:flex;
	position:fixed;
	top:0%;
	left:0%;
	background-color:black;
	width:100%;
	height:80px;
	z-index:7;
}
.nav{
	margin-left:25px;
}
.navi{
	color:gray;
	margin-left:160px;
	margin-top:15px;
}
.one{
	
}
.letter:hover{
	color:white;
}
.nav2{
	margin-left:40px;
	font-size:20px;
}
.search{
	height:35px;
	width:360px;
	border-radius:40px;
	margin-top:10px;
	background-color:#1C1C1C;
	padding:15px;
}
.btn-log{
	height:41px;
	width:110px;
	margin-right:20px;
	background-color:#fff;
	border-radius:20px;
}
.arr{
	font-size:18px;
}
.aside{
	background-color:#1C1C1C;
	height:460px;
	width:350px;
	padding-left:px;
	padding-top:5px;
	box-shadow:2px 2px 5px black;
	border-radius:10px;
	position:fixed;
	top:12%;
	left:0%;
	z-index:4;
	
}
.btn-play{
	height:40px;
	width:200px;
	margin-left:26px;
	border-radius:40px;
}

.side{
	background-color:#1C1C1C;
	height:180px;
	width:340px;
	padding-bottom:20px;
	padding-left:10px;
	padding-top:px;
	margin-top:10px;
	overflow:auto;
	
}
.side-con{
	background-color:#333333;
	height:140px;
	width:290px;
	padding-left:10px;
	padding-top:5px;
	margin-top:30px;
	margin-left:5px;
	border-radius:15px;
}
.side-con2{
	background-color:#333333;
	height:170px;
	width:290px;
	padding-left:10px;
	padding-top:5px;
	margin-top:40px;
	margin-left:5px;
	border-radius:15px;
}
.b-tex{
	font-size:16px;
}
.b{
	margin-left:26px;
	color:gray;
}
.b-b{
	margin-left:22px;
	
}
.b-side{
	margin-left:20px;
	font-size:16px;
	color:gray;
}
.eng{
	width:10%;
	margin-left:20px;
	
}
.btn-eng{
	height:35px;
	width:140px;
	background-color:#333333;
	color:white;
	border-radius:30px;

}
.songs{
	background-color:#1C1C1C;
	margin-left:351px;
	border-radius:10px;
	margin-top:70px;
	height:2480px;
}
.trend{
	height:320px;
	width:1000px;
	display:flex;
	overflow-x:auto;
	overflow-y:hidden;
	flex-wrap:nowrap;
	scroll-behavior:smooth;
}
h1:hover{
	display:inline-block;
	font-weight:bold;
	border-bottom:2.5px solid white;
	padding-right:10px;
	
}

.shade{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:90%;
	background-color:rgba(255,255,255,0);
	transition:background 0.03 ease;
	z-index:2;
	border-radius:10px;
}
.figure:hover .shade{
	background-color:rgba(255,255,255,0.1);
}
.play-btn{
	display:none;
	position:absolute;
	top:41%;
	left:70%;
	font-size:43px;
	background-color:rgba(30,215,96,100);
	color:black;
	padding:1px;
	z-index:4;
	border-radius:300px;
	font-weight:bold;
	border-bottom:2px solid white;
	
}
.figure{
	margin-left:15px;
	flex:0 0 100px;
	position:relative;
	
}
.figure:hover .play-btn{
	display:inline-block;
}
.fig{
	height:180px;	
	border-radius:10px;
	width:190px;
}
.figure1{
	margin-left:20px;
	flex:0 0 300px;
}
figcaption{
	padding-left:10px;
}
.line:hover{
	position:relative;
	z-index:3;
	display:;
	text-decoration:none;
	font-weight:bold;
	border-bottom:2.5px solid white;
	z-index:5;
	transition:all 0.8s ease;
}
.figure:hover .line{
	text-decoration:underline;
}
.Artiest{
	height:180px;	
	width:180px;
	border-radius:100px;
}

.footer .foot{
	break-inside:avoid;
	margin-bottom:20px;
	
}
.logo{
	margin-left:10px;
	margin-top:400px;
	background-color:#333333;
	padding:10px;
	border-radius:10px;
}
.lg{
	margin-left:10px;
	margin-top:40px;
	
}
.footer{
	height:465px;
	margin-top:30px;
	margin-left:20px;
	/*Multicolumn*/
	column-count:5	;
	column-gap:20px;
	
}
.footer p:first-child{
	font-weight:bold;
	margin-bottom:10px;
}
.weight{
	font-weight:bold;
	
}
.below{
	position:fixed;
	top:85%;
	background-color:#fff;
	color:black;
	width:100%;
	padding:20px;
	z-index:10;
	color:gray;
	
}
/*
.foot1{
	margin-left:30px;
}
.foot{
	margin-left:80px;
}
.logo{
	margin-left:10px;
	margin-top:400px;
	background-color:#333333;
	padding:10px;
	border-radius:10px;
}
.lg{
	margin-left:10px;
	margin-top:40px;
	
}
.footer{
	height:400px;
}
.below{
	position:fixed;
	top:85%;
	background-color:#fff;
	color:black;
	width:100%;
	padding:20px;
	z-index:10;
	color:gray;
	
}