* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     font-family: "Rubik", sans-serif;
}








.parent {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}



/* child 1 start */
.child-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    gap: 20px;
    /* background: linear-gradient(to top,#7ccdf3, rgb(230, 230, 230)); */
    padding-top: 20px;
    margin-bottom: 30px;
    /* border-bottom: 1px solid rgba(225, 225, 225, 1); */
}
.child-1 p {
    margin-bottom: 0;
}



.heading {
    width: 90%;
}
.heading-text {
    font-size: 70px;
    font-weight: 400;
}
.heading-text span {
    border-radius: 8px;
    background-color: #007ab3;
    color: white;
    padding-left: 8px;
    padding-right: 8px;
}



.left-right-child-1 {
    width: 90%;
    display: flex;
}

.left-child-1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}
#arrow {
  position: absolute;
  top: 60px;
  right: 120px;
  width: 90px;
}


.two-btns {
    display: flex;
    gap: 10px;
    /* margin-top: 20px; */
}
.get-started {
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    background-color: #007ab3;
    color: white;
    font-weight: 600;
    padding: 8px;
    width: 135px;
}
.request-demo {
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    background-color: white;
    color: #007ab3;
    border: 1px solid #007ab3;
    font-weight: 600;
    padding: 8px;
    width: 135px;
}




.image-text-1 {
    display: flex;
    gap: 20px;
    width: 100%;
}
.image-1 {
    width: 50%;
}
.image-1 img {
    width: 100%;
    border-radius: 10px;
}



.trusted-members {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #007ab3;
    color: white;
    padding: 10px;
    border-radius: 10px;
    width: 50%;
}
.image-2 {
    width: 100%;
    display: flex;
    align-items: center;
}
.image-2 img {
    width: 80px;
    height: 40px;
    border-radius: 10px;
}
.k {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.k-text-1 {
    font-size: 16px;
    font-weight: 600;
}
.k-text-2 {
    font-size: 12px;
    width: 100%;
}



.image-text-2 {
    display: flex;
    gap: 20px;
    width: 100%;
}
.response-time-1 {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 10px;
    box-shadow: 1px 1px 4px  rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 8px;
}
.response-text-1 {
    font-size: 20px;
    font-weight: 600;
    color: #007ab3;
    width: 70%;
}



.response-time-2 {
    display: flex;
    flex-direction: column;
    width: 50%;
    gap: 10px;
    box-shadow: 1px 1px 4px  rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 8px;
}
.response-text-3 {
    font-size: 16px;
    font-weight: 600;
    color: #007ab3;
}
.image-machine {
    width: 100%;
    text-align: center;
}
.image-machine img {
    width: 40%;
}
.response-text-4 {
    font-size: 20px;
    font-weight: 600;
    color: black;
    width: 70%;
}



.right-child-1 {
  width: 50%;
  position: relative;
}
.right-child-1-image {
  width:100%;
  position: absolute;
  top: -65px;
}
.right-child-1-image img {
  width: 100%;
}
/* child 1 end */



/* child 2 start */
.child-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 20px;
    padding-top: 20px;
    position: relative;
}
.child-2 p {
  margin-bottom: 0;
}
#zigzag {
  position: absolute;
  top: 80px;
  width: 160px;
}


