Sindbad~EG File Manager

Current Path : /home/u625735752/domains/floralwhite-woodpecker-723030.hostingersite.com/public_html/1.32/
Upload File :
Current File : /home/u625735752/domains/floralwhite-woodpecker-723030.hostingersite.com/public_html/1.32/css4.css

:root {
  --color-bg-dark: #11021a;
  --color-bg-light: #fff;
  --color-primary: #ff8c00; 
  --color-gradient-start: #e1224c;
  --color-gradient-mid: #a1065b;
  --color-gradient-end: #ffb0db;
  --color-stroke: orange;
  --color-overlay-dark: rgba(0, 0, 0, 0.7);
  --color-footer-bg: #fff;
  --color-footer-text: #000;
  --color-footer-hover: #fff;
  --color-footer-link: #000;
  --color-hover-dark: #ccc;
  --color-btn-border: #fff;
  --color-btn-hover-bg: #fff;
  --color-btn-hover-text: #000;
  --color-mixcloud-bg: #1a1a1a;
  --color-collab-bg: #1a1a1a;
  --color-collab-title: #c084fc;
  --color-collab-subtitle: #f0f0f0;
  --color-red: #ff4444;
  --color-sound-wave: red;
  --color-social-bg: #bbb;
  --color-social-hover: #ccc;
}
.motion-features .item, .motion-features .card {background-color:var(--color-overlay-dark); border-radius:15px;}
 
body {
  font-family: 'Poppins', sans-serif;
  background-color: var(--color-bg-dark);
  color: var(--color-bg-light);
  margin: 0;
  padding: 0;
  background-image: url('https://assets-global.website-files.com/63f5cb00f8a6df18c395464a/63f89e5dd490f5389f2edfc2_background-lines.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.font-02 {
  font-family: 'Caveat', cursive;
  font-style: italic;
}

.navbar {
  padding: 1rem 2rem;
  flex-direction: column;
  z-index: 999;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.navbar-brand img {
  height: 90px;
}




.nav-link {
  color: var(--color-bg-light) !important;
  font-weight: 500;
}

.nav-link.active {
  color: var(--color-primary) !important;
}



.nav-link {
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 8px;
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  background-color: rgba(166, 166, 166, 0.4); /* #A6A6A6 with opacity */
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.75em;
  height: 2px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
  animation: pulse11 1s;
  box-shadow: 0 0 0 1em transparent;
}

@keyframes pulse11 {
  0% {
    box-shadow: 0 0 0 0 rgba(166, 166, 166, 0.4);
  }
  100% {
    box-shadow: 0 0 0 1em transparent;
  }
}



.dropdown-menu {
  background-color: var(--color-primary);
  border-radius: 1rem;
}

.dropdown-item {
  color: var(--color-bg-dark);
  font-weight: 600;
}

.get-started-btn {
  background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-mid), var(--color-gradient-end));
  border: none;
  padding: 0.6rem 1.2rem;
  color: var(--color-bg-light);
  border-radius: 2rem;
  font-weight: 600;
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
}

.hero-card {
  background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-mid), var(--color-gradient-end));
  color: var(--color-bg-light);
  padding: 4rem;
    width: 100%; 
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  border-radius: 100px;
  z-index: 1;
}

.hero-text h6 {
  font-family: 'Caveat', cursive;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-style: italic;
}

.hero-text h1 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero-text p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

.explore-btn {
  background-color: var(--color-bg-dark);
  color: var(--color-bg-light);
  border: none;
  border-radius: 2rem;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
}

.hero-image img {
  border-radius: 40px;
  width: 100%;
  height: auto;
  display: block;
}

.live-player-container {
  background-color: var(--color-overlay-dark);
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  align-items: center;
  gap: 1rem;
  color: var(--color-bg-light);
}

.live-player-container.sticky-top  {
  width: 100%;
  max-width: 100vw;
  margin: auto;
  padding: 0 30px;
  background-color: var(--color-bg-dark);
  border-radius: 0;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 2px solid #222;
}

.live-icon {
  color: var(--color-red);
  font-size: 1.8rem;
}

.live-text {
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--color-bg-light) !important;
}

.audio-player audio {
  width: 100%;
}
.live-player-container.sticky-top #volumeSlider {height:50px;}
@media (max-width: 768px) {
  .hero-card {
    flex-direction: column;
    text-align: center;
    border-radius: 100px;
  }

  .hero-text h1 {
    font-size: 2.2rem;
  }

  .hero-bg-left, .hero-bg-right {
    display: none;
  }

  .marquee-text {
    font-size: 2.5rem;
  }
}

