/* ------------------------------------------------
  - Fonts
  - General Styles
  - Scroll Bar
  - Typography
  - Buttons
  - Header
  - Footer
  - Category Video
  - Single Video
  - 404  
------------------------------------------------ */
@font-face {
  font-family: "Circular";
  src: local(Circular), url(../fonts/CircularSpotifyTxT-Light.woff);
}

@font-face {
  font-family: "Circular";
  src: local(Circular), url(../fonts/CircularSpotifyTxT-Med.woff);
  font-weight: 400;
}

@font-face {
  font-family: "Circular";
  src: local(Circular), url(../fonts/CircularSpotifyTxT-Bold.woff);
  font-weight: 600;
}

@font-face {
  font-family: "Circular";
  src: local(Circular), url(../fonts/CircularSpotifyTxT-Black.woff);
  font-weight: 800;
}

/* -----------------------------------------------------------------
    - General Styles
----------------------------------------------------------------- */
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 4rem;
}

body,
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Circular";
  font-size: 16px;
  font-weight: 400;
  background-color: #000000;
}

a:link {
  text-decoration: none;
}

ul {
  list-style-type: none;
}

li {
  display: inline;
}

iframe {
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------------------------
    - Scroll Bar
----------------------------------------------------------------- */
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: #000000e6;
}

body::-webkit-scrollbar-thumb {
  background-color: #ff0000;
  border-radius: 3px;
}

/* -----------------------------------------------------------------
    - Typography
----------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Circular";
  font-weight: 600;
  line-height: 1.15;
}

p {
  font-family: "Circular";
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: 0.063rem;
  line-height: 2rem;
}

.title-h1 {
  font-size: 5rem;
}

.title-h2 {
  font-size: 2.5rem;
  color: #ff0000;
}

.title-h3 {
  font-size: 1.875rem;
  color: #ffffff;
  margin: 0;
}

@media only screen and (max-width: 576px) {
  p {
    font-size: 1rem;
  }
  .title-h1 {
    font-size: 3rem;
  }

  .title-h2 {
    font-size: 2rem;
  }

  .title-h3 {
    font-size: 1.5rem;
  }
}

/* -----------------------------------------------------------------
    - Buttons
----------------------------------------------------------------- */
.btn-primary {
  background-color: #ff0000;
  border-radius: 3px;
  padding: 20px 80px;
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s;
}

.btn-primary:hover {
  background-color: #ec0404;
}

.span-full {
  background-color: #ffffff;
  padding: 4px 32px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #5a5a5a;
}

.span-empty {
  padding: 4px 32px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
}

/* -----------------------------------------------------------------
    - Header
----------------------------------------------------------------- */
.header {
  background-color: #000000e6;
  position: fixed;
  background-position: center;
  width: 100%;
  height: 92px;
  padding: 0 140px;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 999;
}

.navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbar-menu li {
  margin: 0 20px;
  padding: 0;
  letter-spacing: 0.57px;
  transition: 0.3s;
}

.navbar-menu li a {
  color: #ffffff;
  transition: 0.3s;
}

.navbar-menu li a:hover {
  color: #ff0000;
}

.logotype {
  width: 104px;
  height: 33px;
}

.navbar-menu-mobile {
  display: none;
  width: 100%;
  padding: 20px;
  background-color: #000000e6;
  position: fixed;
  bottom: 0px;
  z-index: 999;
}

