:root {
  --primary: #fff309;
  --bg: #000000;
  --font: #ffffff;
  --bg-dark-mode: #ffffff;
  --font-dark-mode: #000000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: var(--font);
  color: var(--bg);
  margin-bottom: 10rem;
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 5%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: var(--bg);
}

.navbar .navbar-logo img {
  width: 15rem;
  z-index: 9999;
}

.btn {
  position: absolute;
  top: 25px;
  left: 20px;
  height: 45px;
  width: 45px;
  text-align: center;
  background: #000000;
  border-radius: 3px;
  cursor: pointer;
  transition: left 0.4s ease;
  z-index: 9999;
}

.btn.click {
  left: 310px;
}

.btn span {
  color: white;
  font-size: 50px;
  line-height: 50px;
}

.btn.click span:before {
  content: "\f00d";
}

.sidebar {
  position: fixed;
  top: 0;
  width: 300px;
  height: 100%;
  left: -350px;
  background: #000000;
  transition: left 0.4s ease;
  z-index: 9999;
}

.sidebar.show {
  left: 0px;
}

.sidebar .text {
  color: white;
  font-size: 25px;
  font-weight: 600px;
  line-height: 100px;
  text-align: center;
  background: #1e1e1e;
  letter-spacing: 1px;
}

nav ul {
  background: #1b1b1b;
  height: 100%;
  width: 100%;
  list-style: none;
}

nav ul li {
  line-height: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

nav ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

nav ul li a {
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 18px;
  padding-left: 40px;
  font-weight: 500;
  display: block;
  width: 100%;
  border-left: 3px solid transparent;
}

nav ul li a:hover {
  background: #000000;
  color: #fff309;
}

nav ul ul {
  position: static;
  display: none;
}

nav ul .komik-show.show {
  display: block;
}

nav ul ul li {
  line-height: 42px;
  border-top: none;
}

nav ul ul li a {
  font-size: 17px;
  color: #e6e6e6;
  padding-left: 80px;
}

nav ul li.active ul li a {
  color: #e6e6e6;
  background: #1b1b1b;
  border-left-color: transparent;
}

nav ul ul li a:hover {
  color: rgb(255, 243, 9) !important;
  background: #1e1e1e !important;
}

nav ul li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 22px;
  transition: transform 0.4s;
}

nav ul li a span.rotate {
  transform: translateY(-50%) rotate(-180deg);
}

.content {
  margin-top: 8rem;
  margin-left: 2rem;
}

.content img {
  width: 15rem;
  margin-top: 0.5rem;
}

.sinopsis {
  display: inline-block;
  position: relative;
  left: 1rem;
  top: -10.5rem;
  max-width: 65%;
}

.sinopsis h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.sinopsis p {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  min-height: 100%;
}

.paragraf1 {
  line-height: 2rem;
}
.paragraf2 {
  line-height: 1rem;
}

.textlinkpembelian {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1.5rem;
}

.link1 a,
.link2 a,
.link3 a,
.link4 a,
.link5 a,
.link6 a,
.link7 a,
.link8 a,
.link9 a,
.link10 a,
.link11 a,
.link12 a,
.link13 a,
.link14 a,
.link15 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  background-color: #000000;
  padding: 1rem 1rem;
  border-radius: 0.5rem;
}

.link1 img,
.link2 img,
.link3 img,
.link4 img,
.link5 img,
.link6 img,
.link7 img,
.link8 img,
.link9 img,
.link10 img,
.link11 img,
.link12 img,
.link13 img,
.link14 img,
.link15 img {
  width: 3.5rem;
  border-radius: 0.5rem;
}

.link1 a {
  margin-top: 1rem;
}

.link2 a,
.link3 a,
.link4 a,
.link5 a,
.link6 a,
.link7 a,
.link8 a,
.link9 a,
.link10 a,
.link11 a,
.link12 a,
.link13 a,
.link14 a,
.link15 a {
  margin-top: 0.8rem;
}

