/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  .grid.grid-3 {
    grid-template-columns: 1fr 1fr 1fr; }
  .grid.grid-2-1 {
    grid-template-columns: 2fr 1fr; }
    @media screen and (max-width: 991px) {
      .grid.grid-2-1 {
        grid-template-columns: 1fr; } }
  .grid.grid-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
  .grid.grid-gap-1 {
    grid-gap: 1rem; }
  .grid.swiper-slide {
    grid-template-columns: 1fr; }
    @media screen and (min-width: 991px) {
      .grid.swiper-slide {
        grid-template-columns: 2fr 1.3fr; } }
  .grid.producer {
    grid-template-columns: 1fr 2fr; }
  .grid#producer {
    grid-template-columns: 1fr 1fr; }
  @media screen and (max-width: 991px) {
    .grid.grid-m-1 {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 991px) {
    .grid.grid-m-2 {
      grid-template-columns: 1fr 1fr; } }

.flex {
  display: flex; }
  .flex.flex-space-between {
    justify-content: space-between; }
  .flex.flex-wrap {
    flex-wrap: wrap; }
  .flex.flex-4 .team-member {
    width: calc(25% - 2rem); }
  @media screen and (max-width: 991px) {
    .flex.m-flex-col {
      flex-direction: column; } }
  .flex.flex-col {
    flex-direction: column; }

@font-face {
  font-family: 'NeueMontreal-Bold';
  src: url("fonts/NeueMontreal-Bold.otf") format("opentype"); }

@font-face {
  font-family: 'NeueMontreal-BoldItalic';
  src: url("fonts/NeueMontreal-BoldItalic.otf") format("opentype"); }

@font-face {
  font-family: 'NeueMontreal-Italic';
  src: url("fonts/NeueMontreal-Italic.otf") format("opentype"); }

@font-face {
  font-family: 'NeueMontreal-Light';
  src: url("fonts/NeueMontreal-Light.otf") format("opentype"); }

@font-face {
  font-family: 'NeueMontreal-LightItalic';
  src: url("fonts/NeueMontreal-LightItalic.otf") format("opentype"); }

@font-face {
  font-family: 'NeueMontreal-Regular';
  src: url("fonts/NeueMontreal-Regular.otf") format("opentype"); }

.header {
  background: #fff;
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0; }
  .header .logo {
    top: 2rem; }
    .header .logo img {
      width: 30%;
      margin: 1rem;
      margin-right: 1rem; }
      @media screen and (min-width: 991px) {
        .header .logo img {
          width: 10%; } }
  .header .contact {
    margin: auto 1rem auto 0;
    display: flex; }
    .header .contact .lang {
      min-width: 60px;
      text-align: right;
      margin: 1rem 0;
      margin-left: 1rem; }
      .header .contact .lang .active {
        font-weight: bold; }
    .header .contact .btn {
      background-color: #000;
      border-radius: 84px;
      color: #fff;
      padding: 0.4rem 2rem;
      margin: 1rem 0; }

.navbar {
  position: fixed;
  width: 100%;
  background: #000;
  z-index: 999;
  justify-content: center;
  gap: 3rem;
  font-family: 'NeueMontreal-Regular';
  text-transform: uppercase;
  padding: 1rem 0; }
  .navbar a {
    color: #fff; }

footer {
  padding: 3rem 0 2rem 0; }
  @media screen and (max-width: 991px) {
    footer {
      font-size: 15px; } }
  footer input {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #172d22;
    background: transparent; }
  footer .footer-logo {
    width: 40%; }
    @media screen and (min-width: 991px) {
      footer .footer-logo {
        width: 20%; } }
  @media screen and (min-width: 991px) {
    footer .colspan2 {
      grid-column-start: 2;
      grid-column-end: 4; } }
  @media screen and (min-width: 991px) {
    footer .social {
      justify-self: end; } }
  footer .social img {
    width: auto;
    height: 26px; }
  @media screen and (max-width: 991px) {
    footer .copyright {
      font-size: 12px; } }
  @media screen and (max-width: 991px) {
    footer .footer-right {
      line-height: 2; } }

.project-single {
  font-family: 'NeueMontreal-Regular'; }
  .project-single .project-cover {
    width: 100%; }
  .project-single h1 {
    color: #000;
    font-family: 'NeueMontreal-Bold';
    padding: 1rem 0;
    margin: 0; }
    @media screen and (min-width: 991px) {
      .project-single h1 {
        padding: 3rem 0;
        margin: 0; } }
  @media screen and (min-width: 2000px) {
    .project-single .container {
      max-width: 1920px !important; } }

.video-embed {
  width: 100%;
  height: 70vh;
  position: relative; }

#beforeMap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: 'grid1 grid2 grid3'; }
  @media screen and (max-width: 991px) {
    #beforeMap {
      grid-template-columns: 1fr 1fr;
      grid-template-areas: 'grid1 grid1' 'grid2 grid3'; } }
  #beforeMap .grid1 {
    grid-area: grid1; }
  #beforeMap .grid2 {
    grid-area: grid2; }
  #beforeMap .grid3 {
    grid-area: grid3; }

