@import url(https://fonts.googleapis.com/css2?family=Averia+Libre:wght@300&family=Chewy&family=Fredoka+One&family=Lilita+One&family=Montserrat:wght@300;400;600;700;800;900&family=Nixie+One&family=Rubik+Glitch&family=Rubik+Wet+Paint&family=Suranna&display=swap);:root{--color-bg:#000;--color-latest:#f05;--color-features:#fff;--color-scripts:#ffbf00;--color-contact:#fff;--color-footer:#031b34;--color-button-primary:#ff4000;--font-family:"Montserrat",sans-serif;--font-weight:900}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{background:var(--color-bg)}a{color:inherit;text-decoration:none}.gradient__bg{background:-o-linear-gradient(90deg,#ff5900 0,#000 56%);background:linear-gradient(90deg,#ff5900,#000 56%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#FF5900",GradientType=0)}.shadow-drop-2-center{-webkit-animation:shadow-drop-2-center .4s cubic-bezier(.25,.46,.45,.94) both;animation:shadow-drop-2-center .4s cubic-bezier(.25,.46,.45,.94) both}@-webkit-keyframes shadow-drop-2-center{0%{box-shadow:0 0 0 0 transparent;-webkit-transform:translateZ(0);transform:translateZ(0)}to{box-shadow:0 0 20px 0 rgba(0,0,0,.35);-webkit-transform:translateZ(50px);transform:translateZ(50px)}}@keyframes shadow-drop-2-center{0%{box-shadow:0 0 0 0 transparent;-webkit-transform:translateZ(0);transform:translateZ(0)}to{box-shadow:0 0 20px 0 rgba(0,0,0,.35);-webkit-transform:translateZ(50px);transform:translateZ(50px)}}@media screen and (max-width:700px){.section__padding{padding:4rem}.section__margin{margin:4rem}}@media screen and (max-width:550px){.section__padding{padding:4rem 2rem}.section__margin{margin:4rem 2rem}}@-webkit-keyframes slide-in-blurred-left{0%{-webkit-filter:blur(40px);filter:blur(40px);opacity:0;-webkit-transform:translateX(-1000px) scaleX(2.5) scaleY(.2);transform:translateX(-1000px) scaleX(2.5) scaleY(.2);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}to{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translateX(0) scaleY(1) scaleX(1);transform:translateX(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}}@keyframes slide-in-blurred-left{0%{-webkit-filter:blur(40px);filter:blur(40px);opacity:0;-webkit-transform:translateX(-1000px) scaleX(2.5) scaleY(.2);transform:translateX(-1000px) scaleX(2.5) scaleY(.2);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}to{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translateX(0) scaleY(1) scaleX(1);transform:translateX(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}}.slide-in-blurred-right{-webkit-animation:slide-in-blurred-right .6s cubic-bezier(.23,1,.32,1) both;animation:slide-in-blurred-right .6s cubic-bezier(.23,1,.32,1) both}@-webkit-keyframes slide-in-blurred-right{0%{-webkit-filter:blur(40px);filter:blur(40px);opacity:0;-webkit-transform:translateX(1000px) scaleX(2.5) scaleY(.2);transform:translateX(1000px) scaleX(2.5) scaleY(.2);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translateX(0) scaleY(1) scaleX(1);transform:translateX(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}}@keyframes slide-in-blurred-right{0%{-webkit-filter:blur(40px);filter:blur(40px);opacity:0;-webkit-transform:translateX(1000px) scaleX(2.5) scaleY(.2);transform:translateX(1000px) scaleX(2.5) scaleY(.2);-webkit-transform-origin:0 50%;transform-origin:0 50%}to{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translateX(0) scaleY(1) scaleX(1);transform:translateX(0) scaleY(1) scaleX(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%}}.fade-in{-webkit-animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1) both;animation:fade-in 1.2s cubic-bezier(.39,.575,.565,1) both}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.top__navbar{align-items:center;display:flex;justify-content:space-between;padding:2rem 6rem}.top__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:flex-end}.top__navbar-links_logo{margin-right:2rem}.top__navbar-links_logo img{max-height:80px;max-width:80px}.top__navbar-links_container{display:flex;flex-direction:row}.top__navbar-contact{align-items:center;display:flex;justify-content:flex-end;padding-left:2rem}.top__navbar-contact p,.top__navbar-links_container p,.top__navbar-menu_container p{color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:600;line-height:25px;margin:0 1rem;text-transform:capitalize}.top__navbar-contact button,.top__navbar-menu_container button{background:var(--color-button-primary);border:0;border-radius:5px;color:#fff;cursor:pointer;font-family:var(--font-family);line-height:25px;outline:none;padding:.5rem 1rem}.top__navbar-menu{display:none;margin-left:1rem;position:relative}.top__navbar-menu svg{cursor:pointer}.top__navbar-menu_container{align-items:flex-end;background:var(--color-footer);border-radius:5px;box-shadow:0 0 5 rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:flex-end;margin-top:1rem;min-width:210px;padding:2rem;position:absolute;right:0;text-align:end;top:40px}.top__navbar-menu_container p{margin:1rem 0}.top__navbar-menu_container-links-contact{display:none}@media screen and (max-width:1050px){.top__navbar-links_container{display:none}.top__navbar-menu{display:flex}}@media screen and (max-width:700px){.top__navbar{padding:2rem 4rem}}@media screen and (max-width:550px){.top__navbar{padding:2rem}.top__navbar-contact{display:none}}.top__navbar-menu_container{top:20px}.top__navbar-menu_container-links-contact{display:block}.helen__header{display:flex;padding-bottom:4rem}.helen__header-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:5rem;max-width:40%;padding-left:5rem}.helen__header-content h1{color:#fff;font-family:var(--font-family);font-weight:700}.helen__header-content p{color:#fff;font-family:var(--font-family);font-weight:600;margin-top:1.5rem}.helen__header-content__social{color:#fff}.helen__header-content__input{display:flex;margin:2rem 0 1rem;width:100%}.helen__header-content__input button{background:#000;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:20px;font-weight:700;line-height:27px;margin-right:3rem;min-height:50px;padding:.4rem;width:35%}.helen__header-content__social{align-items:center;display:flex;justify-content:flex-start;margin-top:2rem;width:100%}.helen__header-content__social p{font-family:var(--font-family);margin:0 0 0 1rem;text-align:center}.helen__header-image{display:flex;flex:1 1;justify-content:flex-end;margin-right:6rem}.helen__header-image img{height:100%;width:30rem}@media screen and (max-width:1050px){.helen__header{flex-direction:column}.helen__header-content{margin:0 0 3rem}}@media screen and (max-width:650px){.helen__header h1{font-size:48px;line-height:60px}.helen__header p{font-size:16px;line-height:24px}.helen__header-content__social{flex-direction:column}.helen__header-content__social p{margin:0}.helen__header-content__input button,.helen__header-content__input input{font-size:16px;line-height:24px}}@media screen and (max-width:490px){.helen__header h1{font-size:36px;line-height:48px}.helen__header p{font-size:14px;line-height:24px}.helen__header-content__input button,.helen__header-content__input input{font-size:12px;line-height:16px}}.home__latest-container{background-color:#ff4500;display:flex;padding-bottom:4rem;padding-top:4rem}.home__latest-header{align-items:flex}.home__latest-header h2{color:#fff;font-family:var(--font-family);padding-bottom:2rem;padding-top:2rem;text-align:center}.home__latest-image img{align-items:flex-start;flex-direction:column;height:100%;margin-left:4rem;padding-left:0;width:50rem}.home__latest-content button{background-color:#000;border-radius:5px;border-style:none;color:#fff;font-family:var(--font-family);margin-top:1rem;padding:1rem 2rem}.home__latest-content{align-items:flex-start;color:#fff;display:flex;flex:1 1;flex-direction:column;font-family:var(--font-family);justify-content:center;margin-left:4rem;margin-right:4rem;max-width:40em}.home__latest-content h3{margin-bottom:1rem}@media screen and (max-width:1050px){.home__latest-container{flex-direction:column}.home__latest-image img{max-width:30rem}}.home__scripts{color:#fff}.home__scripts-header{font-family:var(--font-family);margin-bottom:2rem;text-align:center}.home__scripts-container{display:flex;justify-content:center;margin:0}.script-item{background-color:green;margin-left:4rem;position:relative}.script-image{max-width:20rem}.script-image-overlay{background-color:#ff4500;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:.5s ease;width:100%}.script-image-overlay-text{color:#fff;font-size:20px;left:50%;opacity:0;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:.5s ease}.script-item:hover .script-image-overlay,.script-item:hover .script-image-overlay-text{opacity:1}@media screen and (max-width:900px){.home__scripts-container{flex-direction:column;justify-content:center}}.filmProject__header-title{align-items:flex}.filmProject__header-title h1{color:#fff;font-family:var(--font-family);font-size:3rem;padding-bottom:1rem;padding-top:2rem;text-align:center}.filmProject__header-main{display:flex;padding-bottom:4rem;padding-top:4rem}.filmProject__header-content{align-items:flex-end;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin-right:5rem;width:70%}.filmProject__header-content h2{color:#fff;font-family:var(--font-family);font-weight:700}.filmProject__header-content p{color:#fff;font-family:var(--font-family);font-weight:600;margin-top:1.5rem}.filmProject__header-content-text{height:30%;margin-bottom:3rem;margin-left:0;width:80%}.filmProject__header-content-videos{height:70%;width:80%}.filmProject__header-image{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-start;margin-left:10rem;width:30%}.filmProject__header-image h2{color:#fff;font-family:var(--font-family);font-weight:700;padding-bottom:2rem}.filmProject__header-image img{bottom:0;width:100%}@media screen and (max-width:1050px){.filmProject__header-main{flex-direction:column}.filmProject__header-content{margin:0 0 3rem}}@media screen and (max-width:650px){.filmProject__header-main h1{font-size:48px;line-height:60px}.filmProject__header-main p{font-size:16px;line-height:24px}.filmProject__header-content__social{flex-direction:column}.filmProject__header-content__social p{margin:0}.filmProject__header-content__input button,.filmProject__header-content__input input{font-size:16px;line-height:24px}}@media screen and (max-width:490px){.filmProject__header-main h1{font-size:36px;line-height:48px}.filmProject__header-main p{font-size:14px;line-height:24px}.filmProject__header-content__input button,.filmProject__header-content__input input{font-size:12px;line-height:16px}}.youtube-iframe{height:55vh!important;width:100%!important}.gallery-right{display:flex;flex-direction:row;justify-content:flex-start;margin-top:3rem}.gallery-right-content{background-color:#ff4500;display:flex;height:50%;padding-bottom:3rem;width:50%}.gallery-right-content p{color:#fff;font-family:var(--font-family);margin:6rem;text-align:justify}.gallery-right-gallery{padding-bottom:3rem;width:50%}@media screen and (max-width:800px){.gallery-right{align-items:center;flex-direction:column}.gallery-right-content{font-size:small;width:100%}.gallery-right-gallery{width:100%}}.gallery-left{display:flex;flex-direction:row;margin-top:3rem}.gallery-left-content{background-color:#ff4500;display:flex}.gallery-left-content,.gallery-left-gallery{padding-bottom:3rem;width:50%}@media screen and (max-width:800px){.gallery-left{align-items:center;flex-direction:column}.gallery-left-content,.gallery-left-gallery{width:100%}}.gallery-centre-black{display:flex;justify-content:center}.gallery-centre-black-gallery{background-color:#000;padding-bottom:1rem;width:50%}@media screen and (max-width:800px){.gallery-centre-black{align-items:center;flex-direction:column}.gallery-centre-black-gallery{width:100%}}.film-project-page h2{color:#fff;font-family:var(--font-family);padding-top:2rem;text-align:center}.about-header{display:flex;justify-content:center}.about-header img{width:100%}.contact-form-container{margin:20px;width:35%}.contact-form-header{background-color:#ff4500;color:#fff;font-family:var(--font-family);font-size:30px;font-weight:700;padding:2rem;text-align:center}.contact-form{background-color:#fff;display:flex}.left-of-form{height:100%;width:30%}.right-of-form{display:flex;flex-direction:column;height:100%;justify-content:center;padding:2rem;width:70%}.contact-form-section{float:left;margin-bottom:2rem}.contact-form-section label{color:#ff4500;font-family:var(--font-family)}.contact-form-input{height:3rem}.contact-form-input,.contact-form-message-area{background-color:#f7f7f7;border:none;border-radius:5px;padding:10px;width:100%}.contact-form-message-area{height:15rem}.contact-form-button{background:var(--color-button-primary);border:0;border-radius:5px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:700;height:4rem;margin-left:1rem;margin-top:2rem;outline:none;padding:.7rem}
/*# sourceMappingURL=main.39a6f53c.css.map*/