@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap);
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Bold.ttf');
    font-weight: 700;
}*/
/*
  Theme Name: DevFolio
  Theme URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*======================================
//--//-->   STYLES GENERALES
======================================*/
body {
  background-color: #f5f5f5;
  color: #4e4e4e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}

a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #007EEA;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: #007EEA;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,
.paralax-mf,
.service-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.overlay-mf {
  background-color: #007EEA;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*--/ Sections /--*/
.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/
.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/
.title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 38px;
  font-weight: bold;
}

.subtitle-a {
  color: #4e4e4e;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #007EEA;
  margin: 0 auto;
}

/*--/ Title Left /--*/
.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #007EEA;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/
.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/
.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #007EEA;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #007EEA;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/
.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #007EEA;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/
.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #007EEA;
  display: block;
}

/*------/ Owl Carousel /------*/
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/
.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #007EEA;
  opacity: 0.7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(200deg, rgb(0, 125, 233) 0%, rgb(0, 46, 110) 100%);
  color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 16px;
  right: 20px;
  bottom: 20px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top:hover {
  background: linear-gradient(200deg, rgb(0, 125, 233) 0%, rgb(0, 46, 110) 0%);
}

.back-to-top i {
  padding-top: 15px;
  color: #fff;
  font-size: 18px;
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #181E29;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-top: 6px solid #007EEA;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 0.75s linear infinite;
  animation: animate-preloader 0.75s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*======================================
//--//-->   NAVBAR
======================================*/
.navbar-b {
  transition: all 0.5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #fff;
  font-weight: 300;
  font-size: 22px;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: "";
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 35px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: #fff;
}

.navbar-b.navbar-trans .nav-link:hover {
  color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #fff;
}

.navbar-b.navbar-reduce {
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #007EEA;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #007EEA;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #007EEA;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #007EEA;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #ffffff;
}

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: 0.7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #007EEA;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #007EEA;
}

/*--/ Hamburger Navbar /--*/
.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   INTRO
======================================*/
.intro {
  height: 100vh;
  position: relative;
  color: #fff;
  background: black;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}

.intro .intro-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #007EEA;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/*======================================
//--//-->   SERVICES
======================================*/
.service-box {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #007EEA;
  box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 0;
}

.service-box .s-description {
  color: #4e4e4e;
}

/*======================================
//--//-->   FOOTER
======================================*/
footer {
  text-align: center;
  color: #fff;
  padding-bottom: 4rem;
}

footer .copyright {
  margin-bottom: 0.3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}
@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
  .card-blog {
    margin-bottom: 3rem;
  }
  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}
@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }
  .navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }
  .navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }
  .intro .intro-title {
    font-size: 4.5rem;
  }
  .intro .intro-subtitle {
    font-size: 2.5rem;
  }
  .intro-single .intro-title {
    font-size: 3.5rem;
  }
  .testimonial-box .description {
    padding: 0 5rem;
  }
  .post-box,
.form-comments,
.box-comments,
.widget-sidebar {
    padding: 3rem;
  }
  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }
  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}
@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
body {
  font-family: "Poppins", sans-serif;
}

::-moz-selection {
  background: #002E6E;
  color: white !important;
  -webkit-text-fill-color: initial !important;
}

::selection {
  background: #002E6E;
  color: white !important;
  -webkit-text-fill-color: initial !important;
}

::-moz-selection {
  background: #002E6E;
  color: white !important;
  -webkit-text-fill-color: initial !important;
}

section.dark {
  background: #181E29;
  color: white;
}
section .intro-text p {
  color: white;
  font-size: 22px;
  line-height: 150%;
  margin-bottom: 16px;
}
section .bg-aperture {
  position: absolute;
  right: 0;
  top: -260px;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 80s linear infinite;
}

