.main-home-page {
  margin-left: 150px;
  margin-right: 150px;
}

.animation-main {
  width: 50%;
}

.animation-div {
  padding-top: 50px;
  display: flex;
  gap: 60px;
}

.bottle-logo {
  width: 40%;
}

.bottle-logo-2 {
  display: flex;
  justify-content: center;
}

.asia-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}

.three-images-collection {
  display: grid;
  grid-template-columns: 30% 40% 30%;
}

.three-images-collection img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.three-img-one,
.three-img-two,
.three-img-three {
  background-color: white;
  height: 300px;
  margin: 0px 30px;
  border-radius: 8px;
  border-radius: 17px;
  overflow: hidden;
  position: relative;
}

.three-img-one {
  margin-left: 0px;
}

.three-img-three {
  margin-right: 0px;
}

.pet-india {
  margin-top: 100px;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}

.image-two-container {
  width: 30%;
}

.image-two {
  width: 100%;
}

.plastic-waste {
  margin-top: 100px;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}

.line {
  width: 2px;
  height: 1850px;
  background-color: white;
  position: absolute;
  margin-left: 38%;
  margin-top: 50px;
}

.line-side {
  width: 2px;
  height: 300px;
  position: absolute;
  margin-left: 4%;
  margin-top: 600px;
}

.main-video {
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  border-radius: 17px;
}

.video-text {
  margin-top: 40px;
  font-size: 25px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}

.solution-text {
  font-family: "Righteous", cursive;
  background: linear-gradient(
    270deg,
    #118ea6 -4.03%,
    #ad488a 51.35%,
    #dc183b 106.73%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  backdrop-filter: blur(4px);
  margin-top: 150px;
  font-size: 64px;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.solution-line {
  margin-top: 40px;
  font-size: 25px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
}

.implementation-image {
  height: 800px;
  width: 400px;
  width: 50%;
  border-radius: 17px;
}

.learn-more {
  margin-top: 150px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.main-page-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}

.display-gradient {
  display: flex;
}

.gradient {
  background: linear-gradient(180deg, #2f3034 0%, rgba(47, 48, 52, 0) 100%);
  border-radius: 16px;
  padding-bottom: 70px;
}

.gradient-image {
  border-radius: 16px;
  width: 70%;
  height: auto;
}

.gradient-text {
  font-size: 25px;
  margin-right: 60px;
}

.gradient-div {
  display: flex;
}

.gradient-text-div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
}

.gradient-image-div {
  width: 50%;
  display: flex;
  justify-content: center;
  border-radius: 16px;
}

.implementation-div {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.implementation-image {
  width: 50%;
}

.pac-man-image {
  width: 100%;
}

.implementation-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 60px;
  padding: 50px;
  justify-content: left;
}

.implementation-text-div {
  /* display: flex; */
  width: 50%;
  justify-content: left;
}

.hello-main {
  text-align: justify;
}

.bottle-two-container-two {
  display: flex;
  justify-content: center;
}
