* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* --------------------------------------Croll------------------------- */

.reveal {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s ease;
}

.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}

/* --------------------------------------Breadcrumb------------------------- */
.breadcrumb {
  background: url(../img/about.jpg);
  padding: 2rem 0;
  background-size: cover;
  min-height: 50vh;
}

.breadcrumb li a {
  color: rgb(250, 112, 62);
  ;
  background-color: rgba(1, 1, 1, 0.5);
  padding: 1rem 3rem;
  border-radius: 8px;
  font-weight: 700;
}

.breadcrumb li {
  padding-left: 5rem;
}

/* --------------------------------------About-Section------------------------- */
.sec-one {
  padding: 2rem 0 0 0;
}

.about h2 {
  font-size: 1.8rem;
  font-weight: 800;
  padding: 0.4rem 2rem 0.4rem 1rem !important;
  color: rgb(250, 112, 62);
  ;
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  background-color: #303030;
  width: 30%;
  margin: 0 0 3rem 0;
}

.about h2 span {
  color: #fff;
}

.about h3 {
  font-size: 1.2rem;
  font-weight: 800;
  padding: 0.3rem 0.5rem 0.3rem 0.5rem !important;
  color: rgb(250, 112, 62);
  ;
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  background-color: #303030;
  width: 23%;
  margin: 2rem 0 2rem 0;
}

.about h3 span {
  color: #fff;
}

.about h2 {
  color: rgb(250, 112, 62);
  ;
  padding: 1rem 0;
}

.about h4 {
  font-size: 1.2rem;
  padding: 1rem 0;
}

.products ul li a {
  color: #303030;
}

.products ul li {
  padding: 0.3rem 0;
}

.products ul {
  padding-left: 3rem;
}

/* --------------------------------------Footer------------------- */

.footer {
  margin: 7rem 0 0 0;
  background-color: #303030;
  padding: 3rem 0;
}

.foot h1 {
  font-size: 1.5rem;
  padding: 1rem 0;
  color: rgb(250, 112, 62);
  ;
}

.foot p {
  color: #fff;
}

.foot p span {
  color: rgb(250, 112, 62);
}

.foot ul li a {
  color: rgb(250, 112, 62);
}

.foot img {
  width: 75%;
  /* margin: 0 2rem; */
}

.sec-foot {
  background-color: #242424;
}

.sec-foot h5 {
  color: gray;
  padding: 2rem 0;
  font-size: 1rem;
}

.sec-foot h5 span {
  color: rgb(250, 112, 62);
  ;
}

/* --------------------------------------Media------------------- */


@media (max-width: 1400px) {}

@media (max-width: 1200px) {
  html {
    font-size: 0.8rem;
  }

}

@media (max-width: 1000px) {
  .breadcrumb {
    background-position-x: center;
    padding: 2rem 0;
    background-size: cover;
    min-height: 35vh !important;
  }

  html {
    font-size: 0.9rem;
  }

  .logo img {
    width: 30%;
  }

  .about h3 {
    width: 20%;
  }

  .about h2 {
    width: 25%;
  }

  .col-8 {
    min-width: 100% !important;
  }
}

@media (max-width: 800px) {
  html {
    font-size: 0.9rem;
  }



  .about h3 {
    width: 25%;
  }

  .about h2 {
    width: 30%;
  }

  .col-8 {
    min-width: 100% !important;
  }
}

@media (max-width: 700px) {

  html {
    font-size: 0.8rem;
  }

  .col-8 {
    min-width: 80% !important;
  }

  .foot img {
    width: 30%;
  }

  .about h3 {
    width: 30%;
  }

  .about h2 {
    width: 40%;
  }
}

@media (max-width: 550px) {
  .row {
    display: block !important;
  }

  html {
    font-size: 0.8rem;
  }

  .logo img {
    width: 35% !important;
  }

  .foot img {
    width: 30%;
  }

  .col-8 {
    min-width: 100% !important;
  }

  .about h3 {
    width: 30%;
  }

  .about h2 {
    width: 40%;
  }

  .d-flex {
    display: block !important;
  }

  .breadcrumb {
    background-position-x: center;
    padding: 2rem 0;
    background-size: cover;
    min-height: 25vh !important;
  }

  .col-3,
  .col-4,
  .col-6,
  .col-7,
  .col-5,
  .col-2 {
    max-width: 80% !important;
    display: block !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 450px) {

  .logo img {
    width: 60% !important;
  }

  .col-8 {
    min-width: 100% !important;
  }

  .reveal {
    opacity: 1 !important;
  }

  .about h3 {
    width: 50%;
  }

  .about h2 {
    width: 60%;
  }

  .foot img {
    width: 40%;
  }
}