*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body{
    background-color: #E6E6E6;    
}

.navbar1{
    background-color: whitesmoke;
    height: 39px;
}

.navbar1 ul{
    display: flex;
    float: right;
    margin-right: 160px;
    margin-top: 10px;
}

.navbar1 ul li{
    margin: 5px;
    font-size: 17px;
}

.navbar1 ul li a{
    color: black;
}

.navbar2{
  background-color: white;    
}

img.logo{
    height: 70px;
    width: 60px;
    margin-left: 50px;
}

.navbar2 ul{
    display: flex;
    float: right;
    margin-right: -390px;
    margin-top: 10px;
}

.navbar2 ul li{
    margin: 15px;
    font-size: 17px;
    font-weight: 900;
}

#home{
    background-image:linear-gradient(rgba(9,5,54,0.3),rgba(5,4,46,0.7)),url("d:\prem3.jpeg");
    width: 100%;
    height: 70vh;
    background-size:cover;
     display:flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 0px;
}

#home h2{
    color: #fff;
    font-size: 2.2rem;
    letter-spacing: 1px;
}

#home p{
    width: 50%;
    color: #fff;
    font-size: 0.9rem;
    line-height: 25px;
}

#home .bnt{
    margin-top: 30px;
}

#home a{
    text-decoration: none;
    font-size: 0.9rem;
    padding: 13px 35px;
    background-color: #fff;
    font-weight: 600;
}

#home a.blue{
    color: #fff;
    background: rgb(55, 55, 210);
    transition: 0.3s ease;
}

#home a.blue:hover{
    color:rgb(21,21,100);
    background: #fff;
}

.indust {
    overflow: hidden;
    margin: 0px 0px;
    padding: 0 200px;
    color: white ;
  }
  
  .fiield {
    display: grid;
    grid-template-columns: auto auto ;
    justify-content: center;
    column-gap: 30px;
    margin-top: 20px;
    row-gap: 30px;
  }

  .we_deals{
    height: 230px;
}
        .we_deals h1{
                text-align: center;
                padding: 20px;
        }
            .we_d{
      display: grid;
      grid-template-columns: auto auto auto auto auto;
      justify-content: center;
      column-gap: 30px;
      row-gap: 30px;
    }
    .we_d img {
      height: 100px;
      width: 200px;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      background-color: white;
    }
  #we_offer {
    padding: 20px 20px;
  }

  #we_offer h1{
font-size: 50px;
text-align:center;
  }