<!DOCTYPE html>

<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Download Latest Top Torrents in Multiple Categories The RarBg</title>
        
        <!-- Preload critical resources -->
        <link rel="preload" href="/static/rarbg/css/index.css?v=1.06" as="style">
        <link rel="preload" href="/static/vendor/js/jquery.min.js?v=1.05" as="script">
        
        <link rel="preload" href="/static/rarbg/image/therarbg.svg?v=1.05" as="image">
        
        
        <!-- Critical CSS inlined to prevent render blocking -->
        <style>
            body{font:normal normal 400 8pt normal Tahoma,Verdana,Arial,Arial;background-color:black}
            .postBody{background-color:black}
            .postCont{background-color:white;display:inline-block;border-radius:5px;padding:15px;position:relative;text-align:center}
            a{color:#3760bb;text-decoration:none}
            button{background-color:#3760bb;color:white;border-radius:2px;cursor:pointer;height:35px;border:1px solid black;padding-left:5px;padding-right:5px}
            .logo{width:100px;height:auto}
        </style>
        
        <!-- Async CSS loading -->
        <link href="/static/vendor/css/bootstrap.min.css?v=1.05" rel="stylesheet">
        <link rel="stylesheet" href="/static/vendor/css/all.min.css?v=1.05" media="print" onload="this.media='all'">
        <link rel="stylesheet" type="text/css" href="/static/vendor/css/jquery.dataTables.min.css?v=1.05" media="print" onload="this.media='all'">
        <link rel="stylesheet" type="text/css" href="/static/rarbg/css/slick.css?v=1.06" media="print" onload="this.media='all'">
        <link rel="stylesheet" href="/static/rarbg/css/index.css?v=1.06" />
        <link rel="stylesheet" href="/static/rarbg/css/snow.css?v=1.06" media="print" onload="this.media='all'" />

        <meta name="description" content="Download Different Version Quality Or Movie TV Serial, TV Series The RarBg, Torrents, movies, download, music, games, free, XXX, Best Search, The RarBg Torrents, film, download">
        <meta name="keywords" content="Download Different Version Or Movie TV Serial, TV Series The RarBg, Torrents , film , download, The RarBg Torrents , Best Search, XXX, Alternative, film , download, The RarBg Proxy">
        <meta http-equiv="onion-location" content="http://therarbgscpvql6p2e3upz7xyqb4ornupyznim5rlriycjfvcwnz7ayd.onion">
        
        <!-- Favicon with explicit dimensions -->
        
        <link rel="icon" type="image/png" href="/static/rarbg/image/rbg.png?43858?v=1.05">
        <link href="/static/rarbg/image/rbg.png?43858?v=1.05" rel="apple-touch-icon" />
        
        
        <!-- Deferred JavaScript loading -->
        
        
        
        



        
        
    
    
 
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js" type="text/javascript"></script>
        <script src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js" type="text/javascript"></script>
        	
<!-- -->



<script type="text/javascript" > 
   $(document).ready(function(){
    if (window.location.pathname == '/'){
      $('.Home').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':Movies') != -1){
      $('.Movies').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':TV') != -1){
      $('.TV').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':Games') != -1){
      $('.Games').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':Music') != -1){
      $('.Music').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':Anime') != -1){
      $('.Anime').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':Apps') != -1){
      $('.Apps').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':Other') != -1){
      $('.Other').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':Books') != -1){
      $('.Books').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search(':XXX') != -1){
      $('.XXX').addClass("btn btn-secondary");
    }
    else if (window.location.pathname.search('/christmas/') != -1){
      $('.Christmas').addClass("btn btn-secondary");
    }
    })
</script>

    <script type="text/javascript" > 
        function stoperror() {
            return true;
        }
    //window.onerror = stoperror;
        var category_init = "None"
        if (category_init == 'XXX'){
            category = 'XXX'
        }
        else if (category_init == 'TV'){
            category = 'tv'
        }
        else{
            category = 'Movies'
        }
        var recommendation_url = `/api/v1/recommendation-list/${category}/`
        $( document ).ready(function() {
            $.get(recommendation_url, (data, status) => {
            if (data) {
              allData(data);
            }
        });
        });
       

        function allData(list) {
        let inhtml = "";
        if (list.length > 0) {
          list.map(
            (post) =>
              (inhtml =
                inhtml +
                ` <li class="most-popular-poster">
                    <a  title="${post?.name}" href=${String(post?.url)} tabindex="-1"> 
                        <img style="max-height:180px" src="${post?.thumbnail}" alt="${post?.name}"/>
                      
                      <div class="most-popular-rating ${Number(post?.rating)>=7?'green':'yellow'}"><a href="https://www.imdb.com/title/${String(post?.imdb)}/" target="_blank">${String(post?.rating)}</a></div>  
                    
                    </a>
                  </li>
                `)
          );
          document.getElementById("mySlides1").innerHTML = inhtml;
          $(".movie .slider").slick({
            infinite: true,
            slidesToShow: 8,
            slidesToScroll: 4,
            autoplay: true,
            autoplaySpeed: 8000,
            responsive: [
              {
                breakpoint: 1024,
                settings: {
                  slidesToShow: 6,
                  slidesToScroll: 4,
                },
              },
              {
                breakpoint: 768,
                settings: {
                  slidesToShow: 4,
                  slidesToScroll: 4,
                },
              },
              // You can unslick at a given breakpoint now by adding:
              // settings: "unslick"
              // instead of a settings object
            ],
          });

        }
        }
       

        let blocked = false;
let blockTimeout = null;
let prevDeltaY = 0;

