*{
    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: 'qurova';
    src: url(font/qurova.ttf);
    

}
@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: '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);
    

}

#intro {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    animation: fadeOut 1s ease 2s forwards;
  }

  .logo {
    width: 250px;
    height: 250px;
    background: url(img/2side\ music\ no\ text.png);
    background-repeat: no-repeat;
    background-size: 125%;
    background-position: 50%;
    border-radius: 12px;
    opacity: 1;
    transform: scale(1);
    animation: logoOut 1s ease .5s forwards;
  }

  #main {
    opacity: 0;
    padding: 60px;
    color: white;
    animation: fadeIn 0.5s ease 1s forwards;
  }

  @keyframes logoOut {
    to {
      opacity: 0;
      transform: scale(1.5);
    }
  }

  @keyframes fadeOut {
    to {
      opacity: 0;
      visibility: hidden;
    }
  }

  @keyframes fadeIn {
    to {
      opacity: 1;
    }
  }  



.container {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
  }


body {
background-color: #080808;
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;
width: auto;
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;
    width: 100%;
    height: auto;
    background-color: #090909;
}

main .intropage{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
width: 100%;
max-width: 1024px;
height: 800px;
background-color: #b8aaaa;
gap: 2.5%;
background: url(img/2sidemusicfull.png);
background-repeat: no-repeat;
background-position: 50%;
background-position-y: 80%;
background-size: clamp(300px,40%,50%);
}
main .intropage p{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 768px;
    height: auto;
text-align: center;
flex-wrap: nowrap;
gap: 20px;
}
main .intropage p .iptitle{
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-family: 'handipro';
    font-weight: bold;
    font-style: normal;
    color: white;
    padding-bottom: 6px;
}
main .intropage p .iptitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 60%;
  width: 100%;
  height: 3px; 
  background: linear-gradient(to right, transparent, #e73c45, transparent);
}
main .intropage p span{
    font-size: 0.9rem;
    font-family: 'musticapro';
    font-style: italic;
    color: white; 
    width: 90%;
}
main .intropage a{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    text-decoration: none;
    border-radius: 10px;
}
main .intropage a button{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
background-color: #3b3b3b;
border: none;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 75%;
    font-family: 'musticapro';
    transition: all .3s ease-in-out;
}
main .intropage a button:hover{
    background-color: #e73c45;

}

#platformslogo {

    height: 200px;
    width: 100%;
    max-width: 1550px;
    background-color: #090909;

    }
    
    #platformslogo .logocntr {
    background-color: none;
    height: 100px;
    width: 90%;
    max-width: 1550px;
    margin-inline: auto;
    position: relative;
    top: 50px;
    overflow: hidden;
    mask-image: linear-gradient(
    to right,
    rgba(0,0,0,0),
    rgba(0,0,0,1) 20%,
    rgba(0,0,0,1) 80%,
    rgba(0,0,0,0)
    );
    
    }
    
    @keyframes scrollleft{
    to{right: -200px;}
    }
    
    #platformslogo .logo {
        width: 200px;
        height: 100px;
        background-color: red;
        border-radius: 6px;
        position: absolute;
        right: max(calc(200px * 8), 100%);
        animation-name: scrollleft;
        animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    
        }
    
    #platformslogo .logocntr .spotifylogo{
    
        animation-delay: calc(15s / 8 * (8 - 1) * -1);
    position: absolute;
    background: url(homepageimg/Spotifywhitelogo.png);
    background-position: 50%;
    background-size: 200px;
    background-repeat: no-repeat;
    
    
    }
    #platformslogo .logocntr .deezerlogo{
        animation-delay: calc(15s / 8 * (8 - 2) * -1);
        position: absolute;
        background: url(homepageimg/Deezer.png);
        background-position: 50%;
        background-size: 200px;
        background-repeat: no-repeat;
        
    }
    #platformslogo .logocntr .ytmusiclogo{
        animation-delay: calc(15s / 8 * (8 - 3) * -1);
        position: absolute;
        background: url(homepageimg/Youtubemusic.png);
        background-position: 50%;
        background-size: 200px;
        background-repeat: no-repeat;
    }
    #platformslogo .logocntr .applemusiclogo{
    
        animation-delay: calc(15s / 8 * (8 - 4) * -1);
        position: absolute;
        background: url(homepageimg/applemusic.png);
        background-position: 50%;
        background-size: 200px;
        background-repeat: no-repeat;
    }
    
    #platformslogo .logocntr .metalogo{
    
        animation-delay: calc(15s / 8 * (8 - 5) * -1);
        position: absolute;
        background: url(homepageimg/Metamusic.png);
        background-position: 50%;
        background-size: 200px;
        background-repeat: no-repeat;
    }
    
    #platformslogo .logocntr .amazonmusiclogo{
    
        animation-delay: calc(15s / 8 * (8 - 6) * -1);
        position: absolute;
        background: url(homepageimg/amazonmusic.png);
        background-position: 50%;
        background-size: 200px;
        background-repeat: no-repeat;
    }
    
    #platformslogo .logocntr .lyricfindlogo{
    
        animation-delay: calc(15s / 8 * (8 - 7) * -1);
        position: absolute;
        background: url(homepageimg/lyricfind.png);
        background-position: 50%;
        background-size: 200px;
        background-repeat: no-repeat;
    }
    
    #platformslogo .logocntr .soundcloudlogo{
    
        animation-delay: calc(15s / 8 * (8 - 8) * -1);
        position: absolute;
        background: url(homepageimg/soundcloud.png);
        background-position: 50%;
        background-size: 200px;
        background-repeat: no-repeat;
    }