.navbar-menu-mobile-items {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.navbar-menu-mobile-link {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navbar-menu-mobile-link img {
  width: 24px;
  margin-bottom: 4px;
}

.navbar-menu-mobile-link p {
  color: #fff;
  font-size: 1rem;
  margin: 0px;
}

@media only screen and (max-width: 576px) {
  .navbar {
    justify-content: center;
  }
  .navbar-menu {
    display: none !important;
  }

  .navbar-menu-mobile {
    display: flex !important;
  }
}

/* -----------------------------------------------------------------
    - Footer
----------------------------------------------------------------- */
.footer {
  background-color: #121212;
  height: 385px;
  padding: 0 140px;
  display: flex;
  align-items: center;
}

.info-footer p {
  font-family: "Circular";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.54px;
  color: #ffffff;
}

@media only screen and (max-width: 576px) {
  .footer {
    padding: 40px 32px 80px 32px;
  }

  .info-footer {
    justify-content: center;
  }

  .info-footer p {
    text-align: center;
  }

  .logo-footer {
    display: flex;
    justify-content: center;
  }
}

/* -----------------------------------------------------------------
    - Home
----------------------------------------------------------------- */
.hero {
  height: 1000px;
  background-color: #000000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 140px;
  display: flex;
  align-items: center;
}

.hero-content {
  width: 800px;
}

.hero-content h1 {
  margin: 20px 0px 40px 0px;
  color: #ffffff;
}

.videos {
  padding: 40px 0 100px 140px;
}

.videos-movies,
.videos-docs {
  margin-bottom: 40px;
}

.carrossel {
  display: flex;
}

.card-video {
  width: 248px;
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
}

.card-video-image {
  margin-bottom: 24px;
  width: 248px;
  height: 387px;
  object-fit: cover;
}

.card-video h3 {
  margin-top: 16px;
}

.empty-videos {
  color: #fff;
  font-size: 1.5rem;
  font-size: 600;
}

@media only screen and (max-width: 576px) {
  .hero {
    height: 80vh;
    padding: 32px;
    display: flex;
    align-items: center;
  }

  .videos {
    padding: 40px 32px;
  }

  .card-video {
    width: 10rem;
  }

  .card-video-image {
    margin-bottom: 40px;
    width: 10rem;
    height: 15rem;
    object-fit: cover;
  }
}

/* -----------------------------------------------------------------
    - Category Video
----------------------------------------------------------------- */
.category-content {
  padding: 140px;
  display: flex;
  flex-wrap: no-wrap;
}

.left {
  width: 30%;
  margin-bottom: 40px;
}

.left h2 {
  margin-top: 0;
}

.left p {
  color: #fff !important;
}

.right {
  width: 70%;
  padding-left: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-video-category {
  width: 248px;
  margin: 0 0 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.card-video-category-image {
  margin-bottom: 40px;
  width: 248px;
  height: 387px;
  object-fit: cover;
}

.card-video-category-link h3 {
  margin-top: 20px;
}

@media only screen and (max-width: 576px) {
  .category-content {
    padding: 100px 32px;
    flex-wrap: wrap;
  }

  .left {
    width: 100%;
  }

  .right {
    width: 100%;
    padding-left: 0px;
  }

  .card-video-category {
    width: 10rem;
    margin: 0 0 80px 0;
  }

  .card-video-category-image {
    margin-bottom: 40px;
    width: 10rem;
    height: 15rem;
    object-fit: cover;
  }
}

/* -----------------------------------------------------------------
    - Single Video
----------------------------------------------------------------- */
.video-info {
  padding: 200px 140px 80px 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-info-content {
  width: 1000px;
}

.video-info-content h1 {
  color: #ffffff;
  margin: 20px 0;
}

.video-trailler {
  padding: 40px;
  height: 920px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-description {
  padding: 40px 140px 80px 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-description-content {
  width: 1000px;
}

.video-description-content p {
  color: #ffffff;
}

@media only screen and (max-width: 576px) {
  .video-info {
    padding: 140px 32px 40px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video-trailler {
    padding: 0px;
    height: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .video-description {
    padding: 40px 32px 80px 32px;
  }
}

/* -----------------------------------------------------------------
    - 404
----------------------------------------------------------------- */
.hero-404 {
  height: 100vh;
  background-color: #000000;
  padding: 0 140px;
  display: flex;
  align-items: center;
}

.hero-404 h1 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 40px;
}
