@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Manrope:wght@400;600&display=swap");
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-scrolling iframe {
  pointer-events: none;
}
.lenis.lenis-stopped {
  overflow: hidden;
}

h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  line-height: 42px;
}

.section {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.section.one {
  background-color: #fefefe;
  z-index: 1;
}
.section.one * {
  color: #0a0a0a;
}
.section.two {
  background-color: #e8eddf;
  z-index: 2;
}
.section.two * {
  color: #0a0a0a;
}
.section.three {
  background-color: #cfdbd5;
  z-index: 3;
}
.section.three * {
  color: #0a0a0a;
}
.section.four {
  background-color: #f7f7f7;
  z-index: 4;
}
.section.four.section_to-pin {
  height: 100vh;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.section.four.section_to-pin .section_pin {
  height: 100vh;
  padding: 120px 12vw 120px 12vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: black;
}
.section.four.section_to-pin .section_pin .content_wrapper {
  min-width: 777px;
  padding: 0vw 6vw 0vw 6vw;
}
.section.four.section_to-pin .section_pin .image_wrapper {
  position: relative;
}
.section.four.section_to-pin
  .section_pin
  .image_wrapper:last-child
  .protfolio-item {
  border: none;
}
.section.four.section_to-pin .section_pin .image_wrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section.four.section_to-pin .section_pin .image_wrapper.active {
  opacity: 1;
}
.section.five {
  background-color: #4b4e4b;
  z-index: 5;
}
.section.five * {
  color: #fefefe;
}
.section.six {
  background-color: #242423;
  z-index: 6;
}
.section.six * {
  color: #fefefe;
}
.section.seven {
  background-color: #0a0a0a;
  z-index: 7;
}
.section.seven * {
  color: #fefefe;
}
.section .grid-container {
  width: 100%;
}

@media screen and (min-width: 640px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 56px;
    line-height: 66px;
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 64px;
    line-height: 74px;
  }
}

.section.four.section_to-pin .section_pinaa {
  height: 100vh;
  padding: 120px 12vw 120px 12vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: black;
}

/* Hero Section */
#HomeKv {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #222;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.image_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Ensure the sections below the hero section start properly */
.section {
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
/* NEW HERRO SECTION */

/* Full-height scrolling section */
.scroll-section {
  position: relative;
  width: 100%;
  height: 200vh; /* Makes scrolling effect visible */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Columns */
.column {
  width: 50%;
  height: 150vh;
  overflow: hidden;
  position: relative;
}

.column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.h-100-vh {
  height: 100vh;
}
#Car {
  opacity: 0;
}
.h-100-vh-tt {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-300-vh {
  height: 300vh;
  position: relative;
  background-color: lightgray;
}