main .cntrspage{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
width: 100%;
max-width: 1440px;
height: 1500px;
flex-wrap: wrap;
}
main .cntrspage div{
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    height: 30%;
}
main .cntrspage div ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 47.5%;
    height: 100%;
    text-align: center;
    border-radius: 15px;
background: rgba(41, 41, 41, 0.22);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.004);
backdrop-filter: blur(4.8px);
-webkit-backdrop-filter: blur(4.8px);
border: 1px solid rgba(27, 27, 27, 0.39);

}
main .cntrspage div ul h4{
    font-size: 1.5rem;
    font-family: 'handipro';
    color: white;
}
main .cntrspage div ul p{
    font-size: 1rem;
    font-family: 'musticapro';
    color: white;
    width: 95%;
}
main .cntrspage div ul img{
    margin-top: 20px;
    width: 70%;
    user-select: none;
}
.midcntrdiv{
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 30%;
}
.midcntr{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20%;
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 15px;
background: rgba(41, 41, 41, 0.22);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.004);
backdrop-filter: blur(4.8px);
-webkit-backdrop-filter: blur(4.8px);
border: 1px solid rgba(27, 27, 27, 0.39);

}
.midcntr p span{
    font-size: 2rem;
    font-family: 'handipro';
    color: white;
font-weight: bold;
}
.midcntr p{
    font-size: 1rem;
    font-family: 'musticapro';
    color: white;
}
.midcntr img{
    width: 50vw;
    max-width: 1000px;
    user-select: none;
  -webkit-mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-image: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 80%);
  mask-repeat: no-repeat;
}

main .partnership{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 750px;
    width: 100%;
    max-width: 1024px;
    text-align: center;
    margin-top: 100px;
}
main .partnership h4{
    font-size: 2.5rem;
    font-family: 'handipro';
    color: white;
    width: 100%;
    height: 10%;
}
main .partnership h4::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 93%;
  width: 100%;
  height: 3px; 
  background: linear-gradient(to right, transparent, #e73c45, transparent);
}
main .partnership ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 95%;
    height: 90%;
    list-style: none;
}
main .partnership ul li{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 20%;
background: rgba(26, 25, 25, 0.22);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(4.8px);
-webkit-backdrop-filter: blur(4.8px);
transition: all .3s ease-in-out;
  border-left: 2px solid #e73c45;  
  border-right: 2px solid #e73c45;  

}
main .partnership ul li:hover{
 background: rgba(26, 25, 25, 0.505);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(4.8px);
-webkit-backdrop-filter: blur(4.8px);

}
main .partnership ul li img{
width: 25%;
}
main .partnership ul li p{
    font-family: 'musticapro';
    font-size: 1rem;
    color: white;
    width: 70%;
    text-align: left;
}





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: start;
    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;
}
main .pricingcards .cardsbackground div ul h4{
    font-size: 1.5rem;
    font-family: 'handipro';
    color: rgba(255, 255, 255, 0.793);
padding: 20px 0 0 20px;
}
main .pricingcards .cardsbackground div ul h5{
    font-size: 3rem;
    font-family: 'sf-pro-title';
    color: white;
padding: 10px 20px 0 20px;
width: 100%;
}
main .pricingcards .cardsbackground div ul h5 span{
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.864);
    font-family: 'sf-pro-regular';
}

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%);
    }
}


