@charset "UTF-8";

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 8 version
*/



/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Unica+One&display=swap");
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;
  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;
}

/* End of the Reset :) */
/*colors =>
BLUE color: #00ADBB;
RED color: #F0553F;
GREY color: #D7D2CB;

colors end */
* {
  padding: 0;
  margin: 0;
  font-weight: unset;
}

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

html {
  width: 100%;
  max-width: 100%;
  font-size: 16px;
  font-family: "Barlow", sans-serif;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#intro_container {
  top: 0;
  position: sticky;
  width: 95%;
  height: 100%; /* Fallback  */
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
}

.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  height: 4%;
  z-index: 20;
  justify-content: center;
  align-items: center;
  padding-top: 4vh;
  font-family: 'Unica One';
  font-size: 50%;
  color: #000000;
  /*
  color: #F0553F;
  */
  margin: auto;
  -webkit-animation: loadIn 4s forwards;
          animation: loadIn 4s forwards;
}


@-webkit-keyframes loadIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loadIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes laterDisplay {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0.33;
  }
  66% {
    opacity: 0.66;
  }
  100% {
    opacity: 1;
  }
}

@keyframes laterDisplay {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0.33;
  }
  66% {
    opacity: 0.66;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes visit {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

@keyframes visit {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

/* INTRO */
#anim_container {
  width: auto;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  -ms-flex-item-align: center;  
      -ms-grid-row-align: center;  
          align-self: center;
  margin: 0% 5% 0% 5%;
}

#Arculat {
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: absolute;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#Kiadvany {
  height: auto;
  width: 100%;
  position: absolute;
  visibility: hidden;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-animation: fadeIN 2400ms linear 2400ms forwards;
  animation: fadeIN 2400ms linear 2400ms forwards;
}

#Web {
  height: auto;
  width: 100%;
  position: absolute;
  visibility: hidden;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-animation: fadeIN 2400ms linear 4800ms forwards;
  animation: fadeIN 2400ms linear 4800ms forwards;
}

#final_Container {
  width:100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-animation: 1500ms growing 7000ms forwards;
          animation: 1500ms growing 7000ms forwards;
}

#One {
  height: auto;
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; 
  opacity: 0;
  -webkit-animation: 2400ms fadeForwards 4800ms forwards;
  animation: 2400ms fadeForwards 4800ms forwards;
}

#Two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
  padding: 2vh;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: center; 
  -ms-flex-pack: center;
  justify-content: center;
}


.typo {
  width: 66%;
  opacity: 0;
  -webkit-animation: 2400ms fadeForwards 7000ms forwards;
  animation: 2400ms fadeForwards 7000ms forwards;
}

.typo span {
  color: #00ADBB;
}



#t,
#o,
#pont2 {
  fill: #000000;
  -webkit-animation: 1200ms blackToColor_blue 7200ms forwards;
  animation: 1200ms blackToColor_blue 7200ms forwards;
}


#g,
#p {
  fill: black;
  -webkit-animation: 1200ms blackToColor_red 7200ms forwards;
  animation: 1200ms blackToColor_red 7200ms forwards;
}



#pont1 {
  opacity: 0;
  -webkit-animation: 2200ms fadeForwards 7000ms forwards;
  animation: 2200ms fadeForwards 7000ms forwards;
}

#pont3 {
  opacity: 0;
  -webkit-animation: 2200ms fadeForwards 7000ms forwards;
  animation: 2200ms fadeForwards 7000ms forwards;
}

#pont4 {
  opacity: 0;
  -webkit-animation: 2200ms fadeForwards 7000ms forwards,
      900ms fadeForwards_plus 9100ms forwards;
  animation: 2200ms fadeForwards 7000ms forwards,
      900ms fadeForwards_plus 9100ms forwards;
}


#blink_line {
  opacity: 0;
  -webkit-animation: 450ms fadeForwards 9100ms linear;
  animation: 450ms fadeForwards 9100ms linear;
}



