:root{--color-primary: #D1CF4F;--color-secondary: #17594A;--color-grey: #F4F4F4;--font-primary: "Manrope", sans-serif;--border-radius-default: 36px;--border-radius-default-mobile: 24px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:20px}@media screen and (max-width: 991px){html{font-size:16px}}body{height:100%;font-family:var(--font-primary);font-optical-sizing:auto;line-height:1.5;color:var(--color-secondary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;max-width:100%;overflow-x:hidden}img,svg,iframe{max-width:100%;display:block}button,input,textarea,select{font:inherit;background:none;border:none;outline:none}a{color:inherit;text-decoration:none}a:hover{color:inherit;opacity:.8}h1,h2,h3,h4,h5,h6{font-weight:700}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}.py-10{padding-top:10rem;padding-bottom:10rem}.text-bigger{font-size:1.2rem}.text-grey,.color-grey{color:var(--color-grey)}.color-primary{color:var(--color-primary) !important}.color-secondary{color:var(--color-secondary) !important}.color-white{color:#fff !important}.border-radius{border-radius:var(--border-radius-default)}@media screen and (max-width: 991px){.border-radius{border-radius:var(--border-radius-default-mobile)}}.gsap-reveal{opacity:0}@media screen and (max-width: 991px){.row>*{padding-top:30px}}a.return-top{position:fixed;left:30px;bottom:30px;z-index:999;transform:rotate(-90deg);background-color:var(--random-color);padding:10px;display:none}body.scrolled a.return-top{display:block}body.scrolled .scroll-disappear{transition:all .5s ease-in-out;transform:translateY(-100%);opacity:0}body.scrolled .scroll-disappear.delayed{transition-delay:.5s}body.scrolled .scroll-disappear.longer{transition-duration:1.5s}body.scrolled .scroll-disappear.longest{transition-duration:2.5s}.reveal-up{opacity:0;animation:revealUp .6s ease-in-out forwards}.reveal-up.slow{animation-duration:2.5s}.btn{transition:background-color .3s ease;border:none;box-shadow:none;background:inherit;border-radius:30px;font-size:.8rem;margin-right:15px;padding:10px 30px}.btn.btn-primary{color:var(--color-secondary);background-color:var(--color-primary)}.btn.btn-secondary{background-color:var(--color-secondary);color:var(--color-primary)}.read-more{color:var(--color-primary);font-weight:600;position:relative;display:flex;align-items:center}.read-more:before{content:"";display:inline-block;width:24px;height:24px;margin-right:10px;background:url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.683594 0.729523L8.68359 8.22952L0.683594 15.7295' stroke='white' stroke-width='2'/%3E%3C/svg%3E") no-repeat center center/40% auto;background-color:var(--color-primary)}.read-more:hover{color:var(--color-primary);filter:brightness(0.9)}.explore-more{color:var(--color-primary);font-weight:600;font-size:.9rem;position:relative;display:flex;align-items:center}.explore-more:after{content:"";display:inline-block;width:24px;height:24px;margin:10px 5px;background:url("data:image/svg+xml,%3Csvg width='11' height='17' viewBox='0 0 11 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.683594 0.729523L8.68359 8.22952L0.683594 15.7295' stroke='%23024cff' stroke-width='2'/%3E%3C/svg%3E") no-repeat center center/50% auto}.explore-more:hover{color:var(--color-primary);filter:brightness(0.9)}.text-parallax{color:var(--color-primary);text-align:center}.text-parallax strong{font-size:5.5rem;display:block;white-space:nowrap;transition:transform .7s ease-out}.text-parallax.ios-off strong:nth-of-type(1){transform:translateX(-100vw)}.text-parallax.ios-off strong:nth-of-type(2){transform:translateX(100vw)}.text-parallax.smaller strong{font-size:3.5rem}form#demoForm{display:flex;flex-wrap:wrap;gap:0 20px}form#demoForm .half{width:calc(50% - 10px)}@media(max-width: 991px){form#demoForm .half{width:100%}}form#demoForm .full{width:100%}form#demoForm label{display:none}form#demoForm input,form#demoForm textarea{background:rgba(0,0,0,0);border:none;border-bottom:1px solid #fff;border-radius:0;color:#fff;padding:15px 0}form#demoForm input::-moz-placeholder, form#demoForm textarea::-moz-placeholder{color:hsla(0,0%,100%,.6)}form#demoForm input::placeholder,form#demoForm textarea::placeholder{color:hsla(0,0%,100%,.6)}form#demoForm input:focus,form#demoForm textarea:focus{background:rgba(0,0,0,0);border-color:#fff;box-shadow:none;color:#fff}form#demoForm textarea{resize:none}form#demoForm button[type=submit]{margin-top:20px;color:var(--color-primary);letter-spacing:1px}form#demoForm button[type=submit]:before{background-color:var(--color-primary);background-image:url(../img/arrow-r.svg)}.moving-gradient{background:linear-gradient(45deg, var(--color-primary), #fff);background-size:400% auto;background-clip:text;color:rgba(0,0,0,0);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);animation:gradientShift 3s linear infinite}.expandable-container{max-height:700px;position:relative;overflow:hidden;transition:max-height .5s ease-in-out}.expandable-container::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:200px;background:linear-gradient(to bottom, transparent, var(--color-primary));pointer-events:none}.expandable-container.expanded{max-height:none}.expandable-container.expanded::after{display:none}.expandable-container.expanded .expand-link{display:none}.expandable-container .expand-link{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);z-index:1;cursor:pointer;color:#fff;font-size:.8rem;font-weight:700;padding:5px 15px;border-radius:20px}.move-up-for-radius{position:relative;z-index:0;margin-top:calc(-2*var(--border-radius-default));padding-top:calc(2*var(--border-radius-default))}@keyframes fadeDark{to{filter:brightness(0.3)}}@keyframes revealUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}@keyframes gradientShift{0%{background-position:0% 50%}25%{background-position:100% 100%}50%{background-position:100% 0%}75%{background-position:0% 100%}100%{background-position:0% 50%}}@keyframes floatAround{0%{top:0%;left:-5%}30%{top:70%;left:85%}50%{top:0%;left:35%}80%{top:90%;left:5%}100%{top:0%;left:-5%}}@keyframes platformCirclePulse{0%{transform:scale(1);opacity:.7}100%{transform:scale(1.8);opacity:0}}@keyframes marquee{0%{background-position:0 center}100%{background-position:-1800px center}}header{position:fixed;top:30px;left:0;width:100%;height:100px;z-index:4;transition:top .3s ease}@media screen and (max-width: 991px){header{left:15px;width:calc(100% - 30px)}}body.scrolled header{top:-130px}@media screen and (max-width: 991px){body.scrolled.menu-open header{top:30px}}body.scrolled.scroll-up header{top:30px}header .container{display:flex;align-items:center;justify-content:space-between;border-radius:var(--border-radius-default);padding:10px 30px;background-color:hsla(0,0%,100%,.1882352941);backdrop-filter:blur(10px);gap:30px;max-height:65px}body.scrolled.scroll-up header .container{background-color:rgba(0,0,0,.1882352941)}header .container>*{flex:1}header .container a{color:#fff;font-size:.75rem}header .container img.custom-logo{max-width:150px}@media screen and (max-width: 991px){header .container img.custom-logo{max-width:100px}}body.template-page-platform header .container a,body.template-page-contact header .container a,body.template-:not(.front-page) header .container a{color:var(--color-secondary)}header .container .menu-toggle{display:flex;flex-direction:column;gap:4px;background:rgba(0,0,0,0);border:none;cursor:pointer}header .container .menu-toggle span{display:block;width:24px;height:2px;background:#fff;transition:all .3s ease}header .container ul.nav{display:flex;align-items:center;justify-content:space-around;list-style:none;flex:3}header .container ul.nav>li{position:relative;padding:20px 0}header .container ul.nav>li ul.sub-menu{opacity:0;position:absolute;width:250px;left:-20px;top:100%;transform:translateY(30px);background-color:hsla(0,0%,100%,.1882352941);backdrop-filter:blur(10px);list-style:none;padding:30px;border-radius:var(--border-radius-default);background-position:top 100px 0;pointer-events:none;transition:opacity .2s ease,visibility 0s linear .3s,transform .2s ease;visibility:hidden}body.scrolled.scroll-up header .container ul.nav>li ul.sub-menu{background-color:rgba(0,0,0,.1882352941)}header .container ul.nav>li:hover ul.sub-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0px);transition-delay:0s}header .container .right-buttons{justify-content:flex-end;align-items:center;display:flex;gap:20px}.menu-open .menu-toggle span{background-color:var(--color-primary)}.menu-open .menu-toggle span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.menu-open .menu-toggle span:nth-child(2){opacity:0}.menu-open .menu-toggle span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}.menu-open .mobile-menu{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-menu{transform:translateY(-200dvh);background:linear-gradient(0deg, var(--color-primary), var(--color-secondary));width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:3;display:flex;align-items:flex-start;justify-content:center;opacity:0;transition:all .3s ease;pointer-events:none;padding-top:100px;color:#fff}.mobile-menu .mobile-menu-container{width:100%;padding:30px}.mobile-menu .mobile-menu-container ul.nav{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.mobile-menu .mobile-menu-container ul.nav>li{font-size:1.2rem;font-weight:bold;margin:10px 0;border-bottom:1px solid hsla(0,0%,100%,.1882352941)}.mobile-menu .mobile-menu-container ul.nav>li ul{margin:0;padding:15px 0 0 10px}.mobile-menu .mobile-menu-container ul.nav>li li{list-style:none;font-size:1.1rem;padding-left:10px;margin-bottom:5px;font-weight:500}.mobile-menu .additional-buttons{display:flex;justify-content:space-between;padding-top:50px;flex-direction:row-reverse;align-items:center}@media(min-width: 992px){.mobile-menu{display:none !important}}#menu-ana-menu .menu-item-549,#menu-main-menu-en .menu-item-588{border-top:1px solid hsla(0,0%,100%,.1254901961);padding-top:10px;margin-top:10px;margin-left:-30px;margin-right:-30px;padding-left:30px}footer{background-color:#fff;background-image:url(../img/footer-bg.png);background-repeat:no-repeat;background-position:right 20% top;padding-top:80px;font-size:.9rem}footer a{color:inherit}footer .social-links{display:flex;gap:20px}@media screen and (min-width: 992px){footer .social-links{justify-content:flex-end}}footer .footer-bottom{border-top:1px solid var(--color-primary);margin-top:50px;padding:20px;display:flex;gap:20px}@media screen and (min-width: 992px){footer .footer-bottom{justify-content:space-between}}@media screen and (max-width: 991px){footer .footer-bottom{flex-direction:column}}footer .footer-bottom ul{list-style:none;margin:0;padding:0;display:flex;gap:20px}@media screen and (max-width: 991px){footer .footer-bottom ul{flex-direction:column;align-items:flex-start;width:100%;margin-bottom:30px}}.carousel-controls{display:flex;justify-content:flex-end;gap:10px;margin-bottom:30px}.carousel-arrow{background:url(../img/carousel-arrow-left.svg) center center no-repeat;border:none;width:48px;height:48px;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.carousel-arrow.carousel-next{background:url(../img/carousel-arrow-right.svg) center center no-repeat}.carousel-arrow:hover{opacity:.8;transform:scale(1.05)}.carousel-arrow:disabled{opacity:.3;cursor:not-allowed;transform:scale(1)}.carousel-wrapper{overflow:hidden;width:100%}.carousel-track{display:flex;flex-wrap:nowrap;transition:transform .5s ease}.carousel-slide{flex-shrink:0}.modal.fade .modal-dialog{transition:none;transform:translateX(100%)}.modal.fade.show .modal-dialog{animation:slideInRight .4s forwards}@keyframes slideInRight{from{transform:translateX(100%)}to{transform:translateX(0)}}body.modal-open{overflow:hidden}@media(min-width: 992px){body.modal-open .modal-dialog{width:50%}}body.modal-open .modal-content{background:#fff;border-top-left-radius:30px;border-top-right-radius:30px;border:2px solid var(--color-primary)}body.modal-open .modal-content .modal-header button{color:var(--color-secondary);font-size:1.4rem}body.modal-open .modal.fade.show{background-color:rgba(0,0,0,.3137254902)}body.modal-open .modal-body{padding:0px}body.modal-open .modal-dialog{max-width:unset;margin:0px;position:fixed;right:0px;height:100%}body.modal-open .modal-dialog .modal-content{height:inherit;overflow:auto;padding:0px 24px;padding-bottom:24px}body.modal-open .modal-dialog .modal-content .modal-header{border:unset;position:relative;justify-content:space-between;padding:40px 0px}body.modal-open .modal-dialog .modal-content .modal-header .modal-title{text-align:left;font-weight:normal}@media(min-width: 992px){body #demoModal .modal-content .modal-body{padding:0 60px 60px}}body .modal-backdrop.show{background-color:rgba(var(--color-primary), 1);opacity:.8}.wpcf7{padding:30px;color:var(--color-secondary);border-radius:8px;font-size:.8rem}.wpcf7 .form-group{margin-bottom:35px}.wpcf7 .form-group label{display:block;margin-bottom:15px;line-height:1.4}.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 textarea{width:100%;padding:12px 15px;border:1px solid var(--color-secondary);border-radius:6px;background-color:rgba(0,0,0,0);color:var(--color-secondary);font-size:14px;outline:none;transition:border-color .3s ease;box-sizing:border-box;margin-top:8px}.wpcf7 input[type=text]:focus,.wpcf7 input[type=email]:focus,.wpcf7 input[type=tel]:focus,.wpcf7 textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 1px rgba(var(--color-primary), 0.2)}.wpcf7 input[type=text]::-moz-placeholder, .wpcf7 input[type=email]::-moz-placeholder, .wpcf7 input[type=tel]::-moz-placeholder, .wpcf7 textarea::-moz-placeholder{color:var(--color-placeholder);opacity:1}.wpcf7 input[type=text]::placeholder,.wpcf7 input[type=email]::placeholder,.wpcf7 input[type=tel]::placeholder,.wpcf7 textarea::placeholder{color:var(--color-placeholder);opacity:1}.wpcf7 .wpcf7-list-item{display:block;margin-left:0;margin-bottom:12px}.wpcf7 .wpcf7-list-item label{display:flex;align-items:center;cursor:pointer}.wpcf7 .wpcf7-list-item input[type=radio],.wpcf7 .wpcf7-list-item input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wpcf7 .wpcf7-list-item input[type=radio]+span.wpcf7-list-item-label,.wpcf7 .wpcf7-list-item input[type=checkbox]+span.wpcf7-list-item-label{position:relative;padding-left:32px;display:inline-block;line-height:1.4}.wpcf7 .wpcf7-list-item input[type=radio]+span.wpcf7-list-item-label::before,.wpcf7 .wpcf7-list-item input[type=checkbox]+span.wpcf7-list-item-label::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;border:2px solid var(--color-secondary);background-color:rgba(0,0,0,0);box-sizing:border-box}.wpcf7 .wpcf7-list-item input[type=radio]+span.wpcf7-list-item-label::before{border-radius:50%}.wpcf7 .wpcf7-list-item input[type=radio]:checked+span.wpcf7-list-item-label::after{content:"";position:absolute;left:4.5px;top:50%;transform:translateY(-50%);width:9px;height:9px;border-radius:50%;background-color:var(--color-secondary)}.wpcf7 .wpcf7-list-item input[type=checkbox]+span.wpcf7-list-item-label::before{border-radius:3px}.wpcf7 .wpcf7-list-item input[type=checkbox]:checked+span.wpcf7-list-item-label::after{content:"";position:absolute;left:6px;top:50%;transform:translateY(-55%) rotate(45deg);width:5px;height:10px;border:solid var(--color-secondary);border-width:0 2px 2px 0}.wpcf7 .wpcf7-submit{background-color:var(--color-primary);color:#fff;border:none;padding:14px 28px;font-size:16px;font-weight:600;border-radius:6px;cursor:pointer;transition:opacity .3s;margin-top:10px}.wpcf7 .wpcf7-submit:hover{opacity:.9}section.scroll-slides-wrapper{position:relative;z-index:1;overflow:hidden}section.scroll-slides-wrapper .scroll-slides-sticky-inner{position:sticky;top:0;height:100dvh;overflow:hidden;display:flex;align-items:center;width:100%;z-index:10}.home-bg{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;transition:all .5s ease-in-out;z-index:-1;background-color:var(--color-secondary)}.home-bg img,.home-bg video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}body.scrolled .home-bg{filter:brightness(0.4)}.hero{position:relative;min-height:103dvh;display:flex;width:100%;align-items:center;z-index:2}@media screen and (max-width: 991px){.hero{align-items:flex-start;padding-top:150px;min-height:unset;padding-bottom:100px;overflow:hidden}}.hero .bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.hero .bg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.hero .container{position:relative;z-index:2}.hero span.label{font-weight:.9rem;font-weight:700}@media screen and (max-width: 991px){.hero.home-hero{flex-direction:column;padding-bottom:30px}}.hero.home-hero .container{color:#fff}.hero.home-hero .container h1{font-size:3.5rem;background:linear-gradient(45deg, var(--color-primary), #F5F4A4);background-size:400% auto;-webkit-background-clip:text;background-clip:text}.hero.about-hero{background:linear-gradient(0, var(--color-primary), var(--color-secondary));border-bottom-left-radius:var(--border-radius-default);border-bottom-right-radius:var(--border-radius-default);color:#fff;text-align:center;min-height:700px;overflow:hidden;align-items:start;padding-top:300px}.hero.about-hero:after{content:"";position:absolute;top:150px;left:calc(50% - 500px);width:1000px;height:1000px;border-radius:100%;background:radial-gradient(circle at center, #E9E737 20%, var(--color-primary) 90%, var(--color-secondary) 100%);z-index:-1;animation:revealUp 2s ease-in-out}.hero.about-hero .container{color:var(--color-secondary)}.hero.about-hero .container span.label{color:#fff}.hero.about-hero .container h1{font-size:2.5rem}.hero.teknoloji-hero{text-align:center;color:#fff;border-bottom-left-radius:var(--border-radius-default);border-bottom-right-radius:var(--border-radius-default)}.hero.teknoloji-hero .bg{border-bottom-left-radius:var(--border-radius-default);border-bottom-right-radius:var(--border-radius-default)}.hero.teknoloji-hero h1{background:linear-gradient(45deg, var(--color-primary), #3E9B4B);background-size:400% auto;-webkit-background-clip:text;background-clip:text}.hero.teknoloji-hero .tech-icons{position:absolute;width:100%;bottom:180px;left:0}.hero.teknoloji-hero .tech-icons .img{width:50px;height:50px;-o-object-fit:contain;object-fit:contain}.hero.teknoloji-hero .tech-icons .img:before{content:"";position:absolute;top:100%;left:50%;width:2px;height:100px;background-color:var(--color-primary);opacity:.6}.hero.teknoloji-hero .tech-icons .img:after{content:"";position:absolute;top:150px;left:calc(50% - 6px);width:14px;height:14px;border-radius:100%;background-color:var(--color-primary);opacity:.9}.hero.teknoloji-hero .tech-icons .img:nth-child(1){position:absolute;left:calc(50% - 300px);bottom:0}.hero.teknoloji-hero .tech-icons .img:nth-child(2){position:absolute;left:calc(50% - 550px);bottom:30px}.hero.teknoloji-hero .tech-icons .img:nth-child(3){position:absolute;left:calc(50% + 550px);bottom:20px}.hero.teknoloji-hero .tech-icons .img:nth-child(4){position:absolute;left:calc(50% + 300px);bottom:10px}.hero.solution-hero h1{background:linear-gradient(45deg, var(--color-primary), #ffffff);background-size:400% auto;-webkit-background-clip:text;background-clip:text}.hero.solution-hero h1 span{font-size:1.6rem;display:block}.hero.scope-hero .moving-circle{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:500px;height:500px;background:rgba(0,0,0,.062745098);border-radius:50%;z-index:1;backdrop-filter:blur(4px)}.hero.platform-hero{flex-direction:column;justify-content:flex-start;padding-top:200px}.hero.platform-hero .bg{margin-top:150px;position:static;border-radius:var(--border-radius-default);background:url(../img/platform-bg.png) no-repeat;background-size:100%;height:650px;background-position:center bottom;overflow:visible}@media screen and (max-width: 991px){.hero.platform-hero .bg{background-position:center center;height:350px}}.hero.platform-hero .bg img{height:800px;-o-object-fit:contain;object-fit:contain;margin-top:-150px}.hero.contact-hero{color:var(--color-secondary);align-items:flex-start;padding-top:200px;background:linear-gradient(to right, #F4F4F4, #EAEECB)}.hero.contact-hero .circle{position:absolute;top:200px;left:50%;margin-left:-600px;width:400px;height:400px;background:linear-gradient(45deg, rgba(209, 207, 79, 0.3137254902), rgba(234, 238, 203, 0.3137254902));border-radius:50%;z-index:1;backdrop-filter:blur(4px)}.hero.contact-hero .contact-item{border-radius:var(--border-radius-default);padding:30px;background-color:#fff;min-height:280px;display:flex;flex-direction:column;justify-content:space-between}.hero.contact-hero .contact-item h2{font-size:1.6rem;color:var(--color-secondary)}.hero.contact-hero .contact-item h2 a{color:inherit}.hero.contact-hero .contact-item__content{display:flex;justify-content:space-between;margin-bottom:80px}.hero.contact-hero .contact-item__footer{display:flex;justify-content:space-between;color:var(--color-primary);font-weight:600}@media screen and (max-width: 991px){.hero.contact-hero .contact-item__footer img{width:40px;margin-left:30px}.hero.contact-hero .contact-item__footer p{max-width:70%}}.hero.success-hero{border-bottom-left-radius:var(--border-radius-default);border-bottom-right-radius:var(--border-radius-default);align-items:flex-end}.hero.success-hero .bg{border-bottom-left-radius:var(--border-radius-default);border-bottom-right-radius:var(--border-radius-default)}.hero.success-hero .container{padding-bottom:100px}.hero.success-hero .row{align-items:flex-end}.hero-logos,.carousel-logos{width:100%}.hero-logos.hero-logos,.carousel-logos.hero-logos{margin:30px 0}@media screen and (min-width: 992px){.hero-logos.hero-logos,.carousel-logos.hero-logos{position:absolute;left:0;bottom:20px}}.hero-logos .container,.carousel-logos .container{overflow:hidden;display:block}.hero-logos .logos-track,.carousel-logos .logos-track{display:flex;align-items:center;gap:100px;width:-moz-max-content;width:max-content;will-change:transform;animation:logos-marquee 25s linear infinite}@media screen and (max-width: 991px){.hero-logos .logos-track,.carousel-logos .logos-track{gap:50px}}.hero-logos .logos-track:hover,.carousel-logos .logos-track:hover{animation-play-state:paused}.hero-logos img,.carousel-logos img{max-width:150px;height:auto;flex:0 0 auto}@media screen and (max-width: 991px){.hero-logos img,.carousel-logos img{max-width:100px}}@keyframes logos-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media(prefers-reduced-motion: reduce){.logos-track{animation:none}}section.home-slides{background-color:var(--color-primary);border-radius:var(--border-radius-default);align-items:center}section.home-slides .bg{position:absolute;left:25%;top:15%;width:500px;height:500px;border-radius:100%;background:radial-gradient(circle at center, rgba(42, 113, 82, 0.2509803922) 20%, rgba(213, 206, 62, 0.3137254902) 100%);backdrop-filter:blur(100px);z-index:0}section.home-slides .container{position:relative;z-index:1;height:100dvh;display:flex;align-items:center}section.home-slides .container .row{align-items:center}section.home-slides .list-group button{font-size:1.75rem;padding:10px 20px;color:var(--color-secondary);opacity:.2;text-align:left;font-weight:600;padding:20px 0}section.home-slides .list-group button.active{opacity:1}section.home-slides .tab-content .tab-pane{background-size:cover;background-position:center;min-height:400px;border-radius:var(--border-radius-default);padding:30px 30px 30px 50%;color:#fff;position:relative}@media screen and (max-width: 991px){section.home-slides .tab-content .tab-pane{padding:30px}}section.home-slides .tab-content .tab-pane .content-wrapper h2{font-size:1.6rem}.home-2columns{background-color:#f4f4f4;border-bottom-left-radius:var(--border-radius-default);border-bottom-right-radius:var(--border-radius-default);padding-bottom:80px}@media screen and (max-width: 991px){.home-2columns{padding-bottom:0px}}.home-2columns.bg-white{border-radius:0}.home-2columns .row{align-items:center;padding:50px 0}.home-2columns .row:nth-child(even){flex-direction:row-reverse}.home-2columns .row .img-wrapper{display:flex;justify-content:center;align-items:center;position:relative;z-index:0}.home-2columns .row .img-wrapper img{border-radius:var(--border-radius-default)}@media screen and (max-width: 991px){.home-2columns .row .img-wrapper img{height:auto}}.home-2columns .row .img-wrapper .hang-around{position:absolute;top:0%;left:50%;width:400px;font-weight:600;height:auto;border-radius:30px;background-color:hsla(0,0%,100%,.5019607843);backdrop-filter:blur(10px);padding:15px 30px;transition:all .3s ease-in-out;box-shadow:1px 1px 10px rgba(0,0,0,.0823529412)}.home-2columns .row .img-wrapper .hang-around:nth-child(2){top:50%;left:-5%}.home-2columns .row .img-wrapper .hang-around:nth-child(3){top:auto;bottom:-100px;left:auto;right:-10%}@media screen and (max-width: 991px){.home-2columns .row .img-wrapper .hang-around{display:none}}.home-2columns .row h2{font-size:2rem;color:var(--color-primary);margin-bottom:30px}.home-2columns .row h2 span{color:var(--color-secondary);display:block;font-size:1rem;margin-bottom:20px}.home-2columns .row span.label{font-size:1.4rem}section.img-box{background:#fff;padding-bottom:50px;position:relative;padding-top:50px}@media screen and (max-width: 991px){section.img-box{padding-left:5px;padding-right:5px}}section.img-box.overlap{padding-top:150px;margin-top:-100px}@media screen and (max-width: 991px){section.img-box.data-ownership .container{background-size:auto 280px;background-position:center top;background-color:var(--color-secondary);padding-top:280px}}section.img-box .hang-around{position:absolute;left:50%;top:50%;border-radius:30px;background-color:rgba(0,0,0,.1254901961);backdrop-filter:blur(10px);padding:15px 30px;font-size:.8rem;color:#fff;transition:all .3s ease-in-out;border:1px solid hsla(0,0%,100%,.5647058824)}section.img-box .hang-around:nth-child(1){margin-top:-90px;margin-left:-450px}section.img-box .hang-around:nth-child(2){margin-top:-50px;margin-left:350px}section.img-box .hang-around:nth-child(3){margin-top:150px;margin-left:250px}section.img-box .hang-around:nth-child(4){margin-top:150px;margin-left:-450px}@media screen and (max-width: 991px){section.img-box .hang-around{display:none}}section.img-box span.label{font-size:1.4rem;color:var(--color-primary);font-weight:600}section.img-box .container{background-position:center center;background-size:cover;background-repeat:no-repeat;color:#fff;padding:80px 30px;border-radius:var(--border-radius-default)}section.img-box .container .row{align-items:center;padding:50px 0}section.img-box .container .row h2{color:var(--color-primary)}section.vizyon{text-align:center;padding:50px 0}section.vizyon span.label{display:block;color:#84a436;font-size:1.4rem}section.vizyon h2{font-size:3rem;font-weight:700;color:var(--color-secondary)}section.vizyon h2 span{display:block;background:linear-gradient(45deg, var(--color-primary), #3E9B4B);background-size:400% auto;-webkit-background-clip:text;background-clip:text}section.vizyon p{max-width:800px;margin:20px auto}section.values{background-color:var(--color-primary);color:var(--color-secondary);padding-top:100px;padding-bottom:100px;border-bottom-left-radius:var(--border-radius-default);border-bottom-right-radius:var(--border-radius-default);overflow:hidden;position:relative}section.values span.label{color:#fff;font-size:1.4rem;font-weight:600}section.values .value-item{position:relative;width:20%}@media screen and (max-width: 991px){section.values .value-item{width:50%}}section.values .value-item .moon{position:absolute;top:0%;left:0%;width:200px;height:200px;border-radius:100%;background:linear-gradient(45deg, transparent, transparent 40%, rgba(255, 255, 255, 0.5019607843))}@media screen and (max-width: 991px){section.values .value-item .moon{transform:scale(0.5)}}section.values .value-item:nth-child(1) .moon{transform:translate(50px, -50px)}section.values .value-item:nth-child(2) .moon{transform:scale(0.6)}section.values .value-item:nth-child(3) .moon{transform:scale(0.9) rotate(125deg) translateX(-100px)}section.values .value-item:nth-child(4) .moon{transform:scale(0.7) rotate(75deg) translateX(100px)}section.values .value-item:nth-child(5) .moon{transform:translateX(70px) scale(0.5)}.img-gang{position:relative;min-height:300px}.img-gang .hang-around{background-size:cover;background-position:center;position:absolute;top:0%;left:50%;width:300px;height:300px;border-radius:100%;transform:scale(0.8)}@media screen and (max-width: 991px){.img-gang .hang-around{overflow:hidden;transform:scale(0.5)}}.img-gang .hang-around:nth-child(1){left:10%}@media screen and (max-width: 991px){.img-gang .hang-around:nth-child(1){left:-10%}}.img-gang .hang-around:nth-child(2){left:30%;top:150px;width:150px;height:150px}.img-gang .hang-around:nth-child(3){left:40%;top:50px;width:250px;height:250px}.img-gang .hang-around:nth-child(4){left:59%;top:-50px;width:100px;height:100px}.img-gang .hang-around:nth-child(5){left:65%;top:150px;width:250px;height:250px}.img-gang .hang-around:nth-child(6){left:80%;top:-20px;width:300px;height:300px}@media screen and (max-width: 991px){.img-gang .hang-around:nth-child(6){left:0%;top:unset;bottom:-100px}}section.team{padding:100px 0}section.team span.label{font-size:1.4rem;font-weight:600}section.team .team-item{text-align:center}section.team .team-item h2{font-size:1.6rem}section.team .team-item .img-wrapper img{border-radius:var(--border-radius-default);margin-bottom:20px}section.bullet-slides{height:100vh;position:relative;top:0;border-radius:var(--border-radius-default);color:#fff}@media screen and (max-width: 991px){section.bullet-slides{height:unset;min-height:650px}section.bullet-slides .scroll-slides-sticky-inner{align-items:flex-start;height:unset}}section.bullet-slides .bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;border-radius:var(--border-radius-default)}section.bullet-slides .bg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-radius:var(--border-radius-default)}section.bullet-slides .list-group{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%)}@media screen and (max-width: 991px){section.bullet-slides .list-group{top:0;transform:translate(-50%, 0%);flex-direction:row;gap:20px}}section.bullet-slides .list-group button{background:hsla(0,0%,100%,.5647058824);backdrop-filter:blur(10px);border:2px solid hsla(0,0%,100%,.5647058824);border-radius:var(--border-radius-default);color:#fff;font-size:1.4rem;padding:10px;text-align:left;position:absolute;left:0;top:0;width:200px;height:64px}@media screen and (max-width: 991px){section.bullet-slides .list-group button{width:64px}section.bullet-slides .list-group button span{display:none}}section.bullet-slides .list-group button:before{content:"0";display:inline-block;width:40px;height:40px;background-color:var(--color-primary);border-radius:100%;text-align:center;margin-right:10px}section.bullet-slides .list-group button.active{background-color:var(--color-primary);color:var(--color-secondary)}section.bullet-slides .list-group button:nth-child(1){visibility:hidden}@media screen and (max-width: 991px){section.bullet-slides .list-group button:nth-child(1){display:none}}section.bullet-slides .list-group button:nth-child(2){left:-320px;top:-200px}section.bullet-slides .list-group button:nth-child(2):before{content:"1"}section.bullet-slides .list-group button:nth-child(3){left:100px;top:-170px}section.bullet-slides .list-group button:nth-child(3):before{content:"2"}section.bullet-slides .list-group button:nth-child(4){left:-300px;top:140px}section.bullet-slides .list-group button:nth-child(4):before{content:"3"}section.bullet-slides .list-group button:nth-child(5){left:140px;top:130px}section.bullet-slides .list-group button:nth-child(5):before{content:"4"}@media screen and (max-width: 991px){section.bullet-slides .list-group button{position:static;margin-bottom:10px}}section.bullet-slides .row{align-items:center}@media screen and (max-width: 991px){section.bullet-slides .row{flex-direction:column-reverse;padding:1rem}}section.bullet-slides .row span.label{font-size:1.4rem;font-weight:600}section.bullet-slides .tab-content{font-size:1.5rem}@media screen and (max-width: 991px){section.bullet-slides .tab-content{padding-top:100px}}section.bullet-slides .left-column-content{color:var(--color-primary);font-weight:600;height:600px;width:600px;position:relative;display:flex;align-items:center;justify-content:center;text-align:center}@media screen and (max-width: 991px){section.bullet-slides .left-column-content{width:100%;height:auto;padding:30px;align-items:flex-start}}section.bullet-slides .left-column-content:after{content:"";position:absolute;top:50%;left:50%;width:600px;height:600px;border-radius:100%;background:rgba(0,0,0,.2509803922);backdrop-filter:blur(10px);transform:translate(-50%, -50%);z-index:-1}@media screen and (max-width: 991px){section.bullet-slides .left-column-content:after{display:none}}section.carousel-section .carousel-controls{display:flex;justify-content:flex-start;gap:20px;margin-bottom:20px}section.carousel-section .carousel-controls button{background:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:opacity .3s ease;position:static;width:40px}section.carousel-section .carousel-controls button:hover{opacity:1}section.carousel-section .carousel-controls button img{width:40px;height:40px;display:block}.solution-details{padding:50px 0;position:relative;z-index:1}.solution-details:before{content:"";background:radial-gradient(circle at center, rgba(233, 231, 55, 0.2509803922) 0%, transparent 100%);border-radius:100%;background-size:contain;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:-1}.solution-details .row{align-items:center}.solution-details .row h2{font-size:1.8rem;font-weight:600}section.features{padding:50px 0 80px}section.features h2{margin-bottom:30px}section.features .feature-box{min-height:260px;border-radius:var(--border-radius-default);padding:30px;position:relative;overflow:hidden;background:linear-gradient(to bottom, #fff 0%, var(--color-primary) 100%)}section.features .feature-box p{max-width:calc(100% - 110px);margin:0;font-weight:600;color:var(--color-secondary)}section.features .feature-box .feature-icon{position:absolute;right:25px;bottom:25px;width:72px;height:72px;-o-object-fit:contain;object-fit:contain}section.logos{background:var(--color-primary);margin-top:20px;border-top-left-radius:var(--border-radius-default);border-top-right-radius:var(--border-radius-default);padding:70px 0 120px}section.logos .logo-list{display:flex;align-items:center;justify-content:space-around;gap:20px;flex-wrap:wrap}section.logos .logo-list img{max-height:100px;width:auto;-o-object-fit:contain;object-fit:contain}section.slides{background:#f4f4f4;border-radius:var(--border-radius-default);min-height:120px;margin-top:-60px;position:relative;z-index:1;padding:40px 0 80px}section.slides .slide-item{position:sticky;top:0;padding:20px 0;min-height:100vh;display:flex;align-items:center}section.slides .slide-inner{border-radius:var(--border-radius-default);padding:40px}body.template-page-platform section.slides .slide-inner{background:#fff}section.slides .slide-inner .content-column{background:#f5f5f5;padding:100px 0}section.slides .slide-inner .small-heading{display:inline-block;margin-bottom:15px;color:var(--color-primary);font-weight:700;font-size:1.4rem}section.slides .slide-inner h2{margin-bottom:15px;color:var(--color-secondary)}section.slides .slide-inner p{color:var(--color-secondary)}section.slides .slide-inner img{border-radius:var(--border-radius-default);width:100%;height:auto;-o-object-fit:cover;object-fit:cover}section.scope-editor-block{text-align:center;padding:100px 0}section.scope-editor-block h2{font-size:3rem;color:var(--color-primary);margin-bottom:20px}section.scope-slides{width:100%;background:linear-gradient(to bottom, #C7CF41, #DFDD40);border-radius:var(--border-radius-default);padding:70px 0;position:relative;overflow:hidden}section.scope-slides .row{align-items:center}section.scope-slides h2{margin-right:-50px}section.scope-slides .list-group{position:sticky;top:80px;display:flex;flex-direction:column;gap:40px}section.scope-slides .list-group button{text-align:left;color:#fff;opacity:.5;font-size:1.8rem;font-weight:700;transition:opacity .3s ease}section.scope-slides .list-group button.is-active,section.scope-slides .list-group button.active{opacity:1}section.scope-slides .tab-pane{position:relative;inset:0;opacity:0;visibility:hidden;transition:opacity .45s ease}section.scope-slides .tab-pane.is-active,section.scope-slides .tab-pane.show.active{opacity:1;visibility:visible}section.scope-slides .scope-slide-image-wrap{position:absolute;top:50%;left:0;transform:translateY(-50%);width:600px;height:600px;border-radius:50%;overflow:hidden;margin-top:100px}section.scope-slides .scope-slide-image-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}section.scope-slides .scope-slide-content{position:absolute;left:500px;top:50%;transform:translateY(-50%);z-index:2;color:#fff;max-width:400px;margin-top:50px;font-weight:600;font-size:1.4rem;color:var(--color-secondary)}@media screen and (max-width: 991px){section.scope-slides .scroll-slides-sticky-inner{position:static;height:unset;max-height:unset}section.scope-slides .list-group button{display:none}section.scope-slides .scope-slide-image-wrap{position:static;transform:none;width:100%;height:auto;margin-top:30px}section.scope-slides .scope-slide-content{position:static;transform:none;max-width:100%;margin-top:20px}section.scope-slides .tab-pane{opacity:1;visibility:visible;display:block}}section.platform-circles{display:flex;align-items:center;justify-content:center;min-height:100dvh;background-color:var(--color-grey);border-top-right-radius:var(--border-radius-default);border-top-left-radius:var(--border-radius-default);position:relative;text-align:center}@media screen and (max-width: 991px){section.platform-circles{overflow:hidden}}section.platform-circles .icons-strip{background:url(../img/why-icons.svg) repeat-x center;background-size:1800px auto;height:250px;position:absolute;bottom:100px;left:0;width:100%;z-index:0;transition:all .3s linear;animation:marquee 30s linear infinite}section.platform-circles h2{color:var(--color-primary)}body.template-page-why section.platform-circles h2{font-size:4.5rem;position:absolute;left:50%;top:50%;width:100%;text-align:center;transform:translate(-50%, calc(-50% - 240px));z-index:0}@media screen and (max-width: 991px){body.template-page-why section.platform-circles h2{font-size:2.5rem;top:30px;left:0;transform:translate(0, 0)}}section.platform-circles span.label{font-size:1.4rem;font-weight:600;margin-bottom:20px}section.platform-circles .img-gang{position:absolute;width:100%;height:100%;z-index:0}section.platform-circles .img-gang .hang-around{left:50%;top:50%}section.platform-circles .img-gang .hang-around:nth-child(1){top:55%;left:10%}section.platform-circles .img-gang .hang-around:nth-child(2){top:auto;bottom:5%;left:45%}section.platform-circles .img-gang .hang-around:nth-child(3){top:15%;left:auto;right:10%}section.platform-circles .img-gang .hang-around:nth-child(4){top:5%}section.platform-circles .img-gang .hang-around:nth-child(5){top:15%;left:15%}section.platform-circles .img-gang .hang-around:nth-child(6){top:55%;left:auto;right:10%}section.platform-circles.second{border-top-right-radius:0;border-top-left-radius:0;border-bottom-left-radius:var(--border-radius-default);border-bottom-right-radius:var(--border-radius-default)}section.platform-circles.second h2{font-size:3rem;font-weight:700}@media screen and (max-width: 991px){section.platform-circles.second h2{font-size:2rem}}section.platform-circles .img-gang.first .hang-around:nth-child(1){top:25%;left:30%;background-color:var(--color-primary);width:80px;height:80px;background-size:60%;background-repeat:no-repeat}section.platform-circles .img-gang.first .hang-around:nth-child(2){top:25%;left:65%;background-color:var(--color-secondary);width:80px;height:80px;background-size:60%;background-repeat:no-repeat}section.platform-circles .img-gang.first .hang-around:nth-child(3){top:45%;left:70%;background-color:var(--color-primary);width:50px;height:50px;background-size:60%;background-repeat:no-repeat}section.platform-circles .img-gang.first .hang-around:nth-child(4){top:15%;left:45%;background-color:var(--color-primary);width:20px;height:20px}section.platform-circles .img-gang.first .hang-around:nth-child(5){top:45%;left:25%;background-color:var(--color-secondary);width:20px;height:20px}section.platform-circles .circle-box{width:650px;height:650px;border-radius:50%;background:hsla(0,0%,100%,.5019607843);backdrop-filter:blur(5px);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}section.platform-circles .circle-rings{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}section.platform-circles .ring{position:absolute;width:650px;height:650px;border-radius:50%;border:1px solid var(--color-primary);opacity:0;animation:platformCirclePulse 3s linear infinite}section.platform-circles .ring:nth-child(2){animation-delay:1s}section.platform-circles .ring:nth-child(3){animation-delay:2s}section.platform-circles .container{position:relative;z-index:3}.contact-block.contact-block,#demoModal .modal-body.contact-block{background:linear-gradient(to right, #F4F4F4, #EAEECB)}.contact-block,#demoModal .modal-body{padding:100px 0;position:relative}@media screen and (max-width: 991px){.contact-block,#demoModal .modal-body{padding:20px 0;overflow:hidden}}.contact-block#partnerships,#demoModal .modal-body#partnerships{background:rgba(0,0,0,0)}.contact-block h2,#demoModal .modal-body h2{font-size:2rem;font-weight:600;margin-bottom:30px}.contact-block h3,#demoModal .modal-body h3{margin:15px 0;font-size:1.4rem;font-weight:600}.contact-block h4,#demoModal .modal-body h4{margin:15px 0;font-size:1.2rem;font-weight:600}.contact-block em,#demoModal .modal-body em{color:var(--color-primary);font-style:normal}.contact-block#demo .container,#demoModal .modal-body#demo .container{border:2px solid var(--color-primary);border-radius:var(--border-radius-default);padding:30px;background-color:#fff}.contact-block#demo .circle,#demoModal .modal-body#demo .circle{position:absolute;display:block;top:600px;left:10%;width:500px;height:500px;background:linear-gradient(to right, rgba(209, 207, 79, 0.1254901961) 0%, rgba(244, 244, 244, 0.1882352941) 100%);border-radius:100%;z-index:0}.about-content .row h2{color:var(--color-secondary)}.success-circles{text-align:center;position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;padding-bottom:100px}.success-circles h2{font-size:3rem}.success-circles h2.moving-gradient{background:linear-gradient(45deg, var(--color-primary), var(--color-secondary));background-size:400% auto;-webkit-background-clip:text;background-clip:text}.success-circles .rings span.ring{display:block;position:absolute;border:1px solid #f7f43b;border-radius:100%;left:50%;top:50%;transform:translate(-50%, -50%);width:400px;height:400px}.success-circles .rings span.ring:first-child{width:300px;height:300px;margin-left:-320px}.success-circles .rings span.ring:last-child{width:300px;height:300px;margin-left:320px}.success-carousel{position:relative;z-index:1;background:url(../img/success-carousel-bg.jpg) no-repeat center center;background-size:cover;border-radius:var(--border-radius-default);color:#fff;min-height:100dvh}.success-carousel #successCarousel .carousel-control-prev,.success-carousel #successCarousel .carousel-control-next{width:60px;right:0;top:150px;left:auto;bottom:auto;opacity:1;filter:brightness(100)}.success-carousel #successCarousel .carousel-control-prev.carousel-control-prev,.success-carousel #successCarousel .carousel-control-next.carousel-control-prev{right:80px}.success-carousel .container{display:flex;align-items:center;justify-content:center}.success-carousel .container .carousel-item{padding:150px 0}.success-carousel .container .carousel-item .carousel-item-top{max-width:800px;min-height:300px}.success-carousel .container .carousel-item .carousel-item-bottom .box{background:linear-gradient(to bottom, var(--color-primary), transparent 120%);border-radius:var(--border-radius-default);padding:30px;height:100%}