   
  .web-hero-container {
    position: relative;
    width: 100%;
    height: 900px;
    overflow: hidden;
    
    background-image: url(../img/hero.jpg);
}
@media (max-width: 768px){
     .web-hero-container{
        height: 700px;
    }
  }
.web-video-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.web-overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.685);
    display: flex;
    align-items: center;
    justify-content: center;
}

.web-logo-hero {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; 
}

  .web-img-logo-hero{
    width: 50vh;
    height: 180px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  @media (max-width: 986px){
    .web-img-logo-hero{
        width: 30vh;
    }
  }
.web-card-product{
    width: 100%;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
  a{
    color: white;
    text-decoration: none !important;
  }
   a:hover{
    text-decoration: none; 
    color: black;
  }
   .nav-link {
    color: white !important;
  }
  h6{
     font-family: "Plus Jakarta Sans", sans-serif;
     text-align: center;
     font-weight: 700 !important;
  }
  .web-cont-products{
    margin: 120px 0px;
  }
@media (max-width: 768px){
    .web-cont-products{
        margin: 40px 0px;
    }
  }


.btn-def-todoblock{
  padding: 10px 26px;
  background-color: #ec681d;
  border: 0px solid;
  font-family: "Plus Jakarta Sans", sans-serif; 
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px !important;
  letter-spacing: 1px;
  color: white;

}
.footer{
  margin-top: 120px !important;
}
@media (max-width: 768px){
    .footer{
        margin-top: 60px !important;
    }
  }
.footer p{
  padding: 0px 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #8c8c8c;
  font-size: 15px !important;
}
.footer h1{
  font-size: clamp(20px, 3vw, 196px) !important;
  text-align: center;
  color: #8c8c8c;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.2;
  font-weight: 600 !important;
  font-family: "Plus Jakarta Sans", sans-serif;
}