@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;
    text-transform: uppercase;
  }

  .active-page{
      text-align: center;
      color:#ff160c;
  }
  
  .title-div > h3 {
    padding-top: 30px;
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
  }




  
/* type of products  */

.type-of-products{
    margin-top: 40px;
    margin-bottom: 80px;
  }
  
  .type-of-products > h2{
    padding: 70px 10px 70px;
    font-weight: 700;
    font-size: 2.4rem;
    text-align: center;
  }
  
  .list-of-product{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
  }
  
  .products-dec > h3{
    font-size: 1.2rem;
    padding-bottom: 30px;
    font-weight: 600;
  }
  
  .products-dec > ul > li{
    list-style-type:none;
    padding: 8px 10px;
    font-weight:500;
    color: #545454;
  }


  .heading{
    padding: 70px 50px 35px;
    font-weight: 700;
    font-size: 2.4rem;
    color:#545454;
  }

  .materials{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    align-items: flex-start;
    justify-content: center;
    margin-bottom:80px;
  }


  .materials-contant{
    flex: 25%;
    max-width: 27%;
    padding: 0 4px;
  }

.materials-contant > table{
    margin-top: 36px;
}



  table {
    table-layout:fixed;
    border-spacing: 30px;
    border-collapse: collapse;
    width: 100%;
  }
  
  td{
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }

  
  th {
    border: 1px solid #dddddd;
    padding: 8px;
    text-align: center;
    background-color: #28d3e2;
    color: #fff;
  }

  @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) {

    .list-of-product{
      flex-direction: column;
    }

    .products-dec{
      margin: 10px 30px;
    }
  }

  @media screen and (max-width: 560px) {


    
  .heading{
    font-size: 2rem!important;
    padding: 70px 10px 50px!important;
  }

    .materials{
      flex-direction: column;
    }
    
    .materials-contant{
      flex: 1;
      max-width: 95%;
      padding: 0 4px;
      margin: 10px auto;
    }

    #materials{
      padding: 30px 10px 50px !important;
    }
  }

  