/*
Theme Name: VW Anime Stream Pro
Theme URI:
Author: VW Themes
Author URI: https://www.vwthemes.com/
Description:
Version: 0.0.1
Requires at least: 5.8.0
Tested up to: 6.0.3
Requires PHP: 7.2
License: GNU General Public License
License URI:license.txt
Text Domain: vw-anime-stream-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
VW Anime Stream Pro WordPress Theme has been created by VW Themes(vwthemes.com), 2023.
VW Anime Stream Pro WordPress Theme is released under the terms of GNU GPL
*/

@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
  --grey: #333333;
  --orange: #FF640A;
  --black: #000;
  --white: #fff;
  --black-two: #333333;
  --font-one :  "Inter", sans-serif;
  --font-two:"Syne", sans-serif;
}

.custom-cursor{
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  transform: scale(3);
  border:1px solid var(--orange);
  transition-timing-function: ease-out;
  transition-duration: 200ms;
  z-index: 99999;
}

/* Basic Style */
 html body {
     margin: 0;
     padding: 0;
     -ms-word-wrap: break-word;
     word-wrap: break-word;
     background-color: var(--black);
     position: relative;
     font-size: 16px;
     color:var(--white);
     font-family: var(--font-two);
     overflow-x: hidden;
}
 label {
     margin-bottom: 0 !important;
}
 img {
     margin: 0;
     padding: 0;
     border: none;
     max-width: 100%;
     height: auto;
     width: auto;
}
 section img {
     max-width: 100%;
}
 h1, h2, h3, h4, h5, h6 {
      margin: 0;
      /* color: #000; */
      font-family:var(--font-one);
      font-weight: bold;
}
 p {
  margin: 0 0 15px;
  padding: 0;
  font-family: var(--font-one);
  font-size: 15px;
  font-weight: 400;
  line-height: 25.4px;
}
 p, ul li a {
     letter-spacing: 0px;   font-family: var(--font-one);
}
 body a {
     text-decoration: none;
     color: var(--orange);
}
 a:hover {
     text-decoration: none;
     color: var(--orange);
}
a:focus, a:hover {
     text-decoration: none !important;
}
ul,ol {
     margin: 0 0 0 0;
     padding: 0;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="phno"], input[type="password"], textarea , .form-group input, .form-group select, input[type="date"]{
  border: none;
  font-size: 14px;
  padding: 10px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  font-weight: 500;
  color: #828282;
  font-family: var(--font-one);
}
textarea{
  height: 110px;
}
.contact-us-row{
  background: #333333;
  padding: 20px 5px;
  border-radius: 5px;
}
.contact-img-wrap{
  background:var(--orange);
  border-radius: 10px;
}
.contact-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 455px;
  margin-top: -80px;
  animation: updown 4s infinite linear;
  animation-direction: alternate;
}

@keyframes updown {
	0% {
		transform: translateY(30px);
	}

	100% {
		transform: translateY(0px);
	}
}
 section{
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
  padding: 70px 0;
  background-attachment: scroll;
}

