@media only screen and (max-width: 700px) {
  body{
    overflow-x: hidden;
  }

  .groobe_text_logo{
    display: none;
  }

  .front_items{
    background-color: #8B4EC4;
    width: 100vw;
    height: fit-content;
    padding-bottom: 60px;
  }

  .front_image{
    display: none;
  }

  .front_color_image{
    display: none;
  }

  .front_color_image_text{
    width: 100vw;
  }

  .spot_one, .spot_two{
    display: none;
  }

  .Beauty_and_Grooming_Services{
    margin-top: -11rem;
  }

  .groobe_text_logo {
    width: 121px;
  }

  .download_option_top{
    position: initial;
    margin-top: 0;
    justify-content: center;
    width: 100vw;
    margin-top: 20rem;
  }

  .download_heading{
    color: black;
    font-weight: 700;
    font-family: 'inter';
    font-size: 31px;
  }
/* special moment */

  .special_moment_page_items{
    display: grid;
  }

  .special_moment_heading{
    width: 100vw;
  }

  .special_moment_image{
    width: 100vw;
  }

  .special_moment_discription{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100vw;
    display: grid;
    justify-content: center;
  }

  .how_to_be_groobe_discription {
    font-weight: 400;
    font-size: 24px;
  }

  .how_to_register_groobe_block{
    display: grid;
  }

  #partner_video_discription{
    font-weight: 400;
    font-size: 24px;
  }

  .about_background{
    background: none;
  }

  .about_company_heading{
    text-align: center;
    font-size: 40px;
  }

  .about_discription_div {
    padding-top: 0;
    padding-left: 0;
}

.about_discription{
  margin-left: 0;
  padding: 34px;
}

.playsore_app{
  width: 150px;
}

.acic_logo{
  width: 300px;
}
}

@media only screen and (max-width: 460px) {
  .journey_image{
    width: 300px;
}
}
/* for android mobile */
@media only screen and (max-width: 400px) {
  .groobe_heading{
    font-size: 80px;
    margin-top: 35px;
  }

  .Beauty_and_Grooming_Services{
    font-size: 25px;
    margin-top: -13rem;
  }

  .download_heading{
    font-size: 24px;
  }

  .our_journey_heading{
    font-size: 40px;
  }

  .our_journey_discription{
    font-size: 14px;
    line-height: 20px;
  }

  .special_moment_heading {
    font-size: 40px;
    padding-left: 0;
  }

  #home_service_heading{
    font-size: 35px;
    background-color: #00000054;
    height: 286px;
  }

  .how_to_be_groobe_heading {
    font-size: 40px;
  }

  .how_to_be_groobe_discription{
    font-size: 19px;
  }

  .groobe_youtube{
    display: grid;
    justify-content: center;
  }

  .how_to_register_groobe_heading{
    text-align: center;
    line-height: 45px;
    font-size: 32px;
  }

  .how_to_register_groobe_discription{
    text-align: center;
  }

  .how_to_groobe_partner_heading {
    font-size: 40px;
  }

  .how_to_groobe_partner_discription{
    font-size: 19px;
    font-weight: 400;
  }

  .about_discription{
    max-width: 100vw;
    width: 100vw;
    height: 500px;
    display: grid;
    justify-content: center;
    color: #431B68;
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: 700;
  }

  .groobe_bottom_logo{
    width: 100vw;
    display: grid;
    justify-content: center;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer_items{
    display: grid;
    justify-content: center;
  }

  .play_div{
    display: grid;
    justify-content: center;
  }

  .how_to_register_groobe_block{
    margin: 1rem;
  }
}
