* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* --------------------------------------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/product-bg.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: 1rem 0;
}

.about h2 {
  color: rgb(250, 112, 62);
  padding: 1rem 0;
}

.about h3 {
  font-size: 1.5rem;
  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;
}

.img img {
  width: 100%;
  padding-top: 5rem;
}

.products {
  position: sticky !important;
  top: 4rem;
}

.products h2 {
  font-size: 1.8rem;
  font-weight: 800;
  padding: 0.4rem 2rem 0.4rem 1rem;
  color: rgb(250, 112, 62);
  clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
  background-color: #303030;
  width: 80%;
  margin: 0 0 3rem 0;
}

.products h2 span {
  color: #fff;
}

.contant h5 {
  color: rgb(120, 120, 120);
  font-size: 1.2rem;
}

.contant p span {
  color: #303030;
  font-weight: 600;
  font-size: 1.1rem;
}

/* --------------------------------------Media------------------- */


@media (max-width: 1400px) {}

@media (max-width: 1200px) {
  html {
    font-size: 0.8rem;
  }

  .logo {
    width: 40%;
  }
}

@media (max-width: 1000px) {
  html {
    font-size: 0.9rem;
  }

  .logo img {
    width: 30%;
  }

  .img img {
    width: 100%;
  }

  .breadcrumb {
    background-position-x: center;
    padding: 2rem 0;
    background-size: cover;
    min-height: 35vh !important;
  }

}

@media (max-width: 800px) {
  html {
    font-size: 0.9rem;
  }



  .row {
    display: block !important;
    margin: 0 auto;
    width: 100%;
  }

  .col-8 {
    min-width: 80%;
  }

  .col-4 {
    min-width: 45%;
  }

  .nav {
    width: 100% !important;
  }

  .foot p a {
    font-size: 0.7rem;
  }

}

@media (max-width: 700px) {

  html {
    font-size: 0.7rem;
  }

  .col-8 {
    min-width: 100% !important;
  }

  .foot img {
    width: 30%;
  }

  .d-flex {
    display: block !important;
  }

  .col-3,
  .col-4,
  .col-6,
  .col-7,
  .col-5,
  .col-2 {
    max-width: 80% !important;
    display: block !important;
    margin: 0 auto !important;
  }

  .foot img {
    width: 30%;
  }
}

@media (max-width: 550px) {
  .row {
    display: block !important;
  }

  html {
    font-size: 0.8rem;
  }

  .breadcrumb {
    background-position-x: center;
    padding: 2rem 0;
    background-size: cover;
    min-height: 25vh !important;
  }

  .logo img {
    width: 35% !important;
  }

  .foot img {
    width: 30%;
  }
}

@media (max-width: 450px) {
  .logo img {
    width: 60% !important;
  }

  .col-8 {
    min-width: 100% !important;
  }

  .reveal {
    opacity: 1 !important;
  }

  .foot img {
    width: 40%;
  }
}