@font-face {
  font-family: "SpeziaExtendedTrial-Book";
  src: url(/fonts/SpeziaExtendedTrial-Book.otf);
}

@font-face {
  font-family: "SpeziaExtendedTrial-SemiBold";
  src: url(/fonts/SpeziaExtendedTrial-SemiBold.otf);
}

@font-face {
  font-family: "SpeziaExtendedTrial-Bold";
  src: url(/fonts/SpeziaExtendedTrial-Bold.otf);
}

@font-face {
  font-family: "SpeziaExtendedTrial-Medium";
  src: url(/fonts/SpeziaExtendedTrial-Medium.otf);
}

@font-face {
  font-family: "Hurme";
  src: url(/fonts/HurmeGeometricSans4.otf?f700f97342b3ff69bd82be4a452d2c96);
}

@font-face {
  font-family: "Hurme-Bold";
  src: url("/fonts/HurmeGeometricSans4 Bold.otf?155995bf04f59e975f8f76cb213ceab4");
}

@font-face {
  font-family: "Hurme-Black";
  src: url("/fonts/HurmeGeometricSans4 Black.otf?d447829a37f6d0e2e30b2dd83eb18e49");
}

html * {
  font-family: "SpeziaExtendedTrial-Medium";
}

.social-media-container {
  position: absolute;
  right: 0px;
  top: 40%;
  height: 150px;
  width: 70px;
  padding: 25px 0px 35px 15px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgb(207, 207, 207);
  z-index: 999;
  border-radius: 10px 0px 0px 10px;
}

.text-no-margin {
  margin-bottom: 0px;
}

.text-gray {
  color: #a8a8a8;
}

.logo {
  width: 200px;
  height: auto;
  margin-right: 0px;
}

.logo-landing {
  max-width: 100%;
  height: auto;
  width: 70rem;
}

.navigation-bar-logo-container {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navigation-bar-container {
  box-shadow: 0px 0px 6px 0px rgb(207, 207, 207);
  z-index: 999;
  background-color: #fff !important;
}

@media (min-width: 1200px) {
  .navigation-bar-container-wrapper {
    padding-left: 141px;
    padding-right: 141px;
  }
}

.main-content-container {
  margin: 0px !important;
}

.banner-container {
  padding-left: 0px;
  padding-right: 0px;
}

.banner-image {
  width: 100%;
}

.audio-platform-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 20px;
}

.audio-platform-icon-container {
  padding: 30px;
  margin-top: auto;
  margin-bottom: auto;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  color: rgb(182, 182, 182) !important;
}

@media screen and (max-width: 600px) {
  .audio-platform-icon-container {
    padding: 15px !important;
  }
}

@media (max-width: 767.98px) {
  .audio-platform-icon-container {
    padding: 15px !important;
  }
}

.audio-player-container {
  background-color: rgb(248, 248, 248);
  padding-right: 0px;
}

.audio-player-content-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.audio-player-control-left-container {
  margin-top: auto;
  margin-bottom: auto;
}

.audio-player-control-right-container {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0px;
}

.control-button {
  max-width: 45px;
}

.control-button-right {
  float: right;
}

.album-information-container {
  margin-top: 15px;
  margin-bottom: 10px;
  border-bottom: solid 1px #a8a8a8;
}

.album-name {
  font-family: "SpeziaExtendedTrial-Bold" !important;
  color: black;
  font-size: 32px;
}

.album-cover-image {
  box-shadow: 0px 0px 12px 0px rgb(207, 207, 207);
  width: 100%;
}

.album-description {
  color: #a8a8a8;
}

.album-content-table-container {
  overflow: scroll;
  height: 270px;
  overflow-x: hidden;
}

.number-table-row-container {
  width: 10%;
  padding-right: 0px;
}

.song-name-table-row-container {
  width: 65%;
}

.song-name-url {
  text-decoration: none;
}

.lyric-icon-row-container {
  width: 10%;
}

