html {
  overflow-y: scroll;
}
body {
  overflow-y: hidden;
}

.ml9 {
  position: relative;
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 1em;
}
#myImage {
  will-change: transform;
  transform-style: preserve-3d;
}
.ml10 {
  position: relative;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

.ml10 {
  position: relative;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

.section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

#imageWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; /* Above text */
  pointer-events: none;
}

#imageWrapper img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5; /* So text is visible */
}

.imageWrapper img {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  transform: translateY(0); /* Start at normal position */
  transition: transform 0.3s ease-out;
  will-change: transform;
}
 
#animatedImage {
  transition: transform 0.3s ease-out;
  will-change: transform; /* Improves performance */
}
 
.clslefttext h2,
.clsrighttext h2,
.leftimgbox img {
    will-change: transform;
}
/* start off-screen & faded */
.clslefttext{ transform: translateX(-36%); opacity: .18; will-change: transform, opacity;}
.clsrighttext{ transform: translateX(36%); opacity: .18; will-change: transform, opacity;}
.animate-in-left {
  transform: translateX(0);
  opacity: 1;
}
.animate-in-right {
  transform: translateX(0);
  opacity: 1;
}

/* Animate Out */
.animate-out-left {
  transform: translateX(-500px);
  opacity: 0.5;
   transition: transform 0.1s linear, opacity 0.1s linear;
    will-change: transform, opacity;
}
.animate-out-right {
  transform: translateX(500px);
  opacity: 0.5;
   transition: transform 0.1s linear, opacity 0.1s linear;
    will-change: transform, opacity;
}
.leftimgbox .scroll-image {
  will-change: transform;
  transition: transform 0.1s ease-out;
}
.rightimgbox .scroll-image {
  will-change: transform;
  transition: transform 0.1s ease-out;
}
.section-tin4{
  overflow: hidden;
}
.section-tin6 .imgbox {
  transform: translateY(100px); /* start a bit lower */
}
.section-tin6 .myImage {
  transform: translateY(50px);
}
.menucol {
  will-change: transform;
  transition: transform 0.1s ease-out;
}
.animg{
  opacity: 0.7;
}