@media(max-width:768px){
    nav{
        background-color: white;
        width: 100%;
        /* flex-wrap: wrap; */
        height: 14vh;
        margin-bottom: 50px;
    }
    .toggle{
        display: initial;
        font-size: 20px;
        padding: 15px;
        margin-top:8px;
    }
    .toggle i{
        color: black;
        font-weight: bolder;
        font-size: 1.6rem;
    }
    .menu{
        flex-direction:column;
        background-color: transparent;
        color: white;
    }
    .menu li{
        width: 100vw;
        color: aliceblue;
        display: inline-block;
    }
    .menu li a{
        color:black;
        transition: 0.5s;
        display: block;
        margin: 0;
        line-height: 35px;
        padding-left: 10px;
        border-radius: 10px;
        font-size: 13px;
        
    }
    .menu li a:hover{
        background-color: black;
        color: white;
        text-decoration: none;
        
    }
    .brand{
        padding: 15px;
    }
      .img1{
        height: 50px;
        object-fit: cover;
        width: 70px;
        border-radius: 25px;
        margin-bottom: 10px;
     }
    .header1{
        display: flex;
        justify-content: center;
        height: 500px;
        padding: 70px;
    }
   .img2{
      margin-top: 50px;
      height: 150px;
      width: 150px;
      object-fit: cover;
      border-radius: 100px;
      border:solid 2px white;
      margin-left: 36px;
   }
   .h2{
    text-align: center;
      font-size: 18px;
      margin-left: 22px;
      width: 200px;
   }
   .p1{
  text-align: center;
  color: white;
  font-size: 16px;
  margin-left: 20px;
}
.grid{
       display: grid;
        grid-template-columns: repeat(auto-fit, minmax(100px, 2fr));
        gap:10px;
}
.grid img{
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

.service{
  margin-left: 20px;
}
.about-section h2 {
  font-size: 27px;
  margin-bottom: 5px;
  color: #00ffc6;
  letter-spacing: 1px;
}
.about-section p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 5px;
  color: black;
}
.flex{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.flex img{
  width: 140px;
}
.services-section h2 {
    font-size: 2rem;
    }
.projects h2 {
  font-size: 25px;
  margin-bottom: 30px;
}
.icon {
  font-size: 20px;
  padding: 18px;
  border-radius: 50%;
  background: #1c1c1c;
  color: white;
  transition: 0.3s ease;
}
.contact h2 {
  font-size: 25px;
  margin-bottom: 10px;
}
.contact p {
  font-size: 17px;
  margin-bottom: 30px;
}



    }
    