.trending-topics {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.trending-topics:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 0;
  background-color: #f5f5f5;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 28px;
}

.trending-topics::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: #333333;
  width: 100%;
  max-width: 879px;
  height: 100%;
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .trending-topics::before {
    max-width: 625px;
  }
}

.trending-topics .text {
  z-index: 2;
  margin-left: 133px;
  margin-right: 93px;
  min-width: 436px;
  max-width: 436px;
  text-align: left;
  position: relative;
}

.trending-topics .text:before {
  content: "";
  width: 104px;
  height: 1px;
  background-color: rgba(217, 217, 217, 0.24);
  display: block;
  position: absolute;
  left: -139px;
  top: 1px;
}

@media (max-width: 1024px) {
  .trending-topics .text:before {
    content: none;
  }
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .trending-topics .text {
    margin-left: 33px;
    min-width: 360px;
    max-width: 360px;
  }
}

.trending-topics .text h3,
.trending-topics .text p {
  color: #fff;
}

.trending-topics .text h3 {
  display: inline-block;
  font-size: 2vw;
  font-weight: 600;
  letter-spacing: -1.38px;
  margin-bottom: 37px;
}

.trending-topics .text h3::after {
  display: none;
}

.trending-topics .text p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.trending-topics .topic-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

.trending-topics .topic-wrapper .owl-nav {
  position: absolute;
  left: -530px;
  top: 80%;
  transform: translateY(-50%);
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .trending-topics .topic-wrapper .owl-nav {
    left: -455px;
  }
}

.trending-topics .topic-wrapper .owl-nav button {
  outline: none;
  height: 38px;
  width: 43px;
  opacity: 0.38;
}

.trending-topics .topic-wrapper .owl-nav button:hover {
  opacity: 1;
  transform: scale(1.15);
  -ms-transform: scale(1.15);
}

.trending-topics .topic-wrapper .owl-nav button span {
  display: none;
}

.trending-topics .topic-wrapper .owl-nav .owl-prev {
  margin-right: 33px;
  background: url("../img/left-arrow.png");
  background-size: cover;
}

.trending-topics .topic-wrapper .owl-nav .owl-next {
  background: url("../img/right-arrow.png");
  background-size: cover;
}

.trending-topics .topic-wrapper .topic {
  position: relative;
  min-width: 400px;
  max-width: 400px;
  height: 555px;
  overflow: hidden;
  margin-right: 41px;
}

.trending-topics .topic-wrapper .topic .topic-frame {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.4);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.92px;
  line-height: 36px;
  color: #fff;
  z-index: 1;
}

.trending-topics .topic-wrapper .topic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.trending-topics .topic-wrapper .topic.compact-object-fit {
  background-size: cover;
  background-position: center center;
}

.trending-topics .topic-wrapper .topic.compact-object-fit img {
  display: none;
}

@media (max-width: 1024px) {
  .trending-topics {
    flex-direction: column;
    align-items: center;
  }
  .trending-topics::before {
    max-width: 100%;
    max-height: 65%;
  }
  .trending-topics .text {
    text-align: center;
    margin: 0 0 15px 0;
  }
  .trending-topics .text p {
    display: none;
  }
  .trending-topics .text h3 {
    font-size: 24px;
    margin-bottom: 21px;
  }
  .trending-topics .topic-wrapper {
    flex-direction: column;
    min-width: 349px;
    max-width: 349px;
    height: 511px;
  }
  .trending-topics .topic-wrapper .owl-stage-outer {
    margin-bottom: 34px;
    max-height: 100%;
  }
  .trending-topics .topic-wrapper .owl-stage-outer .topic,
  .trending-topics .topic-wrapper .owl-stage-outer .owl-item {
    min-width: 349px;
    max-width: 349px;
    height: 511px;
  }
  .trending-topics .topic-wrapper .owl-nav {
    display: none;
  }
}

@media (max-width: 413px) {
  .trending-topics .topic-wrapper {
    flex-direction: column;
    min-width: 257px;
    max-width: 257px;
    height: 428px;
  }
  .trending-topics .topic-wrapper .owl-stage-outer .topic,
  .trending-topics .topic-wrapper .owl-stage-outer .owl-item {
    min-width: 257px;
    max-width: 257px;
    height: 428px;
  }
  .trending-topics .topic-wrapper .owl-stage-outer .topic .topic-frame,
  .trending-topics .topic-wrapper .owl-stage-outer .owl-item .topic-frame {
    font-size: 18px;
  }
}

/*# sourceMappingURL=trending.css.map */