.hero_section {
  /* display: flex; */
  /* display: grid;
  grid-template-columns: 20% 80%;
  justify-content: center;
  align-items: center; */
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  height: 100vh;
  /* background: var(--banner-gradient-bg); */
  background-image: url('../../images/HOME/Group-161.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  /* background-color: var(--color-dark-blue); */
  padding: 0 50px;
  padding-top: 50px;
  position: relative;
  overflow-y: hidden;
}

/* .hero_con {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

/* //////////////////////////////// */
.hero_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding-left: 120px; */
/*   gap: 5px; */
  z-index: 10;
  margin-top: 100px;
  margin-left: 250px;
  text-align: left;
  width: 40vw;
}
.hero_text h2 {
  width: 90%;
  font-size: 70px;
  font-weight: 700;
  color: var(--color-white);
  font-family: var(--Gabarito-font);
  /* line-height: ; */
  /* margin: 0 auto; */
}

.hero_text p {
  color: var(--color-white);
  font-size: 24px;
  font-weight: 400;
  width: 90%;
  font-family: var(--Fredoka-font);
  padding: 10px 10px 0 0;
}

.para_section {
  width: 100%;
  text-align: left;
}

.para_section .para_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /* width: 90%; */
  margin-top: 10px;
  /* margin-left: ; */
  margin-left: 15px;
}

.para_box img {
  width: 30px;
  height: 25px;
  margin: 0;
}

.para_box p {
  color: var(--color-white);
  font-size: 19px;
  font-weight: 400;
  /* width: 90%; */
  font-family: var(--Fredoka-font);
  /* padding: 10px 20px 0 0; */
}

.hero_btn_div {
  display: flex;
  justify-content: start;
  align-items: start;
  width: 90%;
  margin-top: 20px;
}
.hero_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: 10px;
  font-family: var(--Fredoka-font);
}

.hero_btn a {
  color: white;
}

.hero_img {
  width: 700px;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 80px;
  margin-top: 50px;
  /* padding-top: 50px; */
}
.hero_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

/* //////////////////////////////////////////// */
/* background Overlays  */

.round_color_bg {
  /* background-color: var(--color-dark-light-blue); */
  background-color: rgb(64, 216, 513, 5%);
  width: 550px;
  height: 550px;
  border-radius: 50%;
  position: absolute;
  top: 22%;
  left: -15%;
  z-index: 5;
}

/* .blue_dots {
  position: absolute;
  top: 20%;
  left: 10%;
  z-index: 5;
  width: 100px;
  height: 100px;
}

.hero_pink_dots {
  position: absolute;
  top: 20%;
  right: 35%;
  width: 150px;
  height: 150px;
}
.hero_pink_dots_2 {
  position: absolute;
  bottom: 5%;
  right: 10%;
  width: 100px;
  height: 100px;
}

.blue_dots img,
.hero_pink_dots img,
.hero_pink_dots_2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 5;
} */

/* ///////////////////////////////////// */

.social_box_section {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: absolute;
  rotate: 270deg;
  left: -150px;
}

.social_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0px 20px;
  cursor: pointer;
}

.social_box span {
  color: var(--color-white);
  font-size: 18px;
  font-family: var(--Fredoka-font);
  font-weight: 400;
}

.social_box_img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

/* //////////////////////////// */
/* Media Queries for Responsiveness */
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .hero_text h2 {
    font-size: 55px;
    width: 100%;
  }
  .hero_text p {
    font-size: 21px;
    width: 100%;
  }
  .hero_btn_div {
    width: 100%;
  }

  .hero_btn {
    padding: 15px 25px;
    font-size: 21px;
  }

  .social_box_section {
    left: -16%;
  }

  .hero_img {
    width: 500px;
    height: 600px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .hero_text h2 {
    font-size: 55px;
    width: 100%;
  }
  .hero_text p {
    font-size: 21px;
    width: 100%;
  }
  .hero_btn_div {
    width: 100%;
  }

  .hero_btn {
    padding: 15px 25px;
    font-size: 21px;
  }

  .social_box_section {
    left: -18%;
  }

  .hero_img {
    width: 500px;
    height: 600px;
  }
}
/* //////////////////////////// */
/*   for Table or Ipad */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hero_section {
    grid-template-columns: 100%;
    height: 100vh;
    padding: 20px;
  }

  .hero_text {
    padding-left: 0px;
    margin-left: 0px;
    text-align: center;
    margin-top: -120px;
    width: 85%;
    margin: 0 auto;
    z-index: 100;
  }

  .hero_text h2 {
    font-size: 40px;
    width: 100%;
  }

  .hero_text p {
    width: 100%;
  }

  .hero_btn_div {
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 100;
  }

  .hero_img {
    width: 400px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 80px;
    /* margin-top: 50px; */
    /* padding-top: 50px; */
    z-index: 10;
    position: absolute;
    bottom: -10%;
    right: -6%;
  }

  .social_box_section {
    left: -25%;
  }

  .blue_dots {
    top: 16%;
    left: 20%;
  }
}

/* //////////////////////////// */
/* For Mobile*/
@media screen and (min-width: 412px) and (max-width: 768px) {
  .hero_section {
    grid-template-columns: 100%;
    /* flex-direction: column; */
    height: 100vh;
    padding: 20px;
  }

  .hero_text {
    padding-left: 0px;
    margin-left: 0px;
    gap: 0px;
    text-align: center;
    margin-top: -100px;
    width: 100%;
    z-index: 100;
  }

  .hero_text h2 {
    font-size: 40px;
    width: 100%;
  }

  .hero_text p {
    width: 100%;
  }

  .hero_btn_div {
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 100;
  }

  .hero_img {
    width: 350px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 80px;
    z-index: 10;
    position: absolute;
    bottom: -12%;
    right: -5%;
  }

  /* .hero_img img {
    display: none;
  } */

  .round_color_bg {
    width: 300px;
    height: 300px;
    top: 40%;
    left: -10%;
  }

  .blue_dots {
    top: 30%;
    right: 20%;
  }

  .hero_pink_dots {
    top: 10%;
    right: 50%;
    position: absolute;
    display: none;
  }
  .social_box_section,
  .social_box,
  .hero_pink_dots_2 {
    display: none;
  }
}

@media screen and (min-width: 350px) and (max-width: 412px) {
  .hero_section {
    grid-template-columns: 100%;
    height: 100vh;
    padding: 20px;
  }

  .hero_text {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 40px;
    gap: 0px;
    text-align: center;
    margin-top: 120px;
    width: 100%;
    z-index: 100;
  }

  .hero_text h2 {
    font-size: 40px;
    font-weight: 600;
    width: 100%;
    margin: 0;
  }

  .hero_text p {
    width: 100%;
    margin: 0px;
    font-size: 18px;
  }

  .hero_btn_div {
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 100;
  }

  .hero_img {
    width: 350px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 80px;
    z-index: 10;
    position: absolute;
    bottom: -18%;
    right: -14%;
  }

  .hero_btn {
    padding: 10px 25px;
    font-size: 18px;
  }

  /* .hero_img img {
    display: none;
  } */

  .round_color_bg {
    width: 300px;
    height: 300px;
    top: 40%;
    left: -10%;
  }

  .blue_dots {
    top: 30%;
    right: 20%;
  }

  .hero_pink_dots {
    top: 10%;
    right: 50%;
    position: absolute;
    display: none;
  }
  .social_box_section,
  .social_box,
  .hero_pink_dots_2 {
    display: none;
  }
}
