@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url(https://fonts.googleapis.com/css?family=Quattrocento+Sans);
@font-face {
  font-family: Ghost;
  src: url("../fonts/ghost_stories.otf") format("opentype");
}
@font-face {
  font-family: "Compacta";
  src: url("../fonts/unicode.compacta.otf") format("opentype");
}
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
}

.loading-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
}
.loading-text span {
  display: inline-block;
  margin: 0 5px;
  color: #FF0000;
  font-family: "Compacta", sans-serif;
}
.loading-text span:nth-child(1) {
  filter: blur(0px);
  animation: blur-text 1.5s 0s infinite linear alternate;
}
.loading-text span:nth-child(2) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.2s infinite linear alternate;
}
.loading-text span:nth-child(3) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.4s infinite linear alternate;
}
.loading-text span:nth-child(4) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.6s infinite linear alternate;
}
.loading-text span:nth-child(5) {
  filter: blur(0px);
  animation: blur-text 1.5s 0.8s infinite linear alternate;
}
.loading-text span:nth-child(6) {
  filter: blur(0px);
  animation: blur-text 1.5s 1s infinite linear alternate;
}
.loading-text span:nth-child(7) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.2s infinite linear alternate;
}
.loading-text span:nth-child(8) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.4s infinite linear alternate;
}
.loading-text span:nth-child(9) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.6s infinite linear alternate;
}
.loading-text span:nth-child(10) {
  filter: blur(0px);
  animation: blur-text 1.5s 1.8s infinite linear alternate;
}
.loading-text span:nth-child(11) {
  filter: blur(0px);
  animation: blur-text 1.5s 2s infinite linear alternate;
}
.loading-text span:nth-child(12) {
  filter: blur(0px);
  animation: blur-text 1.5s 2.2s infinite linear alternate;
}

@keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(5px);
  }
}
.compacta {
  font-family: "Compacta", sans-serif;
}

.ghost-stories {
  font-family: Ghost;
}

body {
  background-color: #000;
  color: #fff;
}

.main-header {
  background-image: url("../img/header.png");
  background-size: cover;
  background-position: bottom;
  position: relative;
  padding: 12rem 1rem;
  text-align: center;
  color: white;
}

.main-header h1, .main-header p {
  position: relative;
  z-index: 2;
}

.section-title {
  font-family: Ghost;
  margin-bottom: 1.5rem;
  color: #ff0000;
  font-size: 4rem;
}

.section-box {
  padding: 2rem;
  font-size: 1.1em;
  font-family: "Compacta", sans-serif;
}

.cast-card {
  padding: 0.2rem;
  text-align: center;
  color: #fff;
}

.cast-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 1rem;
  border-radius: 0.7rem;
  transition: all 0.3s ease;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  pointer-events: none;
  left: 0;
}

.cast-papel {
  color: #ff0000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.social-links {
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.social-link {
  text-decoration: none !important;
  color: #ffffff;
  transition: all 0.2s ease;
}

.social-link:hover {
  transform: scale(1.02);
  color: #ff0000;
}

.ator-imagem {
  filter: grayscale(100%);
}

.text-red {
  color: #ff0000;
}

a {
  text-decoration: none !important;
  color: inherit !important;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

html {
  scroll-behavior: smooth;
}

.cast-card {
  transition: all 0.2s ease;
  cursor: pointer;
}

.cast-card:hover {
  transform: scale(1.05);
}

.cast-card:hover img {
  filter: grayscale(0%);
}

/* Scrollbar estilizada vermelha sobre fundo preto */
::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(0, 0, 0, 0); /* Transparente para efeito overlay */
}

::-webkit-scrollbar-track {
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #ff0000;
  border-radius: 6px;
  border: 2px solid #000; /* Cria uma separação visual para efeito "overlay" */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #cc0000;
}

html, body {
  overflow-y: overlay;
}

.py-8 {
  padding-bottom: 4.5rem !important;
  padding-top: 4.5rem !important
}

@media(min-width:576px) {
  .py-sm-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
  }
}

@media(min-width:768px) {
  .py-md-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
  }
}

@media(min-width:992px) {
  .py-lg-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
  }
}

@media(min-width:1200px) {
  .py-xl-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
  }
}

@media(min-width:1400px) {
  .py-xxl-8 {
    padding-bottom: 4.5rem !important;
    padding-top: 4.5rem !important
  }
}

.bsb-timeline-4 {
  --bsb-tl-color: var(--bs-primary-bg-subtle);
  --bsb-tl-circle-color: var(--bs-light);
  --bsb-tl-circle-border-color: var(--bs-primary);
  --bsb-tl-circle-size: 10px;
  --bsb-tl-circle-border-size: 2px;
  --bsb-tl-circle-offset: 5px;
  --bsb-tl-indicator-color: #ff0000
}

