/* 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 */
}

.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: #28292a;
      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;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: default;
      -webkit-touch-callout: none;
  -khtml-user-select: none;
  -o-user-select: none;
  image-rendering: -webkit-optimize-contrast;
  }
  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;
      color: #fff;
    }

    .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.5vw;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-family: 'Comic Sans MS', 'Arial', 'Helvetica', sans-serif;
    cursor: default;
  }
}

/* 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;
  }
}

b, strong {
    font-weight: 700;
    color: #fff;
}

a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

/* 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;
    }


.navbar .btnLogin-popup {
    width: 130px;
    height: 50px;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1.1em;
    color: #19bba0;
    font-weight: 500;
    transition: .5s;
}

.navbar .btnLogin-popup:hover {
    color: #19bba0;
}

.wrapper {
    position: relative;
    width: 400px;
    height: 440px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    backdrop-filter: blur(20px);
    box-shadow: 0 0 30px rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: scale(0);
    transition: transform .5s ease, height .2s ease;
}

.wrapper.active-popup {
    transform: scale(1);
}

.wrapper.active {
    height: 520px;
}

.wrapper .form-box {
    width: 100%;
    padding: 40px;
}

.wrapper .form-box.login {
    transition: transform .18s ease;
    transform: translateX(0);
}

.wrapper.active .form-box.login {
    transition: none;
    transform: translateX(-400px);
}

.wrapper .form-box.register {
    position: absolute;
    transition: none;
    transform: translateX(400px);
}

.wrapper.active .form-box.register {
    transition: transform .18s ease;
    transform: translateX(0);
}

.wrapper .icon-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: #162938;
    font-size: 2em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 20px;
    cursor: pointer;
    z-index: 1;
}

.form-box h2 {
    font-size: 2em;
    color: #162938;
    text-align: center;
}

.input-box {
    position: relative;
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #162938;
    margin: 30px 0;
}

.input-box label {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 1em;
    color: #162938;
    font-weight: 500;
    pointer-events: none;
    transition: .5s;
}

.input-box input:focus~label,
.input-box input:valid~label {
    top: -5px;
}

.input-box input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    color: #162938;
    font-weight: 600;
    padding: 0 35px 0 5px;
}

.input-box .icon {
    position: absolute;
    right: 8px;
    font-size: 1.2em;
    color: #162938;
    line-height: 57px;
}

.remember-forgot {
    font-size: .9em;
    color: #162938;
    font-weight: 500;
    margin: -15px 0 15px;
    display: flex;
    justify-content: space-between;
}

.remember-forgot label input {
    accent-color: #162938;
    margin-right: 3px;
}

.remember-forgot a {
    color: #162938;
    text-decoration: none;
}

.remember-forgot a:hover {
    text-decoration: underline;
}

.btn {
    width: 100%;
    height: 45px;
    background: #162938;
    border: none;
    outline: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1em;
    color: #fff;
    font-weight: 500;
}

.login-register {
    font-size: .9em;
    color: #162938;
    text-align: center;
    font-weight: 500;
    margin: 25px 0 10px;
}

.login-register p a {
    color: #162938;
    text-decoration: none;
    font-weight: 600;
}

.login-register p a:hover {
    text-decoration: underline;
}


    
  /* video - rating start */
/* video - rating ending.... */
/* video detail end... */

.frame {
  position: relative;
  width: 100%;
  padding-bottom: 60.25%; /* 16:9 aspect ratio */
  overflow: hidden;
}

@media screen and (max-width: 450px){
  .frame {
    position: relative;
    width: 100%;
    padding-bottom: 90.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    }
  }


.frame img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main {
  position: relative;
  width: 100%;
  background: #28292a;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -9.25%;
}

.mission1 {
  color: #fff;
  width: 80%;
  margin: 5vw 0;
}
.mission-About {
  color: #fff;
  width: 80%;
  margin: 2vw 0;
}

.mission2 {
  border: 2px solid #fff;
  color: #000;
  width: 40%;
  font-size: 17px;
  font-family: Trebuchet MS;
  font-weight: 600;
  margin: 5vw 0;
  margin-right: 2vw;
  padding: 25px;
  background-color: #fff;
  border-radius: 5px;
}
.mission3 {
  border: 2px solid #fff;
  color: #000;
  width: 80%;
  font-size: 17px;
  font-family: Trebuchet MS;
  font-weight: 600;
  margin: 5vw 0;
  padding: 25px;
  background-color: #fff;
  border-radius: 5px;
}

.mission2:hover {
  --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);
}
.mission3:hover {
  --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);
}

@media screen and (max-width: 1050px){
  .mission2 {
    border: 2px solid #fff;
    color: #000;
    width: 80%;
    font-size: 17px;
    font-family: Trebuchet MS;
    font-weight: 600;
    margin: 5vw 0;
    padding: 25px;
    background-color: #fff;
    border-radius: 5px;
  }
  }

