@font-face {
  font-display: swap;
  font-family: "UncutSans";
  font-style: normal;
  font-weight: 300 900;
  src: url("https://soundwhore.com/font/uncut-sans.ttf") format("truetype");
}

/* Body */
body {
  background-image:  url("https://soundwhore.com/img/bg-header.avif");
  background-position: top center;
  background-repeat: no-repeat;
  color: #111;
  font-family: "UncutSans", sans-serif;
}
::selection {
  background: #E9E9FF;
}

/* Typography */
h1 {
  font-size: 2.625rem;
  font-weight: 450;
  letter-spacing: -0.078125rem;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 2.15rem;
  font-weight: 450;
  letter-spacing: -0.078125rem;
}
h3 {
  font-size: 1.25rem;
  letter-spacing: -.02rem;
}

p {
  font-size: 1.25rem;
  font-weight: 350;
  letter-spacing: -0.015625rem;
}
p.copyright {
  font-size: 0.875rem;
  font-weight: 300;
}
date p {
  color: #333;
  font-size: 1.125rem;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
}

/* Media */
img.logo {
  width: 278px;
}

/* Navbar */
.nav-link {
  border-radius: 0.625rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 350;
}
.nav-link:focus,
.nav-link:hover {
  background-color: rgba(129, 79, 255, 0.09);
}

.navbar-toggler {
  border: none;
}

/* Breadcrumb */
.breadcrumb {
  margin-top: 1.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: url("https://soundwhore.com/img/icon-breadcrumb.svg");
  margin-top: 0.2rem;
}
.breadcrumb-item.active {
  color: #814fff;
}

.breadcrumb-item img {
  padding-bottom: 0.1rem;
}

/* Buttons */
.btn {
  --bs-btn-border-radius: 2rem;
}
.btn:hover {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
}

.btn-light {
  --bs-btn-hover-border-color: #fff;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2));
  border: none;
  box-shadow: #e9e1ff 0px 10px 30px 0px;
}

.btn-dark {
  background: linear-gradient(155.730871deg, rgb(214, 228, 255) -25%, rgb(0, 0, 0) 34%, rgb(0, 0, 0) 68%, rgb(212, 228, 255) 128%);
  border: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 4px 16px 0px;
  padding-bottom: 0.75rem !important;
  padding-top: 0.75rem !important;
}
.btn-dark::before {
  background-image: url("https://soundwhore.com/img/icon-preview.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1rem;
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 1rem;
}
.btn-dark:hover {
  background: linear-gradient(155.730871deg, rgb(214, 228, 255) -25%, rgb(0, 0, 0) 34%, rgb(0, 0, 0) 68%, rgb(212, 228, 255) 128%);
}
.btn-dark.playing::before {
  background-image: url("https://soundwhore.com/img/icon-pause.svg");
}
.preview-btn {
  display: inline-block;
  white-space: nowrap;
  transition: width 0.3s ease, transform 0.3s ease, background 0.3s ease;
}

/* Tags */
.tag {
  background: linear-gradient(0deg, #fff 0%, #f7f6ff 100%);
  border-color: #fff;
  border-radius: 1rem;
  border-width: 0.1875rem;
  border-style: solid;
  box-shadow: #e9e1ff 0px 10px 30px 0px;
  color: #333;
}
.tag:hover {
  background: linear-gradient(0deg, #fff 0%, #f7f6ff 100%);
}
.tag::before {
  background-image: url("https://soundwhore.com/img/icon-tag.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1.25rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 1.25rem;
}

/* Tune */
#tune {
  border-bottom-left-radius: 3.4375rem;
  border-bottom-right-radius: 3.4375rem;
  box-shadow: rgb(222, 222, 255) 1px 20px 30px -12px;
}

.vinyl-wrapper {
  aspect-ratio: 1.72 / 1;
  max-width: 32.25rem;
  position: relative;
  width: 100%;
}
.vinyl {
  background-image: url("https://soundwhore.com/img/vinyl.avif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
}
.vinyl-img {
  border-radius: 0.5rem;
  position: absolute;
  right: 34%;
  top: 0%;
  width: 57%;
}

/* Cards */
.card {
  --bs-card-border-color: #fff;
  --bs-card-border-radius: 1.5rem;
  --bs-card-border-width: 0.1875rem;
  --bs-card-spacer-y: 2rem;
  --bs-card-title-spacer-y: 1rem;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: #e9e1ff 0px 10px 30px 0px;
  padding: 1.5rem;
}
.card-img,
.card-img-top {
  border-radius: 0.75rem;
}
.card-text {
  font-size: 1rem;
}
.card time {
  font-size: 0.875rem;
}

/* Footer */
footer {
  background-image:  url("https://soundwhore.com/img/bg-footer.avif");
  background-position: top center;
  background-repeat: no-repeat;
}

footer img {
  transition: transform 0.3s ease;
}
footer img:hover {
  transform: scale(1.05);
}

footer p {
  color: #333;
}

/* Horizontal Rule */
hr {
  color: #e9e1ff;
  opacity: 1;
}

/* Transitions */
.zoom-effect,
.zoom-effect-more {
  transition: transform 0.3s ease;
}
.zoom-effect:hover {
  transform: scale(1.05);
}
.zoom-effect-more:hover {
  transform: scale(1.1);
}

.zoom-up {
  transform-origin: bottom center;
  transition: transform 0.3s ease;
}
.zoom-up:hover {
  transform: scale(1.04);
}

.tilt-container {
  perspective: 800px;
}
.tilt-container .tilt-inner {
  transform-style: preserve-3d;
  transition: transform 300ms ease-out;
  will-change: transform;
}