/* Loader */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000; /* Black background for the loader */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
  opacity: 1; /* Fully visible initially */
  visibility: visible; /* Ensures it's displayed initially */
  transition: opacity 0.8s ease, transform 0.8s ease; /* Smooth transition */
}

.loader-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

/* Background Animation */
.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, #141414, #000); /* Subtle gradient background */
  z-index: 1;
}

/* Logo Name Animation */
.logo-name {
  width: 300px;
  height: auto;
  animation: fadeSlideIn 2s ease-in-out; /* Plays once during load */
}

/* Logo Name Keyframes */
@keyframes fadeSlideIn {
  0% {
    opacity: 0.5;
    transform: scale(0.9) translateY(20px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* Loading Bar */
.loading-bar {
  margin: 20px auto 0;
  width: 150px;
  height: 5px;
  background: #f7b500;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}

.loading-bar::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 100%;
  background: #fff;
  animation: loadingSlide 1.5s infinite;
}

@keyframes loadingSlide {
  0% {
    left: -50px;
  }
  50% {
    left: 75px;
  }
  100% {
    left: 150px;
  }
}

/* Smooth Zoom-Forward and Fade-out Effect */
.fade-out {
  opacity: 0; /* Gradually fades out */
  visibility: hidden; /* Hides it after fading out */
  transform: scale(1.2); /* Slight zoom forward */
  transition: opacity 0.8s ease, transform 0.8s ease; /* Matches the JavaScript timing */
}

    @font-face {
      font-family: "Anton SC"; /* Choose a name for your font */
      src: url("./Fonts/Anton_SC/AntonSC-Regular.ttf") format("woff2"), /* Path to your font file */
           url("./Fonts/AntonSC-Regular.ttf") format("woff");
      font-weight: normal; /* Optional: Define weight if you have multiple versions */
      font-style: normal;  /* Optional: Define style if you have multiple versions */
    }

    @font-face {
      font-family: "Public Sans"; /* Choose a name for your font */
      src: url("./Fonts/Public_Sans/PublicSans-VariableFont_wght.ttf") format("woff2"), /* Path to your font file */
           url("./Fonts/Public_Sans/PublicSans-Italic-VariableFont_wght.ttf") format("woff");
      font-weight: normal; /* Optional: Define weight if you have multiple versions */
      font-style: normal;  /* Optional: Define style if you have multiple versions */
    }

    @font-face {
      font-family: "Comic Sans MS"; /* Choose a name for your font */
      src: url("./Fonts/Comic\ Sans\ MS.ttf") format("woff2"), /* Path to your font file */
           url("./Fonts/Comic\ Sans\ MS.ttf") format("woff");
      font-weight: normal; /* Optional: Define weight if you have multiple versions */
      font-style: normal;  /* Optional: Define style if you have multiple versions */
    }

.skelenton{
  animation: skelenton-loeading 1s linear infinite alternate;
}

.skelenton-text{
  margin-bottom: .25rem;
  border-radius: .125rem;
}

.skelenton-box{
  margin-bottom: .25rem;
  border-radius: .125rem;
  margin: 0 4% .5em 4%;
  text-decoration: none;
  display: inline-block;
  visibility: hidden;
}

/* .skelenton-text:last-child{
  margin-bottom: 0;
  width: 80%;  
} */

@keyframes skelenton-loeading {
  0% {
    background-color: hsl(190.91deg 64.71% 3.33% / 70.9%);
  }

  100% {
    background-color: hsla(200, 23%, 10%, 0.452);
  }
}


@import url('http://fonts.googleapis.com/css?family=source+sans+pro:400');
  @media screen and (max-width: 840px) and (min-width: 481px) and (orientation: landscape){
  body, html {
      font-size: 1.2vw;
  }}
  head {
      display: none;
  }
  @media screen and (max-width: 840px) and (min-width: 481px) and (orientation: landscape){
    body, html {
        font-size: 1.2vw;
    }}
    @media screen and (max-aspect-ratio: 4/3) and (max-width: 840px) and (min-width: 481px){
    body, html {
        font-size: 1vw;
    }}
  @font-face {
    font-family: nf-icon;
    src: url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.eot);
    src: url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.eot?#iefix) format('embedded-opentype'), url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.woff) format('woff'), url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.ttf) format('truetype'), url(https://assets.nflxext.com/ffe/siteui/fonts/nf-icon-v1-88.svg#nf-icon-v1-88) format('svg');
    font-weight: 400;
    font-style: normal
  }

  @media (min-width: 768px) {
    .hide-on-large-screens {
      display: none;
    }
  }
  

body, html {
  background-color: #000000;  /* match manifest/theme-color */
  color: #fff;
  width: 100%;
  height: 100%;
  font-family: 'Arial', 'Helvetica', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  user-select: none;
  cursor: default;
  -webkit-touch-callout: none;
  color-scheme: dark;         /* hints UA to use dark UI */
}

  body {
      margin: 0;
  }
  body {
      margin: 0;
  }
  user agent stylesheet
  body {
      display: block;
      margin: 8px;
  }
  
/* iPhone-specific styles */
@media only screen and (max-device-width: 812px) and (-webkit-max-device-pixel-ratio: 3) {
  #iphone-section {
    display: block;
  }
}

/* Styles for all other devices */
@media not screen and (max-device-width: 812px) and (-webkit-max-device-pixel-ratio: 3) {
  #iphone-section {
    display: none;
}
}

  .Wenonline {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #000;
    image-rendering: -webkit-optimize-contrast;
  }

  nav
  {
    position: fixed;
    z-index: 20;
    width: 100%;
    border-radius: 0;
    filter: blur(-11px);
    background: linear-gradient(180deg, rgb(0 0 0 / 75%) 10%, transparent);
    height: 50px;
    opacity: 8;
  }

  @media screen and (max-width: 769px) {
    nav {
      height: 40px;
    }
  }
  @media screen and (max-width: 505px) {
    nav {
      height: 50px;
    }
  }
  
  
  /* this is for the scroll hover change color */
  
  
  
  /*Apply styles after scroll*/
  .scrolling-active{
    background-color: rgb(0, 0, 0);
    box-shadow: 0 3px 1rem rgba(0,0,0,.1);
  }
  
  .scrolling-active nav{
    background-color: #000000;
  }
  
  .scrolling-active nav a{
    color: #fffffff7;
  }
  
  /* scrole change color ending */
  
  
  .menu {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0%;
    z-index: 20;
    opacity: 100;
    image-rendering: -webkit-optimize-contrast;
    filter: blur(-5.5px);
    margin-top: 8.5px;
    overflow: visible;
  }

  @media screen and (max-width: 769px) {
    .menu {
      margin-top: -1px;
    }
  }

  @media screen and (max-width: 505px) {
    .menu {
      margin-top: 5px;
    }
  }

  .menu ul
  {
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 1.2vw;
    font-family: Comic Sans MS;
    justify-content: space-evenly;
    width: 35%;
    position: relative;
    left: 0;
    float: right;
    list-style: none;
    z-index: 2;
    cursor: default;
  }

  @media screen and (max-width: 1024px) {
    .menu ul,
    .user-pic {
    font-size: 1.5vw !important;
    width: 50%;
    }
  }
  @media screen and (max-width: 820px) {
    .menu ul,
    .user-pic {
    font-size: 1.8vw !important;
    width: 55%;
    }
  }
  @media screen and (max-width: 769px) {
    .menu ul,
    .user-pic {
    font-size: 2vw !important;
    width: 55%;
    }
  }
  @media screen and (max-width: 505px) {
    .menu ul,
    .user-pic {
      font-size: 2.5vw !important;
      width: 63%;
      font-weight: bolder;
      letter-spacing: 2px;
    }
  }


  .menu ul li
  {
    list-style: none;
  }
  .menu ul li,
  .menu ul li a
  {
    color: rgb(255, 255, 255);
    line-height: 40px;
    text-decoration: none;
    font-family: Comic Sans MS;
  }

  @media screen and (max-width: 780px){
    .menu ul li,
    .menu ul li a {
      font-family: "Comic Sans MS", sans-serif;
      cursor: default;
    }
    }
  @media screen and (max-width: 500px){
    .menu ul li,
    .menu ul li a {
      font-family: "Comic Sans MS", sans-serif;
      cursor: default;
    }
    }
  
  .menu ul li span
  {
    color: rgb(255, 255, 255);
    line-height: 19px;
    text-decoration: none;
    font-family: Cushing Hv BT;
  }
  
  a:hover {
    color: #ff9100;
  }
  
  .menu ul li,
  .menu ul li a:hover {
    color: #ff9100;
  }
  
  .menu ul li,
  .menu ul li span:hover {
    color: #ff9100;
  }
  
  
  .menu ul li a.menu-item {
    transform: scale(1);
    transition: 2s;
    display: block;
  }

  @media screen and (max-width: 780px){
    .menu ul li a.menu-item {
      transform: scale(1);
      transition: 2s;
      display: block;
      cursor: default;
    }
    }
  @media screen and (max-width: 500px){
    .menu ul li a.menu-item {
      transform: scale(1);
      transition: 2s;
      display: block;
      cursor: default;
    }
    }
    
    .user-pic {
      background: none; 
      border: none; 
      font-size: 1.2vw; 
      padding: 0;
    }

    .user-pic:hover,:active {
      cursor: pointer;
      text-decoration: none;
      color: #ff9100;
    }

  @media screen and (max-width: 500px){
    .user-pic {
      background: none; 
      border: none; 
      font-size: 2.5vw;
      padding: 0;
    }
    }
  
  .menu ul li span.menu-item
  {
    transform: scale(1);
    transition: 2s;
    display: block;
  }
  
  
  .menu ul li span.menu-item
  {
    transform: scale(1);
    transition: 2s;
    display: block;
  }
  
  .menu p.hide-item
  {
    transform: scale(0);
  }

  /*  */
  .menu p:nth-child(1) a.logo-word
  {
    transition-delay: 1ms;
  }

  .menu p:nth-child(1) a.logo-word
  {
    transition-delay: 0.1ms;
  }

  /*  */
  .menu p a.logo-word.hide-item
  {
    transform: scale(0);
  }
  .menu ul li a.menu-item.hide-item
  {
    transform: scale(0);
  }
  .menu ul li:nth-child(2) a.menu-item
  {
    transition-delay: 0.7ms;
  }
  
  .menu ul li:nth-child(3) a.menu-item
  {
    transition-delay: 0.6ms;
  }

  .menu ul li:nth-child(4) a.menu-item
  {
    transition-delay: 0.5ms;
  }
  
  .menu ul li:nth-child(5) a.menu-item
  {
    transition-delay: 0.4ms;
  }
  
  .menu ul li:nth-child(6) a.menu-item
  {
    transition-delay: 0.3ms;
  }
  
  .menu ul li:nth-child(7) a.menu-item
  {
    transition-delay: 0.2ms;
  }
  
  .menu ul li:nth-child(8) span.menu-item
  {
    transition-delay: 0.1ms;
  }



  
  
  .menu ul li:nth-child(2) a.menu-item
  {
    transition-delay: 0.1ms;
  }
  
  .menu ul li:nth-child(3) a.menu-item
  {
    transition-delay: 0.2ms;
  }

  .menu ul li:nth-child(4) a.menu-item
  {
    transition-delay: 0.3ms;
  }
  
  .menu ul li:nth-child(5) a.menu-item
  {
    transition-delay: 0.4ms;
  }
  
  .menu ul li:nth-child(6) a.menu-item
  {
    transition-delay: 0.5ms;
  }
  
  .menu ul li:nth-child(7) a.menu-item
  {
    transition-delay: 0.6ms;
  }
  
  .menu ul li:nth-child(8) span.menu-item
  {
    transition-delay: 0.7ms;
  }

  #search{
    cursor: pointer;
  }

  @media screen and (max-width: 769px){
    #search{
      cursor: default;
    }
    }
    @media screen and (max-width: 505px){
      #search{
        cursor: default;
      }
    }
  
  .search-form 
  {
    position: absolute;
    top: 3px;
    transform: translateX(0);
    width: 100%;
    left: 50%;
    height: 35px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  
  .search-form.activa
  {
    opacity: 1;
    top: 0.2vh;
    visibility: visible;
    z-index: 2;
    transition-delay: 0.9s;
    transform: translateX(-50%);
  }
  .search-form input
  {
    width: 80%;
    height: 35px;
    background: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    border: none;
    outline: none;
    margin-top: 0;
    font-size: 16px;
    pointer-events: visible;
  }
  .search-form input::placeholder
  {
    color: rgb(255, 255, 255);
    top: 15px;
  }
  .search-form:before
  {
    content: '\f002';
    position: absolute;
    top: 12px;
    left: -26px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-family: fontAwesome;
  }

/* Drop Down List */


/* Drop Down List */

.search-form .search_box1 {
  position: absolute;
  border: 1px solid #000000;
  top: 40px;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background: black;
  justify-content: center;
}

.search-form .search_box1 .search_box2 {
  border-radius: 10px;
  width: 100%;
  border-radius: 3px;
  height: 100vh;
  padding: 0px 7px 0px 7px;
  overflow-y: scroll;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer/Edge */
}

/* Hide scrollbar for WebKit browsers */
.search-form .search_box1 .search_box2::-webkit-scrollbar {
  display: none;
}

.search-form .search_box1 .search_box2 .top_box {
  height: 60px;
  border-radius: 3px;
  background-color: #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}

.search-form .search_box1 .search_box2 .header_box {
  height: 200px;
  border-radius: 3px;
  background-color: #333;
  margin: 3vh 0px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-form .search_box1 .search_box2 .header_box p {
  font-size: 40px;
  font-weight: bold;
  color: white;
}

.search-form .search_box1 .search_box2 .body_box {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'poppins', sans-serif;
  font-size: 18px;
  margin-bottom: 45px;
}

.search-form .search_box1 .search_box2 #root_box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
}

.search-form .search_box1 .search_box2 .box_box {
  margin: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #333;
  background-color: #000000;
  border-radius: 5px;
  width: 100%;
  height: auto;
  z-index: 2;
}


/* Media Query for smaller screens */
@media screen and (max-width: 600px) {
  .search-form .search_box1 .search_box2 #root_box {
      grid-template-columns: initial;
  }
}

@media screen and (max-width: 505px){
  .search-form .search_box1 .search_box2 #root_box {
    grid-template-columns: initial;
    }
  }


.search-form .search_box1 .search_box2 .img-box_box {
  width: 100%;
  height: 100%;
  align-items: center;
  z-index: 2;
  border-radius: 5px 5px 0 0;
  justify-content: center;
}
.search-form .search_box1 .search_box2 .images_box {
  max-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 5px 5px 0 0;
  object-fit: cover;
  object-position: center;
}
.search-form .search_box1 .search_box2 .bottom_box {
  margin-top: 0px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  height: 100%;
  border-radius: 0 0 5px 5px;
  background: #060000;
}
.search-form .search_box1 .search_box2 p {
  padding: 0px;
  font-size: 0.9vw;
  font-family: monospace;
  color: #ffffff;
  font-weight: 600;
  margin: 5px 0px 5px 0px
}

