{"id":8900,"date":"2026-01-25T01:16:41","date_gmt":"2026-01-24T23:16:41","guid":{"rendered":"https:\/\/www.ril.makshivim-il.org\/ril-talk-2-0-copy\/"},"modified":"2026-05-21T00:04:18","modified_gmt":"2026-05-20T21:04:18","slug":"ril-talk-2-0-podcast","status":"publish","type":"page","link":"http:\/\/www.ril.makshivim-il.org\/en\/ril-talk-2-0-podcast\/","title":{"rendered":"RIL Talk 2.0  video"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"8900\" class=\"elementor elementor-8900\" data-elementor-settings=\"[]\">\n\t\t\t\t\t\t<div class=\"elementor-inner\">\n\t\t\t\t\t\t\t<div class=\"elementor-section-wrap\">\n\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-bafbf05 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"bafbf05\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-82b317b\" data-id=\"82b317b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2bead07 elementor-align-justify elementor-widget elementor-widget-button\" data-id=\"2bead07\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t<a href=\"https:\/\/open.spotify.com\/show\/6W2yxQINzpHITRW9KreK8K\" target=\"_blank\" class=\"elementor-button-link elementor-button elementor-size-lg\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon elementor-align-icon-right\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fab fa-spotify\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t<span class=\"elementor-button-text\"> Podcast: Riltalk 2.0 <\/span>\n\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-250c472 elementor-widget elementor-widget-html\" data-id=\"250c472\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<!-- RIL Talk 2.0 Podcast - Hero Section Only - WordPress\/Elementor Ready -->\n<!-- Copy everything from here -->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Crimson+Pro:wght@300;400;600&family=DM+Sans:wght@400;500;700&display=swap\" rel=\"stylesheet\">\n\n<style>\n    .ril-podcast-hero-only {\n        --primary: #0a2f5c;\n        --blue: #1a6fb0;\n        --teal: #2cb5a8;\n        --green: #6ec85a;\n        --orange: #ffb233;\n        --red: #ff5757;\n        --light: #f8f9fa;\n        --text: #1a2332;\n        --text-light: #5a6c7d;\n        --white: #ffffff;\n    }\n\n    .ril-podcast-hero-only * {\n        box-sizing: border-box;\n    }\n\n    .ril-podcast-hero-only {\n        font-family: 'DM Sans', sans-serif;\n        color: var(--text);\n        line-height: 1.6;\n    }\n\n    \/* Hero Section *\/\n    .ril-podcast-hero {\n        min-height: 85vh;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 6rem 5%;\n        background: linear-gradient(135deg, var(--primary) 0%, var(--blue) 50%, var(--teal) 100%);\n        position: relative;\n        overflow: hidden;\n    }\n\n    .ril-podcast-hero::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: \n            radial-gradient(circle at 20% 30%, rgba(255, 178, 51, 0.15) 0%, transparent 50%),\n            radial-gradient(circle at 80% 70%, rgba(110, 200, 90, 0.12) 0%, transparent 50%);\n        animation: ril-podcast-pulse 12s ease infinite;\n    }\n\n    @keyframes ril-podcast-pulse {\n        0%, 100% {\n            opacity: 1;\n        }\n        50% {\n            opacity: 0.7;\n        }\n    }\n\n    \/* Podcast waves animation *\/\n    .ril-podcast-waves {\n        position: absolute;\n        bottom: 0;\n        left: 0;\n        width: 100%;\n        height: 200px;\n        overflow: hidden;\n    }\n\n    .ril-podcast-wave {\n        position: absolute;\n        bottom: 0;\n        left: -100%;\n        width: 200%;\n        height: 100%;\n        background: repeating-linear-gradient(\n            90deg,\n            transparent,\n            transparent 30px,\n            rgba(255, 255, 255, 0.05) 30px,\n            rgba(255, 255, 255, 0.05) 35px\n        );\n        animation: ril-podcast-waveMove 20s linear infinite;\n    }\n\n    .ril-podcast-wave:nth-child(2) {\n        animation-duration: 15s;\n        animation-direction: reverse;\n        opacity: 0.5;\n    }\n\n    @keyframes ril-podcast-waveMove {\n        0% {\n            transform: translateX(0);\n        }\n        100% {\n            transform: translateX(50%);\n        }\n    }\n\n    .ril-podcast-hero-content {\n        max-width: 1000px;\n        margin: 0 auto;\n        text-align: center;\n        position: relative;\n        z-index: 1;\n    }\n\n    .ril-podcast-badge {\n        display: inline-flex;\n        align-items: center;\n        gap: 0.5rem;\n        padding: 0.75rem 1.5rem;\n        background: rgba(255, 178, 51, 0.2);\n        border: 2px solid var(--orange);\n        border-radius: 50px;\n        color: var(--orange);\n        font-size: 0.875rem;\n        font-weight: 600;\n        letter-spacing: 0.1em;\n        text-transform: uppercase;\n        margin-bottom: 2rem;\n        opacity: 0;\n        animation: ril-podcast-fadeInUp 0.8s ease forwards;\n    }\n\n    .ril-podcast-icon {\n        font-size: 1.5rem;\n    }\n\n    .ril-podcast-hero-title {\n        font-family: 'Crimson Pro', serif;\n        font-size: clamp(3.5rem, 8vw, 6rem);\n        font-weight: 300;\n        color: var(--white);\n        line-height: 1.1;\n        margin-bottom: 1rem;\n        opacity: 0;\n        animation: ril-podcast-fadeInUp 0.8s ease 0.2s forwards;\n    }\n\n    .ril-podcast-subtitle {\n        font-size: clamp(1.5rem, 3vw, 2rem);\n        color: var(--orange);\n        margin-bottom: 2rem;\n        opacity: 0;\n        animation: ril-podcast-fadeInUp 0.8s ease 0.4s forwards;\n    }\n\n    .ril-podcast-hero-text {\n        font-size: clamp(1.125rem, 2vw, 1.375rem);\n        color: rgba(255, 255, 255, 0.9);\n        line-height: 1.8;\n        max-width: 800px;\n        margin: 0 auto 3rem;\n        opacity: 0;\n        animation: ril-podcast-fadeInUp 0.8s ease 0.6s forwards;\n    }\n\n    .ril-podcast-cta {\n        display: flex;\n        justify-content: center;\n        gap: 1.5rem;\n        flex-wrap: wrap;\n        opacity: 0;\n        animation: ril-podcast-fadeInUp 0.8s ease 0.8s forwards;\n    }\n\n    @keyframes ril-podcast-fadeInUp {\n        from {\n            opacity: 0;\n            transform: translateY(30px);\n        }\n        to {\n            opacity: 1;\n            transform: translateY(0);\n        }\n    }\n\n    \/* Buttons *\/\n    .ril-podcast-btn {\n        padding: 1.25rem 3rem;\n        font-size: 1.05rem;\n        font-weight: 600;\n        text-decoration: none;\n        border-radius: 50px;\n        transition: all 0.3s ease;\n        display: inline-flex;\n        align-items: center;\n        gap: 0.75rem;\n    }\n\n    .ril-podcast-btn-primary {\n        background: linear-gradient(135deg, var(--orange), var(--red));\n        color: var(--white);\n        border: 2px solid transparent;\n    }\n\n    .ril-podcast-btn-primary:hover {\n        background: linear-gradient(135deg, #ffbb44, #ff6868);\n        transform: translateY(-3px);\n        box-shadow: 0 15px 35px rgba(255, 87, 87, 0.4);\n    }\n\n    .ril-podcast-btn-secondary {\n        background: transparent;\n        color: var(--white);\n        border: 2px solid rgba(255, 255, 255, 0.5);\n    }\n\n    .ril-podcast-btn-secondary:hover {\n        background: rgba(255, 255, 255, 0.1);\n        border-color: var(--orange);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .ril-podcast-hero {\n            padding: 5rem 5% 4rem;\n            min-height: 70vh;\n        }\n\n        .ril-podcast-cta {\n            flex-direction: column;\n        }\n\n        .ril-podcast-btn {\n            width: 100%;\n            justify-content: center;\n        }\n    }\n<\/style>\n\n<div class=\"ril-podcast-hero-only\">\n    <!-- Hero Section -->\n    <section class=\"ril-podcast-hero\">\n        <div class=\"ril-podcast-waves\">\n            <div class=\"ril-podcast-wave\"><\/div>\n            <div class=\"ril-podcast-wave\"><\/div>\n        <\/div>\n        \n        <div class=\"ril-podcast-hero-content\">\n            <div class=\"ril-podcast-badge\">\n                <span class=\"ril-podcast-icon\">\ud83c\udf99\ufe0f<\/span>\n                New Podcast\n            <\/div>\n            <h1 class=\"ril-podcast-hero-title\">RIL Talk 2.0<\/h1>\n            <p class=\"ril-podcast-subtitle\">The Resilience & Technology Podcast<\/p>\n            <p class=\"ril-podcast-hero-text\">\n                Exploring the intersection of human resilience, mental health, technology, and innovation through deep, responsible, and multidisciplinary dialogue.\n            <\/p>\n            <div class=\"ril-podcast-cta\">\n                <a href=\"#episodes\" class=\"ril-podcast-btn ril-podcast-btn-primary\">\n                    <span>\ud83c\udfa7<\/span>\n                    Watch Episodes\n                <\/a>\n                <a href=\"#about\" class=\"ril-podcast-btn ril-podcast-btn-secondary\">\n                    Learn More\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/div>\n\n<!-- End of RIL Talk 2.0 Hero Section -->\n<!-- Add your video section below this point -->\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7286091 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7286091\" data-element_type=\"section\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9a60cbb\" data-id=\"9a60cbb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e829518 elementor-widget elementor-widget-heading\" data-id=\"e829518\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u05d3''\u05e8 \u05de\u05e9\u05d4 \u05e4\u05e8\u05d7\u05d9 \u05de\u05d5\u05d3\u05dc \u05de\u05e2\u05e9\u05d4<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19e27e8 elementor-aspect-ratio-169 elementor-widget elementor-widget-video\" data-id=\"19e27e8\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/-VNGO44OzsA&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;aspect_ratio&quot;:&quot;169&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-wrapper elementor-fit-aspect-ratio elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-5dd1d9c\" data-id=\"5dd1d9c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ffbb537 elementor-widget elementor-widget-heading\" data-id=\"ffbb537\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u05d3''\u05e8 \u05d8\u05dc-\u05dc\u05d9 \u05d0\u05d1\u05d9\u05d1 - \u05d4\u05ea\u05e0\u05d4\u05dc\u05d5\u05ea \u05d1\u05d7\u05d9\u05e8\u05d5\u05dd<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-94d03c1 elementor-aspect-ratio-169 elementor-widget elementor-widget-video\" data-id=\"94d03c1\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/DZw6lrLgnIs&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;aspect_ratio&quot;:&quot;169&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-wrapper elementor-fit-aspect-ratio elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-cb77512\" data-id=\"cb77512\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e1b3f96 elementor-widget elementor-widget-heading\" data-id=\"e1b3f96\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u05e2\u05d5''\u05e1 \u05e7\u05dc\u05d9\u05e0\u05d9\u05ea \u05d9\u05d5\u05dc\u05d9\u05d4 \u05e9\u05de\u05d5\u05dc\u05d1\u05d9\u05e5  -\u05d7\u05d5\u05e1\u05df \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd<\/h2>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7608d7b elementor-aspect-ratio-169 elementor-widget elementor-widget-video\" data-id=\"7608d7b\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/youtu.be\\\/fFTbh-RgPQQ&quot;,&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;,&quot;aspect_ratio&quot;:&quot;169&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-wrapper elementor-fit-aspect-ratio elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Podcast: Riltalk 2.0 \ud83c\udf99\ufe0f New Podcast RIL Talk 2.0 The Resilience &#038; Technology Podcast Exploring the intersection of human resilience, mental health, technology, and innovation through deep, responsible, and multidisciplinary dialogue. \ud83c\udfa7 Watch Episodes Learn More \u05d3&quot;\u05e8 \u05de\u05e9\u05d4 \u05e4\u05e8\u05d7\u05d9 \u05de\u05d5\u05d3\u05dc \u05de\u05e2\u05e9\u05d4 \u05d3&quot;\u05e8 \u05d8\u05dc-\u05dc\u05d9 \u05d0\u05d1\u05d9\u05d1 &#8211; \u05d4\u05ea\u05e0\u05d4\u05dc\u05d5\u05ea \u05d1\u05d7\u05d9\u05e8\u05d5\u05dd \u05e2\u05d5&quot;\u05e1 \u05e7\u05dc\u05d9\u05e0\u05d9\u05ea \u05d9\u05d5\u05dc\u05d9\u05d4 \u05e9\u05de\u05d5\u05dc\u05d1\u05d9\u05e5 -\u05d7\u05d5\u05e1\u05df \u05dc\u05d9\u05dc\u05d3\u05d9\u05dd<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-8900","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/pages\/8900","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/comments?post=8900"}],"version-history":[{"count":13,"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/pages\/8900\/revisions"}],"predecessor-version":[{"id":8937,"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/pages\/8900\/revisions\/8937"}],"wp:attachment":[{"href":"http:\/\/www.ril.makshivim-il.org\/en\/wp-json\/wp\/v2\/media?parent=8900"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}