.hero-section {
  position: relative;
  z-index: 500;
  display: none;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.21)), to(hsla(0, 0%, 100%, 0.21)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.21), hsla(0, 0%, 100%, 0.21));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.line-block {
  position: relative;
  z-index: 10;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 100%, 0.08);
}

.lines-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo-block {
  width: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 54px;
}

.logo {
  margin-left: -1px;
  padding-bottom: 33px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  opacity: 0.73;
  color: #a26464;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.logo.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-left: 0px;
  opacity: 1;
}

.body {
  overflow: hidden;
  height: 100vh;
  background-color: transparent;
}

.sub-title {
  position: static;
  margin-top: 15px;
  font-family: Yukitasans, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 6px;
}

.logo-block-2 {
  width: 100%;
}

.button-wrapper {
  display: none;
  margin-top: 87px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
}

.hero-containers {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 100px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.trigger:hover {
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
}

.plus-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 25px;
  text-align: center;
  text-transform: none;
}

.form-container {
  position: absolute;
  z-index: 15;
  display: none;
}

.form-block {
  width: 350px;
  margin-bottom: 50px;
}

.submit-button {
  width: 350px;
  margin-top: 0px;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: azo-sans-web;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
}

.submit-button:hover {
  border-color: #000;
  background-color: #fff;
  color: #000;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.text-field::-webkit-input-placeholder {
  font-family: azo-sans-web;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}

.text-field:-ms-input-placeholder {
  font-family: azo-sans-web;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}

.text-field::-ms-input-placeholder {
  font-family: azo-sans-web;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}

.text-field::placeholder {
  font-family: azo-sans-web;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
}

.text-field-2 {
  background-color: transparent;
  color: #fff;
  text-align: center;
}

.text-field-2::-webkit-input-placeholder {
  font-family: azo-sans-web;
  color: #fff;
  letter-spacing: 2px;
}

.text-field-2:-ms-input-placeholder {
  font-family: azo-sans-web;
  color: #fff;
  letter-spacing: 2px;
}

.text-field-2::-ms-input-placeholder {
  font-family: azo-sans-web;
  color: #fff;
  letter-spacing: 2px;
}

.text-field-2::placeholder {
  font-family: azo-sans-web;
  color: #fff;
  letter-spacing: 2px;
}

.success-message {
  background-color: #fff;
}

.subscribe-text {
  margin-bottom: 13px;
  font-family: azo-sans-web;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

.text-block {
  text-align: center;
}

.gallery {
  position: relative;
  width: 100%;
  height: 4000px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url('../images/section-bg.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-attachment: scroll;
}

.gallery-scroll-track {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.gallery-container {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.gallery-track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300vw;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-image {
  height: 70vh;
  margin: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 5px;
}

.gallery-image._1 {
  background-image: url('../images/orosz-lanchid-color.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-image._2 {
  background-image: url('../images/parlament_baranyai-color.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-image._3 {
  background-image: url('../images/stark-herosquare-color.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.gallery-image._4 {
  background-image: url('../images/lehel-basilica-colore.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.line-1 {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #000;
}

.line-2 {
  width: 2px;
  height: 20px;
  background-color: #000;
}

.highlight-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.16)), to(hsla(0, 0%, 100%, 0.16))), url('../images/hero-bg-full-2.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.16), hsla(0, 0%, 100%, 0.16)), url('../images/hero-bg-full-2.jpg');
  background-position: 0px 0px, 50% 0px;
}

.highlight-containers {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gradient-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
  max-height: 100vh;
  min-height: 90vh;
  -webkit-filter: blur(160px);
  filter: blur(160px);
  mix-blend-mode: lighten;
}

.circle {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 50vw;
  height: 80vh;
  border-radius: 50%;
  background-color: #fe3218;
}

.circle._1 {
  left: 1%;
  top: -25%;
  width: 60vw;
  height: 90vh;
  background-color: #770881;
}

.circle._2 {
  left: auto;
  top: -25%;
  right: -10%;
  bottom: auto;
  width: 60vw;
  height: 90vh;
  background-color: #7855ee;
}

.circle._4 {
  left: auto;
  top: auto;
  right: -10%;
  bottom: -25%;
  width: 60vw;
  height: 90vh;
  background-color: #b93ad3;
}

.circle._3 {
  left: -4%;
  top: auto;
  right: auto;
  bottom: -39%;
  width: 60vw;
  height: 90vh;
  background-color: #a31faf;
}

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1a;
  mix-blend-mode: darken;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hover-mask-cursor {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20em;
  height: 20em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
}

.cursor-reveal {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.bottom-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-wrapper {
  position: absolute;
  width: 100vw;
  height: 100vh;
}

.image {
  width: 100%;
}

.image-2 {
  position: absolute;
  display: block;
  width: 100%;
}

.content-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.content-wrapper.bottom-layer {
  width: 100vw;
  max-width: 100vw;
}

.coming-sson-sub-title {
  margin-top: 120px;
  font-family: Yukitasans, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.coming-sson-sub-title._0op {
  opacity: 1;
  color: #fff;
}

.band-name-title {
  font-family: Stentiga, sans-serif;
  color: #fff;
  font-size: 250px;
  line-height: 1;
  font-weight: 400;
}

.band-name-title.black {
  color: #000;
}

.bold-text {
  font-weight: 400;
}

.subtitle-text {
  font-family: Yukitasans, sans-serif;
}

.subtitle-text._0op {
  opacity: 1;
  color: #fff;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrapper-top {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.content-wrapper-top.bottom-layer {
  width: 100vw;
  max-width: 100vw;
}

@media screen and (max-width: 991px) {
  .hero-containers {
    width: 76%;
  }

  .gallery-image {
    height: 50vh;
  }

  .highlight-containers {
    width: 76%;
  }

  .gradient-wrapper {
    -webkit-filter: blur(180px);
    filter: blur(180px);
  }

  .circle {
    width: 80vw;
    height: 80vw;
  }

  .image-wrapper {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    padding-bottom: 15px;
  }

  .trigger {
    position: relative;
    top: 45px;
  }

  .form-container {
    display: none;
  }

  .gallery-image {
    min-width: 22.5%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .circle {
    height: 80vh;
  }

  .image-wrapper {
    background-size: contain;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo {
    padding-bottom: 10px;
  }

  .sub-title {
    display: block;
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: 3px;
  }

  .trigger {
    top: 50px;
  }

  .form-block {
    width: 280px;
  }

  .submit-button {
    width: 280px;
  }

  .gallery-track {
    padding-right: 10px;
    padding-left: 10px;
  }

  .gallery-image {
    margin-right: 10px;
    margin-left: 10px;
  }

  .highlight-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-wrapper {
    background-position: 50% 100%;
  }
}

@font-face {
  font-family: 'Stentiga';
  src: url('../fonts/Stentiga.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yukitasans';
  src: url('../fonts/YukitaSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yukitasans';
  src: url('../fonts/YukitaSans-Bold.otf') format('opentype'), url('../fonts/YukitaSans-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yukitasans';
  src: url('../fonts/YukitaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yukitasans';
  src: url('../fonts/YukitaSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yukitasans';
  src: url('../fonts/YukitaSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Yukitasans';
  src: url('../fonts/YukitaSans-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}