main{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
background-color: #080808;
    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;
letter-spacing: 7.5px;
}

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%);
    }
}



        @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;
    }
}