.research-wrapper {
  margin: 8rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.research-wrapper p {
  color: #63686A;
  font-size: 1.1rem;
  text-align: center;
}

.research-box {
  width: 22%;
}

.president-wrapper {
  margin: 8rem auto;
}

.president-content h2 {
  font-size: 4.5rem;
  font-weight: 700;
}

.partner-wrapper {
  margin: 8rem auto;
}



/* features */
.features-wrapper {
  margin: 8rem auto;
}


/* about-counter-content */
.about-counter-content h5 {
  font-size: 3rem;
  font-weight: 700;
}


/* .driver-content */
.about-center-text {
  margin: 8rem auto;
  font-size: 1.2rem;
}

.driver-content {
  margin: 8rem auto;
  align-items: center;
}

.driver-content h2 {
  font-size: 3rem;
  font-weight: 700;
}

.driver-content h4 {
  font-weight: 700;
}


/* our product */
.our-product-content {
  margin: 8rem auto;
}

.our-product-content h4 {
  font-size: 3rem;
  font-weight: 700;
}


.actually-do-content h4 {
  font-size: 3rem;
  font-weight: 700;
}

.actually-do-content p {
  font-size: 1.1rem;
}

/* features */


.team-wrapper {
  margin-bottom: 8rem;
}


.carousel-container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.carousel-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #e0e0e0;
  border-radius: 5px;
}

.slick-prev,
.slick-next {
  font-size: 24px;
  color: #333;
}

.slick-prev:hover,
.slick-next:hover {
  color: #666;
  cursor: pointer;
}

.about-wrapper {
  background-color: black;
  color: white;
}

/* .about-wrapper {
  background: linear-gradient(222deg, black, #000000, #1f2043, #2A162D);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
} */

.about-wrapper {
  /* background: linear-gradient(to bottom, black, #000000, #1f24be, #2A162D); */
  background: linear-gradient(-130deg, black, #2b162f, #35345c, black);
  /* background: linear-gradient(to bottom, #ff0000, #00ff00, #0000ff); */

  /* background-size: 400% 400%; */
  animation: gradient 10s ease-in-out infinite;
}

@keyframes gradient {
  0% {
    background: linear-gradient(-130deg, black, #2b162f, #35345c);
  }

  25% {
    background: linear-gradient(-175deg, black, #2b162f, #35345c, black);
  }

  50% {
    background: linear-gradient(-200deg, black, #2b162f, #35345c, black);
  }

  75% {
    background: linear-gradient(-175deg, black, #2b162f, #35345c, black);
  }

  100% {
    background: linear-gradient(-130deg, black, #2b162f, #35345c, black);
  }
}

@media (max-width: 800px) {
  .research-box {
    width: 100%;
    margin-bottom: 20px;
  }
}


#scroll-section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.vertical-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}

.horizontal-scroll {
  overflow-y: hidden;
  overflow-x: scroll;
}

.content {
  /* Your content styles here */
  white-space: nowrap;
  width: 100%;
  /* Adjust as needed */
}

.horizontal-scroll .content {
  display: inline-block;
}

.massiveImage {
  height: 100vh;
  width: 610vw;
  background-size: cover;
  background-position: center;
}

.header-section {
  padding-bottom: 50vh;
  margin-bottom: 0;
}

#container-box {
  width: 300vw;
}

.helped img{
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
}