$("#mySlides1").on('mousewheel DOMMouseScroll wheel', (function(e) {
    let deltaY = e.originalEvent.deltaX;
    e.preventDefault();
    e.stopPropagation();

    clearTimeout(blockTimeout);
    blockTimeout = setTimeout(function(){
        blocked = false;
    }, 50);

    
    if (deltaY > 0 && deltaY > prevDeltaY || deltaY < 0 && deltaY < prevDeltaY || !blocked) {
        blocked = true;
        prevDeltaY = deltaY;
        if (deltaY > 0) {
            $(this).slick('slickNext');
        } else {
            $(this).slick('slickPrev');
        }
    }
}));
    </script>


  <script type="text/javascript" > 
    $(document).ready(function () {
      if(localStorage.getItem("adultContentToggle")==="false"){
        document.getElementById("adultContentToggle").checked = false;
        $('.isXXX').css('display', 'none')

      }
      if (localStorage.getItem('filterBtn') == 'open') {
        $('#filterBtn').removeClass('closed');
        $('#filterBtn').addClass('open');
        $('#filterBtn').html('«');
        $('#filterOption').css("display", "grid");
      }
      let chkObj = JSON.parse(localStorage.getItem('checkedSearches'))
      if (chkObj?.movies === "true") {
        document.getElementById("radMovies").checked = true;
      }
      if (chkObj?.tv === "true") {
        document.getElementById("radTV").checked = true;
      }
      if (chkObj?.games === "true") {
        document.getElementById("radGames").checked = true;
      }
      if (chkObj?.music === "true") {
        document.getElementById("radMusic").checked = true;
      }
      if (chkObj?.anime === "true") {
        document.getElementById("radAnime").checked = true;
      }
      if (chkObj?.apps === "true") {
        document.getElementById("radApps").checked = true;
      }
      if (chkObj?.other === "true") {
        document.getElementById("radOther").checked = true;
      }
      if (chkObj?.xxx === "true") {
        document.getElementById("radXXX").checked = true;
      }
      if (chkObj?.sizeMin) {
        document.getElementById("sizeMin").value = chkObj?.sizeMin;
      }
      if (chkObj?.sizeMax) {
        document.getElementById("sizeMax").value = chkObj?.sizeMax;
      }

      $("#form_search").submit(function (event) {
        event.preventDefault(); // <-- add this
        var searchValue = encodeURI(document.getElementById("keywords").value.replace(':', ' '));
        var sizeMinMb = encodeURI(document.getElementById("sizeMin").value);
        var sizeMaxMb = encodeURI(document.getElementById("sizeMax").value);
        var radMovies = encodeURI(document.getElementById("radMovies").checked);
        var radTV = encodeURI(document.getElementById("radTV").checked);
        var radGames = encodeURI(document.getElementById("radGames").checked);
        var radMusic = encodeURI(document.getElementById("radMusic").checked);
        var radAnime = encodeURI(document.getElementById("radAnime").checked);
        var radApps = encodeURI(document.getElementById("radApps").checked);
        var radOther = encodeURI(document.getElementById("radOther").checked);
        var radXXX = encodeURI(document.getElementById("radXXX").checked);

        if (searchValue) {
          let checked = {
            movies: radMovies,
            tv: radTV,
            games: radGames,
            music: radMusic,
            anime: radAnime,
            apps: radApps,
            other: radOther,
            xxx: radXXX,
            sizeMin:sizeMinMb,
            sizeMax:sizeMaxMb,
          }
          localStorage.setItem("checkedSearches", JSON.stringify(checked))
          let showAdultCon = localStorage.getItem("adultContentToggle")||"true";
          document.location =
            "/get-posts/keywords:" +
            searchValue +
            (radMovies === "true" ? `:category:Movies` : "") +
            (radTV === "true" ? `:category:TV` : "") +
            (radGames === "true" ? `:category:Games` : "") +
            (radMusic === "true" ? `:category:Music` : "") +
            (radAnime === "true" ? `:category:Anime` : "") +
            (radApps === "true" ? `:category:Apps` : "") +
            (radOther === "true" ? `:category:Other` : "") +
            (radXXX === "true" ? `:category:XXX` : "") +
            (showAdultCon === "false" ? `:ncategory:XXX` : "") +
            (Number(sizeMinMb) > 0 ? `:size__gte:${Number(sizeMinMb)*1000000}` : "") +
            (Number(sizeMaxMb) > 0 ? `:size__lte:${Number(sizeMaxMb)*1000000}` : "") +
            "/";
        }
      });
      $(".searchTerm").blur(function () {
        $("#search-suggest").slideUp("fast");
      });
      $(".searchTerm").focus(function () {
        $("#search-suggest").slideDown("fast");
      });
      $(".nav-item").click(function () {
        $(".searchTerm").focus();

      });
      $(".searchTerm").val(sessionStorage.getItem("search"));
      $('.sortableTable').DataTable({
        paging: false,
        language: {
          search: "_INPUT_",
          searchPlaceholder: "Search table..."
        }
      });
    });
    function showHide(val, cls) {
      $(cls).css("display", val);
    }
    function fetchData(search) {
      sessionStorage.setItem("search", search);
      $.get(
        `${window.location.origin}/get-posts/keywords:${search}:format:json:ncategory:XXX/`,
        (data, status) => {
          if (data?.results) {
            createHtml(data?.results, search);
          }
        }
      );
    }

    const units = ['bytes', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB', 'ZiB', 'YiB'];

    function niceBytes(x) {

      let l = 0, n = parseInt(x, 10) || 0;

      while (n >= 1024 && ++l) {
        n = n / 1024;
      }

      return (n.toFixed(n < 10 && l > 0 ? 1 : 0) + ' ' + units[l]);
    };

    function createHtml(list, search) {
      let inhtml = ` <a href="/get-posts/keywords:${search}/" class="nav-item nav-bottom">
        View all results<i class="fa fa-angle-right ml-2"></i>
      </a>`;
      if (list.length > 0) {
        list.map((post, index) =>
          index < 5
            ? (inhtml =
              `<a  href="/post-detail/${post.pk}/${String(post.n)
                .replaceAll(" ", ".")
                .replaceAll(".", "-")
                .toLowerCase()}/" class="nav-item">
        <div class="film-poster" bis_skin_checked="1">
          <img
            class="film-poster-img lazyloaded"
            src="${post.t ? post.t : "https://i.therarbg.com/np.jpg"
              }"
          />
        </div>
        <div class="srp-detail" bis_skin_checked="1">
          <p class="film-name" >
            ${post.n}
          </p>

          <div class="alias-name" bis_skin_checked="1">${post.c}</div>

          <div class="film-infor" bis_skin_checked="1">
            <span>Leechers:${post.se}</span> | <span>Seeders:${post.le
              }</span> | <span>Size:${niceBytes(post.s)}</span>
          </div>
        </div>
        <div class="clearfix" bis_skin_checked="1"></div>
      </a>` + inhtml)
            : ""
        );
        document.getElementById("searchList").innerHTML = inhtml;
      } else if (list.length === 0) {
        document.getElementById("searchList").innerHTML = "";
      }
    }
    // Animation
    let i = 0;
    let placeholder = "";
    const txt = document.getElementById("keywords").placeholder;
    const speed = 120;
    function typeAnimation() {
      placeholder += txt.charAt(i);
      document.getElementById("keywords").setAttribute("placeholder", placeholder);
      i++;
      setTimeout(typeAnimation, speed);
    }
    typeAnimation();
  </script>

    <script type="text/javascript" > 
      $.get("/api/v1/recent-search/", (data, status) => {
        RsData(data);
      });
      function RsData(list) {
        let inhtml = "";
        if (list.length > 0) {
          list.map(
            (post) =>
              (inhtml =
                inhtml +
                `<a class="recent-search" href="${'/get-posts/' + post?.search_keywords + '/'}" >${String(post.search_keywords.replace('keywords:','').replace('user', ''))} </a>`)
          );
          document.getElementById("recentSearch").innerHTML = inhtml;

            const fonts = ['Helvetica', 'Arial', 'Verdana', 'Courier', 'Courier New'];
            const elements = document.querySelectorAll('.recent-search');
            Array.from(elements).forEach((element, index) => {
                let s = Math.floor(11 + Math.random() * 8)
                const randomfont = fonts[Math.floor(Math.random() * fonts.length)];
                element.style.fontFamily = randomfont;
                element.style.fontSize = s + 'px'
            });

        }
      }

    </script>


          <script type="text/javascript" > 
            $(document).ready(function() {
             // executes when HTML-Document is loaded and DOM is ready
            
            current_url = window.location.href
            let se = '-a' == '-se'? 'se':'-se';
            let le = '-a' == '-le'? 'le':'-le';
            let a = '-a' == 'a'? '-a':'a';
            let s = '-a' == '-s'? 's':'-s';
              let seedersUrl = current_url.replace(/\/$/, ':order:' + se + '/');
              let leechersUrl = current_url.replace(/\/$/, ':order:' + le + '/');
              let addedUrl = current_url.replace(/\/$/, ':order:' + a +'/');
              let sizeUrl = current_url.replace(/\/$/, ':order:' + s + '/');

              $("#seeders").html('<a href="' + seedersUrl + '"><i class="fa-solid fa-arrow-down"></i>S.</a>');
              $("#leechers").html('<a href="' + leechersUrl + '"><i class="fa-solid fa-arrow-down"></i>L.</a>');
              $("#added").html('<a href="' + addedUrl + '"><i class="fa-solid fa-arrow-down"></i>Added</a>');
              $("#size").html('<a href="' + sizeUrl + '"><i class="fa-solid fa-arrow-down"></i>Size</a>');

              $("#seeders a").css("color", "white");
              $("#leechers a").css("color", "white");
              $("#added a").css("color", "white");
              $("#size a").css("color", "white");

              $('.sortableTable2').DataTable({
               paging: false,
               bFilter: false
              // language: {
              // search: "_INPUT_",
              //  searchPlaceholder: "Search table..."
              //    }
               });
            });
            const images = document.querySelectorAll("img.lazyload");
            images.forEach(img => {
                img.src = img.dataset.src;
            });

            function filter_list2() {
    let input, filter, ul, li, a, i, txtValue;
    let f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12;
    let show, qshow, txtv, do_qshow = 1;
    f1 = '';
    if (document.getElementById('f_720p').checked)
        f2 = '720P';
    else
        f2 = '';
    if (document.getElementById('f_1080p').checked)
        f3 = '1080P';
    else
        f3 = '';
    if (document.getElementById('f_2160p').checked)
        f4 = '2160P';
    else
        f4 = '';
    if (document.getElementById('f_x264').checked)
        f5 = 'X264';
    else
        f5 = '';
    if (document.getElementById('f_h264').checked)
        f6 = 'H264';
    else
        f6 = '';
    if (document.getElementById('f_x265').checked)
        f7 = 'X265';
    else
        f7 = '';
    if (document.getElementById('f_h265').checked)
        f8 = 'H265';
    else
        f8 = '';
    if (document.getElementById('f_hdr').checked)
        f9 = 'HDR ';
    else
        f9 = '';
    if (document.getElementById('f_hevc').checked)
        f10 = 'HEVC';
    else
        f10 = '';
    if (document.getElementById('f_webrip').checked)
        f11 = 'WEBRIP';
    else
        f11 = '';
    if (document.getElementById('f_bluray').checked)
        f12 = 'BLURAY';
    else
        f12 = '';
    if ((f1.length == 0) && (f2.length == 0) && (f3.length == 0) && (f4.length == 0) && (f5.length == 0) && (f6.length == 0) && (f7.length == 0) && (f8.length == 0) && (f9.length == 0) && (f10.length == 0) && (f11.length == 0) && (f12.length == 0))
        do_qshow = 0;
    input = document.getElementById('flist');
    filter = input.value.toUpperCase();
    li = document.getElementsByClassName('list-entry');
    for (i = 0; i < li.length; i++) {
        show = 0;
        qshow = 0;
        a = li[i].getElementsByTagName('td')[1];
        txtv = a.textContent || a.innerText;
        txtValue = txtv.toUpperCase();
        if (do_qshow) {
            if (f1.length > 0)
                if (txtValue.indexOf(f1, 0) !== -1)
                    qshow = 1;
            if (f2.length > 0)
                if (txtValue.indexOf(f2, 0) !== -1)
                    qshow = 1;
            if (f3.length > 0)
                if (txtValue.indexOf(f3, 0) !== -1)
                    qshow = 1;
            if (f4.length > 0)
                if (txtValue.indexOf(f4, 0) !== -1)
                    qshow = 1;
            if (f5.length > 0)
                if (txtValue.indexOf(f5, 0) !== -1)
                    qshow = 1;
            if (f6.length > 0)
                if (txtValue.indexOf(f6, 0) !== -1)
                    qshow = 1;
            if (f7.length > 0)
                if (txtValue.indexOf(f7, 0) !== -1)
                    qshow = 1;
            if (f8.length > 0)
                if (txtValue.indexOf(f8, 0) !== -1)
                    qshow = 1;
            if (f9.length > 0)
                if (txtValue.indexOf(f9, 0) !== -1)
                    qshow = 1;
            if (f10.length > 0)
                if (txtValue.indexOf(f10, 0) !== -1)
                    qshow = 1;
            if (f11.length > 0)
                if (txtValue.indexOf(f11, 0) !== -1)
                    qshow = 1;
            if (f12.length > 0)
                if (txtValue.indexOf(f12, 0) !== -1)
                    qshow = 1;
        } else {
            qshow = 1;
        }
        if (txtValue.indexOf(filter) > -1)
            show = 1
        if ((qshow == 1) && (show == 1)) {
            li[i].style.display = '';
        } else {
            li[i].style.display = 'none';
        }
    }
}

          </script>


       <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js" type="text/javascript"></script>
       <script src="/static/rarbg/css/jquery-ui.js?v=1.09" type="text/javascript"></script>
       <script src="/static/rarbg/css/slick.min.js?v=1.09" type="text/javascript"></script>


</head>
    <body class="postBody container">
    <!-- enable in christmas -->
    <!-- <div class="snowflake">❅</div>
    <div class="snowflake">❆</div>
    <div class="snowflake">❅</div>
    <div class="snowflake">❆</div>
    <div class="snowflake">❅</div>
    <div class="snowflake">❆</div>
    <div class="snowflake">❅</div>
    <div class="snowflake">❆</div>
    <div class="snowflake">❅</div>
    <div class="snowflake">❆</div>
    <div class="snowflake">❅</div>
    <div class="snowflake">❆</div>
    <div class="snowflake">❅</div>
    <div class="snowflake">❆</div>
    <div class="snowflake">❅</div>
    <div class="snowflake">❆</div> -->
     <div
          style="
            background-image: url(/static/rarbg/image/bknd_body.jpg?042148?042148);
            background-repeat: repeat-x;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            will-change: transform;
          "
        ></div>
       
    

<body>
  <div class="topnav">
    
    <div >
      <a href="/"> 
        <img  class="logo" src="/static/rarbg/image/therarbg.svg?v=1.05" />
      </a>
   
    
    <a href="javascript:void(0);" class="icon showMob  d-block d-md-none" onclick="myFunction()">
      <i class="fa fa-bars"></i>
    </a>
    <div id="myLinks">
<button class="Home"  style="width:100%;"><a href="/"><i class="fas fa-house"></i> Home</a></button>
<button class="Movies" style="width:100%;"><a href="/get-posts/category:Movies:time:10D/"><i class="fa-solid fa-film"></i> Movies</a></button>
<!-- enable in christmas -->
<!-- <button class="Christmas" style="width:100%; background: #B11E31;"><a href="/catalog/movie/christmas/"><i class="fa-solid fa-tree"></i> X-mas</a></button> -->
<button class="TV" style="width:100%;"><a href="/get-posts/category:TV:time:10D/"><i class="fa-solid fa-tv"></i> TV</a></button>
<button class="Games" style="width:100%;"><a href="/get-posts/category:Games:time:10D/"><i class="fa-solid fa-gamepad"></i> Games</a></button>
<button class="Music" style="width:100%;"><a href="/get-posts/category:Music:time:10D/"><i class="fa-solid fa-music"></i> Music</a></button>
<button class="Anime" style="width:100%;"><a href="/get-posts/category:Anime:time:10D/"><i class="fa-solid fa-a"></i> Anime</a></button>
<button class="Apps" style="width:100%;"><a href="/get-posts/category:Apps:time:10D/"><i class="fa-brands fa-app-store-ios"></i> Apps</a></button>
<button class="Other" style="width:100%;"><a href="/get-posts/category:Other:time:10D/"><i class="fa-solid fa-box-open"></i> Other</a></button>
<button class="Books" style="width:100%;"><a href="/get-posts/category:Books:time:10D/"><i class="fa-solid fa-book"></i> Books</a></button>
<button class="XXX isXXX" style="width:100%;"><a href="/get-posts/category:XXX:time:6D/"><i class="fa-solid fa-x"></i> XXX</a></button>
<button class="Pages" style="width:100%;"><a href="/main-page-list/"><i class="fa-solid fa-ghost"></i> Pages</a></button>


</div>
    <div class="postContUp">
      <button id="logi-btn"  ><a href="/auth/login/"> Login</a></button>
      <button id="home-btn"><a href="/">Home</a></button>
      <button id="catalog-btn"><a href="/catalog/">Catalog</a></button>

      <button id="box-office-btn">
        <a href="/box-office/">Box Office</a>
      </button>

      <button id="latest-trailer-btn">
        <a href="/latest-trailer/">New Selection</a>
      </button>

      <button id="latest-100-m-btn">
        <a href="/get-posts/keywords:2160p:category:Movies:time:30D/">4K Movies</a>
      </button>
      <button id="latest-100-xxx-4k-btn" class="isXXX">
        <a href="/top/100/XXX/4K/">4K XXX</a>
      </button>
    </div>
  </div>

  

        
        


    

  

 



    
       
       
</body>

    <div class="row">
        <div class="leftNav d-none d-md-block col-md-3 col-lg-1">
        
<button class="Home"  style="width:100%;"><a href="/"><i class="fas fa-house"></i> Home</a></button>
<button class="Movies" style="width:100%;"><a href="/get-posts/category:Movies:time:10D/"><i class="fa-solid fa-film"></i> Movies</a></button>
<!-- enable in christmas -->
<!-- <button class="Christmas" style="width:100%; background: #B11E31;"><a href="/catalog/movie/christmas/"><i class="fa-solid fa-tree"></i> X-mas</a></button> -->
<button class="TV" style="width:100%;"><a href="/get-posts/category:TV:time:10D/"><i class="fa-solid fa-tv"></i> TV</a></button>
<button class="Games" style="width:100%;"><a href="/get-posts/category:Games:time:10D/"><i class="fa-solid fa-gamepad"></i> Games</a></button>
<button class="Music" style="width:100%;"><a href="/get-posts/category:Music:time:10D/"><i class="fa-solid fa-music"></i> Music</a></button>
<button class="Anime" style="width:100%;"><a href="/get-posts/category:Anime:time:10D/"><i class="fa-solid fa-a"></i> Anime</a></button>
<button class="Apps" style="width:100%;"><a href="/get-posts/category:Apps:time:10D/"><i class="fa-brands fa-app-store-ios"></i> Apps</a></button>
<button class="Other" style="width:100%;"><a href="/get-posts/category:Other:time:10D/"><i class="fa-solid fa-box-open"></i> Other</a></button>
<button class="Books" style="width:100%;"><a href="/get-posts/category:Books:time:10D/"><i class="fa-solid fa-book"></i> Books</a></button>
<button class="XXX isXXX" style="width:100%;"><a href="/get-posts/category:XXX:time:6D/"><i class="fa-solid fa-x"></i> XXX</a></button>
<button class="Pages" style="width:100%;"><a href="/main-page-list/"><i class="fa-solid fa-ghost"></i> Pages</a></button>



        </div>
        <div class="postCont col-12 col-md-9 col-lg-11">
          

                <div class="p-3">
                
    <!-- movies slide -->
   
    <div class="banner-box movie" style="display:none">
        <div class="slider-wrapper">
            <!-- Animated content placeholder (skeleton loader) -->
            <div id="slider-placeholder" class="skeleton-slider-container">
                <!-- Generate 8 skeleton movie posters to match slidesToShow: 8 -->
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
                <div class="skeleton-movie-poster">
                    <div class="skeleton-poster-img pulse"></div>
                    <div class="skeleton-rating pulse green"></div>
                </div>
            </div>
            <!-- Actual slider -->
            <ul id="mySlides1" class="slider" style="opacity: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; padding: 0 10px;">
            
            </ul>
        </div>
    </div>
    
    <style>
        /* Skeleton loader styles */
        /* Green and yellow rating colors to match the actual content */
        .green {
            background-color: #5cb85c !important;
        }
        
        .yellow {
            background-color: #f0ad4e !important;
        }
        
        @keyframes pulse {
            0% { opacity: 0.6; }
            50% { opacity: 0.8; }
            100% { opacity: 0.6; }
        }
        
        .slider-wrapper {
            position: relative;
            height: 180px;
            width: 100%;
            overflow: visible; /* Changed from hidden to visible to show the frame */
            padding-bottom: 5px; /* Add padding to ensure frame is visible */
        }
        
        .skeleton-slider-container {
            display: flex;
            overflow-x: hidden;
            gap: 10px;
            height: 180px;
            width: 100%;
            padding: 0 10px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            transition: opacity 0.5s ease;
        }
        
        .skeleton-movie-poster {
            flex: 0 0 auto;
            width: calc(12.5% - 10px); /* 8 items per row (100/8) */
            height: 180px;
            position: relative;
        }
        
        .skeleton-poster-img {
            width: 100%;
            height: 180px;
            background-color: #e0e0e0;
            border-radius: 5px;
        }
        
        .skeleton-rating {
            position: absolute;
            bottom: 4px;
            left: 4px;
            width: 30px;
            height: 20px;
            background-color: #c0c0c0;
            border-radius: 3px;
            z-index: 3;
        }
        
        .pulse {
            animation: pulse 1.5s infinite ease-in-out;
        }
        
        /* Responsive adjustments */
        @media (max-width: 1024px) {
            .skeleton-movie-poster {
                width: calc(16.66% - 10px); /* 6 items per row */
            }
        }
        
        @media (max-width: 768px) {
            .skeleton-movie-poster {
                width: calc(25% - 10px); /* 4 items per row */
            }
        }
        
        /* Ensure consistent slider height */
        .banner-box.movie {
            min-height: 180px;
            position: relative;
            overflow: visible; /* Changed from hidden to visible to show the frame */
            padding-bottom: 5px; /* Add padding to ensure frame is visible */
        }
        
        /* Ensure slider images have consistent dimensions */
        .most-popular-poster img {
            height: 180px;
            width: auto;
            object-fit: cover;
        }
        
        /* Smooth transition for slider */
        .slider {
            transition: opacity 0.5s ease;
        }
    </style>

    


                </div>

                <div class="row justify-content-md-center">
                 
<div class="row" style="text-align: right;">
  <div class="form-check form-switch">
   <label class="form-check-label" for="adultContentToggle" style="margin-right: 10px;">XXX content<input class="form-check-input" type="checkbox" role="switch" onchange="{localStorage.setItem('adultContentToggle',this.checked);(this.checked?$('.isXXX').css?v=1.05('display', 'block'):$('.isXXX').css?v=1.05('display', 'none'))}" id="adultContentToggle" checked></label>
  </div>
 </div>
<div class="searchSec mb-4">
  <form action="/get-posts/" method="GET" id="form_search">
    <div class="search mb-3">
      <input name="keywords" id="keywords" type="text" class="searchTerm" value=""
        placeholder="Search title or IMDB ID like tt27932269 ..."
        onkeyup="fetchData(String(this.value).replaceAll(':',' ').replaceAll(',',' ').replaceAll('.',' ').replaceAll('[',' ').replaceAll(']',' ').replaceAll('(',' ').replaceAll(')',' '))"
        autocomplete="off" />
      <button type="submit" class="searchButton">
        <i class="fa fa-search sIcon" style="display: block"></i>
        <img width="12px" class="lIcon" style="display: none" src="/static/rarbg/image/loader.svg?v=1.05" />
      </button>
      <button id="filterBtn" class="closed filterButton"
        onclick="if(this.classList.contains('closed')){this.innerHTML='«';this.classList.remove('closed');this.classList.add('open');localStorage.setItem('filterBtn', 'open');this.parentElement.nextElementSibling.style.display='grid';}else{this.innerHTML='»';this.classList.remove('open');this.classList.add('closed');localStorage.setItem('filterBtn', 'close');this.parentElement.nextElementSibling.style.display='none';}return false;">
        »
      </button>
    </div>
    <div id="filterOption" style="display: none" class="filtOptn">
      <div>
        <input type="checkbox" name="Movies" id="radMovies" />
        <label for="radMovies" class="one">
          <a href="/get-posts/category:Movies:time:2D/">Movies</a>
        </label>
      </div>
      <div>
        <input type="checkbox" name="TV" id="radTV" />
        <label for="radTV" class="one">
          <a href="/get-posts/category:TV:time:2D/">TV-Shows</a>
        </label>
      </div>
      <div>
        <input type="checkbox" name="Games" id="radGames" />
        <label for="radGames" class="one">
          <a href="/get-posts/category:Games:time:2D/">Games</a>
        </label>
      </div>
      <div>
        <input type="checkbox" name="one" id="radMusic" />
        <label for="radMusic" class="one">
          <a href="/get-posts/category:Music:time:2D/">Music</a>
        </label>
      </div>
      <div>
        <input type="checkbox" name="Anime" id="radAnime" />
        <label for="radAnime" class="two">
          <a href="/get-posts/category:Anime:time:2D/">Anime</a>
        </label>
      </div>
      <div>
        <input type="checkbox" name="Apps" id="radApps" />
        <label for="radApps" class="two">
          <a href="/get-posts/category:Apps:time:2D/">Apps</a>
        </label>
      </div>
      <div>
        <input type="checkbox" id="radOther" name="Other" />
        <label for="radOther" class="two">
          <a href="/get-posts/category:Other:time:2D/">Other</a>
        </label>
      </div>
      <div>
        <input type="checkbox" name="XXX" id="radXXX" />
        <label for="radXXX" class="two">
          <a href="/get-posts/category:XXX:time:2D/">XXX</a>
        </label>
      </div>
      <div>
        <label for="sizeMin" class="two" style="position: relative;display: inline-flex;">
          <span style="position: absolute;top: 2px;left: 2px;color: #3760bb;"> Min</span>
          <input placeholder="size" type="number" name="size" id="sizeMin" style="width: 120px; padding: 0px 25px;">
          <span style="position: absolute;top: 2px;right: 4px;color: #3760bb;"> MB</span>
        </label> 
      </div>
      <div>
        <label for="sizeMax" class="two" style="position: relative;display: inline-flex;">
          <span style="position: absolute;top: 2px;left: 2px;color: #3760bb;"> Max</span>
          <input placeholder="size" type="number" name="size" id="sizeMax" style="width: 120px; padding: 0px 26px;">
          <span style="position: absolute;top: 2px;right: 4px;color: #3760bb;"> MB</span>
        </label> 
      </div>
    </div>
    <div style="margin-top: 10px;text-align: left;">
      <button class="filterButton" type="reset" onclick="{this.parentElement.parentElement.reset();localStorage.removeItem('checkedSearches')}">
        Reset
      </button>
    </div>
  </form>
  <div class="nav search-result-pop" id="search-suggest" style="display: none">
    <!-- <div
      class="loading-relative"
      id="search-loading"
      style="display: none"
      bis_skin_checked="1"
    >
      <div class="loading" bis_skin_checked="1">
        <div class="span1" bis_skin_checked="1"></div>
        <div class="span2" bis_skin_checked="1"></div>
        <div class="span3" bis_skin_checked="1"></div>
      </div>
    </div> -->
    <div class="result" id="searchList"></div>
  </div>
  
</div>

                </div>

                <div class="row justify-content-md-center mb-3">
                  <!-- Tags -->

<div id="searchTags">
      <a href="/top/100/Movies/latest/"><span class='badge rounded-pill bg-info'>Latest 100 Movies</span></a>

      <a href="/trending/10/ALL/1D/"><span class='badge rounded-pill bg-danger'>Trending 10 in all category</span></a>
      <a href="/get-posts/keywords:2160p:category:Movies:time:60D/"><span class='badge rounded-pill bg-info'>4K Movies</span></a>
      <a href="/get-posts/keywords:Remux 2160p:category:Movies:time:60D/"><span class='badge rounded-pill bg-info'>Remux 4K Movies</span></a>
      <a href="/get-posts/keywords:1080p:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>1080p Movies</span></a>
      <a href="/get-posts/keywords:Remux 1080p:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>Remux 1080p Movies</span></a>
      <a href="/get-posts/keywords:720p:category:Movies:time:60D/"><span class='badge rounded-pill bg-info'>720p Movies</span></a>
      <a href="/get-posts/keywords:480p:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>480p Movies</span></a>
      <a href="/get-posts/keywords:x265:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>x265 Movies</span></a>
      <a href="/get-posts/keywords:Remux x265:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>Remux x265 Movies</span></a>
      <a href="/get-posts/keywords:x264:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>x264 Movies</span></a>
      <a href="/get-posts/keywords:Remux Bluray:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>Remux BluRay Movies</span></a>
      <a href="/get-posts/keywords:Bluray:category:Movies:time:60D/"><span class='m-1 badge rounded-pill bg-info'>BluRay Movies</span></a>
      <a href="/get-posts/keywords:60FPS/"><span class='m-1 badge rounded-pill bg-info'>60FPS</span></a>
      <a href="/trending/100/Movies/3D/"><span class='badge rounded-pill bg-danger'>Trending 100 Movies</span></a>

      <a href="/get-posts/keywords:ita 2160p:category:Movies/"><span class='badge rounded-pill bg-primary'>4K ITA Movies</span></a>
      <a href="/get-posts/keywords:ita 1080p:category:Movies/"><span class='m-1 badge rounded-pill bg-primary'>ITA 1080p Movies</span></a>
      <a href="/get-posts/keywords:ita 720p:category:Movies/"><span class='badge rounded-pill bg-primary'>ITA 720p Movies</span></a>
      <a href="/get-posts/keywords:ita 480p:category:Movies/"><span class='m-1 badge rounded-pill bg-primary'>ITA 480p Movies</span></a>

      <a href="/get-posts/keywords:evilangel:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>EvilAngel XXX</span></a>
      <a href="/get-posts/keywords:26 04 05:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>26 04 05 XXX</span></a>
      <a href="/get-posts/keywords:TonightsGirlfriend:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>TonightsGirlfriend XXX</span></a>
      <a href="/get-posts/keywords:blacked:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>blacked XXX</span></a>
      <a href="/get-posts/keywords:TushyRaw:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>TushyRaw XXX</span></a>
      <a href="/get-posts/keywords:Vixen:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>Vixen XXX</span></a>
      <a href="/trending/100/XXX/3D/"><span class='badge rounded-pill bg-danger'>Trending 100 XXX</span></a>

      <a href="/get-posts/keywords:2160p:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>4K XXX</span></a>
      <a href="/get-posts/keywords:1080p:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>1080p XXX</span></a>
      <a href="/get-posts/keywords:720p:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>720p XXX</span></a>
      <a href="/get-posts/keywords:480p:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>480p XXX</span></a>
      <a href="/get-posts/keywords:x265:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>x265 XXX</span></a>
      <a href="/get-posts/keywords:x264:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>x264 XXX</span></a>

      <a href="/get-posts/keywords:WWE:category:TV:time:90D/"><span class='m-1 badge rounded-pill bg-warning'>WWE TV Show</span></a>
      <a href="/get-posts/keywords:UFC:category:TV:time:90D/"><span class='m-1 badge rounded-pill bg-warning'>UFC TV Show</span></a>
      <a href="/get-posts/keywords:2160p:category:TV:time:60D/"><span class='m-1 badge rounded-pill bg-warning'>4K TV</span></a>
      <a href="/get-posts/keywords:1080p:category:TV/"><span class='m-1 badge rounded-pill bg-warning'>1080p TV</span></a>
      <a href="/get-posts/keywords:720p:category:TV:time:60D/"><span class='m-1 badge rounded-pill bg-warning'>720p TV</span></a>
      <a href="/get-posts/keywords:480p:category:TV:time:60D/"><span class='m-1 badge rounded-pill bg-warning'>480p TV</span></a>
      <a href="/get-posts/keywords:x265:category:TV:time:60D/"><span class='m-1 badge rounded-pill bg-warning'>x265 TV</span></a>
      <a href="/get-posts/keywords:x264:category:TV:time:60D/"><span class='m-1 badge rounded-pill bg-warning'>x264 TV</span></a>
      <a href="/get-posts/keywords:Bluray:category:TV:time:60D/"><span class='m-1 badge rounded-pill bg-warning'>BluRay TV</span></a>
      <a href="/trending/100/TV/3D/"><span class='badge rounded-pill bg-danger'>Trending 100 TV</span></a>

      <a href="/get-posts/keywords:FLAC:category:Music:time:60D/"><span class='m-1 badge rounded-pill bg-success'>FLAC Quality Music</span></a>
      <a href="/get-posts/keywords:320:category:Music:time:60D/"><span class='m-1 badge rounded-pill bg-success'>320kbps Music</span></a>
      <a href="/get-posts/keywords:pop:category:Music:time:60D/"><span class='m-1 badge rounded-pill bg-success'>POP Music</span></a>
      <a href="/trending/100/Music/3D/"><span class='badge rounded-pill bg-danger'>Trending 100 Music</span></a>
</div>

                </div>

                <div class="row justify-content-md-center">
                  
    <!-- Recent searches section -->
    
    <div class="recent-search-wrapper">
        <div class="recent-search-container">
            <!-- Skeleton loader for recent searches -->
            <div id="recent-search-placeholder" style="display:none" class="skeleton-recent-search-container">
                <!-- Generate multiple skeleton recent search items -->
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
                <div class="skeleton-recent-search pulse"></div>
            </div>
            
            <!-- Actual recent search content (initially hidden) -->
            <div id="recentSearch" style="opacity: 0; width: 100%;"></div>
        </div>
    </div>
    
    <style>
        /* Skeleton loader styles for recent searches */
        @keyframes pulse {
            0% { opacity: 0.6; }
            50% { opacity: 0.8; }
            100% { opacity: 0.6; }
        }
        
        .recent-search-wrapper {
            position: relative;
            width: 100%;
            margin: 10px 0;
            overflow: visible;
            clear: both; /* Ensure it doesn't affect floating elements */
        }
        
        .recent-search-container {
            position: relative;
            width: 100%;
        }
        
        .skeleton-recent-search-container {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            width: 100%;
            padding: 5px;
            position: static;
            z-index: 2;
            transition: opacity 0.5s ease;
        }
        
        .skeleton-recent-search {
            flex: 0 0 auto;
            height: 14px;
            border-radius: 3px;
            background-color: #e0e0e0;
            margin: 5px;
            width: calc(16.66% - 10px);
        }
        
        /* Varying widths for more realistic appearance */
        .skeleton-recent-search:nth-child(odd) {
            width: calc(12% - 10px);
        }
        
        .skeleton-recent-search:nth-child(3n) {
            width: calc(20% - 10px);
        }
        
        .skeleton-recent-search:nth-child(5n) {
            width: calc(15% - 10px);
        }
        
        /* Mobile responsiveness */
        @media (max-width: 768px) {
            .skeleton-recent-search {
                width: calc(33.33% - 10px) !important;
            }
            
            .skeleton-recent-search:nth-child(odd),
            .skeleton-recent-search:nth-child(3n),
            .skeleton-recent-search:nth-child(5n) {
                width: calc(33.33% - 10px) !important;
            }
        }
        
        @media (max-width: 480px) {
            .skeleton-recent-search {
                width: calc(50% - 10px) !important;
            }
            
            .skeleton-recent-search:nth-child(odd),
            .skeleton-recent-search:nth-child(3n),
            .skeleton-recent-search:nth-child(5n) {
                width: calc(50% - 10px) !important;
            }
        }
        
        .pulse {
            animation: pulse 1.5s infinite ease-in-out;
        }
        
        /* Ensure smooth transition */
        #recentSearch {
            transition: opacity 0.5s ease;
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            position: absolute;
            top: 0;
            left: 0;
        }
        
        /* Fix for recent-search links in mobile */
        .recent-search {
            display: inline-block;
            margin: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
        }
        
        /* Additional mobile fixes */
        @media (max-width: 768px) {
            .recent-search-wrapper {
                padding: 0 10px;
            }
        }
    </style>
    

                </div>

                <div class="row pt-5"><h1 style="font-weight: bold;">Top 10 in ALL, by latest</h1></div>
                
                <div class="isMovies">
                    <h2 class="text-start" style="font-weight: bold;">Top Movies Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eccba/sidelined-2-intercepted-2025-1080p-h265-ita-eng-ac3-mircrew/"
            style="font-weight: 700"
            >Sidelined 2 Intercepted (2025) 1080p H265 iTA EnG AC3 MIRCrew</a>  <a href="/imdb-detail/tt35672930/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1775377302">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775377302">
        <div style="display: inline-block">
          15 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2153313185">2.0 GB</td>
      <td style="color: green">29</td>
      <td style="color: red">8</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc91/sisterhood-inc-2025-1080p-nf-web-dl-dd-5-1-h-264-playweb/"
            style="font-weight: 700"
            >Sisterhood Inc 2025 1080p NF WEB-DL DD 5 1 H 264-playWEB</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1775376790">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775376790">
        <div style="display: inline-block">
          24 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3546957010">3.3 GB</td>
      <td style="color: green">5</td>
      <td style="color: red">5</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc92/roofman-2025-1080p-tv-web-dl-aac2-0-h264-turg/"
            style="font-weight: 700"
            >Roofman 2025 1080P TV+ WEB-DL AAC2 0 H264 TURG</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1775376783">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775376783">
        <div style="display: inline-block">
          24 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="5605078966">5.2 GB</td>
      <td style="color: green">0</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc6b/causeway-2022-1080p-atvp-web-dl-dual-ddp5-1-atmos-h-264-turg/"
            style="font-weight: 700"
            >Causeway 2022 1080p ATVP WEB-DL DUAL DDP5 1 Atmos H 264-TURG</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1775376119">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775376119">
        <div style="display: inline-block">
          35 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="7856701831">7.3 GB</td>
      <td style="color: green">0</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc6e/the-last-of-the-lookouts-2026-1080p-webrip-x264-cbfm/"
            style="font-weight: 700"
            >The.Last.Of.The.Lookouts.2026.1080p.WEBRip.x264-CBFM</a>  <a href="/imdb-detail/tt41116884/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1775376091">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775376091">
        <div style="display: inline-block">
          35 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="829853772">791.4 MB</td>
      <td style="color: green">0</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc60/the-juno-awards-2026-1080p-web-h264-cbfm/"
            style="font-weight: 700"
            >The.JUNO.Awards.2026.1080p.WEB.H264-CBFM</a>  <a href="/imdb-detail/tt41270652/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1775376079">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775376079">
        <div style="display: inline-block">
          36 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="4439415088">4.1 GB</td>
      <td style="color: green">14</td>
      <td style="color: red">8</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc59/vigilante-and-proud-catching-the-street-thieves-2025-1080p-web-h264-cbfm/"
            style="font-weight: 700"
            >Vigilante.And.Proud.Catching.The.Street.Thieves.2025.1080p.WEB.H264-CBFM</a>  <a href="/imdb-detail/tt38841366/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1775376018">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775376018">
        <div style="display: inline-block">
          37 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2058223586">1.9 GB</td>
      <td style="color: green">9</td>
      <td style="color: red">17</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc54/signorinella-little-miss-2025-1080p-web-h264-cbfm/"
            style="font-weight: 700"
            >Signorinella.Little.Miss.2025.1080p.WEB.H264-CBFM</a>  <a href="/imdb-detail/tt37673008/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1775375421">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775375421">
        <div style="display: inline-block">
          47 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="5367164355">5.0 GB</td>
      <td style="color: green">10</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc56/feel-my-voice-2026-1080p-nf-web-dl-dual-ddp5-1-h-264-turg/"
            style="font-weight: 700"
            >Feel My Voice 2026 1080p NF WEB-DL DUAL DDP5 1 H 264-TURG</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1775375321">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775375321">
        <div style="display: inline-block">
          48 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="4924012541">4.6 GB</td>
      <td style="color: green">10</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new44.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc44/gst-2025-1080p-webrip-5-1-world/"
            style="font-weight: 700"
            >GST (2025) 1080p WEBRip 5.1-WORLD</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Movies:time:50D/"
          style="font-weight: 700"
        >
          Movies</a
        >
      </td>
      <td class="hideCell" data-order="1775375125">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775375125">
        <div style="display: inline-block">
          52 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2561308676">2.4 GB</td>
      <td style="color: green">2</td>
      <td style="color: red">1</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/Movies/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in Movies</button></a>
                            <a class="text-start" href="/get-posts/category:Movies:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse Movies torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:Movies:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular Movies</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isXXX">
                    <h2 class="text-start" style="font-weight: bold;">Top XXX Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecdfd/unholy-maiden/"
            style="font-weight: 700"
            >Unholy Maiden</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1775371836">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775371836">
        <div style="display: inline-block">
          1 hour, 46 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="501579643">478.3 MB</td>
      <td style="color: green">7</td>
      <td style="color: red">10</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecdfe/the-alchemist-elixir/"
            style="font-weight: 700"
            >The Alchemist Elixir</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1775371825">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775371825">
        <div style="display: inline-block">
          1 hour, 47 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="392743039">374.5 MB</td>
      <td style="color: green">3</td>
      <td style="color: red">10</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecdff/sweet-succubus-home-deluxe-edition/"
            style="font-weight: 700"
            >Sweet Succubus Home Deluxe Edition</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1775371290">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775371290">
        <div style="display: inline-block">
          1 hour, 55 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1326475806">1.2 GB</td>
      <td style="color: green">8</td>
      <td style="color: red">17</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecdf3/summer-14-days-vacation/"
            style="font-weight: 700"
            >Summer 14 Days Vacation</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1775371247">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775371247">
        <div style="display: inline-block">
          1 hour, 56 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="866762960">826.6 MB</td>
      <td style="color: green">6</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecdf4/succubus-cats-gratitude/"
            style="font-weight: 700"
            >Succubus Cats Gratitude</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1775371231">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775371231">
        <div style="display: inline-block">
          1 hour, 56 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="175041030">166.9 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecde7/clubsweethearts-molly-kit-hide-and-seek-26-04-04-1080p-av1-xfans-mkv/"
            style="font-weight: 700"
            >[ClubSweethearts] Molly Kit Hide And Seek (26.04.04)[1080p][AV1][xFans].mkv</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1775368255">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775368255">
        <div style="display: inline-block">
          2 hours, 46 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="358059387">341.5 MB</td>
      <td style="color: green">15</td>
      <td style="color: red">8</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecdda/shoplyfter-melztube-karate-thief-26-04-04-1080p-av1-xfans-mkv/"
            style="font-weight: 700"
            >[Shoplyfter] Melztube Karate Thief (26.04.04)[1080p][AV1][xFans].mkv</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1775368211">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775368211">
        <div style="display: inline-block">
          2 hours, 47 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="521633441">497.5 MB</td>
      <td style="color: green">4</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecddc/tomboyz-bunny-fae-method-acting-first-dick-26-04-04-1080p-av1-xfans-mkv/"
            style="font-weight: 700"
            >[Tomboyz] Bunny Fae Method Acting First Dick (26.04.04)[1080p][AV1][xFans].mkv</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1775367631">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775367631">
        <div style="display: inline-block">
          2 hours, 56 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="738766237">704.5 MB</td>
      <td style="color: green">11</td>
      <td style="color: red">9</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecddd/mommysgirl-river-lynn-katrina-colt-healthy-competition-26-04-04-1080p-av1-xfans-mkv/"
            style="font-weight: 700"
            >[MommysGirl] River Lynn Katrina Colt  Healthy Competition (26.04.04)[1080p][AV1]…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1775367621">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775367621">
        <div style="display: inline-block">
          2 hours, 57 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="366334636">349.4 MB</td>
      <td style="color: green">13</td>
      <td style="color: red">7</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new4.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecdde/hardx-charlie-valentine-loves-anal-26-04-04-1080p-av1-xfans-mkv/"
            style="font-weight: 700"
            >[HardX] Charlie Valentine Loves Anal (26.04.04)[1080p][AV1][xFans].mkv</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/xnp.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:XXX:time:50D/"
          style="font-weight: 700"
        >
          XXX</a
        >
      </td>
      <td class="hideCell" data-order="1775367611">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775367611">
        <div style="display: inline-block">
          2 hours, 57 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="401814082">383.2 MB</td>
      <td style="color: green">2</td>
      <td style="color: red">4</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/XXX/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in XXX</button></a>
                            <a class="text-start" href="/get-posts/category:XXX:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse XXX torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:XXX:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular XXX</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isTV">
                    <h2 class="text-start" style="font-weight: bold;">Top TV Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eccbb/sam-pang-tonight-s02e07-1080p-web-h264-cbfm/"
            style="font-weight: 700"
            >Sam.Pang.Tonight.S02E07.1080p.WEB.H264-CBFM</a>  <a href="/imdb-detail/tt36204241/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1775377295">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775377295">
        <div style="display: inline-block">
          15 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3601654519">3.4 GB</td>
      <td style="color: green">28</td>
      <td style="color: red">16</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eccbc/happys-place-s02e14-borrowin-trouble-1080p-amzn-web-dl-ddp5-1-h-264-kitsune/"
            style="font-weight: 700"
            >Happys Place S02E14 Borrowin Trouble 1080p AMZN WEB-DL DDP5 1 H 264-Kitsune</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1775377288">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775377288">
        <div style="display: inline-block">
          15 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1681844103">1.6 GB</td>
      <td style="color: green">32</td>
      <td style="color: red">11</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eccbd/teen-mom-uk-next-generation-s03e01-1080p-web-h264-cbfm/"
            style="font-weight: 700"
            >Teen.Mom.UK.Next.Generation.S03E01.1080p.WEB.H264-CBFM</a>  <a href="/imdb-detail/tt28018364/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1775377280">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775377280">
        <div style="display: inline-block">
          16 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3242832182">3.0 GB</td>
      <td style="color: green">49</td>
      <td style="color: red">41</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eccbe/teen-mom-uk-next-generation-s03e02-1080p-web-h264-cbfm/"
            style="font-weight: 700"
            >Teen.Mom.UK.Next.Generation.S03E02.1080p.WEB.H264-CBFM</a>  <a href="/imdb-detail/tt28018364/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1775377274">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775377274">
        <div style="display: inline-block">
          16 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3174646439">3.0 GB</td>
      <td style="color: green">13</td>
      <td style="color: red">22</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eccbf/boston-blue-s01e13-1080p-hevc-x265-megusta/"
            style="font-weight: 700"
            >Boston.Blue.S01E13.1080p.HEVC.x265-MeGusta</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1775377268">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775377268">
        <div style="display: inline-block">
          16 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="445918727">425.3 MB</td>
      <td style="color: green">6</td>
      <td style="color: red">52</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eccb0/still-shining-s01e10-1080p-web-h264-edith/"
            style="font-weight: 700"
            >Still.Shining.S01E10.1080p.WEB.h264-EDITH</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1775377255">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775377255">
        <div style="display: inline-block">
          16 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2604870786">2.4 GB</td>
      <td style="color: green">43</td>
      <td style="color: red">16</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eccb1/dark-side-of-the-ring-s05e10-1080p-crav-web-dl-dd5-1-h-264-ntb/"
            style="font-weight: 700"
            >Dark Side of the Ring S05E10 1080p CRAV WEB-DL DD5 1 H 264-NTb</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1775377242">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775377242">
        <div style="display: inline-block">
          16 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2497920216">2.3 GB</td>
      <td style="color: green">28</td>
      <td style="color: red">0</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eccb2/dark-side-of-the-ring-s05e06-1080p-crav-web-dl-dd5-1-h-264-ntb/"
            style="font-weight: 700"
            >Dark Side of the Ring S05E06 1080p CRAV WEB-DL DD5 1 H 264-NTb</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1775377236">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775377236">
        <div style="display: inline-block">
          16 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2506594493">2.3 GB</td>
      <td style="color: green">30</td>
      <td style="color: red">4</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eccb3/sam-pang-tonight-s02e03-1080p-web-h264-cbfm/"
            style="font-weight: 700"
            >Sam.Pang.Tonight.S02E03.1080p.WEB.H264-CBFM</a>  <a href="/imdb-detail/tt36204241/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1775377230">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775377230">
        <div style="display: inline-block">
          16 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3668672363">3.4 GB</td>
      <td style="color: green">26</td>
      <td style="color: red">43</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new41.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eccb4/dark-side-of-the-ring-s05e08-1080p-crav-web-dl-dd5-1-h-264-ntb/"
            style="font-weight: 700"
            >Dark Side of the Ring S05E08 1080p CRAV WEB-DL DD5 1 H 264-NTb</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:TV:time:50D/"
          style="font-weight: 700"
        >
          TV</a
        >
      </td>
      <td class="hideCell" data-order="1775377223">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775377223">
        <div style="display: inline-block">
          17 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2502060690">2.3 GB</td>
      <td style="color: green">61</td>
      <td style="color: red">0</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/TV/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in TV</button></a>
                            <a class="text-start" href="/get-posts/category:TV:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse TV torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:TV:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular TV</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isMusic">
                    <h2 class="text-start" style="font-weight: bold;">Top Music Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc77/aphellion-aphellion-ep-2026-mp3/"
            style="font-weight: 700"
            >Aphellion - Aphellion (EP) - 2026, MP3</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1775376233">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775376233">
        <div style="display: inline-block">
          33 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="43468025">41.5 MB</td>
      <td style="color: green">8</td>
      <td style="color: red">7</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc69/nocturnal-ceremony-obsidian-2026-mp3/"
            style="font-weight: 700"
            >Nocturnal Ceremony - Obsidian - 2026, MP3</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1775376211">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775376211">
        <div style="display: inline-block">
          33 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="142486815">135.9 MB</td>
      <td style="color: green">3</td>
      <td style="color: red">3</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc6c/old-scythia-through-time-through-death-through-ashes-2026-mp3/"
            style="font-weight: 700"
            >Old Scythia - Through Time... Through Death... Through Ashes... - 2026, MP3</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1775376112">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775376112">
        <div style="display: inline-block">
          35 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="121419916">115.8 MB</td>
      <td style="color: green">7</td>
      <td style="color: red">4</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc6d/all-that-heaven-allows-coldness-2026-mp3/"
            style="font-weight: 700"
            >All That Heaven Allows - Coldness - 2026, MP3</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1775376097">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775376097">
        <div style="display: inline-block">
          35 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="88610094">84.5 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">5</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc63/ecphasis-stories-of-old-2026-mp3/"
            style="font-weight: 700"
            >Ecphasis - Stories Of Old - 2026, MP3</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1775376058">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775376058">
        <div style="display: inline-block">
          36 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="152446847">145.4 MB</td>
      <td style="color: green">0</td>
      <td style="color: red">8</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc5a/death-feeder-unleashing-ruin-2026-mp3/"
            style="font-weight: 700"
            >Death Feeder - Unleashing Ruin - 2026, MP3</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1775376011">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775376011">
        <div style="display: inline-block">
          37 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="46646228">44.5 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecd8b/gordon-lightfoot-sundown-1974-2023-blu-ray-audio/"
            style="font-weight: 700"
            >Gordon Lightfoot - Sundown (1974/2023) [Blu-ray Audio]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1775365478">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775365478">
        <div style="display: inline-block">
          3 hours, 32 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="7072501873">6.6 GB</td>
      <td style="color: green">17</td>
      <td style="color: red">16</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecd65/earl-sweatshirt-mike-pompeii-utility-rap-hip-hop-2026-320_kbps-beats/"
            style="font-weight: 700"
            >Earl Sweatshirt Mike POMPEII UTILITY Rap  Hip-Hop (2026) 320_kbps Beats⭐</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1775364215">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775364215">
        <div style="display: inline-block">
          3 hours, 53 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="155730611">148.5 MB</td>
      <td style="color: green">3</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecd59/tory-lanez-lol-slutty-bass-r-amp-bsoul-2026-320_kbps-beats/"
            style="font-weight: 700"
            >Tory Lanez - LOL Slutty Bass R&amp;amp;BSoul  (2026) 320_kbps Beats⭐</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1775364185">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775364185">
        <div style="display: inline-block">
          3 hours, 54 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="128078942">122.1 MB</td>
      <td style="color: green">2</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecd5a/emskee-amp-milkcrate-vintage-souvenirs-rap-hip-hop-boom-bap-2026-320_kbps-beats/"
            style="font-weight: 700"
            >Emskee &amp;amp; MiLKCRATE - Vintage Souvenirs Rap  Hip-Hop  Boom Bap (2026) 320_kbp…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Music:time:50D/"
          style="font-weight: 700"
        >
          Music</a
        >
      </td>
      <td class="hideCell" data-order="1775364177">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775364177">
        <div style="display: inline-block">
          3 hours, 54 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="51141572">48.8 MB</td>
      <td style="color: green">0</td>
      <td style="color: red">1</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/Music/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in Music</button></a>
                            <a class="text-start" href="/get-posts/category:Music:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse Music torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:Music:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular Music</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isBooks">
                    <h2 class="text-start" style="font-weight: bold;">Top Books Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecda5/singh-r-engineering-chemistry-2020/"
            style="font-weight: 700"
            >Singh R. Engineering Chemistry 2020</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1775366000">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775366000">
        <div style="display: inline-block">
          3 hours, 24 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="8690495">8.3 MB</td>
      <td style="color: green">3</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecd95/hansen-j-barchanski-f-emc-simulation-of-electronic-systems-2026/"
            style="font-weight: 700"
            >Hansen J., Barchanski F. EMC Simulation of Electronic Systems 2026</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1775365754">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775365754">
        <div style="display: inline-block">
          3 hours, 28 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="57323033">54.7 MB</td>
      <td style="color: green">5</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecd96/yadav-d-non-newtonian-fluids-for-industrial-applications-2026/"
            style="font-weight: 700"
            >Yadav D. Non-Newtonian Fluids for Industrial Applications 2026</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1775365610">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775365610">
        <div style="display: inline-block">
          3 hours, 30 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="78978817">75.3 MB</td>
      <td style="color: green">39</td>
      <td style="color: red">5</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecd67/lee-j-turbulent-jets-and-plumes-a-lagrangian-approach-2ed-2026/"
            style="font-weight: 700"
            >Lee J. Turbulent Jets and Plumes. A Lagrangian Approach 2ed 2026</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1775364197">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775364197">
        <div style="display: inline-block">
          3 hours, 54 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="23223211">22.1 MB</td>
      <td style="color: green">47</td>
      <td style="color: red">3</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecd3d/donnelly-l-gastrointestinal-nursing-care-management-digestive-disorders-2026/"
            style="font-weight: 700"
            >Donnelly L. Gastrointestinal Nursing. Care..Management..Digestive Disorders 2026</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1775362839">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775362839">
        <div style="display: inline-block">
          4 hours, 16 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="11889116">11.3 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">3</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecd2e/mohamed-s-anesthesia-bridges-wisdom-personal-and-professional-journey-2026/"
            style="font-weight: 700"
            >Mohamed S. Anesthesia Bridges. Wisdom...Personal and Professional Journey 2026</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1775361382">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775361382">
        <div style="display: inline-block">
          4 hours, 41 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="176757899">168.6 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecd10/ackerman-l-blackwell-s-five-minute-veterinary-practice-management-4ed-2026/"
            style="font-weight: 700"
            >Ackerman L. Blackwell&#x27;s Five- Minute Veterinary Practice Management...4ed 2026</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1775361094">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775361094">
        <div style="display: inline-block">
          4 hours, 45 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="28084897">26.8 MB</td>
      <td style="color: green">43</td>
      <td style="color: red">5</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecd0b/montgomery-h-multiplicative-number-theory-ii-primes-and-sieves-2026/"
            style="font-weight: 700"
            >Montgomery H. Multiplicative Number Theory II. Primes and Sieves 2026</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1775360890">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775360890">
        <div style="display: inline-block">
          4 hours, 49 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="14553234">13.9 MB</td>
      <td style="color: green">47</td>
      <td style="color: red">4</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eced5/cronin-i-building-and-training-generative-ai-models-a-practical-guide-2026/"
            style="font-weight: 700"
            >Cronin I. Building and Training Generative AI Models. A Practical Guide...2026</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1775359211">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775359211">
        <div style="display: inline-block">
          5 hours, 17 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="12042815">11.5 MB</td>
      <td style="color: green">71</td>
      <td style="color: red">3</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ececd/nagasubramanian-d-agentic-ai-for-engineers-architecting-goal-driven-system-2026/"
            style="font-weight: 700"
            >Nagasubramanian D. Agentic AI for Engineers.Architecting Goal-Driven System 2026</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Books:time:50D/"
          style="font-weight: 700"
        >
          Books</a
        >
      </td>
      <td class="hideCell" data-order="1775358960">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775358960">
        <div style="display: inline-block">
          5 hours, 21 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="16803260">16.0 MB</td>
      <td style="color: green">49</td>
      <td style="color: red">6</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/Books/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in Books</button></a>
                            <a class="text-start" href="/get-posts/category:Books:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse Books torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:Books:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular Books</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isGames">
                    <h2 class="text-start" style="font-weight: bold;">Top Games Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eccab/hero-siege-v6-9-1-0-amp-all-dlcs/"
            style="font-weight: 700"
            >Hero Siege (v6.9.1.0 &amp;amp; All DLCs)</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1775377021">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775377021">
        <div style="display: inline-block">
          20 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2706520013">2.5 GB</td>
      <td style="color: green">40</td>
      <td style="color: red">12</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc1f/wasteland-bites-tenoke/"
            style="font-weight: 700"
            >Wasteland Bites-TENOKE</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1775373132">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775373132">
        <div style="display: inline-block">
          1 hour, 25 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="591394913">564.0 MB</td>
      <td style="color: green">46</td>
      <td style="color: red">19</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc10/the-weeping-swan-ten-days-of-the-citys-fall-tenoke/"
            style="font-weight: 700"
            >The Weeping Swan Ten Days of the Citys Fall-TENOKE</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1775373122">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775373122">
        <div style="display: inline-block">
          1 hour, 25 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="5705632245">5.3 GB</td>
      <td style="color: green">8</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc11/the-alters-update-v1-4-2-rune/"
            style="font-weight: 700"
            >The Alters Update v1 4 2-RUNE</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1775373115">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775373115">
        <div style="display: inline-block">
          1 hour, 25 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2428367375">2.3 GB</td>
      <td style="color: green">3</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc12/stiff-neck-tenoke/"
            style="font-weight: 700"
            >Stiff Neck-TENOKE</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1775373108">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775373108">
        <div style="display: inline-block">
          1 hour, 25 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="771934225">736.2 MB</td>
      <td style="color: green">8</td>
      <td style="color: red">3</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc13/peregrino-update-v1-1-1-rune/"
            style="font-weight: 700"
            >Peregrino Update v1 1 1-RUNE</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1775373101">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775373101">
        <div style="display: inline-block">
          1 hour, 25 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="407741726">388.9 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">6</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc14/musynx-return-tenoke/"
            style="font-weight: 700"
            >MUSYNX RETURN-TENOKE</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1775373094">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775373094">
        <div style="display: inline-block">
          1 hour, 25 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="7681593201">7.2 GB</td>
      <td style="color: green">5</td>
      <td style="color: red">7</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc15/le-mans-ultimate-update-v1-3-1-0-rune/"
            style="font-weight: 700"
            >Le Mans Ultimate Update v1 3 1 0-RUNE</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1775373086">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775373086">
        <div style="display: inline-block">
          1 hour, 26 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3159466230">2.9 GB</td>
      <td style="color: green">9</td>
      <td style="color: red">10</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc16/kijutsu-rider-tenoke/"
            style="font-weight: 700"
            >Kijutsu Rider-TENOKE</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1775373078">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775373078">
        <div style="display: inline-block">
          1 hour, 26 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="7209959361">6.7 GB</td>
      <td style="color: green">4</td>
      <td style="color: red">7</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc17/kaiserpunk-v1-02-003-rune/"
            style="font-weight: 700"
            >KAISERPUNK v1 02 003-RUNE</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1775373066">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775373066">
        <div style="display: inline-block">
          1 hour, 26 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="5406990136">5.0 GB</td>
      <td style="color: green">0</td>
      <td style="color: red">1</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/Games/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in Games</button></a>
                            <a class="text-start" href="/get-posts/category:Games:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse Games torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:Games:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular Games</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isAnime">
                    <h2 class="text-start" style="font-weight: bold;">Top Anime Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ec41c/the-super-mario-galaxy-movie-2026-1080p/"
            style="font-weight: 700"
            >The Super Mario Galaxy Movie 2026 1080p</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1775275222">
        <div style="display: inline-block">
          2026-04-04
        </div>
      </td>
      <td class="hideCell" data-order="1775275222">
        <div style="display: inline-block">
          1 day, 4 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="9126805504">8.5 GB</td>
      <td style="color: green">32</td>
      <td style="color: red">10</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ec5a8/the-super-mario-galaxy-movie-2026-1080p/"
            style="font-weight: 700"
            >The Super Mario Galaxy Movie 2026 1080p</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1775266231">
        <div style="display: inline-block">
          2026-04-04
        </div>
      </td>
      <td class="hideCell" data-order="1775266231">
        <div style="display: inline-block">
          1 day, 7 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="9126805504">8.5 GB</td>
      <td style="color: green">0</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ec7ae/fire-force-s03e25-heros-tale-1080p-cr-web-dl-eng-ita-jap-h264-kar/"
            style="font-weight: 700"
            >Fire Force S03E25 Heros Tale 1080p CR WEB DL ENG ITA JAP H264 kAR</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1775248857">
        <div style="display: inline-block">
          2026-04-03
        </div>
      </td>
      <td class="hideCell" data-order="1775248857">
        <div style="display: inline-block">
          1 day, 11 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="1610612736">1.5 GB</td>
      <td style="color: green">1</td>
      <td style="color: red">0</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eb8b4/giosubs-x-animeclipse-waga-seishun-no-arcadia-1982-bd-1080p/"
            style="font-weight: 700"
            >GioSubs x AnimeClipse Waga Seishun no Arcadia 1982 BD 1080p</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1775238099">
        <div style="display: inline-block">
          2026-04-03
        </div>
      </td>
      <td class="hideCell" data-order="1775238099">
        <div style="display: inline-block">
          1 day, 14 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="8053063680">7.5 GB</td>
      <td style="color: green">0</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eb89a/giosubs-the-transformers-the-movie-1986-2021-shout-factor/"
            style="font-weight: 700"
            >GioSubs The Transformers The Movie 1986 2021 Shout Factor</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1775237555">
        <div style="display: inline-block">
          2026-04-03
        </div>
      </td>
      <td class="hideCell" data-order="1775237555">
        <div style="display: inline-block">
          1 day, 15 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="6657199308">6.2 GB</td>
      <td style="color: green">0</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eb89d/jujutsu-kaisen-s03e10-tokyo-colony-no-1-part-4-1080p-cr-web-dl-en/"
            style="font-weight: 700"
            >JUJUTSU KAISEN S03E10 Tokyo Colony No 1 Part 4 1080p CR WEB DL EN</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1775237539">
        <div style="display: inline-block">
          2026-04-03
        </div>
      </td>
      <td class="hideCell" data-order="1775237539">
        <div style="display: inline-block">
          1 day, 15 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="1610612736">1.5 GB</td>
      <td style="color: green">2</td>
      <td style="color: red">11</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eb89f/how-to-train-your-dragon-the-hidden-world-2019-1080p/"
            style="font-weight: 700"
            >How to Train Your Dragon The Hidden World 2019 1080p</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1775237529">
        <div style="display: inline-block">
          2026-04-03
        </div>
      </td>
      <td class="hideCell" data-order="1775237529">
        <div style="display: inline-block">
          1 day, 15 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="3113851289">2.9 GB</td>
      <td style="color: green">0</td>
      <td style="color: red">4</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eb888/rio-2011-1080p-bluray/"
            style="font-weight: 700"
            >Rio 2011 1080p BluRay</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1775237440">
        <div style="display: inline-block">
          2026-04-03
        </div>
      </td>
      <td class="hideCell" data-order="1775237440">
        <div style="display: inline-block">
          1 day, 15 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="5476083302">5.1 GB</td>
      <td style="color: green">0</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ebeab/code-geass-2006-season-1-s01-1080p-bluray-x265-10-bit-eng/"
            style="font-weight: 700"
            >Code Geass 2006 Season 1 S01 1080p BluRay x265 10 bit Eng</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1775191312">
        <div style="display: inline-block">
          2026-04-03
        </div>
      </td>
      <td class="hideCell" data-order="1775191312">
        <div style="display: inline-block">
          2 days, 3 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="9556302233">8.9 GB</td>
      <td style="color: green">38</td>
      <td style="color: red">25</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new20.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eb207/the-ramparts-of-ice-s01e01-lines-and-walls-1080p-nf-web-dl-eng-it/"
            style="font-weight: 700"
            >The Ramparts of Ice S01E01 Lines and Walls 1080p NF WEB DL ENG IT</a>  <a href="/imdb-detail/tt39123061/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Anime:time:50D/"
          style="font-weight: 700"
        >
          Anime</a
        >
      </td>
      <td class="hideCell" data-order="1775155344">
        <div style="display: inline-block">
          2026-04-02
        </div>
      </td>
      <td class="hideCell" data-order="1775155344">
        <div style="display: inline-block">
          2 days, 13 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="979684556">934.3 MB</td>
      <td style="color: green">3</td>
      <td style="color: red">0</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/Anime/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in Anime</button></a>
                            <a class="text-start" href="/get-posts/category:Anime:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse Anime torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:Anime:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular Anime</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isDocumentaries">
                    <h2 class="text-start" style="font-weight: bold;">Top Documentaries Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8eb8cb/just-one-thing-s02e01-eat-oily-fish-1080p-h265-subs-bigj0554/"
            style="font-weight: 700"
            >Just One Thing s02e01 Eat Oily Fish 1080p H265 subs BigJ0554</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1775238716">
        <div style="display: inline-block">
          2026-04-03
        </div>
      </td>
      <td class="hideCell" data-order="1775238716">
        <div style="display: inline-block">
          1 day, 14 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="523553996">499.3 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ea9e5/nazis-in-the-cia-2013-mp4-x264-ac3-1080p/"
            style="font-weight: 700"
            >Nazis In The CIA 2013 Mp4 x264 AC3 1080p</a>  <a href="/imdb-detail/tt4758818/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1775104970">
        <div style="display: inline-block">
          2026-04-02
        </div>
      </td>
      <td class="hideCell" data-order="1775104970">
        <div style="display: inline-block">
          3 days, 3 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="1610612736">1.5 GB</td>
      <td style="color: green">57</td>
      <td style="color: red">13</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8e9457/the-promise-the-making-of-darkness-on-the-edge-of-town-2010-w/"
            style="font-weight: 700"
            >The Promise The Making of Darkness on the Edge of Town 2010 w</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1774847424">
        <div style="display: inline-block">
          2026-03-30
        </div>
      </td>
      <td class="hideCell" data-order="1774847424">
        <div style="display: inline-block">
          6 days, 3 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="535717478">510.9 MB</td>
      <td style="color: green">0</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8e8cbe/il-predatore-di-siviglia-s01e01-03-2026-web-dl-1080p-e-ac3-ita-sp/"
            style="font-weight: 700"
            >Il Predatore Di Siviglia S01E01 03 2026 WEB DL 1080p E AC3 ITA SP</a>  <a href="/imdb-detail/tt40392206/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1774753222">
        <div style="display: inline-block">
          2026-03-29
        </div>
      </td>
      <td class="hideCell" data-order="1774753222">
        <div style="display: inline-block">
          1 week
        </div>
      </td>
      <td style="text-align: left;" data-order="6549825126">6.1 GB</td>
      <td style="color: green">5</td>
      <td style="color: red">5</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8e8c10/david-attenborough-a-life-on-our-planet-2020-1080p-x265-10bit/"
            style="font-weight: 700"
            >David Attenborough A Life on Our Planet 2020 1080p x265 10bit</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1774746714">
        <div style="display: inline-block">
          2026-03-29
        </div>
      </td>
      <td class="hideCell" data-order="1774746714">
        <div style="display: inline-block">
          1 week
        </div>
      </td>
      <td style="text-align: left;" data-order="8053063680">7.5 GB</td>
      <td style="color: green">3</td>
      <td style="color: red">8</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8e6958/the-plastic-detox-2026-1080p-nf-web-dl-ddp5-1-eng-ita-h264-thebla/"
            style="font-weight: 700"
            >The Plastic Detox 2026 1080p NF WEB DL DDP5 1 ENG ITA H264 TheBla</a>  <a href="/imdb-detail/tt39345599/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1774462836">
        <div style="display: inline-block">
          2026-03-25
        </div>
      </td>
      <td class="hideCell" data-order="1774462836">
        <div style="display: inline-block">
          1 week, 3 days
        </div>
      </td>
      <td style="text-align: left;" data-order="4187593113">3.9 GB</td>
      <td style="color: green">5</td>
      <td style="color: red">15</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8e6dc6/best-worst-movie-2009-720p-10bit-bluray-x265-budgetbits/"
            style="font-weight: 700"
            >Best Worst Movie 2009 720p 10bit BluRay x265 budgetbits</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1774429571">
        <div style="display: inline-block">
          2026-03-25
        </div>
      </td>
      <td class="hideCell" data-order="1774429571">
        <div style="display: inline-block">
          1 week, 3 days
        </div>
      </td>
      <td style="text-align: left;" data-order="537395200">512.5 MB</td>
      <td style="color: green">10</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8e58d9/windfall-2010-with-extra-10bit-dvdrip-x265-budgetbits/"
            style="font-weight: 700"
            >Windfall 2010 with extra 10bit DVDRip x265 budgetbits</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1774345262">
        <div style="display: inline-block">
          2026-03-24
        </div>
      </td>
      <td class="hideCell" data-order="1774345262">
        <div style="display: inline-block">
          1 week, 4 days
        </div>
      </td>
      <td style="text-align: left;" data-order="384722534">366.9 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">5</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8e54a1/mike-adams-bbn-podcast/"
            style="font-weight: 700"
            >Mike Adams BBN Podcast</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1774214447">
        <div style="display: inline-block">
          2026-03-22
        </div>
      </td>
      <td class="hideCell" data-order="1774214447">
        <div style="display: inline-block">
          1 week, 6 days
        </div>
      </td>
      <td style="text-align: left;" data-order="853540864">814.0 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">3</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8e4210/42-ways-to-kill-hitler-2008-480p-complete-dvd-x265-de4d/"
            style="font-weight: 700"
            >42 Ways to Kill Hitler 2008 480p COMPLETE DVD x265 de4d</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Documentaries:time:50D/"
          style="font-weight: 700"
        >
          Documentaries</a
        >
      </td>
      <td class="hideCell" data-order="1774066249">
        <div style="display: inline-block">
          2026-03-21
        </div>
      </td>
      <td class="hideCell" data-order="1774066249">
        <div style="display: inline-block">
          2 weeks, 1 day
        </div>
      </td>
      <td style="text-align: left;" data-order="690067865">658.1 MB</td>
      <td style="color: green">3</td>
      <td style="color: red">6</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/Documentaries/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in Documentaries</button></a>
                            <a class="text-start" href="/get-posts/category:Documentaries:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse Documentaries torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:Documentaries:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular Documentaries</button>
                                </a>
                        </div>
                  </div>
                
                <div class="isApps">
                    <h2 class="text-start" style="font-weight: bold;">Top Apps Torrents</h2>
                        <div class="row">
                         
