﻿/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body {
  background-color: #12153c;
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin: 0;
}

ul,
li {
  list-style: none;
  padding: 0px !important;
}

a {
  text-decoration: none;
}

  a.btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3d10), color-stop(52.08%, #ff6112), to(#c16000));
    background: linear-gradient(180deg, #ff3d10 0%, #ff6112 52.08%, #c16000 100%);
    border-radius: 29.5px;
    color: #fff;
    padding: 8px 48px;
  }

@media screen and (max-width: 575px) {
  a.btn {
    padding: 6px 32px;
  }
}

a.btn:hover {
  color: #fff;
}

a.btn span {
  font-style: 22px;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  a.btn span {
    font-style: 18px;
  }
}

a.btn.go-play img {
  height: 16px;
  width: 16px;
}

@media screen and (max-width: 575px) {
  a.btn.go-play img {
    height: 12px;
    width: 12px;
  }
}

/* Ui */
header {
  position: absolute;
  z-index: 99;
  width: 100%;
  margin: 8px 0;
}

  header .btn {
    margin-right: 16px;
    padding: 4px 65px;
    width: 190px;
    height: 31px;
    left: 1258.06px;
    top: 28.5px;    
    border-radius: 15.5px;    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 52px;
    gap: 3px;
  }

@media screen and (max-width: 575px) {
  header {
    display:none;
  }
}

.header-wrapper a img {
  width: 190px;
  height: 64.82px;
  left: 63.94px;
  top: 11.67px;
}

.hero {
  position: relative;
}

  .hero .hero-cover {
    width: 100%;
  }

    .hero .hero-cover .item {
      height: 85vh;
      /*min-height: 667px;*/
    }

      .hero .hero-cover .item .item-bg {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top;
        object-position: top;
      }

      .hero .hero-cover .item .hero-wrapper {
        position: absolute;
        top: 42%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
      }

@media screen and (max-width: 575px) {
  .hero .hero-cover .item .hero-wrapper {
    width: 80%;
    top: 60%;
  }

  .hero .hero-cover .item {
    height: 70vh;
    min-height: 300px;
  }

  .hero .hero-cover .item .hero-wrapper {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

        .hero .hero-cover .item .hero-wrapper .hero-logo img {
          width: 262px;
        }

@media screen and (max-width: 575px) {
  .hero .hero-cover .item .hero-wrapper .hero-logo img {
    width: 140px;
  }
}

.hero .hero-cover .item .hero-wrapper h1 {
  font-size: 30px;
  font-weight: 600;
  color: #e2ecfb; /*#d6d6d6;*/
  line-height: 37px;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px black, 0 0 1em #00000085, 0 0 0.2em #00000085;
}

@media screen and (max-width: 575px) {
  .hero .hero-cover .item .hero-wrapper h1 {
    font-size: 18px;
    line-height: 22px;
  }
}

.hero .hero-cover .item .hero-wrapper p {
  font-size: 20px;
  font-weight: 500;
  color: #e2ecfb; /*#d6d6d6;*/
  margin-top: 16px;
  line-height: 24px;
  text-shadow: 1px 1px 2px black, 0 0 1em #00000085, 0 0 0.2em #00000085;
}

@media screen and (max-width: 575px) {
  .hero .hero-cover .item .hero-wrapper p {
    font-size: 12px;
    line-height: 15px;
  }
}

.hero .hero-bottom {
  position: absolute;
  bottom: 25px;
  width: 100%;
  padding: 0 40px;
  z-index: 9;
}

  .hero .hero-bottom .hero-bottom-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }

    .hero .hero-bottom .hero-bottom-wrapper a {
      margin: 0 20px;
    }

      .hero .hero-bottom .hero-bottom-wrapper a.active {
        background: -webkit-gradient(linear, left top, left bottom, from(#ff3d10), color-stop(52.08%, #ff6112), to(#c16000));
        background: linear-gradient(180deg, #ff3d10 0%, #ff6112 52.08%, #c16000 100%);
        height: 25vh;
      }

        .hero .hero-bottom .hero-bottom-wrapper a.active img {
          padding: 4px;
        }

@media screen and (max-width: 767px) {
  .hero .hero-bottom .hero-bottom-wrapper a {
    margin: 0 5px;
  }

  .hero .hero-cover .item {
    height: 70vh;
    min-height: 300px;
  }
}

.hero .hero-bottom .item {
  height: 20vh;
  transition-duration: 0.5s;
}

/* .hero .hero-bottom .item .active {
    height: 25vh;
    border: 2px solid yellow;
  }
*/
  .hero .hero-bottom .item .item-bg {
    height: inherit;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
  }

@media screen and (max-width: 767px) {
  .hero .hero-bottom .item {
    height: 15vh;
    overflow: hidden;
  }
}

@media screen and (max-width: 575px) {
  .hero .hero-bottom .item {
    height: 10vh;
    overflow: hidden;
  }
}

.hero .hero-bottom .owl-stage {
  padding: 4px 0;
}

  .hero .hero-bottom .owl-stage .owl-item.active.center {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff3d10), color-stop(52.08%, #ff6112), to(#c16000));
    background: linear-gradient(180deg, #ff3d10 0%, #ff6112 52.08%, #c16000 100%);
    padding: 4px;
    top: -4px;
  }

.hero .hero-bottom .slider_nav {
  position: relative;
  z-index: 99;
  color: #000;
  width: 100%;
}

  .hero .hero-bottom .slider_nav button.slider-prev {
    position: absolute;
    top: -12vh;
    right: -28px;
    background-color: transparent;
    border: none;
  }

@media screen and (max-width: 767px) {
  .hero .hero-bottom .slider_nav button.slider-prev {
    top: -9.5vh;
    right: -32px;
  }
}

@media screen and (max-width: 575px) {
  .hero .hero-bottom .slider_nav button.slider-prev {
    top: -8vh;
  }
}

.hero .hero-bottom .slider_nav button.slider-next {
  position: absolute;
  top: -12vh;
  left: -28px;
  background-color: transparent;
  border: none;
}

@media screen and (max-width: 767px) {
  .hero .hero-bottom .slider_nav button.slider-next {
    top: -9.5vh;
    left: -32px;
  }
}

@media screen and (max-width: 575px) {
  .hero .hero-bottom .slider_nav button.slider-next {
    top: -8vh;
  }
}

.streaming {
  position: relative;
  background-color: #12153c;
}

  .streaming .streaming-wrapper h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 49px;
  }

    .streaming .streaming-wrapper h1 span {
      background: -webkit-gradient(linear, left top, left bottom, from(#ff3d10), color-stop(52.08%, #ff6112), to(#c16000));
      background: linear-gradient(180deg, #ff3d10 0%, #ff6112 52.08%, #c16000 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

  .streaming .streaming-wrapper p {
    position: relative;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    padding-left: 24px;
    margin-top: 16px;
    line-height: 27px;
  }

    .streaming .streaming-wrapper p::before {
      position: absolute;
      content: "";
      width: 5px;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#ff3d10), color-stop(52.08%, #ff6112), to(#c16000));
      background: linear-gradient(180deg, #ff3d10 0%, #ff6112 52.08%, #c16000 100%);
      left: 0;
    }

  .streaming .streaming-img {
    position: relative;
  }

    .streaming .streaming-img img {
      width: 100%;
    }

@media screen and (max-width: 575px) {
  .streaming .streaming-wrapper h1 {    
    padding-top: 2rem;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .streaming .streaming-wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
}

.trill {
  position: relative;
  background-color: #00022B;
}

  .trill .trill-wrapper h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 49px;
  }

    .trill .trill-wrapper h1 span {
      background: -webkit-gradient(linear, left top, left bottom, from(#ff3d10), color-stop(52.08%, #ff6112), to(#c16000));
      background: linear-gradient(180deg, #ff3d10 0%, #ff6112 52.08%, #c16000 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

  .trill .trill-wrapper p {
    position: relative;
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    padding-left: 24px;
    margin-top: 16px;
    line-height: 27px;
  }

    .trill .trill-wrapper p::before {
      position: absolute;
      content: "";
      width: 5px;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, from(#ff3d10), color-stop(52.08%, #ff6112), to(#c16000));
      background: linear-gradient(180deg, #ff3d10 0%, #ff6112 52.08%, #c16000 100%);
      left: 0;
    }

  .trill .trill-img {
    position: relative;
  }

    .trill .trill-img img {
      width: 100%;
    }

@media screen and (max-width: 575px) {
  .trill .trill-wrapper h1 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .trill .trill-wrapper p {
    font-size: 16px;
    line-height: 20px;
  }
}

footer {
  position: relative;
  background-color: #00022B;
  margin-top: -2px;
}

  footer p {
    font-size: 14px;
    margin-bottom: 16px;
    color: #fff;
  }

  footer .social-icons a {
    font-size: 32px;
  }

    footer .social-icons a svg {
      color: #fff;
    }
/*# sourceMappingURL=style.css.map */

.video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.video-background-content {
  position: relative;
  z-index: 2;
}












/******************************
*	Categories
******************************/

.categories-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 2rem;
  padding: 30px 50px 60px;
}

  .categories-wrapper .categories-item {
    min-height: 200px;
    border-radius: 20px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transition-property: transform;
    transition-property: transform;
    color: white;
  }

    .categories-wrapper .categories-item::before {
      content: "";
      width: 100%;
      height: 100%;
      border-radius: 20px;
      position: absolute;
      top: 0;
      left: 0;
      background: rgb(17, 20, 32);
      background: -moz-linear-gradient(to top, rgba(17, 20, 32, 0.44) 0%, rgba(18, 21, 60, 0) 100%);
      background: -webkit-linear-gradient(to top, rgba(17, 20, 32, 0.44) 0%, rgba(18, 21, 60, 0) 100%);
      background: linear-gradient(to top, rgba(17, 20, 32, 0.44) 0%, rgba(18, 21, 60, 0) 100%);
      /*filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#111420", endColorstr="#12153c", GradientType=1);*/
      opacity: .95;
      z-index: 10;
    }

    .categories-wrapper .categories-item:hover {
      -webkit-transform: scale(1.03);
      transform: scale(1.03);
    }

    .categories-wrapper .categories-item .categories-item-txt {
      width: 100%;
      padding: 0 20px;
      position: absolute;
      text-align: center;
      bottom: 20px;
      z-index: 100;
    }

      .categories-wrapper .categories-item .categories-item-txt h3 {
        width: fit-content;
        text-transform: uppercase;
        margin: auto;
        position: relative;
        padding: 2px 8px;
      }

        .categories-wrapper .categories-item .categories-item-txt h3:before,
        .categories-wrapper .categories-item .categories-item-txt h3:after {
          height: 14px;
          width: 14px;
          position: absolute;
          content: '';
          -webkit-transition: all 0.35s ease;
          transition: all 0.35s ease;
          opacity: 0;
        }

        .categories-wrapper .categories-item .categories-item-txt h3:before {
          left: 0;
          top: 0;
          border-left: 3px solid #e5641d;
          border-top: 3px solid #e5641d;
          -webkit-transform: translate(100%, 50%);
          transform: translate(100%, 50%);
        }

        .categories-wrapper .categories-item .categories-item-txt h3:after {
          right: 0;
          bottom: 0;
          border-right: 3px solid #e5641d;
          border-bottom: 3px solid #e5641d;
          -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
        }

    .categories-wrapper .categories-item:hover .categories-item-txt h3:before,
    .categories-wrapper .categories-item:hover .categories-item-txt h3:after {
      -webkit-transform: translate(0%, 0%);
      transform: translate(0%, 0%);
      opacity: 1;
    }








/******************************
*	MOBILE
******************************/

@media (max-width: 575px) {

  /* Categories*/
  .categories-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 20px;
    padding: 20px 20px 60px;
  }
}


@media (max-width: 767px) {


  #category {
    padding: 20px 20px 60px;
  }
}



@media (max-width: 991px) {
  /* Categories*/
  .categories-wrapper {
    grid-gap: 20px;
    padding: 20px 20px 60px;
  }

  .streaming .streaming-wrapper h1 {
    padding-top: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  /* Categories*/
  .categories-wrapper .categories-item {
    min-height: 250px;
  }
}



@media (min-width: 1400px) {
  /* Categories*/
  .categories-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 2rem;
    padding: 30px 50px 60px;
  }
}

@media (min-width: 1600px) {

  /* Categories*/
  .categories-wrapper .categories-item {
    min-height: 300px;
  }
}