.btn-wrap{
  padding: 9px 15px;
  border-radius: 5px;
  width: max-content;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  background: var(--white);
  border: 1px solid var(--orange);
  gap: 6px;
}
.btn-wrap .theme-btn{
  border: none;
  padding: 0;
}
.btn-wrap:hover .theme-btn{
  color: var(--white);
}
/* .btn-wrap:hover{
  background: var(--orange);
} */
/* .btn-wrap:hover svg{
  transform: translateY(-5px);
  transition: transform 0.5s ease;
}
.btn-wrap:hover svg path{
  fill: var(--white);
} */
.cart-btn{
  background: #fff;
  padding: 7px 7px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--orange);
  width: 33px;
  margin-left: auto;
}
.cart-btn svg{
  height: 18px;
    width: 18px;
}
.cart-btn svg path{
  fill: var(--orange);
}
.theme-btn{
  font-family: var(--font-one);
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 9px 15px;
  border-radius: 5px;
  width: max-content;
  transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1);
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* background: var(--white); */
  border: 1px solid var(--orange);
  gap: 6px;
}
/* .theme-btn:hover, */
.btn-wrap:hover{
  background: var(--orange);
}
.theme-btn:hover ,.contac_form .btn-wrap:hover  input{
  color: var(--white);
}
.theme-btn:hover svg path,.btn-wrap:hover svg path{
  fill: var(--white);
}
.theme-btn:hover svg,.btn-wrap:hover svg{
  animation: rotate 2s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotateY(360deg);
  }
}
.theme-para{
  font-family: var(--font-one);
  font-size: 14px;
  font-weight: 400;
  line-height: 16.4px;
  color: #000;
}
.main-sub-head {
  font-family:var(--font-two);
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0;
    color:var(--green)
}
.main-head {
  font-family: var(--font-one);
  font-size: 30px;
  font-weight: 600;
  color: var(--orange);
  line-height: 35px;
  font-weight: 700;
}

 .screen-reader-text {
   position: absolute;
   top: -9999em;
   left: -9999em;
}

.btn-wrap p{
  margin-bottom: 0;
}
/*------------------------- Headings --------------------------*/
h1{

  font-size: 36px;
  line-height: 40px;
  font-family: var(--font-two);
}
 section h2 {
  font-weight: 600;
  color: var(--white);
  font-size: 31px;
  line-height: 35px;
  font-family: var(--font-two);
}
 section h3 {
  font-weight: 600;
  color: var(--white);
  font-size: 30px;
  line-height: 35px;
  font-family: var(--font-two);
}
section h4,section h4 a{
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  font-family: var(--font-two);
  color: var(--white);
}
 section h5,h5 a,h5 {
  font: 600 18px/ 20px var(--font-two);
  color: var(--white);
  padding: 0;
}
h6{
  font-family: var(--font-one);
  font-size: 13px;
  font-weight: 600;
  line-height: 14px;
  color: var(--white);
}
.top-cat-name a:hover::before{
  content:url(assets/images/btn-icon.svg) ;
  position: absolute;
  right: -30px;
  top: 3px;
}
/* ----------- Post Content ---------------*/

 .vw-fixed{
     background-attachment: fixed !important;;
     background-size: cover ;
     background-repeat: no-repeat ;

}
 .vw-scroll{
     background-attachment: scroll ;
     background-size: cover ;
     background-repeat: no-repeat;
}
 .slider-bg-image.vw-fixed{
   position: fixed !important;
 }
/* ---------- Return to Top ------------ */
 #return-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px !important;
  width: 55px;
  height: 60px;
  line-height: 69px;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
#return-to-top .up-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: rotate(180deg);
  cursor: pointer;
}

 #return-to-top .up-arrow span {
  display: block;
  width: 18px;
  height: 18px;
  border-bottom: 6px solid var(--orange);
  border-right: 6px solid var(--orange);
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

 #return-to-top .up-arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

 #return-to-top .up-arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
      opacity: 0;
      transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
      opacity: 1;
  }
  100% {
      opacity: 0;
      transform: rotate(45deg) translate(20px, 20px);
  }
}

.sticky.stickynavbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  max-width: 66%;
  margin: 0 auto;
  right: 0;
  background:#1C1C1C;
  padding: 10px;
  box-shadow: 0px 6px 25.4px 11px #000000A1;
}
.sticky.stickynavbar .header-inner{
  background: unset;
  box-shadow: unset;
}
/* ----------- Spinner ------------- */
 .eco-box{
   position: fixed;
   height: 100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   cursor: pointer;
   z-index: 99999999;
   background-color:var(--grey);
   width: 100%;
}
.loader-main{
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: max-content;
}
.loader {
  width: 40px;
  aspect-ratio: 1;
  position: relative;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: -8px 0 0 -8px;
  width: 16px;
  aspect-ratio: 1;
  background: var(--white);
  animation:
    l2-1 2s  infinite,
    l2-2 1s infinite ;
}
.loader:after {
  background:var(--white);
  animation-delay: -1s,0s;
}
@keyframes l2-1 {
  0%   {top:0   ;left:0}
  25%  {top:100%;left:0}
  50%  {top:100%;left:100%}
  75%  {top:0   ;left:100%}
  100% {top:0   ;left:0}
}
@keyframes l2-2 {
   40%,50% {transform: rotate(0.25turn) scale(0.5)}
   100%    {transform: rotate(0.5turn) scale(1)}
}
/* Slider */