<table class="sortableTable compact cell-border hover stripe" style="width:100%">
  <thead>
    <th class="hideCell">C</th>
    <th class="cellName">File</th>
    <th class="hideCell">Category</th>
    <th id="added" class="hideCell">Added</th>
    <th class="hideCell">Time</th>
    <th id="size">Size</th>
    <th width="1.5%" id="seeders">Se.</th>
    <th width="1.5%" id="leechers">Le.</th>
  </thead>
  <tbody>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecc66/windows-11-25h2-x64-26200-8117-pro-multi-7-balkans-31-03-2026/"
            style="font-weight: 700"
            >Windows 11 (25H2) (x64) 26200.8117 Pro (MULTI-7 Balkans) 31.03.2026</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1775376038">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775376038">
        <div style="display: inline-block">
          36 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="6446268880">6.0 GB</td>
      <td style="color: green">10</td>
      <td style="color: red">4</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecd8d/chaos-enscape-4-17-0-1175-x64-crack-fixfiles/"
            style="font-weight: 700"
            >Chaos Enscape 4.17.0.1175 (x64) + Crack[FixFiles]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1775365464">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775365464">
        <div style="display: inline-block">
          3 hours, 33 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="758322688">723.2 MB</td>
      <td style="color: green">1</td>
      <td style="color: red">14</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecd8f/adobe-acrobat-pro-dc-2026-001-21367-multilingual-crack-fixfiles/"
            style="font-weight: 700"
            >Adobe Acrobat Pro DC 2026.001.21367 Multilingual + Crack[FixFiles]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1775365445">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775365445">
        <div style="display: inline-block">
          3 hours, 33 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1650552832">1.5 GB</td>
      <td style="color: green">6</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecffd/acronis-true-image-build-42902-bootable-iso-haxnode/"
            style="font-weight: 700"
            >Acronis True Image Build 42902 Bootable ISO - [haxNode]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1775347811">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775347811">
        <div style="display: inline-block">
          8 hours, 27 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="522257200">498.1 MB</td>
      <td style="color: green">0</td>
      <td style="color: red">5</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ecff2/em-client-pro-10-4-5298-0-x32-x64-ml-full-portable/"
            style="font-weight: 700"
            >eM Client pro 10.4.5298.0 (x32/x64)[ML][Full] + Portable</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1775347212">
        <div style="display: inline-block">
          2026-04-05
        </div>
      </td>
      <td class="hideCell" data-order="1775347212">
        <div style="display: inline-block">
          8 hours, 37 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="124223381">118.5 MB</td>
      <td style="color: green">2</td>
      <td style="color: red">7</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ec0fc/process-lasso-prro-18-0-0-68-x32-x64-ml-full-portable/"
            style="font-weight: 700"
            >Process Lasso Prro 18.0.0.68 (x32/x64)[ML][Full] + Portable</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1775333431">
        <div style="display: inline-block">
          2026-04-04
        </div>
      </td>
      <td class="hideCell" data-order="1775333431">
        <div style="display: inline-block">
          12 hours, 26 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="5345282">5.1 MB</td>
      <td style="color: green">3</td>
      <td style="color: red">2</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ec26d/pdffactory-pro-9-25-x32-x64-ml-full/"
            style="font-weight: 700"
            >pdfFactory Pro 9.25 (x32/x64)[ML][Full]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1775310124">
        <div style="display: inline-block">
          2026-04-04
        </div>
      </td>
      <td class="hideCell" data-order="1775310124">
        <div style="display: inline-block">
          18 hours, 55 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="12244090">11.7 MB</td>
      <td style="color: green">8</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ec24a/fineprint-12-25-x32-x64-ml-full/"
            style="font-weight: 700"
            >FinePrint 12.25 (x32/x64)[ML][Full]</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1775308288">
        <div style="display: inline-block">
          2026-04-04
        </div>
      </td>
      <td class="hideCell" data-order="1775308288">
        <div style="display: inline-block">
          19 hours, 25 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="11864026">11.3 MB</td>
      <td style="color: green">0</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ec3df/adobe-premiere-pro-2026-v26-0/"
            style="font-weight: 700"
            >Adobe Premiere Pro 2026 (v26.0)</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1775298637">
        <div style="display: inline-block">
          2026-04-04
        </div>
      </td>
      <td class="hideCell" data-order="1775298637">
        <div style="display: inline-block">
          22 hours, 6 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="4179079660">3.9 GB</td>
      <td style="color: green">3</td>
      <td style="color: red">1</td>
    </tr>
    
    <tr>
      <td class="hideCell">
        <img width="35" src="/static/rarbg/image/categories/cat_new34.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/8ec338/simplemind-pro-2-9-0-build-6617-multilingual-license/"
            style="font-weight: 700"
            >SimpleMind Pro 2.9.0 Build 6617 Multilingual + License</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://rarbg.torrentbay.st/np.jpg?042148?042148" width="100px"/></span>
        </div>
      </td>
      <td class="hideCell">
        <a
          href="/get-posts/category:Apps:time:50D/"
          style="font-weight: 700"
        >
          Apps</a
        >
      </td>
      <td class="hideCell" data-order="1775287881">
        <div style="display: inline-block">
          2026-04-04
        </div>
      </td>
      <td class="hideCell" data-order="1775287881">
        <div style="display: inline-block">
          1 day, 1 hour
        </div>
      </td>
      <td style="text-align: left;" data-order="13021596">12.4 MB</td>
      <td style="color: green">4</td>
      <td style="color: red">3</td>
    </tr>
    
  </tbody>
