

/* CSS to center the navigation arrows in Owl Carousel */
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

 .owl-carousel .owl-nav .owl-prev,
 .owl-carousel .owl-nav .owl-next {
  background: #000; /* Customize the arrow background color */
  color: #fff; /* Customize the arrow color */
  font-size: 20px; /* Customize the arrow size */
  padding: 5px 10px; /* Customize the arrow padding */
  border-radius: 5px; /* Customize the arrow border radius */
}

.owl-carousel .owl-nav .owl-prev {
  margin-right: auto;
}

.owl-carousel .owl-nav .owl-next {
  margin-left: auto;
}


.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #FFF;
    text-decoration: none;
}

div#hs_cos_wrapper_widget_1689003739935 span h3{
   font-weight:500;

}
.hs-content-name-events .ProductsMainThreeSection {
    margin-bottom: 100px;
}


.event-slider .owl-item .item {
   transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  // transform: scale(0.9);

  // transition: all .25s ease-in-out; 
  margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
 }

.event-slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.event-slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.event-slider .owl-nav {
    text-align: center;
    // margin: 40px 0;
}

