.major p {
    padding: 0px 5%;
}
#header {
    z-index: 998 !important;
}
.features {
    padding: 0px 5%;
}
.social-link:hover {
    cursor: pointer;
}
.features li:nth-child(1):hover {
    background-color: rgba(0, 0, 0, 0.405);
}

.features li:nth-child(2):hover {
    background-color: rgba(0, 0, 0, 0.44);
}

.features li:nth-child(3):hover {
    background-color: rgba(0, 0, 0, 0.475);
}

.features li:nth-child(4):hover {
    background-color: rgba(0, 0, 0, 0.51);
}

.features li:nth-child(5):hover {
    background-color: rgba(0, 0, 0, 0.545);
}

.features li:nth-child(6):hover {
    background-color: rgba(0, 0, 0, 0.58);
}

.features li {
    transition: background-color 0.2s ease;
}

.band-description {
    padding: 0px 5%;
    margin: 0px 5%;
    text-align: justify;
}
.band-description div{
    text-align: justify !important;
    padding: 10px 0px;
}
a {
    border-bottom: none !important;
}
body.modal-open {
    overflow: hidden;
  }
  
  
  .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    padding: 2em;
    overflow: hidden;
  }
  
  .modal-content {
    position: relative;
    background-color: rgba(29, 36, 42, 0.95);
    border-radius: 12px;
    padding: 2em;
    width: 90%;
    max-width: 90%;
    max-height: 90%;
    min-height: 400px;
    overflow-y: auto;
    z-index: 1;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.25s ease;
  }
  @media (max-width: 600px) {
    .modal-content {
      width: 100%;
      max-width: 100%;
      border-radius: 0;
      padding: 1.5em;
    }
    .modal-header {
        font-size: 0.85em;
    }
    .band-description {
        padding: 0px;
        margin: 0px;
        text-align: justify;
    }
    .band-description div{
        text-align: justify !important;
        padding: 10px 0px;
    }
  }

  .modal-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1em;
  }
  
  .modal.show .modal-content {
    transform: scale(1);
    opacity: 1;
  }

.modal .close {
    position: absolute;
    top: 1em;
    right: 1em;
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background: none;
}
.brands {
    text-align: center !important;
}
#scrollToTop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
    display: none;
    background-color: #ffffff20;
    backdrop-filter: blur(4px);
    color: white;
    border-radius: 50%;
    padding: 0.75rem 0.9rem;
    font-size: 1.2rem;
    cursor: pointer;
    transition: opacity 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  
  #scrollToTop:hover {
    background-color: #ffffff40;
  }
  