@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&display=swap");
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  /* background: #888;*/
  background: #8024dc;
}
body {
  overflow-x: hidden;
}
.navbar {
  font-family: "Roboto";
}
.navbar ul li {
  margin: 0px 10px;

}
section {
  width: 100%;
  position: relative;
  font-family: "Roboto";
}
.arrow1 {
  position: absolute;
  top: 360px;
  left: 150px;
}
.arrow2 {
  position: absolute;
  top: -7vh;
  right: -5vw;
}
.arrow3 {
  position: absolute;
  top: -13vh;
  left: 5vw;
}
.arrow4 {
  position: absolute;
  top: -5vh;
  left: 20px;
}
.text1 {
  position: absolute;
  top: 390px;
  left: 200px;
}
.text2 {
  position: absolute;
  top: -6vh;
  left: 50px;
}
.circle1 {
  position: absolute;
  top: -8vh;
  z-index: -5;
}
.circle2 {
  position: absolute;
  top: -8vh;
  z-index: -5;
}
.circle3 {
  position: absolute;
  top: 20vh;
  z-index: -6;
}
.wave {
  width: 100%;
  z-index: -5;
}
.dot {
  position: absolute;
  bottom: 0vh;
  right: 0px;
}
.dot1 {
  position: absolute;
  top: 3vh;
  right: -10vw;
}
.dot2 {
  position: absolute;
  top: 0vh;
  left: 3px;
}
.dot3 {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.dot4 {
  position: absolute;
  right: 3vh;
}
.dot5 {
  position: absolute;
  bottom: 0vh;
  left: 30%;
}
.dot6 {
  position: absolute;
  top: -13vh;
}
.dot7 {
  position: absolute;
  top: 0vh;
  right: 2vw;
}
.dot8 {
  position: absolute;
  top: 0vh;
  left: 2vw;
}
.dot9 {
  position: absolute;
  bottom: 0vh;
  left: 0vw;
}
.dot10 {
  position: absolute;
  left: -12vw;
}
.dot11 {
  position: absolute;
  top: -3vh;
  right: -12vw;
}
.dot12 {
  position: absolute;
  top: 13vh;
  left: 3vw;
}
.dot13 {
  position: absolute;
  bottom:0px;
  right: 0vw;
}
.boy {
  position: relative;
  top: -94px;
  left: 15px;
}
.girl {
  position: relative;
  top: -112px;
  left: 25px;
}
.girl-div{
  top: 35px;
}
.men {
  position: relative;
  top: -46px;
  left: 25px;
}
.phone {
  position: absolute;
  /* top: -115px; */
  top: -99px;
  left: -35px;
}
.phone-content {
  position: absolute;
  top: 5px;
  right: 13px;
}
footer {
  width: 100%;
  position: relative;
  font-family: "Roboto";
  background-color: #e9e8eb;
}
.hidden-mobile {
  display: none;
}
.hidden-web {
  display: flex;
  justify-content: center;
  align-items: start;
}
.template {
  display: flex;
  justify-content: center;
  align-items: center;
}
.template-div {
  display: flex;
  flex-direction: row;
}
.template img {
  height: 350px;
  border-radius: 10px;
}
.template p {
  margin-top: 10px;
}
.download-web {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.download-mobile {
  display: none;
}
.footer {
  width: 100vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer1 {
  max-width: 400px;
  
}
.footer2 {
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
.footer3 {
  max-width: 400px;
  margin: 0px 40px 0px 20px;
}
.features2 {
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.features1 {
  
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.steps-div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.steps-div-reverse {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.home-div h1 {
  font-size: 40px;
  max-width: 650px;
}
.home-img {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.home-img-div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.google-web {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.google-mobile {
  display: none;
}
.text-mobile {
  display: none;
}
.steps-arrow {
  transform: rotate(-90deg);
}

.navbar ul li img{
 display: none;
   
 }
 .hide-wave {
   display: none;
 }

@media screen and (max-width: 1000px) {
  .navbar ul li {
   border-bottom: 1px dashed rgba(128, 128, 128, 0.541);
    
  }
  .navbar ul li img{
   display: block;
     
   }
  .text-mobile{
    display: inline-block;
  }
  .text-web{
    display: none;
  }
  .hidden-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .hidden-web {
    display: none;
  }
  .template img {
    height: 300px;
  }
  .home {
    flex-direction: column-reverse;
    margin-left: 0px;
  }
  .home-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .home-div h1 {
    font-size: 30px;
    text-align: center;
  }
  .home-img img {
    width: 70px;
  }
  .home-img {
    flex-direction: column;
  }
  .andriod {
    width: 350px;
    margin: 0px;
    margin-bottom: 50px;
    
  }
  .arrow1 {
    top: 210px;
    left: 80px;
    width: 30px;
  }
  .text1 {
    top: 230px;
    left: 120px;
    font-size: 15px;
  }
  .circle1 {
    display: none;
  }
  .circle2 {
    display: none;
  }
  .circle3 {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .home {
    background-color: rgb(233,232,235);;
  }
  .hide-wave {
    display: block;
  }
  .download-mobile {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .download-web {
    display: none;
  }
  .footer-wave {
    display: none;
  }
  .footer {
    align-items: center;
    flex-direction: column;
  }
  .footer1{
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .footer3{ 
     margin: 10px 0px 20px 0px;
  } 
  .footer2{
    max-width: 400px;
    justify-content: space-around;
  }
  .icons img {
    width: 30px;
  }
  .icons p {
    font-size: 13px;
  }
  .template img {
    height: 250px;
  }
  .template-div {
    flex-direction: column;
  }
  .features2 {
    flex-direction: column-reverse;
  }
  .features1 {
    flex-direction: column-reverse;
  }
  .steps {
    flex-direction: column;
  }
  .steps-div {
    flex-direction: row;
  }
  .steps-div-reverse {
    flex-direction: row-reverse;
  }
  .steps-arrow {
    transform: rotate(0deg);
  }
  .extra{
    transform: scaleX(-1);
  }
  .google-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

  }
  .google-mobile img{
    width: 200px;
  }
  .google-web {
    display: none;
  }
  .arrow2 {
    width: 50px;
    height: 50px;
    right: 0px;
  }
  .arrow3 {
    width: 50px;
    height: 50px;
    top: -90px;
  }
  .dot {
    width: 90px;
    height: 90px;
    /* display: none; */
  }
  .dot1 {
    width: 90px;
    height: 90px;

    display: none;
  }
  .dot2 {
    width: 90px;
    height: 90px;
    top: 90px;
  }
  .dot3 {
     width: 90px;
    height: 90px;
    /* display: none; */
  }
  .dot4 {
     width: 90px;
    height: 90px;
    top: 330px;
  }
  .dot5 {
     width: 90px;
    height: 90px;
    /* display: none; */
  }
  .dot6 {
     width: 90px;
    height: 90px;
    /* display: none; */
  }
  .dot7 {
     width: 90px;
    height: 90px;
    top: 200px;
  }
  .dot8 {
    width: 90px;
    height: 90px;
    /* display: none; */
  }
  .dot9 {
     width: 90px;
    height: 90px;
    /* display: none; */
  }
  .dot10 {
     width: 90px;
    height: 90px;
    top: 60px;
  }
  .dot11 {
     width: 90px;
    height: 90px;
    /* display: none; */
  }
  .dot12 {
    width: 90px;
    height: 90px;
    top: 150px;
  }
  .dot13 {
     width: 90px;
    height: 90px;
    top: 100px;
    right: 5px;
  }
}
