@font-face {
  font-family: "AtkinsonHyperlegible";
  src: url("/static/fonts/AtkinsonHyperlegible-Regular.ttf");
}

@font-face {
  font-family: "AtkinsonHyperlegible-bold";
  src: url("/static/fonts/AtkinsonHyperlegible-Bold.ttf");
}

@font-face {
  font-family: "Montserrat";
  src: url("/static/fonts/Montserrat-Regular.ttf");
}

@font-face {
  font-family: "Montserrat-semibold";
  src: url("/static/fonts/Montserrat-SemiBold.ttf");
}

@font-face {
  font-family: "Montserrat-bold";
  src: url("/static/fonts/Montserrat-Bold.ttf");
}

@font-face {
  font-family: "Montserrat-light";
  src: url("/static/fonts/Montserrat-Light.ttf");
}

@font-face {
  font-family: "Montserrat-ExtraLight";
  src: url("/static/fonts/Montserrat-ExtraLight.ttf");
}

@font-face {
  font-family: "helvetica";
  src: url("/static/fonts/Helvetica-Bold.ttf");
}

.header-page {
  background: #180119;
  display: flex;
  padding: 10px;
  padding-left: 6rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
}

.header-right {
  flex: 1;
  justify-content: flex-end;
}

.menu-cont {
  display: flex;
  margin-left: 3.5rem;
  align-items: center;
}
.nav-link {
  color: #ffffff !important;
  font-family: "AtkinsonHyperlegible";
  font-size: 2rem;
  padding: 5px 10px;
  cursor: pointer;
  text-decoration: none;
  margin-right: 2rem;
}
.nav-link:hover {
  color: #fac630;
}
.menu-item-bold {
  font-weight: bolder;
  font-family: "AtkinsonHyperlegible-bold";
}

.search-header {
  margin-left: 15px;
}

