<!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 07 16:category:XXX:time:60D/"><span class='m-1 badge rounded-pill bg-secondary'>26 07 16 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/88ff4a/hitman-2007-unrated-1080p-bluray-ddp-5-1-x264-j3rico/"
            style="font-weight: 700"
            >Hitman 2007 UNRATED 1080p BluRay DDP 5 1 x264-j3rico</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="1784229960">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229960">
        <div style="display: inline-block">
          1 hour, 53 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="9172647154">8.5 GB</td>
      <td style="color: green">64</td>
      <td style="color: red">28</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/88ff4f/backrooms-2026-1080p-web-dl-h-264-dual-yg/"
            style="font-weight: 700"
            >Backrooms.2026.1080p.WEB-DL.H.264.Dual.YG⭐</a>  <a href="/imdb-detail/tt26657236/"><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="1784229915">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229915">
        <div style="display: inline-block">
          1 hour, 53 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="4091030879">3.8 GB</td>
      <td style="color: green">90</td>
      <td style="color: red">41</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/88ff45/musketeers-forever-1998-uncut-1080p-bluray-lama/"
            style="font-weight: 700"
            >Musketeers Forever (1998) UNCUT 1080p BluRay-LAMA</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="1784229812">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229812">
        <div style="display: inline-block">
          1 hour, 55 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1592786819">1.5 GB</td>
      <td style="color: green">23</td>
      <td style="color: red">22</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/88ff3a/brown-paper-bag-2020-1080p-amzn-web-dl-ddp5-1-h-264-tepes/"
            style="font-weight: 700"
            >Brown Paper Bag 2020 1080p AMZN WEB-DL DDP5 1 H 264-TEPES</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="1784229767">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229767">
        <div style="display: inline-block">
          1 hour, 56 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="6420806897">6.0 GB</td>
      <td style="color: green">37</td>
      <td style="color: red">12</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/88f0f1/fleischer-rarities-treasures-from-the-fleischer-studios-1920-1944-1080p-bluray-avc-lpcm-2-0-trb/"
            style="font-weight: 700"
            >Fleischer.Rarities.Treasures.from.the.Fleischer.Studios.1920-1944.1080p.BluRay.A…</a>  <a href="/imdb-detail/tt12690892/"><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="1784226005">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784226005">
        <div style="display: inline-block">
          2 hours, 59 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="24466098560">22.8 GB</td>
      <td style="color: green">10</td>
      <td style="color: red">0</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/88f0bc/hands-of-stone-2016-1080p-amzn-web-dl-ddp5-1-h-264-gprs/"
            style="font-weight: 700"
            >Hands of Stone 2016 1080p AMZN WEB-DL DDP5 1 H 264-GPRS</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="1784223235">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784223235">
        <div style="display: inline-block">
          3 hours, 45 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="8003446245">7.5 GB</td>
      <td style="color: green">78</td>
      <td style="color: red">107</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/88f0bf/menage-1986-1080p-nf-web-dl-ddp2-0-h-264-spweb/"
            style="font-weight: 700"
            >Menage 1986 1080p NF WEB-DL DDP2 0 H 264-SPWEB</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="1784223209">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784223209">
        <div style="display: inline-block">
          3 hours, 45 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="4746955918">4.4 GB</td>
      <td style="color: green">25</td>
      <td style="color: red">15</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/88f0b7/the-thirteenth-floor-sci-fi-1999-eng-ita-rus-spa-ukr-multi-subs-1080p-hevc10b/"
            style="font-weight: 700"
            >The Thirteenth Floor - Sci-Fi 1999 Eng Ita Rus Spa Ukr Multi Subs 1080p Hevc10b</a>  <a href="/imdb-detail/tt0139809/"><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="1784222988">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784222988">
        <div style="display: inline-block">
          3 hours, 49 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="9309164646">8.7 GB</td>
      <td style="color: green">43</td>
      <td style="color: red">165</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/88f0a8/the-late-shift-1996-1080p-amzn-web-dl-dd2-0-h-264-monkee/"
            style="font-weight: 700"
            >The.Late.Shift.1996.1080p.AMZN.WEB-DL.DD2.0.H.264-monkee</a>  <a href="/imdb-detail/tt0116835/"><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="1784222971">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784222971">
        <div style="display: inline-block">
          3 hours, 49 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="8400691900">7.8 GB</td>
      <td style="color: green">1</td>
      <td style="color: red">55</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/88f0ac/simon-of-the-desert-1965-1080p-bluray-x264-rusted/"
            style="font-weight: 700"
            >Simon.of.the.Desert.1965.1080p.BluRay.x264-RUSTED</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="1784222830">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784222830">
        <div style="display: inline-block">
          3 hours, 51 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="7270466996">6.8 GB</td>
      <td style="color: green">20</td>
      <td style="color: red">40</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/88ff83/bellesafilms-24-09-14-chloe-amour-the-brother-in-law-xxx-2160p-mp4-trb/"
            style="font-weight: 700"
            >BellesaFilms.24.09.14.Chloe.Amour.The.Brother-In-Law.XXX.2160p.MP4-TRB</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="1784232541">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784232541">
        <div style="display: inline-block">
          1 hour, 10 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3442823393">3.2 GB</td>
      <td style="color: green">3</td>
      <td style="color: red">0</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/88ff84/bellesafilms-24-10-12-violet-starr-the-roommate-xxx-2160p-mp4-trb/"
            style="font-weight: 700"
            >BellesaFilms.24.10.12.Violet.Starr.The.Roommate.XXX.2160p.MP4-TRB</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="1784232461">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784232461">
        <div style="display: inline-block">
          1 hour, 11 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3526590687">3.3 GB</td>
      <td style="color: green">3</td>
      <td style="color: red">0</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/88ff85/bellesafilms-24-09-28-kenzie-taylor-and-millie-morgan-the-good-assistant-xxx-2160p-mp4-trb/"
            style="font-weight: 700"
            >BellesaFilms.24.09.28.Kenzie.Taylor.And.Millie.Morgan.The.Good.Assistant.XXX.216…</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="1784232387">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784232387">
        <div style="display: inline-block">
          1 hour, 12 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3089643047">2.9 GB</td>
      <td style="color: green">2</td>
      <td style="color: red">0</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/88ff87/bellesafilms-24-09-21-kylie-rocket-the-exception-xxx-2160p-mp4-trb/"
            style="font-weight: 700"
            >BellesaFilms.24.09.21.Kylie.Rocket.The.Exception.XXX.2160p.MP4-TRB</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="1784232307">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784232307">
        <div style="display: inline-block">
          1 hour, 14 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3271176535">3.0 GB</td>
      <td style="color: green">2</td>
      <td style="color: red">0</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/88ff78/bellesafilms-24-10-05-melissa-stratton-the-witness-xxx-2160p-mp4-trb/"
            style="font-weight: 700"
            >BellesaFilms.24.10.05.Melissa.Stratton.The.Witness.XXX.2160p.MP4-TRB</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="1784232209">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784232209">
        <div style="display: inline-block">
          1 hour, 15 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3178577384">3.0 GB</td>
      <td style="color: green">3</td>
      <td style="color: red">0</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/88ff79/bellesafilms-24-09-21-kylie-rocket-the-exception-xxx-1080p-mp4-trb/"
            style="font-weight: 700"
            >BellesaFilms.24.09.21.Kylie.Rocket.The.Exception.XXX.1080p.MP4-TRB</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="1784232132">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784232132">
        <div style="display: inline-block">
          1 hour, 16 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="919896517">877.3 MB</td>
      <td style="color: green">4</td>
      <td style="color: red">0</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/88ff7b/bellesafilms-24-09-28-kenzie-taylor-and-millie-morgan-the-good-assistant-xxx-1080p-mp4-trb/"
            style="font-weight: 700"
            >BellesaFilms.24.09.28.Kenzie.Taylor.And.Millie.Morgan.The.Good.Assistant.XXX.108…</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="1784232012">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784232012">
        <div style="display: inline-block">
          1 hour, 18 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="869759086">829.5 MB</td>
      <td style="color: green">4</td>
      <td style="color: red">0</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/88ff7d/bellesafilms-24-10-05-melissa-stratton-the-witness-xxx-1080p-mp4-trb/"
            style="font-weight: 700"
            >BellesaFilms.24.10.05.Melissa.Stratton.The.Witness.XXX.1080p.MP4-TRB</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="1784231935">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784231935">
        <div style="display: inline-block">
          1 hour, 20 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="893774980">852.4 MB</td>
      <td style="color: green">5</td>
      <td style="color: red">0</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/88ff7e/bellesafilms-24-10-12-violet-starr-the-roommate-xxx-1080p-mp4-trb/"
            style="font-weight: 700"
            >BellesaFilms.24.10.12.Violet.Starr.The.Roommate.XXX.1080p.MP4-TRB</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="1784231859">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784231859">
        <div style="display: inline-block">
          1 hour, 21 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="993982006">947.9 MB</td>
      <td style="color: green">5</td>
      <td style="color: red">0</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/88ff69/bellesafilms-24-09-21-kylie-rocket-the-exception-xxx-720p-mp4-v/"
            style="font-weight: 700"
            >BellesaFilms 24 09 21 Kylie Rocket The Exception XXX 720p MP4-V</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="1784230370">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784230370">
        <div style="display: inline-block">
          1 hour, 46 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="545747599">520.5 MB</td>
      <td style="color: green">10</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/88ff94/kaiju-girl-caramelise-s01e03-720p-web-h264-skyanime-eztv/"
            style="font-weight: 700"
            >KAIJU GIRL CARAMELISE S01E03 720p WEB H264-SKYANiME EZTV</a>  <a href="/imdb-detail/tt39246964/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/d655df73e134ed904e5b.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="1784235874">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784235874">
        <div style="display: inline-block">
          14 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="771257612">735.5 MB</td>
      <td style="color: green">25</td>
      <td style="color: red">10</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/88ff95/the-exiled-heavy-knight-knows-how-to-game-the-system-s01e03-720p-web-h264-skyanime-eztv/"
            style="font-weight: 700"
            >The Exiled Heavy Knight Knows How To Game The System S01E03 720p WEB H264-SKYANi…</a>  <a href="/imdb-detail/tt33334216/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/67817bcd2ef8abebbe1e.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="1784235869">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784235869">
        <div style="display: inline-block">
          14 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="752233248">717.4 MB</td>
      <td style="color: green">9</td>
      <td style="color: red">7</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/88ff96/kaiju-girl-caramelise-s01e03-1080p-web-h264-skyanime-eztv/"
            style="font-weight: 700"
            >KAIJU GIRL CARAMELISE S01E03 1080p WEB H264-SKYANiME EZTV</a>  <a href="/imdb-detail/tt39246964/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/d655df73e134ed904e5b.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="1784235864">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784235864">
        <div style="display: inline-block">
          14 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1496969043">1.4 GB</td>
      <td style="color: green">8</td>
      <td style="color: red">13</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/88ff97/the-chase-around-the-world-s01e01-720p-web-h264-skyfire-eztv/"
            style="font-weight: 700"
            >The Chase Around The World S01E01 720p WEB H264-SKYFiRE EZTV</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/c7522282ef192421c7c9.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="1784235859">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784235859">
        <div style="display: inline-block">
          14 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1121181091">1.0 GB</td>
      <td style="color: green">17</td>
      <td style="color: red">17</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/88ff88/the-exiled-heavy-knight-knows-how-to-game-the-system-s01e03-1080p-web-h264-skyanime-eztv/"
            style="font-weight: 700"
            >The Exiled Heavy Knight Knows How To Game The System S01E03 1080p WEB H264-SKYAN…</a>  <a href="/imdb-detail/tt33334216/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/67817bcd2ef8abebbe1e.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="1784235851">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784235851">
        <div style="display: inline-block">
          14 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1459601426">1.4 GB</td>
      <td style="color: green">19</td>
      <td style="color: red">37</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/88ff89/contraband-seized-at-the-border-s09e05-720p-hevc-x265-megusta-eztv/"
            style="font-weight: 700"
            >Contraband Seized at the Border S09E05 720p HEVC x265-MeGusta EZTV</a>  <a href="/imdb-detail/tt28184020/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/813290778cd44bab2415.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="1784235846">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784235846">
        <div style="display: inline-block">
          15 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="312810261">298.3 MB</td>
      <td style="color: green">23</td>
      <td style="color: red">19</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/88ff80/worst-yard-on-the-block-s01e02-1080p-web-h264-edith-eztv/"
            style="font-weight: 700"
            >Worst Yard on the Block S01E02 1080p WEB h264-EDITH EZTV</a>  <a href="/imdb-detail/tt43475149/"><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="1784234051">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784234051">
        <div style="display: inline-block">
          44 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1759383220">1.6 GB</td>
      <td style="color: green">26</td>
      <td style="color: red">23</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/88ff81/worst-yard-on-the-block-s01e01-1080p-web-h264-edith-eztv/"
            style="font-weight: 700"
            >Worst Yard on the Block S01E01 1080p WEB h264-EDITH EZTV</a>  <a href="/imdb-detail/tt43475149/"><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="1784234046">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784234046">
        <div style="display: inline-block">
          45 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1804434494">1.7 GB</td>
      <td style="color: green">38</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/88ff0d/strange-junji-ito-s-tales-for-sleepless-nights-itou-junji-no-yoru-mo-nemurenu-kimyouna-hanashi-01-1080p-u-next-web-dl-avc-aac/"
            style="font-weight: 700"
            >Strange: Junji Ito&#x27;s Tales for Sleepless Nights / Itou Junji no Yoru mo Nemurenu…</a>  <a href="/imdb-detail/tt43619474/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/c02aa5bfe5363bb010a6.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="1784226991">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784226991">
        <div style="display: inline-block">
          2 hours, 42 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="937951232">894.5 MB</td>
      <td style="color: green">52</td>
      <td style="color: red">25</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/88ff0f/strange-junji-ito-s-tales-for-sleepless-nights-itou-junji-no-yoru-mo-nemurenu-kimyouna-hanashi-02-1080p-u-next-web-dl-avc-aac/"
            style="font-weight: 700"
            >Strange: Junji Ito&#x27;s Tales for Sleepless Nights / Itou Junji no Yoru mo Nemurenu…</a>  <a href="/imdb-detail/tt43619474/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/c02aa5bfe5363bb010a6.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="1784226977">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784226977">
        <div style="display: inline-block">
          2 hours, 42 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="940362956">896.8 MB</td>
      <td style="color: green">55</td>
      <td style="color: red">39</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/88ff7c/max_nrg_supply-cuts_for_disco_jockeys-szabo16-vinyl-flac-2026-trb/"
            style="font-weight: 700"
            >Max_NRG_Supply-Cuts_For_Disco_Jockeys-(SZABO16)-VINYL-FLAC-2026-TRB</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/a2187446c6af5f60afa3.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="1784231947">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784231947">
        <div style="display: inline-block">
          1 hour, 20 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="439908399">419.5 MB</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_new23.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88ff6b/olivia-o-brien-pixie-2026-hi-res-flac-24bit-sc4r3cr0w/"
            style="font-weight: 700"
            >Olivia O&#x27;Brien - PIXIE [2026] [Hi-Res] [FLAC-24Bit]-Sc4r3cr0w</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="1784230355">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784230355">
        <div style="display: inline-block">
          1 hour, 46 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="618098095">589.5 MB</td>
      <td style="color: green">37</td>
      <td style="color: red">18</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/88ff62/slipknot-vol-3-the-subliminal-verses-special-edition-2004-flac-sc4r3cr0w/"
            style="font-weight: 700"
            >Slipknot - Vol. 3 The Subliminal Verses [Special Edition] [2004] [FLAC]-Sc4r3cr0w</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="1784230252">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784230252">
        <div style="display: inline-block">
          1 hour, 48 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="771086737">735.4 MB</td>
      <td style="color: green">2403</td>
      <td style="color: red">488</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/88ff56/rick-ross-set-in-stone-2026-flac-sc4r3cr0w/"
            style="font-weight: 700"
            >Rick Ross - Set In Stone [2026] [FLAC]-Sc4r3cr0w</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="1784230039">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784230039">
        <div style="display: inline-block">
          1 hour, 51 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="433885642">413.8 MB</td>
      <td style="color: green">11</td>
      <td style="color: red">14</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/88ff4d/gracie-abrams-daughter-from-hell-2026-hi-res-flac-24bit-sc4r3cr0w/"
            style="font-weight: 700"
            >Gracie Abrams - Daughter from Hell [2026] [Hi-Res] [FLAC-24Bit]-Sc4r3cr0w</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="1784229933">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229933">
        <div style="display: inline-block">
          1 hour, 53 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="725551439">691.9 MB</td>
      <td style="color: green">168</td>
      <td style="color: red">49</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/88ff3e/va-now-that-s-what-i-call-music-56-v0-bubanee/"
            style="font-weight: 700"
            >VA - Now That&#x27;s What I Call Music 56 [V0-Bubanee]</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="1784229691">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229691">
        <div style="display: inline-block">
          1 hour, 57 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="287061520">273.8 MB</td>
      <td style="color: green">38</td>
      <td style="color: red">43</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/88ff32/darling-in-the-franxx-_ed1_-torikago-tv-intro-edit/"
            style="font-weight: 700"
            >Darling in the FranXX _ED1_ Torikago ~TV intro edit~</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="1784229676">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229676">
        <div style="display: inline-block">
          1 hour, 57 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="60293120">57.5 MB</td>
      <td style="color: green">15</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/88ff34/tricky-different-when-it-s-silent-2026-hi-res-flac-24bit-sc4r3cr0w/"
            style="font-weight: 700"
            >Tricky - Different When It&#x27;s Silent [2026] [Hi-Res] [FLAC-24Bit]-Sc4r3cr0w</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="1784229624">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229624">
        <div style="display: inline-block">
          1 hour, 58 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="469055202">447.3 MB</td>
      <td style="color: green">91</td>
      <td style="color: red">25</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/88ff20/cardiacs-on_land_and_in_the_sea-remastered-24bit-web-flac-2026-trb/"
            style="font-weight: 700"
            >Cardiacs-On_Land_And_In_The_Sea-REMASTERED-24BIT-WEB-FLAC-2026-TRB</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/9d96076c879954033510.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="1784228030">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784228030">
        <div style="display: inline-block">
          2 hours, 25 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1133404816">1.1 GB</td>
      <td style="color: green">2</td>
      <td style="color: red">0</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/88ff21/k-fox_ft-_sahara-thank_you-lngs3556-16bit-web-flac-2026-trb/"
            style="font-weight: 700"
            >K-Fox_Ft._Sahara-Thank_You-(LNGS3556)-16BIT-WEB-FLAC-2026-TRB</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="1784228012">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784228012">
        <div style="display: inline-block">
          2 hours, 25 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="106097219">101.2 MB</td>
      <td style="color: green">1</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/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/88ff71/%E4%BA%AC%E9%83%BD%E5%AD%90%E8%82%B2%E3%81%A6%E3%81%95%E3%82%93%E3%81%BD-%E7%AC%AC01-03%E5%B7%BB-kyoto-kosodate-sanpo-vol-01-03/"
            style="font-weight: 700"
            >京都子育てさんぽ 第01-03巻 [Kyoto Kosodate Sanpo vol 01-03]</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="1784231482">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784231482">
        <div style="display: inline-block">
          1 hour, 27 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="209086054">199.4 MB</td>
      <td style="color: green">11</td>
      <td style="color: red">246</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/88ff37/american-slavery-a-very-short-introduction-heather-andrea-williams/"
            style="font-weight: 700"
            >American Slavery: A Very Short Introduction  -  Heather Andrea Williams</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/f7059b116050ee613f19.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="1784229224">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229224">
        <div style="display: inline-block">
          2 hours, 5 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="237712179">226.7 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_new7.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88ff29/sleep-a-very-short-introduction-steven-w-lockley-russell-g-foster/"
            style="font-weight: 700"
            >Sleep: A Very Short Introduction  - Steven W. Lockley, Russell G. Foster</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/e97d471b1e8820f253f3.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="1784228384">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784228384">
        <div style="display: inline-block">
          2 hours, 19 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="253115760">241.4 MB</td>
      <td style="color: green">7</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/88ff2a/war-and-technology-a-very-short-introduction-alex-roland/"
            style="font-weight: 700"
            >War and Technology: A Very Short Introduction  - Alex Roland</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/85350d04996c2d2e7c66.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="1784228373">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784228373">
        <div style="display: inline-block">
          2 hours, 19 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="261860884">249.7 MB</td>
      <td style="color: green">21</td>
      <td style="color: red">12</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/88ff2b/doctor-who-the-twelfth-doctor-adventures-run-fast-be-kind-the-second-death-big-finish/"
            style="font-weight: 700"
            >Doctor Who - The Twelfth Doctor Adventures - Run Fast Be Kind - The Second Death…</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="1784228360">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784228360">
        <div style="display: inline-block">
          2 hours, 19 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="202920427">193.5 MB</td>
      <td style="color: green">29</td>
      <td style="color: red">38</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/88ff2c/doctor-who-rutans-vs-sontarans-peace-at-last-big-finish/"
            style="font-weight: 700"
            >Doctor Who - Rutans vs Sontarans - Peace at Last - Big Finish</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="1784228352">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784228352">
        <div style="display: inline-block">
          2 hours, 19 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="192298352">183.4 MB</td>
      <td style="color: green">40</td>
      <td style="color: red">39</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/88ff2d/psychiatry-a-very-short-introduction-tom-burns/"
            style="font-weight: 700"
            >Psychiatry: A Very Short Introduction  - Tom Burns</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/58932a6c09eaaf9dbec9.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="1784228342">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784228342">
        <div style="display: inline-block">
          2 hours, 20 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="218732953">208.6 MB</td>
      <td style="color: green">19</td>
      <td style="color: red">12</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/88ff14/growth-and-decay-of-coral-reefs-fifty-years-of-learning-peter-j-vine/"
            style="font-weight: 700"
            >Growth and Decay of Coral Reefs: Fifty Years of Learning  - Peter J. Vine</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/2dc2ae6d7202216ef69b.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="1784227479">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784227479">
        <div style="display: inline-block">
          2 hours, 34 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="291189555">277.7 MB</td>
      <td style="color: green">3</td>
      <td style="color: red">0</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/88ff16/jewish-history-a-very-short-introduction-david-n-myers/"
            style="font-weight: 700"
            >Jewish History: A Very Short Introduction  - David N. Myers</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/bd61d65a8960eacc00b5.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="1784227467">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784227467">
        <div style="display: inline-block">
          2 hours, 34 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="251196866">239.6 MB</td>
      <td style="color: green">4</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/88ff17/rock-n-roll-a-very-short-introduction-elijah-wald/"
            style="font-weight: 700"
            >Rock ‘n’ Roll: A Very Short Introduction  - Elijah Wald</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/42215bee67948b4f7466.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="1784227452">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784227452">
        <div style="display: inline-block">
          2 hours, 34 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="237796065">226.8 MB</td>
      <td style="color: green">6</td>
      <td style="color: red">9</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/88ff82/alien-shooter-2-reloaded-2009/"
            style="font-weight: 700"
            >Alien.Shooter.2.Reloaded.(2009)</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="1784232583">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784232583">
        <div style="display: inline-block">
          1 hour, 9 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="315362048">300.8 MB</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_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88ff7a/alien-shooter-last-hope-v1-0-2-2020/"
            style="font-weight: 700"
            >Alien.Shooter.–.Last.Hope.v1.0.2.(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:Games:time:50D/"
          style="font-weight: 700"
        >
          Games</a
        >
      </td>
      <td class="hideCell" data-order="1784232091">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784232091">
        <div style="display: inline-block">
          1 hour, 17 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="94904682">90.5 MB</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_new27.gif"/>
      </td>
      <td class="cellName">
        <div class="wrapper">
          <a
            href="/post-detail/88ff67/yet-another-incremental-game-but-this-time-about-coding/"
            style="font-weight: 700"
            >Yet Another Incremental Game (but this time about coding)</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="1784230140">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784230140">
        <div style="display: inline-block">
          1 hour, 50 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="136519065">130.2 MB</td>
      <td style="color: green">33</td>
      <td style="color: red">1</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/88ff58/what-surrounds-us/"
            style="font-weight: 700"
            >What Surrounds Us</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="1784230131">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784230131">
        <div style="display: inline-block">
          1 hour, 50 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="693459638">661.3 MB</td>
      <td style="color: green">25</td>
      <td style="color: red">20</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/88ff5a/three-kingdoms-bond/"
            style="font-weight: 700"
            >Three Kingdoms:BOND</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="1784230113">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784230113">
        <div style="display: inline-block">
          1 hour, 50 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2347324704">2.2 GB</td>
      <td style="color: green">29</td>
      <td style="color: red">44</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/88ff5b/scary-cave-diving/"
            style="font-weight: 700"
            >Scary Cave Diving</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="1784230101">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784230101">
        <div style="display: inline-block">
          1 hour, 50 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="3248840647">3.0 GB</td>
      <td style="color: green">46</td>
      <td style="color: red">20</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/88ff5c/rock-bottom/"
            style="font-weight: 700"
            >Rock Bottom</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="1784230096">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784230096">
        <div style="display: inline-block">
          1 hour, 50 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="265962842">253.6 MB</td>
      <td style="color: green">47</td>
      <td style="color: red">1</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/88ff5d/pacremental/"
            style="font-weight: 700"
            >Pacremental</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="1784230091">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784230091">
        <div style="display: inline-block">
          1 hour, 50 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="86754331">82.7 MB</td>
      <td style="color: green">17</td>
      <td style="color: red">0</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/88ff5e/netbreak/"
            style="font-weight: 700"
            >NETBREAK</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="1784230086">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784230086">
        <div style="display: inline-block">
          1 hour, 51 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="63776883">60.8 MB</td>
      <td style="color: green">16</td>
      <td style="color: red">22</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/88ff5f/kaidogaku/"
            style="font-weight: 700"
            >Kaidogaku</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="1784230081">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784230081">
        <div style="display: inline-block">
          1 hour, 51 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="11672142">11.1 MB</td>
      <td style="color: green">10</td>
      <td style="color: red">17</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/88ff91/serenae-meitantei-precure-13-24-batch-720p/"
            style="font-weight: 700"
            >[Serenae] Meitantei Precure! - 13-24 Batch (720p)</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="1784235982">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784235982">
        <div style="display: inline-block">
          12 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="9878424780">9.2 GB</td>
      <td style="color: green">21</td>
      <td style="color: red">23</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/88ff92/serenae-meitantei-precure-13-24-batch-1080p/"
            style="font-weight: 700"
            >[Serenae] Meitantei Precure! - 13-24 Batch (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="1784235978">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784235978">
        <div style="display: inline-block">
          12 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="19434727014">18.1 GB</td>
      <td style="color: green">14</td>
      <td style="color: red">34</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/88ff93/dkb-otome-kaijuu-caram%C3%A9liser-s01e03-1080p-hevc-x265-10bit-multi-subs-weekly/"
            style="font-weight: 700"
            >[DKB] Otome Kaijuu Caraméliser - S01E03 [1080p][HEVC x265 10bit][Multi-Subs][wee…</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="1784235974">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784235974">
        <div style="display: inline-block">
          12 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="643720806">613.9 MB</td>
      <td style="color: green">40</td>
      <td style="color: red">45</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/88ff8a/reza-smoking-behind-the-supermarket-with-you-s01e02v2-webrip-1080p-aac-dual-audio-super-no-ura-de-yani-suu-futari/"
            style="font-weight: 700"
            >[Reza] Smoking Behind the Supermarket with You - S01E02v2 [WEBRip 1080p AAC] (Du…</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="1784235076">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784235076">
        <div style="display: inline-block">
          27 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1181116006">1.1 GB</td>
      <td style="color: green">707</td>
      <td style="color: red">679</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/88ff8b/ironclad-yani-neko-s01e03-web-1080p-av1-chainsmoker-cat-multi-subs-uncensored-weekly/"
            style="font-weight: 700"
            >[Ironclad] Yani Neko - S01E03 [WEB.1080p.AV1] | Chainsmoker Cat (Multi-Subs, UNC…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/c3d03ef7c56993d8fed5.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="1784235071">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784235071">
        <div style="display: inline-block">
          27 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="572627353">546.1 MB</td>
      <td style="color: green">5</td>
      <td style="color: red">256</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/88ff8c/erai-raws-tsuihou-sareta-tensei-juukishi-wa-game-chishiki-de-musou-suru-03-1080p-cr-webrip-hevc-aac-multisub-1508b7a8/"
            style="font-weight: 700"
            >[Erai-raws] Tsuihou sareta Tensei Juukishi wa Game Chishiki de Musou suru - 03 […</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/1e1e732363d4664c4ee5.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="1784234185">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784234185">
        <div style="display: inline-block">
          42 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="756023296">721.0 MB</td>
      <td style="color: green">656</td>
      <td style="color: red">241</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/88ff8d/asw-tsuihou-sareta-tensei-juukishi-wa-game-chishiki-de-musou-suru-03-1080p-hevc-x265-10bit-aac/"
            style="font-weight: 700"
            >[ASW] Tsuihou sareta Tensei Juukishi wa Game Chishiki de Musou suru - 03 [1080p …</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/1e1e732363d4664c4ee5.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="1784234180">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784234180">
        <div style="display: inline-block">
          42 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="821873868">783.8 MB</td>
      <td style="color: green">668</td>
      <td style="color: red">489</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/88ff8e/reza-smoking-behind-the-supermarket-with-you-s01e01v2-webrip-1080p-aac-dual-audio-super-no-ura-de-yani-suu-futari/"
            style="font-weight: 700"
            >[Reza] Smoking Behind the Supermarket with You - S01E01v2 [WEBRip 1080p AAC] (Du…</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="1784234177">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784234177">
        <div style="display: inline-block">
          42 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1181116006">1.1 GB</td>
      <td style="color: green">1378</td>
      <td style="color: red">693</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/88ff8f/smoking-behind-the-supermarket-with-you-s01e02-cheering-up-behind-the-supermarket-with-you-1080p-cr-web-dl-aac2-0-h-264-varyg-super-no-ura-de-yani-su/"
            style="font-weight: 700"
            >Smoking Behind the Supermarket with You S01E02 Cheering Up Behind the Supermarke…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/07f791b5fc685dc7a1a1.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="1784234172">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784234172">
        <div style="display: inline-block">
          42 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1503238553">1.4 GB</td>
      <td style="color: green">6</td>
      <td style="color: red">220</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/88ff86/reza-smoking-behind-the-supermarket-with-you-s01e02-webrip-1080p-aac-super-no-ura-de-yani-suu-futari/"
            style="font-weight: 700"
            >[Reza] Smoking Behind the Supermarket with You - S01E02 [WEBRip 1080p AAC] Super…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/07f791b5fc685dc7a1a1.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="1784232384">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784232384">
        <div style="display: inline-block">
          1 hour, 12 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1073741824">1.0 GB</td>
      <td style="color: green">8</td>
      <td style="color: red">669</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/88d1a3/shipwrecked-nightmare-at-sea-2026-1080p-nf-web-dl-ddp5-1-eng-atmos-ita-x264-theblackking/"
            style="font-weight: 700"
            >Shipwrecked.Nightmare.at.Sea.2026.1080p.NF.WEB-DL.DDP5.1.ENG.Atmos.ITA.x264-TheB…</a>  <a href="/imdb-detail/tt43595399/"><span class="badge rounded-pill bg-info">M.Q.A</span></a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/4a6b6d955837f32f2d2f.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="1783838314">
        <div style="display: inline-block">
          2026-07-12
        </div>
      </td>
      <td class="hideCell" data-order="1783838314">
        <div style="display: inline-block">
          4 days, 14 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="5905580032">5.5 GB</td>
      <td style="color: green">132</td>
      <td style="color: red">319</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/88ce68/bts-the-return-documentary-1080p-web-eng-subs-bngtntwtvids/"
            style="font-weight: 700"
            >BTS - THE RETURN documentary 1080P.WEB.ENG SUBS -bngtntwtvids</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/a18c0a5cd09e26e896ef.png?43858?v=1.05" 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="1783664672">
        <div style="display: inline-block">
          2026-07-10
        </div>
      </td>
      <td class="hideCell" data-order="1783664672">
        <div style="display: inline-block">
          6 days, 14 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="3758096384">3.5 GB</td>
      <td style="color: green">32</td>
      <td style="color: red">23</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/88ce69/bumfights-1-4-complete-1080/"
            style="font-weight: 700"
            >Bumfights 1-4 complete 1080</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/bcd282c4df92c5a15530.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="1783664659">
        <div style="display: inline-block">
          2026-07-10
        </div>
      </td>
      <td class="hideCell" data-order="1783664659">
        <div style="display: inline-block">
          6 days, 14 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="14388140441">13.4 GB</td>
      <td style="color: green">55</td>
      <td style="color: red">23</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/88ce6a/maria-zeee/"
            style="font-weight: 700"
            >Maria Zeee</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/608c606ab30a0b89800b.png?43858?v=1.05" 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="1783664652">
        <div style="display: inline-block">
          2026-07-10
        </div>
      </td>
      <td class="hideCell" data-order="1783664652">
        <div style="display: inline-block">
          6 days, 14 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="26950919782">25.1 GB</td>
      <td style="color: green">38</td>
      <td style="color: red">21</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/88ce6b/mike-adams-bbn-podcast/"
            style="font-weight: 700"
            >Mike Adams BBN Podcast</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/817593204977db6208c3.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="1783664648">
        <div style="display: inline-block">
          2026-07-10
        </div>
      </td>
      <td class="hideCell" data-order="1783664648">
        <div style="display: inline-block">
          6 days, 14 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="1825361100">1.7 GB</td>
      <td style="color: green">10</td>
      <td style="color: red">11</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/88ce6d/clint-richardson/"
            style="font-weight: 700"
            >Clint Richardson</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/b3f892734b1a40a7f5d2.png?43858?v=1.05" 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="1783664645">
        <div style="display: inline-block">
          2026-07-10
        </div>
      </td>
      <td class="hideCell" data-order="1783664645">
        <div style="display: inline-block">
          6 days, 14 hours
        </div>
      </td>
      <td style="text-align: left;" data-order="336488038">320.9 MB</td>
      <td style="color: green">23</td>
      <td style="color: red">29</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/889982/lupi-nostri-in-a-landscape-of-fear-and-love-2025-1080p-amzn-web-dl-italian-ddp2-0-h264-theblackking/"
            style="font-weight: 700"
            >Lupi.Nostri.In.a.Landscape.of.Fear.and.Love.2025.1080p.AMZN.WEB-DL.iTALiAN.DDP2.…</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/6ade31771e3b0154b456.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="1783139039">
        <div style="display: inline-block">
          2026-07-04
        </div>
      </td>
      <td class="hideCell" data-order="1783139039">
        <div style="display: inline-block">
          1 week, 5 days
        </div>
      </td>
      <td style="text-align: left;" data-order="4617089843">4.3 GB</td>
      <td style="color: green">8</td>
      <td style="color: red">0</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/888448/bill-hicks/"
            style="font-weight: 700"
            >Bill Hicks</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/52d690f85405c83c8f32.png?43858?v=1.05" 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="1782842001">
        <div style="display: inline-block">
          2026-06-30
        </div>
      </td>
      <td class="hideCell" data-order="1782842001">
        <div style="display: inline-block">
          2 weeks, 2 days
        </div>
      </td>
      <td style="text-align: left;" data-order="3865470566">3.6 GB</td>
      <td style="color: green">67</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/888441/rik-mayall-magnificent-bastard-2026-1080p-web-dl-hevc-x265-5-1-bone/"
            style="font-weight: 700"
            >Rik Mayall Magnificent Bastard 2026 1080p WEB-DL HEVC x265 5.1 BONE</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/ab100046e0c3b01f8934.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="1782841147">
        <div style="display: inline-block">
          2026-06-30
        </div>
      </td>
      <td class="hideCell" data-order="1782841147">
        <div style="display: inline-block">
          2 weeks, 2 days
        </div>
      </td>
      <td style="text-align: left;" data-order="1395864371">1.3 GB</td>
      <td style="color: green">214</td>
      <td style="color: red">9</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/8984f6/commodore-amiga-documentary/"
            style="font-weight: 700"
            >Commodore Amiga Documentary</a> </a>
          <span class="tooltip" id="fade">

            <img src="https://i.rar.pics/009/dc2e9ad149b492d0be22.png?43858?v=1.05" 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="1780940403">
        <div style="display: inline-block">
          2026-06-08
        </div>
      </td>
      <td class="hideCell" data-order="1780940403">
        <div style="display: inline-block">
          1 month, 1 week
        </div>
      </td>
      <td style="text-align: left;" data-order="2362232012">2.2 GB</td>
      <td style="color: green">165</td>
      <td style="color: red">167</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/88ff41/cyberlink-photodirector-ultra-2027-v18-0-0715-0-pre-cracked-incl-ai-models-crackshash/"
            style="font-weight: 700"
            >CyberLink PhotoDirector Ultra 2027 v18.0.0715.0 Pre-Cracked (Incl. AI Models) {C…</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="1784229895">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229895">
        <div style="display: inline-block">
          1 hour, 54 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2748448561">2.6 GB</td>
      <td style="color: green">10</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/88ff46/ai-image-background-remover-pro-v2-0-1-pre-cracked-crackshash/"
            style="font-weight: 700"
            >AI Image Background Remover Pro v2.0.1 Pre-Cracked {CracksHash}</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="1784229804">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229804">
        <div style="display: inline-block">
          1 hour, 55 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1379602282">1.3 GB</td>
      <td style="color: green">41</td>
      <td style="color: red">11</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/88ff47/ai-image-object-remover-pro-v1-0-3-pre-cracked-crackshash/"
            style="font-weight: 700"
            >AI Image Object Remover Pro v1.0.3 Pre-Cracked {CracksHash}</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="1784229794">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229794">
        <div style="display: inline-block">
          1 hour, 55 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1723918230">1.6 GB</td>
      <td style="color: green">29</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/88ff38/ai-image-object-replacer-pro-v1-1-1-pre-cracked-crackshash/"
            style="font-weight: 700"
            >AI Image Object Replacer Pro v1.1.1 Pre-Cracked {CracksHash}</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="1784229784">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229784">
        <div style="display: inline-block">
          1 hour, 56 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1737462301">1.6 GB</td>
      <td style="color: green">33</td>
      <td style="color: red">36</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/88ff3b/ai-image-watermark-remover-pro-v1-0-5-pre-cracked-crackshash/"
            style="font-weight: 700"
            >AI Image Watermark Remover Pro v1.0.5 Pre-Cracked {CracksHash}</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="1784229761">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229761">
        <div style="display: inline-block">
          1 hour, 56 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1724005414">1.6 GB</td>
      <td style="color: green">88</td>
      <td style="color: red">29</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/88ff3d/windows-11-pro-25h2-build-26200-8875-tpm-bypassed-amp-pre-activated-july-2026-crackshash/"
            style="font-weight: 700"
            >Windows 11 Pro 25H2 Build 26200.8875 TPM Bypassed &amp;amp; Pre-Activated July 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="1784229747">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784229747">
        <div style="display: inline-block">
          1 hour, 56 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="7279903239">6.8 GB</td>
      <td style="color: green">37</td>
      <td style="color: red">62</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/88f2b7/ai-image-background-remover-pro-2-0-1-pre-activated-appdoze/"
            style="font-weight: 700"
            >AI Image Background Remover Pro 2.0.1 Pre-Activated [AppDoze]</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="1784208610">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784208610">
        <div style="display: inline-block">
          7 hours, 48 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1379601873">1.3 GB</td>
      <td style="color: green">74</td>
      <td style="color: red">28</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/88f2a8/ai-image-upscaler-pro-2-0-0-pre-activated-appdoze/"
            style="font-weight: 700"
            >AI Image Upscaler Pro 2.0.0 Pre-Activated [AppDoze]</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="1784208603">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784208603">
        <div style="display: inline-block">
          7 hours, 49 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="2052223454">1.9 GB</td>
      <td style="color: green">28</td>
      <td style="color: red">15</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/88f2aa/ai-image-object-remover-pro-1-0-3-pre-activated-appdoze/"
            style="font-weight: 700"
            >AI Image Object Remover Pro 1.0.3 Pre-Activated [AppDoze]</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="1784208587">
        <div style="display: inline-block">
          2026-07-16
        </div>
      </td>
      <td class="hideCell" data-order="1784208587">
        <div style="display: inline-block">
          7 hours, 49 minutes
        </div>
      </td>
      <td style="text-align: left;" data-order="1723917821">1.6 GB</td>
      <td style="color: green">1</td>
      <td style="color: red">17</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/88f74e/softmaker-office-nx-universal-rev-s1500-0712-x64-multilingual-pre-activated/"
            style="font-weight: 700"
            >SoftMaker Office NX Universal Rev S1500.0712 (x64) Multilingual Pre-Activated</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="1784143971">
        <div style="display: inline-block">
          2026-07-15
        </div>
      </td>
      <td class="hideCell" data-order="1784143971">
        <div style="display: inline-block">
          1 day, 1 hour
        </div>
      </td>
      <td style="text-align: left;" data-order="711214722">678.3 MB</td>
      <td style="color: green">49</td>
      <td style="color: red">33</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>