@font-face {
  font-family: "MyCustomFont";
  src: url("./fonts/Laviossa-Medium.otf") format("opentype");
  font-weight: medium;
  font-style: medium;
}

body {
  font-family: "MyCustomFont", sans-serif;
  background-color: black;
  color: white;
  letter-spacing: 2px;
  max-width: 1400px;
  margin: 0 auto;
}
#main {
  margin-bottom: 50px;
}
.thank-you-container {
  font-family: "MyCustomFont", sans-serif;
  text-align: center;
  margin: 175px auto;
}
.thank-you {
  font-size: 44px;
}
.thank-you-message {
  font-size: 18px;
}
h1 {
  font-family: "MyCustomFont", sans-serif;
  font-size: 48px;
  border-bottom: 1px solid white;
  text-align: left;
}

h3,
h2 {
  font-family: "Untitled Sans", Arial, Helvetica;
  font-size: 16px;
  text-align: left;
}

.links {
  background-color: black;
  border: solid 1px white;
  color: white;
  border-radius: 20px;
  font-size: 14px;
  padding: 4px 8px;
  margin-top: 10px;
  text-decoration: none;
}
button {
  border: solid 1px white;
  background-color: black;
}
.row-adjust {
  row-gap: 20px;
  column-gap: 0px;
}

