:root {
  --white: white;
  --black: black;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.hero-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/texture-background-with-silver-foil-effect.jpg'), linear-gradient(#ffffff36, #ffffff36), url('../images/freepik__futuristic-fashion-female-model-in-space-behind-a-__16953.jpeg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
  background-attachment: fixed, scroll, fixed;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-block {
  z-index: 10;
  border-right: 1px solid #ffffff14;
  flex: 1;
  height: 100%;
  position: relative;
}

.lines-wrapper {
  z-index: 5;
  flex: 1;
  display: flex;
  position: absolute;
  inset: 0;
}

.logo-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.logo {
  z-index: 52;
  mix-blend-mode: normal;
  border-bottom-style: solid;
  border-bottom-color: #0000001a;
  width: 100%;
  padding-bottom: 30px;
  position: relative;
}

.body {
  background-color: #000;
  font-family: Exo, sans-serif;
}

.sub-title {
  color: #000;
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 15px;
  font-family: Exo, sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.logo-block-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-wrapper {
  z-index: 500;
  border: 1px solid #171716;
  align-self: center;
  margin-top: 87px;
  display: none;
  position: relative;
}

.hero-containers {
  z-index: 250;
  flex-direction: column;
  width: 50%;
  margin-top: -5%;
  display: flex;
  position: relative;
}

.trigger {
  cursor: pointer;
  border: 2px solid #171716;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: opacity .2s;
  display: flex;
}

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

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

.form-container {
  z-index: 15;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Exo, sans-serif;
  display: none;
  position: absolute;
}

.form-block {
  width: 350px;
  margin-bottom: 50px;
  font-family: Exo, sans-serif;
}

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

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

.form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

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

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

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

.subscribe-text {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 13px;
  font-family: Exo, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
}

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

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

.gallery-scroll-track {
  z-index: 1;
  position: absolute;
  inset: 0;
}

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

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

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

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

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

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

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

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

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

.highlight-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#ffffff29, #ffffff29), url('../images/hero-bg-full-2.jpg');
  background-position: 0 0, 50% 0;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: relative;
}

.highlight-containers {
  z-index: 10;
  flex-direction: column;
  width: 50%;
  display: flex;
  position: relative;
}

.paragraph {
  color: #1f1f1f;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.eye-logo {
  z-index: 50;
  background-color: #171716;
  border: 1px #171716;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 52%;
  right: 19%;
}

.div-block {
  position: absolute;
  inset: 0%;
}

.background-video {
  z-index: 50;
  height: 100%;
}

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

  .gallery-image {
    height: 50vh;
  }

  .highlight-containers {
    width: 76%;
  }
}

@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-left: 10px;
    margin-right: 10px;
  }
}

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

  .logo {
    padding-bottom: 10px;
  }

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

  .button-wrapper {
    border-style: none;
    margin-top: 0;
  }

  .trigger {
    top: 50px;
  }

  .form-block, .submit-button {
    width: 280px;
  }

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

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

  .highlight-section {
    justify-content: center;
    display: flex;
  }

  .eye-logo {
    width: 18px;
    height: 18px;
    bottom: 56%;
    right: 17%;
  }
}

#w-node-cc9bbde0-0d35-d1dc-0d38-430bc44fd4df-aeba466b, #w-node-_9cc8f684-22c1-696e-f7c5-da99bcb59677-aeba466b, #w-node-e9ff7b18-9c52-8342-04f9-3765b39ff26e-aeba466b {
  place-self: center;
}


