/* owl carousel global setting */
.dens3-carousel {
  position: relative;
}

.dens3-carousel .owl-prev,
.dens3-carousel .owl-next {
  /* width: 15px;
  height: 100px; */
  position: absolute;
  top: -50%;
  transform: translateY(-50%);
  display: block !important;
  border: 0px solid black;
  height: auto;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.dens3-carousel .owl-prev {
  left: -60px;
}

.dens3-carousel .owl-next {
  right: -50px;
}

.dens3-carousel .owl-nav {
  opacity: 0;
  position: absolute;
  overflow: unset;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.dens3-carousel:hover .owl-nav {
  transition: all 0.3s ease;
  opacity: 1;
}

.dens3-widget-carousel .owl-nav [class*="owl-"] {
  font-size: 4em !important;
  text-shadow: 2px 2px 4px #000000;
  background: none;
  border: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dens3-widget-carousel .owl-prev {
    left: -50px;
  }
  .dens3-widget-carousel .owl-next {
    right: -50px;
  }
  .dens3-widget-carousel .owl-nav [class*="owl-"] {
    font-size: 3em !important;
  }
}

.dens3-carousel .owl-nav [class*="owl-"]:hover {
  background: none;
}
.dens3-carousel .owl-prev i,
.dens3-carousel .owl-next i {
  color: #fff;
}
.dens3-carousel .owl-nav .disabled {
  opacity: 0;
  transition: opacity 500ms;
}

/* Widget Carousel */
.dens3-widget-carousel .owl-stage-outer {
  overflow: visible;
}

.dens3-widget-carousel .owl-item {
  opacity: 1;
}

.dens3-widget-carousel .owl-item.active {
  opacity: 1;
}

.dens3-widget-carousel .owl-item:hover.active {
  z-index: 10;
}

[class*="_numcaro"] .item img,
[class*="_caro"] .item img {
  width: auto;
  height: 170px;
}

@media screen and (max-width: 767px) {
  [class*="_numcaro"] .item img,
  [class*="_caro"] .item img {
    width: auto;
    height: 120px;
  }

  /* .trailer_caro .item img {
    height: 200px;
  } */
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  [class*="_numcaro"] .item img,
  [class*="_caro"] .item img {
    width: auto;
    height: 140px;
  }

  /* .trailer_caro .item img {
    height: 220px;
  } */
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  [class*="_numcaro"] .item img,
  [class*="_caro"] .item img {
    width: auto;
    height: 150px;
  }

  /* .trailer_caro .item img {
    height: 240px;
  } */
}

/* @media screen and (min-width: 1600px) {
  .trailer_caro .item img {
    height: 280px;
  }
} */

[class*="_numcaro"] {
  margin-left: 75px;
}

.dens3-widget-carousel .item img {
  border-radius: 5px;
}

.dens3-widget-carousel .item {
  position: relative;
  transition: transform 0.3s ease;
  border-radius: 5px;
}

.dens3-widget-carousel .item:hover {
  transform: scale(1.15);
  z-index: 10;
}

.dens3-widget-carousel .item img {
  border-radius: 5px;
}

.dens3-widget-carousel .item .overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

.dens3-widget-carousel .item:hover .overlay {
  display: block;
  border-radius: 5px;
}

.dens3-widget-carousel .item .overlay .description {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
}

.dens3-widget-carousel .item .overlay .description .title {
  font-family: "Montserrat_semibold", "Segoe UI", arial, sans-serif;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  margin: 0 0 5px 0;
  padding: 0;
}

.dens3-widget-carousel .item .overlay .description .summary {
  font-size: 0.8em;
  line-height: normal;
  margin: 0 0 5px 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
  overflow: hidden;
}

.dens3-widget-carousel .item .overlay .description .btn {
  /* padding: 3px 18px; */
  font-size: 0.7em;
  border-radius: 3px;
  font-family: "Montserrat_regular", "Segoe UI", arial, sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .dens3-widget-carousel .item:hover .overlay {
    display: none;
  }
}

.dens3-widget-carousel .item .mobile-title {
  color: #fff;
  font-size: 0.9em;
  margin: 10px 0 5px 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  max-width: 170px;
}

.dens3-widget-carousel .item .mobile-title:hover {
  color: #e6c52c;
  text-decoration: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dens3-widget-carousel .item .mobile-title {
    display: none;
  }
}