.col-adjust {
  padding: 12px;
  border: 1px solid white;
}
#nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  padding-left: 10px;
  display: flex;
  flex-grow: 2;
}
.trackInfo {
  width: 40%;
  overflow: hidden;
  background: black;
  padding: 10px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.now-playing-wrapper {
  width: 100%;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.now-playing {
  font-size: 16px;
  color: white;
  white-space: nowrap;
  display: inline-block;
  animation: track-live 9s linear infinite;
}

@keyframes track-live {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.radio-container {
  text-align: center;
  margin: 68px 0px 68px 0px;
}

.radio-button {
  background-color: black;
  color: white;
  border: 1px solid white;
  padding: 5px 10px 5px 5px;
  font-size: 18px;
  cursor: pointer;
}

.radio-button:hover {
  background-color: rgba(255, 255, 255, 0.221);
}
.menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-right: 30px;
  display: flex;
}

.menu-icon {
  display: none;
  cursor: pointer;
  color: white;
  font-size: 40px;
}

.slideshow-container {
  position: relative;
  width: 93%;
  height: 500px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  margin: 59px 0px;
  border: 1px solid white;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.active {
  opacity: 1;
}
.slideshow-track {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.slide-name {
  background-color: black;
  border: 1px solid white;
  padding: 20px;
  font-size: 22px;
  text-align: start;
}
.slide-date {
  background-color: black;
  max-width: 40%;
  border: 1px solid white;
  font-size: 12px;
  padding: 4px;
  text-align: center;
}
.slideshow-play {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
img {
  pointer-events: auto;
  cursor: pointer;
}

.artist-info {
  font-family: "Untitled Sans", Arial, Helvetica;
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.artist-link {
  text-decoration: none;
  color: white;
}
.artist-link:hover {
  color: white;
  text-decoration: underline;
}
.zanr {
  font-family: "Untitled Sans", Arial, Helvetica;
  border: solid 1px white;
  border-radius: 16px;
  display: inline-block;
  font-size: 12px;
  padding: 2px 5px;
  margin-bottom: 5px;
}
.artist-text {
  font-size: 15px;
}
.artist-content {
  margin: 20px auto;
  padding: 24px;
}
.artist-name {
  font-family: "MyCustomFont", sans-serif;
  border: 1px solid white;
  font-size: 32px;
  width: 60%;
  text-align: center;
  padding: 20px;
  margin-bottom: 40px;
}
.back-button {
  border: 1px solid white;
  cursor: pointer;
  display: block;
  width: 4%;
  padding: 3px;
  margin-top: 40px;
}
.tracks-header {
  display: block;
  width: 30%;
  font-size: 25px;
  margin: 20px 80px;
}
.list-of-tracks {
  width: 30%;
  margin: 0px 80px;
  font-size: 16px;
  padding: 5px;
  row-gap: 15px;
}
.track-list {
  border: 1px solid white;
  margin-bottom: 20px;
}
.special-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.track-name {
  display: flex;
  align-items: center;
  padding: 0;
}
.my-websites {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.hidden {
  display: none;
}
#searchResults {
  margin: auto;
}

#searchForm {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-top: 10px;
}
#searchBar {
  width: 25%;
  background-color: black;
  color: white;
  border: 1px solid white;
  padding: 5px;
}
li {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 25px;
  font-family: "MyCustomFont", sans-serif;
}
li a {
  text-decoration: none;
  color: white;
}
.about-us {
  width: 80%;
  margin: 100px auto;
  text-align: center;
  line-height: 2;
  font-size: 18px;
}
.about-head {
  font-size: 36px;
  font-family: "MyCustomFont", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.video-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px auto;
  border: 1px solid white;
  padding: 20px;
  width: 70%;
}
.prostor-video {
  width: 40%;
  max-width: 300px;
  height: auto;
  margin: 2rem auto;
  display: block;
}
.team {
  font-family: "MyCustomFont", sans-serif;
  text-align: center;
}
.team-members {
  width: 40%;
  margin: 50px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media (max-width: 768px) {
  .team-members {
    width: 90%;
  }
  .video-section {
    width: 100%;
  }
  .prostor-video {
    width: 60%;
  }
  .video-section div {
    font-size: 14px;
  }
}
.member-name {
  font-size: 15px;
  text-align: center;
  font-family: "MyCustomFont", sans-serif;
}
.member-websites {
  font-size: 15px;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 10px;
}
#contact-box {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  margin: 50px auto;
  width: 30%;
  padding: 0px 15px;
}
.form-header {
  font-size: 22px;
}
.contact-form {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 0 auto;

  line-height: 2;
}
.info {
  display: flex;
  flex-direction: column;
}

#name,
#email {
  margin-top: 7px;
  padding: 5px;
  font-size: 16px;
  color: white;
  background-color: black;
  border: 1px solid white;
}

label {
  margin-top: 7px;
}
#message {
  display: inline-block;
  text-rendering: auto;
  color: white;
  background-color: black;
  border: 1px solid white;
  margin-top: 20px;
  height: 150px;
  appearance: auto;
  resize: none;
  font-size: 16px;
}
.button-form {
  font-size: 16px;
  color: white;
  width: 30%;
  margin: 30px auto;
  padding: 0px 7px;
  border: 1px solid white;
  border-radius: 28px;
}
.button-form:hover {
  cursor: pointer;
}
@media (max-width: 800px) {
  #contact {
    margin-top: 30px;
  }

  #contact-box {
    width: 90%;
  }

  .form-header {
    font-size: 20px;
  }

  #message {
    height: 120px;
  }
  .button-form {
    font-family: "MyCustomFont", sans-serif;
    font-size: 15px;
    width: 70%;
  }
}

.player-container {
  display: flex;
  background-color: black;
  border: 1px solid white;
  padding: 14px;
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 70%;
}

#playButtonContainer {
  position: relative;
  display: inline-block;
}
.picture {
  max-width: 100%;
}
#playSound {
  position: absolute;
  top: 8%;
  left: 8%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.track-button {
  position: absolute;
  top: 0%;
  left: 0%;
  border: none;
  cursor: pointer;
  background-color: #efce65;
  transition: background-color 0.3s;
}

footer {
  border-top: 1px solid white;
  margin: 0;
  padding: 12px;
  text-align: center;
}

@media (max-width: 800px) {
  footer p {
    font-size: 12px;
    padding: 8px;
  }
}

