/*
Theme Name: XXX
Template: tube
*/
body {
  font-size: 13px !important;
  background: #0b0b10 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(18, 18, 26, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
#wrapper-navbar {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1350px;
  margin: 0 auto;
  background: none !important;
  height: 64px;
  line-height: inherit;
}
.logo-search h1,
.logo-search .navbar-brand {
  line-height: 64px;
}
header .logo-search h1,
header .logo-search .navbar-brand {
  padding: 0px !important;
}
header .navbar {
  display: flex;
  flex: 1;
  align-items: center;
  overflow: visible;
  justify-content: space-around;
  border: none;
}
header ul.navbar-nav {
  gap: 10px;
}
header .header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex-shrink: 0;
}
header .navbar-expand-md .navbar-nav .nav-link {
  padding: 8px 14px !important;
  border-radius: 8px;
  text-transform: none;
  font-weight: 600;
  color: #8a8a9c;
  font-size: 15px !important;
}
header .navbar-expand-md .navbar-nav .nav-link:hover,
header .navbar li.active > a {
  color: #fff;
  background: rgba(255, 255, 255, 0.07);
}
header .dropdown-menu {
  min-width: 160px;
  background: #1e1e30;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 6px;
  padding-top: 10px;
  z-index: 1100;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
header .dropdown-item {
  display: block;
  padding: 8px 14px;
  border-radius: 7px;
  font-size: 13px;
  color: #8a8a9c;
  transition: all 0.15s;
  font-weight: 400;
}
header .dropdown-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
/* SCROLLBAR */
::-webkit-scrollbar{width:6px}
::-webkit-scrollbar-track{background:#0b0b10}
::-webkit-scrollbar-thumb{background:#22222e;border-radius:3px}
.video-block .duration {
  font-size: 12px !important;
  background: rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(2px);
}
.search-box {
  display: flex;
  align-items: center;
  background: #1a1a24;
  border: 1px solid #22222e;
  border-radius: 20px;
  overflow: hidden;
  height: 34px;
}
.search-box input {
  background: none;
  border: none;
  color: #fff;
  padding: 0 12px;
  font-size: 13px;
  width: 150px;
  outline: none;
  height: 100%;
}
.search-box button {
  padding: 0 10px;
  color: #8a8a9c;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}
.navbar-expand-md .navbar-nav .nav-link {
  font-size: 13px !important;
}
.responsive-player {
  box-shadow: 0 1px 10px 0 #2d2d2d !important;
  margin-bottom: 10px;
}
.navbar-expand-md .navbar-nav .nav-link {
  padding: 0.5rem 2rem !important;
}

.navbar-expand-md .navbar-nav li:nth-child(2) a:before {
}
.video-description .desc div:last-child {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.video-description .desc div:last-child img {
  border-radius: 5px;
  max-width: 300px;
  margin-bottom: 10px;
  opacity: 0.8;
}
.video-description .desc div:last-child svg {
  position: absolute;
  width: 40px;
  color: #49eb0cfa;
  margin-left: 10px;
  z-index: 2;
  border: 2px dashed;
  margin-top: 10px;
}
#video-list {
  display: flex;
  gap: 5px;

  flex-wrap: wrap;
  margin-bottom: 10px;
}
#video-list button.server {
  display: flex;
  align-items: center;

  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.1);
  color: #ccc;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
#video-list button.server:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  transform: translateY(-2px);
}
#video-list button.server.active {
  background: linear-gradient(135deg, #ff6b6b 0%, #ffa500 100%);
  color: #fff;
  border-color: #ff6b6b;
  box-shadow: 0 4px 15px #ff6b6b4d;
}
.related-videos,
.video-comments {
  padding: 0px !important;
}
.related-videos h2,
.cat h1 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.related-videos h2::after,
.cat h1::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  border-radius: 2px;
  margin-top: 4px;
}
.video-block .label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: linear-gradient(135deg, #c52c4e, #cb3820);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 3.5px 4.5px;
  border-radius: 0 0 6px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.video-block .duration {
  z-index: 222 !important;
}
.video-block {
  border-radius: 5px;
  overflow: hidden;
  background: #111118;
  transition: transform 0.25s, box-shadow 0.25s;
}
.video-block:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.1);
}
.video-block a.infos span.title {
  height: 40px !important;
  line-height: 20px !important;
  max-height: 40px !important;
  color: #e4e4ec;
}
.video-block a.infos:hover {
  text-decoration: none !important;
}
.video-block a.infos {
  margin: 10px 5px 0px !important;
}
.video-block .video-img {
  border-radius: 5px 5px 0 0;
}
.player-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px 20px 30px;
}
.videocnt {
  position: absolute;
  z-index: 222;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(2px);
  color: #fff;
  padding: 2px 10px;
}
.video-block.video-block-cat a.infos span.title {
  font-size: 15px !important;
}
.page-link {
  padding: 0.3rem 1rem !important;
}
.menu-footer-menu-container ul {
  margin-bottom: 10px !important;
}
.site-footer ul {
  list-style: circle !important;
}
.page-header {
  margin-top: 15px !important;
}
.widget-title {
  margin: 15px 0 !important;
}
#content,
.wrapper {
  padding-top: 64px !important;
}
.single-video-player {
  padding: 0px !important;
}
.tab-content #video-about,
.video-description {
  max-width: 100% !important;
}
.jw-logo {
  margin-right: 10px !important;
}
.logo-search {
  height: inherit !important;
  line-height: 72px !important;
}
.logo-word-2 {
  color: #f7f7f7 !important;
}
.menu-footer-menu-container {
  height: inherit !important;
  line-height: inherit !important;
  display: inline-block;
}
.hero {
  padding: 10px 0 !important;
}
#wrapper-footer {
  background: #08080d;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 10px 0 !important;
  margin-top: 20px;
}
.site-footer ul {
  display: flex !important;
  flex-wrap: wrap !important;
}
.video-description .desc{
	max-height: 100px;
    overflow-y: auto;
	margin-bottom: 10px;
}
.tab-content a{
	color:#aa93f7;
}
.extra-images{
	margin-bottom:10px
}
.extra-images h2{    
font-size: 16px;
    margin-bottom: 10px;
}
.img-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 8px;
}
.img-grid-item {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1;
    background: #151520;
    border: 1px solid #22222e;
}
.img-grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .2s;
}
.img-grid-item:hover img {
    transform: scale(1.05);
}
.site-footer ul a{
	color:#a291da;
}
.hero-text p {
    color: #a19999 !important;
}
.site-info {
    color: #9a9a9a !important;
}
.jwplayer.jw-flag-fullscreen .jw-logo {
    display: block !important;
    z-index: 2147483647 !important;
    opacity: 1 !important;
    visibility: visible !important;
}
@media (max-width: 767.98px) {
    .img-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 4px;
    }	
  .video-content-row {
    margin-bottom: 5px !important;
  }
  #content,
  .wrapper {
    padding-top: 56px !important;
  }
  .player-wrap {
    padding: 0;
  }
  .npd {
    border: 0px !important;
  }
  .hamburger {
    width: inherit !important;
  }
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    background-color: #eff3f5 !important;
  }
  .npd .related-videos {
    padding: 0px;
  }
  .cat-wrapper .video-loop {
    padding: 0 !important;
  }
  .video-description,
  .tab-content #video-about {
    max-width: 100% !important;
  }
  #video-share {
    display: block !important;
  }
  .search-box input {
    width: 100px;
  }
  #wrapper-navbar {
    height: 56px;
    padding: 0 14px;
    gap: 8px;
  }
  header .header-right {
    gap: 10px;
  }
  header .navbar {
    display: none;
  }
  header .navbar-expand-md .navbar-nav .nav-link {
    padding: 12px 20px !important;
    font-size: 16px;
    text-align: center;
    display: block;
    white-space: nowrap;
    transition: all 0.2s;
    line-height: 1;
    font-weight: 500;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    height: 40px;
    line-height: 18px;
  }
  header .navbar-dark .navbar-collapse ul.navbar-nav {
    background: #12121e;
  }
  header .logo-search {
    background: none;
    height: 56px;
    line-height: 64px !important;
  }
  header ul.navbar-nav {
    gap: 0px;
  }
  header .navbar.active {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: absolute;
    top: 56px;
    left: auto;
    right: 0;
    width: 45%;
    background: #12121e;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    border-left: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0 0 0 12px;
    padding: 0;
    z-index: 999;
    gap: 0;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
    animation: navSlide 0.2s ease;
  }
  .hamburger {
    display: flex !important;
    align-items: center;
  }
}
@keyframes navSlide {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1200px) {
  .col-xl-3 {
    max-width: 25% !important;
    flex: 0 0 25% !important;
  }
  #wrapper-navbar {
    padding: 0 15px;
  }
}