.mission1 img {
  width: 100%;
  border: 2px solid #787878;
  border-radius: 5px;
}

.mission2 img {
  width: 100%;
  border: 2px solid #787878;
  border-radius: 5px;
}

.zp1{
  position: absolute;
  left: 5%;
  bottom: 48%;
  color: #FFFFFF;
  font-family: "Abel", Sans-serif;
  font-size: 1.5vw;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media screen and (max-width: 455px){
  .zp1 {
    position: absolute;
    left: 5%;
    bottom: 45%;
    color: #FFFFFF;
    font-family: "Abel", Sans-serif;
    font-size: 2.5vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    }
  }
@media screen and (max-width: 360px){
  .zp1 {
    position: absolute;
    left: 5%;
    bottom: 30%;
    color: #FFFFFF;
    font-family: "Abel", Sans-serif;
    font-size: 4vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    }
  }

.zp2{
  position: absolute;
  left: 5%;
  bottom: 28%;
  color: #e2e2e2;
  font-family: "Asap Condensed", Sans-serif;
  font-size: 5vw;
  font-weight: 600;
}

@media screen and (max-width: 360px){
  .zp2 {
    position: absolute;
    left: 5%;
    bottom: 15%;
    color: #FFFFFF;
    font-family: "Asap Condensed", Sans-serif;
    font-size: 6vw;
    font-weight: 600;
    }
  }


.zp-Ab{
  position: relative;
  width: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  font-family: "Asap Condensed", Sans-serif;
  font-size: 5vw;
  font-weight: 600;
}

.zp-intro{
  text-align: center;
  font-size: 20px;
  color: #344054;
  font-family: Arial;
}
.zp-info1{
  color: #475467;
  text-align: left;
  line-height: 1.2;
}
.zp-info2{
  color: #475467;
  text-align: left;
  line-height: 1.2;
}
.zp-info3{
  color: #475467;
  text-align: left;
  line-height: 1.2;
}

.email{
  position: relative;
  color: #fb9905;
}

.email:active {
  transform: scale(1.2);
}


.tlg{
  position: relative;
  color: #fb9905;
}

.tlg:active {
  transform: scale(1.2);
}


/* Company Formation Section */


.main2 {
  position: relative;
  width: 100%;
  display: grid;
  justify-content: center;
  margin-top: 0%;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 15px;
}

.befor-main2 {
  position: relative;
  width: 100%;
  background: #28292a;
}

.divid{
    background-color: #4a4a4a;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #dadce0;
}

.main3 {
  position: relative;
  width: 100%;
  display: grid;
  justify-content: center;
  margin-top: 0%;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 15px;
}

.befor-main3 {
  position: relative;
  width: 100%;
}

.CF-About {
  color: #fff;
  width: 100%;
  font-family: Arial;
  padding-top: 8vw;
}
.CF-Ab {
  position: relative;
  width: 60%;
  top: 0;
  left: 20.5%;
  right: 0;
  margin: 0;
  padding-top: 1vw;
  padding-bottom: 2vw;
  text-align: center;
  color: #ffffff;
  font-family: "Asap Condensed", Sans-serif;
  font-size: 30px;
  font-weight: 600;
}

@media screen and (max-width: 930px){
  .CF-Ab {
    font-size: 25px;
  }
  }


.CF-Get {
  position: relative;
  width: 100%;
  top: 0;
  margin: 0;
  padding-bottom: 5vw;
  text-align: center;
  color: #fb9905;
  font-family: "Asap Condensed", Sans-serif;
  font-size: 40px;
  font-weight: 700;
}

@media screen and (max-width: 930px){
  .CF-Get {
    font-size: 30px;
  }
  }

.CompanyFormation1,
.CompanyFormation2 {
  border: 2px solid #fff;
  color: #000;
  width: 80%;
  display: flex;
  flex-direction: column;
  font-size: 17px;
  font-family: Trebuchet MS;
  font-weight: 600;
  margin-left: 1vw;
  margin-right: 1vw;
  margin-bottom: 5vw;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 780px){
.CompanyFormation1,
.CompanyFormation2  {
      margin-left: 2vw;
  }
  }
@media screen and (max-width: 500px){
  .CompanyFormation1,
  .CompanyFormation2 {
      margin-left: 4.5vw;
  }
  }
@media screen and (max-width: 440px){
  .CompanyFormation1,
  .CompanyFormation2 {
      margin-left: 4.5vw;
  }
  }
@media screen and (max-width: 400px){
  .CompanyFormation1,
  .CompanyFormation2 {
      margin-left: 3vw;
  }
  }
@media screen and (max-width: 360px){
  .CompanyFormation1,
  .CompanyFormation2 {
      margin-left: 4.5vw;
  }
  }

.CompanyFormation1:hover,
.CompanyFormation2:hover {
  --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);
}

/* .CompanyFormation1 img,
.CompanyFormation2 img {
  width: 100%;
  border: 2px solid #787878;
  border-radius: 5px;
} */

