@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  font-family: "Manrope", sans-serif;
  box-sizing: border-box;
  margin: 0%;
}
a {
  text-decoration: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.container {
  max-width: 1536px;
  margin: auto;
}
.title-section h6 {
  color: #7f8993;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.title-section h1 {
  color: #272e34;
  font-size: clamp(32px, 5vw, 60px);
  font-weight: 700;
  line-height: 1.2;
}

.title-section {
  max-width: 822px;
  padding-bottom: 40px;
}
.sub-title-section h2 {
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.5;
}
.green-txt {
  color: #72b63b;
}
.green-svg-start {
  max-width: 800px;
  margin-top: -40px;
  max-height: 453px;
}

.green-svg-start svg {
  width: 100%;
}
.evolving-section {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: clamp(200px, 26vw, 400px);
}

.evolving-section-left h3 {
  color: #111;
  font-size: clamp(32px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 16px;
}

.evolving-section-left p {
  color: #52606d;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 34px;
  max-width: 619px;
}

.evolving-section-left h4 {
  color: #111;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 44px;
}
.evolving-section-left {
  max-width: 727px;
}
.evolving-section-right img {
  width: 100%;
}
.pd-lt {
  padding: 30px 0 0 55px;
}

.ever-since-section h2 {
  color: #111;
  font-size: clamp(50px, 9vw, 128px);
  font-weight: 700;
  line-height: 1.19;
}
.ever-since-section {
  padding-bottom: clamp(100px, 26vw, 200px);
}
.font-48 {
  color: #111;
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: 700;
  line-height: 125%;
}
.success-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: clamp(150px, 25vw, 300px);
}
.success-right-image {
  max-width: 884px;
}

.success-right-image img {
  width: 100%;
}

.success-left {
  max-width: 501px;
}
.team-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 8vw, 135px);
  padding-bottom: clamp(150px, 20vw, 200px);
}
.team-left {
  min-width: 552px;
  max-width: 552px;
}

.team-right-image {
  position: relative;
  aspect-ratio: 1.23;
  max-width: 100%;
  margin: auto;
}

.team-right-image img:nth-child(5) {
  left: 0;
  top: 40%;
  aspect-ratio: 0.95;
}
.team-right-image img:nth-child(4) {
  left: 30%;
  aspect-ratio: 0.73;
}
.team-right-image img:nth-child(3) {
  left: 30%;
  top: unset;
  bottom: 0;
  aspect-ratio: 1.04;
}
.team-right-image img:nth-child(1) {
  right: 0;
  top: 30%;
  aspect-ratio: 1.06;
}
.team-right-image img:nth-child(2) {
  right: 10%;
  top: 72%;
  aspect-ratio: 0.61;
}
.team-right-image img {
  position: absolute;
  top: 0;
}
.team-right {
  flex: 1 1 617px;
  aspect-ratio: 1;
}