.link1 p,
.link2 p,
.link3 p,
.link4 p,
.link5 p,
.link6 p,
.link7 p,
.link8 p,
.link9 p,
.link10 p,
.link11 p,
.link12 p,
.link13 p,
.link14 p,
.link15 p {
  margin-left: 0.5rem;
  color: #fff309;
  font-weight: bold;
}

.link1,
.link2,
.link3,
.link4,
.link5,
.link6,
.link7,
.link8,
.link9,
.link10,
.link11,
.link12,
.link13,
.link14,
.link15 {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  line-height: 1.5;
  margin-top: 520px;
}

.footer-container {
  max-width: 1170px;
  margin: auto;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu {
  background-color: #000000;
  padding-top: 35px;
  padding-bottom: 10px;
  bottom: 0px;
  left: 0;
  right: 0;
  position: absolute;
  max-width: auto;
}

.footer-menu ul {
  list-style: none;
}

.footer-logo img {
  width: 50%;
  padding: 0px;
}

.footer-col1 img {
  padding-top: 7px;
}

.footer-col1 h3 {
  padding-top: 2px;
}

.footer-col1 ul {
  margin-top: 5px;
}

.footer-col1,
.footer-col2,
.footer-col3 {
  width: 25%;
  padding: 0 15px;
}

.footer-col1 h3,
.footer-col2 h3,
.footer-col3 h3 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}

.footer-col1 h3::before,
.footer-col2 h3::before,
.footer-col3 h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #fff309;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}

.footer-col1 ul li:not(:last-child),
.footer-col2 ul li:not(:last-child),
.footer-col3 ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-col1 ul li a,
.footer-col2 ul li a,
.footer-col3 ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #ffffffee;
  display: block;
  transition: all 0.3s ease;
}

.footer-col1 ul li a:hover,
.footer-col2 ul li a:hover,
.footer-col3 ul li a:hover {
  color: #fff309;
}

.footer-col3 .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}

.footer-col3 .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

hr {
  display: block;
  margin-top: 40px;
  margin-bottom: -20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  border-color: #f0f0f0;
}

.copyright,
.allrights {
  text-align: center;
  color: #fff309;
  font-weight: bold;
  font-size: 17px;
}

.credit {
  margin-top: 45px;
}

.allrights {
  margin-top: 0.5rem;
  margin-bottom: 20px;
}

/* Media Queries */

/* 1200px */
@media (max-width: 1200px) {
  .navbar {
    font-size: 85%;
  }

  .sinopsis {
    display: inline-block;
    font-size: 75%;
    top: -10.8rem;
  }
}

/* 992px */
@media (max-width: 992px) {
  .navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 3%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: var(--bg);
    font-size: 60%;
  }

  .navbar .navbar-logo img {
    width: 12rem;
  }

  .btn {
    position: absolute;
    top: 14px;
    left: 12px;
    height: 45px;
    width: 45px;
    text-align: center;
    background: #000000;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
    z-index: 9999;
  }

  .btn.click {
    left: 310px;
  }

  .btn span {
    color: white;
    font-size: 40px;
    line-height: 50px;
  }

  .btn.click span:before {
    content: "\f00d";
  }

  .sidebar {
    position: fixed;
    width: 300px;
    height: 100%;
    left: -300px;
    background: #000000;
    transition: left 0.4s ease;
    z-index: 9999;
  }

  .sidebar.show {
    left: 0px;
  }

  .sidebar .text {
    color: white;
    font-size: 25px;
    font-weight: 600;
    line-height: 79px;
    text-align: center;
    background: #1e1e1e;
    letter-spacing: 1px;
  }

  nav ul {
    background: #1b1b1b;
    height: 100%;
    width: 100%;
    list-style: none;
  }

  nav ul li {
    line-height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  nav ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  nav ul li a {
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding-left: 40px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
  }

  nav ul li a:hover {
    background: #000000;
    color: #fff309;
  }

  nav ul ul {
    position: static;
    display: none;
  }

  nav ul .feat-show.show {
    display: block;
  }

  nav ul .serv-show.show1 {
    display: block;
  }

  nav ul ul li {
    line-height: 42px;
    border-top: none;
  }

  nav ul ul li a {
    font-size: 17px;
    color: #e6e6e6;
    padding-left: 80px;
  }

  nav ul li.active ul li a {
    color: #e6e6e6;
    background: #1b1b1b;
    border-left-color: transparent;
  }

  nav ul ul li a:hover {
    color: rgb(255, 243, 9) !important;
    background: #1e1e1e !important;
  }

  nav ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: transform 0.4s;
  }

  nav ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg);
  }

  .content {
    margin-top: -3.5rem;
  }

  .content img {
    margin-left: -0.3rem;
    margin-top: 10rem;
    width: 35%;
  }

  .sinopsis {
    display: block;
    font-size: 70%;
    max-width: 100%;
    margin-left: -1.3rem;
    margin-top: 11.5rem;
    max-width: 80%;
  }

  .sinopsis h2 {
    font-size: large;
  }

  .isisinopsis p {
    font-size: medium;
  }

  .linkpembelian {
    margin-top: -5rem;
  }

  footer {
    margin-top: 625px;
  }
}