section#kapcsolat {
  background: #070B10;
  color: white;
  padding-top: 80px;
  padding-bottom: 70px;
  text-align: center;
}
section#kapcsolat a {
  color: white;
}
section#kapcsolat img.logo {
  margin-bottom: 50px;
}
section#kapcsolat h4 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 24px;
  color: white;
}
section#kapcsolat .social-icons {
  margin-top: 30px;
  margin-bottom: 45px;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
section#kapcsolat .contact-icons {
  display: flex;
  gap: 100px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
section#kapcsolat .contact-icons .contact-box {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
section#kapcsolat .links {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  gap: 65px;
  align-items: center;
  justify-content: center;
}

footer {
  background: #ffffff;
  color: black;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 21px;
}

.madeWithLove a {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: saturate(0);
  gap: 7px;
}
.madeWithLove a .reonLogo {
  position: relative;
  margin: 0px 0px;
  display: inline-block;
  width: 60px;
  height: 30px;
}
.madeWithLove a .reonLogo .rect {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #00d2d2;
  transition: all 0.5s;
}
.madeWithLove a .reonLogo .rect .circle {
  width: 20px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  transition: all 0.5s;
}
.madeWithLove a .reonLogo .text {
  position: absolute;
  left: 30px;
  top: 0px;
  transition: all 0.5s;
}
.madeWithLove a .reonLogo .text img {
  width: 30px;
}
.madeWithLove a:hover {
  color: black;
  filter: saturate(1);
}
.madeWithLove a:hover .rect {
  transform: rotate(90deg);
}
.madeWithLove a:hover .rect .circle {
  width: 18px;
  height: 18px;
  top: 6px;
  left: 6px;
}

.intro {
  /*.home-carousel {
         height: 100vh;
         max-width: 100vw;
      width: 100%;
      overflow-x: hidden;
         overflow-y: hidden;

  .owl-stage{
  	display: flex;
  }
     }*/
  height: 100%;
  overflow: hidden;
}
.intro video {
  /*position: absolute;
  width: 100%;
  height: 100%;*/
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.intro .home-carousel {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
.intro .home-carousel .owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.intro .home-carousel .owl-nav button {
  pointer-events: initial;
  transform: translateY(-50%);
}
.intro .home-carousel .owl-nav button:focus {
  outline: 0;
  opacity: 0.5;
}
.intro .home-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 50px;
  top: 50%;
}
.intro .home-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 60px;
  top: 50%;
}
.intro .home-carousel .owl-nav svg {
  width: 24px;
  height: 30px;
}
.intro .home-carousel .owl-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 14px;
}
.intro .home-carousel .owl-dots .owl-dot {
  background: white;
  opacity: 0.5;
  width: 26px;
  margin-left: 1px;
  margin-right: 1px;
  height: 26px;
  border-radius: 100%;
  transition: opacity 0.15s;
}
.intro .home-carousel .owl-dots .owl-dot:hover, .intro .home-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}
.intro .home-carousel .owl-dots .owl-dot:focus {
  outline: 0;
}

nav.navbar {
  background: rgba(11, 16, 23, 0.7);
}
nav.navbar.navbar-b {
  padding-top: 12px;
  padding-bottom: 12px;
}
nav.navbar.navbar-reduce {
  background-color: #0B1017;
  padding-top: 4px;
  padding-bottom: 4px;
}
nav.navbar img.logo {
  max-height: 66px;
}

.service-icons {
  display: flex;
  max-width: 1020px;
  margin: 10px auto 60px;
  padding-top: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /*column-gap: 210px;*/
  row-gap: 20px;
  text-align: center;
}
.service-icons .service-icon {
  width: 33%;
  overflow: visible;
}
.service-icons .service-icon img {
  width: 184px;
  margin: 0 auto;
}
.service-icons .service-icon p {
  font-size: 28px;
  line-height: 125%;
  color: black;
  margin-top: 32px;
  min-height: 72px;
}
.service-icons .break {
  flex-basis: 100%;
  height: 0;
}

