.pageHeader_section {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 98vh; */
  /* background-color: var(--color-light-blue); */
  /* background-image: url('../images/HOME/Group-161.png'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* width: 100%; */
  height: 650px;
  position: relative;
}

/* //////////////////////////////// */

.pageHeader_text {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 50;
  margin: 0 auto;
  padding-top: 120px;
}

.pageHeader_text h2 {
  font-size: 70px;
  font-family: var(--Gabarito-font);
  font-weight: 500;
  color: var(--color-white);
  margin: 10px auto;
  line-height: 0.9;
  text-align: center;
}

.pageHeader_text p {
  /* color: var(--color-black); */
  color: var(--color-white);
  font-size: 24px;
  font-family: var(--Fredoka-font);
  font-weight: 400;
  width: 60%;
  text-align: center;
  margin: 10px auto;
}

.pageHeader_btn {
  background-color: var(--color-pink);
  color: white;
  padding: 15px 30px;
  border: none;
  font-weight: 400;
  font-size: 22px;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 20px;
}

/* //////////////////////////////////////////// */
/* background Overlays  */

.header_round_color_bg {
  background-color: rgb(64, 216, 513, 5%);
  width: 500px;
  height: 550px;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: -12%;
  z-index: 5;
}

.blue_dots {
  position: absolute;
  top: 15%;
  left: 10%;
  z-index: 5;
  width: 120px;
  height: 120px;
}

.pink_dots {
  position: absolute;
  top: 22%;
  left: 15%;
  width: 150px;
  height: 150px;
  z-index: 10;
}
.pink_dots_2 {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 150px;
  height: 150px;
}

.blue_dots img,
.pink_dots img,
.pink_dots_2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 5;
  opacity: 0.5;
}

/* ///////////////////////////////////// */

.social_box_section {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: absolute;
  rotate: 270deg;
  left: -11%;
  top: 55%;
}

.social_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0px 20px;
  cursor: pointer;
}

.social_box span {
  color: #737070;
  font-size: 18px;
}

.social_box_img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* //////////////////////////// */
/*   for Table or Ipad */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pageHeader_section {
    height: 800px;
    padding: 20px;
  }

  .pageHeader_text h2 {
    font-size: 45px;
    text-align: center;
  }

  .pageHeader_text p {
    width: 90%;
    font-size: 24px;
    text-align: center;
  }

  .pageHeader_btn {
    font-size: 20px;
    padding: 10px 20px;
  }
  .blue_dots {
    top: 10%;
  }

  .round_color_bg {
    width: 300px;
    height: 300px;
    top: 10%;
    left: -10%;
  }
  .pink_dots,
  .pink_dots_2 {
    width: 120px;
    height: 120px;
  }
  .pink_dots img,
  .pink_dots_2 img {
    width: 100%;
    height: 100%;
  }
}

/* ///////////////////// */
/* media  */
@media (max-width: 768px) {
  .pageHeader_section {
    height: 100vh;
    padding: 20px;
  }

  .pageHeader_text {
    width: 100%;
  }

  .pageHeader_text h2 {
    font-size: 36px;
    text-align: center;
  }

  .pageHeader_text p {
    width: 90%;
    font-size: 16px;
    text-align: center;
  }

  .pageHeader_btn {
    font-size: 16px;
    padding: 8px 16px;
  }
  .blue_dots {
    top: 10%;
  }

  .header_round_color_bg {
    width: 300px;
    height: 300px;
    top: 10%;
    left: -10%;
  }
  .pink_dots,
  .pink_dots_2 {
    width: 80px;
    height: 80px;
  }
  .pink_dots img,
  .pink_dots_2 img {
    width: 100%;
    height: 100%;
  }
}