/* owl nav css */
.owl-nav button{
  background: transparent;
  border: unset;
}
.owl-nav button:hover i{
  color: var(--orange);
}
.owl-nav button i{
  color: #fff;
}


/* Faq section */
#faq-sec .accordion-button:hover{
      z-index: 1;
}
#faq-sec .accordion-button:not(.collapsed), #faq-page .accordion-button:not(.collapsed){
  background-color:unset;
  box-shadow:unset;
}
#faq-sec .accordion-button, #faq-page  .accordion-button{
  font: 600 16px / 25px var(--font-one);
  border-radius: 0px;
    padding: 10px 1.25rem;
    background: var(--yellow);
    color: var(--green);
}
#faq-sec .accordion-button:not(.collapsed), #faq-page .accordion-button:not(.collapsed){
  background: #333333;
}
.faq-sec-inner{
  padding: 40px 50px;
      margin-top: 4%;
      background-size: 100% 100%;
      background-repeat: no-repeat;
}
.faq-sec-inner .accordion-body{
  color: #5A5A5A;
font-size: 14px;
}
#faq-sec .accordion-item, #faq-page .accordion-item{
  margin-bottom: 12px;
  border-radius: 0px;
  border:unset;
  background: #1C1C1C;
}
#faq-sec  .accordion-header{
    border-radius: 6px;
}
#faq-sec .accordion-button:not(.collapsed)::after , #faq-page  .accordion-button:not(.collapsed)::after{
    content: '\f068';
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 14px;
    background-image: unset !important;
    height: unset !important;
    width: unset !important;
    transition: unset;
    color: #fff;
}
#faq-sec .accordion-button::after, #faq-page .accordion-button::after{
    content: '\f067';
    font-family: "font awesome 6 free";
    font-weight: 900;
    font-size: 14px;
    background-image: unset !important;
    height: unset !important;
    width: unset !important;
    transition: unset;
}

 .contac_form .theme-btn p {
  margin-bottom: 0;
}
.contac_form .theme-btn{
  background: transparent;
}
 .contac_form .theme-btn p input{
  background: transparent;
  border: none;
  font: 600 14px / 20px var(--font-one);
  color: var(--orange);
}
 .contac_form  .wpcf7-spinner{
  position: absolute;
  right: -75px;
  margin: 0 1px;
  top: 0px;
}


