* {
  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);
}

h3, p {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
h4{
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 1.5s ease, transform 1.5s ease;

}
h4.visible{
  opacity: 1;
  transform: translateY(0);
}
h3.visible, p.visible, .dashboardbtn.visible {
  opacity: 1;
  transform: translateY(0);
}

footer h3,
footer h4,
footer p {
  animation: none !important;
  transition: none !important;
}

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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: clamp(20vh,30vh);
  width: 100%;
  background-color: #080808;
  padding-top: 100px;
}
.headbackground {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
  max-width: 1900px;
  background-color: #080808;
}
.headbackground h4 {
  display: block;
  width: 100%;
  color: white;
  font-size: clamp(2rem, 15vw, 15rem);
  font-weight: bold;
  font-family: 'tusker';
}

main {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #080808;
  height: auto;
  width: 100%;
}

.top {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  max-width: 1800px;
  background-color: #080808;
  padding: 50px;
}
.top div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 50%;
}
.top div ul {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 80%;
  background: rgba(35, 35, 35, 0.178);
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(13.6px);
  -webkit-backdrop-filter: blur(13.6px);
  border: 1px solid rgba(108, 108, 108, 0.061);
  padding: 20px;
}
.top div ul p {
  padding: 20px;
  color: rgb(255, 255, 255);
  flex-wrap: wrap;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  width: 95%;
  font-family: 'musticapro';
}

.top-mid {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-height: 80vh;
  width: 100%;
  max-width: 1800px;
  background-color: #080808;
  padding: 40px 20px;
  border-bottom: 1px solid white;
border-top: 1px solid white;
}
.top-mid div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 85%;
  height: 100%;
}
.top-mid h4 {
  width: auto;
  height: 100%;
  font-family: 'tusker';
  font-size: clamp(1.5rem, 4vw, 6rem);
  flex-wrap: wrap;
  text-align: center;
  color: white;
  writing-mode: vertical-lr;
}
.top-mid ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 100%;
  height: 50%;
}
.top-mid ul p {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-family: 'handipro';
  font-weight: 100;
  color: white;
  flex-wrap: wrap;
  text-align: left;
  width: 75%;
}
.top-mid li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  height: 50%;
}
.top-mid li img {
  width: clamp(50px, 10vw, 100px);
  height: auto;
}

.mid {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5%;
  min-height: 100vh;
  width: 100%;
  max-width: 1800px;
  background-color: #080808;
  padding: 40px 20px;
}
.mid div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45%;
  height: 80%;
}
.mid ul {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 20px;
}
.mid ul h3 {
  height: auto;
  font-family: 'tusker';
  font-size: clamp(2rem, 15vw, 12rem);
  text-align: center;
  width: 100%;
  color: rgba(252, 252, 252, 0.513);
}
.mid ul p {
  font-size: clamp(1rem, 1vw, 1.5rem);
  color: white;
  width: 70%;
  height: auto;
  font-family: 'handipro';
  text-align: center;
}
.mid h4 {
  width: auto;
  max-width: 1800px;
  height: auto;
  font-family: 'tusker';
  font-size: clamp(1.5rem, 10vw, 10rem);
  flex-wrap: wrap;
  text-align: left;
  color: white;
  writing-mode: vertical-lr;
  text-orientation: upright;
}

    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) {
  .navbar {
    width: 90%;
  }
  .navbar button {
    width: clamp(70px, 9vw, 100px);
    font-size: 0.9rem;
  }
  .top {
    flex-direction: column-reverse;
    min-height: auto;
    padding: 20px;
  }
  .top div {
    width: 90%;
    margin-bottom: 30px;
  }
  .top div ul {
    width: 95%;
  }
  .top-mid {
    flex-direction: column-reverse;
    min-height: auto;
    padding: 20px;
  }
  .top-mid div {
    width: 90%;
  }
  .top-mid h4 {
    writing-mode: horizontal-tb;
    height: auto;
    font-size: clamp(2rem, 10vw, 4rem);
    margin-bottom: 20px;
  }
  .top-mid ul p {
    width: 90%;
    text-align: center;
  }
  .top-mid li img {
    width: clamp(40px, 8vw, 80px);
  }
  .mid {
    flex-direction: column;
    min-height: auto;
    padding: 20px;
  }
  .mid div {
    width: 90%;
    margin-bottom: 40px;
  }
  .mid ul {
    width: 100%;
  }
  .mid ul h3 {
    font-size: clamp(3rem, 18vw, 8rem);
  }
  .mid ul p {
    width: 90%;
    font-size: clamp(1rem, 2.5vw, 1.2rem);
  }
  .mid h4 {
    writing-mode: horizontal-tb;
    height: auto;
    font-size: clamp(2.5rem, 12vw, 5rem);
    text-align: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .navbarcontainer {
    min-height: 70px;
    padding: 5px 0;
  }
  .navbar {
    width: 95%;
  }
  .navbar button {
    width: clamp(60px, 12vw, 80px);
    font-size: 0.8rem;
    padding: 5px;
  }

  .header {
    padding-top: 70px;
  }

}

@media (max-width: 480px) {
  .navbar button {
    font-size: 0.7rem;
    width: clamp(50px, 15vw, 70px);
    padding: 2px 5px;
  }
  .headbackground h4 {
    font-size: clamp(1.5rem, 18vw, 8rem);
  }
  .top div ul {
    width: 100%;
  }
  .top div ul p {
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    padding: 10px;
  }
  .top-mid h4 {
    font-size: clamp(1.8rem, 12vw, 3rem);
  }
  .top-mid ul p {
    font-size: clamp(0.9rem, 2vw, 1rem);
    width: 100%;
  }
  .mid ul h3 {
    font-size: clamp(2.5rem, 20vw, 6rem);
  }
  .mid ul p {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    width: 95%;
  }
  .mid h4 {
    font-size: clamp(2rem, 15vw, 4rem);
  }
}

@media (max-width:375px){
    header nav .buttons .pricing {
        display: none;
    }
}