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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
  font-weight: 700;
}

html, body {
  scroll-behavior: smooth;
}

body {
  font-family: "DIN-Next-Rounded-LT-W01-Light";
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

@font-face{
  font-family: "Futura-LT-W01-Light-Oblique";
  src: url("/fonts/Futura-LT-W01-Light-Oblique/Futura-LT-W01-Light-Oblique.eot");
  src: url("/fonts/Futura-LT-W01-Light-Oblique/Futura-LT-W01-Light-Oblique.eot?#iefix")format("embedded-opentype"),
    url("/fonts/Futura-LT-W01-Light-Oblique/Futura-LT-W01-Light-Oblique.woff")format("woff"),
    url("/fonts/Futura-LT-W01-Light-Oblique/Futura-LT-W01-Light-Oblique.woff2")format("woff2"),
    url("/fonts/Futura-LT-W01-Light-Oblique/Futura-LT-W01-Light-Oblique.ttf")format("truetype"),
    url("/fonts/Futura-LT-W01-Light-Oblique/Futura-LT-W01-Light-Oblique.svg#Futura-LT-W01-Light-Oblique")format("svg");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

.futura-light-italic {
  font-family: "Futura-LT-W01-Light-Oblique";
}

@font-face{
  font-family: "Futura-Light";
  src: url("/fonts/Futura/Futura-Light.eot");
  src: url("/fonts/Futura/Futura-Light.eot?#iefix")format("embedded-opentype"),
    url("/fonts/Futura/Futura-Light.woff")format("woff"),
    url("/fonts/Futura/Futura-Light.woff2")format("woff2"),
    url("/fonts/Futura/Futura-Light.ttf")format("truetype"),
    url("/fonts/Futura/Futura-Light.svg#Futura-LT-W01-Light-Oblique")format("svg");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

.futura {
  font-family: "Futura-Light";
}

@font-face{
  font-family: "DIN-Next-Rounded-LT-W01-Light";
  src: url("/fonts/DIN-Next-Rounded-LT-W01-Light/DIN-Next-Rounded-LT-W01-Light.eot");
  src: url("/fonts/DIN-Next-Rounded-LT-W01-Light/DIN-Next-Rounded-LT-W01-Light.eot?#iefix")format("embedded-opentype"),
    url("/fonts/DIN-Next-Rounded-LT-W01-Light/DIN-Next-Rounded-LT-W01-Light.woff")format("woff"),
    url("/fonts/DIN-Next-Rounded-LT-W01-Light/DIN-Next-Rounded-LT-W01-Light.woff2")format("woff2"),
    url("/fonts/DIN-Next-Rounded-LT-W01-Light/DIN-Next-Rounded-LT-W01-Light.ttf")format("truetype"),
    url("/fonts/DIN-Next-Rounded-LT-W01-Light/DIN-Next-Rounded-LT-W01-Light.svg#DIN-Next-Rounded-LT-W01-Light")format("svg");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

.din-next {
  font-family: "DIN-Next-Rounded-LT-W01-Light";
}

@font-face{
  font-family: "DIN-Neuzeit-Grotesk-LT-W01-BdCn";
  src: url("/fonts/DIN-Neuzeit-Grotesk-LT-W01-BdCn/DIN-Neuzeit-Grotesk-LT-W01-BdCn.eot");
  src: url("/fonts/DIN-Neuzeit-Grotesk-LT-W01-BdCn/DIN-Neuzeit-Grotesk-LT-W01-BdCn.eot?#iefix")format("embedded-opentype"),
    url("/fonts/DIN-Neuzeit-Grotesk-LT-W01-BdCn/DIN-Neuzeit-Grotesk-LT-W01-BdCn.woff")format("woff"),
    url("/fonts/DIN-Neuzeit-Grotesk-LT-W01-BdCn/DIN-Neuzeit-Grotesk-LT-W01-BdCn.woff2")format("woff2"),
    url("/fonts/DIN-Neuzeit-Grotesk-LT-W01-BdCn/DIN-Neuzeit-Grotesk-LT-W01-BdCn.ttf")format("truetype"),
    url("/fonts/DIN-Neuzeit-Grotesk-LT-W01-BdCn/DIN-Neuzeit-Grotesk-LT-W01-BdCn.svg#DIN-Neuzeit-Grotesk-LT-W01-BdCn")format("svg");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

.din-neuzeit {
  font-family: "DIN-Neuzeit-Grotesk-LT-W01-BdCn";
}

.container {
  --padding: 30px;
  --content-width: 1280px;
  max-width: calc(var(--content-width) + var(--padding) * 2);
  padding: 0 var(--padding);
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

#header {
  background: #2f2e2e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  z-index: 99;
}

#header nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}

#header nav a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9375em;
}

#header nav a:hover {
  color: #b0aaa9;
}

#hero {
  text-align: center;
  background: transparent;
  height: calc(100vh - 64px);
  color: #fff;
  margin-top: 64px;
  padding-top: 78px;
  position: relative;
}

#hero video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#hero .socials {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

#hero .title {
  font-size: 4.25em;
  margin-top: 20px;
}

#hero p {
  text-decoration: underline;
  font-size: 1.3125em;
  font-weight: 700;
  margin-top: 36px;
  letter-spacing: 0.19em;
}