#afterMap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: 'grid11 grid12 grid13'; }
  @media screen and (max-width: 991px) {
    #afterMap {
      grid-template-columns: 1fr 1fr;
      grid-template-areas: 'grid11 grid12' '. grid13'; } }
  #afterMap .grid11 {
    grid-area: grid11; }
  #afterMap .grid12 {
    grid-area: grid12; }
  #afterMap .grid13 {
    grid-area: grid13; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*,
*:before,
*:after {
  box-sizing: border-box; }

::-moz-selection {
  background: #b9d461;
  color: #000; }

::selection {
  background: #b9d461;
  color: #000; }

html {
  scroll-behavior: smooth;
  background: #fff; }

body {
  background-color: #fff;
  font-family: 'NeueMontreal-Bold';
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  overflow-y: scroll; }
  @media screen and (max-width: 991px) {
    body {
      font-size: 12px;
      overflow-y: scroll; } }
  body.lock-scroll {
    overflow: hidden; }

a {
  color: inherit;
  text-decoration: none;
  font-family: 'NeueMontreal-Regular';
  text-transform: uppercase;
  letter-spacing: 1px; }

img {
  max-width: 100%;
  height: auto; }
  img.parallax {
    width: 100%; }

body,
h3,
h4 {
  color: #000; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700; }

h1 {
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 3rem;
  margin-top: 0.8rem; }

.h3-bigger {
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 31px;
  font-weight: 900; }

li,
p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400; }

p {
  margin-bottom: 16px;
  font-family: 'NeueMontreal-Regular'; }

small {
  font-size: 50%; }

strong {
  font-weight: 700; }

marquee img {
  height: 14px;
  width: auto; }

.p-0 {
  padding: 0; }

.p-1 {
  padding: 1rem; }

.p-2 {
  padding: 2rem; }

.p-3 {
  padding: 3rem; }

.p-4 {
  padding: 4rem; }

.p-5 {
  padding: 5rem; }

.p-6 {
  padding: 6rem; }

.pb-0 {
  padding-bottom: 0; }

.pb-1 {
  padding-bottom: 1rem; }

.pb-2 {
  padding-bottom: 2rem; }

.pb-3 {
  padding-bottom: 3rem; }

.pb-4 {
  padding-bottom: 4rem; }

.pb-5 {
  padding-bottom: 5rem; }

.pb-6 {
  padding-bottom: 6rem; }

.pt-0 {
  padding-top: 0 !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pt-2 {
  padding-top: 2rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pt-6 {
  padding-top: 6rem !important; }

.pr-1 {
  padding-right: 1rem; }

.pr-2 {
  padding-right: 2rem; }

.pr-3 {
  padding-right: 3rem; }

.pr-4 {
  padding-right: 4rem; }

.py-0 {
  padding: 0 0; }

.py-1 {
  padding: 1rem 0; }

.py-2 {
  padding: 2rem 0; }

.py-3 {
  padding: 3rem 0; }

.py-4 {
  padding: 4rem 0; }

.py-5 {
  padding: 5rem 0; }

.py-6 {
  padding: 6rem 0; }

.px-1 {
  padding: 0 1rem; }

.m-0 {
  margin: 0; }

.m-1 {
  margin: 1rem; }

.m-2 {
  margin: 2rem; }

.m-3 {
  margin: 3rem; }

.m-4 {
  margin: 4rem; }

.m-5 {
  margin: 5rem; }

.m-6 {
  margin: 6rem; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

.mt-5 {
  margin-top: 5rem !important; }

.mt-6 {
  margin-top: 6rem !important; }

.mt--200 {
  margin-top: -200px; }

.my-0 {
  margin: 0 0; }

.my-1 {
  margin: 1rem 0; }

.my-2 {
  margin: 2rem 0; }

.my-3 {
  margin: 3rem 0; }

.my-4 {
  margin: 4rem 0; }

.my-5 {
  margin: 5rem 0; }

.my-6 {
  margin: 6rem 0; }

.mx-1 {
  margin: 0 1rem; }

.mx-2 {
  margin: 0 2rem; }

.mx-3 {
  margin: 0 3rem; }

.mx-4 {
  margin: 0 4rem; }

.mx-5 {
  margin: 0 5rem; }

.mx-6 {
  margin: 0 6rem; }

.ml-0 {
  margin-left: 0 !important; }

.ml-1 {
  margin-left: 1rem !important; }

.ml-2 {
  margin-left: 2rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.ml-4 {
  margin-left: 4rem !important; }

.ml-5 {
  margin-left: 5rem !important; }

.ml-6 {
  margin-left: 6rem !important; }

.ml-30precent {
  margin-left: 30% !important; }

.mr-0 {
  margin-right: 0 !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.mr-5 {
  margin-right: 5rem !important; }

.mr-6 {
  margin-right: 6rem !important; }

@media screen and (min-width: 1920px) {
  .xl-mt-16 {
    margin-top: 16rem; } }

.my-auto {
  margin: auto 0; }

.mx-auto {
  margin: 0 auto; }

.fs-17 {
  font-size: 17px !important;
  line-height: 25px !important; }

.w-10 {
  max-width: 10% !important;
  width: 10%; }

.w-20 {
  max-width: 20% !important;
  width: 20%; }

.w-40 {
  max-width: 40% !important;
  width: 40%; }

.w-50 {
  max-width: 50% !important;
  width: 50%; }

.w-60 {
  max-width: 60% !important;
  width: 60%; }

.w-70 {
  max-width: 70% !important;
  width: 70%; }

.w-80 {
  max-width: 80% !important;
  width: 80%; }

.w-90 {
  max-width: 90% !important;
  width: 90%; }

.w-100 {
  max-width: 100% !important;
  width: 100%; }

.w-10,
.w-20,
.w-40,
.w-50,
.w-60,
.w-70,
.w-80,
.w-90,
.w-100 {
  margin: 0 auto; }

@media screen and (max-width: 991px) {
  .m-w-30 {
    max-width: 20% !important;
    width: 20%; } }

.nomargin {
  margin: 0 !important; }

.nopadding {
  padding: 0 !important; }

.nolinkdecor {
  color: inherit !important; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

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

@media screen and (max-width: 991px) {
  .m-mt-1 {
    margin-top: 1rem; } }

@media screen and (max-width: 991px) {
  .m-mt-2 {
    margin-top: 2rem; } }

@media screen and (max-width: 991px) {
  .m-mt-3 {
    margin-top: 3rem; } }

.container {
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 991px) {
    .container {
      max-width: 90%; } }

.wrapper {
  position: relative;
  width: 100%;
  height: 100%; }

.btn {
  background-color: #000;
  border-radius: 84px;
  color: #fff;
  padding: 0.4rem 2rem;
  text-align: center;
  line-height: 1 !important;
  display: inline; }
  @media screen and (max-width: 991px) {
    .btn {
      max-width: 160px; } }

.margin-bottom-0 {
  margin-bottom: 0; }

.bg--white {
  background-color: #fff;
  color: #b9d461; }

.bg--black {
  background-color: #000;
  color: #fff; }

.bg--green {
  background-color: #b9d461;
  color: #fff; }

.mobile-only {
  display: none; }
  @media screen and (max-width: 991px) {
    .mobile-only {
      display: block; } }

.desktop-only {
  display: block; }
  @media screen and (max-width: 991px) {
    .desktop-only {
      display: none; } }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.hide {
  display: none; }

.show {
  display: block; }

#hero {
  background-color: #000; }
  @media screen and (min-width: 991px) {
    #hero {
      padding-top: 40px; } }
  #hero .swiper {
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 991px) {
      #hero .swiper {
        height: 50vh; } }
  #hero .swiper-slide {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important; }
  #hero .swiper-pagination {
    position: relative;
    margin-top: 40px; }
  #hero .slider-img {
    background-size: cover !important;
    background-position: center !important;
    padding-bottom: 56.25% !important;
    background-repeat: no-repeat !important; }
  #hero #keresztanyu-slider {
    background: url("../img/keresztanyu-slider.png"); }
  #hero #luxus-slider {
    background: url("../img/felesegek-slider.jpg"); }
  #hero #stilusparbaj-slider {
    background: url("../img/stilusparbaj-slider.jpg"); }
  #hero #hotel-margaret-slider {
    background: url("../img/hotel-slider.jpg"); }

.description {
  color: #fff;
  width: 90%; }
  .description h1 {
    margin: 2rem;
    margin-left: 0;
    margin-top: 2rem; }
    @media screen and (min-width: 991px) {
      .description h1 {
        width: 60%;
        margin-top: 0;
        margin-bottom: 4rem; } }
    .description h1 .subtitle {
      font-family: 'NeueMontreal-Regular';
      display: block;
      margin-top: 1rem;
      font-size: 38px; }
  .description p {
    font-size: 20px;
    line-height: 30px; }
    .description p.description-text {
      height: auto;
      overflow: none; }
    @media screen and (min-width: 991px) {
      .description p.description-text {
        overflow: scroll;
        height: 50vh; } }

.swiper-pagination-bullet {
  background: #f0f0f0 !important;
  opacity: 0.6; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1; }

main {
  margin-top: 110px; }
  @media screen and (min-width: 991px) {
    main {
      margin-top: 130px; } }

#productions-list {
  text-align: center; }
  #productions-list h1 {
    color: #000 !important; }
    #productions-list h1 a {
      font-family: 'NeueMontreal-Regular'; }
  #productions-list .list {
    justify-content: center;
    text-transform: uppercase;
    margin: 0 auto;
    letter-spacing: 1px; }
    @media screen and (min-width: 991px) {
      #productions-list .list {
        gap: 1rem; } }
    #productions-list .list p {
      font-size: 12px;
      margin: 0 0.5rem; }
      @media screen and (min-width: 991px) {
        #productions-list .list p {
          margin: 0;
          font-size: 15px; } }