.footer {
  background: linear-gradient(
    180deg,
    rgba(49, 18, 56, 1) 0%,
    rgba(34, 0, 38, 1) 100%
  );
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.footer-header {
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 4rem;
}
.footer-header .line {
  background: #710d7d;
  width: 100%;
  height: 1px;
  margin-bottom: 3rem;
}
.footer-header .footer-information {
  padding-left: 2rem;
  padding-top: 3rem;
}
.footer-header .footer-information .footer-information-item:last-child {
  margin-bottom: 0;
}
.footer-header .footer-information .footer-information-item {
  margin-bottom: 2rem;
}
.footer-header .footer-information .footer-information-item .title {
  color: #ffffff;
  font-family: "Montserrat-bold";
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.65rem;
}
.footer-header .footer-information .footer-information-item .subtitle {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 1.5rem;
}

.footer-links {
  border-top: 1px solid #710d7d;
  border-bottom: 1px solid #710d7d;
  padding-bottom: 1rem;
  padding-top: 1rem;
  padding-left: 4rem;
  padding-right: 1rem;
}

.footer-links .menu-footer a {
  text-transform: none;
  text-decoration: none;
  color: #ffffff;
  font-family: "AtkinsonHyperlegible";
  font-size: 2rem;
  padding: 0 1.5rem;
}

.footer-links .menu-footer a span {
  font-family: "AtkinsonHyperlegible-bold";
}

.footer-links .social-links {
  text-align: right;
  padding-right: 4rem;
}
.footer-links .social-links .social-link {
  margin-right: 1rem;
}

.disclaimer {
  color: #ffffff;
  text-align: center;
  font-family: "Montserrat";
  margin-top: 2rem;
  font-size: 1.75rem;
}

.nav-link::after {
  content: "" !important;
  display: none;
}

.movies-dropdown {
  top: calc(100% + 25px) !important;
  padding-bottom: 0;
  padding-top: 0;
}

.movies-dropdown .dropdown-item {
  font-family: "AtkinsonHyperlegible";
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.header-menu-1 {
  background: linear-gradient(
    90deg,
    rgba(250, 198, 48, 1) 0%,
    rgba(195, 33, 60, 1) 60%
  );
}
.header-menu-2 {
  background: linear-gradient(
    90deg,
    rgba(250, 198, 48, 1) 0%,
    rgba(195, 33, 60, 1) 80%
  );
}
.header-menu-3 {
  background: linear-gradient(
    90deg,
    rgba(250, 198, 48, 1) 0%,
    rgba(195, 33, 60, 1) 100%
  );
}
.header-menu-4 {
  background: linear-gradient(
    90deg,
    rgba(91, 15, 129, 1) 0%,
    rgba(195, 33, 60, 1) 60%
  );
}
.header-menu-5 {
  background: linear-gradient(
    90deg,
    rgba(91, 15, 129, 1) 0%,
    rgba(195, 33, 60, 1) 80%
  );
}
.header-menu-6 {
  background: linear-gradient(
    90deg,
    rgba(91, 15, 129, 1) 0%,
    rgba(195, 33, 60, 1) 100%
  );
}
.splide__arrow {
  opacity: 1 !important;
  background: unset !important;
  width: 38px !important;
  height: 52px !important;
  top: 46% !important;
}
.splide__arrow svg {
  fill: #ffffff;
  width: 18px !important;
  height: 35px !important;
}

.splide__arrow--next {
  right: 5em !important;
}

.search_mobile {
  display: none;
}

.navbar-nav .nav-item.cat-image {
  display: none;
}

.navbar-toggler-icon-close {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.footer-logo {
  width: 100%;
}

@media (max-width: 600px) {
  .header-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .navbar-toggler {
    border: none;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  }

  .splide__pagination__page {
    width: 10px !important;
    height: 10px !important;
  }
  .splide__pagination {
    bottom: 10px !important;
  }
  .splide__arrow--next {
    right: 1em !important;
  }
  .footer-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .footer-header .text-center img {
    width: 100%;
  }
  .footer-header .footer-information .footer-information-item .title {
    font-size: 1rem;
  }
  .footer-header .footer-information .footer-information-item .subtitle {
    font-size: 1rem;
  }
  .footer-links {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .footer-links .menu-footer a {
    font-size: 1.5rem;
    text-align: center;
    display: block;
  }
  .footer-links .social-links {
    text-align: center;
    padding-right: 0;
    margin-top: 0;
  }
  .footer-links .social-links .social-link {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 7px;
  }
  .footer-links .social-links .social-link img {
    width: 100%;
  }
  .disclaimer {
    font-size: 12px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url("/static/images/menu_icon.png");
  }
  .navbar-dark .navbar-toggler-icon-close {
    background-image: url("/static/images/menu_icon_close.png");
  }
  .navbar-brand img {
    width: 100px;
  }
  .search_mobile {
    display: inline-block;
    background: none;
    border: none;
    margin-left: 6em;
  }
  .search_mobile img {
    height: 30px;
  }

  .navbar-nav .nav-item:first-child {
    border-top: 1px solid #710d7d;
    padding-top: 10px;
    margin-top: 1.5rem;
  }
  .navbar-nav .nav-item {
    width: 45%;
    margin-left: auto;
    border-bottom: 1px solid #710d7d;
    padding-bottom: 10px;
  }

  .navbar-nav .nav-item .nav-link {
    font-size: 1.5rem;
  }
  .navbar-nav {
    order: 2;
    flex: 1;
    width: 100%;
  }
  .header-right {
    order: 1;
  }
  .header-right img {
    width: 140px;
    height: auto;
  }
  .search-header {
    display: none;
  }
  .navbar-collapse {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-top: 1rem;
  }
  .navbar-nav .nav-item.cat-image {
    display: block;
    text-align: center;
    border-bottom: none;
    padding-top: 1rem;
  }
  .navbar-nav .nav-item.cat-image img {
    height: 70px;
  }
  .footer {
    padding-top: 1rem;
  }
  .footer-header .line {
    margin-bottom: 1rem;
  }
  .footer-links .menu-footer a {
    display: inline-block;
    padding: 0 5px;
    font-size: 1rem;
  }
  .footer-links .menu-footer a:nth-child(2),
  .footer-links .menu-footer a:nth-child(3),
  .footer-links .menu-footer a:nth-child(5) {
    display: none;
  }

  .footer-links .col-sm-7 {
    width: 50%;
    flex: 0 0 50%;
  }
  .footer-links .col-sm-5 {
    width: 50%;
    flex: 0 0 50%;
  }
  .footer-links .row {
    align-items: center;
  }
  .movies-dropdown {
    display: none !important;
  }
  .navbar-toggler.collapsed .close-icon {
    display: none;
  }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    display: inline;
  }
}

@media (min-width: 1025px) and (max-width: 1289px) {
  .navbar-brand img {
    width: 125px;
  }
  .header-page {
    padding-left: 2rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.25rem;
  }
  .header-right a img {
    height: 35px;
  }
  .header-right .search-header img {
    height: 25px;
  }

  .disclaimer {
    font-size: 1rem;
  }

  .footer-links .menu-footer a {
    font-size: 1rem;
  }
  .footer-links .social-links .social-link img {
    width: 2rem;
  }

  .footer-header .footer-information .footer-information-item .title {
    font-size: 1.25rem;
  }
  .footer-header .footer-information .footer-information-item .subtitle {
    font-size: 1.25rem;
  }
}

@media (min-width: 1290px) and (max-width: 1439px) {
  .navbar-brand img {
    width: 200px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.5rem;
  }

  .header-right a img {
    height: 45px;
  }

  .header-right .search-header img {
    height: 30px;
  }

  .header-page {
    padding-left: 4rem;
  }
  .footer-header .text-center img {
    width: 100%;
  }
  .footer-links .menu-footer a {
    font-size: 1.25rem;
  }
  .footer-links .social-links .social-link img {
    height: 30px;
  }
  .disclaimer {
    font-size: 0.7rem;
  }
}
