body{
    background-color: #f6f6f6;
    font-family: 'Lato', sans-serif;
}
.navbar{
    height: 40px;
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgb(228, 222, 222);
    padding-bottom: 10px;
}

.left-section{
    height:100%;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.search-section{
    height: 100%;
    width: 40%;
    margin-left: 5%;
}

.right-section{
    height: 100%;
    width: 20%;
    margin-left: 10%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}

.logo{
    height: 60%;
}

.input-box{
    width: 100%;
    height: 90%;
    background-color: white;
    border: 1px solid rgb(216, 210, 210);
    border-radius: 20px;
}

.drop-down{
    height: 100%;
    border: none;
    background: transparent;
}

.content{
    width: 100%;
    height: 500px;
    margin-top: 50px;
    display: flex;
}

.side-nav{
    width: 15%;
    padding-top: 10px;
    padding-left: 40px;
    
}

.lib{
    margin-bottom: 25px;
    color: #828da8;
}

.icon{
    margin: 10px;
    font-size: 20px;
    color: #3e3e3e;
}


.btn-playlist{
   border: 1px solid #2bc5b4;
   color: #2bc5b4;
   border-radius: 20px;
   margin-top: 20px;
   padding: 8px 15px 8px 15px; 
}

/*Trending section*/

.album-list{
    width: 85%;
}

.trending{
    color: #3e3e3e;
    font-size: 20px;
}

.movie-list{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
}

.album{
    font-size: 12px;
    text-align: center;
    color: #3e3e3e;
    margin: 0px;
}

.fans{
    font-size: 12px;
    text-align: center;
    color: #3e3e3e;
    margin: 0px;
    
}

.movie-image{
    width: 100%;
    border-radius: 5px;
}

/*Live-music section*/

.live-music{
    background-color: #f6f6f6;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 0px;
    border-top: 1px solid rgb(228, 222, 222);
    
}

.left{
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
}

.center{
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.right{
    width: 20%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.live-img{
    height: 50px;
    width: 50px;
    border-radius: 5px;
    margin: 0px 5px 0px 10px;
}
.play{
    font-size: 30px;
}

/* Center Charts*/


.top-chart{
    font-size: 15px;
    height: 25px;
    width: 85%;
    margin-left: 15%; 
    margin-bottom: 20px;
    color: #3e3e3e;
}

.charts{
    height: 500px;
    width: 85%;
    margin-left: 15%;
    display: flex;
    
}

.week{
    height: 500px;
    width: 350px;
}

.img-week{
    width: 100%;
    height: 60%;
    border-radius: 5px;
    display: flex;
}
.chart-title{
    text-align: center;
    color: #3e3e3e;
}

.top-charts{
    height: 500px;
    width: 100%;
    margin-left: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.chart-card{
    height: 200px;
    width: 300px;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    
}

.chart-img{
    width: 100%;
    border-radius: 10px;
    align-items: center;
    

}

.new-releases-list{
    height: 500px;
    width: 85%;
    margin-left: 15%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.releases-list{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.songs-image{
    width: 100%;
    border-radius: 5px;
}

.editorial{
    height: 200px;
    width: 85%;
    margin-left: 15%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}

.radio-chart{
    font-size: 15px;
    height: 25px;
    width: 85%;
    margin-left: 15%; 
    margin-bottom: 20px;
    color: #3e3e3e;
}

.radio-list{
    height: 500px;
    width: 85%;
    margin-left: 15%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.radio-station{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.radio-image{
    width: 100%;
    border-radius: 50%;
}

/*Recommended Artist Radio*/
.artist-chart{
    font-size: 15px;
    height: 25px;
    width: 85%;
    margin-left: 15%; 
    color: #3e3e3e;
}
.artist-list{
    height: 250px;
    width: 85%;
    margin-top: 10px;
    margin-left: 15%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.artist-image{
    margin-bottom: 4px;
    width: 100%;
    border-radius: 50%;
}

.devotional{
    color: #3e3e3e;
    height: 200px;
    width: 85%;
    margin-left: 15%;
    padding-bottom: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(228, 222, 222); 
}

.bottom{
    color: #3e3e3e;
    height: 350px;
    width: 50%;
    margin-left: 30%;
    margin-top: 25px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    display: flex; 
    border-bottom: 1px solid rgb(228, 222, 222);
}

li{
    font-size: 12px;
    text-align: left;
    list-style: none;
}
.top-artist{
    text-align: center;
}


.language{
    text-align: center;
}

.pro{
    font-size: 12px;
    color: #3e3e3e;
    border-top: 1px solid rgb(228, 222, 222);
    border-bottom: 1px solid rgb(228, 222, 222);
    height: 35px;
    width: 85%;
    margin-left: 15%;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-around; 
}

.social{
    font-size: 12px;
    display: flex;
    color: #3e3e3e;
    height: 100px;
    width: 85%;
    margin-left: 15%;
    margin-bottom: 15%;
}
.copy{
    margin-right: 25%;
}
.right-bottom{
    width: 50%;
    display: flex;
}
.left-bottom{
    
    width: 50%;
    display: flex;
    justify-content: space-around;
}

