.header_img{
  background-image: url("../../Images/design/slider.jpg");
  height: 43rem;
  position: relative;
  background-size: cover;
  background-position: center center;
}

.header_img::after{
  content: "";
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}


.article_slider.owl-theme .owl-dots .owl-dot span ,
.carpet_slider.owl-theme .owl-dots .owl-dot span {
  width: 10;
  height: 10px;
  transition: width 0.5s ease-in-out;
  background-color: #c4c4c4;
}



.article_slider.owl-theme .owl-dots .owl-dot.active span ,
.carpet_slider.owl-theme .owl-dots .owl-dot.active span {
  background: var(--theme-primary);
  width: 30px;
  height: 10px;
  transition: width 0.5s ease-in-out;
}




.background_design_fixed{
  background-image: url("../../Images/design/slider.jpg");
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.background_design_fixed::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  
}

.play_video{
  box-shadow: rgba(193, 244, 246, 0.698) 0px 0px 0px 0px;
  animation: 1.2s cubic-bezier(0.8, 0, 0, 1) 0s infinite normal none running pulse;
}


@keyframes pulse {
  100% {
    box-shadow: 0 0 0 45px rgba(193,244,246,0);
  }
}
