.parallax {
  /* The image used */
  background-image: url("img/machine-belting.webp");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  opacity: 0.3;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallaxCenter {
  /* The image used */
  background-image: url("img/cuts.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  opacity: 0.3;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.staticimg{
  /* The image used */
  background-image: url("img/machine-belting.webp");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  opacity: 0.3;
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.list-group-item {
  border-bottom: 1px solid #3f48cc !important;
}

.button-flow{
  transition: 0.3s ease;
  border-radius: 50rem;
  color: #3f48cc;
  border: 3.5px solid #3f48cc;
  background-color: transparent;
  text-decoration: none;
  padding: 0.5rem 2rem;
  font-size: 1.25rem;
  text-align: center;
}

.button-flow:hover{
  background-color: #3f48cc;
  color: white;
}

.button-boddy-flow{
  transition: 0.3s ease;
  border-radius: 50rem;
  color: white;
  border: 3.5px solid #3f48cc;
  background-color: #3f48cc;
  text-decoration: none;
  padding: 0.5rem 2rem;
  font-size: 1.25rem;
  text-align: center;
}

.button-boddy-flow:hover {
  background-color: white;
  color: #3f48cc;
}

.menu-effect{
  transition: 0.3s ease;
  text-decoration: none;
  color: black;
}
.menu-effect:hover {
  border-top: 4px solid #3f48cc;
  border-bottom: 4px solid #3f48cc;
  padding: 4px 0; 
}

.border-color{
  border-bottom: 1px solid #3f48cc !important;
}

.border-top-color{
  border-top: 1px solid #3f48cc !important;
}

.ficon{
  font-size: 1.75em;
}

.img-center{
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-format{
  text-align: justify;
}

.text-bg-seprobat{
  color: white !important;
  background-color: #3f48cc;
}


.bg-btn-seprobat{
  background-color: #3f48cc !important;
}

.bg-seprobat{
  background-color: #3f48cc;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 0.75rem;
}

.cut-button{
  max-height: 50vh;
}

/*small devices*/

@media (max-width: 576px) { 

  .wsmall{
    width: 100%;
    height: auto;
  }

  .pb-mobile{
    padding-top: 3rem;
  }

  .parallax {
    background-position: left;
    background-attachment: scroll !important;
  }

  .cut-button{
    max-height: 15vh !important;
  }

  .menu-effect:hover {
    border-top: none !important;
    border-bottom: none !important;
    padding: 0 0; 
  }
  .mbt-mobile{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/*medium devices*/

@media (max-width: 820px) {
  .pb-mobile{
    padding-top: 3rem;
  }
  .parallax {
    background-position: left;
    background-attachment: scroll !important;
  }
  .cut-button{
    max-height: 30vh ;
  }
  .mbt-mobile{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

}