@media screen and (min-width: 890px) {
  .search-form .search_box1 .search_box2 p {
    line-height: 2;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .search-form .search_box1 .search_box2 p {
    line-height: 2.5;
    font-size: 1vw;
  }
}

@media screen and (max-width: 769px){
.search-form .search_box1 .search_box2 p {
  line-height: 2.5;
  font-size: 1.8vw;
  }
}
@media screen and (max-width: 505px){
.search-form .search_box1 .search_box2 p {
  line-height: 2.5;
  font-size: 3.5vw;
  }
}


.search-form .search_box1 .search_box2 a {
  width: 30%;
  border: none;
  border-radius: 10px;
  background-color: aliceblue;
  margin: 5px 0px 5px 0px;
}

.search-form .search_box1 .search_box2 a .Play_box {
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
  border-radius: 10px;
  background-color: aliceblue;
  padding: 0.3vw 0.3vw;
  cursor: pointer;
  color: black;
  font-size: 1.5vw;
  font-family: cursive;
  font-weight: 550;
  line-height: 4vw;
  margin: 0px 0px 0px 0px;
}


@media screen and (min-width: 890px) {
.search-form .search_box1 .search_box2 a .Play_box {
    line-height: 2;
    font-size: 1.5vw;
    font-family: "Comic Sans MS", sans-serif;
  }
}
@media screen and (min-width: 1200px) {
.search-form .search_box1 .search_box2 a .Play_box {
    line-height: 1.5;
    font-size: 1vw;
    font-family: "Comic Sans MS", sans-serif;
  }
}

@media screen and (max-width: 769px){
.search-form .search_box1 .search_box2 a .Play_box {
  line-height: 2.5;
  font-size: 1.5vw;
  font-family: "Comic Sans MS", sans-serif;
  cursor: default;
  }
}
@media screen and (max-width: 505px){
.search-form .search_box1 .search_box2 a .Play_box {
  line-height: 2.5;
  font-size: 3.5vw;
  font-family: "Comic Sans MS", sans-serif;
  cursor: default;
  }
}


.search-form .search_box1 .search_box2 a:hover {
  background-color: #fb9905;
  border: none;
  border-radius: 10px;
}

.search-form .search_box1 .search_box2 a .Play_box:hover {
  background-color: #fb9905;
  width: 100%;
  height: 100%;
  position: relative;
  border: none;
  border-radius: 10px;
  padding: 0.3vw 0.3vw;
  cursor: pointer;
  color: black;
  font-size: 0.8vw;
  font-weight: 550;
  margin: 0px 0px 0px 0px;
}

@media screen and (min-width: 890px) {
.search-form .search_box1 .search_box2 a .Play_box:hover {
    line-height: 2;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1200px) {
.search-form .search_box1 .search_box2 a .Play_box:hover {
    line-height: 1.5;
    font-size: 1vw;
  }
}

@media screen and (max-width: 769px){
.search-form .search_box1 .search_box2 a .Play_box:hover {
  line-height: 2.5;
  font-size: 1.5vw;
  cursor: default;
  }
}
@media screen and (max-width: 505px){
.search-form .search_box1 .search_box2 a .Play_box:hover {
  line-height: 2.5;
  font-size: 3.5vw;
  cursor: default;
  }
}


.search-form .search_box1::-webkit-scrollbar {
  display: none;
}


/* nav .search-form .search_box2 a{
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  transition: .3s linear;
} */

/* nav .search-form .search_box2 a:hover{
  background: rgb(184, 184, 184, .6);
}

nav .search-form .search_box2 a img{
  width: 30px;
  height: 45px;
  border-radius: 5px;
  margin: 0px 5px;
}

nav .search-form .search_box2 a .content2 {
  color: #fff;
}

nav .search-form .search_box2 a .content2 h6 {
  font-size: 13px;
}

nav .search-form .search_box2 a .content2 p {
  color: rgb(255, 255, 255, .7);
  font-size: 11px;
  font-weight: 500;
  bottom: 25px;
  position: relative;
}  */

/* Drop Down List */


/*  */



/*  */

  .close
  {
    position: absolute;
    left: 94%;
    top: 0.4vh;
    height: 28px;
    background: #fff0;
    color: #fff;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    width: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
  }
  
  @media screen and (max-width: 1024px) {
    .close {
      font-size: 2vw;
      }
  }
  @media screen and (max-width: 820px) {
    .close {
      font-size: 2.5vw;
      }
    }
    @media screen and (max-width: 769px) {
      .close {
        font-size: 2.5vw;
        }
    }
  @media screen and (max-width: 505px) {
    .close {
      font-size: 2.5vw;
    }
}

.close.activa{
  opacity: 1;
  visibility: visible;
  z-index: 2;
  left: 92%;
}

@media screen and (max-width: 1024px) {
  .close.activa {
    font-size: 2vw;
    cursor: pointer;
    left: 88.2%;
    }
}

@media screen and (max-width: 820px) {
.close.activa {
    font-size: 2.5vw;
    cursor: pointer;
    left: 87.2%;
    }
  }
  @media screen and (max-width: 769px) {
  .close.activa {
      font-size: 2.5vw;
      cursor: default;
      left: 86.9%;
      }
  }
@media screen and (max-width: 505px) {
.close.activa {
    font-size: 2.7vw;
    cursor: default;
    left: 87%;
  }
}

  
nav .Plogo-word {
  margin: 0;
  padding: 0;
}
nav .logo-word {
  position: absolute;
  left: 3vh;
  bottom: 0%;
  opacity: 8;
  z-index: 20;
  margin: 12px;
  padding: 0;
  font-size: 1.3vw;
  font-family: 'Comic Sans MS', 'Arial', 'Helvetica', sans-serif;
  color: #fb9905;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  nav .logo-word {
    font-size: 2vw;
    display: flex;
    margin: 7px;
    padding: 0;
    font-family: 'Comic Sans MS', 'Arial', 'Helvetica', sans-serif;
  }
}
@media screen and (max-width: 820px) {
  nav .logo-word {
    font-size: 2vw;
    font-family: 'Comic Sans MS', 'Arial', 'Helvetica', sans-serif;
    display: flex;
    margin: 12px;
    padding: 0;
    letter-spacing: 1.5px;
    cursor: default;
  }
}

@media screen and (max-width: 769px) {
  nav .logo-word {
    font-size: 2vw;
    font-family: 'Comic Sans MS', 'Arial', 'Helvetica', sans-serif;
    display: flex;
    margin: 12px;
    padding: 0;
    letter-spacing: 1.5px;
    cursor: default;
  }
}
@media screen and (max-width: 505px) {
  nav .logo-word {
    left: 0vh;
    font-size: 2.88vw;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-family: 'Comic Sans MS', 'Arial', 'Helvetica', sans-serif;
    cursor: default;
  }
}


/* Notification Bell */

.badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: orange;
  color: white;
  border-radius: 50%;
  padding: 5px 7px;
  font-size: 12px;
  display: none;
}


/* Notification Bell End */

/* SUB-MENU */

.sub-menu-wrap {
  position: absolute;
  top: 100%;
  right: 5%;
  width: 300px;
  visibility: hidden; /* Initially hidden */
  opacity: 0; /* Initially transparent */
  transition: opacity 0.3s ease, visibility 0s 0.3s; /* Smooth transition for opacity and visibility */
  margin-right: 5%;
}

.sub-menu-wrap.open-menu {
  visibility: visible; /* Make it visible when toggled */
  opacity: 1; /* Make it fully opaque */
  transition: opacity 0.3s ease, visibility 0s; /* Allow instant visibility change when opening */
}


.sub-menu {
  background: #fff;
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
}

/* Second zs-sub-mainue */
.Zs-sub-menu-wrap {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  z-index: 999;
}

.Zs-sub-menu-wrap.open-menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease, visibility 0s;
}

.Zs-sub-menu {
  background: #fff;
  padding: 20px;
  margin: 10px;
  border-radius: 10px;
}

/* Second zs-sub-mainue end  */

.user-info {
  display: flex;
  align-items: center;
}

.user-info h3 {
  font-weight: 500;
  color: #04313a;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-info img {
  width: 60px;
  border-radius: 50%;
  margin-right: 15px;
}

i#editProfilePicBtn {
  cursor: pointer;
  color: #04313a;
  font-size: 13px;
  margin-right: 5px;
}

i#editProfilePicBtn:active {
transform: scale(0.7)
}

@media screen and (max-width: 769px) {
  i#editProfilePicBtn {
    cursor: default;
  }
}

.sub-menu hr {
  border: 0;
  height: 1px;
  width: 100%;
  background: #ccc;
  margin: 15px 0 10px;
}

.sub-menu-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin: 9px 0;
}

@media screen and (max-width: 769px) {
  .sub-menu-link {
    cursor: default;
  }
}

.sub-menu-link:hover {
  color: #def2f5;
}

.sub-menu-link:active {
  color: #def2f5;
}

@media screen and (max-width: 769px) {
  .sub-menu-link:hover, .sub-menu-link:active {
    cursor: default;
  }
}

.sub-menu-link p {
  width: 100%;
  font-size: 13px;
}

.sub-menu-link i {
  font-size: 20px;
  padding: 8px;
  margin-right: 15px;
}

.sub-menu-link span {
  font-size: 20px;
  transition: transform 0.5s;
}

.sub-menu-link:hover span {
  transform: translate(4px);
}

.sub-menu-link:hover p {
  font-weight: 600;
}



/* card shell */
.zs-card{
  width:min(92vw,420px);
  backdrop-filter: blur(10px);
  padding:16px;
  width: 100%;
}

