<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="See more">
    <meta name="theme-color" content="#000000">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
    <meta property="article:tag" content="know_more">
    <title>Know More</title>
    <script
      data-cfasync="false"
      src="/wp-content/js/s.js"
      type="text/javascript"
    ></script>
    <script>
        try {
            var site_data = JSON.parse("{\"DS\":{\"text_color\":\"#000000\",\"background_color\":\"#8890a9\",\"menu\":{\"ENTERTAINMENT\":\"https://directsharing.com/category/entertainment\",\"LIFE\":\"https://directsharing.com/category/life\",\"MONEY\":\"https://directsharing.com/category/money\",\"SCIENCE\":\"https://directsharing.com/category/science\"}}}");
            site_data = site_data[settings.acronym];
        } catch (e) {
        }
    </script>
    <script>
        window.omg_ads = {
            content: []
        }
    </script>
    <style>
        /*--------------------------*/
        body {
            margin: 0;
            overflow: auto;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }

        h2 {
            font-family: "Rubik", Helvetica, sans-serif;
        }

        span {
            font-family: "Rubik", Helvetica, sans-serif;
        }

        h1 {
            text-align: left;
            font-family: "Rubik", Helvetica, sans-serif;
            padding: 0 12px;
            text-transform: capitalize;
            margin: 8px 0 !important;
        }

        p {
            font-size: 20px;
            line-height: 1.6em;
            word-spacing: 0.6px;
            margin-top: 0px;
            margin-bottom: 0px;
            font-family: "Rubik", Helvetica, sans-serif;
        }

        a#website_logo {
            display: block;
            text-decoration: none;
        }

        a {
            font-family: "Rubik", Helvetica, sans-serif;
        }

        img {
            max-width: 100%;
            height: auto;
        }

        .img-wrapper {
            margin-left: 0;
            margin-right: 0;
            text-align: center;
            width: 100% !important;
            height: auto;
        }

        .page-content-wrapper {
            margin-bottom: 10px;
        }

        .article-wrapper {
            flex-direction: column;
            align-items: center;
        }

        .main-title-wrapper {
            text-align: center;
            margin-bottom: 20px;
        }

        .post-category {
            color: blue;
        }

        .p-title-wrapper {
            text-align: center;
            margin-bottom: 20px;
        }

        .post-info-top {
            border-bottom: 2px solid #a4a4a4;
            padding-bottom: 10px;
            width: 100%;
            padding-top: 10px;
        }

        .author-info {
            display: flex;
            align-items: center;
        }

        .author-info-text {
            display: flex;
            flex-direction: column;
            text-align: left;
            padding-left: 1.5rem;
        }

        #author-avatar {
            border-radius: 50%;
            margin-left: 1.5rem;
            width: 40px;
            height: 40px;
        }

        #author-name {
            font-weight: 700;
            font-size: 17px;
            font-style: italic;
        }

        .author-name-link {
            text-decoration: none;
        }

        .post-date {
            font-weight: 500;
            color: black;
            padding-top: 4px;
            font-size: 12px;
        }

        div[id^="section-"] figure {
            display: flex;
        }

        /* --------------- HEADER  ---------------*/
        ul#menu-ul {
            min-height: 50px;
        }

        ul#menu-ul,
        #footer-wrapper {
            list-style-type: none;
            margin: 0;
            padding: 0;
            background-color: #f1f1f1;
            overflow: hidden;
        }

        ul#menu-ul li,
        #footer-wrapper li {
            float: left;
        }

        ul#menu-ul li a,
        #footer-wrapper li a {
            display: block;
            color: #333;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
        }

        ul#menu-ul li a:hover,
        #footer-wrapper li a:hover {
            background-color: #ddd;
        }

        .logo-wrapper {
            height: 50px;
        }

        h3#logo {
            color: #000000;
            font-family: system-ui;
            font-weight: 500;
            font-size: 22px;
            margin-top: 0;
            margin-bottom: 0;
            padding: 5px;
            text-align: center;
            text-transform: capitalize;
        }

        #footer-wrapper {
            margin-top: 20px;
            margin-top: auto;
        }

        .pag-hid {
            visibility: hidden;
        }

        a.next-on-img {
            min-width: 50px;
            padding: 0 10px;
            height: 40px;
            background-color: #dc1a0b;
            position: absolute;
            right: -10px;
            top: 75%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-family: sans-serif;
            font-weight: 500;
            border-bottom: unset !important;
            box-shadow: 0 0 13px 0 #000;
            transition: background-color 0.5s;
            border-radius: 4px;
            text-decoration: auto;
        }

        .widget-above-pag {
            margin-top: 40px;
        }

        .wp-caption {
            max-width: 100%;
        }

        @media (min-width: 769px) {
            #cust-pagination {
                margin: 50px 0;
            }

            #menu-wrapper {
                overflow: hidden;
                width: 100%;
                height: 50px;
            }

            #nav-manu-wrapper {
                display: flex;
            }

            h1#main-title {
                font-size: 40px;
            }

            #footer-container {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 80px;
            }

            ul#menu-ul {
                width: 100%;
            }

            #footer-wrapper li {
                margin-left: 3%;
            }

            ul#menu-ul li {
                visibility: hidden;
                margin-left: 3%;
                margin-right: 3%;
            }

            #web-content {
                display: flex;
                flex-direction: row;
                align-items: flex-start;
            }

            .left-sidebar,
            .right-sidebar,
            .fixed-d-sidebar {
                position: sticky;
                top: 20px;
                width: auto;
                margin: 0 20px;
                display: inline-block;
            }

            .left-sidebar {
                left: 20px;
            }

            .sidebar-wrapper {
                min-height: 100%;
                display: contents;
            }

            /* .right-sidebar {
            right: 20px;
          } */

            .article-wrapper#main-content-contain {
                position: relative;
                margin-left: 20px !important;
                width: 728px !important;
            }

            .logo-wrapper {
                width: 210px;
                position: absolute;
                border: 4px solid;
                box-sizing: border-box;
            }

            #menu-container {
                margin-left: 210px;
                display: flex;
                flex-direction: row;
            }

            .menu-button {
                font-size: 2.5rem;
                cursor: pointer;
            }

            #hamburger-menu {
                position: absolute;
                right: 0;
                margin-right: 0.5%;
                margin-top: -0.4%;
            }

            .hamburger-menu-hide {
                visibility: hidden;
            }
        }

        @media (max-width: 768px) {
            #cust-pagination {
                margin: 15px 0;
            }

            #nav-menu-wrapper {
                margin-bottom: 10px;
            }

            h1 {
                font-size: 1.3em;
            }

            h1#main-title {
                font-size: 1.5em !important;
                text-align: left;
                font-family: "Rubik", Helvetica, sans-serif;
                padding: 0 12px;
                text-transform: capitalize;
                margin: 8px 0 !important;
            }

            h3#logo {
                padding: 11px 0px 11px 12px !important;
            }

            #website_logo {
                max-width: 90%;
            }

            #menu-wrapper {
                display: none;
            }

            .menu-button {
                display: none;
            }

            .left-sidebar,
            .right-sidebar {
                display: none;
            }

            ul#menu-ul {
                visibility: hidden !important;
            }

            ul#menu-ul li {
                display: none;
                /* float: none; */
            }

            html {
                overflow-x: hidden !important;
            }

            body {
                overflow-x: hidden !important;
                margin-right: 0;
                margin-left: 0;
            }

            .logo-wrapper {
                display: flex;
                border-bottom: solid;
            }

            div#st-header {
                margin: 0 !important;
                z-index: 9999999;
                width: 100%;
                background-color: #f7f7f7;
                padding-top: 5px !important;
                padding-bottom: 5px !important;
            }

            div[id^="ad-anchor"] {
                display: flex;
                align-content: center;
                position: fixed;
                bottom: 0px;
                margin: 0 !important;
                z-index: 9999999;
                width: 100%;
                background-color: #f7f7f7;
                padding-top: 5px !important;
                padding-bottom: 5px !important;
            }

            .ad-anchor {
                height: 70px;
            }

            .ad-anchor-mobile {
                display: flex;
                flex-direction: column;
                align-items: center;
                position: fixed;
                bottom: 0;
                left: 0;
                width: 100% !important;
                z-index: 99999999;
                background-color: #f4f4f4;
                border-top: 1px solid #d9d9d9;
            }

            .ad-anchor-mobile .ad-title {
                font-size: 9px;
                margin: 0;
                text-align: center;
                color: #999999;
                font-family: "Open Sans", sans-serif;
                font-weight: 400;
                text-transform: uppercase;
                line-height: 1.125;
                margin: 2px 0;
            }
        }

        /* ------ screen resoulition --------*/
        @media screen and (max-width: 1470px) and (min-width: 1050px) {
            .left-sidebar {
                display: none;
            }
        }

        @media screen and (max-width: 1049px) and (min-width: 950px) {
            .left-sidebar {
                display: block;
                min-width: 160px !important;
            }

            div[id*="ad-sidebar-section"] {
                display: none;
            }
        }

        @media screen and (max-width: 949px) {
            .left-sidebar {
                display: none;
            }

            div[id*="ad-sidebar-section"] {
                display: none;
            }
        }

        @media screen and (max-width: 1595px) and (min-width: 1400px) {
            .fixed-d-sidebar {
                display: none;
            }
        }

        @media screen and (max-width: 1400px) and (min-width: 1300px) {
            #sidebar-ads-wrap {
                display: none;
            }
        }

        @media screen and (max-width: 1250px) {
            .fixed-d-sidebar {
                display: none;
            }
        }

        @media screen and (max-width: 1300px) {
            div[id^="ad-right-fixed-sidebar"] {
                display: none;
            }
        }

        @media screen and (min-width: 1470px) and (max-width: 1636px) {
            div[id^="ad-right-fixed-sidebar"] {
                display: none;
            }
        }

        #know-more-container {
            padding: 0 30px;
        }
    </style>
    <script type="text/javascript" async="true"
        src="https://www.googletagmanager.com/gtag/js?id=UA-192131037-1"></script>