/* ----------------Product Card css---------------- */
.product-box-main{
  min-width: 237px;
}
.shop.shop-product .product-box-main{
  min-width: 208px;
}
/* .shop.shop-product .product-box{
  width: 300px;
  position: relative;
} */
.our-product-row{
  background: #1C1C1C;
  gap: 20px 0;
  padding: 15px 0;
  border-radius: 5px;
  margin: 0;
}
.product-rating {
  background: #fff;
  width: max-content;
  border-radius: 6px;
  padding: 6px 6px;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--orange);
  opacity: 0;
}
.product-title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.prod-desc{
  color: #ADADAD;
  font-size: 14px;
  line-height: 18px
}
.product-rating h6{
  color: var(--orange);
}
.product-rating i{
  font-size: 13px;
  color: var(--orange);
}
.product-box{
  display: flex;
  flex-direction: column;
  gap: 7px;
  position: relative;
  background: #333333;
  padding: 10px;
  border-radius: 5px;
}
.product-btm-wrap{
  border: 1px solid var(--orange);
  border-radius: 4px;
  padding: 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.product-box:hover .product-rating{
  opacity: 1;
}
.product-box:hover .product-btm-wrap{
  background: var(--white);
}
.product-box:hover .product-title a,.product-box:hover ins .woocommerce-Price-amount bdi{
  color: var(--black);
}
.product-box:hover  .cart-btn{
  background: var(--orange);
}
.product-box:hover .cart-btn svg path{
  fill: var(--white);
}
.wishlist-items-wrapper .product-add-to-cart, .wishlist_table.mobile li .product-add-to-cart{
      right: 0px;
}
 .pro-img, .wishlist-items-wrapper  .product-thumbnail,.wishlist_table.mobile li .item-wrapper .product-thumbnail, .related.products li img{
  height: 250px;
}
  .pro-img img,  .wishlist-items-wrapper .product-thumbnail img, .wishlist_table.mobile li .item-wrapper .product-thumbnail img{
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  border-radius: 10px;
}
  .product-title a, .product-name a, .related.products li a{
  font: 700 16px / 24px var(--font-one);
  color:var(--green);
}
.product-title a:hover, .product-name a:hover, .related.products li a:hover{
  color: var(--yellow);
}
.product-content p{
  margin-bottom: 0
}
ins{
  text-decoration: none;
}
ins .woocommerce-Price-amount bdi, .product-price ins .woocommerce-Price-amount.amount, .item-details-table ins .woocommerce-Price-amount.amount,ins.wc-block-components-product-price__value.is-discounted{
  font: 600 18px / 22px var(--font-one);
  color:var(--white);
}
.woocommerce-Price-amount bdi{
  font: 400 16px / 20px var(--font-one);
  color: #ADADAD;
}
.product-price  del{
  text-decoration-color:  #ADADAD;
}
.yith-wcwl-wishlistaddedbrowse{
  position: relative;
}
.yith-wcwl-wishlistaddedbrowse .feedback{
  gap: 0px;
}
.yith-wcwl-add-to-wishlist{
  margin-top: 0
}
.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img{
  color: #fff;
  margin-right: 0 !important;
}
.yith-wcwl-add-to-wishlist-button svg, .yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon{
  height: 22px;
  color: #fff !important;
}
.add_to_cart_button.ajax_add_to_cart.added{
  display: none !important;
}
.cart-btn a, .wishlist-items-wrapper .product-add-to-cart a, .wishlist_table.mobile li .product-add-to-cart a {
  font-size: 0 !important;
  /* display: block !important; */
  padding: 0 !important;
  background-color: var(--orange) !important;
  height: 45px;
  width: 45px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.ajax_add_to_cart:hover,.wishlist_text:hover{
  background-color: var(--orange) !important;
  border-radius: 7px;
}
.cart-btn a:before, .wishlist-items-wrapper .product-add-to-cart a:before, .wishlist_table.mobile li .product-add-to-cart a:before {
  text-align: center;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 17px;
  color: #fff;
}
.yith-wcwl-add-button{
  text-align: center;
}
.cart-btn a:before, .wishlist-items-wrapper .product-add-to-cart a:before, .wishlist_table.mobile li .product-add-to-cart a:before {
  content: "\f07a";
}
.shop.shop-product .woocommerce-ordering, .yith-wcwl-add-button span {
  display: none;
}
 .product-box:hover  .product-icon{
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  opacity: 1;
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--custom-button{
  background: transparent !important;
  border: none  !important;
}
 .wishlist_text i{
   margin-right: unset !important;
   line-height: 33px;
  font-size: 14px;
  height: 32px;
  width: 33px;
  background: #FCB900;
  text-align: center;
  border-radius: 6px;
  color: #000;
   position: relative;
 }
 .yith-wcwl-add-to-wishlist.exists .yith-wcwl-icon{
   font-weight: 800;
 }
.yith-wcwl-wishlistaddedbrowse a{
  position: absolute;
  top: left;
  font-size: 8px;
  left: 3px;
  top: 5px;
  opacity: 0;
  color: #fff;
 }
 .feedback{
   font-size: 0;
 }
 .yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg{
  color:#fff;
 }
 .popular-pro-box:hover del{
  text-decoration-color: #fff;
}
.shop.shop-product .popular-pro-box{
    width: 300px;
}
.shop.shop-product .woocommerce-ordering,.yith-wcwl-add-button span,.yith-wcwl-add-to-wishlist-button__label{
  display: none;
}
.explore-page-filters input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  cursor: pointer;
}
.explore-page-filters input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 18px;
  height: 18px;
  border: 1px solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
}

.explore-page-filters .form-control + .form-control {
  margin-top: 1em;
}
.explore-page-filters input[type="checkbox"] {
  display: grid;
  place-content: center;
}

.explore-page-filters input[type="checkbox"]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

.explore-page-filters input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.explore-page-filters input[type="checkbox"]::before {
  background-color: #FF6208;
}
.yith-wcwl-wishlistexistsbrowse a{
  position: absolute;
  top: 5px;
  font-size: 9px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
}
.wishlist-items-wrapper {
  gap: 10px;

}
.page-template-page-templateabout-php .about-page-btn,.woocommerce .loader::before{
  display: none;
}


.videoslider-video-btn{
  position: absolute;
    inset: 0;
    width: min-content;
    height: min-content;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: auto;
}
.videoslider-video-btn i{
  height: 50px !important;
  width: 50px !important;
  bottom: unset !important;
  top: unset !important;
  right: unset !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255 255 255 / 45%);
  backdrop-filter: blur(2px);
  font-size: 25px;
  color: var(--white);
  border-radius: 5px !important;
  position: relative;
}
.videoslider-video-btn::after{
  content: '';
  display: block;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0;
  border: 1px solid #fff;
  border-radius: 5px;
}
.videoslider-video-btn::before {
  animation: ripple 2s linear infinite;
}

