.indi-product-box {
  margin-bottom: 2rem;
  padding: 10px;
  border: 1px solid #eee;
  margin-top: 4rem;
  border-radius: 6px;
  transition: 0.25s ease all;
  cursor: pointer;
}

.indi-product-box img {
  width: 100%;
  transition: 0.25s ease all;
  position: relative;
  z-index: 1;
}

.indi-product-box .indi-product-img {
  position: relative;
}

.indi-product-box .indi-product-img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/cemant-backgroung.png");
  background-position: center 0%;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 8px;
  top: 0%;
  transition: 0.25s ease all;
  z-index: 0;
  opacity: 0.25;
}

.indi-product-box h3 {
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
}

.indi-product-box p {
  font-size: 13px;
  text-align: center;
}

.indi-product-box:hover {
  background-color: rgba(147, 25, 43, 0.1);
}

.indi-product-box:hover img {
  transform: scale(1.05);
}

.indi-product-box:hover .indi-product-img::after {
  opacity: 0.7;
}

.recycle-text {
  height: 100%;
  display: flex;
  align-items: center;
}

.recycle-text p {
  padding-left: 1rem;
}

.product-renges .imgcontent {
  padding-right: 2rem;
}

.fact-inner {
}

.fact .fact-icon {
  width: auto;
  justify-content: flex-start;
}

.fact .fact-icon [class^="flaticon-"]::before {
  background-color: #93192b;
  font-size: 70px;
}

.fact-text {
  padding-top: 14px;
}

.fact-text H2,
.fact-text P {
  text-align: left;
  font-size: 14px;
  color: black;
}

.fact .fact-icon h2 {
  padding-left: 15px;
  font-weight: 700;
  letter-spacing: -2px;
  font-size: 55px;
  margin: 0;
  color: rgba(147, 25, 43, 0.65);
}

.fact .fact-left,
.fact .fact-right {
  padding-bottom: 2.25rem;
}

.section-header {
  margin-top: 2rem;
  padding-bottom: 4rem;
}

.buildAfrica {
  padding-bottom: 4rem;
}

.buildAfrica .imgcontent {
  padding: 0%;
}

.about .about-img img,
.worckerimgcontainer img,
.owl-carousel .inner {
  border-radius: 6px;
}

.keypointFeature {
  background-color: rgba(147, 25, 43, 0.1);
}

.hero-info li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  margin: 0 1rem;
}

