: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 a img {
  width: 15em;
}

.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;
  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;
}

.komik-btn {
  margin-top: -1.9rem;
  size: 16rem;
}

.komik-btn span {
  padding: 20px;
  margin-right: -20px;
}

.komik-show.show {
  margin-top: 1.9rem;
}

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 {
  padding-top: 7rem;
}

.content h1,
p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem;
}

.content h1 {
  font-size: 2rem;
}

.content p {
  font-size: 1.2rem;
}

.volume1 a,
.volume2 a,
.volume3 a,
.volume4 a,
.volume5 a,
.volume6 a,
.volume7 a,
.kikurivolume1 a,
.kikurivolume2 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background-color: #000000;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
}

.volume1 img,
.volume2 img,
.volume3 img,
.volume4 img,
.volume5 img,
.volume6 img,
.volume7 img,
.kikurivolume1 img,
.kikurivolume2 img {
  width: 4.5rem;
}

.volume2 a,
.volume3 a,
.volume4 a,
.volume5 a,
.volume6 a,
.volume7 a,
.kikurivolume1 a,
.kikurivolume2 a {
  margin-top: 1.5rem;
}

.volume1 p,
.volume2 p,
.volume3 p,
.volume4 p,
.volume5 p,
.volume6 p,
.volume7 p,
.kikurivolume1 p,
.kikurivolume2 p {
  margin: 1rem;
  color: #fff309;
  font-size: 2.2rem;
  font-weight: bold;
}

.volume1,
.volume2,
.volume3,
.volume4,
.volume5,
.volume6,
.volume7,
.kikurivolume1,
.kikurivolume2 {
  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: -20px;
  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: -1.5rem;
}

/* Media Queries */

/* 1200px */
@media (max-width: 1200px) {
  .navbar {
    font-size: 85%;
  }
}

/* 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 {
    padding-top: 5.5rem;
  }

  .content h1,
  p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem;
  }

  .volume1 a,
  .volume2 a,
  .volume3 a,
  .volume4 a,
  .volume5 a,
  .volume6 a,
  .volume7 a,
  .kikurivolume1 a,
  .kikurivolume2 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    background-color: #000000;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
  }

  .volume1 img,
  .volume2 img,
  .volume3 img,
  .volume4 img,
  .volume5 img,
  .volume6 img,
  .volume7 img,
  .kikurivolume1 img,
  .kikurivolume2 img {
    width: 4.5rem;
  }

  .volume2 a,
  .volume3 a,
  .volume4 a,
  .volume5 a,
  .volume6 a,
  .volume7 a,
  .kikurivolume1 a,
  .kikurivolume2 a {
    margin-top: 1.5rem;
  }

  .volume1 p,
  .volume2 p,
  .volume3 p,
  .volume4 p,
  .volume5 p,
  .volume6 p,
  .volume7 p,
  .kikurivolume1 p,
  .kikurivolume2 p {
    margin: 1rem;
    color: #fff309;
    font-size: 2rem;
    font-weight: bold;
  }

  footer {
    margin-top: 510px;
  }
}

/* 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: 12px;
    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 {
    padding-top: 5rem;
  }

  .content h1,
  p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem;
  }

  .content h1 {
    font-size: x-large;
  }

  .content p {
    font-size: large;
  }

  .volume1 a,
  .volume2 a,
  .volume3 a,
  .volume4 a,
  .volume5 a,
  .volume6 a,
  .volume7 a,
  .kikurivolume1 a,
  .kikurivolume2 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background-color: #000000;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
  }

  .volume1 img,
  .volume2 img,
  .volume3 img,
  .volume4 img,
  .volume5 img,
  .volume6 img,
  .volume7 img,
  .kikurivolume1 img,
  .kikurivolume2 img {
    width: 3rem;
  }

  .volume2 a,
  .volume3 a,
  .volume4 a,
  .volume5 a,
  .volume6 a,
  .volume7 a,
  .kikurivolume1 a,
  .kikurivolume2 a {
    margin-top: 1.5rem;
  }

  .volume1 p,
  .volume2 p,
  .volume3 p,
  .volume4 p,
  .volume5 p,
  .volume6 p,
  .volume7 p,
  .kikurivolume1 p,
  .kikurivolume2 p {
    margin: 0.5rem;
    color: #fff309;
    font-size: 1.5rem;
    font-weight: bold;
  }

  footer {
    margin-top: 860px;
  }

  .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 {
    padding-top: 4.5rem;
  }

  .content h1,
  p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem;
  }

  .content h1 {
    font-size: x-large;
  }

  .content p {
    font-size: large;
    max-width: 100%;
    text-align: center;
  }

  .volume1 a,
  .volume2 a,
  .volume3 a,
  .volume4 a,
  .volume5 a,
  .volume6 a,
  .volume7 a,
  .kikurivolume1 a,
  .kikurivolume2 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background-color: #000000;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
  }

  .volume1 img,
  .volume2 img,
  .volume3 img,
  .volume4 img,
  .volume5 img,
  .volume6 img,
  .volume7 img,
  .kikurivolume1 img,
  .kikurivolume2 img {
    width: 3rem;
  }

  .volume2 a,
  .volume3 a,
  .volume4 a,
  .volume5 a,
  .volume6 a,
  .volume7 a,
  .kikurivolume1 a,
  .kikurivolume2 a {
    margin-top: 1.5rem;
  }

  .volume1 p,
  .volume2 p,
  .volume3 p,
  .volume4 p,
  .volume5 p,
  .volume6 p,
  .volume7 p,
  .kikurivolume1 p,
  .kikurivolume2 p {
    margin: 0.7rem;
    color: #fff309;
    font-size: 1.5rem;
    font-weight: bold;
  }

  footer {
    margin-top: 1270px;
  }

  .footer-col1,
  .footer-col2,
  .footer-col3 {
    width: 100%;
  }

  .footer-logo img {
    width: 40%;
    padding: 0px;
  }

  .copyright,
  .allrights {
    font-size: 14px;
  }

  .credit {
    margin-top: 35px;
  }
}
