
body, html {
    margin: 0;
    padding: 0;
    height: 100%; 
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;

   
}

 h1 {
    text-shadow: #004 2px 3px;
    font-size: 3em;
 }

 h2 {
    text-shadow: #004 2px 3px;
    font-size: 3em;
    text-decoration: underline;
 }

 h3 {
    text-shadow: #004 2px 3px;
    font-size: 2.5em;
 }

 h4 {
    text-shadow: #004 2px 3px;
    font-size: 2.2em;
 }

 h5 {
    text-shadow: #004 2px 3px;
    font-size: 1.5em;
 }



.background-container {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-color:#000;
    background-size: contain;
    background-position-x: center;
    background-position-y: top;
    z-index: -1; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    margin:0; 
}


.content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;    
    text-align: center;
    font-size: 25px;    
}

.content2 {
    font-size: 30px;
}

.home-content{
    max-width:1100px; 
    margin:100px auto 0 auto;
}

.home-content1 {
    display: inline-block; 
    width:100%;
    text-align: left; 
    margin-top: 100px;
    text-shadow: #004 2px 3px;
    font-size: 80px;
    font-weight:bold;
}

.home-content2 {
    display: inline-block;  
    width:100%;
    text-align: right;
    font-size: 80px;
    text-shadow: #004 2px 3px;
    margin-top: 50px; 
    font-weight:bold;
}
.home-content3{
    margin-top: 50px; 
    text-align: center; 
    text-shadow: #004 2px 3px;
    font-size: 60px;
    font-weight:bold;
}
@media only screen and (max-width: 1100px) {
    .home-content{
        margin:50px 10px;
    }

    .home-content1 { 
        margin-top: 40px;
        font-size: 50px;
    }

    .home-content2 {
        margin-top: 40px;
        font-size: 50px;
    }
    .home-content3{
        margin-top: 40px;
        font-size: 40px;
    }
}
@media only screen and (max-width: 600px) {
    .home-content{
        margin:100px 10px 0 10px;
    }

    .home-content1 { 
        margin-top: 50px;
        font-size: 25px;
        text-align: center;
    }

    .home-content2 {
        margin-top: 40px;
        font-size: 25px;
        text-align: center;
    }
    .home-content3{
        margin-top: 40px;
        font-size: 20px;
    }
}

.content-songs {

    max-width: 870px;
    padding: 50px 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    padding-bottom: 68px;   
}

.content-texts {
    max-width: 870px;
    padding: 50px 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    padding-bottom: 68px; 

}
.content-texts h1 {
    text-align: center;
    font-size: 46px;
    font-style: italic;
    font-weight: 300;
    
}
nav {
    position: fixed;
    bottom: 2px;
    left: 50%;
    max-width: 600px;
    transform: translateX(-50%);
    background: rgba(69, 71, 78, 0.8);
    background-color: transparent;
    padding: 15px 0;
    border-radius: 40px;

    display: flex;
   
}

nav a {
    color: rgb(232, 236, 240);
    font-size: medium;
    text-decoration: none;
    margin-bottom: 1px ;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s;
    background: rgba(69, 71, 78, 0.8);
    display: flex;
    justify-content: space-around; 
    box-sizing:border-box;
    width: 40%;
    border-radius: 20px;
    padding: 7px 15px;
    text-shadow: #010c0c 1px 1px; 
    margin-left: 5px;
    margin-right: 5px;
}

nav a:hover {
    color: #f5fbfb;
    text-shadow: #0c0c0c 1px 1px;
    font-size: large;

    filter: invert(80%) hue-rotate(180deg) brightness(1.5);


    box-shadow: 
      2px 2px 5px #252526, 
      
      2px 2px 5px #39f7f4; 

      border-radius: 10px;
}




.item-card {
    background: rgba(56, 53, 53, 0.1);
    margin: 25px 0 ;
   
    padding: 15px;
    border-radius: 20px;
    backdrop-filter: blur(16px);
    align-items: center;
    font-size: medium;   
}

