/* body {
  margin:0;
}
*{
 padding:0;
 margin:0;
 box-sizing:border-box;
} */
#Bs_slide_images {
 position: relative;
 height:400px;
 margin-top: 0%;
 width: 99%;
  margin: auto;
}
.main-container{
 position:absolute;
 top:50%;
 width: 100%;
 left:50%;
 transform:translate(-50%,-50%);
}
.container{
 /* width:1160px;
  */
  width: 100%;
 height:400px;
 background-image:url("https://style.giftcart.com/pub/media/allbanners/New_Year_2022.png");
 background-position:center;
 background-size:cover;
 transition:.4s;
 display:flex;
 align-items: center;
 justify-content:space-between;
}
.container>button{
 /* margin:1rem; */
 outline:none;
 width:45px;
 height:45px;
 background:grey;
 font-size:1.1rem;
 border:none;
 border-radius:10%;
 opacity:.5;
 cursor:pointer;
 transition:.2s;
}
button:hover{
 opacity:1;
}

/*PRODUCT CSS*/