/* header */
.zs-card-header{ display:grid; grid-template-columns:56px 1fr auto; gap:12px; align-items:center; }
.zs-avatar{ width:56px; height:56px; border-radius:50%; object-fit:cover; }
.zs-user-meta{ min-width:0; }
.zs-username{ display:flex; flex-wrap:wrap; gap:6px 8px; align-items:center; }
.zs-verified{ font-size:12px; padding:2px 8px; border-radius:999px; background:#0f2c2d; border:1px solid rgba(134,255,231,.35); color:#8fffe7; flex:0 0 auto;}
.zs-muted{ font-size:12px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.zs-edit{ padding:8px 12px; border-radius:12px; font-weight:600; flex:0 0 auto; white-space:nowrap;}


/* Tab tighten */
@media (max-width:769px){
  .zs-username{ font-size:12px; }
}

/* Mobile tighten */
@media (max-width:420px){
  .zs-username{ font-size:16px; }
  .zs-edit{ padding:6px 10px; border-radius:10px; }
}

/* rows */
.zs-actions{ margin:12px 0 8px; border-top:1px solid rgba(134,255,231,.12); }
.zs-row{ font-size: 12px; display:flex; align-items:center; gap:12px; padding:12px 4px; color:#d6e7eb; text-decoration:none; }
.zs-row em{ margin-left:auto; color:#7fa7b0; }
.zs-row i{ width:20px; text-align:center; color:#cfe9f0; }

/* progress */
.zs-progress-block{ margin:8px 0 12px; }
.zs-progress-top{ display:flex; justify-content:space-between; font-size:12px; color:#b6d7de; margin-bottom:6px; }
.zs-progress{ width:100%; height:8px; border-radius:999px; overflow:hidden; }
.zs-progress span{ display:block; height:100%; }
.zs-links{ display:flex; gap:10px; margin-top:8px; font-size:12px; }
.zs-ellipse{ max-width:55%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }

/* footer */
.zs-footer{ display:flex; justify-content:space-between; align-items:center; margin-top:8px; }
.zs-signout{ background:#2a1a12; border:1px solid rgba(255,170,120,.22); color:#ffd6bf; padding:8px 12px; border-radius:12px; }
.zs-switch{ position:relative; width:44px; height:24px; display:inline-block; }
.zs-switch input{ display:none; }
.zs-switch span{ position:absolute; inset:0; background:#20323a; border-radius:999px; }
.zs-switch span:after{ content:""; position:absolute; top:3px; left:4px; width:18px; height:18px; background:#9fd8ff; border-radius:50%; transition:.25s; }
.zs-switch input:checked + span{ background:#1f2937; }
.zs-switch input:checked + span:after{ transform:translateX(20px); background:#ffe49a; }


/* --- modal shell --- */
.zs-modal{ position:fixed; inset:0; background:rgba(0,0,0,.45); display:none; align-items:center; justify-content:center; z-index:9999; }
.zs-modal.is-open{ display:flex; }
.zs-modal__panel{
  width:min(96vw,740px); max-height:86vh; overflow:auto;
  background:linear-gradient(180deg, rgba(9,23,31,.94), rgba(9,23,31,.86));
  border:1px solid rgba(134,255,231,.15); border-radius:18px; box-shadow:0 20px 60px rgba(0,0,0,.45);
  color:#e9f3f6; padding:16px 18px 22px;
}
.zs-modal__hdr{ display:flex; justify-content:space-between; align-items:center; gap:10px; }
.zs-x{ background:#162938; color:#fff; border:1px solid rgba(255,255,255,.15); border-radius:10px; padding:6px 10px; }

/* tabs */
.zs-tabs{ display:flex; gap:8px; margin:10px 0 6px; flex-wrap:wrap; position: relative; }
.zs-tab{ background:#14323a; color:#c7f7ee; border:1px solid rgba(134,255,231,.2); border-radius:10px; padding:8px 12px; font-weight:800; }
.zs-tab.is-active{ background:#0f2c2d; border-color:rgba(134,255,231,.45); }
.zs-tabpanel{ display:none; margin-top:8px; }
.zs-tabpanel.is-active{ display:block; }

/* form */
.zs-form{ display:block; }
.zs-field{ display:block; margin:10px 0; }
.zs-field span{ display:block; font-weight:900; margin-bottom:6px; color:#fff; }
.zs-field input, .zs-field select{
  width:95%; height:46px; background:rgba(255,255,255,.06); color:#e9f3f6; border:1px solid rgba(255,255,255,.12);
  border-radius:10px; padding:0 0px 0 12px; font-weight:700;
}

/* Dark dropdown for all selects inside the modal */
.zs-modal select{
  background:#0f2c2d;              /* closed field bg */
  color:#e9f3f6;                    /* text color */
  border:1px solid rgba(134,255,231,.25);
  -webkit-appearance:none;          /* hide native arrow */
  -moz-appearance:none;
  appearance:none;
  padding-right:34px;               /* room for custom arrow */
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23c7f7ee' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat:no-repeat;
  background-position:right 12px center;
  background-size:12px 12px;
}
.zs-modal select:focus{
  outline:none;
  box-shadow:0 0 0 2px rgba(134,255,231,.25);
}

/* The opened list & items (supported on modern browsers incl. Chrome/Edge/Firefox) */
.zs-modal select option{
  background:#0f2c2d;   /* dropdown list bg */
  color:#e9f3f6;
}
.zs-modal select option:checked,
.zs-modal select option:hover{
  background:#14323a;   /* highlight */
  color:#ffffff;
}

/* Hide the old IE arrow if it ever shows */
.zs-modal select::-ms-expand{ display:none; }


.zs-primary{ width:100%; margin-top:12px; height:48px; border-radius:12px; background:#162938; color:#fff; border:0; font-weight:900; }
.linklike{ background:none; border:0; color:#86ffe7; font-weight:800; cursor:pointer; }
.zs-help{ color:#b9d2da; margin:6px 0; }

.zs-role-fields.is-hidden{ display:none; }
.zs-danger{ background:rgba(255,255,255,.04); font-size: 12px; border:1px solid rgba(255,255,255,.1); border-radius:12px; padding:12px; }
.zs-danger-btn{ width:100%; height:46px; border-radius:12px; background:#3b1111; border:1px solid #aa5b5b; color:#ffd6bf; font-weight:900; }

.zs-checklist{ margin-top:12px; padding:10px 12px; border:1px dashed rgba(134,255,231,.35); border-radius:12px; }
.zs-checklist h4{ margin:0 0 8px; }
.zs-checklist ul{ margin:0; display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); grid-gap: 20px; padding-left:18px; align-items: center; width: 100%; margin-top: 5%; }

.zs-checklist ul .zs-cl-link {
  background: none;
  border: none;
}


/* Chip-style helper link */
.zs-chip{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 12px; border-radius:999px;
  background:rgba(134,255,231,.08);
  border:1px solid rgba(134,255,231,.25);
  color:#c7f7ee; font-weight:700;
}
.zs-chip:before{content:"ℹ"; display:inline-block; font-weight:900; opacity:.9}

/* Checklist drawer inside modal */
.zs-checklist{
  margin-top:12px; padding:12px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
}
.zs-cl-head{display:flex; justify-content:space-between; font-size: 12px; align-items:center; margin-bottom:8px}
.zs-cl-title{font-weight:900}
.zs-cl-close{background:#162938; color:#fff; border:1px solid rgba(255,255,255,.15); border-radius:8px; padding:2px 8px}
.zs-cl-list{list-style:none; margin:0; padding:0; display:grid; gap:8px}
.zs-cl-item{display:flex; gap:10px; align-items:flex-start; background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.08); border-radius:10px; padding:10px}
.zs-cl-bullet{width:18px; height:18px; display:inline-grid; place-items:center; border-radius:50%;
  background:#0f2c2d; border:1px solid rgba(134,255,231,.35); color:#86ffe7; font-weight:900}
.zs-cl-text small{display:block; color:#9fb8c0; margin-top:2px}



/* Profile card (avatar panel) – center and fit on phones */
@media (max-width: 560px){
  .sub-menu-wrap{ position:fixed; top:64px; right:auto; left:50%; transform:translateX(-50%);
    width:min(94vw, 460px); margin-right:0; z-index:9998; }
  .sub-menu{ padding:14px; margin:0; border-radius:14px; }
  .zs-card-header{ grid-template-columns:48px 1fr auto; gap:10px }
  .zs-avatar{ width:48px; height:48px }
  .zs-username{ font-size:16px }
  .zs-edit{ padding:6px 10px; font-size:12px }
}

/* Edit-profile modal – full width on phones, single-column form */
.zs-modal{ align-items:flex-start; padding:14px }
@media (max-width: 560px){
  .zs-modal__panel{ width:96vw; max-height:88vh; padding:14px }
  .grid-2{ grid-template-columns:1fr !important; gap:10px !important }
}

/* Generic 2-col grid helper for forms (and collapse on mobile) */
.grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:20px }
@media (max-width: 560px){ .grid-2{ grid-template-columns:1fr; gap:10px } }




/* =========================
   THEME & TOKENS
   ========================= */
:root{
  --zs-bg-1: #0a161d;
  --zs-bg-2: #0f1f28;
  --zs-card: linear-gradient(180deg, rgba(10,22,29,.96), rgba(12,26,33,.90));
  --zs-border: rgba(134,255,231,.16);
  --zs-border-strong: rgba(134,255,231,.28);
  --zs-text: #def2f5;
  --zs-text-dim: #9fb6be;
  --zs-accent-1: #19bba0;
  --zs-accent-2: #5ca9ff;
  --zs-danger-bg: #2a1414;
  --zs-danger-bd: #a35a5a;
  --zs-shadow: 0 18px 50px rgba(0,0,0,.45);
}

@media (prefers-reduced-motion: reduce){
  *{ animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* =========================
   NAV POPOVER – DARK & ELEVATED
   ========================= */

/* Shell placement stays the same; just elevate the panel visuals */
.sub-menu-wrap,
.Zs-sub-menu-wrap{
  margin-right: 0; /* cleaner alignment with right edge */
  filter: drop-shadow(0 12px 30px rgba(0,0,0,.35));
}

/* Panel skins */
.sub-menu,
.Zs-sub-menu{
  background: var(--zs-card);
  color: var(--zs-text);
  border: 1px solid var(--zs-border);
  border-radius: 16px;
  padding: 16px;
  margin: 10px;
  backdrop-filter: blur(10px);
}

/* Dividers */
.sub-menu hr{ background: rgba(255,255,255,.12); }

/* Menu rows */
.sub-menu-link{
  color: var(--zs-text);
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 10px 10px;
  transition: background .2s ease, border-color .2s ease, transform .15s ease;
}
.sub-menu-link i{ color:#cfe9f0; }
.sub-menu-link:hover{
  background: rgba(255,255,255,.04);
  border-color: var(--zs-border);
  transform: translateY(-1px);
}
.sub-menu-link:active{
  transform: translateY(0);
  opacity: .9;
}
.sub-menu-link p{ font-size: 14px; }

/* Chevron */
.sub-menu-link span{
  font-size: 18px;
  color: var(--zs-text-dim);
}

/* =========================
   PROFILE CARD REFINEMENTS
   ========================= */
.zs-card{
  background: var(--zs-card);
  border: 1px solid var(--zs-border);
  color: var(--zs-text);
  box-shadow: var(--zs-shadow);
  border-radius: 18px;
}

/* Avatar ring + subtle hover */
.zs-avatar{
  border: 2px solid var(--zs-border-strong);
  box-shadow: 0 6px 18px rgba(0,0,0,.35);
}

/* Edit button + focus states */
.zs-edit{
  background: #14323a;
  border:1px solid var(--zs-border);
  color:#c7f7ee;
  transition: transform .15s ease, box-shadow .2s ease;
}
.zs-edit:hover{ transform: translateY(-1px); box-shadow: 0 10px 18px rgba(0,0,0,.25); }
.zs-edit:focus-visible{ outline: 2px solid var(--zs-accent-2); outline-offset: 2px; }

/* Metadata lines */
.zs-muted{ color: var(--zs-text-dim); }

/* Progress bar polish */
.zs-progress{ background: rgba(134,255,231,.12); }
.zs-progress span{
  background: linear-gradient(90deg, var(--zs-accent-1), var(--zs-accent-2));
}

/* Footer controls */
.zs-signout{
  background: var(--zs-danger-bg);
  border: 1px solid var(--zs-danger-bd);
}

/* =========================
   MODAL – DENSE + RESPONSIVE
   ========================= */
.zs-modal{ background: rgba(0,0,0,.52); }
.zs-modal__panel{
  background: linear-gradient(180deg, rgba(9,23,31,.96), rgba(9,23,31,.90));
  border: 1px solid var(--zs-border);
  color: var(--zs-text);
  box-shadow: var(--zs-shadow);
  border-radius: 18px;
}
.zs-x{ background:#162938; border:1px solid rgba(255,255,255,.15); }
.zs-x:focus-visible{ outline: 2px solid var(--zs-accent-2); outline-offset: 2px; }

/* Tabs */
.zs-tab{
  background:#14323a; color:#c7f7ee; border:1px solid var(--zs-border);
  transition: background .2s ease, border-color .2s ease, transform .15s ease;
}
.zs-tab:hover{ transform: translateY(-1px); }
.zs-tab.is-active{ background:#0f2c2d; border-color: var(--zs-border-strong); }
.zs-tab:focus-visible{ outline: 2px solid var(--zs-accent-1); outline-offset: 2px; }

/* Form fields */
.zs-field span{ color:#eaf6f8; font-weight: 800; font-size: 12px; }
.zs-field input, .zs-field select, .zs-field textarea{
  background: rgba(255,255,255,.06);
  color: var(--zs-text);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: 0 12px;
}
.zs-field textarea{ padding-top: 10px; }

/* Primary CTA */
.zs-primary{
  background:#162938; color:#fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.3);
  transition: transform .15s ease, box-shadow .2s ease;
}
.zs-primary:hover{ transform: translateY(-1px); box-shadow: 0 16px 28px rgba(0,0,0,.35); }
.zs-primary:focus-visible{ outline:2px solid var(--zs-accent-2); outline-offset:2px; }

/* Checklist panel inside modal */
.zs-checklist{ background: rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.12); }
.zs-cl-item{ border:1px solid rgba(255,255,255,.08); }

/* Install app CTA – keep your existing styles, just add hover focus polish */
.install-app-button{ outline: none; }
.install-app-button:focus-visible{ outline: 2px solid var(--zs-accent-2); outline-offset: 2px; }

/* =========================
   RESPONSIVE TUNING
   ========================= */

/* Large phones / small tablets */
@container (inline-size < 480px){ /* if you decide to wrap in a container later */ }

@media (max-width: 560px){
  /* Center the popover nicely under the navbar */
  .sub-menu-wrap{
    position: fixed; top: 64px; left: 46%; transform: translateX(-50%);
    width: min(90vw, 460px); margin-right: 0; z-index: 9998;
  }
  .sub-menu{ padding: 14px; margin: 0; border-radius: 14px; }
  .sub-menu-link{ padding: 10px 12px; }
}

/* Slightly larger touch targets on touch devices */
@media (hover: none){
  .sub-menu-link{ padding: 12px; }
}

/* Keyboard focus treatment for links in the popover */
.sub-menu a:focus-visible{ outline: 2px solid var(--zs-accent-1); outline-offset: 3px; border-radius: 12px; }

/* Ensure icons don’t shift on hover */
.sub-menu-link i{ width: 20px; text-align: center; }


.sr-only{ position:absolute !important; width:1px; height:1px; overflow:hidden; clip:rect(1px,1px,1px,1px); white-space:nowrap; }



/* .install-app-cta styles */


.install-app-cta {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.install-app-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 12px 18px;
  border: 1px solid rgba(59, 130, 246, 0.4);
  border-radius: 14px;
  background: linear-gradient(135deg, #0d1336 0%, #1e2a6d 52%, #2563eb 100%);
  color: #f8fafc;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
  box-shadow: 0 18px 32px rgba(23, 37, 84, 0.35);
  transition: transform 0.25s ease, box-shadow 0.3s ease, filter 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
}

.install-app-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(59, 130, 246, 0.2);
  color: #e0f2fe;
  font-size: 20px;
  box-shadow: 0 8px 16px rgba(37, 99, 235, 0.25);
}

.install-app-button-label {
  color: inherit;
}

.install-app-button:hover,
.install-app-button:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 24px 36px rgba(37, 99, 235, 0.35);
  filter: brightness(1.05);
  outline: none;
  border-color: rgba(56, 189, 248, 0.6);
}

.install-app-button:active {
  transform: translateY(0);
  box-shadow: 0 14px 24px rgba(30, 64, 175, 0.35);
}

.install-app-button[hidden] {
  display: none;
}

.install-app-button--fallback {
  background: linear-gradient(135deg, #10172a 0%, #1f2937 45%, #1d4ed8 100%);
  border-color: rgba(14, 165, 233, 0.45);
}

.install-app-button--fallback:hover,
.install-app-button--fallback:focus-visible {
  filter: brightness(1.06);
}

.install-app-hint {
  margin: 0;
  padding: 0 2px;
  font-size: 12px;
  color: rgba(148, 163, 184, 0.92);
  line-height: 1.55;
  display: none;
}

.install-app-hint:not([hidden]) {
  display: block;
}

.install-app-hint strong {
  color: #e0f2fe;
}

.install-app-hint--pulse:not([hidden]) {
  animation: installAppHintPulse 0.7s ease;
}

@keyframes installAppHintPulse {
  0% {
    transform: translateY(0);
    opacity: 0.25;
  }
  40% {
    transform: translateY(-2px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* SUB-MENU END */

  
  .angeelBACK img {
    position: absolute;
    left: 34%;
    transform: translate(-50%, 20%);
    opacity: 8;
    filter: blur(-100px);
    max-width: calc(70%);
    min-height: calc(93%);
    height: 90%;
    width: 93%;
    image-rendering: -webkit-optimize-contrast;
    z-index: 15;
    top: -5vh;
    }
  
    .angeelBACK:before {
      content: '';
      position: absolute;
      opacity: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, #000000e8 98%, transparent);
      transform: translate(-30%, 20%);
      opacity: 8;
      filter: blur(-100px);
      max-width: calc(99%);
      min-height: calc(93%);
      image-rendering: -webkit-optimize-contrast;
      z-index: 18;
      top: -9vh;
      }
  
  .angelSP2 {
    position: relative;
    left: 50%;
    transform: translate(-50%, 20%);
    opacity: 8;
    filter: blur(-100px);
    max-width: calc(60%);
    min-height: calc(66%);
    height: 73%;
    width: 40%;
    image-rendering: -webkit-optimize-contrast;
    z-index: 20;
    top: 28vh;
    }
    
  /* video - rating start */

/* Hi, i am card */
.card{
  width: 100%;
  height: 47.25vw;
  position: absolute;
  z-index: 0;
  background-color: #000;
}

/* @media screen and (max-width: 1300px) {
  .card {
    height: 45.25vw;
  }
} */

.cover{
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* 
.cover .posterR{
  width: 55%;
  height: 30%;
  max-width: calc(100%);
  max-height: calc(100%);
  border-radius: 5px;
  border: #fff 2px;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
}
 */

.cover .vid-imageY {
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cover video {
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cover .vid-imageY, .cover video {
  z-index: 000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 3s ease;
}


.card .details{
  bottom: 12vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 4%;
  position: absolute;
  top: 0;
  width: 36%;
}

@media screen and (max-width: 1024px) {
  .card .details {
    bottom: 7vw;
  }
}
@media screen and (max-width: 769px) {
  .card .details {
    bottom: 8vw;
  }
}
@media screen and (max-width: 505px) {
  .card .details {
    bottom: 13vw;
  }
}

.card .details .info{
  transition: transform 1.5s cubic-bezier(.165,.84,.44,1);
  width: 100%;
}

.details .info .LogoName{
  width: 20vw;
  color: #ff9100;
  font-family: monospace;
  font-size: 2.2vw;
  transition: transform 1.5s ease; /* Slightly slower */
  transition: transform 1.7s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
  max-width: calc(100%);
}



/* Slide down effect */
.LogoName.logo-shift {
  transform: translateY(2.5vw);
}

/* ========== DESCRIPTION ========== */
.movie-description {
  opacity: 1;
  max-height: 300px; /* Adjust based on your content height */
  overflow: hidden;
  transition: opacity 1.2s ease, max-height 1.2s ease;
  transform: translateY(0);
  will-change: opacity, max-height;
}

/* Fade and collapse out */
.movie-description.fade-out {
  opacity: 0;
  max-height: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

/* Bring it back */
.movie-description.fade-in {
  opacity: 1;
  max-height: 500px;
  transform: translateY(0);
}


@media screen and (max-width: 1024px) {
  .details .info .LogoName {
    position: relative;
    font-size: 2vw;
    font-weight: 550;
    width: 20vw;
    top: 0vw;
    font-family: monospace;
  }
}
@media screen and (max-width: 820px) {
  .details .info .LogoName {
    position: relative;
    font-size: 2vw;
    font-weight: 550;
    width: 20vw;
    top: 1vw;
    font-family: monospace;
  }
}
@media screen and (max-width: 769px) {
  .details .info .LogoName {
    position: relative;
    font-size: 2vw;
    font-weight: 550;
    width: 20vw;
    top: 1vw;
    font-family: monospace;
  }
}
@media screen and (max-width: 505px) {
  .details .info .LogoName {
    position: relative;
    width: 30vw;
    top: 2vw;
    font-size: 4.2vw;
    font-family: monospace;
  }
}


.details .info p{
  color: #fff;
  font-size: 1vw;
  font-weight: 400;
  font-family: Comic Sans MS;
  line-height: normal;
  margin-top: 0.1vw;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
  width: 50%;
}

@media screen and (max-width: 1024px) {
  .details .info p {
    color: #fff;
    font-size: 1.5vw;
    font-weight: 400;
    font-family: Comic Sans MS;
    line-height: normal;
    margin-top: 0.1vw;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
    width: 80%;
  }
}
@media screen and (max-width: 769px) {
  .details .info p {
    color: #fff;
    font-size: 1.8vw;
    font-weight: 400;
    font-family: Comic Sans MS;
    line-height: normal;
    margin-top: 0.1vw;
    text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
    width: 100%;
  }
}

@media screen and (max-width: 505px) {
  .details .info p {
display: none;
  }
}






.details .info .rating{
  color: #ff9100;
  font-size: 1.2vw;
  font-weight: 400;
  font-family: Comic Sans MS;
  line-height: normal;
  margin-top: 0.1vw;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
  width: 100%;
}

@media screen and (max-width: 505px) {
  .details .info .rating {
    position: relative;
    font-size: 2.7vw;
    top: 3.5vw;
  }
}


.details .info .category{
  color: #fff;
  font-size: 1.2vw;
  font-weight: 400;
  font-family: Comic Sans MS;
  line-height: normal;
  margin-top: 0.1vw;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 45%);
  width: 100%;
}

@media screen and (max-width: 769px) {
  .details .info .category {
    font-size: 1.8vw;
    font-family: Comic Sans MS;
  }
}
@media screen and (max-width: 505px) {
  .details .info .category {
    position: relative;
    font-size: 3vw;
    top: 2.5vw;
    right: 1vw;
    font-family: Comic Sans MS;
  }
}

@media screen and (min-width: 0) and (max-width: 480px) and (max-aspect-ratio: 4 / 3){
body, html {
    font-size: 1.5vw;
}}


@media screen and (min-width: 481px) and (max-width: 840px) and (max-aspect-ratio: 4 / 3){
body, html {
    font-size: 1vw;
}}

/* Hi, i am card End*/

/* Play And More Info */

@media screen and (max-width: 505px) {
  .play-more {
    position: relative;
    display: flex;
    line-height: 88%;
    margin-top: 1.5vw;
    white-space: nowrap;
    top: 2.5vw;
  }
}


.billboard-row .billboard .info .billboard-links {
  display: flex;
  line-height: 88%;
  margin-top: 1.5vw;
  white-space: nowrap;
}

.billboard-row .billboard .button-layer {
  position: relative;
  z-index: 10;
}

.billboard-row .billboard .info .billboard-links>a, .billboard-row .billboard .info .billboard-links>button {
  flex-shrink: 0;
}

.billboard-row .billboard .info .billboard-links>a {
  align-items: center;
  display: flex;
  justify-content: center;
}
.visually-hidden {
  clip: rect(1px 1px 1px 1px)!important;
  clip: rect(1px,1px,1px,1px)!important;
  height: 1px!important;
  overflow: hidden!important;
  position: absolute!important;
  display: contents;
  white-space: nowrap!important;
  width: 1px!important;
}

.billboard-row .billboard .info .billboard-links>a, .billboard-row .billboard .info .billboard-links>button {
  flex-shrink: 0;
}
.billboard-row .billboard .info .billboard-links>a {
  align-items: center;
  display: flex;
  justify-content: center;
}
a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.ltr-bp7x77.hasLabel.hasIcon {
  padding-left: 0.2rem;
  padding-right: 1.5rem;
  border-radius: 5px;
}

@media screen and (max-width: 820px) {
  .ltr-bp7x77.hasLabel.hasIcon {
    padding-left: 0.2rem;
    padding-right: 1.5rem;
    border-radius: 5px;
    cursor: default;
  }
}
@media screen and (max-width: 769px) {
  .ltr-bp7x77.hasLabel.hasIcon {
    padding-left: 0.2rem;
    padding-right: 1.5rem;
    border-radius: 5px;
    cursor: default;
  }
}
@media screen and (max-width: 505px) {
  .ltr-bp7x77.hasLabel.hasIcon {
    padding-left: 0.2rem;
    padding-right: 1.5rem;
    border-radius: 5px;
    cursor: default;
  }
}
.billboard-links .playLink button {
  margin-left: 0;
}
.ltr-bp7x77.hasIcon {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.ltr-bp7x77.hasLabel {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.ltr-bp7x77.color-primary {
  background-color: white;
  color: black;
}
.billboard-links button {
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.ltr-bp7x77 {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0.5rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: background-color,color;
  word-break: break-word;
  white-space: nowrap;
}

.ltr-1ksxkn9 {
  line-height: 0;
}

.ltr-bp7x77.color-primary {
  background-color: white;
  color: black;
}

.ltr-18dhnor.medium {
  height: 2.4rem;
  width: 2.4rem;
}

.ltr-18dhnor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ltr-18dhnor svg {
  height: 100%;
  width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
svg:not(:root) {
  overflow: hidden;
}

.ltr-1i33xgl {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;
}

.ltr-1hxoo2f {
  font-size: 1.6rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.4rem;
  font-family: monospace;
}

@media screen and (max-width: 505px) {
  .ltr-1hxoo2f {
    font-size: 2.6rem;
    line-height: 4.5rem;
    cursor: default;
  }
}

.ltr-bp7x77.hasIcon {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.ltr-bp7x77.hasLabel {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.ltr-bp7x77.color-secondary {
  background-color: rgba(109,109,110,0.7);
  color: white;
}
.billboard-links button {
  margin-bottom: 1rem;
  margin-right: 1rem;
}
.ltr-bp7x77 {
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
  padding: 0.5rem;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: background-color,color;
  word-break: break-word;
  white-space: nowrap;
}

.ltr-1ksxkn9 {
  line-height: 0;
}

.ltr-18dhnor.medium {
  height: 2.4rem;
  width: 2.4rem;
}
.ltr-18dhnor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ltr-18dhnor svg {
  height: 100%;
  width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}


.ltr-bp7x77.color-secondary:not(:disabled):hover {
  background-color: rgba(109,109,110,0.4);
}

.ltr-bp7x77.color-primary:not(:disabled):hover {
  background-color: rgba(255,255,255,0.75);
}

/* Play And More Info */


/* slider Lolomo row */

.fullbleed{
  color: #fff;
  position: absolute;
  width: 100%;
  top: 39vw;
  background: linear-gradient(to top, #000, 98.3%, transparent);
}

.lolomoRow {
  z-index: 1
}

.lolomoRow {
  -webkit-transition: -webkit-transform .54s cubic-bezier(.5, 0, .1, 1) 0s;
  transition: -webkit-transform .54s cubic-bezier(.5, 0, .1, 1) 0s;
  -o-transition: -o-transform .54s cubic-bezier(.5, 0, .1, 1) 0s;
  -moz-transition: transform .54s cubic-bezier(.5, 0, .1, 1) 0s, -moz-transform .54s cubic-bezier(.5, 0, .1, 1) 0s;
  transition: transform .54s cubic-bezier(.5, 0, .1, 1) 0s;
  transition: transform .54s cubic-bezier(.5, 0, .1, 1) 0s, -webkit-transform .54s cubic-bezier(.5, 0, .1, 1) 0s, -moz-transform .54s cubic-bezier(.5, 0, .1, 1) 0s, -o-transform .54s cubic-bezier(.5, 0, .1, 1) 0s
}

.lolomoRow_title_card {
    margin: 3vw 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rowContainer {
    -webkit-transition: -webkit-transform .54s cubic-bezier(.5,0,.1,1) 0s;
    transition: -webkit-transform .54s cubic-bezier(.5,0,.1,1) 0s;
    -o-transition: -o-transform .54s cubic-bezier(.5,0,.1,1) 0s;
    -moz-transition: transform .54s cubic-bezier(.5,0,.1,1) 0s,-moz-transform .54s cubic-bezier(.5,0,.1,1) 0s;
    transition: transform .54s cubic-bezier(.5,0,.1,1) 0s;
    transition: transform .54s cubic-bezier(.5,0,.1,1) 0s,-webkit-transform .54s cubic-bezier(.5,0,.1,1) 0s,-moz-transform .54s cubic-bezier(.5,0,.1,1) 0s,-o-transform .54s cubic-bezier(.5,0,.1,1) 0s;
}
.lolomoRow .rowHeader {
    line-height: 1.3;
    margin: 0;
}




@media screen and (min-width:1500px) {
  .slider {
    color: #fff;
  }
}

@-webkit-keyframes pulsateAnimation {
  from {
    background-color: #1a1a1a
  }
  25% {
    background-color: #333
  }
  50% {
    background-color: #1a1a1a
  }
  to {
    background-color: #1a1a1a
  }
}

@-moz-keyframes pulsateAnimation {
  from {
    background-color: #1a1a1a
  }
  25% {
    background-color: #333
  }
  50% {
    background-color: #1a1a1a
  }
  to {
    background-color: #1a1a1a
  }
}

@-o-keyframes pulsateAnimation {
  from {
    background-color: #1a1a1a
  }
  25% {
    background-color: #333
  }
  50% {
    background-color: #1a1a1a
  }
  to {
    background-color: #1a1a1a
  }
}

@keyframes pulsateAnimation {
  from {
    background-color: #1a1a1a
  }
  25% {
    background-color: #333
  }
  50% {
    background-color: #1a1a1a
  }
  to {
    background-color: #1a1a1a
  }
}

.boxart-size-16x9 {
  width: 100%;
  height: 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding: 28.125% 0;
}

.zoom-R{
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 5px;
}

.boxart-R-size-16x9{
  width: 100%;
  height: 16vw;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding: 28.125% 0;
  cursor: default;
}
.title-card .boxart-container img {
    cursor: pointer;
}
.boxart-image-in-padded-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.boxart-image-in-padded-container-R {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.boxart-image-in-padded-container:hover{
  background: #0000;
  border: 0px solid;
  border-color: #0000;
  position: absolute;
  transition-delay: 0s;
  width: 100%;
}
img {
    border: 0;
}

user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.title-card-container .click-to-change-JAW-indicator {
    position: absolute;
    left: 50%;
    bottom: .4vw;
    z-index: 1;
    -webkit-transition: opacity .4s,-webkit-transform .4s;
    transition: opacity .4s,-webkit-transform .4s;
    -o-transition: opacity .4s,-o-transform .4s;
    -moz-transition: transform .4s,opacity .4s,-moz-transform .4s;
    transition: transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s,-webkit-transform .4s,-moz-transform .4s,-o-transform .4s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
    opacity: 0;
    -webkit-transform: translate(-50%,-10px);
    -moz-transform: translate(-50%,-10px);
    -ms-transform: translate(-50%,-10px);
    -o-transform: translate(-50%,-10px);
    transform: translate(-50%,-10px);
}

.pulsate {
  -webkit-animation-duration: 3.6s;
  -moz-animation-duration: 3.6s;
  -o-animation-duration: 3.6s;
  animation-duration: 3.6s;
  -webkit-animation-name: pulsateAnimation;
  -moz-animation-name: pulsateAnimation;
  -o-animation-name: pulsateAnimation;
  animation-name: pulsateAnimation;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out
}


.lolomoRow .rowHeader {
    line-height: 1.3;
    margin: 0;
}
user agent stylesheet
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.lolomoRow.lolomoRow_title_card .rowTitle {
    font-size: 1.4vw;
    color: #e5e5e5;
    font-weight: 700;
    margin: 0 4% .5em 4%;
    text-decoration: none;
    display: inline-block;
    min-width: 6em;
}

.lolomoRow.lolomoRow_title_card .rowTitle .row-header-title {
  display: table-cell;
  vertical-align: bottom;
  line-height: 2vw;
  font-size: 1.4vw;
  font-family: arial;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  .lolomoRow.lolomoRow_title_card .rowTitle .row-header-title {
    font-size: 2vw;
  }
}

@media screen and (max-width: 505px) {
  .lolomoRow.lolomoRow_title_card .rowTitle .row-header-title {
    line-height: 3vw;
    font-size: 2.5vw;
    font-weight: 600;
  }
}


/* .info-explore {
  display: table-cell;
  vertical-align: bottom;
  line-height: 2vw;
} */



.explore {
  display: none;
  opacity: 0;
  display: table-cell;
  vertical-align: bottom;
  font-size: 1vw;
  left: 5%; /* Ensure this doesn't overlap with other content */
  text-align: center;
  position: relative;
  line-height: 1.8vw;
  color: #54b9c5;
  transition: opacity 0s ease 0s;
}

@media screen and (max-width: 800px) {
.explore {
    line-height: 2vw;
    font-size: 2vw;
    font-weight: 600;
      left: 5%;
    }
  }
  
  @media screen and (max-width: 505px) {
.explore {
      line-height: 2.5vw;
      font-size: 2.5vw;
      font-weight: 600;
      left: 5%;
    }
  }

.explore-arrow {
  display: none;
  opacity: 0;
  display: table-cell;
  vertical-align: bottom;
  font-size: 1.5vw;
  left: 10%; /* Ensure this doesn't overlap with other content */
  text-align: center;
  position: relative;
  line-height: 1.8vw;
  color: #54b9c5;
  transition: opacity 0s ease 0s;
}

@media screen and (max-width: 800px) {
.explore-arrow {
    line-height: 2vw;
    font-size: 2vw;
    font-weight: 600;
      left: 9%;
    }
  }
  
  @media screen and (max-width: 505px) {
.explore-arrow {
      line-height: 2.5vw;
      font-size: 2.5vw;
      font-weight: 600;
      left: 9%;
    }
  }

.explore-arrow2 {
  display: none;
  opacity: 0;
  display: table-cell;
  vertical-align: bottom;
  font-size: 1.5vw;
  left: -30%; /* Ensure this doesn't overlap with other content */
  text-align: center;
  position: relative;
  line-height: 1.8vw;
  color: #54b9c5;
  transition: opacity 0.5s ease 0s;
}

@media screen and (max-width: 800px) {
.explore-arrow2 {
  line-height: 1.6vw;
  font-size: 2vw;
  font-weight: 600;
  left: -37%;
    }
  }
  
  @media screen and (max-width: 505px) {
.explore-arrow2 {
      line-height: 2.5vw;
      font-size: 2.5vw;
      font-weight: 600;
      left: -35%;
    }
  }


.lolomoRow.lolomoRow_title_card:hover .explore-arrow2 {
  display: table-cell;
  opacity: 1;
  left: -30%;
  text-align: center;
  font-size: 1.5vw;
  position: relative;
  vertical-align: bottom;
  color: #54b9c5;
  transition: opacity 0.3s ease 0.1s;
}

@media screen and (max-width: 800px) {
.lolomoRow.lolomoRow_title_card:hover .explore-arrow2 {
  line-height: 1.6vw;
  font-size: 2vw;
  font-weight: 600;
  left: -37%;
    }
  }
  
  @media screen and (max-width: 505px) {
.lolomoRow.lolomoRow_title_card:hover .explore-arrow2 {
      line-height: 2.5vw;
      font-size: 2.5vw;
      font-weight: 600;
      left: -35%;
    }
  }

.lolomoRow.lolomoRow_title_card .rowHeader:hover .explore-arrow2 {
  display: none;
  opacity: 0;
  left: -30%;
  text-align: center;
  font-size: 1.5vw;
  position: relative;
  vertical-align: bottom;
  color: #54b9c5;
  transition: opacity 0.3s ease 0.1s;
}
  
  @media screen and (max-width: 800px) {
.lolomoRow.lolomoRow_title_card .rowHeader:hover .explore-arrow2 {
        line-height: 1.5vw;
        font-size: 2.5vw;
        font-weight: 600;
        left: -43%;
    }
  }
  
  @media screen and (max-width: 505px) {
.lolomoRow.lolomoRow_title_card .rowHeader:hover .explore-arrow2 {
      line-height: 2.5vw;
      font-size: 2.5vw;
      font-weight: 600;
      left: -18%;
    }
  }

.rowHeader:hover .explore {
  display: table-cell;
  opacity: 1;
  font-size: 1vw;
  left: 5%; /* Ensure this doesn't overlap with other content */
  text-align: center;
  position: relative;
  vertical-align: bottom;
  line-height: 1.8vw;
  color: #54b9c5;
  transition: opacity 0.3s ease 0.1s;
}

@media screen and (max-width: 800px) {
  .rowHeader:hover .explore {
      line-height: 2vw;
      font-size: 2vw;
      font-weight: 600;
    }
  }
  
  @media screen and (max-width: 505px) {
  .rowHeader:hover .explore {
      line-height: 2.5vw;
      font-size: 2.5vw;
      font-weight: 600;
    }
  }

.rowHeader:hover .explore-arrow {
  display: table-cell;
  opacity: 1;
  font-size: 1.5vw;
  left: 10%; /* Ensure this doesn't overlap with other content */
  text-align: center;
  position: relative;
  vertical-align: bottom;
  line-height: 1.8vw;
  color: #54b9c5;
  transition: opacity 0.3s ease 0.1s;
}


@media screen and (max-width: 800px) {
.rowHeader:hover .explore-arrow {
    line-height: 2vw;
    font-size: 2vw;
    font-weight: 600;
  }
}

@media screen and (max-width: 505px) {
.rowHeader:hover .explore-arrow {
    line-height: 2.5vw;
    font-size: 2.5vw;
    font-weight: 600;
  }
}


.lolomoRow.lolomoRow_title_card .rowTitle .Exall{
    position: relative;
    font-size: 0.9vw;
    color: #ff9100;
    opacity: 0;
    left: 0%;
    line-height: 1.2vw;
    display: table-cell;
    vertical-align: bottom;
}
.lolomoRow.lolomoRow_title_card:hover a.rowTitle:hover .Exall{
    position: relative;
    font-size: 0.9vw;
    color: #ff9100;
    opacity: 1;
    left: 3%;
    font-family: cursive;
    line-height: 1.2vw;
    display: table-cell;
    vertical-align: bottom;
    transition-duration: 0.6s;
}
user agent stylesheet
div {
    display: block;
}


[class*=" icon-"], [class^=icon-] {
    font-family: nf-icon;
    speak-as: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
}
b, strong {
    font-weight: 700;
    color: #fff;
}

.lolomoRow .pagination-indicator {
    margin: -24px 0 12px 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 0;
    right: 4%;
    display: none;
}
user agent stylesheet
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.lolomoRow .pagination-indicator li {
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #4d4d4d;
    margin-left: 1px;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
.lolomoRow .pagination-indicator {
    margin: -24px 0 12px 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    top: 0;
    right: 4%;
    display: none;
}

.lolomoRow .pagination-indicator .active {
    background-color: #aaa;
}
.lolomoRow .pagination-indicator li {
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #4d4d4d;
    margin-left: 1px;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.lolomoRow .pagination-indicator li {
    display: inline-block;
    width: 12px;
    height: 2px;
    background-color: #4d4d4d;
    margin-left: 1px;
}
user agent stylesheet
li {
    display: list-item;
    text-align: -webkit-match-parent;
}


b, strong {
    font-weight: 700;
}
b, strong {
    font-weight: 700;
}
user agent stylesheet
b {
    font-weight: bold;
}

b, strong {
    font-weight: 700;
}
.rowContainer .rowContent .rowContent {
    z-index: 2;
}

.rowContainer .rowContent .rowContent-R {
  z-index: 2;
}


.rowContent {
    position: relative;
    margin: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.rowContent-R {
  position: relative;
  margin: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

user agent stylesheet
div {
    display: block;
}
.rowContainer .rowContent {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rowContainer .rowContent-R {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lolomoRow, .rowContainer {
    -webkit-transition: -webkit-transform .54s cubic-bezier(.5,0,.1,1) 0s;
    transition: -webkit-transform .54s cubic-bezier(.5,0,.1,1) 0s;
    -o-transition: -o-transform .54s cubic-bezier(.5,0,.1,1) 0s;
    -moz-transition: transform .54s cubic-bezier(.5,0,.1,1) 0s,-moz-transform .54s cubic-bezier(.5,0,.1,1) 0s;
    transition: transform .54s cubic-bezier(.5,0,.1,1) 0s;
    transition: transform .54s cubic-bezier(.5,0,.1,1) 0s,-webkit-transform .54s cubic-bezier(.5,0,.1,1) 0s,-moz-transform .54s cubic-bezier(.5,0,.1,1) 0s,-o-transform .54s cubic-bezier(.5,0,.1,1) 0s;
}
.rowContainer {
    position: relative;
    z-index: 0;
}
user agent stylesheet
div {
    display: block;
}

.lolomoRow.lolomoRow_title_card {
  margin: 3vw 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(to top, #000, 75%, transparent);
  z-index: 2;
}
.lolomoRow {
    position: relative;
    outline: 0;
}


b, strong {
    font-weight: 700;
}
.icon-rightCaret:before {
    content: '\e867';
}


.lolomoRow {
  position: relative
}

.lolomoRow.lolomoRow_title_card {
  margin: 3vw 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: linear-gradient(to top, #000, 75%, transparent);
}

.lolomoRow.lolomoRow_title_card:hover {
  z-index: 3
}


.lolomoRow.lolomoRow_title_card .rowTitle {
  font-size: 1.4vw;
  color: #999;
  font-weight: 700;
  margin: 0 4% .5em 4%;
  text-decoration: none;
  display: inline-block;
  min-width: 6em
}

@media screen and (min-width:1500px) {
  .lolomoRow.lolomoRow_title_card .rowTitle {
    margin-left: 60px
  }
}

@media screen and (max-width:800px) {
  .lolomoRow.lolomoRow_title_card .rowTitle {
    font-size: 12px
  }
}

.lolomoRow.lolomoPreview .rowTitle {
  background-color: none;
}

@media screen and (max-width: 768px) {
  .lolomoRow.lolomoPreview .rowTitle {
  cursor: default;
  }
}

@media screen and (max-width: 505px) {
  .lolomoRow.lolomoPreview .rowTitle {
  cursor: default;
  }
}
@media screen and (max-width: 390px) {
  .lolomoRow.lolomoPreview .rowTitle {
    cursor: default;
  }
}

.lolomoRow .rowHeader {
  line-height: 1.3;
  margin: 0
}


@media screen and (max-width:499px) {
  .loadingTitle {
    width: 50%
  }
}

@media screen and (min-width:500px) and (max-width:799px) {
  .loadingTitle {
    width: 33.333333%
  }
}

@media screen and (min-width:800px) and (max-width:1099px) {
  .loadingTitle {
    width: 25%
  }
}

@media screen and (min-width:1100px) and (max-width:1399px) {
  .loadingTitle {
    width: 20%
  }
}

@media screen and (min-width:1400px) {
  .loadingTitle {
    width: 16.66666667%
  }
}

.loadingTitle {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.loadingTitle .ratio-16x9 {
  padding: 27.25% 0
}


.loadingTitle  {
  padding: 0 0.0vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  }

.smallTitleCard {
  margin: 0 1.9px;
  z-index: 1;
  cursor: pointer;
  outline: 0;
}
  
.zoom{
  color: #fff;
  border-radius: 5px;
  height: auto;
  cursor: default;
}

.zoom:hover {
  box-shadow: 0px 0px 150px #000000;
  top: -3vw;
  height: 15vw;
  width: 15.3vw;
  transform-origin: center center;
  background: #020a0c;
  transform: scale(2);
  z-index: 999;
  position: absolute;
  border-radius: 5px;
  transition-delay: -0.1s;
  transition: opacity 5.3s ease 5.1s;
}

@media screen and (max-width: 2801px) {
  .zoom:hover, .zoom:active {
    position: absolute;
    box-shadow: 0px 0px 150px #000000;
    top: -3vw;
    transform: scale(2);
  }
}
@media screen and (max-width: 1200px) {
  .zoom:hover, .zoom:active {
    position: absolute;
    box-shadow: 0px 0px 150px #000000;
    top: -1.5vw;
    transform: scale(2.5);
  }
}

@media screen and (max-width: 992px) {
  .zoom:hover, .zoom:active {
    position: absolute;
    top: 1vw;
    transform: scale(2.5);
  }
}

@media screen and (max-width: 768px) {
  .zoom:hover, .zoom:active {
    position: relative;
    top: -1vw;
    left: 15%;
    bottom: 0;
    margin-bottom: -10vw;
    transform: scale(3);
  }
}

@media screen and (max-width: 505px) {
  .zoom:hover, .zoom:active {
    position: relative;
    top: -4vw;
    left: 35%;
    bottom: 0;
    margin-bottom: -10vw;
    transform: scale(3.5);
  }
}
@media screen and (max-width: 390px) {
  .zoom:hover, .zoom:active {
    position: relative;
    top: -15px;
    left: 35%;
    bottom: 0;
    margin-bottom: -10vw;
    transform: scale(3.5);
  }
}

.Zoom-v {
  color: #fff;
  top: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;
  transition-delay: 0s;
}

.zoom .boxart-size-16x9 .Zoom-v:hover,
.zoom .boxart-size-16x9 .Zoom-v:active {
  color: #fff;
  top: 0;
  height: 60%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  transition-delay: 0s;
}

.loadingTitle::before {
  transition-delay: 2;
}


.zoom .boxart-size-16x9:hover{
  color: #fff;
  top: 0;
  border-radius: 5px;
  transition-delay: -0.8s;
  height: 100%;
  top: 0;
  padding: 0;
}
.zoom .boxart-size-16x9:active{
  color: #fff;
  top: 0;
  border-radius: 5px;
  transition-delay: -0.8s;
  height: 100%;
  top: 0;
  padding: 0;
}

.boxart-size-16x9:hover .clip:hover{
  color: #fff;
  opacity: 1;
  top: 1vw;
  left: -0.6vw;
  right: 0;
  position: absolute;
  width: 100%;
  transform: scale(1.5);
  overflow: hidden;
  z-index: 0;
  transition-delay: 4s;
}
.boxart-size-16x9:active .clip:active{
  color: #fff;
  opacity: 1;
  top: 1vw;
  left: -0.6vw;
  right: 0;
  position: absolute;
  width: 100%;
  transform: scale(1.5);
  overflow: hidden;
  z-index: 0;
  transition-delay: 4s;
}

.boxart-size-16x9:hover .team-info{
  top: 8.5vw;
  color: #fff;
  width: 100%;
  position: absolute;
  font-size: 0.8vw;
  height: 44%;
  left: 0;
  right: 0;
  font-weight: 300;
  max-width: calc(100%);
  min-height: calc(20%);
  margin: 0;
  font-family:monospace;
  opacity: 1;
  z-index: 5;
}
.boxart-size-16x9:active .team-info{
  top: 8.5vw;
  color: #fff;
  width: 100%;
  position: absolute;
  font-size: 0.8vw;
  height: 44%;
  left: 0;
  right: 0;
  font-weight: 300;
  max-width: calc(100%);
  min-height: calc(20%);
  margin: 0;
  font-family:monospace;
  opacity: 1;
  z-index: 5;
}


.rowContent-hover-trigger-layer:hover .rowContent .spn.active:hover .indicator-icon {
  font-weight: 700;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  color: #fff;
}

.rowContent-R-hover-trigger-layer:hover .rowContent-R .spn.active:hover .indicator-icon {
  font-weight: 700;
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
  color: #fff;
}

.rowContent-hover-trigger-layer:hover .rowContent .spn.active .indicator-icon {
  display: block;
}

.rowContent-R-hover-trigger-layer:hover .rowContent-R .spn.active .indicator-icon {
  display: block;
}

.rowContent .spn.spnNext .indicator-icon {
  -webkit-transform-origin: 45% 50%;
  -moz-transform-origin: 45% 50%;
  -ms-transform-origin: 45% 50%;
  -o-transform-origin: 45% 50%;
  transform-origin: 45% 50%;
}

.rowContent-R .spn.spnNext .indicator-icon {
  -webkit-transform-origin: 45% 50%;
  -moz-transform-origin: 45% 50%;
  -ms-transform-origin: 45% 50%;
  -o-transform-origin: 45% 50%;
  transform-origin: 45% 50%;
}

.spn .fa-chevron-left{
  display: none;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  background: hsla(0,0%,8%,.5);
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 2.5vw;
  width: 100%;
  top: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 3.5;
  bottom: 0;
  height: 100%;
  -webkit-transition: -webkit-transform .1s ease-out 0s;
  transition: -webkit-transform .1s ease-out 0s;
  -o-transition: -o-transform .1s ease-out 0s;
  -moz-transition: transform .1s ease-out 0s,-moz-transform .1s ease-out 0s;
  transition: transform .1s ease-out 0s;
  transition: transform .1s ease-out 0s,-webkit-transform .1s ease-out 0s,-moz-transform .1s ease-out 0s,-o-transform .1s ease-out 0s;
}


/* Adjust line height for different screen sizes using media queries */
@media screen and (min-width: 770px) {
.spn .fa-chevron-left {
    line-height: 5.5;
  }
}
@media screen and (min-width: 1201px) {
.spn .fa-chevron-left {
    line-height: 3.5;
  }
}

@media screen and (max-width: 769px){
.spn .fa-chevron-left {
    line-height: 6.5; 
  }
}
@media screen and (max-width: 505px){
.spn .fa-chevron-left {
    line-height: 9.5; 
  }
}



.Rpn .fa-chevron-left{
  display: none;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  background: hsla(0,0%,8%,.5);
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 2.5vw;
  width: 100%;
  top: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  line-height: 9;
  bottom: 0;
  height: 100%;
  -webkit-transition: -webkit-transform .1s ease-out 0s;
  transition: -webkit-transform .1s ease-out 0s;
  -o-transition: -o-transform .1s ease-out 0s;
  -moz-transition: transform .1s ease-out 0s,-moz-transform .1s ease-out 0s;
  transition: transform .1s ease-out 0s;
  transition: transform .1s ease-out 0s,-webkit-transform .1s ease-out 0s,-moz-transform .1s ease-out 0s,-o-transform .1s ease-out 0s;
}


/* Adjust line height for different screen sizes using media queries */
@media screen and (min-width: 770px) {
.Rpn .fa-chevron-left {
    line-height: 10.5;
  }
}
@media screen and (min-width: 1201px) {
.Rpn .fa-chevron-left {
    line-height: 9;
  }
}

@media screen and (max-width: 769px){
.Rpn .fa-chevron-left {
    line-height: 11.5; 
  }
}
@media screen and (max-width: 505px){
.Rpn .fa-chevron-left {
    line-height: 14.5; 
  }
}


.spn-end .fa-chevron-right{
  display: none;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  background: hsla(0,0%,8%,.5);
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 2.5vw;
  width: 100%;
  top: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 3.5;
  bottom: 0;
  height: 100%;
  -webkit-transition: -webkit-transform .1s ease-out 0s;
  transition: -webkit-transform .1s ease-out 0s;
  -o-transition: -o-transform .1s ease-out 0s;
  -moz-transition: transform .1s ease-out 0s,-moz-transform .1s ease-out 0s;
  transition: transform .1s ease-out 0s;
  transition: transform .1s ease-out 0s,-webkit-transform .1s ease-out 0s,-moz-transform .1s ease-out 0s,-o-transform .1s ease-out 0s;
}

/* Adjust line height for different screen sizes using media queries */
@media screen and (min-width: 770px) {
  .spn-end .fa-chevron-right {
    line-height: 5.5;
  }
}
@media screen and (min-width: 1201px) {
  .spn-end .fa-chevron-right {
    line-height: 3.5;
  }
}

@media screen and (max-width: 769px){
  .spn-end .fa-chevron-right {
    line-height: 6.5; 
  }
}
@media screen and (max-width: 505px){
  .spn-end .fa-chevron-right {
    line-height: 9.5; 
  }
}



.Rpn-end .fa-chevron-right{
  display: none;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  background: hsla(0,0%,8%,.5);
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 2.5vw;
  width: 100%;
  top: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  line-height: 9;
  bottom: 0;
  height: 100%;
  -webkit-transition: -webkit-transform .1s ease-out 0s;
  transition: -webkit-transform .1s ease-out 0s;
  -o-transition: -o-transform .1s ease-out 0s;
  -moz-transition: transform .1s ease-out 0s,-moz-transform .1s ease-out 0s;
  transition: transform .1s ease-out 0s;
  transition: transform .1s ease-out 0s,-webkit-transform .1s ease-out 0s,-moz-transform .1s ease-out 0s,-o-transform .1s ease-out 0s;
}


/* Adjust line height for different screen sizes using media queries */
@media screen and (min-width: 770px) {
.Rpn-end .fa-chevron-right {
    line-height: 10.5;
  }
}
@media screen and (min-width: 1201px) {
.Rpn-end .fa-chevron-right {
    line-height: 9;
  }
}

@media screen and (max-width: 769px){
.Rpn-end .fa-chevron-right {
    line-height: 11.5; 
  }
}
@media screen and (max-width: 505px){
.Rpn-end .fa-chevron-right {
    line-height: 14.5; 
  }
}



.spn>.fa-chevron-right{
align-self: center;
display: none;
font-size: 2.5vw;
height: auto;
transition: transform .1s ease-out 0s;
}

.Rpn>.fa-chevron-right{
  align-self: center;
  display: none;
  font-size: 2.5vw;
  height: auto;
  transition: transform .1s ease-out 0s;
  }

.lolomoRow.lolomoPreview .rowContent {
  overflow-x: clip;
  white-space: nowrap;
  background: linear-gradient(to top, #000000, 80%, transparent);
}

.lolomoRow.lolomoPreview .rowContent-R {
  overflow-x: clip;
  white-space: nowrap;
  background: linear-gradient(to top, #000000, 80%, transparent);
}


.rowContent .rowContent .spn {
  background: rgba(20,20,20,.5);
}

.rowContent-R .rowContent-R .Rpn {
  background: rgba(20,20,20,.5);
}

.rowContent .spn.active {
  cursor: pointer;
}

.rowContent-R .Rpn.active {
  cursor: pointer;
}

.rowContent .spn{
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 20;
  left: 0;
  width: 2.9vw;
  opacity: -0;
  height: 97%;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  display: flex;
  color: #fff;
  background: hsla(0,0%,8%,.5);
}

.spn:hover {
  z-index: 1;
  left: 0;
  width: 2.9vw;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  opacity: 2;
  text-align: center;
  transition-delay: 0s;
  cursor: pointer;
  display: flex;
  height: 98%;
  overflow: hidden;
  color: #fff;
  background: hsla(0,0%,8%,.5);
  }

  @media screen and (max-width: 780px) {
    .spn:hover {
      width: 5vw;
      cursor: default;
      height: 100%;
    }
}
  @media screen and (max-width: 505px) {
    .spn:hover {
      width: 5vw;
      cursor: default;
      height: 100%;
    }
}

.rowContent-R .Rpn{
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 20;
  left: 0;
  width: 2.9vw;
  opacity: -0;
  height: 100%;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  display: flex;
  color: #fff;
  background: hsla(0,0%,8%,.5);
}


  .Rpn:hover {
    z-index: 1;
    left: 0;
    width: 2.9vw;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 2;
    text-align: center;
    transition-delay: 0s;
    cursor: pointer;
    display: flex;
    height: 99%;
    overflow: hidden;
    color: #fff;
    background: hsla(0,0%,8%,.5);
    }

    @media screen and (max-width: 780px) {
      .Rpn:hover {
        width: 5vw;
        cursor: default;
        height: 100%;
      }
    }
    @media screen and (max-width: 505px) {
      .Rpn:hover {
        width: 5vw;
        cursor: default;
        height: 100%;
      }
    }

.rowContent .spn.spnPrev .indicator-icon {
  -webkit-transform-origin: 55% 50%;
  -moz-transform-origin: 55% 50%;
  -ms-transform-origin: 55% 50%;
  -o-transform-origin: 55% 50%;
  transform-origin: 55% 50%;
}

.rowContent .Rpn.RpnPrev .indicator-icon {
  -webkit-transform-origin: 55% 50%;
  -moz-transform-origin: 55% 50%;
  -ms-transform-origin: 55% 50%;
  -o-transform-origin: 55% 50%;
  transform-origin: 55% 50%;
}

.rowContent-R .spn.spnPrev .indicator-icon {
  -webkit-transform-origin: 55% 50%;
  -moz-transform-origin: 55% 50%;
  -ms-transform-origin: 55% 50%;
  -o-transform-origin: 55% 50%;
  transform-origin: 55% 50%;
}

.rowContent .spn>.indicator-icon {
  display: none;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 2.5vw;
  -webkit-transition: -webkit-transform .1s ease-out 0s;
  transition: -webkit-transform .1s ease-out 0s;
  -o-transition: -o-transform .1s ease-out 0s;
  -moz-transition: transform .1s ease-out 0s,-moz-transform .1s ease-out 0s;
  transition: transform .1s ease-out 0s;
  transition: transform .1s ease-out 0s,-webkit-transform .1s ease-out 0s,-moz-transform .1s ease-out 0s,-o-transform .1s ease-out 0s;
}

.rowContent-R .Rpn>.indicator-icon {
  display: none;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-size: 2.5vw;
  -webkit-transition: -webkit-transform .1s ease-out 0s;
  transition: -webkit-transform .1s ease-out 0s;
  -o-transition: -o-transform .1s ease-out 0s;
  -moz-transition: transform .1s ease-out 0s,-moz-transform .1s ease-out 0s;
  transition: transform .1s ease-out 0s;
  transition: transform .1s ease-out 0s,-webkit-transform .1s ease-out 0s,-moz-transform .1s ease-out 0s,-o-transform .1s ease-out 0s;
}

.rowContainer .rowContent .rowContent .spn {
  background: rgba(20,20,20,.5);
}

.rowContainer .rowContent-R .rowContent-R .Rpn {
  background: rgba(20,20,20,.5);
}

.rowContent .spn.spnNext {
  right: 0;
}

.rowContent-R .Rpn.RpnNext {
  right: 0;
}

.rowContent .spn.active {
  cursor: pointer;
}


.rowContent-R .Rpn.active {
  cursor: pointer;
}

.rowContent .spn-end{
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 20;
  right: 0;
  width: 2.9vw;
  opacity: -0;
  height: 99%;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  display: flex;
  color: #fff;
  background: hsla(0,0%,8%,.5);
}



.rowContent-R .Rpn-end{
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 20;
  right: 0;
  width: 2.9vw;
  opacity: -0;
  height: 100%;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  display: flex;
  color: #fff;
  background: hsla(0,0%,8%,.5);
}

@media screen and (max-width: 505px) {
  .rowContent-R .Rpn-end {
    width: 5vw;
  }
}

.spn-end:hover {
  z-index: 1;
  right: 0;
  width: 2.9vw;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  opacity: 2;
  text-align: center;
  transition-delay: 0s;
  cursor: pointer;
  display: flex;
  height: 98%;
  overflow: hidden;
  color: #fff;
  background: hsla(0,0%,8%,.5);
  }

  @media screen and (max-width: 780px) {
    .spn-end:hover {
      width: 5vw;
      cursor: default;
      height: 100%;
    }
}
  @media screen and (max-width: 505px) {
    .spn-end:hover {
      width: 5vw;
      cursor: default;
      height: 100%;
    }
}


  .Rpn-end:hover {
    z-index: 1;
    right: 0;
    width: 2.9vw;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: 2;
    text-align: center;
    transition-delay: 0s;
    cursor: pointer;
    display: flex;
    height: 99%;
    overflow: hidden;
    color: #fff;
    background: hsla(0,0%,8%,.5);
    }

    @media screen and (max-width: 780px) {
      .Rpn-end:hover {
        width: 5vw;
        cursor: default;
        height: 100%;
      }
  }
    @media screen and (max-width: 505px) {
      .Rpn-end:hover {
        width: 5vw;
        cursor: default;
        height: 100%;
      }
  }

.lolomoRow .rowHeader .rowContent .spn-end{
  z-index: 2;
}

.lolomoRow .rowHeader .rowContent-R .spnR{
  z-index: 2;
}

.rowContent .spn.spnNext .indicator-icon {
  -webkit-transform-origin: 45% 50%;
  -moz-transform-origin: 45% 50%;
  -ms-transform-origin: 45% 50%;
  -o-transform-origin: 45% 50%;
  transform-origin: 45% 50%;
}

.rowContent-R .Rpn.spnNext .indicator-icon {
  -webkit-transform-origin: 45% 50%;
  -moz-transform-origin: 45% 50%;
  -ms-transform-origin: 45% 50%;
  -o-transform-origin: 45% 50%;
  transform-origin: 45% 50%;
}

.team-info{
  top: 4.5vw;
  color: #fff;
  width: 95%;
  position: relative;
  font-size: 0.8vw;
  height: 100%;
  font-weight: 400;
  max-width: calc(100%);
  min-height: calc(20%);
  margin: 5px;
  font-family:monospace;
  opacity: 0;
  z-index: 1;
  background: #020a0c;
}


.zoom-R .boxart-R-size-16x9:hover:before {
  opacity: 1;
}

.boxart-R-size-16x9:before {
  content: '';
  position: absolute;
  opacity: 0;
  display: block;
  width: 100%;
  height: 90%;
  background: linear-gradient(to top, #000, 90%, #00000000);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}

.zoom-R .boxart-R-size-16x9:hover .team-info-R{
  top: 12.5vw;
  color: #fff;
  width: 95%;
  opacity: 1;
  position: relative;
  font-size: 0.8vw;
  height: 40%;
  font-weight: 400;
  text-align: center;
  max-width: calc(100%);
  min-height: calc(20%);
  margin: 5px;
  font-family: monospace;
  transition: 0.5s;
  opacity: 1;
  z-index: 5;
}
.zoom-R .boxart-R-size-16x9:active .team-info-R{
  top: 12.5vw;
  color: #fff;
  width: 95%;
  opacity: 1;
  position: relative;
  font-size: 0.8vw;
  height: 40%;
  font-weight: 400;
  text-align: center;
  max-width: calc(100%);
  min-height: calc(20%);
  margin: 5px;
  font-family: monospace;
  transition: 0.5s;
  opacity: 1;
  z-index: 5;
}

/* Adjust line height for different screen sizes using media queries */
@media screen and (min-width: 770px) {
.zoom-R .boxart-R-size-16x9:hover .team-info-R {
  font-size: 1.3vw;
  height: 50%;
  }
}
@media screen and (min-width: 770px) {
.zoom-R .boxart-R-size-16x9:active .team-info-R {
  font-size: 1.3vw;
  height: 50%;
  }
}
@media screen and (min-width: 1201px) {
.zoom-R .boxart-R-size-16x9:hover .team-info-R {
  font-size: 1.3vw;
  height: 50%;
  }
}
@media screen and (min-width: 1201px) {
.zoom-R .boxart-R-size-16x9:active .team-info-R {
  font-size: 1.3vw;
  height: 50%;
  }
}

@media screen and (max-width: 769px){
.zoom-R .boxart-R-size-16x9:hover .team-info-R {
  font-size: 1.3vw;
  height: 50%;
  }
}
@media screen and (max-width: 769px){
.zoom-R .boxart-R-size-16x9:active .team-info-R {
  font-size: 1.3vw;
  height: 50%;
  }
}
@media screen and (max-width: 505px){
.zoom-R .boxart-R-size-16x9:hover .team-info-R {
  font-size: 1.3vw;
  height: 75%;
  }
}
@media screen and (max-width: 505px){
.zoom-R .boxart-R-size-16x9:active .team-info-R {
  font-size: 1.3vw;
  height: 75%;
  }
}

.boxart-R-size-16x9 .team-info-R{
  top: 12.5vw;
  color: #fff;
  width: 95%;
  position: relative;
  font-size: 0.8vw;
  height: 40%;
  font-weight: 400;
  max-width: calc(100%);
  min-height: calc(20%);
  margin: 5px;
  font-family: monospace;
  opacity: 0;
  z-index: 1;
}

.fallback-text-container {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));
  background-image: -webkit-linear-gradient(rgba(0,0,0,0),#000);
  background-image: -moz- oldlinear-gradient(rgba(0,0,0,0),#000);
  background-image: -o-linear-gradient(rgba(0,0,0,0),#000);
  background-image: linear-gradient(rgba(0,0,0,0),#000);
  background-color: #222;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.fallback-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  top: 5%;
  padding: 0% 5% 1%;
  text-align: center;
  font-size: 0.8vw;
  font-weight: 400;
  font-family: monospace;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media screen and (max-width: 2801px) {
.fallback-text {
  top: 5%;
  font-size: 1vw;
  }
}

@media screen and (max-width: 1200px) {
.fallback-text {
  top: 5%;
  font-size: 1vw;
  }
}

@media screen and (max-width: 992px) {
  .fallback-text {
    top: 3%;
    font-size: 1vw;
    }
  }

@media screen and (max-width: 768px){
.fallback-text {
  top: 3%;
  font-size: 0.9vw;
  }
}
@media screen and (max-width: 505px){
.fallback-text {
  font-size: 0.8vw;
  top: 5%;
  }
}
@media screen and (max-width: 390px){
.fallback-text {
  font-size: 0.8vw;
  top: 10%;
  }
}

.fallback-textR{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  top: 5%;
  padding: 0 0 1%;
  text-align: center;
  font-size: 0.8vw;
  font-weight: 400;
  font-family: monospace;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media screen and (max-width: 2801px) {
.fallback-textR {
  top: -10%;
  font-size: 1.3vw;
  }
}

@media screen and (max-width: 1200px) {
.fallback-textR {
  top: -5%;
  font-size: 1.3vw;
  }
}

@media screen and (max-width: 992px) {
  .fallback-textR {
    top: -5%;
    font-size: 1vw;
    }
  }

@media screen and (max-width: 768px){
.fallback-textR {
  top: 5%;
  font-size: 1.3vw;
  }
}
@media screen and (max-width: 505px){
.fallback-textR {
  font-size: 2.2vw;
  top: -25%;
  }
}
@media screen and (max-width: 390px){
.fallback-textR {
  font-size: 2.2vw;
  top: -25%;
  }
}


 .fallback-text:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  top: 5%;
  padding: 0 0 1%;
  text-align: center;
  font-size: 0.8vw;
  font-weight: 400;
  font-family: monospace;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

@media screen and (max-width: 2801px) {
.fallback-text:hover {
  top: 5%;
  font-size: 1vw;
  }
}

@media screen and (max-width: 1200px) {
.fallback-text:hover {
  top: 5%;
  font-size: 1vw;
  }
}

@media screen and (max-width: 992px) {
  .fallback-text:hover {
    top: 3%;
    font-size: 1vw;
    }
  }

@media screen and (max-width: 768px){
.fallback-text:hover {
  top: 3%;
  font-size: 0.9vw;
  }
}
@media screen and (max-width: 505px){
.fallback-text:hover {
  font-size: 0.8vw;
  top: 5%;
  }
}
@media screen and (max-width: 390px){
.fallback-text:hover {
  font-size: 0.8vw;
  top: 10%;
  }
}


.down-a1{
  color: #fff;
  justify-content: center;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
}

.down-a1-R{
  color: #fff;
  justify-content: center;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
}

 .down-a1:hover{
  color: #fff;
  justify-content: center;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
}

.down-a1-R:hover{
  color: #fff;
  justify-content: center;
  text-align: center;
  left: 0;
  right: 0;
  width: 100%;
}


.p-circle{
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 15px;
  width: 1.5vw;
  left: 2%;
  top: 2vw;
  height: 1.5vw;
  line-height: 1.4;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}

@media screen and (max-width: 2801px) {
.p-circle {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 15px;
  width: 1.5vw;
  left: 2%;
  top: 2vw;
  height: 1.5vw;
  line-height: 1.4;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}
}
@media screen and (max-width: 1200px) {
.p-circle {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 20px;
  width: 1.5vw;
  left: 2%;
  top: 2vw;
  height: 1.5vw;
  line-height: 1.5;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}
}
@media screen and (max-width: 992px) {
.p-circle {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 20px;
  width: 1.5vw;
  left: 2%;
  top: 2vw;
  height: 1.5vw;
  line-height: 1.4;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}
}
@media screen and (max-width: 768px) {
.p-circle {
  color: #fff;
  border: 0px solid;
  border-color: #fff;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 20px;
  width: 2vw;
  left: 2%;
  top: 2vw;
  height: 2vw;
  line-height: 2;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}
}
@media screen and (max-width: 505px) {
.p-circle {
  color: #fff;
  border: 0px solid;
  border-color: #fff;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 15px;
  width: 2vw;
  left: 2%;
  top: 2vw;
  height: 2vw;
  line-height: 1.9;
  z-index: 5;
  background: #2a2a2a;
  max-height: 2vw;
  max-width: 2vw;
  min-height: 0vw;
  min-width: 0vw;
  cursor: default;
}
}
@media screen and (max-width: 390px) {
.p-circle {
  color: #fff;
  border: 0px solid;
  border-color: #fff;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 15px;
  width: 2vw;
  left: 2%;
  top: 2vw;
  height: 2vw;
  line-height: 2;
  z-index: 5;
  background: #2a2a2a;
  max-height: 2vw;
  max-width: 2vw;
  min-height: 0vw;
  min-width: 0vw;
  cursor: default;
}
}

/* P-CIRCLE HOVER AND ACTIVE  */

.p-circle .fa-caret-right:hover{
  color: #ff9100;
}
 .p-circle:active .fa-caret-right:active{
  color: #ff9100;
}

.p-circle:active{
  opacity: 1;
  z-index: 6;
  transform: scale(0.96);
  border-color: #ff9100;
  box-shadow: 0px 0px 20px #1b2d3388;
}

/* P-CIRCLE HOVER AND ACTIVE END */

.p-circle-R{
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 15px;
  width: 1.5vw;
  left: 2%;
  top: 2vw;
  height: 1.5vw;
  line-height: 1.4;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}
.p-circle-R:hover{
  color: #fff;
  border-color: #fff;
  cursor: pointer;
}


/* Adjust line height for different screen sizes using media queries */
@media screen and (max-width: 2801px) {
.p-circle-R {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 20px;
  width: 2vw;
  left: 2%;
  top: 2vw;
  height: 2vw;
  line-height: 1.8;
  z-index: 6;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
  font-size: 1.3vw;
  cursor: default;
  }
}
@media screen and (max-width: 1200px) {
.p-circle-R {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.8vw;
  position: absolute;
  border-radius: 20px;
  width: 2vw;
  left: 2%;
  top: 2.5vw;
  height: 2vw;
  line-height: 1.25;
  z-index: 6;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
  }
}
@media screen and (max-width: 992px) {
.p-circle-R {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.8vw;
  position: absolute;
  border-radius: 20px;
  width: 2.5vw;
  left: 2%;
  top: 2vw;
  height: 2.5vw;
  line-height: 1.5;
  z-index: 6;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
  }
}

@media screen and (max-width: 769px){
.p-circle-R {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.3vw;
  position: absolute;
  border-radius: 15px;
  width: 2.5vw;
  left: 2%;
  top: 3vw;
  height: 2.5vw;
  line-height: 2;
  z-index: 6;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
  cursor: default;
  }
}
@media screen and (max-width: 505px){
.p-circle-R {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 4vw;
  position: absolute;
  border-radius: 15px;
  width: 4.5vw;
  left: 2%;
  top: 2vw;
  height: 4.5vw;
  line-height: 1.3;
  z-index: 6;
  background-color: #2a2a2a;
  max-height: 4.5vw;
  max-width: 4.5vw;
  min-height: 0vw;
  min-width: 0vw;
  cursor: default;
  }
}
@media screen and (max-width: 390px){
.p-circle-R {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 4vw;
  position: absolute;
  border-radius: 15px;
  width: 4.5vw;
  left: 2%;
  top: 2vw;
  height: 4.5vw;
  line-height: 1.3;
  z-index: 6;
  background-color: #2a2a2a;
  max-height: 4.5vw;
  max-width: 4.5vw;
  min-height: 0vw;
  min-width: 0vw;
  cursor: default;
  }
}



/* .p-circle-R:hover{
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 15px;
  width: 1.5vw;
  left: 2%;
  top: 2vw;
  height: 1.5vw;
  line-height: 1.3;
  z-index: 6;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
  font-size: 1.3vw;
} */

.p-circle-R:active{
  box-shadow: 0px 0px 20px #1b2d3388;
  transform: scale(0.96);
  opacity: 1;
  z-index: 6;
  border-color: #ffffff;
}

.down-in{
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 15px;
  width: 1.5vw;
  right: 2%;
  top: 2vw;
  height: 1.5vw;
  line-height: 1.5;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}


@media screen and (max-width: 2801px) {
.down-in {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 15px;
  width: 1.5vw;
  right: 2%;
  top: 2vw;
  height: 1.5vw;
  line-height: 1.5;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}
}
@media screen and (max-width: 1200px) {
.down-in {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 20px;
  width: 1.5vw;
  right: 2%;
  top: 2vw;
  height: 1.5vw;
  line-height: 1.5;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}
}
@media screen and (max-width: 992px) {
.down-in {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 20px;
  width: 1.5vw;
  right: 2%;
  top: 2vw;
  height: 1.5vw;
  line-height: 1.6;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}
}
@media screen and (max-width: 768px) {
.down-in {
  color: #fff;
  border: 0px solid;
  border-color: #fff;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 20px;
  width: 2vw;
  right: 2%;
  top: 2vw;
  height: 2vw;
  line-height: 2;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}
}
@media screen and (max-width: 505px) {
.down-in {
  color: #fff;
  border: 0px solid;
  border-color: #fff;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 15px;
  width: 2vw;
  right: 2%;
  top: 2vw;
  height: 2vw;
  line-height: 2;
  z-index: 5;
  background: #2a2a2a;
  max-height: 2vw;
  max-width: 2vw;
  min-height: 0vw;
  min-width: 0vw;
  cursor: default;
}
}
@media screen and (max-width: 390px) {
.down-in {
  color: #fff;
  border: 0px solid;
  border-color: #fff;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 15px;
  width: 2vw;
  right: 2%;
  top: 2vw;
  height: 2vw;
  line-height: 2;
  z-index: 5;
  background: #2a2a2a;
  max-height: 2vw;
  max-width: 2vw;
  min-height: 0vw;
  min-width: 0vw;
  cursor: default;
}
}


/* down-in Hover And Active */

.down-in:active{
  opacity: 1;
  z-index: 6;
  transform: scale(0.96);
  border-color: #ff9100;
  box-shadow: 0px 0px 20px #1b2d3388;
}

/* down-in Hover And Active END */


.down-in-R{
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.2vw;
  position: absolute;
  border-radius: 15px;
  width: 1.5vw;
  right: 2%;
  top: 2vw;
  height: 1.5vw;
  line-height: 1.4;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}


@media screen and (max-width: 2801px) {
.down-in-R {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.5vw;
  position: absolute;
  border-radius: 20px;
  width: 2vw;
  right: 2%;
  top: 2vw;
  height: 2vw;
  line-height: 1.55;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
  }
}
@media screen and (max-width: 1200px) {
.down-in-R {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.5vw;
  position: absolute;
  border-radius: 20px;
  width: 2vw;
  right: 2%;
  top: 2.5vw;
  height: 2vw;
  line-height: 1.55;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
  }
}

@media screen and (max-width: 992px) {
  .down-in-R {
    color: #fff;
    border: 2px solid;
    border-color: #fff;
    border-width: 1px;
    font-size: 1.5vw;
    position: absolute;
    border-radius: 15px;
    width: 2.5vw;
    right: 2%;
    top: 2vw;
    height: 2.5vw;
    line-height: 1.88;
    z-index: 5;
    background-color: #2a2a2a;
    max-height: 2.5vw;
    max-width: 2.5vw;
    min-height: 0vw;
    min-width: 0vw;
    cursor: default;
    }
  }

@media screen and (max-width: 768px){
.down-in-R {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.5vw;
  position: absolute;
  border-radius: 15px;
  width: 2.5vw;
  right: 2%;
  top: 3vw;
  height: 2.5vw;
  line-height: 1.88;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
  cursor: default;
  }
}
@media screen and (max-width: 505px){
.down-in-R {
  color: #ffffff;
  border: 2px solid;
  border-color: #ffffff;
  border-width: 1px;
  font-size: 3vw;
  position: absolute;
  border-radius: 15px;
  width: 4.5vw;
  right: 2%;
  top: 2vw;
  height: 4.5vw;
  line-height: 1.88;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 4.5vw;
  max-width: 4.5vw;
  min-height: 0vw;
  min-width: 0vw;
  cursor: default;
  }
}
@media screen and (max-width: 390px){
.down-in-R {
  color: #ffffff;
  border: 2px solid;
  border-color: #ffffff;
  border-width: 1px;
  font-size: 3vw;
  position: absolute;
  border-radius: 15px;
  width: 4.5vw;
  right: 2%;
  top: 2vw;
  height: 4.5vw;
  line-height: 1.88;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 4.5vw;
  max-width: 4.5vw;
  min-height: 0vw;
  min-width: 0vw;
  cursor: default;
  }
}


.down-in-R:hover{
  color: #ff9100;
  border: 2px solid;
  border-color: #ffffff;
  border-width: 1px;
  font-size: 1.3vw;
  position: absolute;
  border-radius: 15px;
  cursor: pointer;
  width: 1.5vw;
  right: 3%;
  height: 1.5vw;
  line-height: 1.3;
  z-index: 6;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
  font-size: 1.3vw;
}


  @media screen and (max-width: 2801px) {
.down-in-R:hover {
    color: #fff;
    border: 2px solid;
    border-color: #ffffff;
    border-width: 1px;
    font-size: 1.5vw;
    position: absolute;
    border-radius: 20px;
    width: 2vw;
    right: 2%;
    height: 2vw;
    line-height: 1.55;
    z-index: 5;
    background-color: #2a2a2a;
    max-height: 2.5vw;
    max-width: 2.5vw;
    min-height: 0vw;
    min-width: 0vw;
    }
  }

  @media screen and (max-width: 1200px) {
.down-in-R:hover {
    color: #fff;
    border: 2px solid;
    border-color: #ffffff;
    border-width: 1px;
    font-size: 1.5vw;
    position: absolute;
    border-radius: 20px;
    width: 2vw;
    right: 2%;
    height: 2vw;
    line-height: 1.55;
    z-index: 5;
    background-color: #2a2a2a;
    max-height: 2.5vw;
    max-width: 2.5vw;
    min-height: 0vw;
    min-width: 0vw;
    }
  }
  
@media screen and (max-width: 992px) {
.down-in-R:hover {
  color: #fff;
  border: 2px solid;
  border-color: #ffffff;
  border-width: 1px;
  font-size: 1.5vw;
  position: absolute;
  border-radius: 15px;
  width: 2.5vw;
  right: 2%;
  height: 2.5vw;
  line-height: 1.88;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
    }
  }

  @media screen and (max-width: 768px){
.down-in-R:hover {
    color: #fff;
    border: 2px solid;
    border-color: #ffffff;
    border-width: 1px;
    font-size: 1.5vw;
    position: absolute;
    border-radius: 15px;
    width: 2.5vw;
    right: 2%;
    height: 2.5vw;
    line-height: 1.88;
    z-index: 5;
    background-color: #2a2a2a;
    max-height: 2.5vw;
    max-width: 2.5vw;
    min-height: 0vw;
    min-width: 0vw;
    }
  }
  @media screen and (max-width: 505px){
.down-in-R:hover {
  color: #ffffff;
  border: 2px solid;
  border-color: #ffffff;
  border-width: 1px;
  font-size: 3vw;
  position: absolute;
  border-radius: 15px;
  width: 4.5vw;
  right: 2%;
  height: 4.5vw;
  line-height: 1.88;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 4.5vw;
  max-width: 4.5vw;
  min-height: 0vw;
  min-width: 0vw;
    }
  }

  .down-in-R:active{
  box-shadow: 0px 0px 20px #1b2d3388;
  transform: scale(0.96);
  opacity: 1;
  z-index: 6;
  border-color: #ffffff;
}

/* .down-in-R:active{
  color: #ffffff;
  border: 2px solid;
  border-color: #ffffff;
  border-width: 1px;
  font-size: 1.5vw;
  position: absolute;
  border-radius: 20px;
  width: 2vw;
  right: 2%;
  top: 2vw;
  height: 2vw;
  line-height: 1.88;
  z-index: 6;
  background-color: #2a2a2a;
  max-height: 2vw;
  max-width: 2vw;
  min-height: 0vw;
  min-width: 0vw;
  font-size: 1.3vw;
} */


@media screen and (max-width: 769px){
  .down-in-R:active {
    color: #ffffff;
    border: 2px solid;
    border-color: #ffffff;
    border-width: 1px;
    font-size: 1.5vw;
    position: absolute;
    border-radius: 15px;
    width: 2.5vw;
    right: 2%;
    top: 2vw;
    height: 2.5vw;
    line-height: 1.88;
    z-index: 5;
    background-color: #2a2a2a;
    max-height: 2.5vw;
    max-width: 2.5vw;
    min-height: 0vw;
    min-width: 0vw; 
  }
}
@media screen and (max-width: 505px){
  .down-in-R:active {
    color: #ffffff;
    border: 2px solid;
    border-color: #ffffff;
  border-width: 1px;
  font-size: 3vw;
  position: absolute;
  border-radius: 15px;
  width: 4.5vw;
  right: 2%;
  top: 2vw;
  height: 4.5vw;
  line-height: 1.88;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 4.5vw;
  max-width: 4.5vw;
  min-height: 0vw;
  min-width: 0vw;
  }
}

 .down-in .fa-angle-down:hover{
  color: #ff9100;
}
 .down-in:active .fa-angle-down:active{
  color: #ff9100;
}
.down-in-R .fa-angle-down:active{
  color: #ffffff;
}


/* Slider Lolomo Row End */

/* this is for video details */

.video-details {
  font-size: 0.65vw;
  line-height: normal;
  position: relative;
  top: 4.5vw;
  font-weight: 600;
  font-family: Arial Narrow;
}

@media screen and (max-width: 2801px) {
.video-details {
  font-size: 0.65vw;
  line-height: normal;
  position: relative;
  top: 4.5vw;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}
@media screen and (max-width: 1200px) {
.video-details {
  font-size: 0.65vw;
  line-height: normal;
  position: relative;
  top: 4.5vw;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}

@media screen and (max-width: 992px) {
  .video-details {
    font-size: 0.65vw;
    line-height: normal;
    position: relative;
    top: 4.5vw;
    font-weight: 600;
    font-family: Arial Narrow;
    }
  }

@media screen and (max-width: 768px){
.video-details {
  font-size: 0.65vw;
  line-height: normal;
  position: relative;
  top: 4.5vw;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}
@media screen and (max-width: 505px){
.video-details {
  font-size: 0.62vw;
  line-height: normal;
  position: relative;
  top: 4.5vw;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}
@media screen and (max-width: 390px){
.video-details {
  font-size: 0.62vw;
  line-height: normal;
  position: relative;
  top: 4.5vw;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}

.video-details-R {
  font-size: 0.7vw;
  line-height: normal;
  position: relative;
  top: 4.5vw;
  font-weight: 600;
  font-family: Arial Narrow;
}


@media screen and (max-width: 2801px) {
.video-details-R {
  font-size: 0.7vw;
  line-height: normal;
  position: relative;
  top: 5vw;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}
@media screen and (max-width: 1200px) {
.video-details-R {
  font-size: 1vw;
  line-height: normal;
  position: relative;
  top: 6vw;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}

@media screen and (max-width: 992px) {
  .video-details-R {
    font-size: 0.97vw;
    line-height: normal;
    position: relative;
    top: 6vw;
    font-weight: 600;
    font-family: Arial Narrow;
    }
  }

@media screen and (max-width: 768px){
.video-details-R {
  font-size: 1.3vw;
  line-height: normal;
  position: relative;
  top: 7.5vw;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}
@media screen and (max-width: 505px){
.video-details-R {
  font-size: 2vw;
  line-height: normal;
  position: relative;
  top: 10vw;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}
@media screen and (max-width: 390px){
.video-details-R {
  font-size: 2.1vw;
  line-height: normal;
  position: relative;
  top: 10vw;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}


.video-details:hover{
  color: #fff;
}

.availability-info {
  position: absolute;
  display: flex;
  width: 80%;
  left: 3%;
  margin-top: 6px;
}

@media screen and (max-width: 2801px) {
.availability-info  {
  margin-top: 3px;
  }
}
@media screen and (max-width: 1200px) {
.availability-info  {
  margin-top: 3px;
  }
}

@media screen and (max-width: 768px){
.availability-info {
    margin-top: 2px;
  }
}
@media screen and (max-width: 505px){
.availability-info {
    left: 6%;
    margin-top: 1.2px;
  }
}

.availability-info i {
      color: #f0c040;
      cursor: pointer;
    }

    .avbl-info {
      opacity: 0;
      visibility: hidden;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0.5vw;
      transition: opacity 0.5s ease, transform 0.5s ease;
      transform: translateX(0);
      margin-left: 4px;
      margin-top: 0.5px;
      display: inline-block;
    }
@media screen and (max-width: 2801px) {
    .avbl-info  {
      font-size: 0.5vw;
      margin-top: 1px;
  }
}
@media screen and (max-width: 1200px) {
    .avbl-info  {
    font-size: 0.5vw;
    margin-top: 0.1vw;
    margin-left: 3px; 
  }
}

@media screen and (max-width: 768px){
    .avbl-info  {
    font-size: 0.6vw;
    margin-top: -0.1vw;
    margin-left: 3px; 
  }
}
@media screen and (max-width: 505px){
    .avbl-info  {
    font-size: 2.5px;
    margin-top: -0.5px;
    margin-left: 2px;
  }
}

    .avbl-info.show {
      opacity: 1;
      visibility: visible;
    }

    .avbl-info.slide-out {
      transform: translateX(20px);
      opacity: 0;
    }

.avbl-info.slide-out-left {
  transform: translateX(-20px);
  opacity: 0;
}


.first--line {
  color: green;
  font-weight: 600;
}

.second--line {
  color: #fff;
}


.year {
  color: #fff;
}

.post-views {
  color: #5d5d5d;
}

/* PAGE VIEW COUNT */

.road-to-salvation{
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
  margin: 3vw auto;
}

.road-to-salvation .God-bless-you {
  color: gray;
  width: 120px;
  text-align: center;
  font-size: 12px;
  border: 1px solid gray;
  padding: 5px;
  margin: 3vw 1.5vw 3vw 1.5vw;
}
.page-views {
  color: #5d5d5d;
  font-size: 1.5vw;
  line-height: normal;
  font-weight: 600;
  font-family: Arial Narrow;
}

@media screen and (max-width: 2801px) {
.page-views {
  font-size: 1.3vw;
  line-height: normal;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}
@media screen and (max-width: 1200px) {
.page-views {
  font-size: 1.5vw;
  line-height: normal;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}

@media screen and (max-width: 992px) {
  .page-views {
    font-size: 1.3vw;
    line-height: normal;
    font-weight: 600;
    font-family: Arial Narrow;
    }
  }

@media screen and (max-width: 768px){
.page-views {
  font-size: 2vw;
  line-height: normal;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}
@media screen and (max-width: 505px){
.page-views {
  font-size: 2.9vw;
  line-height: normal;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}
@media screen and (max-width: 390px){
.page-views {
  font-size: 3.3vw;
  line-height: normal;
  font-weight: 600;
  font-family: Arial Narrow;
  }
}



.page-views-icon {
  font-family: monospace;
  text-transform: uppercase;
  padding: 0 .3em;
  unicode-bidi: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


@media screen and (max-width: 505px) {
.page-views-icon {
  font-family: monospace;
  text-transform: uppercase;
  border: solid  0px;
  border-radius: 4px;
  padding: 0 .3em;
  unicode-bidi: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
}
@media screen and (max-width: 769px) {
.page-views-icon {
  font-family: monospace;
  text-transform: uppercase;
  border: solid  0px;
  border-radius: 4px;
  padding: 0 .3em;
  unicode-bidi: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
}


.page-views-number {
  color: #5d5d5d;
  font-family: monospace;
}

/* PAGE VIEW COUNT END */


.maturity-rating {
  color: #fff;
}

.maturity-number {
    font-family: monospace;
    text-transform: uppercase;
    border: solid 1px rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 0 .3em;
    unicode-bidi: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


@media screen and (max-width: 505px) {
  .maturity-number {
    font-family: monospace;
    text-transform: uppercase;
    border: solid  0px;
    border-radius: 4px;
    padding: 0 .3em;
    unicode-bidi: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media screen and (max-width: 769px) {
  .maturity-number {
    font-family: monospace;
    text-transform: uppercase;
    border: solid  0px;
    border-radius: 4px;
    padding: 0 .3em;
    unicode-bidi: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}


.post-views-icon {
  font-family: monospace;
  text-transform: uppercase;
  padding: 0 .3em;
  unicode-bidi: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}


@media screen and (max-width: 505px) {
.post-views-icon {
  font-family: monospace;
  text-transform: uppercase;
  border: solid  0px;
  border-radius: 4px;
  padding: 0 .3em;
  unicode-bidi: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
}
@media screen and (max-width: 769px) {
.post-views-icon {
  font-family: monospace;
  text-transform: uppercase;
  border: solid  0px;
  border-radius: 4px;
  padding: 0 .3em;
  unicode-bidi: normal;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
}


.post-views-number {
  color: #5d5d5d;
  font-family: monospace;
}


.maturity-pluse {
    color: rgb(0, 238, 40);
  }

.maturity-rating-Notic {
    color: #13b308;
    margin-left: 8px;
    font-size: 0.8vw;
}

.maturity-number-Notic {
    font-family: 'Netflix Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    border: solid 1px rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 0 .3em;
    unicode-bidi: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
}

.duration {
  color: #fff;
}

/* video - rating start */
.voting {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  border: aliceblue;
  justify-content: center;
}

.voting-R {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  border: aliceblue;
  justify-content: center;
}

.input-1{
  width: 2vw;
  border: none;
  background: none;
  color: #919191;
  top: 2.5vw;
  right: 0.5vw;
  position: relative;
  font-size: 0.8vw;
  margin: 0 0px;
  pointer-events: none;
}

.input-2{
  width: 2vw;
  border: none;
  background: none;
  color: #919191;
  top: 2.5vw;
  right: 0.5vw;
  position: relative;
  font-size: 0.8vw;
  margin: 0 0px;
  pointer-events: none;
}

.voting button {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  font-size: 0.8vw;
  position: absolute;
  padding: 0;
  top: 1.7vw;
  margin: 0;
  margin-left: 8px;
  cursor: pointer;
}

.voting-R button {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  padding: 0;
  top: 1.7vw;
  margin: 0;
  margin-left: 8px;
  cursor: pointer;
}


@media screen and (min-width: 770px) {
.voting-R button {
  top: 2.7vw;
  }
}
@media screen and (min-width: 1201px) {
.voting-R button {
  top: 2.7vw;
  }
}

@media screen and (max-width: 769px){
.voting-R button {
  top: 2.7vw;
  }
}
@media screen and (max-width: 505px){
.voting-R button {
  top: 2.7vw;
  }
}

#likebtn {
  color: #fff;
}

/* .vote-prompt {
  display: none; 
  position: absolute; 
  top: -2vh; 
  left: -4vh; 
  background: #ffdddd; 
  color: #333; 
  padding: 5px 5px; 
  border: 1px solid #b9130891; 
  border-radius: 3px; 
  font-size: 0.5em;
}


@media screen and (min-width: 1201px) {
.vote-prompt {
  top: -2vh; 
  left: -5vh; 
  padding: 5px 5px;
  }
}

@media screen and (max-width: 769px){
.vote-prompt {
  top: -2vh; 
  left: -4vh; 
  padding: 5px 5px;
  }
}
@media screen and (max-width: 505px){
.vote-prompt {
  top: -1.3vh; 
  left: -2.5vh; 
  padding: 3.5px 5px;
  }
} */


.vote-prompt {
  display: none;
  position: absolute;
  background-color: #ffdddd;
  color: #333;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 6px; /* Default font size */
  bottom: 120%; /* Stable position above button */
  left: 50%;
  transform: translateX(-50%) scale(0.8); /* Initial scale */
  white-space: nowrap;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 1000;
  max-width: 220px;
  text-align: center;
  opacity: 0; /* Initially hidden */
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.2); /* Soft red glow */
}

/* ✅ Show Animation */
.vote-prompt.show {
  display: block;
  opacity: 1;
  transform: translateX(-50%) scale(1); /* Smoothly scale to normal */
  animation: bounceEffect 0.5s ease-in-out;
}

/* 🔥 Bounce Animation */
@keyframes bounceEffect {
  0% { transform: translateX(-50%) scale(0.8); opacity: 0; }
  50% { transform: translateX(-50%) scale(1.1); opacity: 1; }
  100% { transform: translateX(-50%) scale(1); opacity: 1; }
}

/* ✅ Responsive Adjustments */
@media screen and (max-width: 1024px) { 
  .vote-prompt {
    font-size: 5px; /* Slightly smaller */
    padding: 7px 10px; /* Adjust padding */
    bottom: 130%; /* Adjust position */
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .vote-prompt {
    font-size: 4px; /* Reduce font size */
    padding: 4px 5px; /* Adjust padding */
    bottom: 140%; /* Ensure message stays visible */
    max-width: 180px;
  }
}

@media screen and (max-width: 480px) {
  .vote-prompt {
    font-size: 2.4px; /* Ensure readability */
    padding: 3px 3px;
    bottom: 150%; /* Prevent overlap with button */
    max-width: 160px;
  }
}

@media screen and (max-width: 360px) {
  .vote-prompt {
    font-size: 2px; /* Prevent excessive shrinking */
    padding: 2px 2.5px;
    bottom: 160%;
    max-width: 140px;
  }
}





#likebtn-R {
  color: #fff;
}

.thumb-up{
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 0.8vw;
  position: absolute;
  border-radius: 15px;
  width: 1.5vw;
  right: 3.5vw;
  top: 0.3vw;
  line-height: 1.9;
  height: 1.5vw;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}

.thumb-up:hover{
  color: green;
}

@media screen and (max-width: 2801px) {
.thumb-up {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 0.8vw;
  position: absolute;
  border-radius: 15px;
  width: 1.5vw;
  right: 3.5vw;
  top: 0.3vw;
  height: 1.5vw;
  line-height: 2;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}
}
@media screen and (max-width: 1200px) {
.thumb-up {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 0.8vw;
  position: absolute;
  border-radius: 20px;
  width: 1.5vw;
  right: 3.5vw;
  top: 0.3vw;
  height: 1.5vw;
  line-height: 2;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}
}
@media screen and (max-width: 992px) {
.thumb-up {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 0.8vw;
  position: absolute;
  border-radius: 20px;
  width: 1.5vw;
  right: 3.5vw;
  top: 0.3vw;
  height: 1.5vw;
  line-height: 1.8;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}
}
@media screen and (max-width: 768px) {
.thumb-up {
  color: #fff;
  border: 0px solid;
  border-color: #fff;
  font-size: 0.8vw;
  position: absolute;
  border-radius: 20px;
  width: 2vw;
  right: 3.5vw;
  top: 0.3vw;
  height: 2vw;
  line-height: 3;
  z-index: 5;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}
}
@media screen and (max-width: 505px) {
.thumb-up {
  color: #fff;
  border: 0px solid;
  border-color: #fff;
  font-size: 0.8vw;
  position: absolute;
  border-radius: 15px;
  width: 2vw;
  right: 3.5vw;
  top: 0.3vw;
  height: 2vw;
  line-height: 3;
  z-index: 5;
  background: #2a2a2a;
  max-height: 2vw;
  max-width: 2vw;
  min-height: 0vw;
  min-width: 0vw;
  cursor: default;
}
}
@media screen and (max-width: 390px) {
.thumb-up {
  color: #fff;
  border: 0px solid;
  border-color: #fff;
  font-size: 0.8vw;
  position: absolute;
  border-radius: 15px;
  width: 2vw;
  right: 3.5vw;
  top: 0.3vw;
  height: 2vw;
  line-height: 3;
  z-index: 5;
  background: #2a2a2a;
  max-height: 2vw;
  max-width: 2vw;
  min-height: 0vw;
  min-width: 0vw;
  cursor: default;
}
}

/* thumb-up Hover And Active */
#likebtn .thumb-up:active{
  color: green;
  opacity: 1;
  border-color: green;
  box-shadow: 0px 0px 20px #1b2d3388;
  transform: scale(0.96);
}

@media screen and (max-width: 390px) {
#likebtn .thumb-up:active {
  color: green;
  font-size: 0.8vw;
  opacity: 1;
  border-color: #ffffff;
  box-shadow: 0px 0px 20px #1b2d3388;
  transform: scale(0.96);
}
}

#likebtn .thumb-up:active .fa:active{
  color: green;
}


#likebtn .thumb-up:hover{
  color: green;
}

#dislikebtn {
  color: #fff;
}

#dislikebtn:active{
  transform: scale(1.5);
}

#dislikebtn .thumb-down:active{
  color: rgb(255, 0, 0);
}
/* thumb-up Hover And Active END */

.thumb-up-R{
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 0.8vw;
  position: absolute;
  border-radius: 15px;
  width: 1.5vw;
  right: 3.5vw;
  top: -0.6vw;
  line-height: 1.9;
  height: 1.5vw;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}

.thumb-up-R:hover{
  color: #ffffff;
  cursor: pointer;
}

@media screen and (max-width: 2801px) {
.thumb-up-R {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.22vw;
  position: absolute;
  border-radius: 20px;
  width: 2vw;
  right: 1.5vw;
  top: -0.6vw;
  line-height: 1.66;
  height: 2vw;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
  }
}

@media screen and (max-width: 1200px) {
.thumb-up-R {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.22vw;
  position: absolute;
  border-radius: 20px;
  width: 2vw;
  right: 1.5vw;
  top: -0.1vw;
  line-height: 1.66;
  height: 2vw;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
  }
}

@media screen and (max-width: 992px) {
  .thumb-up-R {
    color: #fff;
    border: 2px solid;
    border-color: #fff;
    border-width: 1px;
    font-size: 1.22vw;
    position: absolute;
    border-radius: 15px;
    width: 2.5vw;
    right: 3.5vw;
    top: -0.6vw;
    line-height: 2.22;
    height: 2.5vw;
    background-color: #2a2a2a;
    max-height: 2.5vw;
    max-width: 2.5vw;
    min-height: 0vw;
    min-width: 0vw;
    cursor: default;
    }
  }

@media screen and (max-width: 769px){
.thumb-up-R {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 1.22vw;
  position: absolute;
  border-radius: 15px;
  width: 2.5vw;
  right: 3.5vw;
  top: 0.4vw;
  line-height: 2.22;
  height: 2.5vw;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
  cursor: default;
  }
}
@media screen and (max-width: 505px){
.thumb-up-R {
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 2.22vw;
  position: absolute;
  border-radius: 15px;
  width: 4.5vw;
  right: 3.5vw;
  top: -0.6vw;
  line-height: 2;
  height: 4.5vw;
  background-color: #2a2a2a;
  max-height: 4.5vw;
  max-width: 4.5vw;
  min-height: 0vw;
  min-width: 0vw;
  cursor: default;
  }
}

/* .thumb-down-R Hover */

#likebtn-R .thumb-up-R:active{
  color: #ffffff;
  opacity: 1;
  z-index: 6;
  font-size: 1.22vw;
  border-color: #ffffff;
  box-shadow: 0px 0px 20px #1b2d3388;
  transform: scale(0.96);
}

@media screen and (max-width: 505px){
  #likebtn-R .thumb-up-R:active {
    font-size: 2.22vw;
    }
  }

#likebtn-R .thumb-up-R:hover{
  color: #ffffff;
  cursor: pointer;
}


/* .thumb-down-R Hover END */

.thumb-down:hover{
  color: #fff;
}


.thumb-down{
  color: #fff;
  border: 2px solid;
  border-color: #fff;
  border-width: 1px;
  font-size: 0.8vw;
  position: absolute;
  border-radius: 15px;
  width: 1.5vw;
  right: 1.5vw;
  top: 0.3vw;
  line-height: 1.9;
  height: 1.5vw;
  background-color: #2a2a2a;
  max-height: 2.5vw;
  max-width: 2.5vw;
  min-height: 0vw;
  min-width: 0vw;
}

/* Small Zoom Video display */
.osher{
  color: #fff;
}

.clip{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition-delay: -2s;
}


/*  WENONLINE TOP LIST */

.containerTOP{
  width: 100%;
  height: 40vw;
  right: 0;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 505px) {
  .containerTOP {
display: none;
  }
}

.W-Top5{
  color: #fff;
  position: relative;
  left: 4vw;
  top: -1vw;
  width: 50%;
  margin: 0;
  overflow: hidden;
  font-size: 1.5vw;
}


@media screen and (max-width: 505px) {
  .W-Top5 {
    color: #fff;
    position: relative;
    left: 4vw;
    top: -1vw;
    width: 50%;
    margin: 0;
    overflow: hidden;
    font-size: 4.5vw;
    font-weight: 600;
  }
}

.TOPDETAILS2{
  color: #00ffa3;
  position: absolute;
  top: 4vw;
  left: 21vw;
  z-index: 6;
  font-family: cursive;
  font-size: 2.2vw;
}

.vid-sliderTop{
  position: relative;
  top: 0.7vw;
  float: right;
  margin-right: 2.5vw;
  width: 46.5%;
  border: 2px #061417bd solid;
  height: 69%;
  z-index: 2;
  overflow: hidden;
  border-radius: 12px;
}

.sliderTOP1 {
  position: absolute;
  width: 98%;
  height: 100%;
  overflow: hidden;
  justify-content: center;
  margin-left: 0.9vw;
  border: 2px solid;
  border-color: #04313a;
  border-radius: 5px;
  background: #020a0c;
}

.sliderTOP1 .BlackCover{
  position: absolute;
  width: 50%;
  height: 60%;
  left: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}


.sliderTOP1 .sliderTOP5{
  width: 15vw;
  height: 23vw;
  border: 2px #04313a solid;
  position: relative;
  top: 4vw;
  border-radius: 5px;
}


.sliderTOP1 video {
  position: relative;
  float: right;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.video-details2{
  color: green;
  position: absolute;
  left: 20vw;
}

.sliderTOP2{
  color: #fff;
  left: 0%;
  right: 0;
  margin: 0.5vw;
  padding: 0;
  position: absolute;
  top: -1vw;
  overflow: hidden;
  width: 50%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(to right, #020a0c, 100%, #706d6d00);
}

.sliderTOP2 .sliderTOP8{
  color: #fff;
  width: 60%;
  position: relative;
  line-height: normal;
  left: 4vw;
  top: -6vw;
}


.voting-top{
  width: 100%;
  height: auto;
  z-index: 1;
  left: 20vw;
  position: relative;
  border: aliceblue;
  justify-content: center;
}
/*  WENONLINE TOP LIST END */

/* TOP 5 SOCIAL-103 */

.video-details-T {
  font-size: 1.5vw;
  position: absolute;
  line-height: normal;
  font-family: arial black;
  top: 18.2vw;
  left: 18vw;
  width: 80%;
}

.first--line-T {
  color: #00ffa3;
  font-weight: 600;
}

.second--line-T {
  color: #fff;
}


.year {
  color: #fff;
}


.maturity-rating-T {
  color: #fff;
}

.maturity-number-T {
    font-family: monospace;
    text-transform: uppercase;
    border: solid 1px rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 0 .3em;
    unicode-bidi: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.maturity-pluse-T {
    color: #00ffa3;
    font-size: 1.8vw;
  }

.maturity-rating-Notic-T {
    color: #13b308;
    margin-left: 8px;
    font-size: 0.8vw;
}

.maturity-number-Notic-T {
    font-family: 'Netflix Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    border: solid 1px rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 0 .3em;
    unicode-bidi: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
}

.duration-T {
  color: #fff;
}


/* PLAY BUTTON MY PLAY AND MY MORE */

.CF-MyPlay {
  display: flex;
  justify-content: center;
  width: 50%;
  align-items: center;
  position: absolute;
  top: 23vw;
  left: 19vw;
}

.MyPlaybtn {
padding: 0.8vw 3vw;
margin-right: 25px;
background-color: #ff9c00c9;
color: white;
font-size: 1.5vw;
text-decoration: none;
border-style: solid;
border-width: 2px 2px 2px 2px;
border-color: #020a0c;
border-radius: 5px 5px 5px 5px;
text-decoration: none;
transition: background-color 0.3s ease;
}
.MyMorebtn {
padding: 0.8vw 3vw;
background-color: #ff9c00c9;
color: white;
font-size: 1.5vw;
text-decoration: none;
border-style: solid;
border-width: 2px 2px 2px 2px;
border-color: #020a0c;
border-radius: 5px 5px 5px 5px;
text-decoration: none;
transition: background-color 0.3s ease;
}

.MyPlaybtn:hover {
background-color: #FF9C00;
color: white;
transition: 0.3s ease;
--tw-shadow: 0 10px 15px -3px rgb(0 0 0), 0 4px 6px -4px rgb(0 0 0);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #000), var(--tw-ring-shadow, 0 0 #000), var(--tw-shadow);
}
.MyMorebtn:hover {
background-color: #FF9C00;
color: white;
transition: 0.3s ease;
--tw-shadow: 0 10px 15px -3px rgb(0 0 0), 0 4px 6px -4px rgb(0 0 0);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #000), var(--tw-ring-shadow, 0 0 #000), var(--tw-shadow);
}

.MyPlaybtn:active {
transform: scale(0.96);
}
.MyMorebtn:active {
transform: scale(0.96);
}

/* PLAY BUTTON MY PLAY AND MY MORE END */


/* TOU TOP 5 */

.TOU {
  left: 3.5vw;
  top: 30vw;
  border-radius: 5px;
  overflow: hidden;
  width: 93%;
  height: 29%;
  display: flex;
  position: relative; /* Changed from absolute to relative */
  z-index: 3;
}

.Top1,.Top2,.Top3,.Top4,.Top5{
  color: #00ffa3;
}

@media screen and (max-width: 900px){
  .TOU {
    top: 29vw;
    }
  }

.TOU .TOP {
  color: #fff;
  width: 17vw;
  position: relative;
  padding: 0;
  margin: 13px;
  height: 8.7vw;
  border-radius: 5px;
  overflow: hidden;
  z-index: 10;
}

.TOU .TOP:hover {
  color: #fff;
  width: 17vw;
  height: 8.7vw;
  position: relative;
  margin: 11px;
  padding: 0;
  border: 2px #04313adb solid;
  border-radius: 5px;
  z-index: 10;
  background: #04313a00;
  overflow: hidden;
}

.TOU .TOP:active {
  transform: scale(0.96);
}


/* Renamed .Top1, .Top2, .Top3, .Top4, .Top5 to .TOP1, .TOP2, .TOP3, .TOP4, .TOP5 */
.TOU .TOP1 {
  position: absolute;
  top: 2vw;
  font-size: 2.5vw;
  left: -0.3vw;
  z-index: 7;
  color: #00ffa3;
}

.TOU .TOP2 {
  position: absolute;
  top: 2vw;
  font-size: 2.2vw;
  left: 18vw;
  z-index: 7;
  color: #00ffa3;
}

.TOU .TOP3 {
  position: absolute;
  top: 2vw;
  font-size: 2.5vw;
  left: 36.3vw;
  z-index: 7;
  color: #00ffa3;
}

.TOU .TOP4 {
  position: absolute;
  top: 2vw;
  font-size: 2.5vw;
  left: 54.7vw;
  z-index: 7;
  color: #00ffa3;
}

.TOU .TOP5 {
  position: absolute;
  top: 2vw;
  font-size: 2.5vw;
  left: 72.8vw;
  z-index: 7;
  color: #00ffa3;
}

/* .topvid {
  position: absolute; 
  width: 17.3vw;
  left: -6.5vh;
  border-radius: 5px;
} */
.topvid {
  color: #fff;
  width: 17vw;
  position: relative;
  padding: 0;
  left: 0;
  right: 0;
  margin-left: -45px;
  height: 8.7vw;
  border-radius: 5px;
  overflow: hidden;
}

.TOPDETAILS1 {
  position: absolute;
  width: 50%;
  top: 23vw;
  left: 17vw;
}


/* TOU TOP 5  END*/
/* WENONLINE TOP 5 SOCIAL-101 END */


/* FOOTER SOCIAL ICON */

.Main-Footer {
  color: grey;
  text-align: center;
  margin: 100px auto 0;
  max-width: 980px;
  padding: 0 4%;
}

.Main-Footer .socialF{
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: flex;
  margin: 0 0 55px;
}


.Main-Footer .socialF-101{
  position: relative;
  margin-right: 10vw;
}

.Main-Footer .socialF-101 a:hover{
  color: rgb(255, 136, 0);
}

.Main-Footer .socialF-101:active{
  transform: scale(1.2);
}

.Main-Footer .socialF-102 a:hover{
  color: rgb(255, 136, 0);
}

.Main-Footer .socialF-102:active{
  transform: scale(1.2);
}

.Main-Footer .socialF-103 a:hover{
  color: rgb(255, 136, 0);
}

.Main-Footer .socialF-103:active{
  transform: scale(1.2);
}

.Main-Footer .socialF-104 a:hover{
  color: rgb(255, 136, 0);
}

.Main-Footer .socialF-104:active{
  transform: scale(1.2);
}

.Main-Footer .socialF-101 a{
  color: #fff;
}

@media screen and (max-width: 780px){
  .Main-Footer .socialF-101 a {
    cursor: default;
  }
  }
@media screen and (max-width: 500px){
  .Main-Footer .socialF-101 a {
    cursor: default;
  }
  }

.Main-Footer .socialF-102{
  position: relative;
  margin-right: 10vw;
}

.Main-Footer .socialF-102 a{
  color: #fff;
}

@media screen and (max-width: 780px){
  .Main-Footer .socialF-102 a {
    cursor: default;
  }
  }
@media screen and (max-width: 500px){
  .Main-Footer .socialF-102 a {
    cursor: default;
  }
  }

.Main-Footer .socialF-103{
  position: relative;
  margin-right: 10vw;
}

.Main-Footer .socialF-103 a{
  color: #fff;
}

@media screen and (max-width: 780px){
  .Main-Footer .socialF-103 a {
    cursor: default;
  }
  }
@media screen and (max-width: 500px){
  .Main-Footer .socialF-103 a {
    cursor: default;
  }
  }

.Main-Footer .socialF-104{
  position: relative;
  margin-right: 10vw;
}

.Main-Footer .socialF-104 a{
  color: #fff;
}

@media screen and (max-width: 780px){
  .Main-Footer .socialF-104 a {
    cursor: default;
  }
  }
@media screen and (max-width: 500px){
  .Main-Footer .socialF-104 a {
    cursor: default;
  }
  }

.Main-Footer .member-footer-links {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 13px;
  text-align: justify;
  margin: 0 0 14px;
  padding: 0;
}

.Main-Footer .member-footer-link {
  color: grey;
  text-decoration: none;
}

.Main-Footer .member-footer-link:hover{
  color: rgb(255, 136, 0);
}

@media screen and (max-width: 780px){
  .Main-Footer .member-footer-link {
    color: grey;
    text-decoration: none;
    cursor: default;
  }
  }
@media screen and (max-width: 500px){
  .Main-Footer .member-footer-link {
    color: grey;
    text-decoration: none;
    cursor: default;
  }
  }

@media (min-width: 800px) {
  .Main-Footer .member-footer-link-wrapper {
      flex-basis: 25%;
  }
}

.Main-Footer .member-footer-link-wrapper {
  box-sizing: border-box;
  flex: 0 0 25%;
  list-style-type: none;
  margin-bottom: 16px;
  padding-right: 22px;
}


/* FOOTER SOCIAL ICON END */

.suggest {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 14px;
  margin: 5vw 0;
  text-align: center;
}

.suggest .suggest-list {
  color: #fff;
  flex-basis: 50%;
  box-sizing: border-box;
  list-style-type: none;
  margin-bottom: 16px;
}

.suggest .suggest-link {
  color: grey;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 780px){
  .suggest .suggest-link {
    cursor: default;
  }
  }
@media screen and (max-width: 500px){
  .suggest .suggest-link {
    cursor: default;
  }
  }

.suggest .suggest-link:hover {
  color: grey;
  text-decoration: underline;
}

.suggest .suggest-name {
  color: gray;
}

@media (min-width: 768px) {
  .mission1 {
    width: 40%;
    margin: 5vw;
  }

  @media screen and (max-width: 768px){
    .mission2 {
      width: 40%;
      margin: 5vw;
      }
    }
  .suggest .suggest-list {
    flex-basis: 25%;
  }
}


/* SUGGEST END */

/* FOOTER SOCIAL ICON END */


/* Celebration overlay for first-time sign-in */
body.zs-celebration-lock {
    overflow: hidden;
}

.zs-celebration-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1.5rem, 4vw, 3rem);
    background: rgba(10, 16, 31, 0.88);
    backdrop-filter: blur(14px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.45s ease, visibility 0.45s ease;
    z-index: 4000;
}

.zs-celebration-overlay.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.zs-celebration-content {
    position: relative;
    z-index: 1;
    width: min(400px, 90vw);
    max-height: min(85vh, 600px);
    padding: clamp(2rem, 4.5vw, 2.45rem) clamp(1.85rem, 5vw, 2.35rem);
    border-radius: 28px;
    background: linear-gradient(155deg, #ffffff 0%, #f9f4ff 42%, #eff7ff 100%);
    box-shadow: 0 28px 58px rgba(17, 24, 39, 0.32);
    color: #101828;
    text-align: center;
    overflow: hidden;
    transform: translateY(18px) scale(0.96);
    opacity: 0;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

.zs-celebration-overlay.is-visible .zs-celebration-content {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.zs-celebration-glow {
    position: absolute;
    inset: -40% auto auto -30%;
    width: 160%;
    height: 160%;
    background: radial-gradient(circle at top left, rgba(120, 119, 255, 0.25), rgba(120, 119, 255, 0));
    pointer-events: none;
}

.zs-celebration-ribbon {
    position: absolute;
    top: -45%;
    right: -35%;
    width: 160%;
    height: 160%;
    background: conic-gradient(from 120deg, rgba(250, 168, 255, 0.26), rgba(101, 132, 255, 0.22), rgba(132, 255, 217, 0.22), rgba(250, 168, 255, 0.26));
    filter: blur(34px);
    opacity: 0.7;
    pointer-events: none;
}

.zs-confetti-container {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.zs-celebration-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin: 0 auto 1.6rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #6a5acd, #8a63f7);
    box-shadow: 0 18px 38px rgba(106, 90, 205, 0.35);
    color: #ffffff;
}

.zs-badge-icon {
    font-size: 1.8rem;
    line-height: 1;
}

.zs-celebration-content h2 {
    font-size: clamp(2.1rem, 3vw, 2.4rem);
    margin: 0 0 0.75rem;
    font-weight: 700;
}

.zs-celebration-content p {
    margin: 0 0 1.8rem;
    color: #475467;
    font-size: 1.05rem;
    line-height: 1.6;
}

.zs-celebration-highlights {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
    display: grid;
    gap: 1rem;
}

.zs-celebration-highlights li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1.05rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    color: #1d2939;
    font-size: 0.98rem;
}

.zs-highlight-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(106, 90, 205, 0.16), rgba(133, 214, 255, 0.16));
    color: #6a5acd;
    font-weight: 700;
    font-size: 1.05rem;
}

.zs-highlight-text {
    line-height: 1.45;
    color: #1f2937;
}

.zs-celebration-close-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.95rem 2.2rem;
    border-radius: 999px;
    border: none;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 55%, #38bdf8 100%);
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 20px 40px rgba(79, 70, 229, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zs-celebration-close-btn:hover,
.zs-celebration-close-btn:focus {
    transform: translateY(-2px);
    box-shadow: 0 26px 48px rgba(79, 70, 229, 0.4);
}

.zs-celebration-close-btn:focus {
    outline: 3px solid rgba(120, 119, 255, 0.45);
    outline-offset: 3px;
}

.zs-confetti-piece {
    position: absolute;
    top: -12%;
    left: var(--confetti-left);
    width: 12px;
    height: 26px;
    background: linear-gradient(180deg, var(--confetti-color) 0%, rgba(255, 255, 255, 0.85) 100%);
    border-radius: 3px;
    opacity: 0;
    transform: rotate(0deg);
    animation: confetti-fall var(--confetti-duration, 8s) linear infinite;
    animation-delay: var(--confetti-delay, 0s);
}

.zs-confetti-piece:nth-child(odd) {
    width: 10px;
    height: 22px;
    transform: rotate(25deg);
}

.zs-confetti-piece:nth-child(3n) {
    width: 8px;
    height: 18px;
}

@keyframes confetti-fall {
    0% {
        transform: translate3d(0, -120vh, 0) rotate(0deg);
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    100% {
        transform: translate3d(var(--confetti-x, 0px), 120vh, 0) rotate(540deg);
        opacity: 0;
    }
}

@media (max-width: 640px) {
    .zs-celebration-content {
        width: min(94vw, 420px);
        padding: clamp(2.6rem, 9vw, 3.1rem);
        border-radius: 28px;
        text-align: center;
    }

    .zs-celebration-badge {
        width: 74px;
        height: 74px;
        margin-bottom: .6rem;
    }

    .zs-badge-icon {
        font-size: 4.5rem;
    }

    .zs-celebration-content h2 {
        font-size: clamp(2.4rem, 7.8vw, 2.85rem);
        margin-bottom: 1rem;
    }

    .zs-celebration-content p {
        font-size: clamp(2.28rem, 5.6vw, 1.46rem);
        line-height: 1.68;
        font-weight: 400;
        margin-bottom: 2.1rem;
    }

    .zs-celebration-highlights {
        gap: 1.25rem;
    }

    .zs-celebration-highlights li {
        gap: 1rem;
        padding: 1.15rem 1.3rem;
        font-size: 2.24rem;
        font-weight: 600;
    }

    .zs-highlight-icon {
        width: 48px;
        height: 48px;
        font-size: 2.38rem;
        justify-self: center;
    }

    .zs-highlight-text {
        font-size: 2.18rem;
        text-align: left
    }

    .zs-celebration-close-btn {
        font-size: 1.22rem;
        padding: 1.1rem 2.4rem;
    }
}

@media (max-width: 420px) {
    .zs-celebration-content {
        padding: clamp(2.4rem, 12vw, 3.2rem);
        border-radius: 28px;
    }

    .zs-celebration-badge {
        width: 80px;
        height: 80px;
    }

    .zs-badge-icon {
        font-size: 5.5rem;
    }

    .zs-celebration-content h2 {
        font-size: 2.3rem;
    }

    .zs-celebration-content p {
        font-size: 2.28rem;
        font-weight: 400;
    }

    .zs-celebration-highlights li {
        font-size: 1.32rem;
    }

    .zs-highlight-icon {
        width: 50px;
        height: 50px;
        font-size: 2.42rem;
    }

    .zs-celebration-close-btn {
        font-size: 1.24rem;
        padding: 1.05rem 2.3rem;
    }
}
