@font-face {
  font-family: "Poppins";
  src: url("/assets/font/Poppins-Regular.ttf");
}
h1 {
  font-size: 40px;
  margin: 0 0 22px 0;
}

h2 {
  font-size: 36px;
  margin: 0 0 20px 0;
}

h3 {
  font-size: 32px;
  margin: 0 0 18px 0;
}

h4 {
  font-size: 28px;
  margin: 0 0 16px 0;
}

h5 {
  font-size: 20px;
  margin: 0 0 14px 0;
}

h6 {
  font-size: 18px;
  margin: 0 0 14px 0;
}

p {
  font-size: 16px;
  margin: 0 0 12px 0;
}

a {
  font-size: 18px;
  margin: 0 0 0 0;
}

* {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 80.6%;
  margin: 0 auto;
}

.primary-button {
  background-color: #03438f;
  color: white;
  border: none;
  border-radius: 7px;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 990px) and (max-width: 1536px) {
  h1 {
    font-size: 36px;
    margin: 0 0 22px 0;
  }
  h2 {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
  h3 {
    font-size: 26px;
    margin: 0 0 18px 0;
  }
  h4 {
    font-size: 22px;
    margin: 0 0 16px 0;
  }
  h5 {
    font-size: 20px;
    margin: 0 0 14px 0;
  }
  h6 {
    font-size: 18px;
    margin: 0 0 12px 0;
  }
  p {
    font-size: 14px;
    margin: 0 0 12px 0;
  }
  a {
    font-size: 14px;
    margin: 0 0 0 0;
  }
  .container {
    max-width: 86.6%;
  }
  .primary-button,
  .outlined-button,
  .secondary-button {
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (min-width: 600px) and (max-width: 990px) {
  h1 {
    font-size: 34px;
    margin: 0 0 22px 0;
  }
  h2 {
    font-size: 28px;
    margin: 0 0 18px 0;
  }
  h3 {
    font-size: 22px;
    margin: 0 0 14px 0;
  }
  h4 {
    font-size: 20px;
    margin: 0 0 12px 0;
  }
  h5 {
    font-size: 18px;
    margin: 0 0 10px 0;
  }
  h6 {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  p {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  a {
    font-size: 14px;
    margin: 0 0 0 0;
  }
  .container {
    max-width: 86.6%;
  }
  .primary-button,
  .outlined-button,
  .secondary-button {
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 30px;
    margin: 0 0 18px 0;
  }
  h2 {
    font-size: 28px;
    margin: 0 0 16px 0;
  }
  h3 {
    font-size: 24px;
    margin: 0 0 16px 0;
  }
  h4 {
    font-size: 20px;
    margin: 0 0 14px 0;
  }
  h5 {
    font-size: 18px;
    margin: 0 0 14px 0;
  }
  h6 {
    font-size: 16px;
    margin: 0 0 14px 0;
  }
  p {
    font-size: 14px;
    margin: 0 0 12px 0;
  }
  a {
    font-size: 14px;
    margin: 0 0 0 0;
  }
  .container {
    max-width: 100%;
  }
  .primary-button {
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
  }
}
.left-panel {
  background: url("/assets/img/robert 3.jpg") center/cover no-repeat;
  position: relative;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.left-panel .overlay-graphics {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3137254902);
}
.left-panel .overlay-graphics .main-logo {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 100px;
  color: #ffffff !important;
  font-weight: 600;
}

.nav-home {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  font-family: "Poppins";
}
.nav-home nav {
  width: 75%;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  justify-content: space-between;
}
.nav-home nav a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
}

.right-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 40px;
}
.right-panel .subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  color: #8a8a8a;
}
.right-panel .title {
  color: #000;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
  line-height: 1.15em;
}
.right-panel .qodef-separator {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #000000;
  width: 22px;
  border-bottom-width: 3px;
  margin-top: 15px;
  margin-bottom: 40px;
}
.right-panel .about-artist {
  color: #8a8a8a;
  max-width: 700px;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 27px;
}
.right-panel .info-item {
  margin-bottom: 10px;
  color: #8a8a8a;
  margin: 25px 0;
}
.right-panel .info-item a {
  text-decoration: none;
  color: #8a8a8a;
}
.right-panel .info-item i {
  margin-right: 10px;
  font-size: 18px;
  color: #454343;
}
.right-panel .follow-me-head {
  color: #000000;
  font-size: 30px;
  line-height: 1.13em;
  font-weight: 600;
  padding-top: 3% !important;
  padding-bottom: 1% !important;
}
.right-panel .social-icons a {
  margin-right: 15px;
  color: #8a8a8a;
  text-decoration: none;
}

.footer {
  background: #000;
  color: #8a8a8a;
  padding: 40px 20px;
  text-align: center;
  font-size: 14px;
}
.footer:hover {
  color: #d1cfcf;
}
.footer .footer-logo {
  font-weight: 600;
}
.footer a {
  color: #8a8a8a;
  text-decoration: none;
}
.footer a:hover {
  color: #d1cfcf;
}
.footer .social-icons a {
  margin-right: 15px;
  color: #8a8a8a;
  text-decoration: none;
}
.footer .social-icons a:hover {
  color: #d1cfcf;
}
.footer .buy-now {
  position: fixed;
  right: 0;
  bottom: 80px;
  color: #8a8a8a;
  font-weight: bold;
  border: 1px solid #000;
  padding: 10px 20px;
  border-radius: 0;
  text-transform: uppercase;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  z-index: 1000;
}
.footer .related {
  position: fixed;
  right: 0;
  bottom: 130px;
  background: #f44373;
  color: #8a8a8a;
  gap: 10px;
  padding: 10px 20px;
  font-weight: bold;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  z-index: 1000;
}

@media (max-width: 767px) {
  .left-panel,
  .right-panel {
    height: auto;
  }
  .left-panel {
    height: 400px;
  }
  .buy-now,
  .related {
    writing-mode: horizontal-tb;
    transform: none;
    right: 20px;
    bottom: auto;
    top: 20px;
  }
  .buy-now {
    top: 60px;
  }
}
.album-sec .left-album-sec p {
  color: #8a8a8a;
}
.album-sec .left-album-sec .list-unstyled {
  margin-top: 15px;
}
.album-sec .left-album-sec .list-unstyled li {
  margin-bottom: 6px;
  font-size: 14px;
  padding: 4px 0;
  color: #8a8a8a;
  border-bottom: 1px solid #eee;
}
.album-sec .left-album-sec .list-unstyled li span {
  font-weight: 600;
  color: #555;
  font-size: 16px;
}
.album-sec .track-list-sec .tracklist li {
  margin-bottom: 15px;
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 10px;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

h2.fw-bold {
  font-weight: 600;
}

.album-cover img {
  border-radius: 12px;
  width: 100%;
}

.player-box {
  background-color: #f8f9fa;
  border-radius: 10px;
  gap: 1rem;
}

.player-box .material-icons {
  font-size: 32px;
  cursor: pointer;
  color: #333;
}

.accordion-button {
  font-weight: 500;
  background-color: #f1f1f1;
}

.accordion-button:not(.collapsed) {
  background-color: #e0e0e0;
}

.accordion-body {
  font-size: 0.95rem;
  color: #555;
}

.tracklist li a {
  text-decoration: none;
  font-size: 0.9rem;
}

.p-4.bg-light {
  border-left: 4px solid #444;
}

.footer-logos img {
  height: 40px;
  margin-right: 10px;
}

.footer-icons a {
  color: #333;
  font-size: 1.2rem;
  margin-left: 10px;
}

.album-section {
  background-color: #fff;
}
.album-section .album .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  display: inline-block;
}
.album-section .album .img-wrapper:hover .card-overlay {
  opacity: 0.5;
}
.album-section .album .img-wrapper:hover .album-title {
  opacity: 1;
  transform: translateY(0);
}
.album-section .album .img-wrapper .album-img {
  width: 100%;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.album-section .album .img-wrapper .card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #747373;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  z-index: 1;
}
.album-section .album .img-wrapper .album-title {
  position: absolute;
  bottom: 50%;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(-50%, -20px);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.album-section .album .buttons {
  margin-top: 15px;
}
.album-section .album .store-btn {
  width: 120px;
  transition: transform 0.2s ease;
}
.album-section .album .store-btn:hover {
  transform: scale(1.05);
}/*# sourceMappingURL=global.css.map */