#productions {
  padding-top: 1rem; }
  @media screen and (min-width: 991px) {
    #productions {
      padding-top: 5rem; } }

#productions .production {
  background-size: 102%;
  background-position: center;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease; }
  #productions .production h2 {
    color: #fff;
    font-family: 'NeueMontreal-Bold';
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    grid-area: h2;
    position: absolute;
    bottom: 2rem;
    letter-spacing: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-shadow: 1px 1px 5px #000; }
    @media screen and (max-width: 991px) {
      #productions .production h2 {
        bottom: 1rem;
        font-size: 15px; } }
  #productions .production .production-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    color: white;
    padding: 1rem;
    font-size: 65px;
    text-transform: capitalize;
    font-family: 'NeueMontreal-Bold';
    left: 100%;
    transition: all 0.3s ease; }
  #productions .production:hover {
    background-size: 104%; }
    #productions .production:hover .production-overlay {
      left: 0; }

#producer {
  background: #000; }
  #producer #producer-img img {
    display: block; }
  #producer .signature {
    display: flex;
    justify-content: flex-end;
    width: 100%; }
    #producer .signature img {
      max-width: 160px; }

#team hr {
  border-top: 2px solid #000; }

#team .team-member .member-img img {
  width: 100%; }

#team .team-member .member-name {
  font-size: 16px;
  text-transform: uppercase; }

#team .team-member .member-title {
  font-size: 15px; }

#keresztanyu-infos h1 {
  color: #000;
  margin-right: 10%; }

#keresztanyu-infos #actors {
  width: 40%; }
  #keresztanyu-infos #actors #actors-title {
    font-weight: 800; }
  #keresztanyu-infos #actors p {
    line-height: 1rem; }

#keresztanyu-infos p {
  margin-right: 10%;
  line-height: 1rem;
  white-space: nowrap; }

#keresztanyu-infos #producer-name {
  margin-bottom: 15px; }

#keresztanyu-video1 {
  background: url("../img/1.jpg");
  background-size: cover;
  background-position: center;
  padding-bottom: 56.25%; }

.keresztanyu-subpage h1 {
  color: #000; }

a:hover {
  text-decoration: underline; }
