* {
    padding: 0;
    margin: 0;
    /* box-sizing: border-box; */
    list-style: none;
    text-decoration: none;
    font-family: 'Nunito', sans-serif;
  }
  body {
    background-color:whitesmoke;
  }
  .navbar1 {
    background-color: whitesmoke;
    height: 39px;
    position:relative;
      }
  .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;
    text-decoration: none;
  }
  
  /* header.navbar1 ul li a {
      color: #fff;
      background: rgb(55, 55, 210);
      transition: 0.3s ease;
  } */
  
  .navbar1 ul li a:hover {
    color: blue;
    background: #fff;
    
  }
  
  .navbar2{
    padding-left: 20px;
    background-color: #ffffff;
    
 
  }

 
  
  .navbar2 a {
    color: black;
    text-decoration: none;
  }
  
  img.logo {
    height: 70px;
    width: 60px;
    margin-left: 90px;
  }
  
  .navbar2 ul {
    display: flex;
    float: right;
    margin-right: -483px;
    margin-top: 10px;
    padding-right: 20px;
  }
  .navbar2 ul li {
    margin: 15px;
    font-size: 17px;
    font-weight: 900;
  }
  .navbar2 ul li:hover {
    color: blue;
    background: #fff;
  }
  #home {
    background-image: linear-gradient(rgba(9, 5, 54, 0.3), rgba(5, 4, 46, 0.7)),
      url("industrial-machinery-industry.jpg");
    width: 100%;
    height: 70vh;
    background-size: cover;
    /* background-position:center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 0px;
  }
  #home h2{
    color: white;
    font-size: 40px;
    font-weight: lighter;
  }
 #home .font1 {
    font-weight: 900;
    color: white;
  }
  #font2 {
    color: white;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
  }
  
  #home p {
    color: #fff;

    font-size: 25px;
    line-height: 25px;
  }
  #home .bnt {
    margin-top: 30px;
  }
  
  #home a {
    text-decoration: none;
    font-size: 16px;
    padding: 8px 15px;
    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;
  }
  
 

  .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;
    background-color: white;
    margin: 0 -15px;
    width: 99%;
  }
  #we_offer h1 {
    font-size: 50px;
    text-align: center;
  }
  #we_offer h3 {
    padding-left: 298px;
  }
  #we_offer h4 {
    text-align: center;
  }
    

  .main1{
    display: flex;
    justify-content: center;
    position: relative;
width: 100%;
left: 3rem;
background: linear-gradient(rgba(14, 131, 190, 0.586), white);
padding: 20px;
margin: 0px -50px;
border-top: 3px solid rgb(7, 77, 152);
}
.left li{
    text-align: center;
margin-right:30	rem;
list-style: disc;
padding: 5px;

}
.right img{
    width: 100%;
    height: 300px;
}

.main2{
    display: flex;
    justify-content: center;
    position: relative;
width: 100%;
left: 3rem;
background: linear-gradient(rgba(2, 92, 138, 0.586), white);
padding: 23px;
margin: 0px -53px;
border-top: 3px solid rgb(1, 109, 224);
}
.left1 li{
    text-align: center;
margin-right:9rem;
list-style: disc;
padding: 5px;

}
.right1 img{
    width: 100%;
    height: 400px;
}
.main_home{
    display: flex;
    padding: 10px 176px;
    margin: 10px;
}
#aboutus{
    background-image:linear-gradient(rgba(216, 215, 225, 0.777),rgba(222, 222, 230, 0.7)),url("view-inside-new-warehouse-mezzanine-floor-looking-into-hall_181624-25949.avif");
/* /* width: 100%;  */
height: 70vh;
background-size:cover;
padding: 40px 10px;

background-position:center;
/* display:flex;
flex-direction:column;
justify-content: center;
align-items: center;
text-align: center;    */


}
.ab-left{
flex: 50%;
display: grid;
grid-template-columns: auto auto ;
padding: 1px;
margin: 40px;
height: 250px; 
text-align: center;
top: 20px ;
align-items: center;
justify-content: center;

}
.ab-left img{
    height: 100px;
    border-radius: 50%;
    width: 100px;
}
.ab-right img{
    padding: 0 0;
    height: 400px;
    width: 505px;
}
#aboutus h2{
    text-align: center;
}
#aboutus p{
    text-align: left;
    padding: 0 300px;
    margin-top: 10px;

}
.ch-offer{
  margin-left: 575px;
}

.ch-offer h1{
  margin-left: 30px;
}

.second-sim-sec{
  margin: -8px 280px;
  /* padding: -1px 10px; */
  padding: 10px;
  padding-bottom: 20px;
}

.second-sim-sec p{
  font-size: larger;
}

.sim-sec p{
  font-size: 18px;
}

.ch-offer{
  padding-bottom: 30px;
}

.second-sim-sec h5{
  font-size: 18px;
  padding-top: 8px;
}

.second-sim-sec h3{
  padding-bottom: 8px;
}
