@charset "UTF-8";@import"https://fonts.googleapis.com/css?family=Audiowide|Sofia|Trirong";@import"https://fonts.googleapis.com/css?family=Poppins";@import"https://fonts.googleapis.com/css2?family=Comfortaa:wght@300";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap";@import"https://fonts.googleapis.com/css?family=Sofia&effect=fire";.header{position:fixed;transform:translateY(0);width:100%;height:60px;z-index:1;display:flex;align-items:center;transition:all ease .5s;z-index:2}.header.top{background:#00000040;backdrop-filter:blur(3.5px);-webkit-backdrop-filter:blur(3.5px)}.header.show{background-color:var(--black3)}.header.hide{transform:translateY(-60px)}.header .contentWrapper{display:flex;align-items:center;justify-content:space-between}.header .logo{cursor:pointer}.header .logo img{height:50px}.header .menuItems{list-style-type:none;display:none;align-items:center;position:relative;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.header .menuItems{display:flex;font-family:"Sofia, sans-serif"}}.header .menuItems .menuItem{height:60px;display:flex;align-items:center;margin:0 15px;color:#fff;font-weight:500;position:relative}.header .menuItems .menuItem>div{display:flex;align-items:center;cursor:pointer}.header .menuItems .menuItem>div svg{margin-right:8px;font-size:18px}.header .menuItems .menuItem>div:hover{color:var(--pink)}.header .menuItems .menuItem .submenu{display:none;position:absolute;top:60px;left:0;width:200px;background:var(--black3);list-style-type:none;padding:10px 0;box-shadow:0 2px 5px #0000001a;font-family:"Sofia, sans-serif"}.header .menuItems .menuItem .submenu .submenuItem{padding:10px 20px;color:#fff;font-family:"Sofia, sans-serif"}.header .menuItems .menuItem .submenu .submenuItem:hover{background:#f89e00;color:#fff}.header .menuItems .menuItem:hover .submenu{display:block}.header .menuItems.open{display:block;position:absolute;top:60px;background:var(--black3);width:100%;left:0;box-shadow:0 2px 5px #0000001a}.header .menuItems.open .menuItem{display:block;padding:15px;border-bottom:1px solid rgba(255,255,255,.1)}.header .menuItems.open .menuItem .submenu{position:static;box-shadow:none}.header .menuItems.open .menuItem .submenu .submenuItem{padding-left:30px}.header .mobileMenuItems{display:flex;align-items:center;gap:20px}@media only screen and (min-width: 768px){.header .mobileMenuItems{display:none}}.header .mobileMenuItems svg{font-size:18px;color:#fff}.header.mobileView{background:var(--black3)}.header.mobileView .menuItems{display:flex;position:absolute;top:60px;left:0;background:var(--black3);flex-direction:column;width:100%;padding:20px 0;border-top:1px solid rgba(255,255,255,.1);animation:mobileMenu .3s ease forwards}.header.mobileView .menuItems .menuItem{font-size:20px;width:100%;height:auto;padding:15px 20px;margin:0;display:flex;flex-direction:column;align-items:flex-start}.header.mobileView .menuItems .menuItem:last-child{display:none}.header .searchBar{width:100%;height:60px;background-color:#fff;position:absolute;top:60px;animation:mobileMenu .3s ease forwards}.header .searchBar .searchInput{display:flex;align-items:center;height:40px;margin-top:10px;width:100%}.header .searchBar .searchInput svg{font-size:20px;flex-shrink:0;margin-left:10px;cursor:pointer}.header .searchBar .searchInput input{width:100%;height:50px;background-color:#fff;outline:0;border:0;border-radius:30px 0 0 30px;padding:0 15px;font-size:14px}@media only screen and (min-width: 768px){.header .searchBar .searchInput input{height:60px;font-size:20px;padding:0 30px}}@keyframes mobileMenu{0%{transform:translateY(-130%)}to{transform:translateY(0)}}.contentWrapper{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.footer{background-color:var(--black3);padding:50px 0;color:#fff;position:relative}.footer .contentWrapper{display:flex;align-items:center;flex-direction:column}.footer .menuItems{list-style-type:none;display:flex;align-items:center;justify-content:center;gap:15px;margin-bottom:20px;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.footer .menuItems{margin-bottom:30px;gap:30px;font-family:"Sofia, sans-serif"}}.footer .menuItems .menuItem{transition:all ease .3s;cursor:pointer;font-size:12px;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.footer .menuItems .menuItem{font-size:16px}}.footer .menuItems .menuItem:hover{color:var(--pink)}.footer .menuItems .terms{background-color:var(--black3);color:#fff;transition:all ease .3s;cursor:pointer;font-size:12px}@media only screen and (min-width: 768px){.footer .menuItems .terms{font-size:16px}}.footer .menuItems .terms:hover{color:var(--pink)}.footer .infoText{font-size:12px;line-height:20px;opacity:.5;text-align:center;max-width:800px;margin-bottom:20px;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.footer .infoText{font-size:14px;margin-bottom:30px;font-family:"Sofia, sans-serif"}}.footer .footerButtons{margin-bottom:20px;display:flex;gap:15px;justify-content:center}.footer .footerButtons .footerBtn{padding:10px 20px;background-color:#ff7c01;color:#fff;text-decoration:none;border-radius:5px;font-family:"Sofia, sans-serif";font-size:12px;transition:all ease .3s}@media only screen and (min-width: 768px){.footer .footerButtons .footerBtn{font-size:14px}}.footer .footerButtons .footerBtn:hover{background-color:var(--black);color:var(--pink);box-shadow:0 0 .625em var(--pink)}.footer .socialIcons{display:flex;align-items:center;justify-content:center;gap:10px}.footer .socialIcons .icon{width:50px;height:50px;border-radius:50%;background-color:var(--black);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all ease .3s}.footer .socialIcons .icon:hover{box-shadow:0 0 .625em var(--pink);color:var(--pink)}.footer .socialIcons .ic{color:#f5f5f5}.footer .whatsapp_float{position:fixed;bottom:20px;right:20px;background-color:#25d366;border-radius:50%;padding:15px;box-shadow:0 0 10px #0003;display:flex;justify-content:center;align-items:center;z-index:9999}.footer .whatsapp-icon{font-size:30px;color:#fff}.heroBanner{width:100%;height:450px;background-color:var(--black);display:flex;align-items:center;position:relative;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.heroBanner{height:700px}}.heroBanner .backdrop-img{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.5;overflow:hidden}.heroBanner .backdrop-img video{width:100%;height:100%;object-fit:cover;object-position:center;position:absolute;top:0;left:0;z-index:-1}.heroBanner .backdrop-img .lazy-load-image-background{display:none}.heroBanner .opacity-layer{width:100%;height:250px;background:linear-gradient(180deg,#04152d00,#04152d 79.17%);position:absolute;bottom:0;left:0}.heroBanner .heroBannerContent{display:flex;flex-direction:column;align-items:center;color:#fff;text-align:center;position:relative;max-width:800px;margin:0 auto}.heroBanner .heroBannerContent .title{font-size:50px;font-weight:700;margin-bottom:10px;font-family:"Sofia, sans-serif";background:transparent;border-radius:20px;padding:10px;position:relative}.heroBanner .heroBannerContent .title:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-radius:20px;border:5px solid;border-image:linear-gradient(45deg,#fff,#021e4d) 1;z-index:-1}@media only screen and (min-width: 768px){.heroBanner .heroBannerContent .title{margin-bottom:0;font-size:90px}}.heroBanner .heroBannerContent .subTitle{font-size:18px;font-weight:500;margin-bottom:40px;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.heroBanner .heroBannerContent .subTitle{font-size:24px}}.heroBanner .heroBannerContent .searchInput{display:flex;align-items:center;width:100%;font-family:"Sofia, sans-serif"}.heroBanner .heroBannerContent .searchInput input{width:calc(100% - 100px);height:50px;background-color:#fff;outline:0;border:0;border-radius:30px 0 0 30px;padding:0 15px;font-size:14px;font-family:Poppins}@media only screen and (min-width: 768px){.heroBanner .heroBannerContent .searchInput input{width:calc(100% - 150px);height:60px;font-size:20px;padding:0 30px}}.heroBanner .heroBannerContent .searchInput button{width:100px;height:50px;background:var(--gradient);color:#fff;outline:0;border:0;border-radius:0 30px 30px 0;font-size:16px;cursor:pointer;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.heroBanner .heroBannerContent .searchInput button{width:150px;height:60px;font-size:18px}}.header .searchBar{width:53%;height:60px;background-color:#fff;position:absolute;top:89px;left:20%;transform:translate(-50%);border-radius:30px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 6px #0000001a;animation:mobileMenu .3s ease forwards}.header .searchBar input{width:85%;height:100%;border:none;outline:none;font-size:16px;padding-left:15px;border-radius:30px;font-family:Poppins,sans-serif}.header .searchBar button{width:50px;height:100%;background-color:var(--gradient);border:none;border-radius:30px;cursor:pointer;color:#fff;display:flex;justify-content:center;align-items:center;font-size:18px}@media (max-width: 768px){.header .searchBar{width:80%;top:80px;left:10%;transform:translate(-50%)}.header .searchBar input{font-size:14px;padding-left:10px}.header .searchBar button{width:40px;font-size:16px}}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.circleRating{background-color:var(--black);border-radius:50%;padding:2px}.circleRating .CircularProgressbar-text{font-size:34px;font-weight:700;fill:var(--black)}.circleRating .CircularProgressbar-trail{stroke:transparent}.genres{display:flex;gap:5px}.genres .genre{background-color:var(--pink);padding:3px 5px;font-size:12px;border-radius:4px;color:#fff;white-space:nowrap}.genres #test{background-color:#ff7c01;padding:12px 69px;font-size:15px;border-radius:57px;color:#fff;white-space:nowrap}.genres{display:flex;justify-content:flex-start;align-items:center;gap:5px;font-family:"Poppins, sans-serif"}.genres .genre{background-color:#f89e00;padding:16px 60px 14px;font-size:12px;border-radius:57px;font-family:"Poppins, sans-serif";color:#fff;white-space:nowrap}.genres #test{background-color:#ff7c01;padding:16px 60px 14px;font-size:15px;border-radius:57px;color:#fff;white-space:nowrap}.carousel .contentWrapper{position:relative}.carousel .carouselTitle{font-size:24px;color:#fff;margin-bottom:20px;font-weight:400;font-family:"Poppins, sans-serif"}.carousel .arrow{font-size:30px;color:#000;position:absolute;top:44%;transform:translateY(-50%);cursor:pointer;opacity:.5;z-index:1;display:none}@media only screen and (min-width: 768px){.carousel .arrow{display:block}}.carousel .arrow:hover{opacity:.8}.carousel .carouselLeftNav{left:30px}.carousel .carouselRighttNav{right:30px}.carousel .loadingSkeleton{display:flex;gap:10px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.carousel .loadingSkeleton{gap:20px;overflow:hidden;margin:0;padding:0}}.carousel .loadingSkeleton .skeletonItem{width:125px;flex-shrink:0}@media only screen and (min-width: 768px){.carousel .loadingSkeleton .skeletonItem{width:calc(25% - 15px)}}@media only screen and (min-width: 1024px){.carousel .loadingSkeleton .skeletonItem{width:calc(20% - 16px)}}.carousel .loadingSkeleton .skeletonItem .posterBlock{border-radius:12px;width:100%;aspect-ratio:1/1.5;margin-bottom:30px}.carousel .loadingSkeleton .skeletonItem .textBlock{display:flex;flex-direction:column}.carousel .loadingSkeleton .skeletonItem .textBlock .title{width:100%;height:20px;margin-bottom:10px}.carousel .loadingSkeleton .skeletonItem .textBlock .date{width:75%;height:20px}.carousel .carouselItems{display:flex;gap:10px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.carousel .carouselItems{gap:20px;overflow:hidden;margin:0;padding:0}}.carousel .carouselItems .carouselItem{width:125px;cursor:pointer;flex-shrink:0}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem{width:calc(25% - 15px)}}@media only screen and (min-width: 1024px){.carousel .carouselItems .carouselItem{width:calc(20% - 16px)}}.carousel .carouselItems .carouselItem .posterBlock{position:relative;width:100%;aspect-ratio:1/1.5;background-size:cover;background-position:center;margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;padding:10px}.carousel .carouselItems .carouselItem .posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.carousel .carouselItems .carouselItem .posterBlock .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.carousel .carouselItems .carouselItem .posterBlock .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;flex-shrink:0}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem .posterBlock .circleRating{width:50px;height:50px}}.carousel .carouselItems .carouselItem .posterBlock .genres{display:none;position:relative}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem .posterBlock .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.carousel .carouselItems .carouselItem .textBlock{color:#fff;display:flex;flex-direction:column}.carousel .carouselItems .carouselItem .textBlock .title{font-size:16px;margin-bottom:10px;line-height:24px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-family:"Poppins, sans-serif"}@media only screen and (min-width: 768px){.carousel .carouselItems .carouselItem .textBlock .title{font-size:20px;font-family:"Poppins, sans-serif"}}.carousel .carouselItems .carouselItem .textBlock .date{font-size:14px;opacity:.5}.carousel .carouselItems .carouselItem:hover .posterBlock{opacity:.5}.carousel .loadMoreContainer{display:flex;justify-content:center;margin-top:20px}.carousel .loadMoreContainer .loadMoreButton{background-color:#ff6a00;background:linear-gradient(45deg,#ff6a00,#ee0979);border:none;color:#fff;font-size:18px;font-weight:700;padding:12px 24px;border-radius:25px;cursor:pointer;position:relative;overflow:hidden;outline:none;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px #0003;text-transform:uppercase}.carousel .loadMoreContainer .loadMoreButton:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000004d}.carousel .loadMoreContainer .loadMoreButton:active{transform:translateY(2px);box-shadow:0 2px 10px #0003}.carousel .loadMoreContainer .loadMoreButton .loadMoreText{position:relative;display:inline-block;animation:slideText 2s infinite}.carousel .loadMoreContainer .loadMoreButton:before{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:#fff3;transform:skew(-20deg);transition:left .7s ease;z-index:0}.carousel .loadMoreContainer .loadMoreButton:hover:before{left:150%}@keyframes slideText{0%{transform:translate(0)}50%{transform:translate(10px)}to{transform:translate(0)}}.switchingTabs{height:34px;background-color:#fff;border-radius:20px;padding:2px}.switchingTabs .tabItems{display:flex;align-items:center;height:30px;position:relative}.switchingTabs .tabItems .tabItem{height:100%;display:flex;align-items:center;justify-content:center;width:100px;color:var(--black);font-size:14px;position:relative;z-index:1;cursor:pointer;transition:color ease .3s}.switchingTabs .tabItems .tabItem.active{color:#fff}.switchingTabs .tabItems .movingBg{height:30px;width:100px;border-radius:15px;background-image:var(--gradient);position:absolute;left:0;transition:left cubic-bezier(.88,-.35,.565,1.35) .4s}.carouselSection{padding:20px 0;font-family:"Sofia, sans-serif"}.carouselSection h5{text-align:center;margin-bottom:20px;color:#fff;font-family:"Comfortaa, sans-serif"}.carouselSection .contentWrapper{text-align:center;justify-content:center;padding:20px;font-family:"Sofia, sans-serif"}.carouselSection .tabs{display:flex;overflow-x:auto;white-space:nowrap;margin:-5px;font-family:"Poppins, sans-serif"}.carouselSection .tab{flex:0 0 auto;color:#fff;margin:5px;padding:10px;text-align:center;background:linear-gradient(45deg,#04152d,#0a2e6b);border-radius:5px;cursor:pointer;transition:background-color .3s,color .3s,box-shadow .3s;white-space:nowrap;box-shadow:0 4px 6px #0000001a}.carouselSection .tab.active{background:var(--gradient);color:#fff;font-family:"Sofia, sans-serif"}.carouselSection .tab:hover{background-color:#fff;color:#04152d}@media (max-width: 768px){.carouselSection .tab{font-size:14px;padding:8px;font-family:"Sofia, sans-serif"}}@media (max-width: 480px){.carouselSection .tab{font-size:12px;padding:6px;font-family:"Sofia, sans-serif"}}@media (max-width: 1200px){.carouselSection .contentWrapper .tabs .tab{font-size:14px;margin:5px;font-family:"Sofia, sans-serif"}.carouselSection .contentWrapper .tabs .switchTabs{margin-top:15px;font-family:"Sofia, sans-serif"}.carouselSection .carouselSection-text{font-size:12px;font-family:"Sofia, sans-serif"}}@media (max-width: 768px){.carouselSection .contentWrapper .tabs{flex-direction:row;flex-wrap:wrap;justify-content:center;font-family:"Sofia, sans-serif"}.carouselSection .contentWrapper .tabs .tab{font-size:14px;margin:5px;text-align:center;font-family:"Sofia, sans-serif"}.carouselSection .contentWrapper .tabs .switchTabs{flex:1 1 100%;margin-top:10px;order:-1;font-family:"Sofia, sans-serif"}}@media (max-width: 480px){.carouselSection .contentWrapper .tabs .tab{flex:1 1 100%;margin:5px 0;text-align:center;font-size:12px;font-family:"Sofia, sans-serif"}.carouselSection .contentWrapper .tabs .switchTabs{margin-top:5px;font-family:"Sofia, sans-serif"}}.carousel1{margin-bottom:50px;font-family:"Sofia, sans-serif"}.carousel1 .contentWrapper{position:relative;font-family:"Sofia, sans-serif"}.carousel1 .carouselItems{display:flex;overflow-y:hidden;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;margin:0;padding:0;font-family:"Sofia, sans-serif"}.carousel1 .carouselItems .carouselItem{flex:0 0 100%;max-width:100%;scroll-snap-align:start;position:relative;cursor:pointer;font-family:"Sofia, sans-serif"}.carousel1 .carouselItems .carouselItem .posterBlock{position:relative;width:100%;aspect-ratio:1/1.5;background-size:cover;background-position:center;margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;padding:10px;font-family:"Sofia, sans-serif"}.carousel1 .carouselItems .carouselItem .posterBlock .backdrop-imgcourosel{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.5;overflow:hidden;font-family:"Sofia, sans-serif"}.carousel1 .carouselItems .carouselItem .posterBlock .backdrop-imgcourosel .lazy-load-image-background{position:relative;width:100%;height:100%;display:flex;overflow-x:auto;white-space:nowrap}.carousel1 .carouselItems .carouselItem .posterBlock .backdrop-imgcourosel .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.carousel1 .carouselItems .carouselItem .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;flex-shrink:0;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.carousel1 .carouselItems .carouselItem .circleRating{width:50px;height:50px}}.carousel1 .carouselItems .carouselItem .genres{display:none;position:relative;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.carousel1 .carouselItems .carouselItem .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.carousel1 .carouselItems .carouselItem .textBlock{color:#fff;display:flex;flex-direction:column}.carousel1 .carouselItems .carouselItem .textBlock .title{font-size:16px;margin-bottom:10px;line-height:24px;font-family:"Sofia, sans-serif";display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.carousel1 .carouselItems .carouselItem .textBlock .title{font-size:20px;font-family:"Sofia, sans-serif"}}.carousel1 .carouselItems .carouselItem .textBlock .date{font-size:14px;opacity:.5}.carousel1 .carouselItems .carouselTextBlock{color:#fff;display:flex;flex-direction:column;width:100%;align-items:center;text-align:center;justify-content:center;padding:10px}.carousel1 .carouselItems .carouselTextBlock .wrap{display:flex;flex-direction:column;align-items:center;min-width:200px;width:80%;box-sizing:border-box}.carousel1 .carouselItems .carouselTextBlock .carouselTitle{font-size:18px;margin-bottom:10px;line-height:2;font-family:"Sofia, sans-serif";display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.carousel1 .carouselItems .carouselTextBlock .carouselTitle{font-size:20px;font-family:"Sofia, sans-serif"}}.carousel1 .carouselItems .carouselTextBlock .carouselDate{font-size:14px;opacity:.8}.carousel1 .arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:2rem;color:#3b3a3a;z-index:1;cursor:pointer;-webkit-user-select:none;user-select:none}.carousel1 .arrow.carouselLeftNav{left:10px}.carousel1 .arrow.carouselRightNav{right:10px}.carousel1 .loadingSkeleton{display:flex;flex-wrap:nowrap;overflow-x:auto}.carousel1 .loadingSkeleton .skeletonItem{flex:0 0 100%;max-width:100%;padding:10px}.carousel1 .loadingSkeleton .skeletonItem .posterBlock{width:100%;height:400px;background:#ddd}.carousel1 .loadingSkeleton .skeletonItem .textBlock .title,.carousel1 .loadingSkeleton .skeletonItem .textBlock .date{width:100%;height:20px;background:#ddd;margin-top:10px}.clients{display:flex;align-items:flex-end;font-size:x-large;color:#f0f8ff;align-content:space-around;width:90%;flex-direction:row;flex-wrap:nowrap;justify-content:space-around;font-family:"Sofia, sans-serif"}@media (max-width: 768px){.clients{font-size:large;flex-direction:column;align-items:center;text-align:center}}#clientstem{font-family:"Poppins, sans-serif"}@media (max-width: 480px){.clients{font-size:medium;width:100%}}.carouselTitle1{display:flex;align-items:flex-end;font-size:large;color:#f0f8ff;align-content:center;width:100%;flex-direction:row;flex-wrap:wrap;justify-content:center;font-family:"Sofia, sans-serif"}#stub{font-family:"Poppins, sans-serif"}@media only screen and (max-width: 600px){.carouselTitle1{font-size:medium;justify-content:flex-start;text-align:center;padding:10px}}.videosSection .videos{display:flex;width:600px;gap:10px;overflow-x:auto;padding:0 20px}.videosSection .videos .videoItem{width:600px;flex-shrink:0;cursor:pointer}@media only screen and (min-width: 768px){.videosSection .videos .videoItem{width:600px}}.videosSection .videos .videoItem .videoThumbnail{margin-bottom:15px;position:relative;width:600px}.videosSection .videos .videoItem .videoThumbnail .imgyoutube{width:600px}.videosSection .videos .videoItem .videoThumbnail img{width:600px;display:block;border-radius:12px;transition:all .7s ease-in-out}.videosSection .videos .videoItem .videoThumbnail svg{width:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px}.videosSection .videos .videoItem .videoThumbnail:hover img{opacity:.5;width:600px}.videosSection .videoSkeleton .skItem{width:600px;flex-shrink:0}@media only screen and (min-width: 768px){.videosSection .videoSkeleton .skItem{width:100%}}.videosSection .videoSkeleton .skItem .thumb{width:600px;aspect-ratio:16/9;border-radius:12px;margin-bottom:10px}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .carouselTitle .videoThumbnail img{width:600px}.videoPopup{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:fixed;top:0;left:0;opacity:0;visibility:hidden;z-index:9}.videoPopup .opacityLayer{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000040;backdrop-filter:blur(3.5px);-webkit-backdrop-filter:blur(3.5px);opacity:0;transition:opacity .4s}.videoPopup .videoPlayer{position:relative;width:800px;aspect-ratio:16/9;background-color:#fff;transform:scale(.2);transition:transform .25s}.videoPopup .videoPlayer .closeBtn{position:absolute;top:-20px;right:0;color:#fff;cursor:pointer}.videoPopup.visible{opacity:1;visibility:visible}.videoPopup.visible .opacityLayer{opacity:1}.videoPopup.visible .videoPlayer{transform:scale(1)}.carousel2{position:relative}.carousel2 .contentWrapper{position:relative;font-family:"Sofia, sans-serif";padding:0 15px}.carousel2 .carouselTitle2{font-size:24px;margin-bottom:20px;color:#fff;text-align:center}.carousel2 .carouselItems2{display:flex;overflow-y:hidden;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;margin:0;padding:0;font-family:"Sofia, sans-serif"}.carousel2 .carouselItems2 #courselstem{font-family:"Poppins, sans-serif"}.carousel2 .carouselItems2 .carouselItem2{flex:0 0 100%;max-width:100%;scroll-snap-align:start;position:relative;cursor:pointer;font-family:"Sofia, sans-serif";padding:0 5px}.carousel2 .carouselItems2 .carouselItem2 .carouselPosterBlock2{position:relative;width:100%}.carousel2 .carouselItems2 .carouselItem2 .carouselPosterBlock2 img{width:100%;height:auto;object-fit:cover;border-radius:8px}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2{margin-top:8px;color:#fff;display:flex;flex-direction:column;width:100%;align-items:center;text-align:center;justify-content:center;padding:10px}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .test{display:flex;justify-content:space-around;width:100%}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .test .col-6{flex:1;max-width:55%;margin:0 1%}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .test .overview{color:#fff;display:flex;flex-direction:column;justify-content:center}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .test .overview p{margin:0;line-height:1.5}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .test .overview .client-name{font-weight:700;margin-top:.5rem}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .carouselTitle{font-size:14px;color:#fff;line-height:1.4;text-align:left}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .carouselTitle .videoThumbnail{margin-bottom:15px;position:relative}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .carouselTitle .videoThumbnail img{width:100%;display:block;border-radius:12px;transition:all .7s ease-in-out}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .carouselTitle .videoThumbnail svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .carouselTitle .videoThumbnail .triangle{stroke-dasharray:240;stroke-dashoffset:480;stroke:#fff;transform:translateY(0);transition:all .7s ease-in-out}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .carouselTitle .videoThumbnail .circle{stroke:#fff;stroke-dasharray:650;stroke-dashoffset:1300;transition:all .5s ease-in-out}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .carouselTitle .videoThumbnail:hover img{opacity:.5}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .carouselTitle .videoThumbnail:hover .triangle{stroke-dashoffset:0;opacity:1;stroke:var(--pink);animation:trailorPlay .7s ease-in-out}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .carouselTitle .videoThumbnail:hover .circle{stroke-dashoffset:0;stroke:var(--pink)}.carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .carouselDate{font-size:18px;color:#fff;line-height:1.4;width:100%;text-align:center;margin-top:10px}.carousel2 .arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:2rem;color:#3b3a3a;z-index:1;cursor:pointer;-webkit-user-select:none;user-select:none}.carousel2 .arrow.carouselLeftNav{left:10px}.carousel2 .arrow.carouselRightNav{right:10px}.carousel2 .loadingSkeleton{display:flex;flex-wrap:nowrap;overflow-x:auto}.carousel2 .loadingSkeleton .skeletonItem{flex:0 0 100%;max-width:100%;padding:10px}.carousel2 .loadingSkeleton .skeletonItem .posterBlock{width:100%;height:400px;background:#ddd}.carousel2 .loadingSkeleton .skeletonItem .textBlock .title,.carousel2 .loadingSkeleton .skeletonItem .textBlock .date{width:100%;height:20px;background:#ddd;margin-top:10px}@media (max-width: 768px){.carousel2 .carouselTitle2{font-size:20px;margin-bottom:15px}.carousel2 .carouselTextBlock2 .carouselTitle{font-size:12px}.carousel2 .carouselDate{font-size:16px}.carousel2 .arrow{font-size:1.5rem}}@media (max-width: 480px){.carousel2 .carouselTitle2{font-size:18px;margin-bottom:10px}.carousel2 .carouselTextBlock2 .carouselTitle{font-size:11px}.carousel2 .carouselDate{font-size:14px}.carousel2 .arrow{font-size:1.2rem}}@media (max-width: 768px){.carousel2 .videosSection .videos .videoItem .videoThumbnail .imgyoutube{width:300px}.carousel2 .videosSection .videos .videoItem .videoThumbnail{width:300px;max-width:300px;padding-top:70px;padding-right:10px}.carousel2 .carouselTextBlock2 .test .col-6{max-width:100%;margin:0 0 15px}.carousel2 .carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .test{display:flex;justify-content:space-around;width:100%;flex-direction:row;flex-wrap:wrap;align-items:stretch;align-content:stretch;padding-top:10px}.carousel2 .carouselTextBlock2 .overview{display:none}.carousel2 .carouselTextBlock2 .carouselTitle{text-align:center}}@media only screen and (max-width: 767px){.carousel2 .carousel2 .carouselItems2 .carouselItem2 .carouselTextBlock2 .test .overview{font-size:1.25rem;text-align:center;padding:10px}}@media (max-width: 480px){.carousel2 .carouselTextBlock2 .overview{font-size:.25rem;display:none}.carousel2 .carouselTextBlock2 .carouselDate{font-size:16px}}.videosSection{position:relative;margin-bottom:50px}.videosSection .sectionHeading{font-size:24px;color:#fff;margin-bottom:25px}.videosSection .videos{display:flex;gap:10px;overflow-x:auto;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.videosSection .videos{gap:20px;margin:0;padding:0}}.videosSection .videos .videoItem{width:150px;flex-shrink:0;cursor:pointer}@media only screen and (min-width: 768px){.videosSection .videos .videoItem{width:25%}}.videosSection .videos .videoItem .videoThumbnail{margin-bottom:15px;position:relative}.videosSection .videos .videoItem .videoThumbnail img{width:100%;display:block;border-radius:12px;transition:all .7s ease-in-out}.videosSection .videos .videoItem .videoThumbnail svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px}.videosSection .videos .videoItem .videoThumbnail .triangle{stroke-dasharray:240;stroke-dashoffset:480;stroke:#fff;transform:translateY(0);transition:all .7s ease-in-out}.videosSection .videos .videoItem .videoThumbnail .circle{stroke:#fff;stroke-dasharray:650;stroke-dashoffset:1300;transition:all .5s ease-in-out}.videosSection .videos .videoItem .videoThumbnail:hover img{opacity:.5}.videosSection .videos .videoItem .videoThumbnail:hover .triangle{stroke-dashoffset:0;opacity:1;stroke:var(--pink);animation:trailorPlay .7s ease-in-out}.videosSection .videos .videoItem .videoThumbnail:hover .circle{stroke-dashoffset:0;stroke:var(--pink)}.videosSection .videos .videoItem .videoTitle{color:#fff;font-size:14px;line-height:20px}@media only screen and (min-width: 768px){.videosSection .videos .videoItem .videoTitle{font-size:16px;line-height:24px}}.videosSection .videoSkeleton{display:flex;gap:10px;overflow-x:auto;margin-right:-20px;margin-left:-20px;padding:0 20px}@media only screen and (min-width: 768px){.videosSection .videoSkeleton{gap:20px;margin:0;padding:0}}.videosSection .videoSkeleton .skItem{width:150px;flex-shrink:0}@media only screen and (min-width: 768px){.videosSection .videoSkeleton .skItem{width:25%}}.videosSection .videoSkeleton .skItem .thumb{width:100%;aspect-ratio:16/9;border-radius:12px;margin-bottom:10px}.videosSection .videoSkeleton .skItem .row{height:20px;width:100%;border-radius:10px;margin-bottom:10px}.videosSection .videoSkeleton .skItem .row2{height:20px;width:75%;border-radius:10px}.hover-card-wrapper{@apply relative mb-3 md:mb-8 rounded-xl transition-transform duration-300 ease-in-out;display:flex;justify-content:center;align-items:center;height:300px}.hover-card-content{@apply relative bg-[#161b22] h-auto w-full md:w-3/4 lg:w-1/2 max-w-[600px] border border-[#30363d] rounded-xl shadow-xl flex justify-between;position:relative;transition:transform .4s ease-in-out,box-shadow .4s ease-in-out}.hover-card-content:hover{transform:scale(1.05) translateY(-10px);box-shadow:0 12px 30px #0006}.hover-card-content.left{justify-content:flex-start}.hover-card-content.right{justify-content:flex-end}.hover-card-background{@apply absolute w-[600px] h-[600px] bottom-[50px] z-[-1] transition-opacity duration-200 ease-in-out;border-radius:50%;opacity:0;transform:scale(.7)}.hover-card-background.hovered{opacity:.9;transform:scale(1);transition:transform .6s ease-out,opacity .4s ease-in-out}.hover-card-wrapper:hover .hover-card-background{animation:pulse-animation 2s infinite}@keyframes pulse-animation{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.1);opacity:.8}}.hover-card-content:hover .hover-card-background{transition:opacity .3s ease-in-out,transform .5s ease-in-out}.copilot-feature-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;background:linear-gradient(45deg,#04152d,#0a2e6b);border-radius:16px;box-shadow:0 4px 15px #0000001a;margin-top:-100px;width:100%;max-width:700px}@media (max-width: 1024px){.copilot-feature-container{max-width:85%}}@media (max-width: 768px){.copilot-feature-container{max-width:100%;padding:1.5rem;margin-top:-60px}}@media (max-width: 480px){.copilot-feature-container{max-width:100%;padding:1rem;margin-top:-40px}}.copilot-feature-content{max-width:600px;text-align:center;margin-bottom:2rem}.copilot-feature-content #avenger{font-family:"Poppins, sans-serif"}@media (max-width: 768px){.copilot-feature-content{max-width:90%}}@media (max-width: 480px){.copilot-feature-content{max-width:95%}}.description{font-size:1.2rem;color:#fff;margin-bottom:1.5rem}@media (max-width: 768px){.description{font-size:1.1rem}}@media (max-width: 480px){.description{font-size:1rem}}.highlight{color:#0366d6;font-weight:700}.action-link{font-size:1rem;color:#0366d6;display:inline-flex;align-items:center;text-decoration:none;position:relative;transition:color .3s ease}.action-link:hover{color:#0056b3}.action-link .icon{margin-left:.5rem;transition:transform .3s ease}.action-link .underline{position:absolute;bottom:-2px;left:0;height:2px;background-color:#0366d6;transition:width .3s ease,transform .3s ease}.card-container{display:flex;justify-content:center;align-items:center;margin-top:1.5rem}@media (max-width: 768px){.card-container{margin-top:1rem}}@media (max-width: 480px){.card-container{margin-top:.5rem}}.card{padding:1.5rem;background-color:#000;border-radius:12px;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease}.card:hover{transform:translateY(-5px)}.card .card-content{text-align:center;font-family:"Poppins, sans-serif"}.card .card-content h2{font-size:1.5rem;color:coral;margin-bottom:1rem}@media (max-width: 768px){.card .card-content h2{font-size:1.3rem}}@media (max-width: 480px){.card .card-content h2{font-size:1.2rem}}.card .card-content p{font-size:1rem;color:#555}@media (max-width: 768px){.card .card-content p{font-size:.95rem}}@media (max-width: 480px){.card .card-content p{font-size:.9rem}}.card .card-content #avenger{font-family:"Poppins, sans-serif"}.code-block{background-color:#0d1117;padding:1rem;border-radius:.5rem;overflow-x:auto;border:.5px solid #30363d}.code-block pre{margin:0;white-space:pre-wrap;font-size:16px}.code-block code{display:block;color:#fff;background-color:#282c34;padding:.25rem;border-radius:.25rem;line-height:1.5;overflow-wrap:break-word}@media (max-width: 768px){.code-block{font-size:14px}}.tab{background-color:#161b22;border-radius:.75rem;overflow:hidden;border:.5px solid #30363d;box-shadow:0 4px 10px #00000040}.border-b{border-bottom:.5px solid #30363d}.px-2{padding-left:.5rem;padding-right:.5rem}.p-4{padding:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.text-white{color:#fff}.text-gray-300{color:#d1d5db}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bg-gradient{background:linear-gradient(to right,coral,#ff8051)}.rounded-md{border-radius:.375rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.hidden{display:none}.border-r{border-right:.5px solid #30363d}.overflow-hidden{overflow:hidden}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}@media (max-width: 768px){.max-md\:hidden{display:none}}@media (max-width: 768px){.max-md\:block{display:block}}.min-w-0{min-width:0}.w-full{width:100%}.w-auto{width:auto}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-5xl{font-size:3rem}.text-6xl{font-size:3.75rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.relative{position:relative}.absolute{position:absolute}.flex-shrink-0{flex-shrink:0}.whitespace-nowrap{white-space:nowrap}.hover\:bg-gray-200:hover{background-color:#e5e7eb}.octicon{fill:#7d8590}.octicon-chevron-left,.octicon-chevron-right,.octicon-sync,.octicon-plus{cursor:pointer}.codespace{position:relative;padding-left:1.5rem;background-color:#0d1117;overflow:hidden}.codespace h2,.codespace h3{color:#dd7a1e;margin:0}.codespace h3{color:#f55f19;font-size:3rem}.codespace .bg-gradient{background:linear-gradient(to right,#f55f19,#ff7c01);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.codespace #header1{font-family:"Poppins, sans-serif"}.codespace #iconic{font-family:"Poppins, sans-serif";color:"ff7c01"}.codespace{position:relative;padding-left:1.5rem;background-color:#0d1117;overflow:hidden;margin-bottom:50px}.codespace #funded{font-family:"Poppins, sans-serif"}.codespace img{max-width:100%;height:auto;display:block}.codespace .flex{display:flex;flex-wrap:wrap}.codespace h2,.codespace h3{color:#fff;margin:0}.codespace h2{font-size:2rem}@media (max-width: 768px){.codespace h2{font-size:1.25rem}}.codespace h3{color:coral;font-size:3rem}@media (max-width: 768px){.codespace h3{font-size:2rem}}.codespace a{color:#fff;text-decoration:none;transition:color .3s ease}.codespace a:hover{color:#fff}.codespace .py-4{padding-top:1rem;padding-bottom:1rem}.codespace .rounded-md{border-radius:.375rem}.codespace .shadow-2xl{box-shadow:0 4px 30px #0000001a}.codespace .bg-gradient{background:linear-gradient(to right,coral,#aff5b4b3);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.codespace .text-transparent{color:transparent}.codespace .relative{position:relative}.codespace .absolute{position:absolute}.codespace .flex-row{display:flex;flex-direction:row}.codespace .gap-x-5{gap:1.25rem}.codespace .increase{transition:height .3s ease}.codespace .overflow-hidden{overflow:hidden}@media (max-width: 768px){.flex-col-reverse{flex-direction:column-reverse}}@media (max-width: 640px){.lg\:pl-24{padding-left:1.5rem}}.detailsBanner{width:100%;background-color:var(--black);padding-top:100px;margin-bottom:50px;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.detailsBanner{margin-bottom:0;padding-top:120px;min-height:700px;font-family:"Sofia, sans-serif"}}.detailsBanner .content{display:flex;position:relative;flex-direction:column;font-family:"Sofia, sans-serif";gap:25px}.detailsBanner .content .left{flex-shrink:0}.detailsBanner .content .left .posterImg{width:100%;display:block;border-radius:12px}@media only screen and (min-width: 768px){.detailsBanner .content .left .posterImg{max-width:350px}}.detailsBanner .content .right{font-family:"Sofia, sans-serif";color:#fff}.detailsBanner .content .right .title{font-size:28px;line-height:40px;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.detailsBanner .content .right .title{font-size:34px;line-height:44px;font-family:"Sofia, sans-serif"}}.detailsBanner .content .right .subtitle{font-size:16px;line-height:24px;margin-bottom:15px;font-style:italic;font-family:"Sofia, sans-serif";opacity:.5}@media only screen and (min-width: 768px){.detailsBanner .content .right .subtitle{font-size:20px;line-height:28px;font-family:"Sofia, sans-serif"}}.detailsBanner .content .right .subtitle .pricealign{align-items:flex-start;font-family:"Sofia, sans-serif"}.detailsBanner .content .right .genres{margin-bottom:25px;flex-flow:row wrap}.detailsBanner .content .right .overview{font-family:"Sofia, sans-serif";margin-bottom:25px}.detailsBanner .content .right .overview .heading{font-size:24px;margin-bottom:10px}.detailsBanner .content .right .overview .description{line-height:24px;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.detailsBanner .content .right .overview .description{padding-right:100px;font-family:"Sofia, sans-serif"}}.detailsBanner .content .right .circleRating{max-width:70px;background-color:var(--black2)}@media only screen and (min-width: 768px){.detailsBanner .content .right .circleRating{max-width:90px}}.detailsBanner .content .right .circleRating .CircularProgressbar-text{fill:#fff}.detailsBanner .content .right .playbtn{display:flex;align-items:center;gap:20px;cursor:pointer;font-family:"Sofia, sans-serif"}.detailsBanner .content .right .playbtn svg{width:60px}@media only screen and (min-width: 768px){.detailsBanner .content .right .playbtn svg{width:80px}}.detailsBanner .content .right .playbtn .text{font-size:20px;transition:all .7s ease-in-out;font-family:"Sofia, sans-serif"}.detailsBanner .content .right .playbtn .triangle{stroke-dasharray:240;stroke-dashoffset:480;stroke:#fff;transform:translateY(0);transition:all .7s ease-in-out}.detailsBanner .content .right .playbtn .circle{stroke:#fff;stroke-dasharray:650;stroke-dashoffset:1300;transition:all .5s ease-in-out}.detailsBanner .content .right .playbtn:hover .text{color:var(--pink);font-family:"Sofia, sans-serif"}.detailsBanner .content .right .playbtn:hover .triangle{stroke-dashoffset:0;opacity:1;stroke:var(--pink);animation:trailorPlay .7s ease-in-out}.detailsBanner .content .right .playbtn:hover .circle{stroke-dashoffset:0;stroke:var(--pink)}.detailsBanner .content .right .row{display:flex;align-items:center;gap:25px;margin-bottom:25px;font-family:"Sofia, sans-serif"}.detailsBanner .content .right .info{border-bottom:1px solid rgba(255,255,255,.1);padding:15px 0;display:flex;font-family:"Sofia, sans-serif"}.detailsBanner .content .right .info .infoItem{margin-right:10px;display:flex;flex-flow:row wrap;font-family:"Sofia, sans-serif"}.detailsBanner .content .right .info .text{margin-right:10px;opacity:.5;line-height:24px;font-family:"Sofia, sans-serif"}.detailsBanner .content .right .info .text.bold{font-weight:600;opacity:1}.detailsBanner .content .right .info .socialIcons{display:flex;gap:15px;justify-content:center;margin-top:1px}.detailsBanner .content .right .info .socialIcon{font-size:35px;transition:transform .3s ease,opacity .3s ease;color:#fff}.detailsBanner .content .right .info .socialIcon:hover{transform:scale(1.1);opacity:.8}.detailsBanner .content .right .info .fb{color:#3b5998}.detailsBanner .content .right .info .ig{color:#e4405f}.detailsBanner .content .right .info .tw{color:#1da1f2}@media only screen and (min-width: 768px){.detailsBanner .detailsBannerSkeleton{gap:50px;flex-direction:row;font-family:"Sofia, sans-serif"}}.castSection{position:relative;margin-bottom:50px;font-family:"Sofia, sans-serif"}.castSection .sectionHeading{font-size:24px;color:#fff;margin-bottom:25px;font-family:"Sofia, sans-serif"}.castSection .listItems{display:flex;gap:20px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.castSection .listItems{margin:0;padding:0;font-family:"Sofia, sans-serif"}}.castSection .listItems .listItem{text-align:center;color:#fff;font-family:"Sofia, sans-serif"}.castSection .listItems .listItem .profileImg{width:125px;height:125px;border-radius:50%;overflow:hidden;margin-bottom:15px;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.castSection .listItems .listItem .profileImg{width:175px;height:175px;margin-bottom:25px}}.castSection .listItems .listItem .profileImg img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.castSection .listItems .listItem .name{font-size:14px;line-height:20px;font-weight:600;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.castSection .listItems .listItem .name{font-size:18px;line-height:24px;font-family:"Sofia, sans-serif"}}.castSection .listItems .listItem .character{font-size:14px;line-height:20px;opacity:.5;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.castSection .listItems .listItem .character{font-size:16px;line-height:24px;font-family:"Sofia, sans-serif"}}.castSection .castSkeleton{display:flex;gap:20px;overflow-y:hidden;margin-right:-20px;margin-left:-20px;padding:0 20px;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.castSection .castSkeleton{margin:0;padding:0;font-family:"Sofia, sans-serif"}}.castSection .castSkeleton .skItem .circle{width:125px;height:125px;border-radius:50%;margin-bottom:15px}@media only screen and (min-width: 768px){.castSection .castSkeleton .skItem .circle{width:175px;height:175px;margin-bottom:25px}}.castSection .castSkeleton .skItem .row{width:100%;height:20px;border-radius:10px;margin-bottom:10px}.castSection .castSkeleton .skItem .row2{width:75%;height:20px;border-radius:10px;margin:0 auto}.searchResultsPage{min-height:700px;padding-top:100px;font-family:"Sofia, sans-serif"}.searchResultsPage .resultNotFound{font-size:24px;color:var(--black-light);font-family:"Sofia, sans-serif"}.searchResultsPage .pageTitle{font-size:24px;line-height:34px;color:#fff;margin-bottom:25px;font-family:"Sofia, sans-serif"}.searchResultsPage .content{display:flex;flex-flow:row wrap;gap:10px;margin-bottom:50px;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.searchResultsPage .content{gap:20px;font-family:"Sofia, sans-serif"}}.searchResultsPage .content .movieCard .posterBlock{margin-bottom:20px;font-family:"Sofia, sans-serif"}.movieCard{width:calc(50% - 5px);margin-bottom:25px;cursor:pointer;flex-shrink:0}@media only screen and (min-width: 768px){.movieCard{width:calc(25% - 15px)}}@media only screen and (min-width: 1024px){.movieCard{width:calc(20% - 16px)}}.movieCard .posterBlock{position:relative;width:100%;aspect-ratio:1/1.5;background-size:cover;background-position:center;margin-bottom:30px;display:flex;align-items:flex-end;justify-content:space-between;padding:10px;transition:all ease .5s}.movieCard .posterBlock .lazy-load-image-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px;overflow:hidden}.movieCard .posterBlock .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.movieCard .posterBlock .circleRating{width:40px;height:40px;position:relative;top:30px;background-color:#fff;flex-shrink:0}@media only screen and (min-width: 768px){.movieCard .posterBlock .circleRating{width:50px;height:50px}}.movieCard .posterBlock .genres{display:none;position:relative}@media only screen and (min-width: 768px){.movieCard .posterBlock .genres{display:flex;flex-flow:wrap;justify-content:flex-end}}.movieCard .textBlock{color:#fff;display:flex;flex-direction:column}.movieCard .textBlock .title{font-size:16px;margin-bottom:10px;line-height:24px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width: 768px){.movieCard .textBlock .title{font-size:20px}}.movieCard .textBlock .date{font-size:14px;opacity:.5}.movieCard:hover .posterBlock{opacity:.5}.loadingSpinner{width:100%;height:150px;position:relative;display:flex;align-items:center;justify-content:center}.loadingSpinner .spinner{animation:rotate 2s linear infinite;z-index:2;width:50px;height:50px}.loadingSpinner .spinner .path{stroke:#93bfec;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.loadingSpinner.initial{height:700px}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.pageNotFound{height:700px;padding-top:200px}.pageNotFound .contentWrapper{text-align:center;color:var(--black-light);display:flex;flex-direction:column}.pageNotFound .contentWrapper .bigText{font-size:150px;font-weight:700}.pageNotFound .contentWrapper .smallText{font-size:44px}.pageNotFound{height:100%;display:flex;align-items:flex-start;background-color:var(--black3);font-family:"Sofia, sans-serif"}.pageNotFound .contentWrapper{color:#fff;display:flex;flex-direction:column;padding:20px;width:100%;font-family:"Sofia, sans-serif"}.pageNotFound .contentWrapper .bigText{font-size:50px;font-weight:700;font-family:"Sofia, sans-serif"}.pageNotFound .contentWrapper .smallText{font-size:44px;font-family:"Sofia, sans-serif"}.terms{color:#fff;background-color:#1a202c;padding:24px}.terms__header{font-size:2rem;font-weight:700;margin-bottom:16px}.terms__content{line-height:1.6;font-size:1rem}.terms__content h2{font-size:1.5rem;margin-top:24px;margin-bottom:8px;font-family:"Sofia, sans-serif"}.terms__content h3{font-size:1.25rem;margin-top:16px;margin-bottom:8px;font-family:"Sofia, sans-serif"}.terms__content p{margin-bottom:16px;font-family:"Sofia, sans-serif"}.terms__content ul{list-style-type:disc;padding-left:40px;font-family:"Sofia, sans-serif"}.terms__content ul li{margin-bottom:8px;font-family:"Sofia, sans-serif"}.aboutPage{background-color:#1a202c;color:#fff;padding:100px 24px 24px;display:flex;flex-direction:column;align-items:center}.aboutPage .aboutSection{width:100%;max-width:800px;margin-bottom:24px}.aboutPage .aboutSection .aboutTitle{font-size:2.5rem;font-weight:700;margin-bottom:16px;text-align:center;font-family:"Sofia, sans-serif"}.aboutPage .aboutSection .aboutSubtitle{font-size:2rem;font-weight:700;margin-bottom:16px;font-family:"Sofia, sans-serif"}.aboutPage .aboutSection .aboutText{font-size:1.125rem;line-height:1.6;margin-bottom:16px;font-family:"Sofia, sans-serif"}.aboutPage .aboutSection .quoteAuthor{font-size:1rem;font-style:italic;text-align:right;font-family:"Sofia, sans-serif"}.aboutPage .advantage{display:flex;flex-direction:column}.aboutPage .advantage .advantageItem{display:flex;margin-bottom:16px}.aboutPage .advantage .advantageItem .advantageNumber{font-size:2rem;font-weight:700;margin-right:16px;font-family:"Sofia, sans-serif";color:#fc0}.aboutPage .advantage .advantageItem .advantageText{font-size:1.125rem;line-height:1.6;font-family:"Sofia, sans-serif"}.aboutPage .stats{display:flex;flex-wrap:wrap;justify-content:space-between}.aboutPage .stats .statItem{flex:1 1 30%;text-align:center;margin-bottom:16px}.aboutPage .stats .statItem .statNumber{font-size:2rem;font-weight:700;display:block;color:#fc0;font-family:"Sofia, sans-serif"}.aboutPage .stats .statItem .statLabel{font-size:1rem;display:block;font-family:"Sofia, sans-serif"}.faqPage{background-color:#1a202c;color:#fff;padding:100px 24px 24px;display:flex;flex-direction:column;align-items:center;min-height:100vh;position:relative}.faqPage .faqSection{max-width:800px;width:100%}.faqPage .faqTitle{font-size:2.5rem;font-weight:700;margin-bottom:24px;text-align:center;font-family:"Sofia, sans-serif"}.faqPage .faqItem{margin-bottom:32px;font-family:"Sofia, sans-serif"}.faqPage .faqQuestion{display:flex;justify-content:space-between;align-items:center;font-size:1.25rem;font-weight:700;padding:.5rem 0;transition:color .3s;font-family:"Sofia, sans-serif"}.faqPage .faqQuestion:hover{background-color:#061f3a}.faqPage .faqQuestion .faqIcon{font-size:1.5rem;transition:transform .3s}.faqPage .faqAnswer{font-size:1.125rem;font-family:"Sofia, sans-serif";line-height:1.6}.privacyPolicyPage{background-color:#1a202c;color:#fff;padding:100px 24px 24px;display:flex;flex-direction:column;align-items:center}.privacyPolicyPage .privacyPolicyContent{width:100%;max-width:800px;background-color:#fff;color:#333;padding:24px;border-radius:8px;box-shadow:0 0 10px #0000001a;margin-bottom:24px}.privacyPolicyPage .privacyPolicyContent .privacyPolicyTitle{font-size:2.5rem;font-weight:700;margin-bottom:16px;text-align:center}.privacyPolicyPage .privacyPolicyContent .privacyPolicyText{font-size:1.125rem;line-height:1.6;margin-bottom:16px}.detailsBanner{width:100%;background-color:var(--black);padding-top:100px;margin-bottom:50px}@media only screen and (min-width: 768px){.detailsBanner{margin-bottom:0;padding-top:120px;min-height:700px}}.detailsBanner .backdrop-img{width:100%;height:100%;position:absolute;top:0;left:0;opacity:.1;overflow:hidden}.detailsBanner .backdrop-img .lazy-load-image-background{width:100%;height:100%}.detailsBanner .backdrop-img .lazy-load-image-background img{width:100%;height:100%;object-fit:cover;object-position:center}.detailsBanner .opacity-layer{width:100%;height:250px;background:linear-gradient(180deg,#04152d00,#04152d 79.17%);position:absolute;bottom:0;left:0}.detailsBanner .content{display:flex;position:relative;flex-direction:column;gap:25px}@media only screen and (min-width: 768px){.detailsBanner .content{gap:50px;flex-direction:row}}.detailsBanner .content .left{flex-shrink:0;display:inline-flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start}.detailsBanner .content .left .posterImg{width:100%;max-width:400px;border-radius:40px;margin-bottom:20px;padding:25px}.detailsBanner .content .left .postertxt{background-color:none;border-radius:10px;color:#e6e6e6}.detailsBanner .content .left .postertxt .our-brand-list .title-div{margin:0;text-align:center}.detailsBanner .content .left .postertxt .our-brand-list .title-div .title-bg-heading{font-size:1.5em;color:#e6e6e6}.detailsBanner .content .left .postertxt .our-brand-list .title-div .title-bg-heading span{border-bottom:2px solid #e6e6e6}.detailsBanner .content .left .postertxt .our-brand-list ul{list-style:none;padding:15px}.detailsBanner .content .left .postertxt .our-brand-list ul li{display:flex;align-items:center;margin-bottom:10px}.detailsBanner .content .left .postertxt .our-brand-list ul li i{color:#4caf50;margin-right:10px}.detailsBanner .content .left .postertxt .our-brand-list ul li p{margin:0;text-align:left}.detailsBanner .content .right{background-color:none;padding:20px;border-radius:5px;box-shadow:0 0 10px #0000001a}.detailsBanner .content .form_title{margin-bottom:20px}.detailsBanner .content .marquee-container{padding:10px;text-align:center;background-color:none;color:#fff}.detailsBanner .content .marquee-text{margin:0;font-size:1.2rem;text-decoration:underline solid #ffffff}.detailsBanner .content .form-group{margin-bottom:20px}.detailsBanner .content .form-control{width:100%;padding:10px;font-size:1rem;border:1px solid #ccc;border-radius:5px;box-sizing:border-box;margin-top:5px}.detailsBanner .content textarea.form-control{resize:vertical}.detailsBanner .content .input-group{width:100%}.detailsBanner .content .input-group-prepend{width:20%;background-color:#f8f9fa;border:1px solid #ccc;border-right:none;text-align:center;padding-top:7px}.detailsBanner .content .input-group-text{border-radius:5px 0 0 5px;border-right:1px solid #ccc}.detailsBanner .content .btn-primary{background-color:#007bff;color:#fff;border:none;padding:10px 20px;font-size:1rem;border-radius:5px;cursor:pointer}.detailsBanner .content .btn-primary:hover{background-color:#0056b3}@media (max-width: 768px){.detailsBanner .content .right{padding:10px}}.detailsBanner .detailsBannerSkeleton{display:flex;position:relative;flex-direction:column;gap:25px}@media only screen and (min-width: 768px){.detailsBanner .detailsBannerSkeleton{gap:50px;flex-direction:row}}.detailsBanner .detailsBannerSkeleton .contentWrapper{display:flex;gap:50px}.detailsBanner .detailsBannerSkeleton .left{flex-shrink:0;width:100%;display:block;border-radius:12px;aspect-ratio:1/1.5}@media only screen and (min-width: 768px){.detailsBanner .detailsBannerSkeleton .left{max-width:350px}}.detailsBanner .detailsBannerSkeleton .right{width:100%}.detailsBanner .detailsBannerSkeleton .right .row{width:100%;height:25px;margin-bottom:20px;border-radius:50px}.detailsBanner .detailsBannerSkeleton .right .row:nth-child(2){width:75%;margin-bottom:50px}.detailsBanner .detailsBannerSkeleton .right .row:nth-child(5){width:50%;margin-bottom:50px}.genres{display:flex;justify-content:flex-start;align-items:center;gap:5px}.genres .genre{background-color:var(--orange);padding:12px 69px;font-size:15px;border-radius:57px;color:#fff;white-space:nowrap}.contactPage{background-color:#1a202c;color:#fff;padding:80px 24px 24px;display:flex;justify-content:center;min-height:60vh}.contactContainer{display:flex;flex-wrap:wrap;max-width:1000px;width:100%;background:#2d3748;padding:24px;border-radius:10px;box-shadow:0 4px 6px #0000001a;justify-content:space-between}.contactMap{flex:1;min-width:275px;margin-right:24px;width:100%}.contactForm{flex:1;min-width:300px;display:flex;flex-direction:column;padding:16px}.contactForm .contactTitle{font-size:2rem;font-weight:700;text-align:center;margin-bottom:16px;font-family:Sofia,sans-serif}.formGroup{margin-bottom:16px}.formGroup label{display:block;font-size:1rem;margin-bottom:8px}.formGroup input,.formGroup textarea{width:100%;padding:12px;border:none;border-radius:5px;font-size:1rem;background:#fff;color:#333;box-sizing:border-box}.formGroup textarea{resize:vertical;min-height:100px}.submitButton{background:#ff7c01;color:#fff;padding:12px;font-size:1.2rem;border:none;cursor:pointer;border-radius:5px;text-transform:uppercase;font-weight:700;transition:background .3s ease}.submitButton:hover,.submitButton:focus{background:#e56c00}@media (min-width: 360px) and (max-width: 740px) and (orientation: portrait){.contactPage{padding:80px 20px 20px}.contactContainer{padding:20px;flex-direction:column}.contactMap,.contactForm{width:100%;margin-right:0;margin-bottom:20px}.contactMap iframe{height:300px}.contactForm .contactTitle{font-size:2.2rem}.formGroup label{font-size:1.1rem}.formGroup input,.formGroup textarea{font-size:1rem;padding:14px}.formGroup textarea{min-height:120px}.submitButton{font-size:1.2rem;padding:14px}}@media (max-width: 359px){.contactPage{padding:60px 16px 16px}.contactContainer{padding:16px}.contactForm .contactTitle{font-size:1.8rem}.formGroup input,.formGroup textarea{font-size:.9rem;padding:10px}.formGroup textarea{min-height:80px}.submitButton{font-size:1rem;padding:10px}}.adminpage{position:relative;padding:200px 20px 20px;display:flex;flex-direction:column;height:100vh}.adminpage .contentWrapper{flex:1;text-align:center;color:var(--black-light);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-bottom:20px}.adminpage .contentWrapper .bigText{font-size:150px;font-weight:700}.adminpage .contentWrapper .smallText{font-size:44px}.adminpage .contentWrapper .table-responsive{width:100%;overflow-x:auto}.adminpage .contentWrapper .celebritiesTable{width:100%;border-collapse:collapse;margin-top:20px}.adminpage .contentWrapper .celebritiesTable th,.adminpage .contentWrapper .celebritiesTable td{border:1px solid #ddd;padding:8px;text-align:center;white-space:nowrap}.adminpage .contentWrapper .celebritiesTable th{background-color:#f4f4f4;text-align:left}.adminpage .contentWrapper .celebritiesTable .rounded-image{width:50px;height:50px;border-radius:50%;object-fit:cover}.adminpage .contentWrapper .celebritiesTable button{margin-right:5px;padding:5px 10px;cursor:pointer;background-color:#007bff;color:#fff;border:none;border-radius:4px}.adminpage .contentWrapper .celebritiesTable button.view-button{background-color:#007bff;margin-right:5px}.adminpage .contentWrapper .celebritiesTable button.delete-button{background-color:#dc3545}.adminpage .contentWrapper .celebritiesTable button:hover{opacity:.8}.adminpage .contentWrapper .error{color:red;margin-top:20px}.adminpage .contentWrapper .pagination{display:flex;justify-content:center;align-items:center;margin-top:20px}.adminpage .contentWrapper .pagination button{margin:0 10px;padding:5px 10px;cursor:pointer;background-color:#007bff;color:#fff;border:none;border-radius:4px}.adminpage .contentWrapper .pagination button:disabled{background-color:#ccc;cursor:not-allowed}.adminpage .contentWrapper .pagination span{margin:0 10px}@media (max-width: 768px){.celebritiesTable th,.celebritiesTable td{padding:4px}.celebritiesTable{font-size:12px}.pagination button{padding:3px 6px}.pagination span{font-size:12px}}@media (max-width: 576px){.celebritiesTable{font-size:10px}.pagination button{padding:2px 4px}.pagination span{font-size:10px}}.blogList{padding:20px 0;background-color:#04152d}.blogList .blogTitle{font-size:2rem;color:#333;font-weight:600;text-align:center;margin-bottom:30px;font-family:Poppins,sans-serif}.blogList .blogItems{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;padding:0 20px;margin-top:50px}.blogList .blogItem{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.blogList .blogItem:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.blogList .blogItem .posterBlock{width:100%;height:200px}.blogList .blogItem .posterBlock img{width:100%;height:100%;object-fit:cover}.blogList .blogItem .textBlock{padding:15px;text-align:left}.blogList .blogItem .textBlock .title{font-size:1.5rem;font-weight:600;color:#2c3e50;margin-bottom:8px;line-height:1.4;font-family:Poppins,sans-serif}.blogList .blogItem .textBlock .author{font-size:1rem;color:#fa9118;font-weight:500;margin-bottom:4px;display:inline-block;font-family:Roboto,sans-serif}.blogList .blogItem .textBlock .date{font-size:.875rem;color:#7f8c8d;margin-bottom:15px;display:inline-block;font-family:Roboto,sans-serif}.blogList .blogItem .textBlock .description{font-size:1rem;line-height:1.7;color:#34495e;font-family:Roboto,sans-serif}.blogList .loadingSkeleton{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:20px}.blogList .loadingSkeleton .skeletonItem{width:100%}.blogList .loadingSkeleton .skeletonItem .posterBlock{border-radius:12px;margin-top:50px;width:100%;aspect-ratio:1/1.5;margin-bottom:20px}.blogList .loadingSkeleton .skeletonItem .textBlock{display:flex;flex-direction:column}.blogList .loadingSkeleton .skeletonItem .textBlock .title{width:100%;height:20px;margin-bottom:10px;background-color:#ccc}.blogList .loadingSkeleton .skeletonItem .textBlock .date{width:75%;height:20px;background-color:#ddd}@media (max-width: 768px){.blogList .loadingSkeleton{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.blogList .loadingSkeleton{grid-template-columns:1fr}}.blogList .loadMoreContainer{display:flex;justify-content:center;margin-top:20px}.blogList .loadMoreContainer .loadMoreButton{padding:10px 20px;font-size:1rem;background-color:#f89321;color:#fff;border:none;border-radius:5px;cursor:pointer;font-family:Poppins,sans-serif;transition:background-color .3s ease}.blogList .loadMoreContainer .loadMoreButton:hover{background-color:#f87f2e}.testimonialCarousel{position:relative;max-width:600px;margin:0 auto;overflow:hidden;border-radius:12px;box-shadow:0 2px 10px #0000001a}.testimonialCarousel .carouselControls{position:absolute;top:50%;width:100%;display:flex;justify-content:space-between;transform:translateY(-50%);z-index:1}.testimonialCarousel .carouselControls .arrow{font-size:30px;color:#000;cursor:pointer;opacity:.7;transition:opacity .3s ease;padding:0 15px}.testimonialCarousel .carouselControls .arrow:hover{opacity:1}.testimonialCarousel .carouselControls .carouselLeftNav{left:10px}.testimonialCarousel .carouselControls .carouselRightNav{right:10px}.testimonialCarousel .testimonialContent{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center;transition:opacity .5s ease;margin-top:50px;height:720px}.testimonialCarousel .testimonialContent img{width:300px;height:300px;border-radius:50%;margin-bottom:15px;transition:transform .3s ease}.testimonialCarousel .testimonialContent img:hover{transform:scale(1.1)}.testimonialCarousel .testimonialContent .clientName{font-weight:700;font-size:1.2rem;margin-top:10px;color:orange}.testimonialCarousel .testimonialContent .client1{color:#f5f5f5}.testimonialCarousel .testimonialContent p{font-size:1rem;line-height:1.5}.signupPage{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:750px;background-color:#041226}.signupPage .signupTitle{font-size:2rem;margin-bottom:20px}.signupPage .signupForm{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;padding:20px;width:300px;display:flex;flex-direction:column}.signupPage .signupForm .formGroup{margin-bottom:15px}.signupPage .signupForm .formGroup label{margin-bottom:5px;font-weight:700}.signupPage .signupForm .formGroup input{width:100%;padding:10px;border:1px solid #ccc;border-radius:4px}.signupPage .signupForm .formGroup input:focus{border-color:#007bff;outline:none}.signupPage .signupForm .signupButton{padding:10px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s}.signupPage .signupForm .signupButton:hover{background-color:#0056b3}.signupPage .signupForm .error{color:red;margin-top:10px}.signupPage .signupForm .success{color:green;margin-top:10px}.blogDetails{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:20px;background-color:0 4px 8px rgba(0,0,0,.1);height:780px}.blogContent{max-width:800px;text-align:center;background-color:0 4px 8px rgba(0,0,0,.1);border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:20px}.blogTitle{font-size:2.5rem;font-family:Arial,sans-serif;font-weight:700;margin-bottom:10px;color:#fff9f9}.blogAuthor{font-size:1.2rem;font-family:Arial,sans-serif;font-weight:400;color:#fff;margin-bottom:20px}.blogImage{max-width:100%;height:auto;border-radius:8px;margin-bottom:20px}.blogDescription{font-size:1rem;font-family:Arial,sans-serif;color:#fff;line-height:1.5}.explorePage{min-height:700px;padding-top:100px;font-family:"Sofia, sans-serif"}.explorePage .pageHeader{display:flex;justify-content:space-between;margin-bottom:25px;flex-direction:column;font-family:"Sofia, sans-serif"}.explorePage .pageTitle{font-size:24px;line-height:34px;color:#fff;margin-bottom:20px;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.explorePage .pageTitle{margin-bottom:0}}.explorePage .filters{display:flex;gap:10px;flex-direction:column;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.explorePage .filters{flex-direction:row}}.explorePage .filters .react-select-container.genresDD{width:100%;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.explorePage .filters .react-select-container.genresDD{max-width:500px;min-width:250px}}.explorePage .filters .react-select-container.sortbyDD{width:100%;flex-shrink:0}@media only screen and (min-width: 768px){.explorePage .filters .react-select-container.sortbyDD{width:250px}}.explorePage .filters .react-select-container .react-select__control{border:0;outline:0;box-shadow:none;background-color:var(--black-light);font-family:"Sofia, sans-serif";border-radius:20px}.explorePage .filters .react-select-container .react-select__control .react-select__value-container .react-select__placeholder,.explorePage .filters .react-select-container .react-select__control .react-select__value-container .react-select__input-container{color:#fff;margin:0 10px}.explorePage .filters .react-select-container .react-select__control .react-select__single-value{color:#fff}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value{background-color:var(--black3);border-radius:10px}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__label{color:#fff}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__remove{background-color:transparent;color:#fff;cursor:pointer}.explorePage .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__remove:hover{color:var(--black-lighter)}.explorePage .filters .react-select-container .react-select__menu{top:40px;margin:0;padding:0;font-family:"Sofia, sans-serif"}.explorePage .content{display:flex;flex-flow:row wrap;gap:10px;margin-bottom:50px;font-family:"Sofia, sans-serif"}@media only screen and (min-width: 768px){.explorePage .content{gap:20px}}.explorePage .content .movieCard .posterBlock{margin-bottom:30px}.carouselSection{position:relative}.carouselSection>.contentWrapper{display:flex;align-items:center;justify-content:space-between}.carouselSection .carouselTitle{font-size:24px;color:#fff;font-weight:400}.explorePage{min-height:700px;padding-top:100px;font-family:Sofia,sans-serif}.explorePage .resultNotFound{font-size:24px;color:var(--black-light)}@media (max-width: 768px){.explorePage .resultNotFound{font-size:18px}}.explorePage .pageHeader{display:flex;justify-content:space-between;margin-bottom:25px;flex-direction:column}@media only screen and (min-width: 768px){.explorePage .pageHeader{flex-direction:row}}.explorePage .pageHeader .pageTitle{font-size:24px;line-height:34px;color:#fff;margin-bottom:20px}@media only screen and (min-width: 768px){.explorePage .pageHeader .pageTitle{margin-bottom:0}}@media (max-width: 768px){.explorePage .pageHeader .pageTitle{font-size:20px;text-align:center}}.explorePage .pageHeader .filters{display:flex;gap:10px;flex-direction:column}@media only screen and (min-width: 768px){.explorePage .pageHeader .filters{flex-direction:row}}@media (max-width: 768px){.explorePage .pageHeader .filters{flex-direction:column;gap:15px}}.explorePage .pageHeader .filters .react-select-container.genresDD{width:100%}@media only screen and (min-width: 768px){.explorePage .pageHeader .filters .react-select-container.genresDD{max-width:250px;min-width:250px}}.explorePage .pageHeader .filters .react-select-container.sortbyDD{width:100%;flex-shrink:0}@media only screen and (min-width: 768px){.explorePage .pageHeader .filters .react-select-container.sortbyDD{width:250px}}.explorePage .pageHeader .filters .react-select-container .react-select__control{background-color:var(--black-light);border-radius:20px}.explorePage .pageHeader .filters .react-select-container .react-select__control .react-select__value-container .react-select__placeholder,.explorePage .pageHeader .filters .react-select-container .react-select__control .react-select__value-container .react-select__input-container{color:#fff;margin:0 10px}.explorePage .pageHeader .filters .react-select-container .react-select__control .react-select__single-value{color:#fff}.explorePage .pageHeader .filters .react-select-container .react-select__control .react-select__multi-value{background-color:var(--black3);border-radius:10px}.explorePage .pageHeader .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__label{color:#fff}.explorePage .pageHeader .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__remove{color:#fff;cursor:pointer}.explorePage .pageHeader .filters .react-select-container .react-select__control .react-select__multi-value .react-select__multi-value__remove:hover{color:#000}.explorePage .pageHeader .filters .react-select-container .react-select__menu{background-color:var(--black-light)}.explorePage #movievideo{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;margin-right:-15px;margin-left:-15px}@media (max-width: 1024px){.explorePage #movievideo{grid-template-columns:repeat(2,1fr);gap:10px;margin-right:0;margin-left:0}}@media (max-width: 768px){.explorePage #movievideo{grid-template-columns:repeat(1,1fr);gap:15px;margin-right:0;margin-left:0}}@media (max-width: 480px){.explorePage #movievideo{grid-template-columns:1fr;gap:10px}}.explorePage #movievideo1{width:100%;box-sizing:border-box}@media (max-width: 768px){.explorePage #movievideo1{margin-bottom:20px;width:100%}}.explorePage .pagination{display:flex;justify-content:center;margin-top:20px}.explorePage .pagination button{background-color:#333;color:#fff;padding:10px 20px;margin:0 10px}.explorePage .pagination button:disabled{background-color:#999;cursor:not-allowed}@media (max-width: 768px){.explorePage .pagination button{padding:8px 15px;margin:0 5px}}.explorePage .pagination span{color:#fff}@media (max-width: 768px){.explorePage .pagination span{font-size:14px}}.explorePage .videosSection .videos .videoItem .videoThumbnail .imgyoutube{width:100%}@media (max-width: 1024px){.explorePage .videosSection .videos .videoItem .videoThumbnail .imgyoutube{width:100%}}@media (max-width: 768px){.explorePage .videosSection .videos .videoItem .videoThumbnail .imgyoutube{width:100%}}@media (max-width: 480px){.explorePage .videosSection .videos .videoItem .videoThumbnail .imgyoutube{width:100%}}.ourTeamPage{color:#333;padding:80px 24px 24px;display:flex;justify-content:center;min-height:60vh}.ourTeamPage .teamTitle{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:32px;color:#fff}.ourTeamPage .teamContainer{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;justify-items:center;max-width:1200px;margin:0 auto}.ourTeamPage .teamCard{background:#173d77;border-radius:10px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.ourTeamPage .teamCard:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.ourTeamPage .teamCard .teamPhoto{width:100%;height:200px;overflow:hidden}.ourTeamPage .teamCard .teamPhoto img{width:100%;height:100%;object-fit:cover}.ourTeamPage .teamCard .teamDetails{padding:16px;text-align:center}.ourTeamPage .teamCard .teamDetails .teamName{font-size:1.5rem;font-weight:700;margin-bottom:8px;color:#fff}.ourTeamPage .teamCard .teamDetails .teamDesignation{font-size:1.1rem;color:#fff;margin-bottom:12px}.ourTeamPage .teamCard .teamDetails .teamDescription{font-size:.95rem;color:#fff;margin-bottom:16px}.ourTeamPage .teamCard .teamDetails .linkedinButton{display:inline-block;padding:10px 20px;background-color:#0077b5;color:#fff;text-decoration:none;border-radius:5px;font-size:.9rem;transition:background-color .3s ease}.ourTeamPage .teamCard .teamDetails .linkedinButton:hover{background-color:#005f8a}.ourTeamPage .founderSection{display:flex;justify-content:center;align-items:center;background-color:#5567a3;padding:30px;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin-bottom:40px}.ourTeamPage .founderDetails{display:flex;align-items:center;max-width:1200px;width:100%;gap:30px}.ourTeamPage .founderPhoto img{width:150px;height:150px;border-radius:50%;object-fit:cover}.ourTeamPage .founderInfo{flex-grow:1}.ourTeamPage .founderName{font-size:2rem;font-weight:700;color:#333;margin-bottom:10px}.ourTeamPage .founderDesignation{font-size:1.2rem;color:#777;margin-bottom:10px}.ourTeamPage .founderDescription{font-size:1rem;color:#555;margin-bottom:15px}.ourTeamPage .linkedinButton{display:inline-block;padding:10px 20px;background-color:#0077b5;color:#fff;text-decoration:none;border-radius:4px;font-size:1rem;text-align:center}.ourTeamPage .linkedinButton:hover{background-color:#005b8c}@media (max-width: 768px){.ourTeamPage{padding:60px 16px 16px}.teamContainer{grid-template-columns:1fr;gap:16px}.teamCard{width:100%;max-width:100%}.founderSection{flex-direction:column;text-align:center}.founderPhoto img{width:120px;height:120px}.founderDetails{flex-direction:column;align-items:center;gap:16px}.founderInfo{text-align:center}}.linkedinButton{display:inline-flex;align-items:center;padding:10px 20px;background-color:#0077b5;color:#fff;text-decoration:none;border-radius:5px;font-size:.9rem;transition:background-color .3s ease}.linkedinButton svg{margin-right:8px}.linkedinButton:hover{background-color:#005f8a}:root{font-family:Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;line-height:1;font-weight:500;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--black: #04152d;--black2: #041226;--black3: #020c1b;--black-lighter: #1c4b91;--black-light: #173d77;--pink: #da2f68;--orange: #f89e00;--gradient: linear-gradient(98.37deg, #f89e00 .99%, #da2f68 100%)}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--black)}::-webkit-scrollbar{display:none}.skeleton{position:relative;overflow:hidden;background-color:#0a2955}.skeleton:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,#19376300 0,#19376333 20%,#19376380 60%,#19376300);animation:shimmer 2s infinite;content:""}@keyframes shimmer{to{transform:translate(100%)}}
