@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600&family=Oswald:wght@400;500;600&display=swap");
header {
  background-color: #070720;
  padding: 0 200px;
}
header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .row .dropdown-mobile {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  z-index: 3;
  letter-spacing: 1px;
  top: 50px;
}
header .row .dropdown-mobile ul li {
  padding: 5px 10px;
}
header .row .dropdown-mobile li.dr-m:hover:not(:nth-child(2)) {
  background-color: #e53637;
}
header .row .dropdown-mobile li.dr-m:hover:not(:nth-child(2)) a {
  color: #fff;
}
header .row .dropdown-mobile a {
  color: #000000;
  text-align: center;
}
header .row .dropdown-mobile .dropdown-moblie-nav {
  display: none;
  text-align: center;
}
header .row .dropdown-mobile .dropdown-moblie-nav li.dr-m-nav:hover {
  background-color: #e53637;
}
header .row .dropdown-mobile .dropdown-moblie-nav li.dr-m-nav:hover a {
  color: #fff;
}
header .row .header-nav ul.homepage {
  display: flex;
  justify-content: space-between;
}
header .row .header-nav ul.homepage li {
  padding: 20px;
  transition: 0.3s all;
}
header .row .header-nav ul.homepage li:hover {
  background-color: #e53637;
}
header .row .header-nav ul.homepage li:hover a {
  color: #fff;
}
header .row .categories {
  position: relative;
  z-index: 2;
}
header .row .categories:hover .dropdown {
  display: block;
  flex-direction: column;
}
header .row .categories:hover .dropdown a {
  color: #000000 !important;
}
header .row .categories:hover .dropdown li {
  background-color: unset !important;
}
header .row .categories .dropdown {
  display: none;
  position: absolute;
  width: 200px;
  margin-top: 20px;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}
header .row .categories li {
  padding: 7px !important;
}
header .row a {
  color: #b7b7b7;
  font-weight: 600;
}
header .row li.active {
  background-color: #e53637;
  cursor: pointer;
}
header .row li.active a {
  color: #fff;
}
header .row .header-right i {
  color: #fff;
  font-size: 20px;
  margin: 10px;
}
header .row .header-right i:hover {
  color: #e53637;
  cursor: pointer;
}
header .row .mobile-menu-wrap {
  display: none;
  color: #fff;
  background-color: #222222;
  padding: 3px 6px;
  cursor: pointer;
  position: relative;
}
header .row .mobile-menu-wrap:hover {
  background-color: #575656;
}

@media only screen and (max-width: 580px) {
  header {
    padding: 20px 10px;
  }
  header .header-nav {
    display: none;
  }
  header .mobile-menu-wrap {
    display: block !important;
  }
  header .row {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1286px) {
  header {
    padding: 0 30px;
  }
}
.hero {
  background-color: #0b0c2a;
  padding: 50px 200px;
}
.hero .hero-slider {
  text-align: center;
  position: relative;
}
.hero .hero-slider .sliders:not(:first-child) {
  display: none;
  position: relative;
}
.hero .hero-slider .sliders .hero-text {
  position: absolute;
  top: 40%;
  left: 6%;
  text-align: left;
  padding: 0 30% 0 0;
}
.hero .hero-slider .sliders .hero-text label.catelogy {
  color: #e53637;
  background-color: #fff;
  font-size: 13px;
  padding: 5px 12px;
}
.hero .hero-slider .sliders .hero-text h2 {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  color: #fff;
  font-weight: 700;
  line-height: 52px;
  margin: 50px 0 20px 0;
}
.hero .hero-slider .sliders .hero-text p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px;
}
.hero .hero-slider .sliders .hero-text a {
  color: #fff;
  font-family: "Mulish", sans-serif;
  opacity: 0.7;
}
.hero .hero-slider .sliders .hero-text a span {
  font-size: 13px;
  font-weight: 700;
  padding: 14px 20px;
  background-color: #e53637;
  text-transform: uppercase;
  border-radius: 4px 0 0 4px;
}
.hero .hero-slider .sliders .hero-text a i {
  font-size: 13px;
  display: inline-block;
  padding: 15.5px 4px;
  border-radius: 0 6px 6px 0;
  background-color: #e53637;
  margin-left: 3px;
}
.hero .hero-slider .sliders .hero-text a:hover {
  opacity: 1;
}
.hero .hero-slider img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  filter: brightness(60%);
}
.hero .btn-change {
  position: absolute;
  font-size: 55px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  width: 80px;
  height: 80px;
  background-color: #242540;
  transform: rotate(-45deg);
}
.hero .btn-change i {
  transform: rotate(45deg);
}
.hero #next,
.hero #prev {
  border: 10px solid #0b0c2a;
  cursor: pointer;
}
.hero #next:hover,
.hero #prev:hover {
  background-color: #e53637;
  border: 10px solid #070720;
  outline: #070720;
}
.hero #next {
  right: 160px;
}
.hero #prev {
  left: 160px;
}
.hero .change-img {
  text-align: center;
  margin-top: 1rem;
}
.hero .change-img button {
  background: #606162;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
  font-weight: bold;
  border: none;
  cursor: pointer;
}
.hero .change-img button.active {
  background: #c5c1c1;
  color: white;
}
.hero .change-img button:hover {
  background: #c5c1c1;
  color: white;
}

