html{background-color:#000;height:100%}.main{padding-top:50px}*{padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;box-sizing:border-box}.main{overflow-x:hidden}.fade-zoom-in{opacity:0;transform:scale(.5);transition:opacity 1s,transform 1s}.fade-zoom-in.animate{opacity:1;transform:scale(1)}@media screen and (max-width: 800px){.main{padding-top:20px}}.navbar{width:100%;padding:20px;display:flex;justify-content:space-between;align-items:center;position:fixed;top:0;z-index:10;background-color:#131313}.show-nav-manage{display:none}.navbar .show-nav-manage .icon{color:#fff;font-size:2em}.navbar .logo{cursor:pointer}.navbar .logo img{width:400px;height:auto}.navbar .nav-list{width:500px;display:flex;justify-content:space-between;align-items:center;font-size:1.2em}.navbar .nav-list li{cursor:pointer;color:#fff;list-style:none}.navbar .nav-list button{cursor:pointer;color:#fff;background-color:#008cff;padding:5px 15px;border:1px solid #8ac0ff;border-radius:10px;font-size:1.1em}.nav-manage{display:none}@media screen and (max-width: 1150px){.navbar .nav-list{flex-direction:column;width:100%;height:100vh;padding:100px 0;background-color:#131313;align-items:center;justify-content:center;position:absolute;z-index:-1;top:0;left:0;right:0}.navbar .nav-list li,.navbar .nav-list button{margin:20px 0}.navbar .logo img{width:50%;height:auto}.nav-manage{display:flex;cursor:pointer}.nav-manage .icon{color:#fff;font-size:2em}}.hero{box-sizing:border-box;position:relative;width:100vw;height:100vh;padding-top:20px}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0008,#00000098),url(../img/hero-bg.webp);background-repeat:no-repeat;background-size:cover;background-position:center center}.hero-text{display:flex;flex-direction:column;position:relative;align-items:center;justify-content:center;color:#fff;padding-top:25vh}.hero-title{font-family:Roboto,sans-serif;font-weight:800;font-size:400%;letter-spacing:4px}.hero-button{text-decoration:none;margin-top:1rem;box-shadow:0 0 0 2px #17ebeb;background:linear-gradient(to bottom,#13edb6 5%,#136bd6);background-color:#13edb6;border-radius:10px;border:1px solid #4e6096;display:inline-block;cursor:pointer;color:#030303;font-size:19px;padding:12px 45px;text-shadow:0px 1px 0px #283966}.hero-button:hover{background:linear-gradient(to bottom,#136bd6 5%,#13edb6);background-color:#136bd6}@media screen and (max-width: 991px){.hero h1,.hero h2,.hero h3{justify-content:center;white-space:nowrap;text-align:center}}@media screen and (max-width: 767px){.hero-text h1,.contact-title{font-size:8vw}h2{font-size:6vw}h3{font-size:4vw}.hero-button{width:60%;max-width:200px;height:auto;text-align:center}}.about-section{color:#e6e6e6;height:900px;background-image:url(/assets/about-M5tFPwmN.webp);background-position:center;display:flex;justify-content:center;align-items:center;overflow:hidden}.about-text-section{max-width:700px;background-color:#00000080;border-radius:10px;box-shadow:10px 10px 50px 50px #00000080;padding:0 20px;letter-spacing:.1em;line-height:1.3em}.about-text-section h2{padding-bottom:20px}@media screen and (max-width: 768px){.about-text-section{padding:20px}}@media screen and (max-width: 480px){.about-text-section{padding:20px}}.services-container{padding:150px 0;width:100%;color:#faebd7;background-color:#050101;display:flex;flex-wrap:wrap;justify-content:center}.service-card{padding:10px;width:250px;height:300px;margin:10px;text-align:center;font-size:1.5rem;border:1px solid #6d6d6d;border-radius:10px;overflow:hidden}.service-card-link{text-decoration:none;color:inherit}.service-card h5{height:30%;width:100%;display:flex;justify-content:center;align-items:center}.service-card img{width:100%;height:70%;object-fit:cover;border-radius:10px}@media screen and (max-width: 600px){.service-card{width:200px;height:250px}}.gallerySection{width:100%;height:400px;background-color:#212121;scroll-behavior:smooth;height:600px;overflow:hidden}.gallerySliderSection{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;position:relative}.gallerySliderSection img{width:250px;height:50%;object-fit:cover;margin:0 10px;border-radius:10px}.slider{width:4860px;display:flex;animation:scroll 8s linear infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-1620px)}}.gallerySection{position:relative}.gallerySectionBtn{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:absolute;top:0;bottom:0;right:0;left:0;z-index:1;text-decoration:none}.gallerySectionBtn button{font-size:2em;padding:20px 60px;border-radius:20px;border:3px solid #d4d4d4;background-color:#000c;color:#d4d4d4}.gallerySectionBtn button:hover{background-color:#fffc;color:#000;transition:all .3s linear}.gallerySectionBtn:hover{background-color:#00000080;transition:all .3s linear}@media screen and (max-width: 991px){.gallerySection{padding:0;overflow:hidden}.gallerySectionBtn button{font-size:1.5em;padding:15px 40px;border-radius:20px;border:3px solid #d4d4d4;background-color:#000c;color:#d4d4d4}}.contacts-container{display:flex;justify-content:center;align-items:center;gap:20px;padding:150px 0;overflow:hidden;flex-wrap:wrap}.contact{background-color:#f4f4f4;border-radius:8px;padding:20px;box-shadow:0 4px 6px #7e7e7e1a;text-align:center;width:300px}.contact-image{max-width:100%;border-radius:50%}.contact h2{margin:10px 0;font-size:20px}.contact p{margin:5px 0;font-size:16px}@media (max-width: 992px){.contacts-container{flex-direction:column;align-items:center}.contact{margin-bottom:20px}}.collaborators-container{background-color:#050101;padding:20px;text-align:center}.title-container{margin-bottom:3%;color:#fff}.logos-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.logo-container{display:flex;justify-content:center;align-items:center}.logo{max-width:100%;max-height:200px}.footer{margin-top:5vh;padding:1vh 0;background-color:#000;color:#fff;text-align:center}.footer-content{max-width:800px;margin:auto;padding:20px;display:flex;flex-wrap:wrap}.footer-section div{flex:1;padding:10px;box-sizing:border-box;color:#fff;font-size:14px;text-align:left;margin-bottom:10px}.responsive-section{flex:1;padding:10px;box-sizing:border-box}.responsive-section img{width:30%;height:auto}.footer-bottom div{clear:both;color:#fff;font-size:14px;text-align:center}@media screen and (max-width: 768px){.footer-content{flex-direction:column}.footer-section,.responsive-section{flex:none;width:100%}}.ohjelma-container{background-color:#fff;display:flex;margin-top:60px;padding:10px}.ohjelma-image{flex:1;padding:50px}.ohjelma-image img{width:100%;height:auto}.ohjelma-content{flex:3;padding:10px;margin-right:30%;min-height:70vh}@media screen and (max-width: 600px){.ohjelma-container{flex-direction:column}}@media screen and (max-width: 1024px){.ohjelma-content{margin:0}}*{transition:all .3s linear;scroll-behavior:smooth}.galleryPage{width:100%;height:90vh;overflow:scroll;padding:100px 20px;background-color:#fff}.galleryPage>h2{color:#212121}.galleryWrap{width:100%;padding:10px 0;display:flex;flex-wrap:wrap;justify-content:start;align-items:center;gap:10px}.galleryWrap a{height:200px;max-width:250px;display:flex;justify-content:center;align-items:center}.galleryWrap a img{height:100%;overflow:hidden;border:1px solid #ffffff;border-radius:5px}.galleryWrap a :hover{border:1px solid #cacaca;border-radius:5px}.sliderWrap{height:100vh;width:100%;position:absolute;z-index:1;top:7%;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#000c}.sliderWrap img{width:auto;max-height:80%;border-radius:10px;border:1px solid #fff}.gallerySliderNav{color:#fff;font-size:3em;background-color:#3a3a3a;border:1px solid #fff;border-radius:50%;padding:5px;margin:10px}.gallerySliderNav:hover{background-color:#ffffff80}@media screen and (max-width: 1024px){.galleryWrap a{height:200px;max-width:250px;display:flex;justify-content:center;align-items:center}.galleryWrap{justify-content:start;gap:5px}}@media screen and (max-width: 768px){.sliderWrap img{width:90%;max-height:100%}.galleryWrap{display:flex;align-items:center;justify-content:center}.galleryWrap a{width:200px}.galleryPage{padding:80px 5px}}@media screen and (max-width: 420px){.galleryWrap{flex-direction:column}}
