@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Redressed&family=Roboto:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Redressed&family=Roboto:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Lobster&family=Redressed&family=Roboto:wght@100&display=swap');
/*page header*/
body{
	
}
* {
    margin : 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #B7C0C7;
    /*font-weight: bolder;*/
}

.fontChange{
	#B7C0C7;
}
.fontChange:hover{
	#3e3e3e
	cursor: pointer;
}
.titleFont{
	color: white;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 	10px;
}
.main{
	background-color: #0c0f12;
	width: 100%;
	height: auto;
	/*border: 1px solid red;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;

}
.advertise{
	position: absolute;
	top: 250px;
	left: 10px;
}
.advertise .imgAds{
	width: 280px;
	height: 400px;
	outline: 2px solid black;
	background-image: url(https://www.codingninjas.com/blog/wp-content/uploads/2020/06/BLOG-16.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.header{
	position: relative;
	background-color: #0f1219	;
	width:100%;
	height: 100px;
	border: 1px solid #3e3e3e;
	/*border: 1px solid whitesmoke;*/
	/*box-shadow: 1px 1px 1px 1px #3e3e3e;*/
	margin: 1px;
	display: flex;
	align-items: center;
	/*margin-bottom: 1px;*/
	
}
.headerLogo{
	/*position: relative;*/
	width: 75PX;
	height: 75PX;
	background-image:
	 url(https://img.icons8.com/external-vitaliy-gorbachev-flat-vitaly-gorbachev/344/external-mp3-player-radio-vitaliy-gorbachev-flat-vitaly-gorbachev.png);
	background-position: center;
	background-size: contain;
	border-radius: 50%;
   position: absolute;
   left: 25px;
    
}
.headerLogo div{
	border: 1px solid black;

}
.playerName{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
   	left: 120px;
}
.playerName span{
	
	font-weight: bolder;
	
	

}
.searchContain div{
	display: inline-block;
	box-sizing: border-box;
	margin: 4px;
	
}
.searchContain{
	position: absolute;
	left: 1190px;
}
.searchBar{
	border: 1px solid #3e3e3e;
	position: relative;
	border-radius: 15px;
	background-color: #0f1219;
	padding: 5px 10px;
	display: inline-block;
	margin: 5px;
	/*left: 42rem;*/
}
.searchBar input{
background-color: #0f1219;
border: 0px;
}

/*middle section contents*/
.container{
	position: relative;
	width: 100vw;
	height: auto;
	/*border: 2px solid blueviolet;*/
	display: flex;
}
.Library{
	/*outline: 1px solid aquamarine;*/
	width: 150px;
	height: 400px;
	position: absolute;
	top: 42px;
	left: 30px;
}

.Library .LibraryList div{
	margin-left: 28px;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 15px;
	/*color: #3e3e3e;*/
	font-family: 'Lato', sans-serif;
	text-decoration-style: none;
}
.Library .LibraryList div i{
	margin-right: 10px;
	
}
/*slider start */
.slider-box {
    width     : 45%;
    max-height: 90vh;
    position  : relative;
    overflow  : hidden;
    margin    : 30px auto;
}

#slider {
    width     : 100%;
    display   : inline-flex;
    transition: 1.5s;
}


#slider img {
    width: 100%; 
}

.indicators {
    position : absolute;
    left     : 50%;
    bottom   : 20px;
    transform: translateX(-50%);
}

.indicators span {
    display      : inline-block;
    width        : 15px;
    height       : 15px;
    border-radius: 50%;
    background   : rgba(255, 255, 255, 0.5);
    cursor       : pointer;
}
.active {
   background: whitesmoke !important;

}
/*slider end*/
/*left side container*/