.smallText {
  font-family: 'Unica One';
  font-size: 2vw;
  color: black;
}

/* KEYFRAMES */

@-webkit-keyframes fadeIN {

  0% {
      visibility: hidden;
      opacity: 0.75;
  }

  50% {
      visibility: visible;
      opacity: 1;
  }

  100% {
      visibility: hidden;
      opacity: 0.75;
  }
}

@keyframes fadeIN {

  0% {
      visibility: hidden;
      opacity: 0.75;
  }

  50% {
      visibility: visible;
      opacity: 1;
  }

  100% {
      visibility: hidden;
      opacity: 0.75;
  }
}

@-webkit-keyframes growing {

  0% {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
  }

  100% {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
  }
}


@-webkit-keyframes blackToColor_blue {
  0% {
      fill: #000000;
  }

  100% {
      fill: #00ADBB;
  }
}

@keyframes blackToColor_blue {
  0% {
      fill: #000000;
  }

  100% {
      fill: #00ADBB;
  }
}

@-webkit-keyframes blackToColor_red {
  0% {
      fill: #000000;
  }

  100% {
      fill: #F0563F;
  }
}

@keyframes blackToColor_red {
  0% {
      fill: #000000;
  }

  100% {
      fill: #F0563F;
  }
}


@-webkit-keyframes fadeForwards {
  0% {
      opacity: 0;
  }

  50% {
      opacity: 0;
  }

  100% {
      opacity: 1;

  }
}


@keyframes fadeForwards {
  0% {
      opacity: 0;
  }

  50% {
      opacity: 0;
  }

  100% {
      opacity: 1;

  }
}

@-webkit-keyframes fadeForwards_plus {
  0% {
      opacity: 1;
  }

  50% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@keyframes fadeForwards_plus {
  0% {
      opacity: 1;
  }

  50% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@-webkit-keyframes fadeForwards_minus {
  0% {
      opacity: 0;
  }

  50% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}

@keyframes fadeForwards_minus {
  0% {
      opacity: 0;
  }

  50% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
}


@-webkit-keyframes colorizeRed {
  0% {
      color: #000000;
  }

  100% {
      color: #F0563F;
  }
}

@keyframes colorizeRed {
  0% {
      color: #000000;
  }

  100% {
      color: #F0563F;
  }
}

@-webkit-keyframes colorizeBlue {
  0% {
      color: #000000;
  }

  100% {
      color: #00ADBB;
  }
}

@keyframes colorizeBlue {
  0% {
      color: #000000;
  }

  100% {
      color: #00ADBB;
  }
}

#arrow_nav {
  margin-top: 2vh;
  width: 100%;
  height: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 20;
  visibility: hidden;
  -webkit-animation: visit 2000ms forwards;
          animation: visit 2000ms forwards;
  -webkit-animation-delay: 4300ms;
          animation-delay: 4300ms;
}

#arrow_nav a {
  width: auto;
  height: 100%;
}

#arrow_nav a img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#arrow_nav img:hover {
  -webkit-animation: pulse 1000ms;
          animation: pulse 1000ms;
}

span#goto {
  margin-top: -3.5rem;
  padding-bottom: 3.5rem;
}

.header, .navbar {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  background-color: #00ADBB;
  /*background-color: #00ADBB;*/
  transition: background-color 0.3s ease;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.navbarButton {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  margin: auto 0;
  background-color: transparent;
  background: none;
  border: transparent;
}

/*navbar menu start*/
.topnav {
  overflow: hidden;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  z-index: 3;
}

.topnav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topnav button img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-column-align: center;
      justify-self: center;
  margin: 0 auto;
  opacity: 1;
  height: 5vmax;
  max-width: 80vw;
}

.topnav #myLinks {
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1rem;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 1rem;
}

.topnav #myLinks a {
  position: relative;
  width: auto;
  margin: 0;
  font-family: "Unica One", sans-serif;
  color: white;
  text-decoration: none;
  font-size: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*text-decoration: underline;
    text-decoration-thickness: 0.5rem;*/
}

