.intro {
  background-color: #f9fafb;
}
html{
  scroll-behavior: smooth;
}
.content {
  background-color: #f9fafb;
  /* padding: 5% 0px; */
  padding-bottom: 10%;
}
.track {
  font-family: Poppins, sans-serif;
  color: black;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.12em;
}
.time {
  color: #677888;
  font-family: "Google Sans","Roboto",Arial,sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-align: justify;
}
.img1 {
  width: 500px;
}
.inner-con {
  display: flex;
  justify-content: space-between;
  margin-left: 15%;
  margin-right: 15%;
}
.morphext{
    color:#1887FC;
}
.headp{
    display: flex;
    align-items: center;
}
.invert{
    width: 50px;
}
.product{
  margin: 150px 0;
}
.product1{
  margin: 150px 0;
}
.product2{
  margin: 150px 0;
}
.row{
  
}
.slogo{
    display: flex;
    justify-content: center;
    padding-top: 7%;
    flex-direction: column;
    align-items: center;
    padding-bottom: 7%;
}
.para1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 50px;
}
/* 
 */
/* .image1{
  width: 60%;
} */


@media only screen and (max-width: 1200px) {
    .inner-con{
        display: flex;
        flex-direction: column;
        padding: 0
    }
    /* .track{
        text-align: center;
    }
    .time{
        text-align: center;
        margin-bottom:50px ;
    } */
    #innercon1{
      display: flex;
      flex-direction: column-reverse;
    }
    #innercon2{
      display: flex;
      flex-direction: column-reverse;

    }
    .image1{

      display: flex;
      justify-content: center;
    }

  }
  @media only screen and (max-width: 992px) {
    .product{
      display: flex;
      flex-direction: column-reverse;
    }

  }
  .circle1{
    background-color: #cdc17d;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .circle2{
    background-color: #cdc17d;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }
  .circle3{
    background-color: #cdc17d;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  /* .circle4{
    background-color: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .grid{
    display: grid;
    background-color: #e1e2e2;
    grid-template-columns:auto auto auto auto auto auto auto auto auto auto auto auto  ;
    grid-template-rows:  auto auto auto auto auto auto auto;
    height: 500px;
    padding: 20px 10px;
  } */
  

  