.songCover{
	width: 50vw;
	/*height: auto;*/
	border: 1px solid #21252d;
	background-color: #0c0f12;
	margin-left: 300px;
	margin-right: 50px;
	display: flex;
	flex-direction:column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.songCover .section {
	/*border: 2px solid darkred;*/
	width: 511px;
	height: auto;
	display: flex;
	/*justify-content: center;*/
	
}


.latestRelease-section{
	/*outline: 1px solid blue;*/
	width: 511px;
	display: flex;
	justify-content: space-evenly;
	/*align-items: center;*/
	flex-wrap:wrap;
}


.latestReleaseHeader{
	margin: 10px 10px;
}

.popularArtish{
	 /*outline: 1px solid red;*/
	display: flex;
    justify-content: space-around;
    margin: 2px;

}
.popularArtish img{
	width: 80px;
    height: 80px;
    border-radius: 50%;
    transition:all 0.5s ease-in-out 0.1s;
}
.popularArtish img:hover{
	transform: scale(1.2);
	
}

/*right side container at middle section */
.songList{
	width: 22vw;
	height: auto;
	/*border: 1px solid whitesmoke;*/
	border: 1px solid #21252d;
	background-color: #0c0f12;
	display:flex;
	flex-direction:column;
	padding-top: 50px;
	margin-top: 100px;
	
}
.songItem{
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin: 10px auto;
	/*outline: 1px solid burlywood;*/
}

.songList .songItem i{
	color: white;
}

.songItem img{
	width: 35px;
    height: 35px;
    border: 1px solid;
    box-shadow: 0px 0px 2px 0px blue;
    box-sizing: border-box;
    transition:all 0.3s ease-in-out;
     border-radius: 2%;
}
.songItem img:hover{
	transform: scale(1.2);
}
.songItem #songListTitle{
	margin-left: 5px;
	margin-bottom: 5px;
}
/*adding progressbar at bottom */
.Player{
	position: sticky;
	bottom: 0px;
	}

.progressbar{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 70px;
	background-color: #262424;
	opacity: 0.8;
	
	/*bottom: 0px;*/
}

.progressbar img{
	width: 70px;
	height: 65px;
	position: absolute;
	left: 18%;
}
.progressbar i{
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	/*margin: 5px;*/
	cursor: pointer;
}

.progressbar input{
	width: 40vw;
    height: auto;
    /*margin: 25px 240px*/
    cursor: pointer;
}

/*CSS for latestRelease Album */
.latestRelease{
	width: 511px;
	/*outline: 2px solid black;*/
	display: flex;
	justify-content: space-evenly;
	/*align-items: center;*/
	flex-wrap:wrap;
}
.container2{
	width: 75px;
	height: 80px;
	position: relative;
	/*outline: 1px solid black;*/
	display: inline-block;
	margin: 4px;
}
.container2 img{
	width: 100%;
	height: 100%;
	display: block;

}
.container2 .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	/*outline: 1px solid blue;*/
	top: 0%;
	left: 0%;
	/*background-color: rgba(253, 25, 25, 0.7);*/
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.7s;

}
.container2 .overlay:hover{
	opacity: 1;
}
.container2 .overlay .title{
	font-size: 36px;
	font-weight: bold;
	

}
.container2 .title :hover{
	background-color: rgba(0, 0, 0, 0.5);
	color: rgba(0, 0, 0, 1);

}
/*CSS for blur bg over hover */
.blurAlbum{
	width: 511px;
	height: auto;
	/*outline: 2px solid aquamarine;*/
	display: flex;
	justify-content: space-evenly;
	/*align-items: center;*/
	flex-wrap:wrap;
	margin: 10px;
}
.blurAlbum .container2{
	width: 160px;
	height: 150px;
	position: relative;
	/*outline: 1px solid black;*/
	display: inline-block;
	margin: 4px;
}
.blurAlbum .container2 img{
	width: 100%;
	height: 100%;
	display: block;

}
.blurAlbum .container2 .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	/*outline: 1px solid blue;*/
	top: 0%;
	left: 0%;
	/*background-color: rgba(253, 25, 25, 0.7);*/
	background-color: rgba(0, 0, 0, 0.9);
	color: #ffffff;
	/*display: flex;*/
	/*justify-content: center;*/
	align-items: center;
	opacity: 0;
	transition: 0.7s;

}
.blurAlbum .container2 .overlay:hover{
	opacity: 1;
	cursor: pointer;
}
.blurAlbum .container2 .overlay .title{
	font-size: 36px;
	font-weight: bold;
	

}
.blurAlbum .container2 .title :hover{
	background-color: rgba(0, 0, 0, 0.5);
	color: rgba(0, 0, 0, 1);

}
.blurAlbum .container2 .overlay .title overlayText{

	font-size:36px;
	color:#ffffff;
	background-color: rgba(0, 0, 0, 0); 

}