.lyric-icon {
  width: 15px;
}

.song-duration-row-container {
  padding-right: 0px;
  width: 15%;
}

.song-name-text,
.song-name-text:hover,
.song-name-text:visited {
  color: black;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: bold;
}

.close-button-modal {
  margin-bottom: 20px;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: rgb(189, 189, 189);
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.songlist-table-row:hover {
  background-color: rgb(236, 236, 236);
  opacity: 90%;
}

.footer-container {
  z-index: 999;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff !important;
}

.text-footer-copyright {
  font-weight: bold;
  font-size: 16px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.albumListSlide {
  display: none;
}

.songListSlide {
  display: none;
}

.fade-custom {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

.about-us-title {
  font-family: "SpeziaExtendedTrial-Bold";
}

.about-us-page-container {
  background-color: #f0f0f0;
}

.about-us-content-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.showcase-page-container {
  color: #000000;
  padding: 0 2rem;
}

.showcase-subtitle {
  font-family: "Hurme" !important;
  font-weight: bold;
  font-size: 0.835rem;
  text-transform: uppercase;
}

.card-body {
  padding: 8px !important;
}

.showcase-subtitle-wrapper {
  margin: 0 1rem;
}

.showcase-title {
  font-family: "Hurme-Black" !important;
  font-size: 6.4rem;
}

.showcase-caption {
  font-family: "SpeziaExtendedTrial-Bold" !important;
  padding: 0 4.5rem !important;
  line-height: 1.6rem;
  font-size: 1.2rem;
}

.showcase-caption-title {
  font-family: "Hurme" !important;
  font-weight: bold;
  margin-top: 0.3rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.showcase-button {
  font-family: "SpeziaExtendedTrial-Book" !important;
  color: white;
  background-color: #50065b;
  border-radius: 16px;
  padding: 2px 64px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 1.5rem;
}

.showcase-button:hover {
  color: #ff48e9;
  background-color: #050505;
}

.showcase-button:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}

.showcase-tnc {
  font-family: "SpeziaExtendedTrial-Book" !important;
  color: #d2d2d2;
  font-size: 1rem;
}

.showcase-tnc:hover {
  color: #3b3b3b;
}

.showcase-tnc:focus {
  box-shadow: none;
}

.showcase-image {
  height: 9.5rem;
  overflow-y: hidden;
  background-size: cover;
  margin-top: 2rem;
  background-position: center;
}

a:hover {
  color: #3b3b3b;
  text-decoration: underline;
}

@media only screen and (max-width: 600px) {
  .showcase-page-container {
    padding: 0;
  }

  .showcase-subtitle-wrapper {
    margin: 0 1rem;
    line-height: initial;
  }

  .showcase-subtitle {
    font-size: 1rem;
  }

  .showcase-title {
    font-size: 2.6rem;
  }

  .showcase-caption {
    padding: 2.15rem 0rem 0rem !important;
    line-height: initial;
    font-size: 0.9rem;
  }

  .showcase-button {
    padding: 12px 24px;
  }
}

@media only screen and (min-width: 600px) {
  .showcase-title {
    font-size: 4.5rem;
  }
}

@media only screen and (min-width: 1000px) {
  .showcase-title {
    font-size: 6.4rem;
  }
}

@media only screen and (min-width: 1344px) {
  .showcase-page-container {
    padding: 0 12rem;
  }
}

@media only screen and (min-width: 1600px) {
  .showcase-page-container {
    padding: 0 20rem;
  }
}

@media only screen and (min-width: 1823px) {
  .showcase-page-container {
    padding: 0 27rem;
  }
}

@media only screen and (min-width: 2080px) {
  .showcase-page-container {
    padding: 0 35rem;
  }
}

@media only screen and (min-width: 2303px) {
  .showcase-page-container {
    padding: 0 42rem;
  }
}

@media only screen and (min-width: 2560px) {
  .showcase-page-container {
    padding: 0 50rem;
  }
}
