﻿.hero-slider-gc {
  background-color: #0B141E;
  background-color: var(--GoldCup_navy);
  position: relative;
  height: 487px;
}
.hero-slider-gc .container {
  position: relative;
  height: 100%;
}
.hero-slider-gc .container .row {
  flex-wrap: wrap-reverse;
  position: relative;
  height: 100%;
}
.hero-slider-gc .container .row .info-area {
  padding-bottom: 15px;
  position: relative;
  padding-top: 15px;
  color: #fff;
}
.hero-slider-gc .container .row .info-area .wrapper.show {
  display: block !important;
}
.hero-slider-gc .container .row .info-area .wrapper h2 {
  font-family: 'BasicGothicPro_Black';
  text-transform: uppercase;
  max-height: 180px;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 1;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.hero-slider-gc .container .row .info-area .wrapper .details {
  line-height: 18px;
  margin-top: 15px;
  font-size: 12px;
}
.hero-slider-gc .container .row .info-area .wrapper .details::before {
  background-image: linear-gradient(274deg, #bd7b2a 52%, #c6862f 51%, #dea33c 50%, #ffcb4f 48%);
  margin-bottom: 15px;
  display: block;
  content: '';
  height: 1px;
}
.hero-slider-gc .container .row .info-area .wrapper .details time {
  letter-spacing: 0.2px;
  overflow: hidden;
  display: block;
  opacity: 0.8;
  height: 18px;
}
.hero-slider-gc .container .row .info-area .wrapper .details small {
  letter-spacing: 0.2px;
  overflow: hidden;
  max-height: 36px;
  font-size: 100%;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hero-slider-gc .container .row .info-area .wrapper .details a {
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-transform: capitalize;
  display: inline-block;
  border-radius: 3px;
  padding: 5px 10px;
  transition: 0.5s;
  margin-top: 10px;
  outline: none;
  color: #fff;
}
.hero-slider-gc .container .row .info-area .wrapper .details a:hover {
  border: 1px solid #fff;
}
.hero-slider-gc .container .row .info-area .wrapper .sponsored-by {
  position: absolute;
  bottom: 45px;
  right: 15px;
}
.hero-slider-gc .container .row .info-area .wrapper .sponsored-by div {
  line-height: 25px;
  font-size: 8px;
  opacity: 0.4;
}
.hero-slider-gc .container .row .info-area .wrapper .sponsored-by a {
  display: inline-flex;
  height: 35px;
  width: 70px;
}
.hero-slider-gc .container .row .info-area .wrapper .sponsored-by a img {
  margin: auto;
}
.hero-slider-gc .container .row .owl-carousel {
  position: unset;
  height: 100%;
}
.hero-slider-gc .container .row .owl-carousel .owl-stage-outer {
  height: 100%;
}
.hero-slider-gc .container .row .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.hero-slider-gc .container .row .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.hero-slider-gc .container .row .owl-carousel .owl-stage-outer .owl-stage .owl-item .embed-responsive {
  height: 100%;
}
.hero-slider-gc .container .row .owl-carousel .owl-stage-outer .owl-stage .owl-item img {
  object-position: top;
  object-fit: cover;
  height: 100%;
}
.hero-slider-gc .container .row .owl-carousel .owl-nav {
  position: absolute;
  bottom: 45px;
  color: #fff;
  left: 15px;
}
.hero-slider-gc .container .row .owl-carousel .owl-nav button {
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 5px !important;
  border-radius: 3px;
  transition: 0.5s;
  font-size: 14px;
  outline: none;
}
.hero-slider-gc .container .row .owl-carousel .owl-nav button.owl-prev {
  margin-right: 15px;
}
.hero-slider-gc .container .row .owl-carousel .owl-nav button.owl-prev:hover {
  padding-right: 10px !important;
  padding-left: 0 !important;
}
.hero-slider-gc .container .row .owl-carousel .owl-nav button.owl-next:hover {
  padding-left: 10px !important;
  padding-right: 0 !important;
}
.hero-slider-gc .container .row .owl-carousel .owl-nav button:hover {
  border-color: #fff;
}
/*MEDIA QUERIES*/
@media all and (max-width: 1199.98px) {
  .hero-slider-gc {
    height: 407px;
  }
  .hero-slider-gc .container .row .info-area .wrapper h2 {
    max-height: 160px;
    font-size: 32px;
  }
}
@media all and (max-width: 991.98px) {
  .hero-slider-gc {
    height: auto;
  }
  .hero-slider-gc .container {
    height: auto;
  }
  .hero-slider-gc .container .row {
    height: auto;
  }
  .hero-slider-gc .container .row .info-area {
    padding-bottom: 45px;
  }
  .hero-slider-gc .container .row .info-area .wrapper h2 {
    height: 64px;
    -webkit-line-clamp: 2;
  }
  .hero-slider-gc .container .row .info-area .wrapper .sponsored-by {
    position: relative;
    margin-top: 20px;
    bottom: auto;
    right: auto;
  }
  .hero-slider-gc .container .row .owl-carousel {
    height: 460px;
  }
  .hero-slider-gc .container .row .owl-carousel .owl-nav {
    right: 15px;
    left: auto;
  }
}
@media all and (max-width: 767.98px) {
  .hero-slider-gc .container .row .info-area {
    padding-bottom: 45px;
  }
  .hero-slider-gc .container .row .info-area .wrapper h2 {
    font-size: 24px;
    height: 48px;
  }
  .hero-slider-gc .container .row .owl-carousel {
    height: 340px;
  }
}
@media all and (max-width: 575.98px) {
  .hero-slider-gc .container .row .info-area .wrapper h2 {
    max-height: 72px;
    height: auto;
    -webkit-line-clamp: 3;
  }
  .hero-slider-gc .container .row .info-area .wrapper .sponsored-by {
    margin-top: 15px;
  }
  .hero-slider-gc .container .row .owl-carousel {
    height: calc(66.66vw - 30px);
    min-height: 220px;
  }
}