.accent-text{background:var(--accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.accent-outline-text{background:var(--accent-gradient)!important;-webkit-background-clip:text!important;-webkit-text-stroke:3px transparent!important;color:#001722!important}.primary-outline-text{background:var(--primary-color)!important;-webkit-background-clip:text!important;-webkit-text-stroke:3px transparent!important;color:#001722!important}.media-section .media-hero{padding:18rem 0 8.8rem}@media (max-width: 575px){.media-section .media-hero{padding:12.4rem 0 6rem}}.media-section .media-hero .mini-hero-title-box h1{margin-bottom:1rem}.media-section .video-playlist-container .tab-content{margin-top:2.6rem;border-radius:25px;background:#0c0c0ccc;-webkit-backdrop-filter:blur(3.5px);backdrop-filter:blur(3.5px);position:relative;padding:2.4rem 1.6rem}.media-section .video-playlist-container .tab-content:after{content:"";pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:25px;border:1px solid transparent;background:var(--accent-gradient) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}.media-section .video-playlist-container .tab-content .tab-inner{display:flex;align-items:flex-start;gap:12px}@media (max-width: 991px){.media-section .video-playlist-container .tab-content .tab-inner{flex-direction:column}}.media-section .video-playlist-container .tab-content .tab-inner h6{color:#979797;font-size:15px;font-weight:600;line-height:24px;margin-bottom:1.5rem}.media-section .video-playlist-container .tab-content .tab-inner .now-playing-box{flex:1}@media (max-width: 991px){.media-section .video-playlist-container .tab-content .tab-inner .now-playing-box{width:100%}}.media-section .video-playlist-container .tab-content .tab-inner .now-playing-box .video-box{border-radius:19px;border:2px solid #383838;background:#0c0c0ccc;-webkit-backdrop-filter:blur(3.5px);backdrop-filter:blur(3.5px);padding:18px 14px;display:flex;align-items:center;justify-content:center}.media-section .video-playlist-container .tab-content .tab-inner .now-playing-box .video-box iframe{border-radius:20px;height:347px;width:100%}@media (max-width: 575px){.media-section .video-playlist-container .tab-content .tab-inner .now-playing-box .video-box iframe{height:250px}}@media (max-width: 480px){.media-section .video-playlist-container .tab-content .tab-inner .now-playing-box .video-box iframe{height:180px}}.media-section .video-playlist-container .tab-content .tab-inner .playlist-container{flex:1;max-width:366px}@media (max-width: 991px){.media-section .video-playlist-container .tab-content .tab-inner .playlist-container{max-width:100%;width:100%}}.media-section .video-playlist-container .tab-content .tab-inner .playlist-box{border-radius:19px;border:2px solid #383838;background:#0c0c0ccc;-webkit-backdrop-filter:blur(3.5px);backdrop-filter:blur(3.5px);padding:26px 12px;max-height:390px;overflow:auto}.media-section .video-playlist-container .tab-content .tab-inner .playlist-box ul{padding:0;margin:0}.media-section .video-playlist-container .tab-content .tab-inner .playlist-box ul li{display:flex;align-items:flex-start;gap:11px;cursor:pointer;margin-bottom:14px;transition:all .3s ease}.media-section .video-playlist-container .tab-content .tab-inner .playlist-box ul li:hover .thumbnail,.media-section .video-playlist-container .tab-content .tab-inner .playlist-box ul li.active .thumbnail{outline:1px solid var(--primary-color)}.media-section .video-playlist-container .tab-content .tab-inner .playlist-box ul li:hover .title,.media-section .video-playlist-container .tab-content .tab-inner .playlist-box ul li.active .title{color:var(--primary-color)!important}.media-section .video-playlist-container .tab-content .tab-inner .playlist-box ul li:last-child{margin-bottom:0}.media-section .video-playlist-container .tab-content .tab-inner .playlist-box ul li .thumbnail{max-width:92px;min-width:92px;height:72px;border-radius:10px;outline:1px solid transparent;transition:all .3s ease}.media-section .video-playlist-container .tab-content .tab-inner .playlist-box ul li .thumbnail img{border-radius:10px;width:100%;height:100%;object-fit:cover}.media-section .video-playlist-container .tab-content .tab-inner .playlist-box ul li .title-time{flex:1;display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-start;justify-content:space-between;color:#fff;font-weight:400}@media (max-width: 575px){.media-section .video-playlist-container .tab-content .tab-inner .playlist-box ul li .title-time{gap:4px}}.media-section .video-playlist-container .tab-content .tab-inner .playlist-box ul li .title-time .title{margin-bottom:0;color:#fff;max-width:170px;font-size:13px;line-height:20px;transition:all .3s ease}.media-section .video-playlist-container .tab-content .tab-inner .playlist-box ul li .title-time .time{margin-bottom:0;color:#fff;font-size:12px;line-height:19px}.media-section .blog-posts-container{margin-top:11.9rem;margin-bottom:23.5rem}@media (max-width: 991px){.media-section .blog-posts-container{margin-top:8.9rem;margin-bottom:17.5rem}}@media (max-width: 575px){.media-section .blog-posts-container{margin-top:7rem;margin-bottom:8rem}}.media-section .blog-posts-container h3{color:#fff;text-align:center;font-size:36px;font-weight:700;line-height:44px;margin-bottom:4.4rem}@media (max-width: 991px){.media-section .blog-posts-container h3{margin-bottom:2.4rem}}@media (max-width: 575px){.media-section .blog-posts-container h3{margin-bottom:1.2rem;font-size:32px}}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:5rem 4rem;margin-top:5.5rem}@media (max-width: 1024px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 991px){.posts-grid{margin-top:4rem;gap:3rem}}@media (max-width: 575px){.posts-grid{margin-top:3rem;grid-template-columns:1fr}}.posts-grid .box{border-radius:30px;background:#000e08b3;position:relative;display:block}.posts-grid .box:after{content:"";pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:30px;border:2px solid transparent;background:var(--accent-gradient) border-box;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}.posts-grid .box:hover{transform:translateY(-6px)}.posts-grid .box:hover .img-box{z-index:0}.posts-grid .box .img-box{width:100%;height:200px;border-radius:30px 30px 0 0;border:2px solid #656565;z-index:1;position:relative;overflow:hidden}.posts-grid .box .img-box img{width:100%;height:100%;object-fit:cover}.posts-grid .box .content-box{padding:28px 27px 25px}.posts-grid .box .content-box h5{font-size:20px;font-weight:700;line-height:31px;margin-bottom:12px}.posts-grid .box .content-box p{color:#979797;font-size:14px;font-weight:400;line-height:24px;margin-bottom:16px}.posts-grid .box .content-box .read-more{display:flex;align-items:center;gap:15px;font-size:14px;font-weight:600;line-height:24px}.nav-tabs{border:0;text-align:center;display:flex;align-items:center;justify-content:space-between;padding:0 3.6rem}@media (max-width: 1199px){.nav-tabs{padding:0}}.nav-tabs .nav-item .nav-link{color:#d9d9d9;font-size:16px;font-weight:500;line-height:24px;padding:13px 6px;transition:all .3s ease;background:transparent;border:0;position:relative}.nav-tabs .nav-item .nav-link:before{content:"";display:block;width:100%;height:5px;background:var(--accent-gradient);position:absolute;bottom:0;left:0;transform:scaleX(0);transition:transform .3s ease}.nav-tabs .nav-item .nav-link.active{color:#fff}.nav-tabs .nav-item .nav-link.active:before{transform:scaleX(1)}.nav-tabs .nav-item .nav-link:hover{color:#fff}.post-details-page .single-post-hero{margin-top:108px;height:600px;display:flex;justify-content:center;align-items:center}@media (max-width: 1199px){.post-details-page .single-post-hero{height:500px;margin-top:90px}}@media (max-width: 991px){.post-details-page .single-post-hero{height:460px}}@media (max-width: 767px){.post-details-page .single-post-hero{height:400px;margin-top:80px}}@media (max-width: 575px){.post-details-page .single-post-hero{height:260px;margin-top:90px}}.post-details-page .single-post-hero .mini-hero-title-box{max-width:710px;margin:0 auto;padding:0}.post-details-page .single-post-hero .mini-hero-title-box h1{margin-bottom:3.5rem}@media (max-width: 575px){.post-details-page .single-post-hero .mini-hero-title-box h1{margin-bottom:1.5rem}}.post-details-page .single-post-hero .mini-hero-title-box p{color:#d9d9d9;font-size:14px;font-weight:500;line-height:29px}.post-details-page .single-post-hero .mini-hero-title-box p .spacing-pipe{display:inline-block;padding:0 5px}.post-details-page .post-content-wrapper{padding-top:1rem}.post-details-page .post-content-wrapper .post-content-box{max-width:1080px;margin:0 auto}.post-details-page .post-content-wrapper .post-content-box h1,.post-details-page .post-content-wrapper .post-content-box h2,.post-details-page .post-content-wrapper .post-content-box h3,.post-details-page .post-content-wrapper .post-content-box h4,.post-details-page .post-content-wrapper .post-content-box h5{color:#fff;font-family:Inter;font-size:36px;font-style:normal;font-weight:700;line-height:1.5;padding-top:2rem;margin:4rem 0}@media (max-width: 767px){.post-details-page .post-content-wrapper .post-content-box h1,.post-details-page .post-content-wrapper .post-content-box h2,.post-details-page .post-content-wrapper .post-content-box h3,.post-details-page .post-content-wrapper .post-content-box h4,.post-details-page .post-content-wrapper .post-content-box h5{padding-top:1rem;margin:3rem 0}}.post-details-page .post-content-wrapper .post-content-box h2{font-size:30px}@media (max-width: 575px){.post-details-page .post-content-wrapper .post-content-box h2{font-size:26px}}.post-details-page .post-content-wrapper .post-content-box h3{font-size:28px}@media (max-width: 575px){.post-details-page .post-content-wrapper .post-content-box h3{font-size:24px}}.post-details-page .post-content-wrapper .post-content-box h4{font-size:26px}@media (max-width: 575px){.post-details-page .post-content-wrapper .post-content-box h4{font-size:24px}}.post-details-page .post-content-wrapper .post-content-box h5{font-size:24px}.post-details-page .post-content-wrapper .post-content-box p{color:#e7e7e7;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:29px;margin-bottom:4rem}@media (max-width: 767px){.post-details-page .post-content-wrapper .post-content-box p{margin-bottom:2rem}}.post-details-page .post-content-wrapper .post-content-box img{width:100%;max-width:100%;height:auto;border-radius:1.4rem;margin-bottom:4rem}@media (max-width: 767px){.post-details-page .post-content-wrapper .post-content-box img{margin-bottom:2rem}}.post-details-page .recent-blog-post-section{margin-top:10rem;margin-bottom:14.5rem}@media (max-width: 1199px){.post-details-page .recent-blog-post-section{margin-top:5rem;margin-bottom:10rem}}@media (max-width: 767px){.post-details-page .recent-blog-post-section{margin-top:4rem;margin-bottom:8rem}}.post-details-page .recent-blog-post-section h4{color:#fff;text-align:center;font-family:Inter;font-size:30px;font-style:normal;font-weight:700;line-height:39px}@media (max-width: 575px){.post-details-page .recent-blog-post-section h4{font-size:26px}}