section#munkaink {
  overflow: hidden;
  padding-bottom: 50px;
}
section#munkaink .works-carousel {
  margin-bottom: 65px;
}
section#munkaink .works-carousel .owl-stage-outer {
  overflow: visible;
}
section#munkaink.subpageworks .work-box {
  max-width: 450px;
  margin: 0 auto 45px;
}
section#munkaink.subpageworks .work-box .image {
  margin-bottom: 20px;
}

.work-box {
  cursor: pointer;
  transition: all 0.35s ease-out;
}
.work-box.inactive {
  opacity: 0.5;
  filter: saturate(0);
}
.work-box.inactive.hovered {
  opacity: 1 !important;
  filter: saturate(1.1);
}
.work-box .image {
  width: 100%;
  height: 520px;
  position: relative;
  border-radius: 30px;
  margin-bottom: 62px;
  overflow: hidden;
}
.work-box .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.work-box .title p {
  color: white;
  font-size: 26px;
  line-height: 150%;
  text-align: center;
}

.btn {
  background: rgb(0, 125, 233);
  background: linear-gradient(201deg, rgb(0, 125, 233) 0%, rgb(0, 46, 110) 100%);
  color: white;
  transition: transform 0.1s ease-out;
  border-radius: 20px;
}
.btn.moreBtn {
  margin: 0 auto;
  display: inline-block;
  width: auto;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 46px;
}
.btn:hover {
  color: white;
  transform: scale(1.1);
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@media (min-width: 2720px) {
  body {
    background: black;
  }
  main {
    max-width: 2720px;
    margin: 0 auto;
  }
  .intro {
    max-height: 1500px;
  }
  .intro .home-carousel {
    max-height: 1500px;
    width: 100%;
  }
  section {
    background: white;
  }
  .intro video {
    width: 100%;
    max-height: 1500px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}
@media (max-width: 1600px) {
  .container {
    max-width: 1420px;
  }
  .work-box .image {
    height: 440px;
    margin-bottom: 30px;
  }
  .work-box .title p {
    font-size: 22px;
  }
}
@media (max-width: 1490px) {
  .title-a {
    font-size: 34px;
  }
  section .intro-text p {
    font-size: 20px;
  }
  .container {
    max-width: calc(100vw - 40px);
  }
  .service-icons .service-icon p {
    font-size: 24px;
  }
}
@media (max-width: 1290px) {
  nav.navbar img.logo {
    max-height: 56px;
  }
  .navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
    font-size: 20px;
  }
  .navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
    padding-left: 16px;
  }
  .title-a {
    font-size: 30px;
  }
  section .bg-aperture img {
    max-width: 84vw;
  }
  section .intro-text p {
    font-size: 18px;
  }
  .work-box .title p {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .work-box .image {
    height: 350px;
    margin-bottom: 25px;
  }
  .work-box .title p {
    font-size: 16px;
  }
  section#kapcsolat h4 {
    font-size: 24px;
  }
  .service-icons .service-icon img {
    width: 160px;
  }
  .service-icons .service-icon p {
    font-size: 18px;
    margin-top: 20px;
  }
  .back-to-top {
    width: 45px;
    height: 45px;
    right: 14px;
    bottom: 14px;
  }
  .back-to-top i {
    padding-top: 12px;
  }
}
@media (max-width: 900px) {
  nav.navbar img.logo {
    max-height: 46px;
  }
  .navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
    font-size: 16px;
  }
  .container {
    max-width: unset;
  }
  .title-a {
    font-size: 25px;
  }
  .work-box .image {
    height: 300px;
  }
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 20px;
    padding-left: 20px;
  }
  section .intro-text p {
    font-size: 16px;
  }
  section .bg-aperture {
    top: -100px;
  }
  .service-icons {
    margin: 10px auto 30px;
    padding-top: 5px;
    row-gap: 15px;
    text-align: center;
  }
  section#kapcsolat {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  section#kapcsolat h4 {
    font-size: 20px;
  }
  section#kapcsolat .social-icons img {
    max-width: 50px;
  }
  section#kapcsolat .contact-icons .contact-box {
    font-size: 18px;
  }
  .intro .home-carousel .owl-nav button.owl-next {
    right: 30px;
  }
  .intro .home-carousel .owl-nav button.owl-prev {
    left: 30px;
  }
  .intro .home-carousel .owl-dots {
    bottom: 18px;
    gap: 12px;
  }
  .intro .home-carousel .owl-dots .owl-dot {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 768px) {
  .navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
    font-size: 18px;
    padding-bottom: 15px;
  }
}
@media (max-width: 640px) {
  .service-icons .service-icon {
    width: 49%;
  }
  .service-icons .break {
    display: none;
  }
  .service-icons .service-icon img {
    width: 140px;
  }
  .service-icons .service-icon p {
    font-size: 16px;
    margin-top: 15px;
  }
  .work-box .title p {
    font-size: 14px;
  }
  section#kapcsolat img.logo {
    margin-bottom: 35px;
    width: 180px;
  }
  section#kapcsolat h4 {
    font-size: 16px;
  }
  footer {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .madeWithLove a {
    font-size: 14px;
    gap: 5px;
  }
  .madeWithLove a img.heart {
    width: 16px;
  }
  .intro {
    max-height: 66vw;
  }
  .intro .home-carousel {
    max-height: 66vw;
    width: 100%;
  }
  section {
    background: white;
  }
  .intro video {
    width: 100%;
    max-height: 66vw;
  }
  section .bg-aperture {
    top: 0px;
  }
  .pt-5, .py-5 {
    padding-top: 1.5rem !important;
  }
  .btn.moreBtn {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (max-width: 450px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px;
    padding-left: 15px;
  }
  nav.navbar img.logo {
    max-height: 40px;
  }
  nav.navbar.navbar-b {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  nav.navbar.navbar-reduce {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .title-a {
    font-size: 20px;
  }
  .mb-4, .my-4 {
    margin-bottom: 1rem !important;
  }
  .mb-5, .my-5 {
    margin-bottom: 1.75rem !important;
  }
  .mt-5, .my-5 {
    margin-top: 1.75rem !important;
  }
  .pb-5, .py-5 {
    padding-bottom: 1rem !important;
  }
  section .intro-text p {
    font-size: 14px;
  }
  .service-icons .service-icon img {
    width: 110px;
  }
  .service-icons .service-icon p {
    font-size: 13px;
    margin-top: 15px;
    min-height: 42px;
  }
  .work-box .image {
    height: 240px;
  }
  section#kapcsolat h4 {
    font-size: 14px;
  }
  section#kapcsolat .social-icons {
    margin-bottom: 30px;
  }
  section#kapcsolat .social-icons img {
    max-width: 40px;
  }
  section#kapcsolat .contact-icons .contact-box {
    font-size: 16px;
    gap: 20px;
  }
  section#kapcsolat .contact-icons .contact-box img {
    max-height: 28px;
  }
  footer {
    padding-top: 25px;
    padding-bottom: 70px;
  }
  .intro .home-carousel .owl-nav button.owl-next {
    right: 20px;
  }
  .intro .home-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
  .intro .home-carousel .owl-nav svg {
    width: 20px;
    height: 24px;
  }
  section#munkaink.subpageworks .work-box {
    margin: 0 auto 25px;
  }
  .work-box .image {
    border-radius: 25px;
  }
  body.subpage .title-a {
    margin-top: 65px !important;
    margin-bottom: 20px !important;
  }
  .intro .home-carousel .owl-dots {
    bottom: 14px;
    gap: 10px;
  }
  .intro .home-carousel .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
  }
  .intro .home-carousel .owl-nav button {
    margin-top: 20px;
  }
}
