@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");

:root {
  --default-text-color: #f2f2f2;
  --btn-text-color: #1a1a40;
  --navbar-hover-color: #191927ac;
  /* --btn-hover-color: #8cfefe; */
  --btn-hover-color: #ffd700;
  /* --bg: rgb(14, 7, 54); */
  --bg: #121212;
  /* --bg: #232323; */
  /* --primary-color: #8a2be2; */
  --primary-color: #1a1a40;
  /* --content-card: #232949; */
  --secondary-color: #3a3d98;
  /* --secondary-color: #ff4081; */
  /* --accent-color: #00ffff; */
  --accent-color: #ffea70;
  --title-museanime: #ff6500;
  --font-museanime: "Audiowide", serif;
}

*,
body {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  color: var(--default-text-color);
  text-decoration: none;
  box-sizing: border-box;
  font-family: Lato, Helvetica Neue, helvetica, sans-serif;
}

body {
  /* background: rgb(87, 87, 87); */
  background: var(--bg);
  background-size: cover;
  overflow-x: hidden;
}

select {
  color: #121212;
}
option {
    color: #302828;
}
a {
  cursor: pointer;
}

/* Navigasi Bar */

.logo {
  /* position: relative; */
  font-family: var(--font-museanime);
  font-size: 2rem;
  color: var(--title-museanime);
  /* background: green; */
  width: 15%;
  margin-left: 35px;
  /* filter: drop-shadow(5px 5px rgb(20, 32, 47));
  text-shadow: 5px 5px 10px #000; */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo a {
  /* position: relative; */
  font-family: var(--font-museanime);
  font-size: 2rem;
  color: var(--title-museanime);
}

.logo > img {
  width: 3rem;
}

nav {
  background: repeating-conic-gradient(
    from var(--a),
    #ff2770 0%,
    #ff2770 5%,
    transparent 5%,
    transparent 40%,
    #ff2770 50%
  );
  display: flex;
  gap: 21px;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100000000;
  transition: 0.5s ease-in-out;
  animation: navbar-animation 4s linear infinite;
}

@property --a {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes navbar-animation {
  0% {
    --a: 0deg;
  }
  100% {
    --a: 360deg;
  }
}

nav::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: repeating-conic-gradient(
    from var(--a),
    #00d9fb 0%,
    #00d9fb 5%,
    transparent 5%,
    transparent 40%,
    #00d9fb 50%
  );
  z-index: -1;
  animation-delay: -1s !important;
  animation: navbar-animation 4s linear infinite;
}

nav::after {
  content: "";
  position: absolute;
  /* background: #1e3e62; */
  background: var(--primary-color);
  width: calc(100%-5px);
  /* inset: 5px; */
  width: 100%;
  height: 100%;
  z-index: -1;
  margin-bottom: 10px;
  /* margin: 3px; */
}
nav > ul {
  position: relative;
  display: flex;
  margin-left: 1.25rem;
  transition: 0.5s ease-in-out;
  /* gap: 14px; */
  /* width: 30%; */
  /* background: yellow; */
}
nav > ul > li {
  list-style-type: none;
  /* padding: 20px; */
  padding-top: 25px;
  padding-bottom: 25px;
  /* background: #000; */
}
nav > ul > li:hover {
  /* background-color: rgba(26, 50, 78, 0.8); */
  background-color: var(--navbar-hover-color);
  transition: all ease-in-out 0.3s;
}
nav > ul > li > a {
  font-size: 24px;
  padding: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.search {
  width: 10%;
  /* display: flex;
  justify-content: space-between; */
  margin-top: 10px;
  height: 50%;
  position: relative;
  /* background: red; */
  /* width: 25%; */
  left: 20%;
  font-size: 26px;
  cursor: pointer;
  /* display: flex; */
  /* justify-content: flex-end; */
}

/* hamburger */
@use postcss-nested;
.input-menu {
  z-index: 11111;
  display: none;
}

.label-menu {
  z-index: 11111;
  display: none;
  cursor: pointer;
  position: absolute;
  width: 90px;
  height: 90px;
  max-width: 200px;
  max-height: 200px;
}

@media (min-aspect-ratio: 1/1) {
  .label-menu {
    width: 60px;
    height: 60px;
  }
}

.menu--1 .label-menu,
.menu--2 .label-menu {
  bottom: -11px;
  margin-right: 20px;
}

.menu--3 .label-menu,
.menu--4 .label-menu {
  top: 0;
}

.menu--1 .label-menu,
.menu--3 .label-menu {
  right: 0;
}

.menu--2 .label-menu,
.menu--4 .label-menu {
  left: 0;
}

path {
  z-index: 11111;
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

circle {
  z-index: 11111;
  fill: #fff3;
  opacity: 0;
}

.label-menu:hover circle {
  opacity: 1;
}

.cross input:checked + svg {
  .line--1,
  .line--3 {
    --length: 22.627416998;
  }
  .line--2 {
    --length: 0;
  }
}

.back input:checked + svg {
  .line--1,
  .line--3 {
    --length: 8.602325267;
  }
}

.menu--1 {
  background-color: #3f77e9;
  z-index: 11111;
  .line--1,
  .line--3 {
    --total-length: 126.64183044433594;
  }
  .line--2 {
    --total-length: 70;
  }
  input:checked + svg {
    .line--1,
    .line--3 {
      --offset: -94.1149185097;
    }
    .line--2 {
      --offset: -50;
    }
  }
}

/* end hamburger */
/* Hero */
.hero {
  /* height: 100vh; */
  height: calc(100vh - 75px);
  width: 100%;
  /* background-color: blue; */
  display: grid;
  grid-template-areas: "ongoing animeHome completed";
  grid-template-columns: 1fr 3fr 1fr;
  /* overflow: hidden; */
  gap: 10px;
  /* margin-top: 70px; */
}
/* AnimeList Home */
.hero .animeList-home {
  /* display: grid; */
  position: relative;
  /* align-items: center;
  justify-content: center; */
  grid-area: animeHome;
  height: 100vh;
  min-height: 100vh;
  width: 100%;
  z-index: 7;
  padding: 1.3rem;
}

.hero .animeList-home .text-main .title {
  display: flex;
  font-family: var(--font-museanime);
  color: var(--title-museanime);
  font-weight: 600;
  font-size: 5.8rem;
}
.hero .animeList-home .text-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  height: 35%;
  width: 100%;
  /* background: blue; */
}

#spline-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 8px;
}

#load-spline-btn {
  background: var(--title-museanime);
  color: var(--default-text-color);
  padding: 4px;
  border-radius: 6px;
}

