@font-face {
  font-family: 'Aka-AcidGR-Compacta';
  src: url('fonts/Aka-AcidGR-Compacta.woff2') format('woff2'),
      url('/fonts/Aka-AcidGR-Compacta.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: 'Roboto Mono',sans-serif;
}

body {
  font-family: 'Roboto Mono',sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
}

img {
  max-width: 100%;
}

p, a {
  text-decoration: none;
  font-weight:400;
  font-size: 20px;
  line-height: 30px;
  color: #3F3F3F;
}

ul {
  list-style-position: inside;
}

nav {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 2em;
  display: flex;
  align-items: center;
  z-index: 2;
  text-align: center;
  justify-content: center;
}


.section-1 {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}


.vertical-lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* allows clicks to pass through */
  z-index: 2;
  display: flex;
  justify-content: space-between;
  padding: 0 5%; /* optional, to not place lines too close to edges */
}

.vertical-lines span {
  width: 1px;
  background-color: rgb(124, 124, 124, 0.5); /* light white line */

    height: 0%; /* Start from 0 for "drawing" effect */
  transition: height 0.3s ease;
}

.section-1-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background-color: #fff;
  width: 100%;
  object-fit: cover;
  opacity: 0; /* Start hidden */
  transition: opacity 0.3s ease;
}

.section-1-bg-image img {
  mix-blend-mode: luminosity;
  filter: blur(.5rem);
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.section-1-top-block {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 2vw;
  margin-left: -180px;
}

.section-1-top-block .title {
  font-family: 'Aka-AcidGR-Compacta', sans-serif;
  font-size: 21vw;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}

.section-1-bottom-block {
  text-align: center;
}

.section-1-bottom-block .description {
  font-size: 52px;
  margin-top: -80px;
  font-weight: 400;
  color: #3F3F3F;
}

.section-1-bottom-block .description-text strong {
  background-color: #e8e8e8;
}

.section-1-bottom-block .description-text {
  max-width: 570px;
  margin: 0 auto;
  padding-top: 24px;
  color: #3F3F3F;
}

.title {
  display: flex;
  justify-content: center;
  font-size: 6rem;
  font-weight: bold;
  gap: 0.0;
}

/*.title span {
  display: inline-block;
  transform: scale(0);
  opacity: 0;
}
*/

.section-1-top-block .sub-title {
  font-family: 'Play', sans-serif;
  font-size: 40px;
  line-height: 1.2;
  color: #3F3F3F;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0;
}

.section-2,
.section-3,
.section-4  {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.section-2 {
  background-color: #fff;
  position: relative;
  z-index: 5;
}

.section-2-wraper {
  display: flex;
  max-width: 1800px;
  justify-content: center;
  align-items: center;
  margin: 150px auto;
  gap: 90px;
}

.section-2-numbers {
  width: 50%;
}


.images-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-2 {
  margin-left: -250px;
}

.diadromi {
  max-width: 30%;
}



.diadromi .title{
  font-size: 70px;
  font-family: 'Play', sans-serif;
  color: #3F3F3F;
  font-weight: 300;
  margin-bottom: 20px;
}


.section-3-wraper {
  max-width: 1400px;
  margin: 80px auto;
  text-align: center;
}

.section-3-wraper h2 {
  color: #3F3F3F;
  font-size: 70px;
  font-family: 'Play', sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}

.section-3-wraper p {
  color: #3F3F3F;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
}



.section-4 {
  background-color: #3F3F3F;
  color: #fff;
}
.section-4-wraper {
  max-width: 980px;
  margin: 0 auto;
  padding: 130px 20px;
}

.section-4 p {
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
}

.xorhgoi-wrapper {
  text-align: center;
  margin-top: 120px;
}

.xorhgoi-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.megas-xorigos {
  margin-bottom: 40px;
}

.interviews-wraper {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  max-width: 1600px;
  margin: 80px auto;
  justify-content: center;
  padding: 10px;
}


.interview-image {
  mix-blend-mode: luminosity;
}


#image-all {
  position: absolute; 
  z-index: 100;
  mix-blend-mode: difference;
  top: -260px;
  right: 0; 
  left: 0;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}



#image-t {
  position: absolute; 
  z-index: 100;
  top: 110vh;
  right: 0;
  transform: rotate(270deg);
  left: 0;
  margin-left: auto;
  margin-right: auto;
}


