.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#2B6CB0;--e-global-color-kadence2:#215387;--e-global-color-kadence3:#1A202C;--e-global-color-kadence4:#2D3748;--e-global-color-kadence5:#4A5568;--e-global-color-kadence6:#718096;--e-global-color-kadence7:#EDF2F7;--e-global-color-kadence8:#F7FAFC;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hero-section {
  display: flex;
  min-height: 100vh;
  background: url('background-image.jpg') center/cover no-repeat;
  color: #fff;
  font-family: 'Cinzel', serif; /* Example gothic font */
}

.left-side {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-menu a {
  color: #ff8000;
  margin-right: 20px;
  text-transform: lowercase;
  font-size: 16px;
  text-decoration: none;
}

.title {
  font-family: 'UnifrakturCook', cursive; /* Gothic font */
  font-size: 48px;
  color: #ff8000;
  line-height: 1.2;
}

.subtitle {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 20px;
}

.discover-btn {
  border: 1px solid #ff8000;
  padding: 8px 20px;
  color: #ff8000;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.discover-btn:hover {
  background-color: #ff8000;
  color: #000;
}

.blur-box {
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(10px);
  height: 150px;
  border-radius: 5px;
}

.right-side {
  width: 50%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.album-art {
  position: relative;
  display: flex;
  align-items: center;
}

.album-art img {
  width: 250px;
  height: auto;
  border-radius: 5px;
}

.arrow {
  position: absolute;
  top: 50%;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  transform: translateY(-50%);
}

.arrow.left { left: -40px; }
.arrow.right { right: -40px; }

.album-info {
  text-align: center;
  margin-top: 20px;
}

.album-info h2 {
  font-family: 'UnifrakturCook', cursive;
  font-size: 28px;
}

.stream-now {
  font-size: 14px;
  letter-spacing: 1px;
}

.social-icons img {
  width: 24px;
  margin: 5px;
}/* End custom CSS */