/* Colors */
:root {
    --color-default: #364d59;
    --color-primary: #feb900;
    --color-black: rgb(12, 12, 12);
    --color-white: #fff;
  }

.bg-about{
    background-image: linear-gradient(#ffffff5d,#ffffff30),url(../images/lasercut-industry.jpg);
    width: 100%;
    height: 340px;
    background-size: cover;
    background-position-y: center;
    color: var(--color-white);
}
.text-about h1{
    margin-top: 100px;
    text-transform: uppercase;

}
.text-about p a{
    text-decoration: none;
    color: var(--color-white);
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about h1 {
    /* font-size: 48px; */
    /* font-weight: 700; */
    font-family: var(--font-secondary);
    margin: 30px 0;
  }
  
  @media (min-width: 991px) {
    .about h2 {
      max-width: 65%;
      margin: 0 0 80px 0;
    }
  }
  
  .about .our-story {
    padding: 40px;
    background-color: #f5f6f7;
  }
  
  @media (min-width: 991px) {
    .about .our-story {
      padding-right: 35%;
    }
  }
  
  .about .our-story h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #838893;
  }
  
  .about .our-story h3 {
    font-size: 36px;
    /* font-weight: 700; */
    margin-bottom: 20px;
    color: var(--color-secondary);
  }
  
  .about .our-story p:last-child {
    margin-bottom: 0;
  }
  
  .about ul {
    list-style: none;
    padding: 0;
    font-size: 15px;
  }
  
  .about ul li {
    padding: 5px 0;
    display: flex;
    align-items: center;
  }
  
  .about ul i {
    font-size: 20px;
    margin-right: 4px;
    color: var(--color-primary);
  }
  
  .about .watch-video i {
    font-size: 32px;
    transition: 0.3s;
    color: var(--color-primary);
  }
  
  .about .watch-video a {
    font-weight: 600;
    color: var(--color-secondary);
    margin-left: 8px;
    transition: 0.3s;
  }
  
  .about .watch-video:hover a {
    color: var(--color-primary);
  }
  
  .about .about-img {
    min-height: 600px;
    background-size: cover;
    background-position: center;
  }
  
  @media (min-width: 992px) {
    .about .about-img {
      position: absolute;
      top: 0;
      right: 0;
    }
  }




/* ======================================================== Counting Section ================================================= */

/*================== Counting ================*/
#counter-stats {
  background-image: linear-gradient(rgba(195, 255, 0, 0.446), rgba(234, 255, 0, 0.395)), url(../images/industry-machinery-works-with-accuracy-skill-generated-by-ai.jpg);
  padding: 2em 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
 }
.count-text h3
{
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  

}

section#counter-stats {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats i {
  color: #fff;
  font-size: 60px;
}

.stats .counting {
  color: #fff;
}

.stats h5 {
  color: #fff;
  font-family: 'Times New Roman', Times, serif;
}
  

/* ===================================================================our Team ====================================== */

