@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;
  overflow: hidden;
}
.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;
}
.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 {
  min-width: 44vw;
  /* padding: 0vw 3vw 0vw 1vw; */
  padding: 2vw;
  position: relative;
  opacity: 0.7;
  transition: opacity 0.3s cubic-bezier(0.51, 0.18, 0, 0.88);
}
/* .service_img {
  height: 600px;
  width: 100%;
  background-color: red;
}
.service_content {
  height: 200px;
  width: 100%;
  background-color: green;
}
*/
.section.four.section_to-pin .section_pin .image_wrapper .image {
  width: 100%;
  height: auto;
  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;
  }
}

/* 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%;
  background-color: white;
}

/* 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;
  overflow: hidden;
}
/* NEW HERRO SECTION */

/* Hero Section */
#HomeKv {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.banner_image {
  width: 100%;
  object-fit: cover;
}
.home_kv_content_inner {
  position: relative;
  text-align: center;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.banner-tx {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.banner-tx h1 {
  font-size: 5rem;
}
.banner-tx p {
  font-size: 24px;
  line-height: 1.5;
  width: 64%;
  margin: 24px auto 0;
}
.banner .title {
  color: #fc659e;
  font-size: 70px;
  line-height: 98px;
  padding-top: 60px;
  padding-bottom: 40px;
  width: 90%;
  background-color: transparent;
  margin: 40px auto;
  overflow: hidden;
  box-sizing: border-box;
  font-kerning: none;
}
.title span {
  color: #ffffff;
  overflow: hidden;
}
/* ////////////////// */
/* Full-height scrolling section */
.scroll-section {
  position: relative;
  width: 100%;
  height: 200vh; /* Makes scrolling effect visible */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Container */
/* .container {
  width: 80%;
  display: flex;
  gap: 20px;
} */

/* 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;
}

/* ///////////////// */
.marquee-section {
  height: 700px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.box.right {
  padding-left: 20px;
}

.item {
  padding-bottom: 20px;
}

.item_child {
  width: 354px;
  height: 388px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 50px;
}
.item_child img {
  height: 100%;
  width: 100%;
}
.project-item {
  position: relative;
}
.project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgb(0 0 0 / 40%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 10px;
}
.project-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.project-content p {
  font-size: 14px;
  margin-top: 4px;
  font-weight: 400;
}

.box .item_child:not(:last-child) {
  margin-bottom: 20px;
}

/* .box01 .item_child {
  background-color: rgb(91, 131, 68);
}

.box02 .item_child {
  background-color: rgb(156, 49, 49);
} */
/* Start Content Animation */

body:not(.no-js) .image-wrap {
  transition: 1s ease-out;
  transition-delay: 0.2s;
  position: relative;
  width: auto;
  overflow: hidden;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  visibility: hidden;
}

body:not(.no-js) .image-wrap img {
  transform: scale(1.3);
  transition: 2s ease-out;
}

body:not(.no-js) .animating .image-wrap {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  visibility: visible;
  transform: skewY(0);
}

body:not(.no-js) .animating img {
  transform: scale(1);
  transition: 3s ease-out;
}

body:not(.no-js) .fadeup {
  opacity: 0;
  transition: 0.4s ease-out;
  transform: translateY(40px);
}
.fadeup-sm {
  opacity: 0;
  transition: 0.2s ease-out;
  transform: translateY(64px);
}
.animating .fadeup-sm {
  opacity: 1;
  transition: 0.4s ease-out;
  transform: translateY(0px);
  transition-delay: 0.7s;
}
body:not(.no-js) .fading-up {
  opacity: 1;
  transition: 1s ease-out;
  transform: translateY(0px);
  transition-delay: 0.1s;
}

/* SERVICE ITEM */
.service_img {
  width: 100%;
  height: auto;
}

.service_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service_content {
  height: auto;
  padding: 20px 0;
}
.service_content h2 {
  font-size: 26px;
  font-weight: 600;
  color: #272727;
  line-height: 1.5;
  margin: 0;
}
.service_content h4 {
  font-size: 16px;
  color: #272727;
  margin-top: 6px;
  line-height: 1.5;
  font-weight: 500;
}
@media (max-width: 768px) {
  .section.four.section_to-pin {
    height: auto;
  }

  .section.four.section_to-pin .section_pin {
    flex-direction: column;
    height: auto;
    padding: 60px 20px;
  }

  .section.four.section_to-pin .section_pin .content_wrapper {
    min-width: 100%;
    padding: 0;
    text-align: center;
    margin-bottom: 40px;
  }

  .section.four.section_to-pin .section_pin .image_wrapper {
    min-width: 100%;
    padding: 0;
    margin-bottom: 40px;
    opacity: 1; /* active logic remove */
  }
}
@media (max-width: 768px) {
  .service_content h2 {
    font-size: 22px;
  }

  .service_content h4 {
    font-size: 14px;
  }

  .content_wrapper h2 {
    font-size: 26px;
  }

  .content_wrapper p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .image_wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  }
}

/* End Content Animation */