.motion-intro,
.motion-features {
  background-color: var(--color-bg-dark);
  color: var(--color-bg-light);
}

.motion-description {
  font-family: 'Caveat', cursive;
  font-size: 1.8rem;
  max-width: 800px;
  margin: auto;
}

.motion-title {
  font-size: 1.6rem;
  font-weight: bold;
}

.motion-text {
  font-size: 0.95rem;
  color: #ddd;
}

.motion-img img {
  border-radius: 20px;
}

.text-stroke {
  color: transparent;
  -webkit-text-stroke: 1px var(--color-bg-light);
  font-weight: 800;
}
 



.stroke-text span {
  color: transparent;
  -webkit-text-stroke: 1px var(--color-stroke);
}

.text-orange {
  color: var(--color-primary);
}

.card-title strong {
  font-weight: 600;
}

.watch-btn {
  font-weight: 500;
  padding: 0.4rem 1rem;
  position: relative;
}

.watch-btn .dot {
  height: 10px;
  width: 10px;
  background-color: #4b00ff;
  border-radius: 50%;
  margin-left: 6px;
}

.browse-btn {
  border: 1px solid var(--color-btn-border);
  color: var(--color-bg-light);
  font-weight: 500;
}

.browse-btn:hover {
  background-color: var(--color-btn-hover-bg);
  color: var(--color-btn-hover-text);
}

.marquee-section {
  overflow: hidden;
  background-color: var(--color-bg-dark);
  padding: 80px 0;
}

    .marquee-whole-wrap {
      display: flex;
      width: max-content;
      animation: marqueeTextScroll 20s linear infinite;
    }

    .marquee-wrap {
      flex-shrink: 0;
      margin-right: 4rem;
    }
 
.marquee-text {
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  background-image: url('img/wb.jpeg');
  background-clip: text;
  color: transparent;
  animation: bgFillMove 12s ease-in-out infinite; 
}

@keyframes marqueeTextScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-33.333%);
  }
}

@keyframes bgFillMove {
  0%, 100% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 0%;
  }
}




.trending-section .bg-st {
  color: var(--color-bg-light);
  position: relative;
  overflow: hidden;
  padding-bottom: 4rem;
}

.trending-section .bg-st::after {
  content: "";
  background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-mid), var(--color-gradient-end));
  border-radius: 2rem;
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.trending-section .container {
  position: relative;
  z-index: 1;
}



.owl-nav button {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--color-bg-light);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.owl-nav button:focus {
  outline: none;
  box-shadow: none;
}

.motionflow-footer { 
  border-radius: 60px 60px 0 0;
  background-color: var(--color-footer-bg);
  color: var(--color-footer-text);
  border-top: 2px solid #1f1f1f;
}

.footer-title {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.footer-logo .logo-icon {
  font-size: 1.5rem;
  color: var(--color-collab-title);
  vertical-align: middle;
}

.footer-desc {
  font-size: 0.95rem;
  color: var(--color-footer-text);
  margin-top: 10px;
}

.footer-logo strong {
  font-size: 1.3rem;
  color: var(--color-footer-bg);
}

.motionflow-footer a {
  color: var(--color-footer-link);
  text-decoration: none;
  font-size: 0.95rem;
}

.motionflow-footer a:hover {
  text-decoration: underline;
  color: var(--color-footer-hover);
}

.social-icons .social-icon-btn {
  background-color: var(--color-social-bg);
  color: var(--color-footer-text);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.social-icons .social-icon-btn:hover {
  background-color: var(--color-social-hover);
  transform: translateY(-3px);
}

.collab-section {
  background-image: url('https://uploads-ssl.webflow.com/mesh-pattern.svg');
  background-size: cover;
  background-position: center;
  color: var(--color-bg-light); 
}

.collab-box {
  background-color: var(--color-collab-bg);
  border-radius: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.collab-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--color-collab-title);
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.1);
}

.collab-subtitle {
  font-size: 1.1rem;
  color: var(--color-collab-subtitle);
  margin-top: 15px;
}

.btn-gradient {
  background: linear-gradient(135deg, var(--color-gradient-start), var(--color-gradient-mid), var(--color-gradient-end));
  color: var(--color-bg-light);
  font-weight: bold;
  padding: 15px 40px;
  font-size: 1.2rem;
  border-radius: 40px;
  border: none;
  transition: 0.3s ease;
}

.btn-gradient:hover {
  background: var(--color-bg-light);
  color: var(--color-bg-dark);
}

/* Transparent Audio Player */
.transparent-player audio {
  background: transparent !important;
  color: var(--color-bg-light) !important;
  width: 100%;
}

