body, html{
    overflow-x: hidden;
    background-color:black;
    color:white;
    font-family: helvetica;
    width: 100%;
}


/*  nav bar*/
/* color code #392467 #5d3587 #a367b1 #ffd1e3 */ 
.nav{
  margin: 0;
    padding: 0;
    font-family: sans-serif;
    letter-spacing: 1px;
    height: 6rem;
    width: 100vw;
  color:white;
    background-color: #392467;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    position: fixed;
    z-index: 9999;
}

/*Styling logo*/
.logo{
    padding:1vh 1vw;
    text-align: center;
}
.logo img {
    height: 5rem;
    width: 5rem;
}

/*Styling Links*/
.nav-links{
    display: flex;
    list-style: none; 
    width: 88vw;
    padding: 0 0.7vw;
    justify-content: space-evenly;
    align-items: center;
    text-transform: uppercase;
}
.nav-links li a{
    text-decoration: none;
    margin: 0 0.7vw;
    color:#ffd1e3;
}
.nav-links li a:hover {
    color: #a367b1;
}
.nav-links li {
    position: relative;
}
.nav-links li a::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background-color: #a367b1;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 0 0 0 10%;
}
.nav-links li a:hover::before{
    width: 80%;
}

/*Styling Buttons*/
.login-button{
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin-left: 2vw;
    font-size: 1rem;
    cursor: pointer;

}
.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}
.join-button{
    color: #131418;
    background-color: #61DAFB;
    border: 1.5px solid #61DAFB;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    font-size: 1rem;
    cursor: pointer;
}
.join-button:hover {
    color: #f2f5f7;
    background-color: transparent;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #f2f5f7;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 800px){
    nav{
        position: fixed;
        z-index: 3;
    }
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
    .nav-links{
        position: fixed;
        background: #131418;
        color:white;
        height: 100vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
    }
    .nav-links.open{
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
    }
    .nav-links li{
        opacity: 1;
    }
    .nav-links li:nth-child(1){
        transition: all 0.5s ease 0.2s;
        opacity: 1;
    }
    .nav-links li:nth-child(2){
        transition: all 0.5s ease 0.4s;
        opacity: 1;
    }
    .nav-links li:nth-child(3){
        transition: all 0.5s ease 0.6s;
        opacity: 1;
    }
    .nav-links li:nth-child(4){
        transition: all 0.5s ease 0.7s;
        opacity: 1;
    }
    .nav-links li:nth-child(5){
        transition: all 0.5s ease 0.8s;
        opacity: 1;
    }
    .nav-links li:nth-child(6){
        transition: all 0.5s ease 0.9s;
        margin: 0;
        opacity: 1;
    }
    .nav-links li:nth-child(7){
        transition: all 0.5s ease 1s;
        margin: 0;
        opacity: 1;
    }
    li.fade{
        opacity: 1;
    }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}



/* top music headline */
/* color code #392467 #5d3587 #a367b1 #ffd1e3 */ 
.music-toph1 {
    text-align: center;
    font-family: Arial, sans-serif;
    letter-spacing: 5px;
    /* font-size: 150px; */
    font-weight: bold;
    color: #ffd1e3;
}

/* songs */
.container2 {
    width: 90%;
    margin: auto;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    /* margin: 10px 10px; */
    padding: 10px 10px;
}

.spotifysong {
    border-radius: 12px;
    padding: 10px 10px;
    margin: 10px 10px;
}

.applesong {
    border-radius: 12px;
    padding: 10px 10px;
    margin: 10px 10px;
}














.stremingbutton {
    margin: 5px 5px;
    padding: 5px 5px;
    text-align: center;
}

/* .button-platform{
    background-color: transparent;
    color:white;
    padding: 10px 10px;
    margin: 10px 10px;
    box-shadow: 4px 2px white;
} */


.custom-btn {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .1),
        4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
}


.btn-5 {
    width: 130px;
    height: 40px;
    line-height: 42px;
    padding: 0;
    border: none;
    background: rgb(255, 27, 0);
    background: linear-gradient(25deg, rgb(114, 89, 117) 0%, rgb(0, 0, 0) 100%);
}

.btn-5:hover {
    color: #f0094a;
    background: transparent;
    box-shadow: none;
}

.btn-5:before,
.btn-5:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: #FFD700;
    box-shadow:
        -1px -1px 5px 0px #fff,
        7px 7px 20px 0px #9e9e02,
        4px 4px 5px 0px #FFFF00;
    transition: 400ms ease all;
}

.btn-5:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
}

.btn-5:hover:before,
.btn-5:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

iframe{
     width:45%; 
    height:352;
}


.streamingplatsforms {
    width: 100%;
    text-align: center;
    margin: auto;
    margin-top: -3%;
}

.streamingplatformimage {
    width: 15%;
}

@media (max-width: 880px) {
    .streamingplatformimage {
        width: 30%;
    }
    iframe{
         width:100%; 
        height:100%;
    }
    .spotifysong {
        border-radius: 12px;
        padding: 0px 2px;
        margin: 2px 2px;
    }
}

.buttons {
    margin: 10%;
    text-align: center;
}

.btn-hover {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
@media (max-width: 768px) {
    .btn-hover {
        width: 100px;
        font-size: 8px;
        font-weight: 50;
        margin: 15px;
        height: 20px;
        margin-top: -1%;
        background-size: 100% 100%;
    }
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-8 {
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}



.fa {
    padding: 10px;
    font-size: 35px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

/*stiky whatsapp  */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    padding: 20px 25px;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;
    z-index: 999;
}







/* wave */
/* Wave */
.waves {
  position:relative;
  width: 100%;
  height:15vh;
    margin-top: 0%;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}
.waves2 {
  position:relative;
  width: 100%;
  height:15vh;
    margin-top: 0%;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}
.waves3 {
  position:relative;
  width: 100%;
  height:15vh;
    margin-top: -6%;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

@media (max-width: 768px) {
    .waves3 {
        margin-top: -14%;
    }
}
.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: black;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
}