.dens3-top10-widgets {
  counter-reset: css-counter 0;
}

.dens3-top10-widgets .item {
  counter-increment: css-counter 1;
}

.dens3-top10-widgets .item:before {
  content: counter(css-counter);
  position: absolute;
  font-family: "Crewniverse", sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #009999;
  color: transparent;
  top: 50%;
  left: -30px;
  transform: translate(-30px, -50%);
}

@media only screen and (max-width: 319px) {
  .dens3-top10-widgets .item:before {
    font-size: 4em;
  }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .dens3-top10-widgets .item:before {
    font-size: 5em;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .dens3-top10-widgets .item:before {
    font-size: 5.5em;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .dens3-top10-widgets .item:before {
    font-size: 5em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dens3-top10-widgets .item:before {
    font-size: 5em;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .dens3-top10-widgets .item:before {
    font-size: 6em;
    top: 50%;
    left: -35px;
    transform: translate(-35px, -50%);
  }
}

@media screen and (min-width: 1600px) {
  .dens3-top10-widgets .item:before {
    font-size: 6.5em;
    top: 50%;
    left: -37px;
    transform: translate(-37px, -50%);
  }
}

.dens3-top10-widgets .owl-stage-outer {
  overflow: visible;
}

.dens3-top10-widgets .owl-item {
  opacity: 1;
}

.dens3-top10-widgets .owl-item.active {
  opacity: 1;
}

.dens3-top10-widgets .owl-item:hover.active {
  z-index: 10;
}

.dens3-top10-widgets .item {
  position: relative;
  cursor: pointer;
}

.dens3-top10-widgets .item {
  transition: transform 0.3s ease;
}

.dens3-top10-widgets .item:hover {
  transform: scale(1.1);
  z-index: 10;
}

.dens3-top10-widgets .item img {
  border-radius: 5px;
}

.dens3-top10-widgets .item .overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

.dens3-top10-widgets .item:hover .overlay {
  display: block;
}

.dens3-top10-widgets .item .overlay .description {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
}

.dens3-top10-widgets .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-top10-widgets .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-top10-widgets .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-top10-widgets .item:hover .overlay {
    display: none;
  }
}

.dens3-top10-widgets .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;
}

.dens3-top10-widgets .item .mobile-title:hover {
  color: #e6c52c;
  text-decoration: none;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dens3-top10-widgets .item .mobile-title {
    display: none;
  }
}

/* dens3 carousel */
.dens3-top10-widgets {
  position: relative;
}

.dens3-top10-widgets .owl-prev,
.dens3-top10-widgets .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-top10-widgets .owl-prev {
  left: -60px;
}

.dens3-top10-widgets .owl-next {
  right: -50px;
}

.dens3-top10-widgets .owl-nav {
  opacity: 0;
  position: absolute;
  overflow: unset;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.dens3-top10-widgets:hover .owl-nav {
  transition: all 0.3s ease;
  opacity: 1;
}

.dens3-top10-widgets .owl-nav [class*="owl-"] {
  font-size: 4em !important;
  text-shadow: 2px 2px 4px #000000;
  background: none;
  border: none !important;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .dens3-top10-widgets .owl-prev {
    left: -50px;
  }
  .dens3-top10-widgets .owl-next {
    right: -50px;
  }
  .dens3-top10-widgets .owl-nav [class*="owl-"] {
    font-size: 3em !important;
  }
}

.dens3-top10-widgets .owl-nav [class*="owl-"]:hover {
  background: none;
}
.dens3-top10-widgets .owl-prev i,
.dens3-top10-widgets .owl-next i {
  color: #fff;
}
.dens3-top10-widgets .owl-nav .disabled {
  opacity: 0;
  transition: opacity 500ms;
}
