/*!
Theme Name: zaza
Theme URI: http://underscores.me/
Author: mrm
Author URI: https://www.mccann.gr/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: zaza
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
html {
  overflow-x: hidden;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  text-size-adjust: auto;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
}
body.no-scroll {
  overflow-y: hidden;
}

h1 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1em;
}

h2 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1em;
}

h3 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1em;
}

h4 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1em;
}

h5 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1em;
}

h6 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1em;
}

:root {
  --white: hsl(0deg, 0%, 100%);
  --black: hsl(0deg, 0%, 0%);
  --off-white: hsl(225deg, 40%, 98%);
  --off-black: #212529;
  --orange: #faa732;
  --hover: #c88628;
}

.whyus .whyus-images, .clients, .mission {
  --container: 500px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
}
@media screen and (min-width: 800px) {
  .whyus .whyus-images, .clients, .mission {
    --container: 700px;
  }
}
.mixanografisi {
  --container: 700px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
}
@media screen and (min-width: 1024px) {
  .mixanografisi {
    --container: 1320px;
  }
}
.footer {
  --container: 700px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
}
@media screen and (min-width: 1024px) {
  .footer {
    --container: 1271px;
  }
}
.poreia, .countdown {
  --container: 700px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
}
@media screen and (min-width: 1024px) {
  .poreia, .countdown {
    --container: 1020px;
  }
}
.footer {
  font: 600 12px/18px "Arimo", sans-serif;
}

.main-text, .contact .contact-form-container .container .form-container, .contact .contact-form-container .container .form-container label, .contact .contact-form-container .container .form-container label input, .countdown .text {
  font: 400 14px/21px "Arimo", sans-serif;
}

.whyus p, .languages {
  font: 700 14px/21px "Arimo", sans-serif;
}

.heading-title {
  font: 700 28px/34px "Arimo", sans-serif;
}

.countdown .num-text {
  font: 700 50px/50px "Arimo", sans-serif;
}
@media screen and (min-width: 1024px) {
  .countdown .num-text {
    font: 700 70px/70px "Arimo", sans-serif;
  }
}

a.button,
input.button {
  font: 600 15px/15px "Arimo", sans-serif;
  position: relative;
  background-color: var(--orange);
  color: black;
  padding: 0.375rem 2.5rem;
  display: inline-flex;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
a.button:disabled,
input.button:disabled {
  opacity: 0.5;
}
@media screen and (min-width: 1024px) {
  a.button,
input.button {
    display: inline;
  }
}
a.button:hover,
input.button:hover {
  background-color: var(--hover);
}
a.button:active,
input.button:active {
  background-color: var(--hover);
}

.footer {
  padding-block: 3rem;
  background-color: black;
  display: flex;
  flex-wrap: wrap;
  color: white;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer {
    justify-content: space-between;
  }
}
.footer .col {
  width: 100%;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer .col {
    flex: 0 0 auto;
    width: 25%;
    text-align: left;
  }
}
.footer a {
  color: var(--orange);
}
@media screen and (max-width: 992px) {
  .footer__social {
    flex: 0 0 100%;
    order: -1;
  }
}
.footer .mb-1 {
  margin-bottom: 1rem;
}
.footer .mb-2 {
  margin-bottom: 2rem;
}
.footer .mb-3 {
  margin-bottom: 3rem;
}

header {
  --container: 768px;
  padding: 0 max(1.5rem, 50vw - var(--container) / 2);
  padding-block: 2rem;
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  position: relative;
}
@media screen and (min-width: 1024px) {
  header {
    --container: 1300px;
  }
}

.logos-wrapper {
  width: 100%;
  gap: 1rem !important;
  justify-content: center;
  display: flex;
}
.logos-wrapper .logo-left {
  width: 44.582px;
  height: 39.189px;
}
@media screen and (min-width: 768px) {
  .logos-wrapper .logo-left {
    width: 61.65px;
    height: 54.19px;
  }
}
.logos-wrapper .logo-right {
  width: 144.446px;
  height: 46.138px;
}
@media screen and (min-width: 768px) {
  .logos-wrapper .logo-right {
    width: 199.74px;
    height: 63.8px;
  }
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media screen and (min-width: 992px) {
  .social {
    justify-content: flex-start;
  }
}
.social__item {
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 1.5rem;
}
.social__item a svg {
  width: 20px;
  height: 20px;
  fill: #faa732;
  transition: fill 0.15s;
}
.social__link {
  transition: opacity 0.2s ease;
}
.social__link:hover {
  opacity: 0.5;
}

#backtotop {
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  cursor: pointer;
  z-index: 1000;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid hsl(218deg, 24%, 27%);
}
@media screen and (min-width: 1024px) {
  #backtotop {
    right: 30px; /* Place the button 30px from the right */
  }
}

#backtotop img {
  width: 24px;
  transform: rotate(180deg) translateY(3px);
}

.hero-image {
  overflow: hidden;
  background-size: cover;
  padding-bottom: 253px;
  position: relative;
  background-color: black;
}
@media screen and (min-width: 768px) {
  .hero-image {
    padding-bottom: 490px;
  }
}
.hero-image .cover-video {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}

.languages {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
}
.languages li ~ li {
  margin-left: 16px;
}
.languages li ~ li a {
  display: flex;
  align-items: center;
}
.languages li ~ li :before {
  content: "";
  background-image: url("./img/globe.svg");
  position: relative;
  left: -8px;
  display: inline-block;
  width: 20px;
  filter: invert(1);
  height: 20px;
}
.languages a {
  color: var(--hover);
}
.languages .current-lang a {
  color: var(--orange);
}

.lang-item {
  list-style: none;
}

.mission {
  justify-content: center;
  align-items: center;
  padding-block: 3rem;
  text-align: center;
}