#rolam {
  text-align: center;
  padding: 94px 0 125px 0;
  color: #fff;
  background-image: url('/images/rolam-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#rolam .title {
  font-size: 2.125em;
  letter-spacing: 0.1em;
  position: relative;
}

#rolam .sep {
  display: block;
  width: 36px;
  height: 3px;
  background: #fff;
  margin: 38px auto 34px auto;
}

#rolam p {
  max-width: 603px;
  font-size: 1.375em;
  line-height: 31px;
  margin: 30px auto 0 auto;
}

#banner img {
  width: 100%;
  display: block;
}

#banner2 {
  background-image: url('/images/banner2.avif');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 122px 0 106px 0;
}

#banner2 .inner {
  background-color: #fff;
  padding: 28px 20px 31px 20px;
  max-width: 756px;
  margin: 0 auto;
}

#banner2 .title {
  font-size: 1.875em;
  color: #6e6968;
}

#banner2 p {
  font-size: 1.375em;
  color: #192a33;
}

#banner2 .sep {
  display: block;
  width: 36px;
  height: 3px;
  background: #000;
  margin: 29px auto 26px auto;
}

#munkaim {
  text-align: center;
  padding: 86px 0 20px 0;
}

#munkaim .title {
  font-size: 2.125em;
  color: #2f2e2e;
}

#munkaim .sep {
  display: block;
  width: 36px;
  height: 3px;
  background: #000;
  margin: 20px auto 17px auto;
}

#munkaim .inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

#munkaim .inner div {
  background-color: #000;
}

#munkaim img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  max-height: 320px;
}

#szolgaltatasok {
  background-attachment: fixed;
  background-image: url('/images/rolam-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  padding: 122px 0 94px 0;
}

#szolgaltatasok .container {
  --content-width: 1050px;
}

#szolgaltatasok .title {
  font-size: 2.125em;
}

#szolgaltatasok .sep {
  display: block;
  width: 36px;
  height: 3px;
  background: #fff;
  margin: 29px auto 35px auto;
}

#szolgaltatasok .inner {
  display: flex;
  justify-content: center;
  gap: 50px;
}

#szolgaltatasok .el {
  flex: 1;
}

#szolgaltatasok .el .img {
  height: 152px;
}

#szolgaltatasok .el h3 {
  font-size: 1.25em;
}

#szolgaltatasok .el p {
  margin-top: 42px;
  font-size: 1.0625em;
  line-height: 24px;
}

#irj {
  background-image: url('/images/banner2.avif');
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  padding: 84px 0 66px 0;
  text-align: center;
}

#irj .inner {
  background-color: #fff;
  border: 1px solid #000;
  padding: 58px 58px 90px 58px;
  max-width: 662px;
  margin: 0 auto;
}

#irj .title {
  color: #2f2e2e;
  font-size: 2.125em;
}

#irj .sep {
  display: block;
  width: 36px;
  height: 3px;
  background: #2f2e2e;
  margin: 24px auto 34px auto;
}