/* 768px */
@media (max-width: 768px) {
  .navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.8rem 3.5%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: var(--bg);
    font-size: 60%;
  }

  .navbar .navbar-logo img {
    width: 9.5rem;
  }

  .btn {
    position: absolute;
    top: 10px;
    left: 12px;
    height: 45px;
    width: 45px;
    text-align: center;
    background: #000000;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
    z-index: 9999;
  }

  .btn.click {
    left: 310px;
  }

  .btn span {
    color: white;
    font-size: 40px;
    line-height: 50px;
  }

  .btn.click span:before {
    content: "\f00d";
  }

  .sidebar {
    position: fixed;
    width: 300px;
    height: 100%;
    left: -300px;
    background: #000000;
    transition: left 0.4s ease;
    z-index: 9999;
  }

  .sidebar.show {
    left: 0px;
  }

  .sidebar .text {
    color: white;
    font-size: 25px;
    font-weight: 600;
    line-height: 68px;
    text-align: center;
    background: #1e1e1e;
    letter-spacing: 1px;
  }

  nav ul {
    background: #1b1b1b;
    height: 100%;
    width: 100%;
    list-style: none;
  }

  nav ul li {
    line-height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  nav ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  nav ul li a {
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding-left: 40px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
  }

  nav ul li a:hover {
    background: #000000;
    color: #fff309;
  }

  nav ul ul {
    position: static;
    display: none;
  }

  nav ul .feat-show.show {
    display: block;
  }

  nav ul .serv-show.show1 {
    display: block;
  }

  nav ul ul li {
    line-height: 42px;
    border-top: none;
  }

  nav ul ul li a {
    font-size: 17px;
    color: #e6e6e6;
    padding-left: 80px;
  }

  nav ul li.active ul li a {
    color: #e6e6e6;
    background: #1b1b1b;
    border-left-color: transparent;
  }

  nav ul ul li a:hover {
    color: rgb(255, 243, 9) !important;
    background: #1e1e1e !important;
  }

  nav ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: transform 0.4s;
  }

  nav ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg);
  }

  .content {
    margin-top: 5rem;
  }

  .content img {
    margin-left: -0.9rem;
    margin-top: 0.3rem;
    width: 35%;
  }

  .sinopsis {
    display: block;
    margin-left: -1.9rem;
    margin-top: 11.5rem;
    font-size: 70%;
    max-width: 80%;
  }

  .sinopsis h2 {
    font-size: large;
  }

  .isisinopsis p {
    font-size: medium;
  }

  .linkpembelian {
    margin-top: -8rem;
  }

  footer {
    margin-top: 870px;
  }

  .footer-col1,
  .footer-col2,
  .footer-col3 {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer-logo img {
    width: 45%;
    padding: 0px;
  }
}

