@charset "utf-8";
@font-face {
  font-family: 'GothamMedium';
  src: url('../fonts/GothamMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamMedium.woff') format('woff'), url('../fonts/GothamMedium.ttf') format('truetype'), url('../fonts/GothamMedium.svg#GothamMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*html, body {
  width: 100%;
  height: 100%;
}*/
body {
  background: url("../img/bg.jpg") #FFFFFF no-repeat center top;
  overflow-x: hidden;
  color: #020306;
  font-family: 'GothamMedium';
  font-weight: 600;
  font-size: 62.5%;
  letter-spacing: 0;
  background-size: cover;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
main, section, article {
  display: block;
}
:focus {
  outline: none !important;
}
a, a:hover, a:active, a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
}
/*== COMMON CLASSES ==*/
.container-fluid {
  max-width: 100%;
  padding: 0 1rem;
}
.container {
  max-width: 1680px;
  padding: 0 1rem;
  margin: 0 auto;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.hidden {
  display: none !important;
}
.overflowHidden {
  overflow: hidden !important;
}
.visibilityHidden {
  visibility: hidden;
  opacity: 0;
}
.desktopHide {
  display: none !important;
}
.mobileHide {
  display: block;
}
.flex-align-center {
  display: flex;
  align-items: center;
}
.flex-centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.portraitShow {
  display: none;
}
.spacer {
  height: 8em;
}
.video-holder {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  /* padding-top: 56.25%; */
}
.video-holder video, .video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: #000000;
}
.header {
  background: #cdaa4d;
  padding: 10px 0px;
}
.header .container-fluid {
  justify-content: space-between;
}
.logoContainer img {
  height: 50px;
}
.mainNav__list li {
  padding: 0 4.5vh;
  position: relative;
}
.mainNav__list li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #241e63;
  width: 3px;
  height: 74%;
}
.mainNav__list li:nth-child(4):after {
  display: none;
}
.mainNav__link {
  font-size: 3vh;
  color: #241e63;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.mainNav__social a {
  padding: 0 5px;
}
.mainNav__social img {
  max-height: 30px;
  opacity: 0.5;
}
/* Hamburger Menu */
.mainNav__icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-left: 3em;
  position: relative;
  display: none;
  flex-direction: column;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
}
.mainNav__icon > div, .mainNav__icon > div::before, .mainNav__icon > div::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 30px;
  background: #020306;
  position: absolute;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
  pointer-events: none;
}
.mainNav__icon > div::before {
  top: -8px;
}
.mainNav__icon > div::after {
  top: 8px;
}
.topNav.open .mainNav__icon > div {
  background: transparent;
}
.topNav.open .mainNav__icon > div::before, .topNav.open .mainNav__icon > div::after {
  top: 0;
  transition: top ease 0.3s, transform ease 0.3s 0.3s;
}
.topNav.open .mainNav__icon > div::before {
  transform: rotate(-45deg);
}
.topNav.open .mainNav__icon > div::after {
  transform: rotate(45deg);
}
.heroSection .container-fluid {
  padding: 0;
}
.slick-dots {
  transform: translate(-50%, 0);
  bottom: 3vw;
  width: inherit;
  margin: 0 auto;
  left: 50%;
}
.slick-dots li {
  background: none;
}
.slick-dots li button {
  background: rgba(255, 255, 255, 0.50);
}
.slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
}
.home__Content .container {
  max-width: 80vw;
  background: #241e63;
  padding: 2em 3em 0;
}
/*.promo__Content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}*/
.promo__Content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.promo__Content .promoContent_col{
    flex: 0 0 50%;
    padding: 10px;
}
/*.promo__Content div:first-child{
    padding-left: 0;
}
.promo__Content div:nth-child(2){
    padding-right: 0;
}*/
.moviesTv__heading {
  font-size: 4vh;
  color: #cdaa4d;
  padding: 0.5em 0 0;
}
.category__container {
  margin-bottom: 5em;
}
.category__slider {
  margin-bottom: 2em;
}
.category__heading {
  font-size: 3em;
  color: #cdaa4d;
  padding: 0.5em 0;
  font-weight: 400;
}
.category__slider .slide-arrow {
  top: 50%;
  width: 50px;
  height: 80px;
  transform: translateY(-50%);
}
.footer {
  background: #000;
  padding: 1em;
}
.footer__container {
  justify-content: space-between;
}
.footerLinks__list li {
  padding: 0 1.6vh;
  position: relative;
}
.footerLinks__list li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #cdaa4d;
  width: 3px;
  height: 74%;
}
.footerLinks__list li:last-child:after {
  display: none;
}
.footer__link {
  font-size: 1.1vh;
  color: #cdaa4d;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.footer__social a {
  padding: 0 5px;
}
.footer__social img {
  max-height: 25px;
  opacity: 0.5;
  filter: invert(100%);
}
.footer__logo img {
  height: 50px;
  margin: 2em auto;
}
.copyright {
  color: #cdaa4d;
  font-size: 1.1vh;
  text-align: center;
  line-height: normal !important;
}
.loader__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(205, 170, 77, 1.00);
  top: 0;
  z-index: 10;
  overflow: hidden;
  /*display: none;*/
}
.loader__container {
  max-width: 35vw;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.loader__container img {
  max-height: 10em;
  margin: 0 auto 2em;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 85px;
  height: 85px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 69px;
  height: 69px;
  margin: 8px;
  border: 8px solid #283d98;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #283d98 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.text__percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  color: #283d98;
}
@media screen and (max-width:1680px){
  .footer__link, .copyright {
    font-size: 1.2vh;
  }
}
@media screen and (device-width:1280px) and (device-height:1024px), screen and (device-width:1280px) and (device-height:960px), screen and (device-width:1152px) and (device-height:864px), screen and (device-width:1024px) and (device-height:768px), screen and (device-width:1194px) and (device-height:834px) {
  .mainNav__link {
    font-size: 1.9vh;
  }
  .footer__link, .copyright {
    font-size: 0.5vh;
  }
}
@media screen and (max-width: 1024px), screen and (device-width:1366px) and (device-height:1024px) and (orientation:landscape), screen and (device-width:1138px) and (device-height:712px) and (orientation:landscape), screen and (device-width:1194px) and (device-height: 834px) and (orientation: landscape), screen and (device-width:1180px) and (device-height: 820px) and (orientation: landscape) {
  .desktopHide {
    display: flex !important;
  }
  .mobileHide {
    display: none;
  }
  .mainNav__icon {
    display: flex;
  }
  .mainNav__list {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #cdaa4d;
    transform: translateY(-120%);
    z-index: 4;
    transition: transform ease 0.3s;
    flex-direction: column;
    justify-content: center;
  }
  .mainNav__list li {
    padding: 2em 1em !important;
    opacity: 0;
    transform: translateY(12%);
  }
  .mainNav__link {
    font-size: 3vh;
  }
  .topNav.open .mainNav__list {
    transform: translateY(0);
  }
  .topNav.open .mainNav__list li {
    opacity: 1;
    transform: translateY(0);
    transition: all ease 0.3s 0.3s;
  }
  .mainNav__list li:after {
    display: none;
  }
  .logoContainer img {
    height: 35px;
  }
  .home__Content .container {
    max-width: 95vw;
  }
  .footer__link, .copyright {
    font-size: 0.6vh;
  }
  .category__slider .slide-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 850px), screen and (device-width:1024px) and (device-height:1366px) and (orientation:portrait), screen and (device-width:712px) and (device-height:1138px) and (orientation:portrait) {
    .promo__Content .promoContent_col{
        padding: 5px;
    }
  .loader__container {
    max-width: 50vw;
  }
  .moviesTv__heading {
    font-size: 3.5em;
    color: #cdaa4d;
    padding: 0.5em 0 0;
  }
  .category__container {
    margin-bottom: 3em;
  }
  .footer__container {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .footerLinks__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footerLinks__list li {
    padding: 0 1.5vh;
  }
  .footer__social {
    margin-bottom: 3vh;
  }
  .footer__link, .copyright {
    font-size: 0.6vh;
    line-height: 1.5vh;
  }
  .footer__logo img {
    margin: 2em auto 1em;
  }
}
@media screen and (max-width:800px) and (orientation:landscape) {
  .mainNav__link {
    font-size: 2em;
  }
  .home__Content .container {
    padding: 2em 1.5em 0;
  }
  .footerLinks__list li {
    padding: 0 3vh;
  }
  .footer__link, .copyright {
    font-size: 2.1vh;
    line-height: 3vh;
  }
}
@media screen and (max-width:450px) {
  .header {
    padding: 5px 0px;
  }
  .home__Content .container {
    padding: 2em 1.5em 0;
  }
/*  .promo__Content {
    gap: 1em;
  }*/
  .moviesTv__heading {
    font-size: 2.5em;
  }
  .category__heading {
    font-size: 2.2em;
  }
  .category__slider .slide-arrow {
    width: 25px;
    height: 25px;
  }
  .footerLinks__list li {
    padding: 0 1.5vh;
  }
  .footerLinks__list li:after {
    width: 2px;
    height: 50%;
  }
  .footer__link, .copyright {
    font-size: 1.3vh;
    line-height: 3vh;
  }
  .footer__logo img {
    height: 30px;
    margin: 1.5em auto;
  }
}
@media screen and (min-width:2400px) {
  .heroSlider__item img {
    width: 100%;
  }
  .heroSectionSlider .video-holder {
    min-height: 753px;
  }
    .home__Content .container{
        max-width: 62vw;
    }
}