.spline-object-main {
  position: absolute;
  top: 40px;
  height: 80%;
  width: 100%;
  z-index: -1;
}

/* ongoing */
.hero .ongoing {
  display: grid;
  grid-area: ongoing;
  background: url(../images/ai-hoshino.png);
  background-position: center;
  position: relative;
  height: 100vh;
  overflow: scroll;
  scrollbar-width: none;
}
.hero .ongoing::-webkit-scrollbar {
  display: none;
}
.hero .ongoing::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero .ongoing * {
  position: relative;
  z-index: 2;
}
.hero .ongoing .top-title h1 {
  font-size: 14px;
  font-weight: 600;
}
.hero .ongoing .top-title {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  height: 1.2rem;
  z-index: 9999;
}

.hero .ongoing .aside-episode {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 7px;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.hero .ongoing .aside-episode:hover {
  background: rgba(0, 0, 0, 0.5);
}
.hero .ongoing .aside-episode .ongoing-img {
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
}
.hero .ongoing .aside-episode .info {
  font-size: 12px;
  text-shadow: inset 0 0 12px rgba(0, 0, 0, 1);
}
.hero .ongoing .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  padding: 4px;
}

.hero .ongoing .loading {
  display: flex;
  justify-content: center;
}


.hero .ongoing .pagination button {
  background-color: #ff6b6b;
  color: white;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.hero .ongoing .pagination button:hover {
  background-color: #ff4f4f;
}

.hero .ongoing .pagination button:disabled {
  background-color: #bdbdbd;
  cursor: not-allowed;
}

.hero .ongoing .pagination span {
  font-size: 16px;
  font-weight: bold;
  color: var(--default-text-color);
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
}

/* completed */
.hero .completed {
  display: grid;
  grid-area: completed;
  background: url(../images/ai-hoshino.png);
  background-position: center;
  position: relative;
  height: 100vh;
  overflow: scroll;
  scrollbar-width: none;
}
.hero .completed::-webkit-scrollbar {
  display: none;
}
.hero .completed::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero .completed * {
  position: relative;
  z-index: 2;
}
.hero .completed .top-title h1 {
  font-size: 14px;
  font-weight: 600;
}
.hero .completed .top-title {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
  height: 1.2rem;
  z-index: 9999;
}

.hero .completed .aside-episode {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 7px;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.hero .completed .aside-episode:hover {
  background: rgba(0, 0, 0, 0.5);
}
.hero .completed .aside-episode .completed-img {
  width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
}
.hero .completed .aside-episode .info {
  font-size: 12px;
  text-shadow: inset 0 0 12px rgba(0, 0, 0, 1);
}

.hero .completed .loading {
  display: flex;
  justify-content: center;
}

.hero .completed .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  padding: 4px;
}

.hero .completed .pagination button {
  background-color: #ff6b6b;
  color: white;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.hero .completed .pagination button:hover {
  background-color: #ff4f4f;
}

.hero .completed .pagination button:disabled {
  background-color: #bdbdbd;
  cursor: not-allowed;
}

.hero .completed .pagination span {
  font-size: 16px;
  font-weight: bold;
  color: var(--default-text-color);
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
}

/* Search */
.search-input > input {
  color: black;
  font-size: 1.5rem;
  width: 100%;
  height: 3rem;
  padding: 1.5rem;
}

.search-input button {
  width: 5%;
}

.searchBtn {
  color: black;
  font-size: 1.5rem;
  font-weight: 600;
}

.search-input {
  display: flex;
  position: relative;
  top: 0.09px;
}

.search-results > .anime-item {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #000; */
  /* flex-wrap: wrap; */
  gap: 2rem;
  /* height: 100%; */
  /* width: 100%; */
}
.search-results > .anime-item > .card {
  position: relative;
  width: 320px;
  /* height: 400px; */
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.search-results > .anime-item > .card > .imgCard {
  position: relative;
  width: 100%;
  /* height: 240px; */
  height: 190px;
  border-radius: 15px;
}
.search-results > .anime-item > .card > .imgCard::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  box-shadow: -10px 10px var(--bg);
}
.search-results > .anime-item > .card > .imgCard::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  box-shadow: -10px 10px var(--bg);
}
.search-results > .anime-item > .card > .imgCard > img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
  background-position: center;
  image-rendering: crisp-edges;
}