/*navbar menu end*/
main, .section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* motto section start here */
#motto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;

  padding-top: 2rem;
  font-weight: 300;
  line-height: 1.5rem;
  padding-top: 2rem;
  width: 100%;
  background-color: #00ADBB;
  color: #FFFFFF;
}

#motto_icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0rem;
}


#motto_pic picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#motto_pic picture img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 50%;
}

#motto_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 66%;
  height: auto;
  padding-bottom: 2rem;
}

#motto_pic img {
  max-width: 70%;
}

#diohejban .social {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 4rem;
}

.social img {
  width: 5rem;
  height: auto;
}



/* diohejban section start here */
#diohejban #divider, #diohejban #divider img {
  width: 100%;
}

#diohejban {
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  background-color: #D7D2CB;
  padding-bottom: 6rem;
}

#diohejban_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 66%;
}

#diohejban #cap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 4;
}

.center {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center img {
  margin-right: 1rem;
  margin-left: 1rem;
}

#diohejban #cap .anim {
  margin-top: -50px;
  width: 30%;
}

/* service section start here */
.tipografika_container {
  top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: auto;
  background-color: #F0553F;
}

#tipografika {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#graphic_design {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 2rem;
  text-align: center;
  color: #FFFFFF;
}

#online_design {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 2rem;
  text-align: center;
  color: #FFFFFF;
}

#head_img {
  margin-top: 4rem;
  width: 100%;
}

#portfolio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 3;
  margin-top: -20%;
}

#portfolio img {
  width: 100%;
}

#works {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  z-index: 2;
  margin-top: -2%;
}

#works h3 {
  margin: 0 auto;
  max-width: 80vw;
  padding-top: 4rem;
  font-family: 'Unica One';
  font-weight: 300;
  text-align: center;
  margin-bottom: 2rem;
}

.work-album {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*background-color: #eaeaea;*/
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.work-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*
  border-right: 0.1rem solid white;
  border-bottom: 0.1rem solid white;
  */
  border: 0;
  margin: 0;
  padding: 1px;
  width: 50%;
  height: auto;
  -webkit-clip-path: fill-box;
          clip-path: fill-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.work_img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.title_fade_box {
  z-index: 999;
  background-color: #F0553F;
  /*background-color: #D7D2CB;*/
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  mix-blend-mode: multiply;
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.title_text_box {
  margin:auto;
  z-index: 999;
  background-color:#F0563F;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  color: white;
  -webkit-transform: translate(000%);
      -ms-transform: translate(000%);
          transform: translate(000%);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  padding: 2vw;
  -webkit-transform: translate(200%);
      -ms-transform: translate(200%);
          transform: translate(200%);
}

.title_text_box p {
  font-size: 2vw;
  line-height: calc(0.25 + 1 + 0.25);
}

.work-container:hover > .title_fade_box {
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
  mix-blend-mode: multiply;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.work-container:hover> .title_text_box {
  -webkit-transform: translate(0%);
      -ms-transform: translate(0%);
          transform: translate(0%);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.work-container:hover > .work_img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out
}


.work_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #D7D2CB;
  padding: 2rem;
}

.mobile_tool {
  height: 100%;
  width: 100%;
}

#social_content{
  fill: url("/IMG/Social/Szepkoruak_klubja_Zsilip_230523_sq_preview5.jpg")
}


footer, .impresszum, .impresszum_undersite {
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 2rem;
  /*
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  */
  width: 100%;
  height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #00ADBB;
  z-index: 4;
}

@media only screen 
  and (min-width: 320px) 
  and (max-width: 820px) 
  and (orientation: landscape) { 
  footer {
    height: 100%;
  }
}

#footer_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer h3, a {
  color: #FFFFFF;
  padding-top: 0rem;
}

#contacts {
  text-align: center;
}

.contacts_info {
  margin: 1rem;
}