.section-5 {
  padding-top: 100px;
}

.section-5-title .title {
  font-family:"Play", sans-serif;
  font-size: 70px;
  font-weight: 300;
}


.interview-box {
  flex: 1 1 29%;
}

.interview-box {
  flex: 1 1 29%;
  max-width: 450px;
}

.interview-box img {
  filter: grayscale(1);
}
.interview-proffestion {
  line-height: 21px;
  margin-bottom: 16px;
}

.interview-people {
  margin-bottom: 8px;
}

.interview-box:hover img {
  filter: none;
  transition: filter 0.5s ease;
}

footer {
  text-align: center;
  margin: 40px auto;
  padding: 40px;
  background-color: #000;
}

.xorhgoi-title {
  color: #333;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 25px;
  opacity: 0.7;
}

.footer-container .xorhgoi-title {
  color: #fff;
}

.footer-copyrights {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  margin: 50px auto 0;
}
.footer-links a {
  color: #fff;
  font-size: 16px;
}
.copyrights {
  color: #fff;
  font-size: 16px;
}
.footer-header {
  margin-top: 40px;
}

.section-1-credits-wraper {
  text-align: center;
  margin-top: 90px;
}

.credits-box {
  margin-bottom: 40px;
}




@media only screen and (max-width: 1308px) {
  .section-1-top-block {
    flex-direction: column;
    text-align: center;
    margin-left: 0;
    gap: 0;
}

.section-1-top-block .title{
  font-size: 280px;
}
.section-1-bottom-block .description {
  font-size: 31px;
  margin-top: -60px;
}
.diadromi {
  max-width: 40%;
}

.diadromi .title {
  font-size: 50px;
}

.section-3-wraper h2 {
  font-size: 50px;
}
.section-3-wraper p {
  color: #3F3F3F;
  font-size: 25px;
  line-height: 38px;
  margin-bottom: 32px;
}
.section-4 p {
  font-size: 26px;
}
.section-5-title .title {
  font-size: 50px;
}

.interviews-wraper {
  gap: 50px;
}
.interview-box {
  flex: 1 1 29%;
  max-width: 360px;
}

.section-1-credits-wraper {
  text-align: center;
  margin-top: 0;
}

}






@media only screen and (max-width: 768px) {
  .section-2-wraper {
    gap: 0;
    text-align: center;
    padding: 10px;
  }

  .section-2-numbers {
    display: none;
  }
    .diadromi {
    max-width: 100%;
  }
}


@media only screen and (max-width: 580px) {
  .section-1-top-block .title {
    font-size: 180px;
    margin-bottom: 26px;
  }

#image-all {
  top: -50px;
  width: 250px;
}

.section-2, .section-3, .section-4 {
  min-height: auto;
}
  .diadromi .title {
    font-size: 40px;
  }

    .section-3-wraper h2 {
    font-size: 40px;
  }

  .section-3-wraper {
    padding: 5px;
  }

    .section-3-wraper p {
    color: #3F3F3F;
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 17px;
  }
 .section-4 p {
    font-size: 19px;
    line-height: 35px;
  }

  .xorhgoi-logos {
    flex-wrap: wrap;
  }

  .xorhgoi-logos a {
    width: 40%;
  }

  .interviews-wraper {
    margin: 40px auto;
  }
    .section-5-title .title {
    font-size: 40px;
  }
  .section-5 {
    padding-top: 60px;
  }
  .interview-box {
    max-width: none;
    flex: 1 1 100%;
  }
}


