* {
    box-sizing: border-box;
    font-family: sans-serif;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 0 10px;
}

.brand-title {
    font-size: 1.5rem;
    margin: .5rem;
}

.navbar-links {
    height: 100%;
}

.navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-links li {
    list-style: none;
}

.navbar-links li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 1rem;
}

.navbar-links li:hover {
    background-color: #555;
}

.toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

@media (max-width: 800px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .toggle-button {
        display: flex;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }

    .navbar-links ul li {
        text-align: center;
    }

    .navbar-links ul li a {
        padding: .5rem 1rem;
    }

    .navbar-links.active {
        display: flex;
    }
}
.bg {
  /* The image used */
  background-image: url("music.jpg");

  /* Full height */
  height: 90%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.welcome{
  background: #f1f1f1;
  padding: 40px 0;
  font-size: 20px;
  font-family: "Open Sans",sans-serif;
}
footer{
  background: #f1f1f1;
  padding: 40px 0;
  font-family: "Open Sans",sans-serif;
}

.footer-container{
  max-width: 1300px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
}

.social-media{
  margin: 20px 0;
}

.social-media a{
  color: #001a21;
  margin-right: 25px;
  font-size: 22px;
  text-decoration: none;
  transition: .3s linear;
}

.social-media a:hover{
  color: #4a47ff;
}

.right-col h1{
  font-size: 26px;
}

.border{
  width: 100px;
  height: 4px;
  background: #fc5c65;
}

.visual {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}

.bars, .bars:before, .bars:after {
  width: 100px;
  height: 20px;
  background: #29D9C2;
  position: relative;
  transform: translate(-110px, 0);
  box-shadow: 0 -30px 0 #29D9C2, 0 -60px 0 #29D9C2, 0 -90px 0 #29D9C2, 0 -120px 0 #29D9C2;
  animation-name: bar1;
  animation-duration: 0.3s;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.bars:before {
  content: '';
  position: absolute;
  transform: translate(110px, 0);
  box-shadow: 0 -30px 0 #29D9C2;
  animation-name: bar2;
}
.bars:after {
  content: '';
  position: absolute;
  transform: translate(220px, 0);
  box-shadow: 0 -30px 0 #29D9C2, 0 -60px 0 #29D9C2, 0 -90px 0 #29D9C2;
  animation-name: bar3;
}

@keyframes bar1 {
  0%,
  19.9% {
    box-shadow: 0 -30px 0 #29D9C2, 0 -60px 0 #948a9d, 0 -90px 0 #ca638a, 0 -120px 0 #ff3b77;
  }
  20%,
  39.9% {
    box-shadow: 0 -30px 0 #29D9C2, 0 -60px 0 #948a9d, 0 -90px 0 #ca638a;
  }
  40%,
  59.9% {
    box-shadow: 0 -30px 0 #29D9C2, 0 -60px 0 #948a9d;
  }
  60%,
  79.9% {
    box-shadow: 0 -30px 0 #29D9C2;
  }
  80%,
  100% {
    box-shadow: none;
  }
}
@keyframes bar2 {
  0%,
  19.9% {
    box-shadow: none;
  }
  20%,
  39.9% {
    box-shadow: 0 -30px 0 #29D9C2;
  }
  40%,
  59.9% {
    box-shadow: 0 -30px 0 #29D9C2, 0 -60px 0 #948a9d;
  }
  60%,
  79.9% {
    box-shadow: 0 -30px 0 #29D9C2, 0 -60px 0 #948a9d, 0 -90px 0 #ca638a, 0 -120px 0 #ff3b77;
  }
  80%,
  100% {
    box-shadow: 0 -30px 0 #29D9C2, 0 -60px 0 #948a9d, 0 -90px 0 #ca638a;
  }
}
@keyframes bar3 {
  0%,
  19.9% {
    box-shadow: 0 -30px 0 #29D9C2, 0 -60px 0 #948a9d;
  }
  20%,
  39.9% {
    box-shadow: 0 -30px 0 #29D9C2;
  }
  40%,
  59.9% {
    box-shadow: 0 -30px 0 #29D9C2, 0 -60px 0 #948a9d;
  }
  60%,
  79.9% {
    box-shadow: 0 -30px 0 #29D9C2, 0 -60px 0 #948a9d, 0 -90px 0 #ca638a;
  }
  80%,
  100% {
    box-shadow: 0 -30px 0 #29D9C2, 0 -60px 0 #948a9d, 0 -90px 0 #ca638a, 0 -120px 0 #ff3b77;
  }
}
@media screen and (max-width:960px) {
  .footer-container{
    max-width: 600px;
  }
  .left-col{
    width: 100%;
    text-align: center;
  }
}
.goTop{
  position: fixed;
  z-index: 999;
  bottom: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  background-color: #48dbfb;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
  outline: none;
  display: none;
}