.item-card-left{
    display:inline-block;
    width:65%;
    max-width:50%;
    text-shadow: #004 2px 3px;
    font-size: 1.3em;
    font-weight:bold;
    text-align:left;
    vertical-align: middle;
}

.item-card-right{
    width:34%;
    display:inline-block;
    vertical-align: middle;
    text-align: right;
}


.item-card-text-left {

    display:inline-block;
    width:65%;
    max-width:50%;
    text-shadow: #004 2px 3px;
    font-size: 1.3em;
    font-weight:bold;
    text-align:left;
    vertical-align: middle;  
}

.item-card-text-right {

    width:34%;
    display:inline-block;
    vertical-align: middle;
    text-align: right;  
}

.item-card-lyrics {
  max-width: 69%;
  backdrop-filter: blur(16px); 
  margin-left: 15%; 
  padding-bottom: 40px;
  padding-top: 20px;
}

@media only screen and (max-width: 1000px) {
    .item-card-left{
        width:100% !important;
        display: block;
        max-width:100%;
        text-align:center;
        font-size: .8em;
    }

    .item-card-right{
        width:100%  !important;
        display: block;
        max-width:100%;
        text-align:center;
    }
    .btn {
        font-size:2em;
        margin:20px auto 20px auto;
    }

}



.item-card-song {
    background: rgba(56, 53, 53, 0.1);
    max-width: 900px;
    margin-left: 10%;
    padding: 2px;
    padding-top: 76px;
    border-radius: 20px;
    backdrop-filter: blur(16px);   
    vertical-align: bottom;
    
}

.item-card-text {
    background: rgba(255, 255, 255, 0.1);
    margin: 18px 0;
    padding: 20px 50px;
    border-radius: 15px;
    backdrop-filter: blur(20px);
    font-size: 30px;
    font-style: italic;
    font-weight: 500;
}

.item-card-text .btn {
    font-size: 14px;
     
    margin-left: 250px; 
}

.btn {
    display: inline-block;
    background: #a5a9aa;
    color: black;
    padding: 8px 15px;
    border-radius: 8px;
    text-decoration: none;
    margin-top: 5px;
    margin-left: 30px;

    
    box-shadow: 
      2px 2px 3px #090a0a, 
      
      -2px -2px 3px #4b4848; 
      
    border: black;
    
    cursor: pointer;
    
}

.btn:hover { 
    background: #7493ab; 
    color: antiquewhite;
    box-shadow: 
      3px 3px 3px #222223, 
      
      -3px -3px -3px #232222; 
      
    border: black;
     
    

}

.custom-player {
    width: 70%;
    margin: 15px;
    height: 40px;
    outline: none;
    filter: invert(80%) hue-rotate(180deg) brightness(1.5);


    box-shadow: 
      2px 2px 23px #252526, 
      
      2px 2px 23px #080808; 

      border-radius: 20px;
      
    
}

.song-actions {
    justify-content: center;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}



@media only screen and (max-width: 800px) {
    .content {
        padding: 20px 10px;
    }
    h1 { font-size: 1.8em;}
    nav {
        width: 90% ;
        bottom: 10px;
        padding: 10px 5px;
        display: flex;
        justify-content: space-around;
    }

    nav a {
        margin: 0 5px;
        font-size:1em;

    }

    .content-songs{
        width:100%;

    }

    .item-card {
        padding: 15px;
        margin: 30px 0;
    }
 

    .custom-player {
        height: 35px;
    }

    .song-actions .btn {
      width: 100%;
      margin-bottom: 5px;  
    }



    .responsive-video {
        position: relative;
        padding-bottom: 56.25%; 
        height: 0;
        overflow: hidden;
    }
   .responsive-video iframe {
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
    }

}

.content-videos{
    max-width: 800px;
    padding: 50px 20px;
    margin: 0 auto;
    text-align: center;
    font-size: 25px;
    padding-bottom: 68px; 
     
}
.video-container {
     margin: 25px; 
     box-shadow: 0 4px 10px rgba(0,0,0,0.2); 
     border-radius: 38px;
     border-color: #a5a9aa;
     max-width:100%;  
}