.bsb-timeline-4 .timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.bsb-timeline-4 .timeline:after {
  background: linear-gradient(to top, transparent, #ff0000, transparent);
  bottom: 0;
  content: "";
  left: 0;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
}

@media(min-width:768px) {
  .bsb-timeline-4 .timeline:after {
    left: 50%
  }
}

.bsb-timeline-4 .timeline>.timeline-item {
  margin: 0;
  padding: 0;
  position: relative
}

.bsb-timeline-4 .timeline>.timeline-item:after {
  background: #ff0000;
  border-radius: .2rem;
  content: "";
  height: var(--bsb-tl-circle-size);
  left: calc(var(--bsb-tl-circle-offset) * -1);
  position: absolute;
  top: calc(50% - var(--bsb-tl-circle-offset));
  width: var(--bsb-tl-circle-size);
  z-index: 1;
}

.bsb-timeline-4 .timeline>.timeline-item .timeline-body {
  margin: 0;
  padding: 0;
  position: relative
}

.bsb-timeline-4 .timeline>.timeline-item .timeline-meta {
  padding: 2.5rem 0 1rem 2.5rem
}

.bsb-timeline-4 .timeline>.timeline-item .timeline-content {
  padding: 0 0 2.5rem 2.5rem;
  position: relative
}

@media(min-width:768px) {
  .bsb-timeline-4 .timeline>.timeline-item {
    width: 50%
  }
  .bsb-timeline-4 .timeline>.timeline-item .timeline-meta {
    margin-bottom: 0;
    position: absolute;
    top: calc(50% - 17px);
    width: 100%;
    z-index: 1
  }
  .bsb-timeline-4 .timeline>.timeline-item .timeline-content {
    padding: 2.5rem
  }
  .bsb-timeline-4 .timeline>.timeline-item .timeline-indicator {
    position: relative
  }
  .bsb-timeline-4 .timeline>.timeline-item .timeline-indicator:after {
    border-width: 1px;
    border: 10px solid var(--bsb-tl-indicator-color);
    border-color: transparent var(--bsb-tl-indicator-color) transparent transparent;
    border-left-width: 0;
    content: "";
    left: calc(2.5rem - 10px);
    position: absolute;
    top: calc(50% - var(--bsb-tl-circle-offset));
    z-index: 2
  }
  .bsb-timeline-4 .timeline>.timeline-item.left {
    left: 0
  }
  .bsb-timeline-4 .timeline>.timeline-item.left:after {
    left: auto;
    right: calc(var(--bsb-tl-circle-offset)*-1)
  }
  .bsb-timeline-4 .timeline>.timeline-item.left .timeline-meta {
    padding: 0 0 0 2.5rem;
    right: -100%
  }
  .bsb-timeline-4 .timeline>.timeline-item.left .timeline-indicator:after {
    border-width: 1px;
    border: 10px solid var(--bsb-tl-indicator-color);
    border-color: transparent transparent transparent var(--bsb-tl-indicator-color);
    border-right-width: 0;
    left: auto;
    right: calc(2.5rem - 10px)
  }
  .bsb-timeline-4 .timeline>.timeline-item.right {
    left: 50%
  }
  .bsb-timeline-4 .timeline>.timeline-item.right .timeline-meta {
    display: flex;
    justify-content: flex-end;
    left: -100%;
    padding: 0 2.5rem 0 0
  }
}

.alert-old-update {
  background-color: rgb(255 0 0 / 3%);
  border: 1px solid rgb(255 0 0 / 9%);
  text-transform: uppercase;
  color: rgba(255, 0, 0, 0.8);
  padding: 4px 14px;
  border-radius: 0.35rem;
}

.alert-last-update {
  background-color: rgb(255 0 0 / 100%);
  border: 1px solid rgb(255 0 0 / 100%);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  padding: 4px 14px;
  border-radius: 0.35rem;
}
.card-old-update {
  background-color: rgb(255 0 0 / 3%);
  border: 1px solid rgb(255 0 0 / 9%);
  color: rgba(255, 0, 0, 0.8);
  padding: 4px 14px;
  border-radius: 0.35rem;
}

.card-last-update {
  background-color: rgb(255 0 0 / 100%);
  border: 1px solid rgb(255 0 0 / 100%);
  color: rgba(255, 255, 255, 1);
  padding: 4px 14px;
  border-radius: 0.35rem;
}

.btn {
  cursor: pointer!important;
}

.btn-danger {
  background-color: rgb(255 0 0 / 100%);
  border: 1px solid rgb(255 0 0 / 100%);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  padding: 8px 16px; /* Ajuste o padding conforme necessário */
  font-family: 'Compacta';
  border-radius: 0.35rem;
  display: inline-flex; /* Isso impede o botão de ocupar toda a linha */
  align-items: center; /* Centraliza o ícone e o texto verticalmente */
  justify-content: center; /* Garante que o conteúdo fique centralizado na horizontal */
  text-decoration: none; /* Remove qualquer sublinhado do link */
}

.btn-danger i {
  margin-right: 4px; /* Ajuste o espaço entre o ícone e o texto */
}
