@font-face {
  font-family: "Buchen";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/LarinTypeCo-TheBuchenMedium.otf") format("opentype");
}

@font-face {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/Mukta-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Mukta";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/Mukta-SemiBold.ttf") format("truetype");
}

body {
  font-family: "Mukta";
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  color: white;
  text-decoration: none;
}

a.concerts-link {
  text-decoration: underline;
  color: #000;
  display: flex;
  justify-content: center;
  font-weight: 600;
}

a.concerts-link:hover {
  color: black;
}

header {
  background-color: #fff;
  color: #000;
  padding: 12px 16px;
  position: fixed;
  z-index: 2000;
  width: 100%;
}

section {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 576px) {
  section {
    margin-bottom: 80px;
  }
}

.max-width-container {
  max-width: 1920px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 64px;
}

header h1 {
  font-family: "Buchen";
  font-size: 24px;
  margin: 0;
}

@media screen and (min-width: 576px) {
  header h1 {
    font-size: 32px;
  }
}

h2 {
  font-family: "Buchen";
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 32px;
}

header .socials {
  display: flex;
  align-items: center;
  display: none;
}

header .socials img {
  padding: 0 12px;
  height: 24px;
}

.landing-image {
  width: 100%;
  height: calc(100vh - 64px);
  object-fit: cover;
}

.landing-section {
  position: relative;
}

@media screen and (min-width: 576px) {
  .landing-section {
    margin-bottom: 80px;
  }
}

.landing-container {
  position: static;
  display: flex;
  justify-content: flex-end;
  top: 100px;
  color: #000;
  margin-top: 32px;
}

@media screen and (min-width: 576px) {
  .landing-container {
    position: absolute;
    color: #fff;
    margin-top: 0px;
  }
}

.landing-over-image {
  display: flex;
  flex-direction: column;
  width: 500px;
}

.landing-over-image > h2 {
  margin-bottom: 16px;
}

.landing-marketing-text-input {
  padding-left: 8px;
  background-color: #fff;
  border-radius: 8px;
  height: 38px;
  border: 1px solid black;
  margin-bottom: 16px;
  width: auto;
  flex: 1;
  width: 160px;
}

@media screen and (min-width: 576px) {
  .landing-marketing-text-input {
    border-width: 0px;
    border-style: none;
    width: 300px;
  }
}

.landing-marketing-text-input.footer {
  border: 1px solid black;
}

.landing-marketing-text {
  text-align: center;
}

@media screen and (min-width: 576px) {
  .landing-marketing-text {
    text-align: right;
  }
}

.landing-marketing-subscribe-button {
  margin-left: 12px;
  height: 38px;
  border-width: 0px;
  border-style: none;
  border-radius: 8px;
  background-color: transparent;
  padding: 4px 12px;
  color: #000;
  border: 1px solid #000;
}

.subscription-form {
  height: 60px;
}

#newsletter-loading-state,
#newsletter-error-state,
#newsletter-success-state {
  display: none;
}

#newsletter-loading-state {
  margin: 0 auto;
  font-size: 8px;
}

#newsletter-success-state,
#newsletter-error-state {
  width: 100%;
  font-size: 22px;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .landing-marketing-subscribe-button {
    color: white;
    border: 1px solid white;
  }
}

.landing-marketing-subscribe-button.footer {
  border: 1px solid black;
  color: black;
}

.concert-container {
  max-width: 650px;
}

.concert-item {
  display: flex;
}

.concert-date {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}

@media screen and (min-width: 576px) {
  .concert-date {
    margin-right: 9px;
    text-align: right;
    width: 350px;
  }
}

.concert-place {
  flex: 1;
  color: black;
}

.album-container {
  display: flex;
  column-gap: 48px;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 576px) {
  .album-container {
    flex-direction: row;
  }
}

.album {
  display: flex;
  flex-direction: column;
}

.album:last-child {
  margin-bottom: 0 !important;
}

.album-details {
  margin-top: 32px;
}

.album-details h4 {
  text-align: center;
}

.album-music-platforms {
  display: flex;
  justify-content: center;
}

.album-music-platforms img {
  height: 32px;
  width: 32px;
  margin-right: 8px;
  cursor: pointer;
}

.album-cover {
  width: 300px;
}

.video-container {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .video-container {
    grid-template-columns: 50% 50%;
    width: calc(100% - 24px);
  }
}

.video-container > iframe {
  width: 100%;
}

.section-bio {
  margin-bottom: 0px;
}

.bence-short-bio {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.bence-bio-image {
  margin-top: 0px;
  order: -1;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .bence-short-bio {
    /* height: 300px; */
    /* text-align: right; */
    flex-direction: row;
    align-items: center;
  }

  .bence-bio-image {
    margin-top: 32px;
    order: 0;
  }
}

.bence-short-bio img {
  height: 250px;
}

.bence-bio-text {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 576px) {
  .bence-bio-text {
    /* width: 450px; */
    display: block;
  }
}

.footer-bg {
  height: 700px;
  background: linear-gradient(180deg, #005e88 0%, #2c8764 100%);
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
}

.footer-bottom {
  background-color: #000;
  color: #fff;
  padding: 40px 0px;
}

.footer-bottom-container.contact {
  flex-direction: column;
}

.footer-bottom-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-contact-item {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 720px) {
  .footer-contact-item {
    flex-direction: row;
  }
}

.footer-bottom-container:first-child {
  margin-bottom: 16px;
}

.footer-text {
  margin-right: 12px;
  font-weight: 600;
}

.footer-bottom img {
  height: 24px;
  margin-right: 12px;
}

.footer-nad {
  width: 100%;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

.footer-contact {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-subscribe {
  margin-top: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 576px) {
  .footer-subscribe {
    margin-top: 60px;
  }
}

@media screen and (min-width: 576px) {
  .footer-subscribe {
    width: 500px;
  }
}

.footer-marketing-text {
  text-align: center;
}

insta-feed {
  width: 100%;
}