.videoslider-video-btn::after{
  animation: ripple 2s linear 1s infinite;
}
@keyframes ripple{
  0% { transform: scale(1); }
  50% { transform: scale(1.3); opacity:1; }
  100% { transform: scale(1.6); opacity:0; }
}
.modal-new {
  display: none; 
  position: fixed;
  z-index: 999999999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.modal-contents {
  background-color: #1C1C1C;
    margin: auto;
    padding: 10px;
    transition: 2s;
    border-radius: 10px;
}
.close-one,.close {
  color: #fff;
  float: right;
  font-size: 25px;
  font-weight: bold;
  padding: 0px 10px;
  cursor: pointer;
  margin-bottom: 7px;
  background: transparent;
  border: unset;
  height: 38px;
  width: 38px;
  position: absolute;
  right: 0;
  margin: 15px 3% 0px 0px;
  border-radius: 10px;
  border: 1px solid #fff;
  display: flex;
  z-index: 99;;
  align-items: center;
  justify-content: center;
}

/* Character css */
.characters-inner-content{position: relative;z-index: 2;}
#characters .owl-stage-outer{
  padding-top: 10px;
}
.characters-img {
  width: 100%;
  height: 100%;
  max-width: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.characters-inner-content::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 90%;
  background: #333333;
  border-radius: 5px;
  bottom: 0;
  left: 0;
  right: 0;
}
.characters-inner-content:hover{
  background: transparent;
}
.characters-inner-content::after{
  content: '';
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  background-color: var(--orange);
  height: 0;
  transition: height 0.5s ease-in-out;
  width: 100%;
  clip-path: polygon( 97.863% 0%,97.863% 0%,98.21% 0.025%,98.539% 0.099%,98.845% 0.216%,99.125% 0.374%,99.374% 0.568%,99.588% 0.793%,99.761% 1.047%,99.891% 1.325%,99.972% 1.624%,100% 1.938%,100% 98.062%,100% 98.062%,99.972% 98.376%,99.891% 98.675%,99.761% 98.953%,99.588% 99.206%,99.374% 99.432%,99.125% 99.626%,98.845% 99.784%,98.539% 99.901%,98.21% 99.975%,97.863% 100%,93.59% 100%,93.59% 100%,92.619% 99.929%,91.699% 99.723%,90.84% 99.394%,90.056% 98.953%,89.359% 98.411%,88.761% 97.778%,88.275% 97.067%,87.912% 96.289%,87.685% 95.454%,87.607% 94.574%,87.607% 94.574%,87.551% 93.945%,87.389% 93.349%,87.13% 92.792%,86.782% 92.285%,86.355% 91.833%,85.857% 91.445%,85.297% 91.13%,84.684% 90.895%,84.027% 90.748%,83.333% 90.698%,16.239% 90.698%,16.239% 90.698%,15.546% 90.748%,14.889% 90.895%,14.275% 91.13%,13.715% 91.445%,13.218% 91.833%,12.79% 92.285%,12.443% 92.792%,12.184% 93.349%,12.022% 93.945%,11.966% 94.574%,11.966% 94.574%,11.888% 95.454%,11.661% 96.289%,11.298% 97.067%,10.811% 97.778%,10.213% 98.411%,9.516% 98.953%,8.732% 99.394%,7.874% 99.723%,6.953% 99.929%,5.983% 100%,2.137% 100%,2.137% 100%,1.79% 99.975%,1.461% 99.901%,1.155% 99.784%,0.875% 99.626%,0.626% 99.432%,0.412% 99.206%,0.239% 98.953%,0.109% 98.675%,0.028% 98.376%,0% 98.062%,0% 1.938%,0% 1.938%,0.028% 1.624%,0.109% 1.325%,0.239% 1.047%,0.412% 0.793%,0.626% 0.568%,0.875% 0.374%,1.155% 0.216%,1.461% 0.099%,1.79% 0.025%,2.137% 0%,97.863% 0% );
}
.characters-inner-content:hover::after{
  height: 90%;
  bottom: 0;
}
.characters-inner-content:hover::before{
  background:transparent;
}
.characters-title{
  bottom: -20px;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.characters-title a{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0px 29px;
}
.characters-inner-content:hover .characters-title{
  bottom: 0;
  opacity: 1;
}
.characters-inner-content:hover .characters-img{
  transform: translateY(-10px);
  transition: transform 0.8s;
}
div.pp_pic_holder{
  z-index: 999999 !important;
}
.body-wrapper {
  /* display: grid ;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem; */
  padding:20px 10px 0;
  /* overflow-x: hidden; */
}
.main-sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  height: max-content;
  background: #333333;
  padding: 10px;
  border-radius: 2px;
  /* width: 250px; */
}
 .right-sidebar{
  position: sticky;
  top: 0;
  align-self: start;
  height: max-content;
 }
 .live-streaming,.wallpaper{
  background: #333333;
  padding: 10px 10px 40px 10px;
  border-radius: 2px;
 }
 .border-seperator{
  width: 60%;
  background: #FFFFFF;
  height: 1px;
  margin: 20px auto 20px;
 }