.child-2-heading {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.child-2heading-text-1 {
    text-align: center;
    width: 50%;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 20px;
}
.child-2heading-text-1 span {
    color: #007ab3;
}
.child-2heading-text-2 {
    text-align: center;
}

.left-right-child-2 {
    width: 90%;
    display: flex;

}





.left-child-2 {
  width: 50%;
  /* position: relative; */
}
.left-child-2-image {
  width:100%;
  /* position: absolute; */
  /* top: -65px; */
}
.left-child-2-image img {
  width: 90%;
}





.right-child-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.three-boxes {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.sub-three-boxes {
    display: flex;
    gap: 15px;
    align-items: center;
}
.three-box-image  {
    width: 25%;
    display: flex;
    justify-content: center;
    border-radius: 28px;
    background-color: rgb(236, 236, 236);

}
.three-box-image img {
    width: 50px;
    padding:8px;
   
}

.three-box-text-1 {
  font-size: 20px;
  font-weight: 700;
  color: #007ab3
}
.three-box-text-2 {
  font-size: 14px;
  color: black;

}
/* child 2 end */



/* child 3 start */
.child-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #007ab3;
}



.testimonial {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
    background-color: white;
    color: black;
    border: none;
}

.testimonial p {
    margin-bottom: 0;
}

.left-testimonial {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.left-testimonial-text-1 {
    font-size: 30px;
    font-weight: 700;
}
.left-testimonial-text-1 span {
    color: #007ab3;
}

.right-testimonial {
    width: 50%;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.right-testimonial-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.testimonial .commas {
    width: 25px;
    height: 20px;
}

.testimonial-student {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 15px;
}

.testimonial-student .student {
    width: 45px;
    height: 45px;
} 

.sub-testimonial-student {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
/* child 3 end */



/* child 4 start  */
.child-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 95%;
    padding-top: 30px;
}
.child-4 p {
  margin-bottom: 0;
}



.four-boxes {
  display: grid;
  grid-template-columns: auto auto;
  width: 90%;
  gap: 60px;
}
.sub-four-boxes {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}
#second-arrow {
  position: absolute;
  top: -80px;
  right: -50px;
  width: 120px;
}
.sub-four-boxes img {
  width: 100%;
  border-radius: 20px;
}
.four-box-text-1 {
  font-size: 24px;
  font-weight: 600;
  color: #007ab3;
}
.four-box-text-3 {
  font-weight: 600;
}
/* child 4 end */



/* child 5 start */
.child-5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
.child-5 p {
  margin-bottom: 0;
}


.customer-support-box-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 90%;
  background-color: #007ab3;
  border-radius: 20px;
  padding-bottom: 30px;
  position: relative;
}
#curly-role {
  position: absolute;
  top: 30px;
  right: 250px;
  width: 100px;
}

.customer-support-heading {
  font-size: 28px;
  width: 30%;
  text-align: center;
  font-weight: 600;
  margin-top: 30px;
  color: white;
  padding-bottom: 20px;
}
.customer-support-box-2 {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}
.small-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  color: #007ab3;
  border-radius: 10px;
  padding: 20px;
}
.small-box-text-1 {
  font-weight: 700;
  font-size: 24px;
}
/* child 5 end */



/* child 6 start */
.child-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    gap: 30px;
  }
.child-6 p {
  margin-bottom: 0;
}



.features-heading {
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}
.features-heading span {
  color: #007ab3;
}



.six-cards {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
  width: 90%;
}
.sub-six-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 10px;
}
.sub-six-cards img {
  width: 60px;
  padding: 4px;
  background-color: rgb(219, 218, 218);
  border-radius: 39px;
}
.six-cards-text-1 {
  font-size: 24px;
  font-weight: 600;
  color: #007ab3;
}
.learn-more-btn {
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    background-color: #007ab3;
    color: white;
    font-weight: 600;
    padding: 8px;
    width: 135px;
}
/* child 6 end */



/* child 7 start */
.child-7 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background-color: #f39c12;
  }
.child-7 p {
  margin-bottom: 0;
}



.left-right-child-7 {
  width: 90%;
  display: flex;
  gap: 10px;
  padding-top: 40px;
  padding-bottom: 40px;

}
.left-child-7 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: white;
  width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.child-7-text-1 {
  font-size: 65px;
  font-weight: 700;
  width: 70%;
}
.child-7-two-btns {
    display: flex;
    gap: 10px;
    /* margin-top: 20px; */
}
.get-started-1 {
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    background-color: black;
    color: white;
    font-weight: 600;
    padding: 8px;
    width: 135px;
}
.request-demo-1 {
    text-decoration: none;
    text-align: center;
    border-radius: 8px;
    color: white;
    border: 1px solid white;
    background-color: transparent;
    font-weight: 600;
    padding: 8px;
    width: 135px;
}



.right-child-7 {
  width: 50%;
  position: relative;
}
.right-child-7-image {
  width:100%;
  position: absolute;
  bottom: -40px;
}
.right-child-7-image img {
  width: 90%;
}



.form-1 {
    display: none;
    border: 1px solid white;
    padding: 20px;
    background-color: white;
    color: #252525;
    border-radius: 5px;
    position: fixed;
    top: 75px;
    width: 400px;
    box-shadow: 4px 4px 20px 4px ;
    z-index: 9999;
}

#submit-1 {
    background-color: #007ab3;
    border-style: none;
    color: white;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

