@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  font-family: poppins;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

li > a {
  color: white !important;
}

.bg-img {
  /* The image used */
  background-image: url("src/process.png");

  height: 70vh;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  /* Needed to position the navbar */
  position: relative;
}

.nav-active {
    background-color:#fff;
    color: #545454 !important;
}

.logo-active{
    color: #545454!important;
}

/* .navbar-default {
  color:#ffffff !important;
} */



.logo {
  font-weight: 600;
  color:#fff !important;
}

.title-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -140%);
    color: white;
}

.title {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  /* .title-div > p {
    text-align: center;
    padding-top: 100px;
  } */
  
  .title > h1 {
    font-weight: 700;
    font-size: 1.3rem;
  }

  .active-page{
      text-align: center;
      color:#ff160c;
  }
  
  .title-div > h3 {
    padding-top: 30px;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
  }




  /* casting and foregin  */


.process{
    padding:60px 20px;
}

.process >h1{
    /* padding: 70px 10px 70px; */
    font-weight: 600;
    font-size: 2.4rem;
    text-align: left;
    /* color: #006cb7; */
    color: #28d3e2;
    padding: 95px 80px 25px;
}

.process > p {
    padding: 10px 80px 30px;
    color: #545454;
    text-align: justify;
}

.parts-dec{
    display: flex;
    justify-content: space-evenly;
    width: 85%;
    align-items: center;
    margin: 30px auto 50px;
  
}

.Instruments{
    align-items: flex-start;
}


.process > h3{
    color: #131A22;
    padding: 15px 80px 1px;
    font-weight: 600;
}
.process > h6{
    color: #131A22;
    padding: 15px 80px 20px;
    font-weight: 600;
}
  
  
  /* #casting-parts{
    background-color: #F8F8F8;
    margin-top: 100px;
    padding-bottom: 80px;
  
  } */
  
  .casting-img{
    padding-left: 100px;
  }
  
  .parts-items > ul > li{
    font-weight: 500;
    list-style-type: circle;
    padding-bottom: 5px;
  }

  .parts-items > h3{
      padding: 10px 0px;
  }

  table {
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  tr:nth-child(odd) {
    /* background-color: #006cb7; */
    background-color: #28d3e2;
    color: #fff;
  }


  .machaning-dec{
    max-width: 450px;
    align-items: flex-start;
  }
  

  .machaning-dec > div > h4{
      padding:8px 0px;
      color: #545454;
  }


  .machaning-dec > div > p{
      padding:20px 0px;
      color: #545454;
  }

.vmc{
    padding-top: 40px;
}

.test{
  display: flex;
  flex-direction: column;
  padding: 0px 82px;
}

.test-items{
  padding-top: 30px;
}

.test-img{
  display: flex;
  justify-content: space-evenly;
  padding: 80px 30px;
}

.test-img > img{
  max-width: 300px;
  padding: 20px 10px;
  border: 2px solid #28d3e2;
}

.test-img-spectro{
  
  display: flex;
  justify-content: center;

}

.test-img-spectro > img{
  margin: 30px auto;
  padding: 20px 10px;
  border: 2px solid #28d3e2;

}

@media screen and (max-width: 1027px){
  .navbar{
    background-color: #fff!important;
    color: #545454!important;
  }
  
  /* .navbar-toggler{
    margin-right: 20px;
  } */
  
  .logo{
    color: #545454 !important;
  }
  
  .nav-link{
    color: #545454 !important;
    font-weight: 500;
  }
  
  .nav-item{
    margin: 1px auto;
  }
  
  .db{
    width: 100%;
  }

}


@media screen and (max-width: 870px) {

  .parts-dec{
    flex-direction: column;
    align-items: flex-start;
  }

  .parts-items > ul{
    padding-left: 105px;
  }

  .parts-items > table{
    margin: 25px 0px;
    margin-left: 105px;
  }

  .machaning-dec{
    padding-left: 105px;
    max-width: 90%;
  }
  
  .parts-img{
    margin: 20px auto;
  }

  .vmc-img{
    margin-top:50px ;
  }

  .casting-img{
    padding-left: 0px;
  }

  .test-img {
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    margin: 10px;
  }
  
  .test-img > img{
    margin: 15px 0px;
  }

  .test-img-spectro{
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .test-img-spectro > img{
    max-width: 350px;
  }

 

}


@media screen and (max-width: 560px) {
  
  .parts-img> img{
    max-width: 280px;
  }


  .parts-items > ul, h3{
    padding-left: 45px;
  }

  .test{
    padding: 0px;
    /* padding-left: 45px ; */
  }

  .test-items > ul{
    padding-left: 45px;
  }

  .parts-items > table{
    margin: 25px 0px;
    margin-left: 40px;
  }

  .test>h3{
    padding: 20px 10px 10px 20px;
  }

  table{
    zoom: 75%;
  }

  .process{
    padding: 60px 10px;
  }

  .process > h1{
    padding: 30px 5px 25px 20px ;
  }

  .process > p{
    padding: 20px 8px 20px 20px;
  }

  .process > h3{
    padding: 20px 10px 1px 20px;
  }
  .process > h6{
    padding: 20px 10px 20px 20px;
  }


  .machaning-dec{
    padding-left: 40px;
    max-width: 90%;
  }
  
  .test-img-spectro>img {
    max-width: 300px;
    margin: 0px;
    margin: 10px;
  }

  .test-img{
    padding: 10px 10px;
  }

  
  
  




}