@media only screen and (max-width: 580px) {
  .hero {
    padding: 15px;
  }
  .hero .btn-change {
    display: none;
  }
  .hero .sliders .hero-text {
    top: 20% !important;
  }
  .change-img {
    margin: 100px 0 !important;
  }
  .change-img button {
    width: 20px !important;
    height: 20px !important;
  }
}
@media only screen and (max-width: 1286px) {
  .hero {
    padding: 50px 30px;
  }
  #prev {
    left: -10px !important;
  }
  #next {
    right: -10px !important;
  }
}
.product {
  background-color: #0b0c2a;
  padding: 50px 200px;
  color: #fff;
}
.product .ep {
  background-color: #e53637;
  font-size: 13px;
  padding: 2px 12px;
  border-radius: 4px;
}
.product .comment,
.product .view {
  font-size: 13px;
  background-color: #3d3d3d;
  padding: 2px 10px;
  border-radius: 4px;
}
.product .comment i,
.product .view i {
  margin-right: 5px;
}
.product a {
  color: #fff;
  font-size: 18px;
  font-family: "Mulish", sans-serif;
}
.product .row {
  display: flex;
}
.product .row .mb-50 {
  margin-bottom: 50px;
}
.product .row .mt-30 {
  margin-top: 30px;
}
.product .row h4 {
  color: #fff;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  padding-left: 20px;
  position: relative;
}
.product .row h4::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 32px;
  background-color: #e53637;
  left: 0;
  top: -5px;
}
.product .row .col-8 {
  width: 70%;
}
.product .row .col-4 {
  width: 30%;
}
.product .row .view-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product .row .products {
  margin: 10px 30px 30px 0;
  width: 28%;
}
.product .row .products:hover img {
  scale: 1.1;
  cursor: pointer;
}
.product .row .products:hover a {
  color: #e53637;
}
.product .row .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product .row .header .section-title {
  margin-bottom: 30px;
}
.product .row .header .btn-view-all {
  margin-bottom: 30px;
  margin-right: 40px;
}
.product .row .header .btn-view-all a {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product .row .header .btn-view-all a:hover {
  color: #e53637;
}
.product .row .product-item {
  display: flex;
  position: relative;
  flex-direction: column;
  overflow: hidden;
}
.product .row .product-item img {
  transition: all 0.2s ease-in;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.product .row .product-item .ep {
  position: absolute;
  background-color: #e53637;
  font-size: 13px;
  padding: 2px 12px;
  border-radius: 4px;
  top: 10px;
  left: 10px;
}
.product .row .product-item .comment,
.product .row .product-item .view {
  position: absolute;
  font-size: 13px;
  background-color: #3d3d3d;
  padding: 2px 10px;
  border-radius: 4px;
}
.product .row .product-item .comment {
  left: 10px;
  bottom: 10px;
}
.product .row .product-item .view {
  right: 10px;
  bottom: 10px;
}
.product .row .product-item-text {
  padding-top: 20px;
}
.product .row .product-item-text ul {
  margin-bottom: 10px;
}
.product .row .product-item-text ul li {
  font-size: 10px;
  padding: 2px 10px;
  background-color: #3c3d55;
  font-weight: 600;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
}
.product .row .product-item-text h5 a {
  font-weight: 600;
  line-height: 26px;
}
.product .row .product-item-text h5 a:hover {
  color: #e53637;
}
.product .row .top-views {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.product .row .top-views ul {
  display: flex;
}
.product .row .top-views ul li {
  font-size: 13px;
  margin-right: 7px;
  cursor: pointer;
  color: #b7b7b7;
  font-weight: 500;
}
.product .row .top-views ul li.active {
  color: #fff;
}
.product .row .filter__gallery .product-item-view {
  width: 100%;
  position: relative;
  margin: 0 0 20px;
  transition: 1s all;
  overflow: hidden;
}
.product .row .filter__gallery .product-item-view:hover img {
  scale: 1.1;
  cursor: pointer;
}
.product .row .filter__gallery .product-item-view:hover a {
  color: #e53637;
}
.product .row .filter__gallery .product-item-view img {
  transition: all 0.2s ease-in;
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  filter: brightness(60%);
}
.product .row .filter__gallery .product-item-view .ep {
  left: 10px;
}
.product .row .filter__gallery .product-item-view .ep,
.product .row .filter__gallery .product-item-view .view {
  top: 10px;
  position: absolute;
}
.product .row .filter__gallery .product-item-view .view {
  right: 10px;
}
.product .row .filter__gallery .product-item-view h5 {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-weight: 600;
  line-height: 26px;
}
.product .row .new-cmt .product-sidebar-cmt-item {
  margin-top: 30px;
  display: flex;
}
.product .row .new-cmt .product-sidebar-cmt-item:hover img {
  scale: 1.1;
  cursor: pointer;
}
.product .row .new-cmt .product-sidebar-cmt-item:hover a {
  color: #e53637;
}
.product .row .new-cmt .product-sidebar-cmt-item .pic img {
  transition: all 0.2s ease-in;
  width: 90px;
  height: 130px;
  margin-right: 15px;
  border-radius: 5px;
}
.product .row .new-cmt .product-sidebar-cmt-item .pic img:hover {
  scale: 1.1;
  cursor: pointer;
}
.product .row .new-cmt .product-sidebar-cmt-item .product-item-text {
  padding: unset;
}
.product .row .new-cmt .product-sidebar-cmt-item .product-item-text h5 {
  margin: 17px 0;
}
.product .row .new-cmt .product-sidebar-cmt-item .product-item-text .product-item-view {
  color: #b7b7b7;
}
.product .row .new-cmt .product-sidebar-cmt-item .product-item-text .product-item-view i {
  margin-right: 5px;
}

@media only screen and (max-width: 580px) {
  .product {
    padding: 15px;
  }
  .product .btn-view-all {
    margin-right: unset !important;
  }
  .row {
    flex-direction: column;
  }
  .col-8,
  .col-4 {
    width: 100% !important;
  }
  .products {
    width: 100% !important;
    margin: 10px 0 30px 0 !important;
  }
  .products .product-item img {
    width: 382px;
    height: 325px;
  }
}
@media only screen and (max-width: 1286px) {
  .product {
    padding: 30px;
  }
}
footer {
  background-color: #070720;
  height: 300px;
  padding: 0 200px;
}
footer .page-up {
  width: 50px;
  height: 50px;
  background-color: #e53637;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  border-radius: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
footer .page-up:hover {
  opacity: 0.8;
  scale: 1.1;
  cursor: pointer;
  transform: translateY(-45%);
}
footer .footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer-main .nav ul {
  display: flex;
}
footer .footer-main .nav ul li {
  margin: 0 35px 0 0;
}
footer .footer-main .nav ul li a {
  color: #b7b7b7;
  font-size: 15px;
  font-weight: 600;
}
footer .footer-main .copyright {
  width: 20%;
}
footer .footer-main .copyright p {
  color: #3d3d3d;
  line-height: 25px;
  font-weight: 400;
}
footer .footer-main .copyright p mark {
  padding: 2px 6px;
  border-radius: 5px;
  font-weight: 600;
}
footer .footer-main .copyright p mark a {
  color: #e53637;
}

@media only screen and (max-width: 580px) {
  footer .footer-main {
    flex-direction: column;
  }
  footer .footer-main .nav ul li {
    margin: 20px 8px;
  }
  footer .footer-main .copyright {
    width: 100% !important;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1286px) {
  footer {
    padding: 0 30px;
  }
}
.modal-login {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
.modal-login a {
  color: #fff;
}
.modal-login h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.modal-login .modal-content {
  background-color: #0b0c2a;
  margin: auto;
  padding: 20px;
  width: 80%;
  position: relative;
}
.modal-login .modal-content .close {
  color: #aaaaaa;
  top: 0;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
}
.modal-login .modal-content .close:hover,
.modal-login .modal-content .close:focus {
  color: #e53637;
  text-decoration: none;
  cursor: pointer;
}
.modal-login .modal-content .login-and-res {
  display: flex;
  justify-content: space-between;
  font-family: "Oswald", sans-serif;
  padding: 40px;
}
.modal-login .modal-content .login-and-res::after {
  position: absolute;
  left: 50%;
  height: 300px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}
.modal-login .modal-content .login-and-res .login {
  display: flex;
  flex-direction: column;
  position: relative;
}
.modal-login .modal-content .login-and-res .login .email,
.modal-login .modal-content .login-and-res .login .pass {
  position: relative;
}
.modal-login .modal-content .login-and-res .login .email::after,
.modal-login .modal-content .login-and-res .login .pass::after {
  position: absolute;
  left: 50px;
  top: 10px;
  height: 30px;
  width: 1px;
  background: #b7b7b7;
  content: "";
}
.modal-login .modal-content .login-and-res .login .email input,
.modal-login .modal-content .login-and-res .login .pass input {
  width: 370px;
  height: 50px;
  margin-bottom: 20px;
  border: none;
  outline: none;
  font-size: 15px;
  padding-left: 76px;
  color: #b7b7b7;
}
.modal-login .modal-content .login-and-res .login .email input::-moz-placeholder, .modal-login .modal-content .login-and-res .login .pass input::-moz-placeholder {
  color: #b7b7b7;
}
.modal-login .modal-content .login-and-res .login .email input::placeholder,
.modal-login .modal-content .login-and-res .login .pass input::placeholder {
  color: #b7b7b7;
}
.modal-login .modal-content .login-and-res .login .email span,
.modal-login .modal-content .login-and-res .login .pass span {
  position: absolute;
  color: #b7b7b7;
  left: 12px;
  top: 6px;
  font-size: 25px;
}
.modal-login .modal-content .login-and-res .btn-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Mulish", sans-serif;
  margin-top: 20px;
}
.modal-login .modal-content .login-and-res .btn-login button {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  background-color: #e53637;
  border: none;
  padding: 12px 30px;
}
.modal-login .modal-content .login-and-res .btn-login a {
  font-size: 15px;
}
.modal-login .modal-content .login-and-res .res a {
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  background-color: #e53637;
  border: none;
  padding: 12px 42px;
  text-transform: uppercase;
}
.modal-login .modal-content .login-social {
  text-align: center;
  margin-top: 10px;
}
.modal-login .modal-content .login-social span {
  letter-spacing: 2px;
  font-weight: 600;
}
.modal-login .modal-content .login-social ul li:nth-child(1) {
  background-color: #4267b2;
}
.modal-login .modal-content .login-social ul li:nth-child(2) {
  background-color: #ff4343;
}
.modal-login .modal-content .login-social ul li:nth-child(3) {
  background-color: #1da1f2;
}
.modal-login .modal-content .login-social ul li {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 380px;
  margin: 15px auto;
  padding: 14px 0;
}
.modal-login .modal-content .login-social ul li i {
  font-size: 20px;
  float: left;
  margin-left: 20px;
}

@media only screen and (max-width: 450px) {
  .login-and-res {
    text-align: center;
    flex-direction: column;
    padding: 40px 10px !important;
  }
  .login-and-res .login input {
    width: 100% !important;
  }
  .login-and-res::after {
    position: absolute;
    bottom: 52%;
    left: 0 !important;
    height: 0 !important;
    width: 0 !important;
    background: rgba(255, 255, 255, 0.2);
    content: "";
  }
  .btn-login {
    flex-direction: column;
  }
  .btn-login a {
    margin: 20px 0 40px 0;
  }
  .login-social ul li {
    width: 100% !important;
  }
  .modal-login {
    padding-top: 30px;
  }
}
.breadcrumb-option {
  background-color: #0b0c2a;
  color: #fff;
  padding: 0 200px;
  margin-top: 35px;
  font-size: 15px;
}
.breadcrumb-option a {
  color: #fff;
  margin: 0 2px;
}
.breadcrumb-option i {
  transform: translateY(3.4px);
  font-size: 20px;
}
.breadcrumb-option i:first-child {
  color: red;
}
.breadcrumb-option span {
  color: #b7b7b7;
}

.anime-details {
  padding: 60px 200px;
  color: #fff;
}
.anime-details .anime-content {
  display: flex;
}
.anime-details .anime-content .anime-content-left {
  width: 25%;
  height: 440px;
  position: relative;
  padding: 15px;
}
.anime-details .anime-content .anime-content-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.anime-details .anime-content .anime-content-left .comment,
.anime-details .anime-content .anime-content-left .view {
  position: absolute;
  font-size: 13px;
  background-color: #3d3d3d;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
}
.anime-details .anime-content .anime-content-left .comment i,
.anime-details .anime-content .anime-content-left .view i {
  margin-right: 5px;
}
.anime-details .anime-content .anime-content-left .comment {
  left: 25px;
  bottom: 40px;
}
.anime-details .anime-content .anime-content-left .view {
  right: 25px;
  bottom: 40px;
}
.anime-details .anime-content .anime-content-right {
  width: 75%;
  padding: 15px;
}
.anime-details .anime-content .anime-content-right .name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.anime-details .anime-content .anime-content-right .name .tittle {
  width: 75%;
}
.anime-details .anime-content .anime-content-right .name .tittle h3 {
  margin-bottom: 13px;
  font-size: 30px;
}
.anime-details .anime-content .anime-content-right .name .tittle span {
  color: #b7b7b7;
}
.anime-details .anime-content .anime-content-right .name .rating {
  text-align: center;
}
.anime-details .anime-content .anime-content-right .name .rating .star {
  font-size: 30px;
}
.anime-details .anime-content .anime-content-right .name .rating .star i {
  color: #e89f12;
}
.anime-details .anime-content .anime-content-right .name .rating .vote span {
  font-size: 18px;
  color: #b7b7b7;
}
.anime-details .anime-content .anime-content-right p {
  font-size: 18px;
  color: #b7b7b7;
  line-height: 27px;
}
.anime-details .anime-content .anime-content-right .type {
  display: flex;
  margin: 15px 0 30px;
  color: #b7b7b7;
}
.anime-details .anime-content .anime-content-right .type .left {
  margin-right: 30px;
}
.anime-details .anime-content .anime-content-right .type ul li {
  padding: 8px 0 8px 15px;
  position: relative;
  color: #fff;
}
.anime-details .anime-content .anime-content-right .type ul li span {
  margin-right: 15px;
  width: 115px;
  display: inline-block;
  color: #b7b7b7;
}
.anime-details .anime-content .anime-content-right .type ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #b7b7b7;
  top: 15.8px;
  left: 0;
}
.anime-details .anime-content .anime-content-right .btn .follow-btn {
  font-size: 13px;
  color: #ffffff;
  background: #e53637;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 4px;
  margin-right: 20px;
}
.anime-details .anime-content .anime-content-right .btn .watch-btn span {
  font-size: 13px;
  color: #ffffff;
  background: #e53637;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 14px 20px;
  border-radius: 4px 0 0 4px;
  margin-right: 1px;
}
.anime-details .anime-content .anime-content-right .btn .watch-btn i {
  font-size: 20px;
  display: inline-block;
  background: #e53637;
  color: #ffffff;
  padding: 12px 1px;
  transform: translateY(4px);
  border-radius: 0 4px 4px 0;
}
.anime-details .section-title {
  color: #ffffff;
  font-weight: 600;
  line-height: 21px;
  text-transform: uppercase;
  padding-left: 20px;
  position: relative;
  font-family: "Oswald", sans-serif;
  margin: 40px 0;
  font-size: 24px;
}
.anime-details .section-title::before {
  position: absolute;
  left: 0;
  top: -6px;
  height: 32px;
  width: 4px;
  background: #e53637;
  content: "";
}
.anime-details .review-detail-side-bar {
  display: flex;
}
.anime-details .review-detail-side-bar .review {
  width: 66%;
  padding-right: 30px;
}
.anime-details .review-detail-side-bar .review .item {
  display: flex;
  margin-bottom: 15px;
}
.anime-details .review-detail-side-bar .review .item .pic {
  overflow: hidden;
  margin-right: 20px;
  width: 58px;
}
.anime-details .review-detail-side-bar .review .item .pic img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.anime-details .review-detail-side-bar .review .item .text {
  background-color: #1d1e39;
  border-radius: 10px;
  padding: 18px 30px 16px 20px;
  position: relative;
  width: 100%;
}
.anime-details .review-detail-side-bar .review .item .text h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.anime-details .review-detail-side-bar .review .item .text p {
  color: #b7b7b7;
}
.anime-details .review-detail-side-bar .review .item .text span {
  color: #b7b7b7;
}
.anime-details .review-detail-side-bar .review .item .text::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #1d1e39;
  top: 14px;
  left: -4px;
}
.anime-details .review-detail-side-bar .your-comment textarea {
  width: 100%;
  height: 110px;
  border-radius: 8px;
  padding: 20px;
  font-size: 20px;
  outline: none;
  color: #b7b7b7;
  resize: none;
}
.anime-details .review-detail-side-bar .your-comment textarea::-moz-placeholder {
  color: #b7b7b7;
}
.anime-details .review-detail-side-bar .your-comment textarea::placeholder {
  color: #b7b7b7;
}
.anime-details .review-detail-side-bar .your-comment textarea:focus {
  outline: 2px solid #e53637;
}
.anime-details .review-detail-side-bar .your-comment button {
  font-size: 11px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #e53637;
  border: none;
  padding: 15px 20px;
  border-radius: 2px;
  margin-top: 40px;
  cursor: pointer;
}
.anime-details .review-detail-side-bar .detail-side-bar {
  width: 33%;
}
.anime-details .review-detail-side-bar .detail-side-bar .ep {
  background-color: #e53637;
  font-size: 13px;
  padding: 2px 12px;
  border-radius: 4px;
}
.anime-details .review-detail-side-bar .detail-side-bar .comment,
.anime-details .review-detail-side-bar .detail-side-bar .view {
  font-size: 13px;
  background-color: #3d3d3d;
  padding: 2px 10px;
  border-radius: 4px;
}
.anime-details .review-detail-side-bar .detail-side-bar .comment i,
.anime-details .review-detail-side-bar .detail-side-bar .view i {
  margin-right: 5px;
}
.anime-details .review-detail-side-bar .detail-side-bar .filter__gallery .product-item-view {
  width: 100%;
  position: relative;
  margin: 0 0 20px;
  transition: 1s all;
  overflow: hidden;
}
.anime-details .review-detail-side-bar .detail-side-bar .filter__gallery .product-item-view:hover img {
  scale: 1.1;
  cursor: pointer;
}
.anime-details .review-detail-side-bar .detail-side-bar .filter__gallery .product-item-view:hover a {
  color: #e53637;
}
.anime-details .review-detail-side-bar .detail-side-bar .filter__gallery .product-item-view img {
  transition: all 0.2s ease-in;
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  filter: brightness(60%);
}
.anime-details .review-detail-side-bar .detail-side-bar .filter__gallery .product-item-view .ep {
  left: 10px;
}
.anime-details .review-detail-side-bar .detail-side-bar .filter__gallery .product-item-view .ep,
.anime-details .review-detail-side-bar .detail-side-bar .filter__gallery .product-item-view .view {
  top: 10px;
  position: absolute;
}
.anime-details .review-detail-side-bar .detail-side-bar .filter__gallery .product-item-view .view {
  right: 10px;
}
.anime-details .review-detail-side-bar .detail-side-bar .filter__gallery .product-item-view h5 a {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-weight: 600;
  line-height: 26px;
  color: #fff;
  font-size: 18px;
}

@media only screen and (max-width: 580px) {
  .breadcrumb-option {
    padding: 0 30px;
    width: 100%;
  }
  .anime-details {
    padding: 0 30px;
  }
  .anime-content {
    flex-direction: column;
    margin-top: 40px;
  }
  .anime-content .anime-content-left {
    width: 100% !important;
    padding: unset !important;
  }
  .anime-content .anime-content-right {
    width: 100% !important;
    padding: unset !important;
    margin-top: 40px;
  }
  .anime-content .anime-content-right .name {
    flex-direction: column;
  }
  .anime-content .anime-content-right .name .tittle {
    width: 100% !important;
  }
  .anime-content .anime-content-right .rating {
    text-align: left !important;
    margin-top: 10px;
  }
  .anime-content .anime-content-right .btn .follow-btn {
    margin-right: 35px !important;
  }
  .review-detail-side-bar {
    flex-direction: column;
  }
  .review-detail-side-bar .review {
    width: 100% !important;
    padding-right: unset !important;
  }
  .review-detail-side-bar .review .pic {
    width: 68px !important;
  }
  .review-detail-side-bar .detail-side-bar {
    width: 100% !important;
  }
  footer {
    padding: 0 30px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1286px) {
  .breadcrumb-option,
  .anime-details {
    padding: 0 30px;
  }
}
.normal-breadcrumb {
  width: 100%;
  height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.normal-breadcrumb img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(60%);
}
.normal-breadcrumb .sub {
  position: absolute;
  z-index: 1;
  color: #fff;
}
.normal-breadcrumb .sub h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  margin-bottom: 22px;
  font-size: 48px;
}
.normal-breadcrumb .sub p {
  font-size: 24px;
}

.w-100 {
  width: 100%;
  height: 570px;
}

.w-50 {
  width: 49.5%;
  height: 283px;
}

.blog-item {
  padding: 0 200px;
  margin: 40px 0 80px;
  display: flex;
}
.blog-item .img .sub-item {
  color: #fff;
  position: absolute;
  top: 0;
  display: block;
}
.blog-item .img .sub-item i {
  color: #e53637;
  margin-right: 5px;
}
.blog-item img {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 10px;
}
.blog-item .right .img {
  display: flex;
}

@media only screen and (max-width: 580px) {
  .blog-item {
    padding: 0 10px;
    flex-direction: column;
  }
  .w-100 {
    width: 100%;
    height: 570px;
  }
  .w-50 {
    width: 49.5%;
    height: 283px;
  }
}
@media only screen and (max-width: 1286px) {
  .blog-item {
    padding: 0 10px;
  }
}
.blog-details {
  color: #fff;
  margin-top: 80px;
}
.blog-details h6 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.blog-details h6 span {
  color: #b7b7b7;
}
.blog-details h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 60px;
}
.blog-details .action {
  width: 610px;
  text-align: center;
  margin: 0 auto;
}
.blog-details .social {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 60px 10px;
}
.blog-details .social a {
  font-size: 15px;
  width: 20%;
  margin: 10px;
  padding: 10px 25px;
  color: #fff;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-details .social a i {
  margin-right: 8px;
}
.blog-details .social .twitter {
  background-color: #39a1f2;
}
.blog-details .social .linkedin {
  background-color: #0372b1;
}
.blog-details .social .pinterest {
  background-color: #ca2027;
}
.blog-details .social .facebook {
  background-color: #3b5998;
}
.blog-details .pic-center {
  padding: 0 200px;
}
.blog-details .pic-center img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 5px;
}
.blog-details .text {
  width: 610px;
  margin: 20px auto;
}
.blog-details .text p {
  line-height: 30px;
  font-size: 17px;
  margin: 15px 0;
}
.blog-details .text h4 {
  font-size: 24px;
  margin: 20px 0;
  font-weight: 600;
}
.blog-details .text img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.blog-details .tag {
  width: 610px;
  margin: 40px auto;
}
.blog-details .tag a {
  color: #b7b7b7;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  padding: 6px 15px;
}
.blog-details .btn {
  display: flex;
  justify-content: space-between;
  width: 610px;
  margin: 40px auto;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}
.blog-details .btn .prev,
.blog-details .btn .next {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.blog-details .btn .prev i,
.blog-details .btn .next i {
  margin: 0 4px;
  color: #b7b7b7;
}
.blog-details .btn .prev h5,
.blog-details .btn .next h5 {
  font-size: 17px;
  letter-spacing: 2px;
}
.blog-details .comments {
  width: 610px;
  margin: 40px auto;
}
.blog-details .comments h4 {
  font-size: 24px;
}
.blog-details .comments .cmt-item {
  display: flex;
  margin-top: 30px;
}
.blog-details .comments .cmt-item .pic {
  overflow: hidden;
  width: 90px;
  margin-right: 40px;
}
.blog-details .comments .cmt-item .pic img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details .comments .cmt-item .text-item span,
.blog-details .comments .cmt-item .text-item p {
  color: #b7b7b7;
  line-height: 22px;
}
.blog-details .comments .cmt-item .text-item h5 {
  margin: 10px 0;
  font-size: 20px;
}
.blog-details .comments .cmt-item .text-item p {
  margin-bottom: 30px;
}
.blog-details .comments .cmt-item .text-item a {
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 20px;
  letter-spacing: 2px;
  border-radius: 2px;
  margin-right: 14px;
  color: #fff;
}
.blog-details .leave-a-cmt {
  width: 610px;
  margin: 80px auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
}
.blog-details .leave-a-cmt h4 {
  font-size: 24px;
  margin: 0 0 20px;
  font-weight: 600;
}
.blog-details .leave-a-cmt .input-2 {
  display: flex;
  justify-content: space-between;
}
.blog-details .leave-a-cmt .input-2 input {
  width: 47%;
  padding: 16px;
  font-size: 20px;
  border-radius: 5px;
  color: #b7b7b7;
}
.blog-details .leave-a-cmt .input textarea {
  margin-top: 30px;
  width: 100%;
  height: 150px;
  padding: 16px;
  font-size: 20px;
  border-radius: 5px;
  color: #b7b7b7;
  border: none;
  outline: none;
  resize: none;
}
.blog-details .leave-a-cmt button {
  font-size: 13px;
  color: #ffffff;
  background: #e53637;
  font-weight: 700;
  border: none;
  border-radius: 2px;
  letter-spacing: 2px;
  padding: 12px 30px;
  margin-top: 30px;
}

.ml-40 {
  margin-left: 80px;
}

@media only screen and (max-width: 1286px) {
  .pic-center {
    padding: 0 30px !important;
  }
}
@media only screen and (max-width: 580px) {
  .action {
    width: 100% !important;
  }
  .social a {
    width: 50% !important;
  }
  .comment-content {
    padding: 0 30px !important;
  }
  .comment-content .text {
    width: 100%;
  }
  .tag,
  .btn,
  .comments,
  .leave-a-cmt {
    padding: 0 30px !important;
  }
  .btn {
    flex-wrap: wrap;
  }
  .btn .prev,
  .btn .next {
    margin: 20px;
  }
  .comments .pic {
    margin-right: 15px !important;
  }
  .text-item {
    width: 50% !important;
  }
  .ml-40 {
    margin-left: unset !important;
  }
  .leave-a-cmt {
    width: 100% !important;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 15px;
  font-family: "Mulish", sans-serif;
  background-color: #0b0c2a;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

input {
  border: none;
  outline: none;
}/*# sourceMappingURL=index.css.map */