@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.navbar{width:100%;position:fixed;top:0;left:0;z-index:10;transition:all .3s ease}.nav-section{width:90%;display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin:0 auto;background-color:transparent;color:#fff;max-width:1240px}.navbar.nav-blur{background:#000}.navbar.nav-visible{top:-180px}.logo{width:20%}.logo img{max-width:60px}.nav-links{display:flex;gap:2rem;list-style:none;width:20%;justify-content:center;transition:all .3s ease}.nav-links a{color:#fff;text-decoration:none;font-size:16px;transition:color .3s ease}.nav-links li{position:relative}.nav-links li:before{content:"";position:absolute;bottom:-10px;left:0;width:0%;height:1px;background-color:#ffdc73}.nav-links li:hover:before{animation:nav .3s ease;width:100%}@keyframes nav{0%{width:0%}50%{width:50%}to{width:100%}}.social-icons{display:flex;gap:2rem;width:20%;justify-content:flex-end}.social-icons a img{max-width:20px}.hamburger{display:none;cursor:pointer}@media (min-width: 767px) and (max-width: 1028px){.nav-links{display:none;flex-direction:column;position:fixed;top:0;right:0;background-color:#000000e6;width:100%;height:100vh;justify-content:center;align-items:center;gap:2rem;transition:transform .3s ease;transform:translateY(-100%)}.nav-links a{font-size:24px;transition:color .3s ease}.nav-links.nav-open{display:flex;top:0;transform:translateY(0);z-index:-10}.hamburger{display:block;font-size:1.5rem;color:#fff}.social-icons{display:none}}@media (max-width: 767px){.nav-links{display:none;flex-direction:column;position:fixed;top:0;right:0;background-color:#000000e6;width:100%;height:100vh;justify-content:center;align-items:center;gap:2rem;transition:transform .3s ease;transform:translateY(-100%)}.nav-links a{font-size:18px;transition:color .3s ease}.nav-links.nav-open{display:flex;top:0;transform:translateY(0);z-index:-10}.hamburger{display:block;font-size:1.5rem;color:#fff}.social-icons{display:none}}.hero-section{width:100%;height:100vh;background-color:#000;display:flex;justify-content:center;align-items:center;align-self:center}.hero-section .hero-bg{position:absolute;top:0;width:100vw;height:100%;background:url(/assets/hero-BygLHNjE.png) no-repeat center center/cover}.overlay{position:absolute;top:0;width:100vw;height:100%;background:linear-gradient(to bottom,#000000c2,#000c,#000);z-index:1}.hero-content{position:relative;z-index:1;text-align:center;color:#fff}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero-content h1{font-family:proelium;font-size:84px}.hero-content p{font-size:18px;color:#ffdc73}.hero-btn{width:auto;padding:10px 20px;border:none;background-color:transparent;color:#fff;font-size:16px;cursor:pointer;transition:background-color,color .3s ease;margin-top:20px;border-radius:5px;border-color:#ffdc73;border:1px solid #ffdc73}.hero-btn:hover{background-color:#ffdc73;color:#000;font-weight:500}.circle{position:absolute;bottom:10vw;right:10vw;width:170px;height:170px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin:0 auto;z-index:1;animation:rotateCircle 8s linear infinite}.circle .text{position:relative;width:100%;height:100%;color:#fff}.circle .char{position:absolute;top:50%;left:50%;transform-origin:0 100px;font-size:20px}.circle .char:nth-child(1){transform:rotate(0) translate(100px)}.circle .char:nth-child(2){transform:rotate(10deg) translate(100px)}.circle .char:nth-child(3){transform:rotate(20deg) translate(100px)}.circle .char:nth-child(4){transform:rotate(30deg) translate(100px)}.circle .char:nth-child(5){transform:rotate(40deg) translate(100px)}@keyframes rotateCircle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text span{position:absolute;left:50%;font-size:1.2em;transform-origin:0 88px}@media (min-width: 768px) and (max-width: 1024px){.hero-content h1{font-size:90px}.hero-content p{font-size:24px}.hero-btn{font-size:20px;margin-top:40px;padding:12px 24px}}@media (max-width: 767px){.hero-section .hero-bg{position:absolute;top:0;width:100vw;height:100%;background:url(/assets/hero-BygLHNjE.png) no-repeat center center/cover}.hero-content h1{font-size:12vw}.hero-content p{font-size:18px;line-height:1.6rem}.circle{bottom:2vw}.text span{position:absolute;left:50%;font-size:1em;transform-origin:0 82px}}.about{display:flex;align-items:center;justify-content:center;flex-direction:column;margin:20px 0;padding:20px 0;width:100%}.about-section{display:grid;grid-template-columns:1fr auto;gap:90px}.about-section .about-content1{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:20px}.about-section .about-content1 h2{color:#ffdc73;font-family:proelium;text-align:left;font-size:24px}.about-section .about-content1 p{color:#fff;text-align:left;font-size:16px;line-height:1.5rem}.about-section .about-content2{display:flex;align-items:flex-end;justify-content:center;flex-direction:column;gap:20px}.about-img-container{position:relative;width:fit-content;margin-right:20px}.about-img-container img{width:180px;height:260px;border-radius:10px}.about-img-container:before{content:"";position:absolute;top:-20px;right:-20px;width:100%;height:100%;background:linear-gradient(135deg,#ffdc73,#f0a500,#ff8c00);border-radius:10px;z-index:-3;transition:all .3s ease}.about-img-container:hover:before{filter:brightness(1.4) saturate(1.3);box-shadow:0 0 15px #ffdc73cc,0 0 30px #ffcc4d99,0 0 60px #ffbf0066}.play-button{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center;cursor:pointer;font-size:24px;color:#ff8c00;transition:transform .3s ease;z-index:5}.play-button:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-45%,-50%);background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAyNJREFUeJzlmz9oE1Ecx7+/S9SKFsRFQQVNKG466OpUxEXc/LMILjo4aM2lWoSSgBarldQuiiKCggg6Kjqoi06CtqiI6F3SwQ66iFBFiub9HJKS5CRtc+/Pvbt8tne5e/fyyeXygXCEAOznDoKpCMJmAFMgPk/Z0uPgfkmBmgfsuXtAeBLcDsZTOMKl7Ph7k4szgdMyIhxH8M3Xtu8GO1Ps525w5eQ6Q2szghMYb1hg3xRARyHSHnvuWf5yaqXOhZkiKGAp9IIwgjnnM/vuMeZimDmsQWbxGwFcR/nnK64M7lK1INMo+PR4J4R4wZ77kL3BrPx8ZlF3+RL2gsRH9nMTPD2wRtm8mlH9/V0G0An8TZW5nD/DH4rLFc+vHD03MMJaMI9ixew79nL7tZxDEbrv4FtBdJ999xlXcts1nysUpn7C+iFokn33Dk8Prjd0ziVh8jfcAXAYQvjs5Yu2hJT5iGGsAnHBlpCK8uRWhJQFGRttSFkgoE5EIWWPgBrGQ8o2ATUMhpSdAhpoDynbBcyjLaTiIgDQFFJxElBDcUjFT0ADJSEVZwF15EIqAQLqhAyp5Aio0XFIJU1AjQ5CKpkCGiwaUkkXME8/BL1hz73A3PrXX7cIAIAUCEOo5I80b+wmAXXEoeZRFwpopfsEMO41D9NRrSMCqiC+hEzpdvPGbhHwHA67lCm9Db6QdAGfwDxMfaUH7XZI5j2A8R1EQ5jr3bbQmweSdwX8Afga0qJAW678WMoByRHAeAQ4A9Q3Vu7ksAQIoNdwKEeZsZdhjo6zgBkA55BdfZOoKMJOEj8BhF8QdBk91Yu0afy37HRxEiAA3IXjnKbs2FdVk8ZFQNuQkcV2AYuGjCx2hlAHISOLbVdAxyEjiz0CQoaMLBYIkAsZWaIUoCRkZDEvQHHIyGJSgJaQkcWUAG0hI4tuAdpDRhY9IWQwZGRRfQUYDxlZ1AmIKGRkUSAg2pCRRUaAFSEjSxgBs2CMokeM2xAysgQE8AxAO9rsWwX4FpzqMGUmvmlfmSFaBXDqKkjsQxc9PP3fg9Ls5Q+AuAAgA2ASxCNJfnz+H3R5dAugTEnCAAAAAElFTkSuQmCC) no-repeat center center/cover;width:25px;height:25px}.play-button:hover{transform:translate(-50%,-50%) scale(1.2)}.tooltip{visibility:hidden;position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background-color:#000c;color:#fff;padding:5px 10px;border-radius:5px;white-space:nowrap;font-size:12px;opacity:0;transition:opacity .3s ease}.play-button:hover .tooltip{visibility:visible;opacity:1}.modal{position:fixed;top:50%;left:50%;width:80%;height:80vh;transform:translate(-50%,-50%);background-color:#000;border-radius:10px;padding:20px;outline:none;max-width:100%;margin:auto;z-index:999}.modal iframe{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.trailer-overlay{position:fixed;top:0;left:0;background:#000;display:flex;align-items:center;justify-content:center;width:100%;height:100vh;z-index:999}.close-btn{position:absolute;top:-10px;right:-10px;background-color:#ffdc73;color:#000;border:none;padding:6px 10px;cursor:pointer;font-size:16px;font-weight:600;border-radius:50%;z-index:999}@media (min-width: 768px) and (max-width: 1024px){.about{margin:30px 0;padding:30px 0}.about-section{display:flex;flex-direction:column;gap:60px}.about-section .about-content2{align-items:center}.about-section .about-content1 h2{font-size:28px}.about-section .about-content1 p{font-size:24px;line-height:2.2rem}.about-img-container img{display:none}.about-img-container img.about-trailer-tabview{display:block!important;width:60vw;height:100%}.modal{width:80%;height:50vh}}@media (max-width: 767px){.about{margin:40px 0;padding:40px 0}.about-section{display:flex;flex-direction:column;gap:60px}.about-section .about-content2{align-items:center}.about-section .about-content1 h2{font-size:24px}.about-section .about-content1 p{font-size:18px;line-height:1.7rem}.about-img-container img{display:none}.about-img-container img.about-trailer-tabview{display:block!important;width:100%;height:100%}.modal{width:80%;height:30vh}}.upcoming-releases-container{margin:20px 0;padding:20px 0}.upcoming-releases-title{font-size:24px;color:#ffdc73;font-family:proelium;text-align:left;margin-bottom:20px}.upcoming-releases-grid{display:grid;gap:40px;grid-template-columns:1fr 1fr 1fr 1fr}.upcoming-release-item{background-color:#000;border-radius:10px;max-width:250px;overflow:hidden;transition:transform .3s ease}.upcoming-release-item:hover{transform:scale(1.05)}.upcoming-release-poster img{width:100%;height:320px}.upcoming-release-info{padding:10px;text-align:center}.upcoming-release-title{font-size:16px;color:#ffdc73;margin:10px 0}.upcoming-release-date{color:#fff;font-size:14px}@media (min-width: 768px) and (max-width : 1024px){.upcoming-releases-container{margin:30px 0;padding:30px 0}.upcoming-releases-title{font-size:28px}.upcoming-releases-grid{grid-template-columns:1fr 1fr 1fr}h3.upcoming-release-title{font-size:24px}.upcoming-release-date{font-size:18px}a.watch-trailer{font-size:18px;padding:10px 20px}}@media (max-width: 767px){.upcoming-releases-container{margin:40px 0;padding:40px 0}.upcoming-releases-title{font-size:24px}.upcoming-releases-grid{grid-template-columns:1fr 1fr}h3.upcoming-release-title{font-size:18px}.upcoming-release-date{font-size:14px}a.watch-trailer{font-size:14px;padding:8px 16px}.upcoming-release-poster img{height:260px}}.recent-releases-container{margin:20px 0;padding:20px 0}.recent-releases-title{font-size:24px;color:#ffdc73;font-family:proelium;text-align:left;margin-bottom:20px}.releases-grid{display:grid;gap:40px;grid-template-columns:1fr 1fr 1fr 1fr}.release-item{background-color:#000;border-radius:10px;max-width:250px;overflow:hidden;transition:transform .3s ease}.release-item:hover{transform:scale(1.05)}.release-poster img{width:100%;height:320px}.release-info{padding:10px;text-align:center}.release-title{font-size:16px;color:#ffdc73;margin:10px 0}.release-date{color:#fff;font-size:14px}.watch-trailer{display:inline-block;margin-top:10px;padding:8px 16px;background-color:transparent;border:1px solid #ffdc73;color:#fff;border-radius:5px;text-decoration:none;font-size:14px;transition:background-color .3s ease}.watch-trailer:hover{background-color:#ffdc73;color:#000}@media (min-width: 768px) and (max-width : 1024px){.recent-releases-container{margin:30px 0;padding:30px 0}.recent-releases-title{font-size:28px}.releases-grid{grid-template-columns:1fr 1fr 1fr}h3.release-title{font-size:24px}.release-date{font-size:18px}a.watch-trailer{font-size:18px;padding:10px 20px}}@media (max-width: 767px){.recent-releases-container{margin:40px 0;padding:40px 0}.recent-releases-title{font-size:24px}.releases-grid{grid-template-columns:1fr 1fr}h3.release-title{font-size:18px}.release-date{font-size:14px}a.watch-trailer{font-size:14px;padding:8px 16px}.release-poster img{height:260px}}.excellence{position:relative;margin:40px 0;padding:20px 0;min-height:500px;display:flex;align-items:center;justify-content:center}.excellence:before{content:"";position:absolute;width:20px;height:20px;top:0;left:0;border-top:1px solid #fff;border-left:1px solid #fff}.excellence:after{content:"";position:absolute;width:20px;height:20px;bottom:0;right:0;border-right:1px solid #fff;border-bottom:1px solid #fff}.excellence p{font-family:proelium;font-size:84px;color:#fff;text-align:center}.excellence span{font-family:proelium;font-size:84px;color:#000;-webkit-text-stroke:2px #fff;text-align:center}@media (min-width: 768px) and (max-width : 1024px){.excellence{margin:60px 0;padding:30px 0}.excellence p{font-size:8vw;color:#fff;text-align:center}.excellence span{font-size:8vw;-webkit-text-stroke:1px #fff}.excellence:before{border-top:2px solid #fff;border-left:2px solid #fff}.excellence:after{border-bottom:2px solid #fff;border-right:2px solid #fff}}@media (max-width: 767px){.excellence{margin:60px 0;padding:30px 0;min-height:400px}.excellence p{font-size:10vw;color:#fff;text-align:center}.excellence span{font-size:10vw;-webkit-text-stroke:1px #fff}.excellence:before{border-top:2px solid #fff;border-left:2px solid #fff;width:15px;height:15px}.excellence:after{border-bottom:2px solid #fff;border-right:2px solid #fff;width:15px;height:15px}}.footer{background-color:#000;color:#fff;margin:20px 0;padding:20px 0;text-align:center}.footer-container{width:100%;margin:0 auto;padding:0 20px}.footer-links{margin-bottom:15px}.footer-link{color:#fff;margin:0 15px;text-decoration:none}.footer-link:hover{text-decoration:underline}.footer-socials{margin-bottom:15px}.social-icon{color:#fff;margin:0 10px;text-decoration:none}.footer-copy{font-size:14px}@media (min-width: 768px) and (max-width: 1024px){.footer{margin:30px 0 20px;padding:30px 0 20px;font-size:18px}.footer-links,.footer-socials{margin-bottom:20px}.footer-copy{font-size:18px}}@media (max-width: 767px){.footer{margin:40px 0 20px;padding:40px 0 20px;font-size:14px}.footer-links{margin-bottom:20px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px}.footer-socials{margin-bottom:20px}.footer-copy{font-size:14px}}@font-face{font-family:heavitas;src:url(/assets/Heavitas-BE4TTxyk.ttf)}@font-face{font-family:proelium;src:url(/assets/GTProelium-zKqBb7Y0.otf)}*{padding:0;margin:0;box-sizing:border-box;font-family:Inter,sans-serif;scroll-behavior:smooth}html{overflow-x:hidden}body{min-height:100vh;background:#000}a{text-decoration:none;color:inherit}.app{width:90%;margin:auto;max-width:1240px;overflow-x:hidden}