.main-content {
  overflow-y: auto;
}
.logo-border{
  border-bottom: 1px solid #686868;
  width: 70px;
  margin: 15px auto;
}
.menu-title{
  padding: 10px 0 10px 0;
  font-family: var(--font-two);
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid #686868;
  margin-bottom: 20px;
  text-align: left;
}
.login-wrap svg{
  background: var(--orange);
  padding: 8px 8px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 30px;
  width: 30px;
}
.login-wrap{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 10px;
  padding: 10px;
  margin-top: 30px;
  text-transform: capitalize;
  font-weight: 600;
}
.live-streaming-content{
  border-radius: 5px;
}
.live-stream-heading{
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
}
.slider-content-box img{
  height: 75px;
  width: 100%;
  border-radius: 5px;
  filter: brightness(0.3);
  object-fit: cover;
}

.live-streaming-content{
  filter: brightness(0.6);
}
.streming-nav i{
  font-size: 14px;
  cursor: pointer;
}
.streming-nav i:hover{
  color: var(--orange);
}
/* .btn-wrap {
  margin: 0 auto;
} */
.wallpaper ul{
  display: grid ;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(7, 24px);
  gap: 10px;
  width: 100%;
  margin: 0 auto;
}
.icon_overlay{
  border-radius: 6px;
}
.wallpaper .vw_gallery_front img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}
.grid-items{
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.grid-items:nth-child(1){
  grid-row-start: 1;
  grid-row-end: 5;
  grid-column-start: 1;
  grid-column-end: 11
}
.grid-items:nth-child(2){
  grid-row-start: 5;
  grid-row-end: 9;
  grid-column-start: 1;
  grid-column-end: 7
}
.grid-items:nth-child(3){
  grid-row-start: 5;
  grid-row-end: 9;
  grid-column-start: 7;
  grid-column-end: 11
}

.anime-sidebar-wrap{
  height: 170px;
}
.anime-sidebar-wrap .anime-sidebar-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 155px;
  margin: 0 auto;
  right: 0;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transition: 0.4s cubic-bezier(0.28, 0.55, 0.385, 1.65);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px
}
.anime-sidebar-wrap .anime-sidebar-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.anime-sidebar-img:nth-child(1) {
  z-index: 10;
  top: 0px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.anime-sidebar-img:nth-child(2) {
  z-index: 9;
  top: 30px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.anime-sidebar-img:nth-child(3) {
  z-index: 8;
  top: 60px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.anime-sidebar-img:nth-child(4) {
  z-index: 7;
  top: 90px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.anime-sidebar-img:nth-child(5) {
  z-index: 6;
  top: 120px;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}


.anime-sidebar-img:first-child:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.anime-sidebar-img:last-child { opacity: 0; }



/* anime card */
.anime-header-inner{
  z-index: 1;
}
#top-chart .owl-nav{
  position: absolute;
  top: -50px;
  right: -15px;
  width: max-content;
}
#top-chart .owl-nav i:hover{
  color: var(--orange);
}
#top-chart .anime-video-box{
  width: 270px;
}
.anime-video-box{
  background: #333333;
  border-radius: 5px;
}
.anime-title a{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.anime-year{
  background: #fff;
  width: max-content;
  border-radius: 6px;
  padding: 6px 6px;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--orange);
  color: var(--orange);
}
.anime-rating{
  background: #fff;
  width: max-content;
  border-radius: 6px;
  display: flex;
  padding: 6px 6px;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--orange);
  color: var(--orange);
}
.anime-rating i,.anime-favourite i{
  font-weight: 300;
}
.anime-favourite i{
  cursor: pointer;
  color:var(--orange);
}
.anime-img{
  height: 200px;
  position: relative;
  overflow: hidden;
}
.anime-img:after {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  transition: all 3s ease;
}
.anime-video-box:hover .anime-img:after{
  -webkit-animation: shine .71s;
  animation: shine .71s;
  transition: all 3s ease;
}
@-webkit-keyframes shine {
  100% {
      left: 125%;
  }
}

@keyframes shine {
  100% {
      left: 125%;
  }
}
#continue-watching .anime-img img{
  filter: brightness(0.3); 
}
.anime-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
 
}
.anime-content{
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px
}

.anime-content .anime-favourite{
  background: transparent;
  padding: 0;
  border: none;
  font-size: 18px;
}
.anime-content .anime-collection-toggle.in-collection:hover{
  background: transparent;
}
.anime-content .anime-collection-toggle.in-collection  i{
  font-weight: 600;
  color: var(--orange);
}
.cancel-added i{
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  position: absolute;
  top: -14px;
  right: -11px;
  border: 1px solid;
  font-size: 13px;
  background: #FF640A;
  cursor: pointer;  
}


/* login form */
#loginform{
  background: #333333;
border-radius: 30px;
padding: 35px;
display: flex;
flex-direction: column;
gap: 10px;
}
#loginform label{
  font-weight: 600;
  padding-bottom: 10px;
}
.login-submit{
  text-align: center;
}
.login-submit input{
  display: inline-block;
  border-radius: 6px;
  padding: 10px 30px;
  font: 600 15px / 20px var(--font-one);
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px #00000029;
  position: relative;
  z-index: 1;
  background: var(--orange);
  border: none;
}




