body{
    background-color: #101112;
    min-width: 350px;
}
body a{
    text-decoration: none;
    
}
.mainnav .active{
    color: red!important;
}
.mainnav .active::after{
    content: '';
    background-color: red;
    height: 2px;
    display: block;
    margin-top: 5px;
}
.hero-area{
    min-height: 400px;
    background-position: center ;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 150px;
    
}
.hero-area .active{
    color: red!important;
    background-color: transparent!important;
}
.hero-area .active::after{
    content: '';
    background-color: red;
    height: 2px;
    display: block;
    margin-top: 5px;
}
.song-track{
    background-color: rgba(0, 0, 0, 0.5) !important;
    background: linear-gradient(90deg, rgba(42, 123, 155, 0.368) 0%, rgba(87, 199, 133, 0.07) 100%, rgba(237, 221, 83, 1) 100%);
    transition: all 0.3s ease;
   
}
.song-track:hover{
    border: solid thin gray;   
    cursor: pointer;
    transform: translateY(-10px);
}
.song-img{
    width: 50px;height: 50px;object-fit: cover;
}
.songColor{
    color: #1E90FF;
}
.songColor::after{
    content: '';
    background-color:#1E90FF;
    height: 1px;
    display: block;
    margin-top: 15px;
    width: 50%;
    background: #1E90FF;
    background: linear-gradient(90deg, rgba(4, 83, 230, 0.26) 0%, rgba(93, 93, 222, 1) 48%, rgba(22, 179, 222, 1) 92%, rgb(42, 115, 199) 100%);
}
big-song-img{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.idiscover{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.big-song-hover{
    position: absolute;
    background-color:#000000bb;
    left: 0px;top: 0px;
    width: 200px;
    height: 300px;
    opacity: 0;
    transition: all 0.3s ease;
}
.big-song-hover:hover{
    opacity: 1;    
}
.txcn{
    text-align: center;
    margin-top: 5px;
    
}
section h2 {
  font-size: 2rem;
  color: #222;
}

section p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: white;
}
.IMP{
    border-radius: 50%;
}
section.about{
    min-height: 400px;
    background-position: center ;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 150px;              /* لضمان ظهور الخلفية */
}