.transparent-player audio::-webkit-media-controls-panel {
  background: transparent !important;
  filter: invert(1) brightness(0.7) sepia(1) saturate(5) hue-rotate(200deg);
}

.transparent-player audio::-moz-range-track,
.transparent-player audio::-moz-range-thumb,
.transparent-player audio::-moz-progress-bar {
  background: transparent !important;
}

.transparent-player audio::-moz-range-thumb {
  background: var(--color-primary) !important;
}

/* Sound Wave Animation */
.sound-waves {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  align-items: end;
  gap: 4px;
}

.sound-waves span {
  display: inline-block;
  width: 4px;
  height: 12px;
  background: var(--color-sound-wave);
  animation: wave 1s infinite ease-in-out;
  animation-play-state: paused;
}

.sound-waves.playing span {
  animation-play-state: running;
}

.sound-waves span:nth-child(2) { animation-delay: 0.2s; }
.sound-waves span:nth-child(3) { animation-delay: 0.4s; }
.sound-waves span:nth-child(4) { animation-delay: 0.6s; }
.sound-waves span:nth-child(5) { animation-delay: 0.8s; }

@keyframes wave {
  0%, 100% { height: 10px; }
  50% { height: 20px; }
}

/* Mixcloud Section */
.mixcloud-section {
  background-color: var(--color-bg-dark);
  color: var(--color-bg-light);
}

.mixcloud-embed-wrapper {
  background-color: var(--color-mixcloud-bg);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
}

.mixcloud-embed-wrapper iframe {
  border-radius: 20px;
}

/* Audio Controls with Time & Volume */
#timeBar {
  width: 100%;
  appearance: none;
  height: 4px;
  background: var(--color-bg-light);
  border-radius: 2px;
  margin-bottom: 10px;
  opacity: 0.7;
}

.bottom-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.left-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bottom-controls button {
  background: transparent;
  border: none;
  color: var(--color-bg-light);
  font-size: 20px;
  cursor: pointer;
}

.bottom-controls button:hover {
  color: var(--color-red);
}

#currentTime {
  font-family: monospace;
}

#volumeSlider {
  width: 100px;
  height: 60px;
  background: transparent;
  border-radius: 5px;
}

#liveAudio {
  display: none;
}

/* WebKit browsers (Chrome, Safari, Edge) */
#volumeSlider::-webkit-slider-thumb {
  background: var(--color-gradient-mid); 
}
#volumeSlider::-webkit-slider-runnable-track {
  background: var(--color-gradient-mid); 
}

/* Firefox */
#volumeSlider::-moz-range-thumb {
  background: var(--color-gradient-mid); 
}
#volumeSlider::-moz-range-track {
  background: var(--color-gradient-mid); 
}

/* Internet Explorer / Edge Legacy */
#volumeSlider::-ms-thumb {
  background: var(--color-gradient-mid); 
}
#volumeSlider::-ms-track {
  background: var(--color-gradient-mid); 
}




    .album-card {
      background-color: #1f1f1f;
      border-radius: 10px;
      display: flex;
      gap: 1rem;
      padding: 1rem;
      height: 100%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .album-cover {
      width: 100px;
      height: 100px;
      border-radius: 6px;
      object-fit: cover;
    }

    .album-info h5 {
      font-size: 1rem;
      color: #fff;
      margin-bottom: 0.25rem;
    }

    .album-info p {
      font-size: 0.875rem;
      color: #bbb;
      margin-bottom: 0.5rem;
    }

    audio {
      width: 100%;
      height: 28px;
    }

    .pagination .page-link {
      background-color: #444;
      color: #fff;
      border: none;
      margin: 0 4px;
      border-radius: 4px;
    }

    .pagination .active .page-link {
      background-color: #f04c84;
      border: none;
    }

.transparent-player .now-playing-info {display:none}
.transparent-player.sticky-top .now-playing-info {display:block}
/* Blog Styles */
.blog-post {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
} 
.blog-image {
  position: relative;
}

.blog-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 70%;
  transition: 0.3s ease-in-out;
}

.blog-date {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #5f00ff;
  color: var(--color-bg-light);
  padding: 5px 15px;
  border-radius: 25px 25px 0 25px;
  font-size: 0.75rem;
  font-weight: bold;
}

.related-posts .text-orange {
  color: var(--color-primary);
}

.related-posts span {
  font-size: 0.9rem;
}
.owl-carousel .item {
  display: flex;
  align-items: stretch; 
}
.motion-features .owl-carousel .owl-stage {display:flex!important;}
.owl-carousel .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.owl-theme .owl-nav span { 
    font-size: 30px !important;}
    
footer .list-unstyled li a:hover{color: var(--color-gradient-mid);}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists