* {
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'barlow';
}

@font-face {
  font-family: 'sf-pro-regular';
  src: url(font/sf-pro-regular.OTF);
}
@font-face {
  font-family: 'sf-pro-title';
  src: url(font/sf-pro-title.OTF);
}
@font-face {
  font-family: 'tusker';
  src: url(font/TuskerGrotesk-5700Bold.otf);
}
@font-face {
  font-family: 'blastimo';
  src: url(font/blastimoswash.ttf);
}
@font-face {
  font-family: 'qurova';
  src: url(font/qurova.ttf);
}
@font-face {
  font-family: 'handipro';
  src: url(font/handipro.otf);
}
@font-face {
  font-family: 'run';
  src: url(font/run.ttf);
}
@font-face {
  font-family: 'musticapro';
  src: url(font/musticapro.otf);
}
@font-face {
  font-family: 'barlow';
  src: url(font/Barlow-Medium.ttf);
}

body {
  background-color: #090909;
  height: auto;
  overflow-x: hidden;
  margin: auto;
}

header{
    position: fixed;
    background-color: #090909;
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-items: center;
    margin: auto;
    z-index: 3;
}

header nav{
    position: relative;
    background-color: none;
    height: 100%;
    max-width: 1460px;
    width: 100%;
    margin: auto;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
list-style: none;
user-select: none;
}
header nav a{
    display: flex;
    margin: auto;
}

.twosidelogocntr{
    position: relative;
    background-color: none;
    display: flex;
    justify-items: flex-start;
    margin-left: 10px;
}

.twosidelogo{
    position: relative;
    width: clamp(50px,4vw,100px);
}

.twosidelogo img{
width: 100px;
user-select: none;
}

.buttons{
position: relative;
display: flex;
flex-direction: row;
gap: 10px;
height: 100%;
width: auto;
margin-right: 10px;
}   

.pricing , .contact , .dashboard {
position: relative;
background-color: none;
text-decoration: none;
height: 50%;
display: flex;
border-radius: 5px;
align-items: center;
transition: all .5s ease-in-out;
}

.dashboard {  
    background-color: #e73c45;

}
 .dashboard button:hover{
    background-color: #280b0c32;
 }

header nav button{
position: relative;
height: 100%;
width: 100px;
border-radius: 5px;
border: 0;
color: #ffffff;
font-family: 'sf-pro-title';
cursor: pointer;
background-color: none;
background: none;
transition: all .1s ease-in-out;
}
.contact button:hover , .pricing button:hover{
border-radius: 0px;
    border-bottom: 1px solid white;
    color: #d5d5d5;
}


main{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(9,9,9);
    height: auto;
    text-align: center;
}
main  .membership{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: none;
    height: 100%;
    width: 100%;
    max-width: 1440px;
    gap: 2%;
}
main .membership h2{
    position: relative;
    font-size: clamp(2vw,15vw,18rem);
font-family: 'tusker';
display: flex;
justify-content: center;
user-select: none;
width: 100%;
color: white;
background-color: none;
margin-top: 150px;
margin-bottom: 50px;
}

tr{

    position: relative;
background-size: cover;
backdrop-filter: blur(100%);
width: 500px;
height: 50px;
border-radius: 15px;
margin: 0px;
background: #19191940;
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(92, 92, 92, 0.94);
}

td{
    position: relative;
    background-color: none;
width: 500px;
height: 50px;
color: white;
font-family: 'musticapro';
font-weight: lighter;
text-align: center;
font-size: 0.8rem;
margin: 0px;
}

.features{
border-top-left-radius: 15px;
}
.label{
border-top-right-radius: 15px;
}
.containerbottomleft{
 border-bottom-left-radius: 15px;
}
.containerbottomright{
border-bottom-right-radius: 15px;
}
.line0{
background: #3c3c3c40;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(92, 92, 92, 0.94);} 

@keyframes animate-gradient {
    
    to{
background-position: 200%; 
}
}


main .pricingcards {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    margin-top: 100px;
    margin-bottom: 100px;
    height: auto;
}

main .cardsbackground {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-around;
    width: 100%;
    height: auto;
}

main .pricingcards .cardsbackground div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: auto;
}

main .pricingcards .cardsbackground div ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    list-style: none;
    position: relative;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    background: rgba(26, 25, 25, 0.241);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.8px);
    -webkit-backdrop-filter: blur(4.8px);
    border-left: 1px solid #28272738;
    border-right: 1px solid #28272738;
    border-top: 1px solid #28272738;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #333232;
    text-align: right;
}
main .pricingcards .cardsbackground div ul h4{
    font-size: 1.5rem;
    font-family: 'handipro';
    color: rgba(255, 255, 255, 0.793);
    text-align: center;
}
main .pricingcards .cardsbackground div ul h5{
    font-size: 3rem;
    font-family: 'sf-pro-title';
    color: white;
}

main .pricingcards .cardsbackground div li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: auto;
    padding: 20px;
    background: #1918187b;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.8px);
    -webkit-backdrop-filter: blur(4.8px);
    border-radius: 0 0 10px 10px;
    overflow: hidden; 
}

main .pricingcards .cardsbackground div li p {
    width: 95%;
    height: auto;
    font-size: 90%;
    color: white;
    font-family: 'musticapro';
}

main .pricingcards .cardsbackground div li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 50px;
    border-radius: 15px;
    text-decoration: none;
    margin-top: 10px;
}

main .pricingcards .cardsbackground div li a button {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: none;
    cursor: pointer;
    border: none;
    transition: all .3s ease-in-out;
    font-family: 'handipro';
    font-size: 1rem;
    color: white;
                background: rgba(46, 46, 46, 0.535);
            border-radius: 16px;
    }

main .pricingcards .cardsbackground div li a button:hover {
    box-shadow: 0 4px 30px #403f3f1a;
}


.plan1::before,
.plan1::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 200%;
    top: -50%;
    background: linear-gradient(to bottom, transparent,transparent,transparent,transparent,transparent,transparent,transparent, #ffffff, transparent);
    animation: neon-move 5s linear infinite;
    z-index: 2;
    filter: blur(1px);
    box-shadow: 
        0 10px 100px #ffffff;
}

.plan1::before{
    left: 0; 
    animation-delay: 0s;
}

.plan1::after {
    right: 0; 
    animation-delay: 1.5s; 
}

.plan2::before,
.plan2::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 200%;
    top: -50%;
    background: linear-gradient(to bottom, transparent,transparent,transparent,transparent,transparent,transparent,transparent, #e73c4584, transparent);
    animation: neon-move 5s linear infinite;
    z-index: 2;
    filter: blur(1px);
    box-shadow: 
        0 0 100px #e73c4584;
}
.plan2::before{
    left: 0; 
    animation-delay: 0s;
}

.plan2::after {
    right: 0; 
    animation-delay: 1.5s; 
}

@keyframes neon-move {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(100%);
    }
}




    footer{
        position: absolute;
    width: 100%;
    height: 500px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        margin-top: 100px;
    }
        .footerbackground{
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        list-style: none;
        max-width: 1900px;
        width: 100%;
        height: 100%;
background: rgba(47, 47, 47, 0.45);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(12.9px);
-webkit-backdrop-filter: blur(12.9px);
border-top-left-radius: 50px;
border-top-right-radius: 50px;
    }
.footercontainer{
         position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        list-style: none;
        width: 90%;
        height: 90%;
   
}
.ftop{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70%;
}   
.fcntr1{
      position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 100%;
background: url(img/2side\ music\ no\ text.png);
background-repeat: no-repeat;
background-size: 50%;
background-position: 50%;
}


.fcntr2{
      position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 100%;
}
.fcntr2 ul{
    display: none;
}
.fcntr3{
      position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    gap: 10%;
}
.links{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: auto;
    height: 100%;
    color: white;
    gap: 5%;
}
.links h3{
color: white;
font-family: 'handipro';
font-size: 150%;
padding: 10px;
}
.footerlinks{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 50%;
    gap: 5%;
}
.footerlinks a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    height: 20%;
    font-family: 'musticapro';
    transition: all .1s ease-in-out;
font-size: 0.75rem;
padding: 10px;
text-wrap-mode: nowrap;
text-align: left;
}
.footerlinks a:hover{
background: rgba(53, 53, 53, 0.45);
border-radius: 5px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(4.9px);
-webkit-backdrop-filter: blur(4.9px);
}

.fbot{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30%;
    border-top: 1px solid #ffffff1a;
}  
.fcntr4{
      position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 100%;
}
.fcntr4 h3{
    font-family: 'handipro';
    font-size: 120%;
    color: white;
    width: 50%;
}
.fcntr4 p{
    font-family: 'handipro';
    font-size: 100%;
    color: white;
    text-decoration: none;
    width: 50%;

}
.fcntr5{
      position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 100%;
}
.fcntr5 p{
    font-family: 'musticapro';
    font-size: 100%;
    color: white;
}
.fcntr6{
      position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    width: 30%;
    height: 100%;
}
.fcntr6background{
      position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80%;
gap: 10%;
}

.fcntr6background .socialmediaicon{
    position: relative;
    width: 80%;
    height: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5%;
    user-select: none;
}  
.fcntr6background .socialmediaicon a{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
width: 50px;
height: 50px;
user-select: none;
background: rgba(50, 50, 50, 0.45);
border-radius: 10px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(4.9px);
-webkit-backdrop-filter: blur(4.9px);
transition: all .3s ease-in-out;
}
.fcntr6background .socialmediaicon a:hover{
background: #59595973;
backdrop-filter: blur(4.9px);
-webkit-backdrop-filter: blur(4.9px);
}
.fcntr6background .socialmediaicon a img{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 40%;
height: 40%;
user-select: none;
}

@media (max-width: 900px) {
    footer{
        height: 550px;
    }
.ftop{
    display: flex;
    flex-direction: column;
    height: 80%;
    width: 100%;
}
.fcntr1{
    display: flex;
    flex-direction: column;
    height: 50%;
    width: 100%;
}
.fcntr2{
    width: 100%;
    justify-content: space-around;
    height: auto;
    flex-direction: row;
    margin-bottom: 20px;
}
.fcntr2 ul{
    display: flex;
}
.fcntr3{
    display: none;
}
.links h3{
font-size: 1.2rem;
}
.footerlinks a{
    font-size: 0.7rem;
}
.fbot{
    display: flex;
    flex-direction: column;
    height: 20%;
    width: 100%;
}
.fcntr4{
    display: none;
}
.fcntr5{
    width: 100%;
}
.fcntr6{
    width: 100%;
}
    }
        
        @media (max-width: 1024px){


        
.membership h2 {


    font-size: 900%;
}

.userbackground{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    gap: 5%;
}
  .paybutton{
    width: 50%;
    height: 50%;
  }     
.artist1{
    width: 60%;
    height: 50%;
}
.proartist1{
    width: 60%;
    height: 50%;
}
.label1{
    width: 60%;
    height: 50%;
}

    }    
@media (max-width: 768px){


main .cardsbackground {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: auto;
    gap: 50px;
}
main .pricingcards .cardsbackground div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: auto;
}
main .pricingcards .cardsbackground{
flex-direction: column;
}
}


    @media (max-width: 567px) {
        .f-cntr1 {
        width: 50%;
        }
        
        .f-cntr2{
            width: 50%;
        }
    
        .f-cntr2 h4{
    font-size: 15px;
        }
    
        .f-cntr2 p{
            font-size: 10px;
        }
    
        }

    @media (max-width: 425px) {

        .f-cntr1{
            width: 100%;
        }

        .f-cntr2{
            display: none;
        }

        .usercontainer{
            height: 1000px;
        }
        .userbackground{
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-around;
            height: 100%;
            gap: 5%;
        }
          .paybutton{
            width: 50%;
            height: 50%;
          }     
        .artist1{
            width: 90%;
            height: 50%;
        }
        .proartist1{
            width: 90%;
            height: 50%;
        }
        .label1{
            width: 90%;
            height: 50%;
        }
    }
        
        
        
        
@media (max-width:375px){
    header nav .buttons .pricing {
        display: none;
    }
}