html,
      body {
        position: relative;
        height: 100%;
      }

      body {
        background: #eee;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color: #000;
        margin: 0;
        padding: 0;
      }
      img {
        filter: brightness(100px);
      }

      .swiper {
        width: 100%;
        height: 500px;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 500px;
        object-fit: cover;
      }


#display_products{
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(4,1fr); */
    justify-content: center;
    gap: 20px;
    /* border: 1px solid rgb(255, 255, 255); */
    width: 100%;
    height: max-content;
    border-radius: 10px;
   
    
}

#main_div_products{
    background-image:url("https://img.freepik.com/free-photo/colorful-watercolor-background-with-splashes_91008-507.jpg") ;
    /* background-repeat: ; */
    /* background-origin: content-bo; */
    /* background-repeat:no-repeat; */
    background-position-y: 100%;
    background-size: 100%;
    text-align: center;
    /* height: ; */

}
.Products{
    border: 1px solid rgb(0, 0, 0);
    height: 470px; 
    width: 350px;
    margin-top:15px ;
    margin-bottom: 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border:1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}
.Image_Home{
    text-align: center;
    color: rgb(0, 0, 0);
}
button{
    transition-duration: 1s;
}
button:hover{
    border: 1px solid white;
    font-size: 18px;
    transition-duration: 0.3s ease-in 0.5s ;
}
.p_c{
    text-align: center;
    color: rgb(0, 0, 0);
    padding: 10px;
}
#video{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#video_Div{
    width: 90%;
    height: 490px;
}