footer object {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_icon {
  max-height: 100%;
  max-width: 75%;
  width: auto;
  padding-bottom: 2rem;
}

footer #social_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

footer #social_container a {
  padding-left: 1rem;
  padding-right: 1rem;
}

footer article {
  width: 100%;
  height: 200px;
}

.svg_icons, img.icons {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-bottom: 3rem;
  padding-top: 3rem;
  width: 25%;
}

.bigger_icons {
  -webkit-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);
}

/* Footer */

#contacts {
  margin-bottom: 0.5rem;
  color: #FFFFFF;
  max-height: 45%;
  height: 45%;
  
}

footer #footer_SVG, .impresszum #footer_SVG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

#footer_SVG {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: 45%;
    max-height: 45%;
}
.impresszum_undersite #footer_SVG {
    display: flex;
    justify-content: center;
}

a {
  text-decoration: none;
}

#motto h3 {
  padding: 0rem;
}

/* typography */

h1 {
  font-family: "Unica One";
  font-size: 2rem;
  color: #FFFFFF;
}

h3 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  margin: 0 auto;
  max-width: 80vw;
  font-family: 'Unica One';
  font-weight: 300;
  text-align: center;
}

p {
  line-height: 3.5rem;
  word-spacing: 0.15rem;
  font-size: 2.5rem;
  font-weight: 300;
}

.loader p {
  font-size: 1.75rem;
  line-height: 2.5rem;
}

#diohejban a {
  color: black;
  text-decoration: none;
}

/*IMPRESSZUM*/

#impresszum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10%;
  max-height: 10%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.impresszum_undersite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  max-height: 10%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  min-height: 100vh;
}



#impresszum a{
  font-family: "Unica One";
  font-size: 1.25rem;
}

#adatok h3 {
  color:#FFFFFF;
}

#adatok p {
  color:#FFFFFF;
}

#adatok p span{
  font-weight: 500;
}

.impresszum_undersite #adatok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/* Media queries */
@media only screen and (max-width: 1024px) {
  #motto {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  h3 {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  p {
    font-size: 1.75rem;
    line-height: 2.75rem;
  }
  .social img {
    width: 4rem;
    height: auto;
  }
  #diohejban .social {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-top: 3rem;
  }
  .topnav #myLinks a {
    font-size: 1.25rem;
  }

  #motto_numbers {
    width: 66%;
    padding-bottom: 2rem;
  }
  footer #social_container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media only screen and (max-width: 768px) {



  .topnav #myLinks a {
    font-size: 1rem;
  }
  #works h3 {
    padding-top: 3rem;
    margin-top: 3rem;
  }

  .topnav button img {
    height: 6vmax;
  }

}


@media only screen and (max-width: 600px) {
  .loader p {
    font-size: 1rem;
    line-height: 2rem;
  }
  #motto {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  #motto_text {
    padding-bottom: 1rem;
  }
  #motto_numbers {
    width: 66%;
    padding-bottom: 4rem;
    padding-top: 2rem;
  }
  #motto_pic picture img {
    max-width: 66%;
  }
  .topnav #myLinks {
    padding-top: 1rem;
    margin-bottom: 1rem;
  }
  .topnav #myLinks a {
    font-size: 1rem;
  }
  
  #diohejban #cap .anim {
    margin-top: -25px;
    width: 20%;
  }
  .social img {
    width: 3rem;
    height: auto;
  }
  #diohejban .social {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding-top: 2rem;
  }
  h3 {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.5rem;
    padding-bottom: 0rem;
  }
  #tipografika h3 {
    padding: 0rem;
  }
  p {
    font-size: 1.25rem;
    line-height: 2.5rem;
  }
  footer p {
    font-size: 1.25rem;
    line-height: 3rem;
  }
  footer h3 {
    font-size: 2rem;
    line-height: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .svg_icons, img.icons {
    padding-bottom: 1rem;
    padding-top: 1rem;
    width: 40%;
  }

  #portfolio {
    margin-top: -25%;
  }

}