.search-results > .anime-item > .card > .card-content {
  position: relative;
  width: 100%;
  /* height: 150px; */
  height: 100px;
  background: var(--secondary-color);
  border-radius: 15px;
  border-top-left-radius: 0;
  display: flex;
}
.search-results > .anime-item > .card > .card-content > .card-title {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: var(--secondary-color);
  border-radius: 15px;
  border-top-left-radius: 0;
  display: flex;
  justify-content: center;
}

.search-results > .anime-item > .card > .card-content > .card-btn {
  position: absolute;
  /* top: -80px;
  height: 80px; */
  top: -60px;
  height: 60px;
  width: 50%;
  border-top: 10px solid var(--bg);
  border-right: 10px solid var(--bg);
  border-top-right-radius: 25px;
  background: var(--secondary-color);
}
.search-results > .anime-item > .card > .card-content > .card-btn > a:hover {
  /* background: rgb(59, 47, 126); */
  background: var(--btn-hover-color);
}

.search-results > .anime-item > .card > .card-content > .card-btn::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: transparent;
  border-radius: 50%;
  box-shadow: -10px -10px var(--bg);
}
.search-results > .anime-item > .card > .card-content > .card-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 50%;
  box-shadow: -10px 10px var(--secondary-color);
}

.search-results > .anime-item > .card > .card-content > .card-btn > a {
  position: relative;
  background: var(--accent-color);
  color: var(--btn-text-color);
  /* padding: 10px 10px; */
  padding: 5px 5px;
  margin: 15px 15px;
  display: block;
  border-radius: 7px;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
}

.search-results {
  width: 100%;
  height: auto;
  /* padding: 2rem; */
  padding-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  /* background: blue; */
}