.hero-info li h5 {
  text-align: left;
  margin: 0;
  padding-left: 1rem;
}
.about .about-img {
  height: 450px;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 2rem;
}
.about .about-img img {
  transition: 0.25s ease all;
  border-radius: 6px;
  opacity: 0.7;
}
.image-white-overlay-left {
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
  background: linear-gradient(
    to right,
    white,
    rgba(255, 255, 255, 0.8),
    transparent,
    transparent
  );
  height: 100%;
  display: flex;
  align-items: center;
}
.image-white-overlay-left .about-text {
  max-width: 450px;
  color: black;
}
.about .about-img:hover img {
  transform: scale(1.05);
  opacity: 1;
}
.about-text a {
  color: #93192b;
}
.product-container-box {
  display: flex;
  align-items: center;
  border-radius: 16px;
}
.product-image {
  width: 400px;
  padding-top: 2rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-image img {
  width: 80%;
  transform: scale(1.2);
  transition: 0.35s ease all;
  cursor: pointer;
}
.product-discription {
  position: relative;
  z-index: 1;
  width: calc(100% - 400px);
}
.product-container-box {
  margin: 5rem 0;
  position: relative;
}
.product-container-box.left::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background-image: url("../img/cemant-backgroung-1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0% 100%;
  z-index: 0;
  border-radius: 16px;
  transition: 0.25s ease all;
  opacity: 0.5;
}
.product-container-box.right::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background-image: url("../img/cemant-backgroung-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  z-index: 0;
  border-radius: 16px;
  transition: 0.25s ease all;
  opacity: 0.5;
}
.product-discription p {
  color: black;
}
.product-discription h3 {
  margin-bottom: 1rem;
  line-height: 1.25;
}
.product-discription h3 b {
  text-transform: uppercase;
}
.product-image:hover img {
  transform: scale(1.2) translateY(-5%);
}
.product-container-box:hover::after {
  opacity: 0.8;
}
.more-product-to-showcase {
  padding: 5rem 0;
}
.more-product-to-showcase .imgcontent img {
  border-radius: 16px;
}
.more-product-to-showcase-discription {
  padding-bottom: 3rem;
}
.recycle-product-box {
  padding: 3rem 0;
  background-color: rgba(147, 25, 43, 0.1);
}
.articales-box {
  margin: 0 0 5rem;
}
.articales-box-img {
  overflow: hidden;
  border-radius: 10px;
}
.articales-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  transition: 0.25s ease all;
}
.articales-box h4 {
  margin-top: 2rem;
  font-size: 20px;
  color: black;
}
.articales-box h4 span {
  color: #93192b;
}
.articales-box:hover img {
  transform: scale(1.1);
}
.articales-box h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.articales-box .articales-box-img {
  width: 100%;
  height: 300px;
  margin: 0%;
  padding: 0;
}
.articales-box .articales-box-img iframe {
  height: 100%;
  width: 100%;
}
.articales-box-video {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.articales-box-video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.carousel .carousel-caption p {
  font-size: 18px;
  max-width: 700px;
  padding-left: 0%;
  margin-bottom: 1rem;
}
.carousel .carousel-caption.left {
  align-items: flex-start;
}

.carousel .carousel-item {
  overflow: hidden;
}
.carousel .carousel-item.left::after {
  left: unset;
  right: 0;
  background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.5));
}
.carousel .carousel-item.right::after {
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5));
}
.carousel .carousel-item.right img {
  object-position: center;
}
.carousel .carousel-caption h1 {
  margin-bottom: 1rem;
  max-width: 700px;
}
/* .nav-bar .logoinhead img {
  margin-bottom: 0%;
} */
.nav-bar .logoinhead p {
  margin-bottom: 5px;
  margin-top: 3px;
  line-height: 1;
  font-weight: 600;
  color: black;
}
.overlay-sierra {
  position: absolute;
  top: 0%;
  right: calc(-0% - 45vh);
  height: 100%;
  z-index: 0;
  transform: scale(0.9);
  /*   mix-blend-mode: multiply; */
}
@media (max-width: 1500px) {
  .navbar-dark .navbar-nav .nav-link,
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px;
  }
}
@media (max-width: 1300px) {
  .logoinhead img {
    height: 50px;
    padding: 0%;
  }
  .carousel .carousel-item.slide1ofmaincarosel img.slideIMage {
    object-position: 20% 100% !important;
  }
}
@media (max-width: 1200px) {
  .press-artical-page .discreption .section-header h2 {
    font-size: 60px;
    top: 9%;
  }
  /*   .overlay-sierra{
    right: calc(-0% - 45vh);
  } */
}
@media (max-width: 1100px) {
  .logoinhead img {
    height: 45px;
  }
  .navbar-nav {
    padding: 0 0 0 25px;
  }
}
@media (max-width: 991px) {
  .image-white-overlay-left {
    position: relative;
    background: none;
  }
  .about .about-img {
    height: auto;
  }
  .about .about-img img {
    opacity: 1;
  }
  .image-white-overlay-left .about-text {
    max-width: unset;
  }
  .section-header h2 {
    font-size: 60px;
    top: 9%;
  }
  .product-renges .imgcontent {
    padding: 0%;
  }
  .fact-inner {
    padding: 1rem 0;
  }
  .worckerimgcontainer {
    width: 100%;
  }
  .product-container-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-image {
    margin-bottom: 2rem;
  }
  .product-image::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/cemant-backgroung.png");
    background-position: center 0%;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 8px;
    top: 0%;
    transition: 0.25s ease all;
    z-index: 0;
    opacity: 0.25;
  }
  .product-container-box.left::after,
  .product-container-box.right::after {
    content: none;
  }
  .product-image img {
    position: relative;
    z-index: 10;
  }
  .product-discription {
    width: 100%;
  }
  .product-container-box.right .product-image {
    order: 1;
  }
  .product-container-box.right .product-discription {
    order: 2;
  }
  .product-container-box.right .product-discription .text-right {
    text-align: left !important;
  }
  .rode-section .col-lg-6:last-child {
    order: 1;
  }
  .rode-section .col-lg-6:first-child {
    order: 2;
  }
  .press-artical-page .discreption .section-header h2 {
    font-size: 40px;
    top: 18%;
  }
  .nav-bar .logoinhead p {
    font-size: 12px;
  }
  .carousel .carousel-caption h1,
  .carousel .carousel-caption p {
    text-align: center !important;
  }
  .overlay-sierra {
    right: 0%;
    height: 300px;
    top: unset;
    bottom: 0%;
  }
}
@media (max-width: 767px) {
  .hero-info {
    flex-direction: column;
    align-items: center;
  }
  .hero-info li {
    padding: 1rem 0;
  }
  .carousel .carousel-item.slide1ofmaincarosel img.slideIMage {
    object-position: 15% 100% !important;
  }
  .carousel {
    height: 500px;
  }
  .carousel .carousel-caption {
    height: 100%;
  }
  .carousel .carousel-caption h1 {
    font-size: 25px;
    text-align: center !important;
  }
  .carousel .carousel-caption.left {
    align-items: center;
  }
  .carousel .carousel-caption p {
    text-align: center !important;
    font-size: 16px;
  }
  .carousel .carousel-caption.diss {
    padding: 0%;
  }
  .about .section-header {
    padding-bottom: 1rem;
  }

  .product-renges .imgcontent img {
    width: 200px;
  }
  .section-header h2 {
    font-size: 30px;
    top: 4%;
  }
  .section-header {
    padding-bottom: 1rem;
  }
  .footer .footer-contact,
  .footer .footer-link,
  .footer .newsletter {
    width: 100%;
  }
  .indi-product-box {
    margin-bottom: 0;
    margin-top: 2rem;
  }
  .fact .fact-icon {
    justify-content: center;
  }
  .fact .fact-text p {
    text-align: center;
  }
  .section-header {
    padding-bottom: 1rem !important;
  }
  .press-artical-page .discreption .section-header h2 {
    font-size: 30px;
    top: 4%;
  }
  .overlay-sierra {
    height: 200px;
    right: 0%;
  }
}
@media (max-width: 576px) {
  .carousel .carousel-caption h1 {
    font-size: 20px;
  }
  .carousel .carousel-item::after,
  .carousel .carousel-item.left::after,
  .carousel .carousel-item.right::after {
    background-image: linear-gradient(
      to left,
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    );
  }
  .product-image {
    width: 100%;
  }
  .carousel .carousel-item.right img {
    object-position: 25%;
  }
}