@media only screen and (max-width: 480px) {


  .work-album {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.work-container {
  width: 100%;
}

.title_text_box {
  width: 62%;
}

.title_text_box p {
  font-size: 2vh;
}

  
  .topnav #myLinks {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .topnav #myLinks a {
    font-size: 0.75rem;
  }
/*
  .title_text_box p {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
*/
  #works h3 {
    padding-top: 2rem;
    margin-top: 2rem;
  }

  p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
  
  footer p {
    font-size: 1.25rem;
    line-height: 2rem;
  }

  #anim_container {
    -webkit-transform: translateY(-5%);
        -ms-transform: translateY(-5%);
            transform: translateY(-5%);
  }

  #diohejban {
    padding-bottom: 3rem;
  }


}




@media only screen and (min-width: 1024px) {
  
  #motto_figure {
    width: 20%;
  }

  #works h3 {
    margin-top: 4rem;
  }

  .social img:hover {
    -webkit-animation: grow 2000ms infinite;
            animation: grow 2000ms infinite;
  }
  
  #diohejban a:hover {
    -webkit-animation: pulse 2000ms;
            animation: pulse 2000ms;
  }

  .topnav img:hover {
    -webkit-animation: pulse 1500ms infinite;
            animation: pulse 1500ms infinite;
  }

  #adatok h3 {
    font-size: 3rem;
  }
  
  span#goto {
    margin-top: -7.5rem;
    padding-bottom: 7.5rem;
  }

  @-webkit-keyframes pulse {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 1;
    }
  }
  
  @keyframes pulse {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes grow {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.25);
              transform: scale(1.25);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  @keyframes grow {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.25);
              transform: scale(1.25);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

}



@media only screen and (max-width: 320px) {
  
    .topnav #myLinks {
      padding-left: 2rem;
      padding-right: 2rem;
    }

    #works h3 {
      padding-top: 2rem;
      margin-top: 2rem;
    }
/*
    .title_text_box p {
      font-size: 0.5rem;
      padding: 0.25rem;
    }
*/

    .topnav #myLinks a {
      font-size: 0.5rem;
    }

    p, footer p {
      font-size: 0.8rem;
      line-height: 1.5rem;
    }
    
    h3 {
      font-size: 1.5rem;
      line-height:2.25rem;
    }


}





@media only screen and (min-width: 1024px) {

  h1 {
    font-family: "Unica One";
    color: #FFFFFF;
    font-size: 3rem;
  
  }
  

  footer h3 {
    font-size: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .topnav button img {
    height: 5vmax;
  }
}


@keyframes spin {

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  
  }
}
#Cerkaraketa {
  -webkit-animation: launch 1800ms ease infinite;
          animation: launch 1800ms ease infinite;
  

}

@-webkit-keyframes launch {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity:0;
  }

  51% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity:0;
  }
  52% {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
    opacity:0;
  }

  65% {
    opacity:0;
  }

  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  
  }
}

@keyframes launch {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity:0;
  }

  51% {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
    opacity:0;
  }
  52% {
    -webkit-transform: translate(-100%, 100%);
            transform: translate(-100%, 100%);
    opacity:0;
  }

  65% {
    opacity:0;
  }

  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    opacity: 1;
  
  }
}

@media (-webkit-device-pixel-ratio: 1.25) {
 #anim_container, #footer_container {
  -webkit-transform: scale(0.9);-ms-transform: scale(0.9);transform: scale(0.9);
  }
  p {
    line-height: 3rem;
    word-spacing: 0.15rem;
    font-size: 2rem;
    font-weight: 300;
  }
  
}

@media (-webkit-device-pixel-ratio: 1.5) {
  #anim_container, #footer_container {
    -webkit-transform: scale(0.7);-ms-transform: scale(0.7);transform: scale(0.7);;
  }
  p {
    line-height: 2.5rem;
    word-spacing: 0.15rem;
    font-size: 1.75rem;
    font-weight: 300;
  }
  
}