.CF-svg{
  width: 3rem;
}
.CF-intro{
  font-size: 20px;
  margin-top: 1vw;
  margin-bottom: 0.5vw;
  text-align: left;
  color: #344054;
  font-family: Arial;
}

.CF-info{
  color: #475467;
  text-align: left;
  line-height: 1.2;
}


.CF-Gonomad {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
  background: #28292a;
  padding-bottom: 3vw;
}

.Gonomad-btn {
  padding: 15px 40px;
  background-color: #3d4043;
  color: white;
  font-size: 20px;
  text-decoration: none;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #FFFFFF;
  border-radius: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 769px){
.Gonomad-btn {
    cursor: default;
  }
  }
  @media screen and (max-width: 505px){
  .Gonomad-btn {
      cursor: default;
    }
  }

.Gonomad-btn:hover {
  background-color: #3d4043;
  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);
}

.Gonomad-btn:active {
  transform: scale(0.9);
}



/* Company Formation Section END */


.footer {
  background-color: #3d4043;
  text-align: center;
  margin: 45px auto 0;
  max-width: 100%;
  padding: 0 4%;
  font-family: "Google Sans",arial,sans-serif;
}

/* FOOTER SOCIAL ICON */

.footer .social{
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: flex;
  margin: 0 0 55px;
}


.footer .social-101{
  position: relative;
  margin-right: 10vw;
}

.footer .social-101 a:hover{
  color: #9c9c9c;
}

.footer .social-101:active{
  transform: scale(1.2);
}

.footer .social-102 a:hover{
  color: #9c9c9c;
}

.footer .social-102:active{
  transform: scale(1.2);
}

.footer .social-103 a:hover{
  color: #9c9c9c;
}

.footer .social-103:active{
  transform: scale(1.2);
}

.footer .social-104 a:hover{
  color: #9c9c9c;
}

.footer .social-104:active{
  transform: scale(1.2);
}

.footer .social-101 a{
  color: #fff;
}

@media screen and (max-width: 780px){
  .footer .social-101 a {
    cursor: default;
  }
  }
@media screen and (max-width: 500px){
  .footer .social-101 a {
    cursor: default;
  }
  }

.footer .social-102{
  position: relative;
  margin-right: 10vw;
}

.footer .social-102 a{
  color: #fff;
}

@media screen and (max-width: 780px){
  .footer .social-102 a {
    cursor: default;
  }
  }
@media screen and (max-width: 500px){
  .footer .social-102 a {
    cursor: default;
  }
  }

.footer .social-103{
  position: relative;
  margin-right: 10vw;
}

.footer .social-103 a{
  color: #fff;
}

@media screen and (max-width: 780px){
  .footer .social-103 a {
    cursor: default;
  }
  }
@media screen and (max-width: 500px){
  .footer .social-103 a {
    cursor: default;
  }
  }

.footer .social-104{
  position: relative;
  margin-right: 10vw;
}

@media screen and (max-width: 780px){
  .footer .social-104 {
    cursor: default;
  }
  }
@media screen and (max-width: 500px){
  .footer .social-104 {
    cursor: default;
  }
  }

.footer .social-104 a{
  color: #fff;
}

@media screen and (max-width: 780px){
  .footer .social-104 a {
    cursor: default;
  }
  }
@media screen and (max-width: 500px){
  .footer .social-104 a {
    cursor: default;
  }
  }

.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;
}

.footer .member-footer-link {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 780px){
  .footer .member-footer-link {
    cursor: default;
  }
  }
@media screen and (max-width: 500px){
  .footer .member-footer-link {
    cursor: default;
  }
  }


@media (min-width: 800px) {
  .footer .member-footer-link-wrapper {
      flex-basis: 25%;
  }
}

.footer .member-footer-link:hover{
  color: #9c9c9c;
}

.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: 2vw 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;
}

.suggest .suggest-link:hover {
  color: grey;
  text-decoration: underline;
}

.suggest .suggest-name {
  color: #ffffff;
}

/* PAGE VIEW COUNT */

.road-to-salvation{
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0px;
  margin: 0vw auto;
}

.road-to-salvation .God-bless-you {
  color: #ffffff;
  width: 120px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #ffffff;
  padding: 5px;
  margin: 3vw 1.5vw 3vw 1.5vw;
}
.page-views {
  color: #ffffff;
  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: #ffffff;
  font-family: monospace;
}

/* PAGE VIEW COUNT END */

@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 */

/* Sear-list button */

.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: "Comic Sans MS", sans-serif;
  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 .search_box2 a .Play_box:active {
  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;
  font-family: "Comic Sans MS", sans-serif;
}

@media screen and (min-width: 890px) {
.search-form .search_box1 .search_box2 a .Play_box:active {
    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:active {
    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:active {
  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:active {
  line-height: 2.5;
  font-size: 3.5vw;
  font-family: "Comic Sans MS", sans-serif;
  cursor: default;
  }
}

/* Sear-list button END */

/* Salvation-is-come END */