</table>
                        </div>
                        <div class="text-start pt-3 pb-5">

                            <a class="text-start" href="/trending/100/Apps/3D/"><button  class="btn-small"><i class="fa-solid fa-fire"></i> Trending 100 in Apps</button></a>
                            <a class="text-start" href="/get-posts/category:Apps:time:20D/">
                                    <button class="btn-small"><i class="fa-solid fa-list"></i> Browse Apps torrents</button>
                                </a>
                                <a class="text-start" href="/get-posts/category:Apps:order:-se/"><button  class="btn-small"><i class="fa-solid fa-magnifying-glass"></i> Top 100 Popular Apps</button>
                                </a>
                        </div>
                  </div>
                
           
               
            
        </div>
    </div>
    <div class="adCont row">
        <div class="me-auto text-center">
            

        <div>
    </div>
    

       
       
       
       

            
        


    

  

 



    
       
       
</body>
       
       
        
       

            <footer class="row align-center">
                    <div style="text-align: center; color: white;margin-top: 20px;">
        <a
        class="anal tdlinkfull"
        href="/"
        target="_blank"
        style="color: white; text-decoration: underline"
        >Home</a
      >
      |
      <a
        class="anal tdlinkfull"
        href="/about-us/"
        style="color: white; text-decoration: underline"
        >About us</a
      >

      |
      <a
        class="anal tdlinkfull"
        href="/latest/rss/"
        target="_blank"
        style="color: white; text-decoration: underline"
        >RSS</a
      >
      
      |
      <a
        class="anal tdlinkfull"
        href="rarbg.torrentbay.st"
        target="_blank"
        style="color: white; text-decoration: underline"
        >RARBG Proxy</a
      >
      


      
      |
      <a
        class="anal tdlinkfull"
        href="https://thepiratebay.torrentbay.st/"
        target="_blank"
        style="color: white; text-decoration: underline"
        >TPB Proxy</a
      >
      |
      <a
        class="anal tdlinkfull"
        href="https://rarbg.torrentbay.st/discord/"
        target="_blank"
        style="color: white; text-decoration: underline"
        >Discord</a
      >
      |
      <a
        class="anal tdlinkfull"
        href="https://www.reddit.com/r/TheRarBg/"
        target="_blank"
        style="color: white; text-decoration: underline"
        >Reddit</a
      >
      

      <br />
    </div>
    <br />

    <div style="text-align: center; color: white; font-size: 11px;">
      Donation ETH Address: 0x5C8Ba662A48811B52D8A24074569A10B03245bf9
    </div>
    <br />
    <div style="text-align: center; color: white">
        <p> &copy; 2025 The RarBg. All rights reserved.</p>
    </div>

            <script src="https://whistledwifeeverywhere.com/19/f3/b5/19f3b56acc51c60e0be4ac6dc2ec121b.js"></script>

<script src="https://whistledwifeeverywhere.com/36/41/0c/36410c2fe8ad9a96e6c0fe4e9da43c98.js"></script>
</footer>
       
</html>