*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Rubik", sans-serif;
}



.parent{
  width: 100%;
}

.child{
  width: 100%;
  padding: 58px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #007ab3;
  color: white;
}
#child-heading{
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
#child-content{
  color: whitesmoke;
  text-align: center;
  font-size: 16px;
}



.two-btns {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
#talk-to-us {
  border: 1px solid white;
  border-radius: 25px;
  padding: 10px 16px 10px;
  font-size: 14px;
  background-color: transparent;
  color:white ;
  outline: none;
}
#become-a-tutor {
  border: none;
  border-radius: 25px;
  padding: 6px 12px 6px;
  font-size: 14px;
  outline: none;
}



.six-cards{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 60px;
}

.six-cards-1{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.six-card{
  background-color: #e9eaee;
  width: fit-content;
  position: relative;
  border-radius: 5px;
}

.image-content{
  border-radius: 5px;
  text-align: center;
  padding: 8px 20px;
  position: absolute;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
  background-color: white;
  color: black;
  bottom: -10px;
  left: 40px;
  width: 220px;
}

.tutor-name{
  font-size: 18px;
  font-weight: 600;
}

.image-content p{
  margin-bottom: 0px;
}

.six-card img{
  transition: 1s ease;
  width: 300px;
}

.six-card img:hover{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  transition: 1s ease;
}

.child-2{
  background-color: #e9eaee;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-child-2{
  padding-top: 40px;
  padding-bottom: 40px;
  width: 75%;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
  gap: 15px;
}

.sub-child-2 p{
  margin-bottom: 0px;
}

#stren{
  font-size: 30px;
  font-weight: 600;
}

.success{
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 10px;
  padding: 10px 25px;
  background-color: #007ab3;
  color: white;
  border-radius: 5px;
}

#num{
  font-size: 26px;
  font-weight: 600;
}

.three-cards{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.three-card{
  width: 100%;
  background-color: white;
  padding: 10px 40px 10px 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 5px;
}

.three-card img{
  border-radius: 5px;
  width: 70px;
  padding: 10px;
  background-color: #007ab3;
}

.total{
  font-size: 26px;
  font-weight: 600;
}

.child-3{
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.sub-child-3{
  width: 75%;
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.child-3 p{
  margin-bottom: 0px;
}

#what-our{
  font-size: 36px;
  font-weight: 600;
}

.carousel {
  width: 75%;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);

}
.two-card{
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 40px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.two{
  display: flex;
  align-items: center;
  gap: 10px;
}

.two-content p{
  margin-bottom: 0px;
}

.name-of{
  font-size: 18px;
  font-weight: 600;
  color: #007ab3;
}

.two-card img{
  width: 60px;
}
.testi-content {
  font-size: 14px;
}

.share-btn{
  background-color: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
}

.share-btn img{
  width: 40px;
  background-color: #007ab3;
  border-radius: 5px;
  padding: 10px;
}

#arrow-btn{
  background-color: #f39c12;
  position: fixed;
  bottom: 10px;
  right: 20px;
  border-radius: 25px;
  z-index: 9999;
}

#arrow-btn img{
  padding: 10px;
  width: 40px;
}

#arrow-btn-1{
  background-color: #f39c12;
  position: fixed;
  bottom: 10px;
  right: 20px;
  border-radius: 25px;
  z-index: 9999;
}

#arrow-btn-1 img{
  padding: 10px;
  width: 40px;
}


#arrow-btn-1{
  display: none;
}

 

@media screen and (min-width:320px) and (max-width:768px) {
  .child{
    padding: 20px;
  }

  .six-cards{
    flex-direction: column;
    margin-top: 15px;
  }

  .six-cards-1{
    flex-direction: column;
    margin-bottom: 30px;
  }

  .child-2{
    padding: 10px 5px;
  }

  .child-3{
    padding: 10px;
    margin-top: 10px;
  }

  .sub-child-3{
    flex-direction: column;
    width: 100%;
    margin-top: 0px;
  }

  .sub-child-2{
    padding: 10px;
    width: 100%;
  }

  .two-card{
    padding: 10px;
  }

  .two-card img{
    width: 30%;
  }

  #child-heading{
    font-size: 21px;
  }
  #child-content {
    font-size: 14px;
  }
  .image-content {
    width: 200px;
    left: 48px;
  }
  .tutor-name {
    font-size: 16px;
  }
  .course-name {
    font-size: 14px;
  }

  #stren{
    font-size: 20px;
  }
  #sub-stren {
    font-size: 14px;
  }
  #num {
    font-size: 20px;
  }
  .suces p {
    font-size: 14px;
  }

  .three-cards {
    margin-top: 10px;
  }
  .three-card img {
    width: 50px;
  }
  .total{
    font-size: 16px;
  }
  .sub-total {
    font-size: 14px;
  }
  .tutor-testi {
    font-size: 14px;
  }
  #what-our{
    font-size: 20px;
  }

  .name-of{
    font-size: 16px;
  }
  .course-of {
    font-size: 14px;
  }

  #arrow-btn{
    display: none;
  }

  #arrow-btn-1{
    display: unset;
  }
}