* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}


/* luhix */
.luhix {
  background: rgba(0, 0, 0, 0) url(../images/working-housing-project.jpg)
    repeat scroll 0 0 / cover;
  position: relative;
  width: 100%;
  z-index: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 450px;
}

/* page banner */
.banner-rgba {
  background: rgba(0, 0, 0, 0) url("../images/banner1.jpg") repeat scroll 0
    0 / cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

/* product slider */

/* Responsive design custom css */
@media only screen and (max-width: 480px) {
  .owl-theme .owl-dots .owl-dot {
    display: none;
  }
  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    width: 30px;
    height: 30px;
    font-size: 14px !important;
    top: 45%;
    box-shadow: 0px 0px 0px 0px #000;
  }
  .owl-carousel .owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-next {
    right: 0px;
  }
}

/* mobile */
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    font-size: 1rem;
  }
}

/* desktop */
@media (min-width: 992px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 30%;
  }
}

/* profuct */

/* Add your custom styles here */
.product-container {
  position: relative;
  overflow: hidden;
  margin: 10px;
  float: left;
}

.product-image {
  width: 100%;
  height: auto;
  display: block;
}

.thumbnail-container {
  display: flex;
  overflow-x: auto;
  margin-top: 10px;
}

.thumbnail {
  width: 50px;
  height: auto;
  margin-right: 5px;
  cursor: pointer;
}

.thumbnail:hover {
  border: 2px solid #333;
}

.zoomed-image {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: auto;
  border: 2px solid #333;
  z-index: 1;
}

#flush-headingEight .accordion-button::after {
  display: none !important;
}


.pagination .active a {
  background-color: #191919;
}


/* product hover __Riyad */

 .img-text{
  position: relative ;
 }
.overlayout.top_overlayout{
  position: absolute ;
  top: 30px;
  left: 77px;
  visibility: hidden;
  opacity: 0;
  transition: .5s all ease;
}

.overlayout.bottom_overlayout{
  position: absolute ;
  bottom: 0;
  left: 50px;  
  visibility: hidden;
  opacity: 0;
  transition: .5s all ease;
}

.img-text:hover .top_overlayout{
  visibility: visible;
  opacity: 1;
  transform: translateY(40px);
}

.img-text:hover .bottom_overlayout{
  visibility: visible;
  opacity: 1;
  transform: translateY(-25px);
}


/* single product page*/
.xzoom-thumbs{
  text-align: center;
}

.xzoom-thumbs img{
  margin-bottom: 5px;
}

.share h6{
  padding-top: 6px;
  font-weight: bold

}

.share a{
  width: 30px;

}

ul{
  list-style-type: none;
}

.catagories span{
  font-weight: bold;
}

