* {
  margin: 0;
  padding: 0;
}

.contener {
  display: flex;
  background: linear-gradient(140deg, #879af2 42%, #d3208b 40%, #fda000 110%);
}
.head_line {
  font-size: 60px;
  color: #d1258c;
}
.s1-p {
  font-size: x-large;
  color: black;
  margin: 58px 0px;

  /* manege paregraph */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.head_contener {
  width: 50%;
  padding: 70px 50px;
  padding-bottom: 200px;
  
}

.img-contener {
  width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.img1 {
  width: 100%;
  padding: 40px 0px;
}

/* stage-2 */

.stage2-contener h1 {
  font-size: 50px;
  text-align: center;
  margin-top: 30px;
}

.stage2-contener h2 {
  font-size: 30px;
  margin: 20px;
}

.line {
  width: 100px;
  height: 2px;
  background-color: #d1258c;
  margin-left: 47%;
  margin-bottom: 20px;
}

span {
  color: #d1258c;
}

.cards {
  margin: 0 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
}

.card-img {
  width: 100%;
}

.card-info p {
  margin: 10px 0px;
  font-size: large;
  /* text-align: center; */
}

/*! stage3 */

.stage3-contener {
  /* width: 100%;
    height: 600px; */
  /* background-image: url("https://images.unsplash.com/photo-1558402529-d2638a7023e9?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"); */
  background-size: 100% 900px;
  background-repeat: no-repeat;
  /* opacity: 80%; */
  margin-top: 70px;
  position: relative;
}

.stage3-contener img {
  opacity: 65%;
  width: 100%;
}

.s3-info {
  position: absolute;
  top: 100px;
}

.stage3-contener h1 {
  font-size: 60px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 10px;
  top: 0;
}

.stage3-contener .line {
  margin-bottom: 100px;
}

.stage3-contener p {
  font-size: 40px;
  text-align: center;
  font-weight: 500;
  padding: 0 150px;
  padding-bottom: 300px;
}
