﻿.hero-slider-2 {
  background-color: #242529;
  background-color: var(--Concacaf_dark_grey);
  position: relative;
}
.hero-slider-2 .hero-content {
  height: 640px;
}
.hero-slider-2 .hero-content .owl-carousel {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 16%, #000000 78%), url(../global/assets/svg/inside_menu_dark.svg);
  background-color: var(--Concacaf_dark_grey);
  height: 100% !important;
}
.hero-slider-2 .hero-content .owl-carousel .owl-stage-outer {
  height: 100%;
}
.hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 26%, #000000 78%);
  justify-content: center;
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
}
.hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .embed-responsive {
  height: calc(100% - 150px);
}
.hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info img {
  object-position: top;
  object-fit: cover;
  margin: 0 auto;
  z-index: -1;
}
.hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper {
  position: absolute;
  bottom: 30px;
  color: #fff;
  right: 0;
  left: 0;
}
.hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper small {
  background-color: #242529;
  background-color: var(--Concacaf_dark_grey);
  letter-spacing: 0.4px;
  display: inline-block;
  border-radius: 3px;
  line-height: 16px;
  padding: 5px 10px;
  font-size: 13px;
}
.hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper h2 {
  font-family: 'CircularStd_Bold';
  letter-spacing: -0.06px;
  margin-bottom: 10px;
  line-height: 40px;
  overflow: hidden;
  max-height: 80px;
  font-size: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper a {
  font-family: 'CircularStd_Bold';
  display: inline-flex;
  align-items: center;
  line-height: 16px;
  font-size: 14px;
  padding: 5px 0;
  color: #fff;
}
.hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper a i {
  margin-left: 10px;
  margin-right: 5px;
  transition: 0.5s;
  font-size: 10px;
}
.hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper a:hover i {
  margin-left: 15px;
  margin-right: 0;
}
.hero-slider-2 .hero-content .owl-carousel .owl-dots:not(.disabled) {
  transform: translateX(-50%);
  position: absolute;
  display: none;
  bottom: 15px;
  left: 50%;
}
.hero-slider-2 .hero-content .owl-carousel .owl-dots:not(.disabled) .owl-dot {
  background-color: #fff;
  margin-right: 15px;
  border-radius: 50%;
  transition: 0.5s;
  outline: none;
  opacity: 0.3;
  height: 8px;
  width: 8px;
}
.hero-slider-2 .hero-content .owl-carousel .owl-dots:not(.disabled) .owl-dot.active {
  border-radius: 4px;
  width: 16px;
  opacity: 1;
}
.hero-slider-2 .hero-content .sidebar {
  background-image: url('Assets/svg/slider2_layout.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-slider-2 .hero-content .sidebar .info-area {
  margin: auto 30px;
  width: 100%;
}
.hero-slider-2 .hero-content .sidebar .info-area .owl-dot {
  display: inline-block;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  padding: 0 15px;
  margin: 10px 0;
  opacity: 0.6;
  color: #fff;
  width: 100%;
}
.hero-slider-2 .hero-content .sidebar .info-area .owl-dot .arrow {
  background-color: #242529;
  background-color: var(--Concacaf_dark_grey);
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  border-radius: 3px;
  display: none;
  height: 36px;
  width: 36px;
  left: -35px;
  top: 50%;
}
.hero-slider-2 .hero-content .sidebar .info-area .owl-dot h2 {
  font-family: 'CircularStd_Bold';
  letter-spacing: -0.06px;
  line-height: 20px;
  margin-bottom: 0;
  overflow: hidden;
  max-height: 60px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
}
.hero-slider-2 .hero-content .sidebar .info-area .owl-dot .details {
  flex-direction: column;
  display: flex;
}
.hero-slider-2 .hero-content .sidebar .info-area .owl-dot .details small {
  font-family: 'CircularStd_Bold';
  line-height: 15px;
  font-size: 12px;
}
.hero-slider-2 .hero-content .sidebar .info-area .owl-dot .details time {
  line-height: 15px;
  font-size: 12px;
}
.hero-slider-2 .hero-content .sidebar .info-area .owl-dot.active {
  padding-right: 30px;
  padding-left: 0;
  opacity: 1;
}
.hero-slider-2 .hero-content .sidebar .info-area .owl-dot.active .arrow {
  display: block;
  z-index: 12;
}
.hero-slider-2 .hero-content .sidebar .info-area .owl-dot:hover {
  opacity: 1;
}
/*MEDIA QUERIES*/
@media (max-width: 991.98px) {
  .hero-slider-2 .hero-content {
    height: 516px;
  }
  .hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 59%, #000000 79%);
  }
  .hero-slider-2 .hero-content .owl-carousel .owl-dots:not(.disabled) {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .hero-slider-2 .hero-content {
    height: 400px;
  }
  .hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper h2 {
    line-height: 32px;
    max-height: 64px;
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .hero-slider-2 .hero-content {
    height: 300px;
  }
  .hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .embed-responsive {
    height: calc(100% - 130px);
  }
  .hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper small {
    line-height: 14px;
    font-size: 12px;
  }
  .hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper h2 {
    line-height: 28px;
    max-height: 56px;
    font-size: 20px;
  }
}
@media (max-width: 425.98px) {
  .hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .embed-responsive {
    height: calc(100% - 100px);
  }
  .hero-slider-2 .hero-content .owl-carousel .owl-stage-outer .owl-stage .owl-item .item-info .content-wrapper small {
    display: none;
  }
}