#irj .flex {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

#irj .text {
  width: 200px;
}

#irj .text,
#irj .text a {
  font-size: 1.0625em;
  line-height: 20px;
  color: #2f2e2e;
}

#irj .text * {
  margin-bottom: 22px;
  display: block;
}

#irj .form {
  width: 286px;
}

#irj .form .row {
  margin-bottom: 13px;
}

#irj .form label {
  display: block;
  font-size: 1.0625em;
  margin-bottom: 11px;
}

#irj .form input {
  height: 30px;
  line-height: 30px;
}

#irj .form textarea {
  resize: none;
  height: 119px;
  padding-top: 7px;
}

#irj .form textarea,
#irj .form input {
  width: 100%;
  border: 1px solid #000;
  border-radius: 0;
  font-size: 0.875em;
  text-indent: 10px;
}

#irj .form textarea:focus,
#irj .form textarea:focus-within,
#irj .form textarea:focus-visible,
#irj .form input:focus,
#irj .form input:focus-within,
#irj .form input:focus-visible {
  outline: none;
  border: 2px solid rgb(47, 46, 46);
  border-radius: 0;
}

#irj button[type="submit"] {
  background: rgb(47, 46, 46);
  font-size: 0.875em;
  height: 30px;
  line-height: 29px;
  color: #fff;
  text-align: center;
  border: none;
  width: 100%;
  cursor: pointer;
}

#irj button[type="submit"]:hover {
  background: rgb(110, 105, 104);
}

footer {
  background: #2f2e2e;
  padding: 50px 0;
  text-align: center;
  color: #fff;
}

footer .socials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

footer p {
  font-size: 0.875em;
}

#header .socials,
#header .hamburger {
  display: none;
}

@media screen and (max-width: 768px ) {
  #header .container {
    display: flex;
    align-items: center;
  }

  #header .hamburger {
    display: block;
    height: 20px;
    margin-left: auto;
    position: relative;
    width: 22px;
    cursor: pointer;
  }

  #header .hamburger span {
    background-color: #fff;
    border-radius: 2px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .25s ease-in-out;
    width: 100%;
  }

  #header .hamburger span:nth-child(2) {
    bottom: 0;
    top: 0;
    margin: auto;
  }

  #header .hamburger span:nth-child(3) {
    bottom: 0;
  }

  #header nav {
    position: fixed;
    top: 0;
    left: 100vw;
    right: 0;
    bottom: 0;
    width: 100vw;
    transition: all 0.3s;
    background: #2f2e2e;
    flex-direction: column;
    justify-content: start;
    padding: 100px 20px 50px 20px;
    gap: 2em;
  }

  #header nav.active {
    left: 0;
  }

  #header nav a {
    font-size: 1.0625em;
  }

  #header .socials {
    display: flex;
    gap: 12px;
    margin-top: auto;
  }

  #hero .socials {
    display: none;
  }

  #irj,
  #szolgaltatasok,
  #banner2,
  #rolam {
    padding: 50px 0;
  }

  #munkaim {
    padding-top: 50px;
  }

  #munkaim .inner {
    grid-template-columns: 1fr;
  }

  #szolgaltatasok .inner {
    display: block;
  }

  #szolgaltatasok .el {
    margin-bottom: 50px;
  }

  #szolgaltatasok .inner .el:last-child {
    margin-bottom: 0;
  }

  #szolgaltatasok .el p {
    margin-top: 1em;
  }

  #irj .inner {
    padding: 50px;
  }

  #irj .flex {
    display: block;
  }

  #irj .text, #irj .text a {
    width: 100%;
  }

  #irj .form {
    margin: 50px auto 0 auto;
    max-width: 100%;
    width: 300px;
  }
}

@media screen and (max-width: 567px ) {
  #hero {
    height:350px;
    padding-top:20px;
  }
  #hero .title {
    font-size: 51px;
  }
  #hero img {
    width:110px;
  }

  #hero p {
    font-size: 1.125em;
  }

  #irj .inner {
    padding: 50px 20px;
  }

  #irj .form {
    width: 100%;
  }
}