@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Righteous&display=swap);@import url(https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Lalezar&family=Raleway&display=swap);.main-layout,.sidebar .links-container:hover{scrollbar-color:#a6a6a6 transparent}.mobile-search-bar,.search-results{transform:translateX(-50%);left:50%}*,.GulMovie-wel-title{box-sizing:border-box}*{margin:0;padding:0;font-family:"Open Sans",sans-serif;scrollbar-width:thin;scrollbar-color:#9e9e9e4c #ffffff00}:root{--white-color:#fff;--black-color:#000;--light-white-color:#f0f0f0;--light-gray-color:#e5e5e5;--border-color:#ccc;--primary-color:#3b82f6;--secondary-color:#404040;--overlay-dark-color:rgba(0, 0, 0, 0.6);--gulmovie-display-feedback-card:#0000000a}.dark-mode{--white-color:#171717;--black-color:#d4d4d4;--light-white-color:#333;--light-gray-color:#404040;--border-color:#808080;--secondary-color:#d4d4d4;--gulmovie-display-feedback-card:#ffffff04}body{background:var(--white-color);overflow-x:hidden;overflow-y:hidden}::-webkit-scrollbar{width:1px}::-webkit-scrollbar-thumb{background:#9e9e9e4c;border-radius:100px}::-webkit-scrollbar-track{background:#ffffff00}.af-title,.fa-title{font-family:Alexandria,sans-serif}.container{display:flex;overflow:hidden;max-height:100vh;flex-direction:column}.category-list,.sidebar .nav-left,header{position:sticky;top:0;z-index:10;background:var(--white-color)}.navbar{display:flex;gap:2rem;align-items:center;padding:.5rem 1rem;justify-content:space-between}:where(.navbar,.sidebar) .nav-section{gap:1rem}:where(.navbar,.sidebar) :where(.nav-section,.nav-logo,.search-form){display:flex;align-items:center}:where(.navbar,.sidebar) :where(.logo-image,.user-image){width:32px;cursor:pointer;border-radius:50%}:where(.navbar,.sidebar) .nav-section .nav-button{border:none;height:40px;width:40px;cursor:pointer;background:0 0;border-radius:50%}:where(.navbar,.sidebar) .nav-section .nav-button:hover{background:var(--light-gray-color)!important}.main-layout .sidebar,.mobile-search-bar,.search-results{background:var(--white-color)}:where(.navbar,.sidebar) .nav-button i{font-size:1.5rem;display:flex;color:var(--black-color);align-items:center;justify-content:center}:where(.navbar,.sidebar) .nav-logo{display:flex;gap:.5rem;text-decoration:none}:where(.navbar,.sidebar) .nav-logo .logo-text{color:var(--black-color);font-size:1.25rem}.navbar .nav-center{gap:.5rem;width:100%;display:flex;justify-content:center}.navbar .search-form{flex:1;height:40px;max-width:550px}.navbar .search-form .search-input,.navbar .search-form-mobile .search-input{width:100%;height:100%;font-size:1rem;padding:0 1rem;outline:0;color:var(--black-color);background:var(--white-color);border-radius:3.1rem 0 0 3.1rem;border:1px solid var(--border-color)}.navbar .search-form .search-input:focus{border-color:var(--primary-color)}.navbar .search-form .search-button,.navbar .search-form-mobile .search-button{height:40px;width:auto;padding:0 1.25rem;border-radius:0 3.1rem 3.1rem 0;border:1px solid var(--border-color);border-left:0}.navbar .nav-center .mic-button{background:var(--light-white-color)}.navbar .nav-right .search-button{display:none}.main-layout{display:flex;overflow-y:auto}.main-layout .sidebar{width:280px;overflow:hidden;padding:0 .7rem}.category-list .category-button,.sidebar .link-section .link-item:hover,.sidebar .section-separator{background:var(--light-gray-color)}.main-layout .sidebar .nav-left{display:none;padding:.5rem .3rem}body.sidebar-hidden .main-layout .sidebar{width:0;padding:0}.sidebar .links-container{padding:1rem 0 2rem;overflow-y:auto;height:calc(100vh - 60px);scrollbar-width:thin;scrollbar-color:transparent transparent}.sidebar .link-section .link-item{display:flex;color:var(--black-color);white-space:nowrap;align-items:center;font-size:.938rem;padding:.37rem .75rem;margin-bottom:.25rem;border-radius:.5rem;text-decoration:none}.sidebar .link-section .link-item i{font-size:1.4rem;margin-right:.625rem}.sidebar .link-section .section-title{color:var(--black-color);font-weight:600;font-size:.938rem;margin:1rem 0 .5rem .5rem}.sidebar .section-separator{height:1px;margin:.64rem 0}.main-layout .content-wrapper{padding:0 1rem;overflow-x:hidden;width:100%}.content-wrapper .category-list{display:flex;overflow-x:auto;gap:.75rem;padding:.75rem 0 .7rem;scrollbar-width:none}.category-list .category-button{border:none;cursor:pointer;font-weight:500;font-size:.94rem;border-radius:.5rem;white-space:nowrap;color:var(--black-color);padding:.4rem .75rem}.category-list .category-button.active{color:var(--white-color);background:var(--black-color);pointer-events:none}.dark-mode .category-list .category-button.active{filter:brightness(120%)}.category-list .category-button:not(.active):hover{background:var(--border-color)}.content-wrapper .video-list{display:grid;gap:1rem;padding:1.25rem 0 4rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.video-list .video-card{text-decoration:none}.video-list .video-card .thumbnail-container{position:relative}.video-list .video-card .thumbnail{width:100%;object-fit:cover;border-radius:.5rem;aspect-ratio:16/9;background:var(--light-white-color)}.video-list .video-card .duration{position:absolute;right:.65rem;bottom:.8rem;color:#fff;font-size:.875rem;padding:0 .3rem;border-radius:.3rem;background:var(--overlay-dark-color)}.video-list .video-card .video-info{display:flex;gap:.7rem;padding:.7rem .5rem}.video-list .video-card .icon{width:36px;height:36px;border-radius:50%}.video-list .video-card .title{font-size:1rem;color:var(--black-color);font-weight:600;line-height:1.375;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.video-list .video-card p{font-size:.875rem;color:var(--secondary-color)}.video-list .video-card .channel-name{margin:.25rem 0 .15rem}.jk-gulmovie-video-page{display:flex;flex-direction:column;width:100%;margin:30px auto 0;gap:20px;font-family:Arial,sans-serif}.GulMovie-wel-title h2,.GulMovie-wel-title-all h2,.jk-gulmovie-main-video{width:100%;border-radius:10px;padding:20px;border:2px solid var(--light-white-color)}.jk-gulmovie-video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;margin-bottom:30px}.gulmovie-moviesandseries-thumbnail-con,.jk-gulmovie-sidebar{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.jk-gulmovie-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:8px}.jk-gulmovie-video-details-main{display:flex;margin-top:20px}.jk-gulmovie-thumbnail-container,.jk-gulmovie-video-thumbnail{flex-shrink:0}.jk-gulmovie-thumbnail{width:100px;border-radius:8px}.jk-gulmovie-details-text{margin-left:20px}.jk-gulmovie-title{font-size:19px;font-weight:400;margin-bottom:10px;color:var(--black-color)}.jk-gulmovie-Another-category,.jk-gulmovie-Another-year,.jk-gulmovie-channel-name,.jk-gulmovie-description-main,.jk-gulmovie-year{font-size:14px;color:#666}.jk-gulmovie-sidebar::-webkit-scrollbar{display:none;width:8px}.jk-gulmovie-sidebar{margin-top:20px;padding:10px;border-radius:10px;border:2px solid var(--light-white-color);max-height:750px;overflow-y:auto}.jk-gulmovie-sidebar::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:10px}.jk-gulmovie-recommended-title{font-size:18px;font-weight:700;margin-bottom:10px;color:var(--black-color)}.jk-gulmovie-video-list{display:flex;flex-direction:column;gap:10px}.jk-gulmovie-video-card{display:flex;align-items:center;text-decoration:none;color:inherit;border-bottom:2px solid var(--light-white-color);padding:10px;transition:background-color .3s}.jk-gulmovie-video-thumbnail img{width:80px;height:100px;object-fit:cover;border-radius:5px}.jk-gulmovie-video-info{margin-left:10px}.jk-gulmovie-video-info h4{font-size:16px;font-weight:700;color:var(--black-color)}.GulMovie-wel-title-all{display:flex;justify-content:center;align-items:center;text-align:center;padding:20px;box-sizing:border-box;margin-bottom:10px}.GulMovie-wel-title-all h2{font-size:2rem;background:linear-gradient(to right,var(--black-color) 5%,red 60%);background-clip:text;-webkit-background-clip:text;color:transparent;font-weight:700}.mobile-search-bar{display:none;position:fixed;top:0;margin-top:55px;width:100%;padding:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);z-index:333}.navbar .search-form-mobile{flex:1;height:40px;width:95%;margin-left:auto;margin-right:auto}:where(.navbar,.sidebar) :where(.nav-section,.nav-logo,.search-form-mobile){display:flex;align-items:center}.mobile-search-bar.active{display:block}.search-results{position:absolute;top:100%;margin-top:10px;width:50%;max-height:300px;overflow-y:auto;box-shadow:.8px .8px 1px var(--border-color),-.8px -.8px 1px var(--border-color);border-radius:8px}.search-result-item{display:flex;align-items:center;padding:10px;border-bottom:1px solid var(--border-color);cursor:pointer}.search-result-item img{width:50px;height:75px;object-fit:cover;margin-right:10px;border-radius:5px}.search-result-item h4{margin:0;font-size:16px;color:var(--black-color)}.search-result-item p{margin:0;font-size:12px;color:gray}.No-results-found{font-size:15px;color:gray;text-align:center;padding:5px}.search-result-item:last-child{border-bottom:none}.iframe-thumbnail-v{width:120px;height:70px;border-radius:5px}@media (min-width:768px){.desktop-search-form{display:none}.jk-gulmovie-video-page{flex-direction:row}.jk-gulmovie-main-video{flex:2}.jk-gulmovie-sidebar{flex:1;margin-top:0}}.gulmovie-moviesandseries-thumbnail-con{display:flex;overflow-x:auto;white-space:nowrap;padding:20px;width:100%;margin:0 auto;position:relative}.gulmovie-moviesandseries-thumbnail-con::-webkit-scrollbar{display:none}.gulmovie-moviesandseries-thumbnail{position:relative;display:inline-block;margin-right:15px}.gulmovie-moviesandseries-thumbnail img{width:170px;height:260px;border-radius:10px;transition:transform .5s,filter .5s}.gulmovie-moviesandseries-thumbnail:hover img{transform:scale(1.05);filter:blur(2px)}.gulmovie-moviesandseries-thumbnail .play-title,.gulmovie-moviesandseries-thumbnail i{position:absolute;left:50%;transform:translateX(-50%);color:#fff;opacity:0;transition:opacity .5s;text-shadow:5px 5px 30px #00000058,-5px -5px 30px #00000058}.gulmovie-moviesandseries-thumbnail i{top:36%;font-size:40px}.gulmovie-moviesandseries-thumbnail .play-title{top:55%;font-size:16px;text-align:center}.gulmovie-moviesandseries-thumbnail:hover .play-title,.gulmovie-moviesandseries-thumbnail:hover i,.thumbnail-container:hover .hover-title{opacity:1}.gulmovie-moviesandseries-thumbnail-dots{text-align:center;margin-top:-20px}.gulmovie-moviesandseries-thumbnail-dot{height:10px;width:10px;margin:0;background-color:#bbb;border-radius:50%;display:inline-block;transition:background-color .6s}.gulmovie-moviesandseries-thumbnail-dot.active{background-color:#717171}.thumbnail{transition:filter .3s}.hover-title{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:18px;text-align:center;opacity:0;transition:opacity .3s;text-shadow:0 0 10px #000}.thumbnail-container:hover .thumbnail{filter:blur(3px)}.GulMovie-wel-title{display:flex;justify-content:center;align-items:center;text-align:center;padding:20px}.GulMovie-wel-title h2{font-size:2rem;background:linear-gradient(to right,var(--black-color) 5%,#f60000 60%);background-clip:text;-webkit-background-clip:text;color:transparent;font-weight:700}@media (max-width:768px){.main-layout .screen-overlay,.main-layout .sidebar{position:absolute;left:0;top:0;height:100vh;transition:.2s}.navbar .nav-center{display:none}.navbar .nav-right .search-button{display:block}.main-layout .screen-overlay{z-index:15;width:100%;background:var(--overlay-dark-color)}body.sidebar-hidden .main-layout .screen-overlay{opacity:0;pointer-events:none}.main-layout .sidebar{z-index:20}body.sidebar-hidden .main-layout .sidebar{left:-280px}.main-layout .sidebar .nav-left{display:flex}.gulmovie-moviesandseries-thumbnail img{width:130px;height:200px;border-radius:10px;transition:transform .5s,filter .5s}.GulMovie-wel-title h2{font-size:1.5rem}}.gulmovie-display-feedback-list{display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));width:100%}.gulmovie-display-feedback-card{background:var(--gulmovie-display-feedback-card);border-radius:7px;padding:20px;display:flex;flex-direction:column;gap:15px}.skeleton,.skeleton-thumb{position:relative;background:var(--light-gray-color);overflow:hidden}.gulmovie-display-feedback-user-info{display:flex;align-items:center;justify-content:space-between;margin-top:-5px}.gulmovie-display-feedback-profile,.skeleton-profile-row{display:flex;align-items:center;gap:10px}.gulmovie-display-feedback-profile img{width:45px;height:45px;border-radius:50%;background:#ccc}.gulmovie-display-feedback-name{display:flex;flex-direction:column}.gulmovie-display-feedback-name p{font-size:14px;color:var(--black-color);font-family:Righteous,sans-serif;text-align:left}.gulmovie-display-feedback-name span{font-size:14px;text-align:left;color:var(--border-color)}.gulmovie-display-feedback-view-profile{border:1px solid #ccc;border-radius:6px;padding:7px 10px;font-size:12px;text-decoration:none;color:var(--black-color);background-color:var(--light-gray-color)}.gulmovie-display-feedback-view-profile:hover{color:#fff}.gulmovie-display-feedback-feedback-text{font-size:12px;line-height:1.6;color:var(--black-color);text-align:left}.gulmovie-display-feedback-feedback-footer{margin-top:auto;align-items:right;font-size:12px;color:var(--border-color);border-top:1px solid #66666634;padding-top:10px;text-align:right}.feedback-user-link{text-decoration:none;color:inherit;display:inline-flex;flex-direction:column;align-items:start}.skeleton{border-radius:6px}.skeleton-thumb::before,.skeleton::before{content:"";position:absolute;top:0;left:-150%;width:150%;height:100%;background:linear-gradient(110deg,rgba(255,255,255,0) 0,rgba(255,255,255,.15) 45%,rgba(255,255,255,.35) 50%,rgba(255,255,255,.15) 55%,rgba(255,255,255,0) 100%);animation:1.5s infinite shimmer}.skeleton-card{display:flex;flex-direction:column;gap:12px}.skeleton.thumbnail{width:100%;height:170px}.skeleton.profile{width:40px;height:40px;border-radius:50%;flex-shrink:0}.skeleton-texts{display:flex;flex-direction:column;gap:6px;width:100%}.skeleton.title{width:60%;height:14px}.skeleton.text{width:40%;height:12px}.skeleton-thumb{width:190px;height:250px;border-radius:10px;margin:0 5px;flex-shrink:0}@keyframes shimmer{100%{transform:translateX(150%)}}.skeleton-container{display:flex;overflow-x:auto;gap:10px;padding:10px 0;scrollbar-width:none;-ms-overflow-style:none}.skeleton-container::-webkit-scrollbar{display:none}@media (max-width:1024px){.skeleton-thumb{width:160px;height:210px}}@media (max-width:767px){.search-results{position:absolute;top:100%;margin-top:55px;left:50%;transform:translateX(-50%);width:90%;max-height:300px;overflow-y:auto;background:var(--white-color);box-shadow:.8px .8px 1px var(--border-color),-.8px -.8px 1px var(--border-color);border-radius:8px;z-index:1000}.jk-gulmovie-video-page{width:100%}.jk-gulmovie-title{font-size:15px;font-weight:400;margin-bottom:10px;color:var(--black-color)}.jk-gulmovie-channel-name,.jk-gulmovie-description-main,.jk-gulmovie-year{font-size:12px;color:#666}.skeleton.thumbnail{width:100%;height:230px}.skeleton-thumb{width:130px;height:190px}}@media (max-width:480px){.skeleton.thumbnail{width:100%;height:230px}.skeleton-thumb{width:130px;height:190px;border-radius:8px}}