#cancel-1 {
    position: absolute;
    top: 18px;
    right: 0px;
    cursor: pointer;
    border: 1px solid white;
    width: 10%;
    background-color: white;
    font-size: 20px;
}








@media screen and (min-width : 320px) and (max-width : 768px) 
{

  .parent {
    gap: 0px;
  }
    .child-1 {
        display: flex;
        flex-direction: column;
        padding-bottom: 0px;
        padding-top: 10px;
        gap: 15px;
    }  
    .heading {
      width: 100%;
    }  
    .heading-text {
      font-size: 20px;
      font-weight: 600;
    }
    .left-right-child-1 {
      width: 100%;
    }
    .left-child-1 {
      width: 100%;
      gap: 20px;
    }
    #arrow {
      display: none;
    }
    .two-btns a {
      font-size: 14px;
    }



    .image-text-1 {
      display: flex;
      flex-direction: column;
    }
    .image-1 {
      width: 100%;
    }
    .trusted-members {
      width: 100%;
      gap: 15px;
    }



    .image-text-2 {
      display: flex;
      flex-direction: column;
    }
    .response-time-1 {
      width: 100%;
    }
    .response-time-2{
      width: 100%;
    }


    .right-child-1 {
      width: 100%;
      display: none;
    }


    .child-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .child-2heading-text-1 {
      font-size: 20px;
      width: 100%;
      padding-bottom: 20px;
    }
    #zigzag {
      top: 60px;
      right: 40px;
      width: 140px;
  
    }
    .child-2heading-text-2 {
      font-size: 14px;
      padding-top: 20px !;
    }

    .left-right-child-2 {
      display: flex;
      flex-direction: column;
    }
    .left-child-2 {
      width: 100%;
    }
    .right-child-2 {
      width: 100%;
    }
    .three-boxes {
      gap: 10px;
    }
    .sub-three-boxes {
      display: flex;
      flex-direction: column;
      align-items: start;
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
      border-radius: 10px;
      padding: 10px;
    }
    .three-box-image {
      width: fit-content;
    }
    .three-box-image img {
      width: 40px;
    }
    .three-box-content {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .three-box-text-1 {
      font-size: 18px;
    }
    .three-box-text-2 {
      font-size: 14px;
    }





      .testimonial {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 15px;
    }

    .left-testimonial {
        width: 100%;
        align-items: start;
    }

    .left-testimonial-text-1 {
        font-size: 18px;
        font-weight: 700;
    }

    .left-testimonial-text-2 {
        font-size: 12px;
    }

    .social-media-icons {
        font-size: 15px;
    }

    .right-testimonial {
        width: 100%;
        height: unset;
    }

    .right-testimonial p {
        font-size: 14px;
    }






    .customer-support-box-2 {
      display: flex;
      flex-direction: column;
    }




    .four-boxes {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    #second-arrow {
      display: none;
    }
    .sub-four-boxes {
      margin-top: 0;
    }
    .four-box-text-1 {
      font-size: 20px;
    }
    .four-box-text-2 {
      font-size: 14px;
    }

    .child-5 {
      margin-top: 0;
    }
    #curly-role {
      display: none;
    }
    .customer-support-heading {
      width: 100%;
      font-size: 20px;
      padding-bottom: 0;
    }
    .customer-support-box-2 {
      padding: 10px;
      gap: 20px;
    }
    .small-box-text-1 {
      font-size: 18px;
    }
    .small-box-text-2 {
      font-size: 14px;
    }


    .child-6 {
      margin-top: 0;
      margin-bottom: 20px;
      gap: 10px;
    }
    .features-heading {
      font-size: 20px;
    }
    .six-cards {
      display: flex;
      flex-direction: column;
    }
    .sub-six-cards img {
      width: 40px;
    }
    .six-cards-text-1 {
      font-size: 20px;
    }
    .six-cards-text-2 {
      font-size: 14px;
    }



    .left-right-child-7 {
      display: flex;
      flex-direction: column;
      padding-top: 10px;
      padding-bottom: 20px;
    }
    .left-child-7 {
      width: 100%;
      margin-top: 0;
      margin-bottom: 0;
      gap: 10px;
    }
    .child-7-text-1 {
      font-size: 20px;
    }
    .child-7-text-2 {
      font-size: 14px;
    }
    .child-7-two-btns a {
      font-size: 14px;
    }
    .right-child-7 {
      display: none;
  }
}