@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
  margin: 0;
  padding: 0;
 
}
body {
    font-family: 'Poppins', sans-serif;
}
/* This is Header  */
header img{
    width: 30%;
    margin-left: 20px;
    box-sizing: border-box;
    
}
    /* section 2 */
.Adstack{
    background-color: #7BAFD3;
    color: #fff;
    width: 200px;
    text-align: center;
    margin: 0 auto 20px;
}

/* This is Section 3 */
.section3{
    width: 100%;
    height: 600px;
    background-color: #00A1E5;
    color: #fff;
    
}
.section3 img{
    margin-top: 50px;
    margin-left: 50px;
}
.list-4{
    font-size: 20px;
    margin-top: 300px;
    margin-left: 120px;
}

/* This is Section 4 */
.section4 h1{
    margin-top: 20px;
    margin-left: 20px;
    color: #00A1E5;
}
.section4 .s4i img{
    width: 60%;
    margin-top: 30px;
    margin-left: 100px;
    
}

/* This is Section 7 */
/*  */



  /* This is Section 8 */
  .shape{
    justify-content: center;
    align-items: center;
  }
  