.clients {
  padding-block: 3rem;
  text-align: center;
}
.clients .clients-images {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .clients .clients-images {
    justify-content: space-between;
  }
}
.clients .clients-images img {
  object-fit: contain;
  margin: 15px;
}

.mixanografisi {
  padding-block: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .mixanografisi {
    justify-content: space-between;
  }
}
.mixanografisi .main-text,
.mixanografisi .images {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mixanografisi .main-text,
.mixanografisi .images {
    width: 48%;
  }
}
.mixanografisi .mixanografisi-images {
  margin-top: 3rem;
  gap: 1rem;
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.mixanografisi .mixanografisi-espa .mixanografisi-banner {
  display: block;
  margin: auto;
  width: 100%;
}

.whyus {
  padding-block: 3rem;
  text-align: center;
}
.whyus p {
  color: var(--off-black);
}
.whyus p p {
  margin-bottom: 1rem;
}
.whyus .whyus-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 15px;
}
.whyus .whyus-images .whyus-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 140px;
}
.whyus .whyus-images .whyus-box-container .img-container {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whyus .whyus-images .whyus-box-container .img-container img {
  object-fit: contain;
}

.partners {
  border-bottom: 4px solid #faa732;
  display: block;
}
@media screen and (min-width: 768px) {
  .partners {
    display: flex;
  }
}
.partners .partners-hero-image {
  min-width: 50%;
  padding-bottom: 440px;
  background-position: 0;
  overflow: hidden;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .partners .partners-hero-image {
    padding-bottom: 736px;
    background-position: 50%;
  }
}
.partners .partners-hero-image .cover-video {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
}
.partners .partners-img-container {
  min-width: 50%;
  padding-block: 3rem;
  display: flex;
  align-items: center;
}
.partners .partners-img-container .container {
  padding: 0 24px;
}
.partners .partners-img-container .container .title-container {
  text-align: center;
}
.partners .partners-img-container .container .img-container {
  display: flex;
  text-align: center;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .partners .partners-img-container .container .img-container.d-mob {
    display: none;
  }
}
.partners .partners-img-container .container .img-container.d-desk {
  display: none;
}
@media screen and (min-width: 992px) {
  .partners .partners-img-container .container .img-container.d-desk {
    display: flex;
  }
}

.countdown {
  display: grid;
  grid-template-columns: 1fr;
  padding-block: 3rem;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .countdown {
    grid-template-columns: repeat(4, 1fr);
  }
}
.countdown .number {
  width: min(40rem, 100%);
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.countdown .number ~ .number {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .countdown .number ~ .number:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    height: 100%;
    width: 1px;
    background-color: var(--orange);
  }
}
.countdown .num-text {
  color: var(--off-black);
  margin-bottom: 12px;
}
.countdown .text {
  color: var(--orange);
}

.poreia {
  padding-block: 5rem;
  background: linear-gradient(87deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%), url("./img/poreia_desk.webp");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .poreia {
    background: linear-gradient(87deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 100%), url("./img/poreia_desk.webp");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.poreia p {
  color: white;
}
.poreia .main-text {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .poreia .main-text {
    width: 416px;
    text-align: left;
  }
}

.contact {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .contact {
    display: flex;
    flex-wrap: nowrap;
  }
}
.contact .contact-hero-image {
  min-width: 50%;
  overflow: hidden;
  background-size: cover;
  position: relative;
  background-image: url("./img/contact.webp");
  background-position: center;
}
@media screen and (max-width: 768px) {
  .contact .contact-hero-image {
    order: 2;
    width: 100%;
    min-height: 250px;
  }
}
.contact .contact-form-container {
  min-width: 50%;
  padding-block: 3rem;
}
@media screen and (max-width: 768px) {
  .contact .contact-form-container {
    order: 1;
  }
}
.contact .contact-form-container .container {
  padding: 0 24px;
}
.contact .contact-form-container .container .form-container {
  gap: 1.5rem;
}
.contact .contact-form-container .container .form-container p {
  margin-bottom: 12px;
}
.contact .contact-form-container .container .form-container label input {
  width: 100%;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.contact .contact-form-container .container .form-container .wpcf7-list-item {
  margin: 0;
}
.contact .contact-form-container .wpcf7 .screen-reader-response {
  position: unset;
}
.contact .contact-form-container a {
  color: var(--orange);
}
.contact .contact-form-container a:hover {
  color: var(--hover);
}
.contact .contact-form-container input.wpcf7-form-control.has-spinner.wpcf7-submit {
  font: 600 15px/15px "Arimo", sans-serif;
  position: relative;
  background-color: black;
  color: white;
  padding: 0.375rem 2.5rem;
  display: inline-flex;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
  border: none;
}
.contact .contact-form-container input.wpcf7-form-control.has-spinner.wpcf7-submit:disabled {
  opacity: 0.8;
}
@media screen and (min-width: 1024px) {
  .contact .contact-form-container input.wpcf7-form-control.has-spinner.wpcf7-submit {
    display: inline;
  }
}
.contact .contact-form-container input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
  background-color: black;
}
.contact .contact-form-container input.wpcf7-form-control.has-spinner.wpcf7-submit:active {
  background-color: black;
}
.contact .form-small {
  color: #6c757d;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  font-family: "Arimo", sans-serif;
}

.heading-title {
  color: var(--off-black);
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
}
.heading-title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.75rem;
  height: 2px;
  background-color: var(--orange);
}
.heading-title.white {
  color: white;
}

.main-text {
  color: var(--off-black);
}
.main-text p {
  margin-bottom: 1rem;
}

.bg-grey {
  background-color: #f8f9fa;
}

.bg-black {
  background-color: black;
}

/*# sourceMappingURL=style.css.map */
