/* home style */

/* owl-carousel */
.sliders h2{
    color: #000;
    margin-top: 3rem;
    font-size: 18px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.owl-carousel .owl-item img{
    width: 200px !important;
  height: 220px !important;
  object-fit: cover;
  border-radius: 25px;
}
.owl-carousel#owlCarousel2 .owl-item img{
height: 350px !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: 25px;
}
#owlCarousel2{
  margin-top: 2rem;
}
#owlCarousel4 .item {
    padding: 10px;
    margin: auto;
}
#owlCarousel4 .item .wrap-slider{
    box-shadow: 0px 2px 3.8px 3px #0000000A;
    padding: 10px;
    border-radius: 20px;
}
#owlCarousel4 .item .wrap-slider img{
    width: 100%!important;
}

@media(max-width:1400px){
  .owl-carousel .owl-item img {
  width: 160px !important;
  height: 200px !important;
  }
}

@media(max-width:1200px){
  .owl-carousel .owl-item img {
  width: 140px !important;
  height: 200px !important;
  }
}



@media(max-width:500px){
  .owl-carousel .owl-item img {
  width: 150px !important;
  height: 160px !important;
  }
  .owl-carousel#owlCarousel2 .owl-item img {
  height: 250px !important;
  }
}






