body {
  background-color: #000000;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.5;
}

.main {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.padding-16 {
  padding: 16px;
}

.m-0{
  margin: 0px;
}

.mb-0{
  margin-bottom: 0px !important;
}

.p-0{
  padding: 0px;
}

.bg-light {
  background-color: #ffffff;
}

.bg-dark {
  background-color: #000000;
}

.bg-gradient-title {
  background: linear-gradient(270deg, #531E84 0%, #3B46AB 25%);
  -webkit-background-clip:content-box;
  background-clip: content-box;
}

.bg-public {
  background: url("../images/background.webp") no-repeat center center;
  background-size: cover;
}

.items-center {
  align-items: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.text-center {
  text-align: center;
}

.text-light {
  color: #ffffff !important;
}

.text-tint {
  color: #f4d289;
}

.text-bold {
  font-weight: 900;
}

.text-italic {
  font-style: italic;
}

.text-tint-gradient {
  background: linear-gradient(270deg, #531E84 0%, #3B46AB 25%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: 34px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 0px;
}

.f-34{
  font-size: 34px;
  font-weight: 400;
  }

.container-banner {
  position: relative;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: url("../images/banner.png") no-repeat top center;
  background-size: contain;
}

.content {
  width: 100%;
  max-width: 750px;
  height: auto;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow-x: hidden;
}

.logo-banner {
  position: relative;
  width: 100%;
  top: calc(50vh + 10px);
}

#about-us {
  display: block;
  position: static;
  z-index: 2;
  margin-top: -100px;
}

.card-music{
  display: block;
  margin-bottom: 20px
}

.footer-custom {
  position: relative;
  width: 100%;
  background-color: linear-gradient(270deg, #531E84 0%, #3B46AB 25%) !important;
  margin-top: 0px;
  padding: 0px 0;
  z-index: 1
}