/* 576px */
@media (max-width: 576px) {
  .navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.7rem 4%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: var(--bg);
    font-size: 60%;
  }

  .navbar .navbar-logo img {
    width: 9.5rem;
  }

  .btn {
    position: absolute;
    top: 8px;
    left: 12px;
    height: 45px;
    width: 45px;
    text-align: center;
    background: #000000;
    border-radius: 3px;
    cursor: pointer;
    transition: left 0.4s ease;
    z-index: 9999;
  }

  .btn.click {
    left: 310px;
  }

  .btn span {
    color: white;
    font-size: 40px;
    line-height: 50px;
  }

  .btn.click span:before {
    content: "\f00d";
  }

  .sidebar {
    position: fixed;
    width: 300px;
    height: 100%;
    left: -300px;
    background: #000000;
    transition: left 0.4s ease;
    z-index: 9999;
  }

  .sidebar.show {
    left: 0px;
  }

  .sidebar .text {
    color: white;
    font-size: 25px;
    font-weight: 600;
    line-height: 65px;
    text-align: center;
    background: #1e1e1e;
    letter-spacing: 1px;
  }

  nav ul {
    background: #1b1b1b;
    height: 100%;
    width: 100%;
    list-style: none;
  }

  nav ul li {
    line-height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  nav ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  nav ul li a {
    position: relative;
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding-left: 40px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-left: 3px solid transparent;
  }

  nav ul li a:hover {
    background: #000000;
    color: #fff309;
  }

  nav ul ul {
    position: static;
    display: none;
  }

  nav ul .feat-show.show {
    display: block;
  }

  nav ul .serv-show.show1 {
    display: block;
  }

  nav ul ul li {
    line-height: 42px;
    border-top: none;
  }

  nav ul ul li a {
    font-size: 17px;
    color: #e6e6e6;
    padding-left: 80px;
  }

  nav ul li.active ul li a {
    color: #e6e6e6;
    background: #1b1b1b;
    border-left-color: transparent;
  }

  nav ul ul li a:hover {
    color: rgb(255, 243, 9) !important;
    background: #1e1e1e !important;
  }

  nav ul li a span {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 22px;
    transition: transform 0.4s;
  }

  nav ul li a span.rotate {
    transform: translateY(-50%) rotate(-180deg);
  }

  .content {
    margin-top: 5rem;
  }

  .content img {
    margin-left: -1.3rem;
    margin-top: -0.2rem;
    width: 50%;
  }

  .sinopsis {
    display: inline-block;
    margin-left: -2.3rem;
    margin-top: 11.2rem;
    font-size: 55%;
    max-width: 80%;
  }

  .sinopsis h2 {
    font-size: medium;
  }

  .isisinopsis p {
    font-size: 145%;
    max-width: 200%;
  }

  .linkpembelian {
    margin-top: -8rem;
  }

  .link1 a,
  .link2 a,
  .link3 a,
  .link4 a,
  .link5 a,
  .link6 a,
  .link7 a,
  .link8 a,
  .link9 a,
  .link10 a,
  .link11 a,
  .link12 a,
  .link13 a,
  .link14 a,
  .link15 a {
    font-size: 100%;
  }

  .link1 img,
  .link2 img,
  .link3 img,
  .link4 img,
  .link5 img,
  .link6 img,
  .link7 img,
  .link8 img,
  .link9 img,
  .link10 img,
  .link11 img,
  .link12 img,
  .link13 img,
  .link14 img,
  .link15 img {
    width: 2.8rem;
  }

  footer {
    margin-top: 1280px;
  }

  .footer-col1,
  .footer-col2,
  .footer-col3 {
    width: 100%;
  }

  .footer-logo img {
    width: 40%;
    padding: 0px;
  }

  .copyright,
  .allrights {
    font-size: 14px;
  }

  .credit {
    margin-top: 35px;
  }
}
