@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@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;
}



#smooth-wrapper {
  height: 100%;
  overflow: hidden;
}

#smooth-content {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  transform: translateZ(0);
  backface-visibility: hidden;
}


:root {
  --light: #ddeec7;
  --dark: #40b567;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2em;
  display: flex;
  align-items: center;
  z-index: 999;
  text-align: center;
  justify-content: center;
  mix-blend-mode: exclusion;
}


body {
  font-family: "Inter";
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1 {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: -0.075rem;
  line-height: 1.125;
}

h3 {
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: -0.025rem;
  line-height: 1.125;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--light);
  will-change: background-color;
}

.section-1 h1 {
  font-family: 'Aka-AcidGR-Compacta', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18rem;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

.sub-1 {
  font-size: 2.6rem;
  margin-bottom: 8px;
}

.sub-2 {
  font-weight: 300;
  max-width: 1100px;
  margin: 30px auto;
}

.epimeleia {
  margin-top: 51px;
  color: #333;
}
.hero,
.outro {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 2rem;
  align-content: center;
  text-align: center;
}

.hero h1,
.outro h1 {
  width: 75%;
  margin: 0 auto;
}

.outro h1 {
  font-size: 2.2rem;
  line-height: 50px;
}

.hero.section-2 H3 {
  max-width: 1100px;
  margin: 0 auto;
  line-height: 59px;
}

.outro {
  background-color: var(--dark);
  color: var(--light);
}

.marquee {
  position: relative;
  width: 100%;
  height: 50svh;
  overflow: hidden;
}

.marquee-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  width: 150%;
  height: 100%;
}

.marquee-images {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%);
  width: 200%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  will-change: transform;
}

.marquee-img {
  flex: 1;
  width: 100%;
  aspect-ratio: 5/3;
}

.horizontal-scroll {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.horizontal-scroll-wrapper {
  position: relative;
  width:400%;
  height: 100vh;
  display: flex;
  will-change: transform;
}

.horizontal-slide {
  flex: 1;
  height: 100%;
  display: flex;
  gap: 2rem;
  padding: 2rem;
}

.horizontal-slide:not(.horizontal-spacer) {
  background-color: var(--dark);
  color: var(--light);
}

.horizontal-slide .col:nth-child(1) {
  flex: 3;
}

.horizontal-slide .col:nth-child(2) {
  flex: 2;
}

.horizontal-scroll .col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.horizontal-slide .col h3,
.horizontal-slide .col img {
  width: 75%;
}

.horizontal-slide .col img {
  height: 75%;
}






/* SECOND LIFE */

.slider-images {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slider-images::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.slider-images img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: center;
  will-change: transform, opacity;
}

.slider-title {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 50%;
  color: #fff;
}
.slider-title a {
  text-decoration: none;
  color: #fff;
}

.slider-link {
  position: absolute;
  bottom: 10%;
  left: 2rem;
}

.slider-link a {
  text-decoration: none;
  display: block;
  background-color: #fff;
  color: #000;
  padding: 10px 30px;
  border-radius: 80px;
  font-size: 14px;
  font-weight: 700;
}

.slider-indicator {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.slider-indices {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 1.25rem;
}

.slider-indices p {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #fff;
}

.index {
  position: relative;
  width: 1.25rem;
  display: flex;
  justify-content: flex-end;
  will-change: opacity;
}

.marker {
  position: relative;
  width: 0.75rem;
  height: 1px;
  background-color: #fff;
  transform-origin: right;
  will-change: transform;
  transform: scaleX(0);
}

.slider-progress-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
}

.slider-progress {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  width: 3px;
  height: 100%;
  background-color: #fff;
  transform-origin: top;
  will-change: transform;
}

.line {
  position: relative;
  display: block;
  will-change: transform;
}

section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}


/*.slider-link {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}*/

.slider-images img {
  pointer-events: none;
}


.footer-content {
  text-align: center;
  background-color: #40b567;
  padding: 40px 5px;
  color: #fff;
}

@media (max-width: 1000px) {
  .logos-container img {
  max-width: 200px;
}
  h1 {
    font-size: 2.25rem;
    letter-spacing: -0.05rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  .section-1 {
    padding-top: 80px;
  }

  .hero h1,
  .outro h1 {
    width: 100%;
  }

  .marquee-wrapper {
    width: 300%;
  }

  .horizontal-slide {
    padding: 2rem;
    flex-direction: column-reverse;
    gap: 2rem;
  }

  .horizontal-slide .col:nth-child(1) {
    align-items: flex-start;
  }

  .horizontal-slide .col h3 {
    width: 100%;
  }

  .horizontal-slide .col img {
 width: 100%;
    height: 100%;
    max-height: 270px;
    object-fit: cover;
  }
.outro h1 {
  font-size: 1.3rem;
  line-height: 30px;
}
.hero.section-2 H3 {
  max-width: 1100px;
  margin: 0 auto;
  line-height: 35px;
}

.section-1 h1 {
  font-size: 13rem;
  line-height: 15.5rem;
}

.sub-1 {
  font-size: 2.2rem;
  margin-bottom: 8px;
}
.sub-2 {
  font-weight: 300;
  max-width: 1100px;
  margin: 30px auto;
  font-size: 19px;
}
 .slider-title {
    top: 5rem;
    left: 0;
    transform: none;
    width: 100%;
    padding: 2rem;
  }

  .slider-indicator {
    top: unset;
    transform: none;
    bottom: 11rem;
  }
.slider-link {
  position: absolute;
  bottom: 11rem;
  left: 2rem;
}


}