@media (max-width: 1020px) {
  #nav-bar ul {
    display: none;
    background-color: black;
    flex-direction: column;
    position: absolute;
    margin: 0;
    width: 30%;
    line-height: 2.5;
    top: 140px;
    right: 30px;
    text-align: end;
  }
  #nav-bar ul.active {
    display: flex;
    font-size: 0.9em;
  }
  .menu-icon {
    display: block;
    cursor: pointer;
    color: white;
    font-size: 40px;
  }
}

@media (max-width: 800px) {
  #nav-bar ul {
    display: none;
    background-color: black;
    flex-direction: column;
    position: absolute;
    margin: 0;
    width: 30%;
    top: 140px;
    left: 500px;
    text-align: end;
    line-height: 2.5;
  }
  #nav-bar ul.active {
    display: flex;
    font-size: 0.9em;
  }
}

@media (max-width: 600px) {
  body {
    margin: 0px 20px;
  }
  #nav-bar {
    margin-bottom: 15px;
  }
  #nav-bar ul {
    display: none;
    background-color: rgba(0, 0, 0, 0.589);
    flex-direction: column;
    position: absolute;
    margin: 0;
    width: 40%;
    top: 95px;
    left: 210px;
    text-align: end;
    line-height: 2.1;
    z-index: 9999;
  }
  #nav-bar ul.active {
    display: flex;
    font-size: 0.9em;
  }
  li {
    font-size: 18px;
    margin: 3px 12px;
  }
  .slideshow-container {
    width: 100%;
    height: 200px;
    margin: 5px 0px 35px 0px;
  }
  .row,
  .row-adjust {
    max-width: 97%;
    margin: 0 auto;
  }
  .logo {
    padding-left: 0px;
    margin-left: -30px;
  }
  .logo-picture {
    width: 130px;
    height: 130px;
  }
  h1 {
    font-size: 32px;
    border-bottom: 1px solid white;
  }
  #searchBar {
    width: 100%;
    background-color: black;
    color: white;
    border: 1px solid white;
    padding: 5px;
  }
  .search-picture {
    width: 25px;
  }
  .about-us {
    width: 100%;
    line-height: 1.6;
    margin: 50px auto;
    font-size: 11px;
  }
  .about-head {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .contact-form {
    width: 100%;
  }
  .button-form {
    width: 50%;
  }
  #contact {
    margin-top: 0px;
  }
  footer {
    padding: 10px;
  }
  .back-button {
    border: 1px solid white;
    cursor: pointer;
    display: block;
    width: 15%;
    padding: 0px;
    margin-top: 25px;
  }
  .back-picture {
    width: 100%;
  }
  .artist-name {
    font-size: 26px;
    width: 100%;
    padding: 10px;
    margin-bottom: 25px;
  }
  .artist-content {
    margin: 20px auto;
    padding: 0px;
  }
  .artist-text {
    font-size: 14px;
  }
  .tracks-header {
    display: block;
    width: 30%;
    font-size: 22px;
    margin: 15px 16px;
  }
  .list-of-tracks {
    width: 90%;
    margin: 0px 18px;
    font-size: 13px;
    padding: 2px;
    row-gap: 15px;
  }
  .track-list {
    border: 1px solid white;
    margin-bottom: 15px;
  }
  .my-websites {
    gap: 4px;
    margin-bottom: 15px;
  }
  .special-button {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .track-name {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .now-playing {
    font-size: 12px;
  }

  .radio-button {
    font-size: 12px;
    padding: 5px;
  }

  .logo-picture {
    width: 100%;
    height: 100%;
  }
  .logo-space {
    width: 25%;
  }
  .radio-container {
    width: 32%;
    margin: auto;
  }
  .thank-you-container {
    font-family: "MyCustomFont", sans-serif;
    text-align: center;
    margin: 285px auto;
  }
  .thank-you {
    font-size: 38px;
  }
  .thank-you-message {
    font-size: 14px;
  }
}