main .faq {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1024px;
    height: auto;
    margin-top: 50px;
}

    .faq-title {
      font-size: 3rem;
      margin-bottom: 1.5rem;
      text-align: center;
      color: white;
      font-family: 'handipro';
      width: 90%;
    }

    .faq-item {
    width: 80%;
    height: auto;
      margin-bottom: 10px;
      overflow: hidden;
      border-radius: 16px;
    }

    .faq-q {
      width: 100%;
      height: auto;
      text-align: left;
      padding: 1.5rem;
    background: rgba(26, 25, 25, 0.685);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.8px);
    -webkit-backdrop-filter: blur(4.8px);
    border: none;
border-start-start-radius: 16px;
border-start-end-radius: 16px;
      cursor: pointer;
      font-size: 1rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #fff;
    }
.faq-q h4{
    max-width: 85%;
}
    .faq-q:hover {
      background: #151515;
    }

    .faq-q:focus {
      outline: none;
    }

    .arrow {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #e73c45;
      color: #fff;
      font-size: 14px;
      transition: transform 0.3s ease, background 0.3s ease;
    }

    .is-open .arrow {
      transform: rotate(180deg);
      background: #ffffff;
      color: #e73c45;
    }
.is-open{
      border-left: 1px solid #e73c45;
      border-right: 1px solid #e73c45;

}
    .faq-a {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.35s ease;
      padding: 0 1rem;
    background: rgba(26, 25, 25, 0.685);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.8px);
    -webkit-backdrop-filter: blur(4.8px);
    border-end-end-radius: 16px;
    border-end-start-radius: 16px;
    }

    .faq-a p {
      margin: 0.8rem 0;
      line-height: 1.5;
      color: #fff;
      font-family: 'musticapro';
    }


main .outro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin-top: 100px;
    text-align: center;
}
main .outro div{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 80%;
    padding: 15px;
    min-height: 250px;
    text-align: center;
  border-radius: 15px;
  background: rgba(36, 36, 36, 0.22);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(4.8px);
-webkit-backdrop-filter: blur(4.8px);
border: 1px solid #3b3a3a63;
}
main .outro div h5{
  font-size: 2.5rem;
font-family: 'handipro';
color: white;  
padding: 20px;
width: 95%;
border-bottom: 1px solid #3b3a3a;
user-select: none;
}
main .outro div p{
    font-family: 'musticapro';
    font-size: 1.2rem;
    color: #fff;
}
main .outro div ul{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 100%;
height: auto;
}
main .outro div ul a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 50px;
    border-radius: 5px;
}
main .outro div ul a .outrobtn{
    position: relative;
    border-radius: 5px;
width: 100%;
height: 100%;
}
main .outro div ul a .outrobtn:hover{
background: #252525;
}
main .outro div .helpcenterbtn{
    margin-top: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-decoration: none;
    margin: 20px;
}
main .outro div .helpcenterbtn button{
        position: relative;
width: 100%;
height: 100%;
color: white;
font-family: 'handipro';
border: none;
transition: all .5s ease-in-out;
cursor: pointer;
font-size: 1rem;
}


main .outro h4{
    font-size: 1.8rem;
    font-family: 'handipro';
    color: white;
    padding: 20px;
}
main .outro a{
    margin-top: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 50px;
    text-decoration: none;
    border-radius: 10px;
}
main .outro a button {
    position: relative;
width: 100%;
height: 100%;
color: white;
font-family: 'handipro';
border: none;
border-radius: 15px;
transition: all .5s ease-in-out;
cursor: pointer;
font-size: 1rem;
}

main .outro a button{    
background-color: #e73c45;
}


main .outro a button:hover{
    background-color: #3b3b3b;
 }


    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;
    width: 30%;
    min-width: 320px;
    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: 768px){
    main .cntrspage{
        height: 2000px;
        justify-content: center;
    }
    main .cntrspage div {
        height: 33%;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    main .cntrspage div ul{
        width: 90%;
        height: 47.5%;
    }
    main .cntrspage div ul img{
        width: 50vw;
    }
    main .cntrspage div ul h4{
        margin-top: 20px;
        font-size: 1rem;
    }
    main .cntrspage div ul p{
        font-size: 0.8rem;
    }
    .midcntrdiv{
        display: flex;
        flex-direction: column;
justify-content: center;
align-items: center;
        height: 500px;
    }
    .midcntr{
        width: 90%;
        height: 75%;
flex-direction: column;
    }
    .midcntr img{
        width: 95%;
    }
    .midcntr p span{
        font-size: 1rem;
        font-weight: bold;
        width: 100%;
    }
    .midcntr p{
    font-size: 0.8rem;
    width: 95%;
    margin-top: 20px;
}

main .partnership ul li p{
    font-family: 'musticapro';
    font-size: 60%;
    color: white;
    width: 50%;
    text-align: left;
}


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:375px){
    header nav .buttons .pricing {
        display: none;
    }
}