/* Details */
/* --- Bagian Utama Halaman Detail --- */
.details-hero {
  padding: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

/* --- Konten Header (Info & Gambar) --- */
.details-content {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.details-header {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.anime-thumb {
  width: 180px;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
  border: 2px solid var(--secondary-color); /* Bingkai dengan warna sekunder */
}

.details-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  color: var(--default-text-color); /* Menggunakan warna teks default Anda */
}

/* Menggunakan warna teks yang sedikit lebih redup untuk sinopsis */
.anime-sypnosis {
  line-height: 1.6;
  text-align: justify;
  color: rgba(242, 242, 242, 0.85); 
}

/* --- Judul Section Episode --- */
.section-title {
  font-size: 1.8rem;
  color: var(--accent-color); /* Judul menggunakan warna aksen */
  border-bottom: 3px solid var(--secondary-color);
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}

/* --- Container Episode --- */
.episodes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.episode-card {
  flex-grow: 1;
  flex-basis: 180px;
  background: var(--primary-color); /* Warna kartu dari variabel Anda */
  color: var(--default-text-color); /* Warna teks dari variabel Anda */
  padding: 1rem;
  border-radius: 8px;
  text-decoration: none;
  border: 1px solid var(--secondary-color);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.episode-card:hover {
  transform: translateY(-5px);
  background: var(--secondary-color); /* Efek hover dengan warna sekunder */
}

.episode-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.episode-card p,
.episode-card h5 {
  font-size: 0.9rem;
  opacity: 0.8;
}

/* --- [BARU] Styling untuk Tombol Pagination --- */
.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
  color: var(--default-text-color);
}

.pagination button {
  background: var(--secondary-color);
  color: var(--default-text-color);
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pagination button:hover:not([disabled]) {
  background: var(--btn-hover-color); /* Warna hover dari variabel */
  color: var(--btn-text-color); /* Warna teks hover dari variabel */
}

.pagination button:disabled {
  background: #333;
  color: #777;
  cursor: not-allowed;
  opacity: 0.6;
}


/* --- Penyesuaian untuk Layar Kecil (Mobile) --- */
@media (max-width: 768px) {
  .details-hero {
    padding: 1rem;
  }

  .details-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  
  .anime-thumb {
    width: 200px;
    height: 280px;
  }

  .anime-sypnosis {
    text-align: left;
  }
  
  .section-title {
    text-align: center;
  }

  .episode-card {
    flex-basis: 100px;
  }
}

/* watch */
.watch-content {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.2rem;
  overflow: hidden !important;
}
.watch-content > iframe {
  height: 80%;
  width: 100%;
}

.active {
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
}

/* Responsive */
/* Small device */
@media (max-width: 480px) {
  /* Navbar */
  .logo {
    margin-left: 75px;
  }
  nav {
    padding: 24px;
  }
  nav::after {
    right: 0px;
  }
  nav > ul > li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: none; */
  }
  .search {
    width: 35%;
    left: 40%;
  }
  .search-icon {
    position: relative;
    bottom: 4px;
  }
  nav > ul {
    overflow: hidden;
    /* display: none; */
    flex-direction: column;
    margin-left: 0;
    position: absolute;
    top: 100%;
    right: -500px;
    width: 100%;
    background: var(--primary-color);
  }

  /* hamburger */
  .label-menu {
    display: block;
  }
  .input-menu {
    display: block;
    opacity: 0;
    /* position: relative;
    top: 5px; */
  }

  /* Landing Page */
  .hero {
    grid-template-areas: "animeHome animeHome" "ongoing completed";
    grid-template-columns: 2fr 2fr;
  }
  /* Anime list home */
  .hero .animeList-home .text-main .title {
    margin-bottom: 20px;
    font-size: 3.5em;
    letter-spacing: 4px;
  }
  .hero .animeList-home .text-main .text {
    margin-bottom: 40px;
    font-size: 1.2em;
    letter-spacing: 4px;
  }

  /* search */
  .search-results > .anime-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* background: #000; */
    flex-wrap: wrap;
    gap: 2rem;
    /* height: 100%; */
    /* width: 100%; */
  }
  .search-results > .anime-item > .card {
    position: relative;
    width: 240px;
    /* height: 400px; */
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .search-results > .anime-item > .card > .imgCard {
    position: relative;
    width: 100%;
    /* height: 240px; */
    height: 290px;
    border-radius: 15px;
  }
  .search-results > .anime-item > .card > .imgCard::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    box-shadow: -10px 10px var(--bg);
  }
  .search-results > .anime-item > .card > .imgCard::after {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: trab;
    box-shadow: -10px 10px var(--bg);
  }
  .search-results > .anime-item > .card > .imgCard > img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
    background-position: center;
    image-rendering: crisp-edges;
  }

  .search-results > .anime-item > .card > .card-content {
    position: relative;
    width: 100%;
    /* height: 150px; */
    height: 100px;
    background: var(--secondary-color);
    border-radius: 15px;
    border-top-left-radius: 0;
    display: flex;
  }
  .search-results > .anime-item > .card > .card-content > .card-title {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: var(--secondary-color);
    border-radius: 15px;
    border-top-left-radius: 0;
    display: flex;
    justify-content: center;
  }

  .search-results > .anime-item > .card > .card-content > .card-btn {
    position: absolute;
    /* top: -80px;
    height: 80px; */
    top: -60px;
    height: 60px;
    width: 50%;
    border-top: 10px solid var(--bg);
    border-right: 10px solid var(--bg);
    border-top-right-radius: 25px;
    background: var(--secondary-color);
  }
  .search-results > .anime-item > .card > .card-content > .card-btn a {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
  }
  .search-results > .anime-item > .card > .card-content > .card-btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 50%;
    box-shadow: -10px 10px var(--secondary-color);
  }

  .search-results > .anime-item > .card > .card-content > .card-btn > a {
    position: relative;
    background: var(--accent-color);
    color: var(--btn-text-color);
    /* padding: 10px 10px; */
    padding: 5px 5px;
    margin: 15px 15px;
    display: block;
    border-radius: 7px;
    font-weight: 500;
    transition: 0.3s;
    cursor: pointer;
  }

  .search-results {
    width: 100%;
    height: auto;
    /* padding: 2rem; */
    padding-top: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    /* background: blue; */
  }

  /* Watch */
  .watch-content > iframe {
    height: 40%;
    width: 100%;
  }
}