.ranging-right-list-card {
  width: 154px;
  height: 136px;
  padding: 0px 11px 0px 10px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ranging-right-list-one {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.white-opacity {
  position: relative;
}
.white-opacity::after,
.white-opacity::before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.87718837535014) 50%
  );
}
.white-opacity::before {
  top: -20px;
  bottom: unset;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0.87718837535014) 50%
  );
}
.ranging-right {
  width: 100%;
  position: relative;
}
.ranging-right-image {
  display: flex;
  position: relative;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.ranging-section {
  display: flex;
  align-items: center;
  gap: clamp(10px, 16vw, 250px);
  padding-block: clamp(200px, 20vw, 400px);
}

.ranging-left {
  flex: 1.5 1 513px;
  max-width: 532px;
}
.arrow-link {
  color: #111;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #111;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: fit-content;
  padding-bottom: 10px;
  padding-right: 20px;
  margin-top: 30px;
  transition: 0.5s;
}
.arrow-link:hover {
  padding-left: 10px;
  padding-right: 10px;
}
.earning-section {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 68px;
}

.earning-left {
  max-width: 501px;
  padding-top: 135px;
}

.earning-right-content {
  width: 57.5%;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #72b63b;
  color: #fff;
  padding: 28px 36px 36px 32px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  aspect-ratio: 1.132;
  gap: 20px;
}
.earning-right-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.earning-right-content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.earning-right-content-title p {
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.earning-right-content-mid h3 {
  font-size: clamp(20px, 2vw, 32px);
  font-weight: 500;
  line-height: 38px;
}

.earning-right-content-end p {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.earning-right-content-end p:last-child {
  font-weight: 400;
}
.earning-right {
  position: relative;
}
.earning-right-content-two,
.earning-right-content-three {
  position: absolute;
  top: 0;
}
.earning-right-content-two {
  top: 96px;
  left: 32px;
  z-index: -2;
}
.earning-right-content-three {
  top: 192px;
  left: 64px;
  z-index: -3;
}
.earning-right-cards {
  aspect-ratio: 0.894;
  position: relative;
}
.earning-right {
  flex: 1 1 617px;
  aspect-ratio: 1;
}
.efforts-section {
  display: flex;
  padding-block: clamp(100px, 24vw, 400px);
  align-items: center;
}

.efforts-left {
  flex: 1 1 300px;
  max-width: 501px;
}

.efforts-right {
  flex: 1 1 617px;
  display: flex;
  gap: 16px;
  justify-content: end;
}

.efforts-right-image {
  display: flex;
  gap: 16px;
}

.efforts-right-list-one {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.efforts-right-list-card {
  border-radius: 18px;
  background: #fff;
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
    0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  display: flex;
  width: 256px;
  padding: 53.02px 39px 52.98px 39px;
  justify-content: center;
  align-items: center;
}

.partner-right-content {
  aspect-ratio: 1;
  width: 582.137px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-right-content-bg {
  position: absolute;
  left: 0;
  top: 0;
}
.partner-right-content-arrow {
  position: absolute;
  top: 0;
  right: 19%;
}
.partner-right-content-text h2 {
  color: #f6f7f8;
  font-size: clamp(50px, 15vw, 200px);
  font-weight: 600;
  line-height: 240px;
}
.partner-section {
  display: flex;
  padding-block: clamp(100px, 20vw, 400px);
}
.partner-left {
  max-width: 501px;
  flex: 1 1 300px;
  padding-top: 70px;
}
.partner-right-content-text {
  text-align: center;
}
.partner-right {
  display: flex;
  align-items: center;
  justify-content: end;
  flex: 1 1 617px;
}

.growth-left h3 {
  margin-bottom: 16px;
}

.growth-section {
  display: flex;
  gap: 143px;
  padding-bottom: clamp(30px, 20vw, 400px);
}

.growth-left {
  max-width: 621px;
  flex: 1 1 511px;
  padding-top: 70px;
}

.growth-right {
  display: flex;
  align-items: center;
  justify-content: start;
  flex: 1 1 617px;
  overflow: hidden;
}
.growth-right-content {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 16px;
}

.growth-right-content-two {
  display: flex;
  align-items: end;
  justify-content: end;
  color: #fff;
  gap: 16px;
}
.growth-right-content-two-text,
.growth-right-content-two-image {
  border-radius: 16px;
  overflow: hidden;
}
.growth-blue {
  padding: 24px 44.13px 26px 32px;
  width: 217px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px; /* 150% */
  background: #1a73e8;
}
.growth-green {
  width: 342.39px;
  padding: 24px 33.22px 26px 32px;
  background: #16a87a;
}
.growth-black {
  min-width: 267px;
  padding: 24px 46.17px 26px 32px;
  background: #1b1f22;
  max-width: 267px;
}

.growth-orange {
  background: #ffac00;
  padding: 24px 42.49px 38px 31.811px;
  width: 216px;
}
.growth-last-image {
  min-width: 180px;
  height: 214px;
}
.growth-right-content-last {
  align-items: start;
}
.margin-rt {
  margin-right: 90px;
  /* max-width: 1636px; */
  max-width: 1620px;
}
.growth-right-content-main {
  aspect-ratio: 0.965;
  width: 100%;
  max-width: 764px;
  border-radius: 9999px;
  background: rgba(114, 182, 59, 0.1);
  width: 100%;
}
.journey-left h2 {
  color: #fff;
  font-size: clamp(30px, 6.5vw, 128px);
  font-weight: 800;
  line-height: 1.19;
}

.journey-left-btns a {
  color: #fff;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 700;
  line-height: 32px;
  padding: clamp(6px, 2vw, 14px) 16px;
  border-radius: 8px;
  background: #111;
  border: 1px solid transparent;
}

.journey-left-btns {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 24px;
  margin-top: clamp(30px, 6vw, 110px);
}

.journey-left-btns a:last-child {
  border: 2px solid #fff;
  background: transparent;
}
.curve-green svg {
  width: 100%;
  height: 100%;
}

section.curve-green {
  position: relative;
  background-color: #000;
  height: 100%;
  /* margin-top: clamp(30px, 20vw, 400px); */
  overflow: hidden;
}

.journey-left {
  max-width: 1100px;
  z-index: 3;
  position: relative;
}

.journey-abs {
  position: absolute;
  top: 0;
  padding-top: clamp(30px, 6vw, 80px);
}
.timeline-slide-card {
  min-width: 368px;
  height: 199px;
  padding-right: 19px;
  padding-top: 20px;
}

.timeline-slide {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 32px;
  overflow-x: auto;
  padding-bottom: 30px;
}
.timeline-slide::-webkit-scrollbar-track {
  border-radius: 60px;
  background: #2b2b2b;
}

.timeline-slide::-webkit-scrollbar {
  width: 2px;
  height: 0.625rem;
}

.timeline-slide::-webkit-scrollbar-thumb {
  border-radius: 60px;
  background: #72b63b;
}
.black-bg {
  background-color: #000;
  color: #fff;
  padding-block: 120px;
}
.timeline-title h3 {
  color: #fff;
  margin-bottom: 60px;
}
.timeline-slide-card h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
  margin-bottom: 16px;
}
.timeline-slide-card:hover h2 {
  color: #70b546;
}
.timeline-slide-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

span.timeline-slide-line {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background: #72b63b;
  display: block;
}
.dot-animation {
  position: relative;
}
.dot-animation:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #72b63b 0%, #111111 100%);
  z-index: -1;
}
.service-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 79px;
}

.service-left {
  max-width: 925px;
}
.service-left h3 {
  color: #fff;
}
.service-image {
  margin-top: -56px;
  width: 100%;
  text-align: center;
}
.service-image img {
  aspect-ratio: 1.279;
  width: 100%;
}

.service-right {
  width: 100%;
}
.service-btn {
  border-radius: 8px;
  background: #72b63b;
  color: #fff;
  padding: 14px 22px;
  display: block;
  margin-top: 40px;
  width: fit-content;
}
.gray-bg {
  background: #111;
  padding-bottom: 95px;
}
.page-container {
  overflow: hidden;
}

.success-right {
  flex: 1 1 617px;
  overflow: hidden;
}

.desktop-none {
  display: none;
}
.growth-right-content-two-text {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  line-height: 24px;
}
section {
  position: relative;
}
.visible .ping:hover .timeline-icon:before {
  content: "";
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  left: 0;
  top: 100px;
  border-radius: 50%;
  background-color: #70b546;
  animation: 1.2s ping ease-out;
  animation-iteration-count: infinite;
}
section.visible:after {
  content: "";
  width: 28px;
  height: 28px;
  background: #72b63b;
  position: absolute;
  border-radius: 50%;
  left: 3px;
  /* left:calc(50vw - 768px + 3px); */
  top: 50%;
  transform: translate(0%, -50%);
}

section.visible::before {
  content: "";
  width: 30px;
  height: 30px;
  background: #72b63b;
  position: absolute;
  border-radius: 50%;
  left: 2px;
  /* left:calc(50vw - 768px + 2px); */
  top: 48.9%;

  transform: translate(0%, -50%);
  animation: 1.2s ping ease-out;
  animation-iteration-count: infinite;
}
.hide-index {
  z-index: 100;
  background-color: #fff;
}
section.hide-index.visible::before,
section.hide-index.visible::after {
  content: unset;
}
.page-container:has(section.curve-green.visible .svg-change) .sticky-line,
.page-container:has(section.curve-green.visible .svg-change)
  .sticky-line::after {
  background-color: #fff;
}
/* animation -------------------------------------------------------------------- */
.slide-right {
  opacity: 0;
}
.visible .slide-right {
  animation: 0.4s slide-right linear;
  transform: translate(0%);
  opacity: 1;
}
.slide-right-since {
  transform: translate(40%);
  opacity: 0;
}

section.scrolled-up .slide-right-since {
  animation: 1s slide-right-since-up linear;
  transform: translate(40%);
  opacity: 0;
}
.visible .slide-right-since {
  animation: 0.5s slide-right-since linear;
  transform: translate(0%);
  opacity: 1;
}

/* .visible.scrolled-up .slide-right{
  animation: 1.2s slide-right-upslide linear;
  transform: translate(0%);
  opacity: 0;
  animation-delay: 2s;
} */
/*  */
.visible .slide-right-slow {
  animation: 1.5s slide-right-slow linear;
  transform: translate(40%);
}
.slide-right-slow {
  transform: translate(0%);
  transition-delay: 1.2s;
}
/*  */
.visible .slide-left-slow {
  animation: 1s slide-left-slow linear;
  transform: translate(0%);
  opacity: 1;
  transition-delay: 1.2s;
}
.slide-left-slow {
  transform: translate(-20%);
  transition-delay: 1.2s;
}
/*  */
/* .visible.scrolled-up .slide-left {
  animation: 1.2s slide-left-upslide linear;
  transform: translate(0%);
  opacity: 0;
} */
.slide-left {
  opacity: 0;
}
.visible .slide-left {
  animation: 0.4s slide-left linear;
  transform: translate(0%);
  opacity: 1;
}

/*  */
.visible .slide-down {
  animation: 10s slide-down linear;
  transform: translate(0%);
  animation-iteration-count: infinite;
}
.slide-down {
  transform: translateY(20%);
}
/*  */
.visible .slide-up {
  animation: 10s slide-up linear;
  transform: translate(0%);
  animation-iteration-count: infinite;
}

/* image */
.image-zoom1 {
  transform: translateX(15%);
  opacity: 0;
}
section.visible.scrolled-up .image-zoom1 {
  transform: translateX(15%);
  animation: 0.5s imageZoomOneUp linear;
  opacity: 0;
}
.visible .image-zoom1 {
  animation: 0.5s imageZoomOne linear;
  transform: translate(0%);
  opacity: 1;
}
.image-zoom2 {
  transform: translatey(15%);
  opacity: 0;
}
section.visible.scrolled-up .image-zoom2 {
  animation: 0.5s imageZoomTwoUp linear;
  transform: translateY(15%);
  opacity: 0;
}
.visible .image-zoom2 {
  animation: 0.5s imageZoomTwo linear;
  transform: translate(0%);
  opacity: 1;
}
.image-zoom3 {
  transform: translateY(15%);
  opacity: 0;
}
section.visible.scrolled-up .image-zoom3 {
  animation: 0.5s imageZoomThreeUp linear;
  transform: translateY(15%);
  opacity: 0;
}
.visible .image-zoom3 {
  animation: 0.5s imageZoomThree linear;
  transform: translate(0%);
  opacity: 1;
}
.image-zoom4 {
  transform: translateY(-15%);
  opacity: 0;
}
section.visible.scrolled-up .image-zoom4 {
  animation: 0.5s imageZoomFourUp linear;
  transform: translateY(-15%);
  opacity: 0;
}
.visible .image-zoom4 {
  animation: 0.5s imageZoomFour linear;
  transform: translate(0%);
  opacity: 1;
}
.image-zoom5 {
  transform: translateX(-15%);
  opacity: 0;
}
section.visible.scrolled-up .image-zoom5 {
  animation: 0.5s imageZoomFiveUp linear;
  transform: translateX(-15%);
  opacity: 0;
}
.visible .image-zoom5 {
  animation: 0.5s imageZoomFive linear;
  transform: translate(0%);
  opacity: 1;
}
/* card */
.visible .cardone {
  animation: 0.5s cardOne ease-in;
  transform: translate(0%);
  opacity: 1;
}
.visible .cardtwo {
  animation: 1s cardTwo ease-in;
  transform: translate(0%);
  opacity: 1;
}
.visible .cardthree {
  animation: 1.5s cardThree ease-in;
  transform: translate(0%);
  opacity: 1;
}
.arrow-down {
  transform: translateY(200px) rotate(-30deg);
}
.visible .arrow-down {
  animation: 1s arrowDown linear;
  transform: translate(0%);
  opacity: 1;
}
section.scrolled-up .arrow-down {
  animation: 1s arrowDownUp linear;
  transform: translate(0%);
  opacity: 0;
}
section.scrolled-up .arrow-text {
  animation: 1s arrowTextUp linear;
  transform: translate(0%);
  opacity: 0;
}
.visible .arrow-text {
  animation: 1s arrowText linear;
  transform: translate(0%);
  opacity: 1;
}
.visible .arrow-bg {
  animation: 2s arrowBg linear;
  opacity: 1;
}
.visible .image-skew1 {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  animation: clipPathReveal 1s ease-out forwards;
}
.visible .image-skew2 {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  animation: clipPathRevealTwo 1s ease-out forwards;
  animation-delay: 0.5s;
}
.visible .image-skew3 {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  animation: clipPathRevealThree 1s ease-out forwards;
  animation-delay: 0.7s;
}
.visible .image-skew4 {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  animation: clipPathRevealfour 1s ease-out forwards;
  animation-delay: 1s;
}
.growth-right {
  opacity: 0;
}
.visible .growth-right {
  opacity: 1;
}
@keyframes clipPathRevealfour {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes clipPathRevealThree {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes clipPathRevealTwo {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

/* section.scrolled-up .image-skew1 {
  animation: 1s imageSkew1Up linear;
  transform: translateX(200%);
  opacity: 0;
} */
.visible .greenSvg {
  animation: 0.3s greenSvg linear;
  transform: translateY(0);
}
/* .visible .greenSvgFill {
  animation: 0.1s greenSvgFill linear;
} */

/*  */

@keyframes slide-right {
  0% {
    transform: translate(5%);
    opacity: 0.2;
  }
  100% {
    transform: translate(0%);
    opacity: 1;
  }
}
@keyframes slide-right-since {
  100% {
    transform: translate(0%);
    opacity: 0.5;
  }
  0% {
    transform: translate(40%);
    opacity: 1;
  }
}
@keyframes slide-right-since-up {
  0% {
    transform: translate(0%);
    opacity: 1;
  }
  100% {
    transform: translate(20%);
    opacity: 0;
  }
}
@keyframes slide-right-slow {
  from {
    transform: translate(40%);
  }
  to {
    transform: translate(0%);
  }
}
@keyframes slide-left-slow {
  from {
    transform: translate(-20%);
  }
  to {
    transform: translate(0%);
  }
}
@keyframes slide-left {
  0% {
    transform: translate(-5%);
    opacity: 0.2;
  }
  100% {
    transform: translate(0%);
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(-10%);
    opacity: 0.5;
  }
  50% {
    transform: translateY(10%);
    opacity: 1;
  }
  100% {
    transform: translateY(-10%);
    opacity: 1;
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(10%);
    opacity: 0.5;
  }
  50% {
    transform: translateY(-10%);
    opacity: 1;
  }
  100% {
    transform: translateY(10%);
    opacity: 1;
  }
}
/*   image5  */
@keyframes imageZoomOne {
  0% {
    transform: translateX(40%);
    opacity: 0;
  }
  100% {
    transform: translate(0%);
    opacity: 1;
  }
}
@keyframes imageZoomOneUp {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(40%);
    opacity: 1;
  }
}
@keyframes imageZoomTwo {
  0% {
    transform: translatey(40%);
    opacity: 0;
  }
  100% {
    transform: translate(0%);
    opacity: 1;
  }
}
@keyframes imageZoomTwoUp {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes imageZoomThree {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes imageZoomThreeUp {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(40%);
    opacity: 0;
  }
}
@keyframes imageZoomFour {
  0% {
    transform: translateY(-40%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes imageZoomFourUp {
  0% {
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(-40%);
    opacity: 0;
  }
}
@keyframes imageZoomFive {
  0% {
    transform: translateX(-40%);
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes imageZoomFiveUp {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-40%);
    opacity: 0;
  }
}
@keyframes cardOne {
  0% {
    transform: translateY(-900px) rotate(-120deg);
    opacity: 0.9;
  }
  100% {
    transform: translate(0%);
    opacity: 1;
  }
}
@keyframes cardTwo {
  0% {
    transform: translateY(-550px) rotate(-100deg);
    opacity: 0.9;
  }
  100% {
    transform: translate(0%);
    opacity: 1;
  }
}
@keyframes cardThree {
  0% {
    transform: translateY(-400px) rotate(-80deg);
    opacity: 1;
  }
  100% {
    transform: translate(0%);
    opacity: 1;
  }
}
@keyframes arrowDown {
  0% {
    transform: translateY(200px) rotate(-30deg);
    opacity: 1;
  }
  100% {
    transform: translate(0%);
    opacity: 1;
  }
}
@keyframes arrowDownUp {
  0% {
    transform: translate(0%);
    opacity: 1;
  }
  100% {
    transform: translateY(200px) rotate(-30deg);
    opacity: 0;
  }
}
@keyframes arrowText {
  0% {
    transform: translateY(-200px);
    opacity: 1;
    color: #000;
  }
  100% {
    transform: translate(0%);
    opacity: 1;
    color: #fff;
  }
}
@keyframes arrowTextUp {
  0% {
    transform: translate(0%);
    opacity: 1;
    color: #fff;
  }
  100% {
    transform: translateY(-200px);
    opacity: 1;
    color: #000;
  }
}
@keyframes arrowBg {
  0% {
    fill: rgba(114, 182, 59, 0.418);
  }
  100% {
    fill: rgb(114, 182, 59);
  }
}
@keyframes slide-right-upslide {
  100% {
    transform: translate(20%);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  0% {
    transform: translate(0%);
    opacity: 1;
  }
}
@keyframes slide-left-upslide {
  100% {
    transform: translate(-20%);
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  0% {
    transform: translate(0%);
    opacity: 1;
  }
}

@keyframes clipPathReveal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes imageSkew1Up {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(200%);
    opacity: 0;
  }
}
@keyframes greenSvg {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes greenSvgFill {
  0% {
    fill: #16a87a;
  }
  100% {
    fill: #72b63b;
  }
}
@keyframes ping {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

@keyframes cardOne {
  0% {
    transform: translateY(-700px) rotate(-120deg); /* Start offscreen with rotation */
    opacity: 0.9;
  }

  100% {
    transform: translateY(0) rotate(0deg); /* Final position */
    opacity: 1;
  }
}

@keyframes cardTwo {
  0% {
    transform: translateY(-550px) rotate(-100deg); /* Start offscreen with rotation */
    opacity: 0.9;
  }

  100% {
    transform: translateY(0) rotate(0deg); /* Final position */
    opacity: 1;
  }
}

@keyframes cardThree {
  0% {
    transform: translateY(-400px) rotate(-80deg); /* Start offscreen with rotation */
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotate(0deg); /* Final position */
    opacity: 1;
  }
}

.card-one {
  animation: cardOne 1s cubic-bezier(0.2, 1, 0.3, 1) 3s forwards; /* Card One comes last with a 2-second delay */
}

.card-two {
  animation: cardTwo 1s cubic-bezier(0.2, 1, 0.3, 1) 2s forwards; /* Card Two comes second with a 1-second delay */
}

.card-three {
  animation: cardThree 1s cubic-bezier(0.2, 1, 0.3, 1) forwards; /* Card Three comes first with no delay */
}

.black-bg.visible .ping:hover .timeline-icon:before {
  opacity: 0 !important;
}
section.black-bg,
section.gray-bg {
  z-index: 100;
}
.line-none.visible::before,
.line-none.visible::after {
  content: unset;
  display: none;
}

.page-container:has(section.visible.scrolled-up) .sticky-line::after {
  display: none;
}
section.curve-green.visible::before {
  background-color: #fff;
}
.timeline-slide-card:hover .timeline-slide-line:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #72b63b;
  position: absolute;
  border-radius: 50%;
  left: -1px;
  top: -1px;
  transform: translate(0%, -50%);
  animation: 1.2s ping2 ease-out;
  animation-iteration-count: infinite;
}
.timeline-slide-card:hover .timeline-slide-line:before {
  transform: translate(0%, -50%);
  animation: 1.2s ping2 ease-out;
  animation-iteration-count: infinite;
}
@keyframes ping2 {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.green-svg.greenSvg.svg-change + .container.custom_container.pd-lt {
  padding-block: 0;
}
.moving-div {
  transition: transform 0.05s linear;
}
.parallax-section {
  position: relative;
  overflow: hidden; /* No internal scroll */
  width: 100%;
}
.ranging-right-list-card:first-child,
.ranging-right-list-card:last-child {
  opacity: 0.6;
}

/* 19 */
section.curve-green.visible:before {
  content: unset;
}
section.curve-green {
  position: relative;
}
section.curve-green.visible .green-svg:before {
  content: "";
  display: block;
  background: url(./images/white-line.png);
  width: 32px;
  height: 419px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
section.curve-green.visible:after {
  content: unset !important;
}
.journey-left-btns a:hover {
  background-color: #111111cb;
}
.journey-left-btns a:last-child:hover {
  background: #fff;
  color: #111;
}

.sticky-line {
            display: block;
            transition: opacity 0.3s ease;
        }

        .sticky-line[style*="display: none"] {
            opacity: 0;
        }

        .sticky-container {
            position: fixed;
            top: 300px;
            left: 20px;
            transform: translateX(-50%);
            height: 100vh;
            z-index: 10;
        }

        .default-dot {
            left: 86.5vh !important;
            top: 2vh !important;
            opacity: 0;
        }

        .scrolled-down-dot {
            /* You can customize the dot appearance for down scroll */
            opacity: 0.9;
            /* Example of changing the opacity */

        }

        .hidden-dot {
            display: none;
            /* Hide the dot */
        }

        /* Sticky Line Styles */

        .sticky-line {
            position: fixed;
            top: 0px;
            left: 0px;
            width: 8px;
            height: 450px;
            left: 12.2px;
            /* left:calc(50vw - 768px + 12px); */
            background-color: #72b63b;
            transition: height 0.1s ease-out;
            z-index: 99;

        }

        /* Dot Style */
        .sticky-line::after {
            position: fixed;
            content: "";
            top: 0;
            background: #72b63b;
            width: 28px;
            height: 28px;
            left: 3.4px;
            /*left:calc(50vw - 768px + 3px);*/
            top: 430px;
            display: block;
            border-radius: 50%;
        }


/*responsive css*/

@media only screen and (max-width: 1299px) {
  .evolving-section,
  .success-section,
  .team-section,
  .ranging-section,
  .earning-section,
  .efforts-section,
  .partner-section,
  .growth-section {
    flex-wrap: wrap;
    gap: 30px;
  }
  .service-section {
    flex-wrap: wrap-reverse;
  }
  .evolving-section-left,
  .evolving-section-left p,
  .team-left {
    max-width: 100%;
    min-width: 100%;
  }

  .ranging-right-list-one {
    flex-direction: row;
  }

  .efforts-right,
  .earning-right {
    justify-content: center;
    aspect-ratio: unset;
    overflow: auto;
  }

  .earning-right-content,
  .earning-right-content-two,
  .earning-right-content-three {
    position: unset;
    width: 512px;
    height: 452px;
  }

  .earning-right-cards {
    display: flex;
    align-items: center;
    gap: 20px;
    aspect-ratio: unset;
  }
  .partner-right-content {
    width: 100%;
    max-width: 600px;
  }
  .growth-left {
    max-width: 100%;
  }
  .success-left {
    max-width: 100%;
  }
  .earning-section {
    padding-bottom: 100px;
  }
  section.curve-green {
    position: relative;
    padding-bottom: 150px;
  }
  section.curve-green::after {
    background-color: rgb(114, 182, 59);
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .green-svg {
    display: none;
  }
  .journey-abs {
    position: unset;
  }
  .team-right-image img {
    position: unset;
  }

  .ranging-right {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  .timeline-item {
    width: 150px;
  }
  .timeline-container {
    padding: 10px;
  }
  .pd-lt {
    padding-top: 0;
  }
  .ranging-section {
    padding-bottom: 40px;
  }
  .earning-left {
    padding-top: 40px;
  }
  .earning-right-content,
  .earning-right-content-two,
  .earning-right-content-three {
    width: 270px;
    height: 300px;
  }
  .team-right-image img {
    width: 40%;
  }
  .team-right-image {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .margin-rt {
    margin-right: 10px;
  }
  .mobile-none {
    display: none;
  }
  .desktop-none {
    display: flex;
    width: 100%;
  }
  .growth-blue,
  .growth-orange,
  .growth-green,
  .growth-black {
    width: fit-content;
  }
  .growth-right-content-two-image {
    min-width: 141px;
  }
  .growth-blue {
    padding-inline: 10px;
  }
  .journey-left-btns {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .growth-right-content-two {
    flex-wrap: wrap;
  }
  .growth-right-content-two:nth-child(2),
  .growth-right-content-two:nth-child(4) {
    flex-wrap: wrap-reverse;
  }
  .growth-blue,
  .growth-orange,
  .growth-green,
  .growth-black {
    min-width: 100%;
  }
  section.curve-green::after {
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
  }
  section.curve-green {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .title-section h1 {
    font-size: clamp(30px, 5vw, 60px);
  }
}

@media only screen and (min-width: 1196px) {
  .sticky-line::after {
    left: calc(50vw - 777.1px + 3px) !important;
  }
  .sticky-line {
    left: calc(50vw - 777.1px + 12px) !important;
  }
  section.visible:after {
    left: calc(50vw - 775px + 3px) !important;
  }
  section.visible::before {
    left: calc(50vw - 775px + 2px) !important;
  }
}