/*Catalog Part*/
.catalog{
  background-image: url("../images/catalog.jpg");
  height: 550px;
  
}

 .catalog-card{
  position: relative;
  width: 300px;
  height: 200px;
  perspective: 1000px;
  margin-top: 50px;
  border: none;
}
.card-inner{
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
 .catalog-card:hover .card-inner{
  transform: rotateY(-180deg);

}
.card-front, .card-back{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
}
.card-back{
  background: linear-gradient(to bottom right, #626264, #676a72);
  color: #fff;
  transform: rotateY(180deg);
}
.card-back p{
  font-size: 12px;
  margin-bottom: 2px;
}

.card-back h5{
  margin-bottom: 0;
}

.catalog-card h2{
  font-size: 70px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.card-front img{
  width: 100%;
  border-radius: 10px;
}
.card-back-text{
  text-align: center;
  margin-top: 60px;
}

/*nav-hide*/
/* .nav-link{
  display: inline;
} */

/*about part*/
.about-container{
  background-image: url('../images/banner2.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 400px;
}
.about-card .card .card-body {
  margin: 20px 0px !important;
}
.about-top-container{
  background-image: url('../images/banner2.jpg');
}

/*ome part*/
.ome-container{
  
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 400px;
}
.oem-card i{
  font-size: 50px;
  padding-bottom: 10px;
  color: red;
  opacity: .75;
}
.ome-top-image{
  background-image: url('../images/banner3.jpg');
}

.ome-bottom-image{
  background-image: url('../images/safety.jpg');
  height: 600px !important;
}
.ome-bottom-text{
  border: 1px solid red;
  padding: 25px;
  background: black;
  margin: auto;
  color: white;
}


/*contact part*/
.contact-top-container{
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 400px;
}
.contact-top-image{
  background-image: url('../images/contact-location.jpg');
}

.contact-bottom-container{
  background-image: url('../images/contact-bottom.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.contact-form{
  margin: auto;
}
.contact-head{
  margin: auto;
  text-align: center;
  background-color: white;
  opacity: 75%;
  /* padding: 30px 458px; */
  width: 100%;
  padding: 30px 0px;
}
.contact-col{
  padding: 30px 10px;
  border-radius: 10px;
  width: 270px;
  box-shadow: -1px 3px 5px 0px;
}
.grid-row{
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 10px;
}


/* Related product card */
.card-over{
  visibility: hidden;
  position: absolute;
  opacity: 0;
  transition: .5s all ease;
}
.related-product-card:hover .card-over{
  visibility: visible;
  opacity: 1;
}
.related-product-card:hover .card-top-over{
  transform: translateY(30px);
}
.related-product-card:hover .card-bottom-over{
  transform: translateY(-15px);
}
.related-product-card{
  position: relative;
  width: 235px;
}

.logoslider.owl-drag .owl-item{
  padding-left: 5px;
}

.card-top-over {
  left: 100px;
  top: 30px;
}
.card-bottom-over{
  left: 75px;
  top: 140px;
}


/* Sidebar part */
.sidebar-accordion .accordion-body a{
  color: #000;
  text-decoration: none;
}

.product-accordion .accordion-header{
  border: 1px solid #ecece8;
  display: flex;
  justify-content: space-between;
}
.product-accordion .accordion-header a{
  text-decoration: none;
  color: #000;
  font-size: 16px;
  margin-top: 15px;
  margin-left: 10px;
}

.sidebar-categories-top{
  font-size: 18px;
}
.sidebar-button{
  width: 20px;
  justify-content: center;
}

/*Related post part*/
.latest-post-flex a{
  text-decoration: none;
  color: #000;
}




/* card design */
.oem-card .card .card-body{
  margin: 50px 0px;
}

.product-card-body{
  padding: 0px;
}

/* first page company-logo */
.company-logo .logoslider .item{
  width: 150px;
  background: white;
}

.company-logo .logoslider .owl-stage{
  height: 150px;
}


/*  catelog (new update 13.02.24) */

.catalog .d-flex{
  margin-left: 35px
}
.contact-info .row{
  justify-content: space-between;
}

/*contact form submit*/
.contact-form .btn-primary{
  background-color: #fc0504;
  border: none;
}

/*Swipe slider of home page*/
.swiper-slide button{
  border-color: red;
}
.swiper-slide button:hover{
  background: red;
}
.swiper-button-next svg, .swiper-button-prev svg{
  color: red !important;
}
.swiper .swiper-pagination-progressbar.swiper-pagination-progressbar-fill{
  background: red !important;
}

/* marge search and language */
.search-lan{
  display: flex;
  align-items: center;
}







/* Device responsive */
@media only screen and (max-width: 760px) {
 
  footer .containet-top{
    margin-top: 46px;
  }
  .carousel-item img{
    height: 250px !important;
  }
  .carousel-caption{
    top: 25px;
  }
  .carousel-caption .display-4{
    font-size: 24px;
  }
  .carousel-caption h3{
    font-size: 16px;
  }
  .carousel-caption button{
    font-size: 12px;
  }
  swiper-container{
    padding-bottom: 250px;
    margin-bottom: -250px;
    height: 467px !important;
  }
  .owl-stage-outer .owl-item{
    padding-left: 200px;
  }
  .ome-container{
    height: 700px;
  }
  .catalog{
    height: 1050px;
  }
  .catalog .d-flex{
    margin-left: 0px
  }
  .contact-form form{
    margin: 0px 10px;
  }
}
@media only screen and (max-width: 508px) {
  
}

@media only screen and (max-width: 400px) {
  footer .containet-top{
    margin-top: 160px;
  }
  .owl-stage-outer .owl-item{
    padding-left: 130px;
  }
  .ome-bottom-container{
    height: 1200px !important;
  }
}

@media only screen and (max-width: 992px) {
  .catalog .d-flex{
    display: grid !important;
    justify-content: center !important;

  }
  .search-lan{
    justify-content: space-between;
  }
  .catalog{
    height: 1050px;
  }
  .search-container {
    display: inline-block;
  }
  .navbar-collapse .flag{
    display: inline-block;
  }

}
@media only screen and (max-width: 430px) {
  footer .containet-top{
    margin-top: 133px;
  }
  footer .containet-top{
    margin-top: 0px;
  }
  footer .footer-logos{
    width: 50%;
  }
  footer .footer-images{
    width: 50%;
    padding-left: 10px !important;
  }
  
  .ome-bottom-image{
    margin-bottom: 190px;
  }
  .pagination .page-link{
    padding: 5px;
  }
 
}

@media only screen and (max-width: 330px) {
  swiper-container{
    height: 386px !important;
  }
  .carousel-caption{
    top: 0px;
  }
  .carousel-caption .display-4{
    font-size: 14px;
  }
  .carousel-caption h3{
    font-size: 10px;
  }
  .carousel-caption button{
    font-size: 8px;
  }
  .owl-stage-outer .owl-item{
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1161px) {
  .navbar-collapse{
    font-size: 13px;
  }
}


/* bootstrap slider */
.luhix-slider img{
  object-fit: cover;
  height: 600px;
}


/* logos slider of homepage */
@keyframes slide{
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(-100%);
  }
}
.logos{
  overflow: hidden;
  padding: 30px 0;
  background: #F2F4F9;
  white-space: nowrap;
}
.logos-slide{
  display: inline-block;
  animation: 10s slide infinite linear;
}
.logos-slide img{
  height: 150px;
  margin: 0 20px;
  background: white;
}






.products-card .card-body a{
  visibility: hidden;
  transition: .5s all ease;
  opacity: 0;
}
.products-card:hover .card-body a{
  visibility: visible;
  opacity: 1;
}
.products-card:hover .card-body .a{
  margin-top: 20px;
}
.products-card:hover .card-body .b{
  margin-top: -20px;
}


/* Home service */
.home-bottom-container{
  background-image: url('../images/home-services.jpg');
  background-size: cover;
}
.home-bottom-container .contact-head{
  opacity: 80%;
  background: black;
  color: white;
}

/* home carousel button */
.home-carousel-btton{
  border-color: red;
  
}
.home-carousel-btton:hover{
  background-color: red;
}



/* footer part */
footer{
  font-size: 13px;
}
footer .container{
  font-size: 13px;
}
footer .container h5{
  font-size: 14px;
}
footer .hr{
  height: 2px;
  background-color: white;
}

/* contact form */
.contact-bottom-container .form-group input, textarea{
  opacity: 75%;
}

/* single product */
.product-decription img{
  width: 100%;
}

/* language */
.lang-drop-down {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 5px;
}
.lang-drop-down .arrow{
  font-size: 25px;
}
.lang-drop-down .wrapper{
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-right: 5px;
}
.lang-drop-down .item-img img{
  height: 30px;
  width: 30px !important;
  border-radius: 50%;
}

.lang-drop-down .list{
  background-color: #fff;
  position: absolute;
  top: 45px;
  left: 0;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.322);
  cursor: pointer;
  max-height: 130px;
  overflow-y: scroll;
  display: none;
}
.lang-drop-down .show{
  display: block;
}
.lang-drop-down .item{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 5px;
}
.lang-drop-down .item:hover{
  background-color: rgb(211,211,211);
}
.skiptranslate iframe{
  display: none;
}

/* footer */
footer .org-img {
  width: 100%;
}

/* back to top */
.scrollBackFixed .scrollBack{
  position: fixed;
  right: 30px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.scrollBackFixed .scrollTop{
  
  bottom: 30px;
  
  padding: 11px 13px;
  

}
.scrollBackFixed .scrollWe{
  bottom: 92px;
  padding: 15px 17px;
  display: flex;
  align-items: center;

}
.scrollBackFixed .scrollPhone{
  bottom: 155px;
  padding: 15px 17px;
  display: flex;
  align-items: center;
}
.scrollBackFixed .phone, .wechat{
  display: none;
}
.scrollBackFixed .scrollPhone:hover .phone{
  display: inline-block;
}
.scrollBackFixed .scrollWe:hover .wechat{
  display: inline-block;
}

/* accordion */
.accordion-button{
  color: black !important;
}
.accordion-button:not(.collapsed)::after{
  background: black;
}

/* carousal-card */
.carousal-card-top-over{
  left: 80px;
}
.carousal-card-bottom-over{
  left: 55px;
}
/* end: Carousal card */

/* second slider */
/* end: Second slider */