</head>

<body>
    <div id="nav-manu-wrapper">
        <div class="logo-wrapper">
            <a id="website_logo">
                <h3 id="logo"></h3>
            </a>
        </div>
        <div id="menu-wrapper">
            <div id="menu-container">
                <ul id="menu-ul"></ul>
                <div id="hamburger-menu">
                    <label for="menu-toggle" class="menu-button" onClick="onClickHamburgerMenu()">&#9776;</label>
                </div>
            </div>
        </div>
    </div>
    <main>
        <div id="know-more-container"></div>
    </main>
    <div id="footer-wrapper">
        <div id="footer-container"></div>
    </div>
    <script src="https://code.jquery.com/jquery-3.7.1.min.js"
        integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo=" crossorigin="anonymous"></script>
    <script src="/wp-content/js/nwp-header.js"></script>
</body>
<script>
    function adjustLogoFontSize() {
        const hostname = window.location.hostname.split(".")[0];
        if (hostname.length > 15)
            document.querySelector("h3#logo").style.fontSize =
                22 - (hostname.length - 15) + "px";
        document.querySelector("h3#logo").innerText = hostname;
    }

    var isMenuMobiledOpen = false;
    function onClickHamburgerMenu() {
        let menuItems = document.querySelectorAll("ul#menu-ul li");
        menuItems.forEach((item) => {
            if (!isMenuMobiledOpen) {
                item.style.visibility = "visible";
            } else {
                item.style.visibility = "hidden";
            }
        });
        isMenuMobiledOpen = !isMenuMobiledOpen;
    }

    function setAuthor() {
        try {
            if (!authorDetails) return;
            const { avatarUrl, authorName, authorProfileLink } = authorDetails;

            const authorAvatarElement = document.getElementById("author-avatar");
            if (avatarUrl) {
                authorAvatarElement.src = avatarUrl;
                authorAvatarElement.alt = authorName;
            }

            const authorNameElement = document.getElementById("author-name");
            if (authorName && authorProfileLink) {
                const authorNameLink = document.createElement("a");
                authorNameLink.href = authorProfileLink;
                authorNameLink.textContent = authorName;
                authorNameLink.classList.add("author-name-link");
                authorNameLink.target = "_blank";
                authorNameElement.innerHTML = "";
                authorNameElement.appendChild(authorNameLink);
            }
        } catch (e) { }
    }

    function setBackgroundColor() {
        try {
            if (site_data.background_color) {
                jQuery("ul#menu-ul, #footer-wrapper").css(
                    "background-color",
                    site_data.background_color
                );
                jQuery(".logo-wrapper").css("color", site_data.background_color);
                jQuery("h3#logo").css("color", site_data.background_color);
            }
        } catch (e) { }

    }

    function setMenu() {
        try {
            var menu = document.getElementById("menu-ul");
            Object.keys(site_data.menu).forEach((key, index) => {
                if (index < 5) {
                    var listItem = document.createElement("li");
                    if (index == 0) listItem.classList.add("first-menu-il");
                    var link = document.createElement("a");
                    link.href = site_data.menu[key];
                    link.textContent = key;
                    listItem.appendChild(link);
                    menu.appendChild(listItem);
                }
            });
        } catch (e) { }

    }

    function setContent() {
        try {
            document.querySelector("a#website_logo").href = window.location.origin;
        } catch (e) { }

    }

    function setFooter() {
        var footer = document.getElementById("footer-container");
        const footerData = {
            "PRIVACY POLICY": "/privacy-policy",
            "CONTACT US": "/contact-us",
            "ABOUT US": "/about-us",
            HOME: "/",
            "TERMS OF USE": "/terms-of-use",
            "California Consumer Privacy Act (CCPA)": "/ccpa/",
        };
        Object.keys(footerData).forEach((key, index) => {
            var listItem = document.createElement("li");
            var link = document.createElement("a");
            link.href = footerData[key];
            link.textContent = key;
            listItem.appendChild(link);
            footer.appendChild(listItem);
        });
    }

    function setTextColor() {
        try {
            if (site_data.text_color) {
                jQuery("ul#menu-ul li a, #footer-wrapper li a, .menu-button").css(
                    "color",
                    site_data.text_color
                );
            }
        } catch (e) { }

    }

    adjustLogoFontSize();
    setAuthor();
    setBackgroundColor();
    setMenu();
    setContent();
    setFooter();
    setTextColor();
</script>
<script>
    console.log("know_more.html - 04-08-2025");
</script>

</html>
