/* PLACE YOU CUSTOM STYLES IN THIS FILE */
body {
  background-color: #000 !important;
}

.banner {
  background: linear-gradient(#0000009e, #000000a1),
    url(/assets/images/main/banner.jpg);
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 6px;
  border-bottom: 4px solid #dd163b;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 130px 50px;
}

p {
  color: #e2e2e2 !important;
}

.nk-product-cat {
  border: 1px solid #dd163b;
  transition: all 0.3s ease !important;
  overflow: hidden;
}

.nk-product-cat a {
  transition: all 0.3s ease;
}

.nk-product-cat img {
  transition: all 0.3s ease !important;
}

.nk-product-cont {
  padding: 20px;
  border-left: 4px solid #dd163b;
}

.nk-product-cat:hover img {
  transform: scale(1.1);
  opacity: 0.8;
}

.nk-product-cat:hover a {
  background-color: #dd163b;
}

.nk-product-cat span {
  display: block;
  color: #dd163b;
  font-size: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.nk-product-cat:hover span {
  color: #fff;
}

.nk-product-cat a {
  width: 120px;
}

h3 {
  position: relative;
  padding-left: 30px;
}

h3::before {
  content: "";
  position: absolute;
  left: 0px;
  background-color: #dd9e16;
  width: 20px;
  height: 5px;
  top: 13px;
}

p {
  margin-bottom: 0.7rem !important;
  line-height: 1.5 !important;
}

.nk-drop-item {
  padding: 6px 21px;
  cursor: pointer;
  font-weight: 700;
}

.chainsawman {
  background: linear-gradient(#0000009e, #000000a1),
    url(/assets/images/chainsawman.jpg);
  background-size: cover;
  background-position: center;
}

.demonslayer {
  background: linear-gradient(#0000009e, #000000a1),
    url(/assets/images/demon-slayer.jpg);
  background-size: cover;
  background-position: top;
}

.jujutsu {
  background: linear-gradient(#0000009e, #000000a1),
    url(/assets/images/jujutsu-kaisen.jpg);
  background-size: cover;
  background-position: top;
}

.attack {
  background: linear-gradient(#0000009e, #000000a1),
    url(/assets/images/attack-on-titan.jpg);
  background-size: cover;
  background-position: top;
}

.jojo {
  background: linear-gradient(#0000009e, #000000a1),
    url(/assets/images/jojo.jpg);
  background-size: cover;
  background-position: top;
}

.academia {
  background: linear-gradient(#0000009e, #000000a1),
    url(/assets/images/my-hero-academia.jpg);
  background-size: cover;
  background-position: top;
}

.fullmetal {
  background: linear-gradient(#0000009e, #000000a1),
    url(/assets/images/fullmetal.jpg);
  background-size: cover;
  background-position: bottom;
}

.one {
  background: linear-gradient(#0000009e, #000000a1),
    url(/assets/images/one-piece.jpg);
  background-size: cover;
  background-position: center;
}

.mail {
  font-weight: 600;
  color: #ff5e7cbf !important;
}

.box {
  display: block;
  cursor: pointer;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #eee;
  text-align: center;
  font-weight: 700;
  border-left: 5px solid #dd9e16;
  transition: all 0.3s ease-in-out;
  color: #fff;
}

.box:hover {
  background-color: #dd163b79;
  border-color: #dd9e16;
  border-left-color: #dd163b !important;
}

.posts a:hover {
  text-decoration: none !important;
  color: #fff;
}

.t404 {
  font-size: 150px;
}

.sitemap li a {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  text-decoration: none !important;
  margin-top: 10px;
}

.sitemap li {
  list-style-type: numeric !important;
}

.t-red {
  color: #dd163b !important;
}

.sitemap ul {
  font-size: 20px;
  color: #dd9e16;
  font-weight: 700;
}

.sitemap li a:hover {
  color: #dd9e16;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .nk-product-cat {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  footer img {
    margin-bottom: 50px;
  }

  .copyright {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .nk-drop-item {
    padding: 20px 25px;
  }

  .nk-navbar-side .nk-nav .dropdown > li > a,
  .nk-navbar-side .nk-nav > li > a {
    padding: 0 25px;
  }
}

@media (min-width: 601px) {
  .nk-product-cont {
    position: relative;
  }

  .nk-product-cat a {
    position: absolute;
    bottom: 22px;
  }
}

@media (max-width: 600px) {
  .nk-product-cat {
    flex-direction: column !important;
    border: none !important;
  }

  .nk-product-cat img {
    border-bottom: 4px solid #dd163b;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  .nk-product-cont {
    border: 1px solid #dd163b;
  }
}

@media (max-width: 490px) {
  .banner {
    padding: 50px 15px;
  }

  .t404 {
    font-size: 100px;
  }
}
