@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css";@font-face{font-family:Plus Jakarta Sans;src:url(/assets/fonts/plus-jakarta-sans/PlusJakartaSans-VariableFont_wght.woff2) format("truetype");font-weight:100 900;font-style:normal}:root{--blue-light: #2B9CF9;--blue-light-alt: #2B9BF8;--blue-dark: #183D94;--font-light: #ededed;--font-dark: #010101;--navbar-height: 80px;--container-padding-sm: 1rem;--container-padding-md: 2rem;--container-padding-lg: 3rem}html{font-size:16px;box-sizing:border-box;scroll-behavior:smooth;scroll-padding-top:var(--navbar-height)}*,*:before,*:after{box-sizing:inherit;margin:0;padding:0}body{font-family:Plus Jakarta Sans,sans-serif;background:var(--blue-dark);color:#fff;min-height:100vh;overflow-x:hidden;position:relative}.page-wrapper{position:relative;scroll-behavior:smooth;scroll-snap-type:y proximity;overflow-y:auto}.scroll-section{min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:5rem 1rem;position:relative;scroll-snap-align:start}.scroll-section.hero-section{padding:0;background:linear-gradient(180deg,var(--blue-light) 0%,var(--blue-dark) 100%)}.scroll-section.grid-section{background:linear-gradient(180deg,var(--blue-dark) 0%,var(--blue-light) 100%)}.scroll-section.socials-section{background:linear-gradient(180deg,var(--blue-light-alt) 0%,var(--blue-dark) 100%)}.socials-placeholder{text-align:center;max-width:600px}.socials-placeholder h2{font-size:3rem;margin-bottom:1rem;font-weight:700}.socials-placeholder p{font-size:1.2rem;opacity:.8}.navbar-container{position:fixed;top:20px;left:50%;transform:translate(-50%);width:95%;max-width:1320px;z-index:1001;transition:all .3s ease-in-out;padding:0 48px}.navbar-content{position:relative;display:flex;justify-content:space-between;align-items:center;width:100%;height:61px;padding:0;color:#19449c;border-radius:10px;overflow:hidden;transition:all .3s ease-in-out}.navbar-logo{display:flex;align-items:center;padding:.75rem 1.25rem;position:relative;z-index:1}.navbar-logo img{height:32px;width:auto}.navbar-content:before{content:"";position:absolute;top:0;left:0;width:150px;height:100%;background:#fffffffa;transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:10px}.nav-links{display:flex;align-items:center;gap:2.5rem;padding:0 1rem;position:relative;right:-18%;z-index:1}@media (max-width: 991px){.nav-links{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;background:#fffffffa!important;backdrop-filter:blur(10px);display:flex!important;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;padding:2rem;margin:0!important;border:none!important;border-radius:0!important;transform:translateY(-100%)!important;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;overflow:hidden;box-sizing:border-box}.nav-links.mobile-open{transform:translateY(0)!important;opacity:1!important;visibility:visible!important}.nav-link{font-size:1.5rem;font-weight:500;padding:.875rem 2rem;width:auto;text-align:center;border-radius:12px;transition:all .2s ease;min-width:200px;max-width:240px;color:#19449c;text-decoration:none;min-height:44px;display:flex;align-items:center;justify-content:center}.nav-link:hover{background:#19449c1a;transform:translateY(-2px);box-shadow:0 2px 8px #19449c1a}.nav-link.active{background:#19449c26;font-weight:600;box-shadow:0 2px 8px #19449c33}.mobile-cta{display:flex!important;margin-top:1.5rem;padding:.875rem 2rem;border-radius:12px;height:auto;min-height:44px;max-height:52px;align-items:center;justify-content:center;min-width:200px;max-width:240px;background:linear-gradient(270deg,#ff6161,#da4c4c);color:#fff;text-decoration:none;font-weight:500;font-size:1rem;line-height:1.2;box-shadow:0 4px 12px #da4c4c4d;transition:all .2s ease}.mobile-cta:hover{transform:translateY(-2px);box-shadow:0 6px 16px #da4c4c66}.mobile-cta:active{transform:translateY(0);box-shadow:0 2px 8px #da4c4c66}}@media (min-width: 992px){.navbar-content{background:transparent}.navbar--scrolled .navbar-content:before{width:100%}.navbar--scrolled .navbar-content{transform:scale(.95);box-shadow:0 10px 30px #0000001a}.nav-link{color:#fff;transition:all .3s ease-in-out}.nav-link.active:after{background-color:#fff}.navbar--scrolled .nav-link{color:#19449c}.navbar--scrolled .nav-link.active:after{background-color:#19449c}.nav-cta{position:relative;z-index:1;margin-right:1rem}}@media (max-width: 991px){.navbar-content:before{width:100%!important}.navbar-content{padding:0 1rem;justify-content:space-between;align-items:center;display:flex;width:100%}.navbar-logo{padding:.5rem 0;flex-shrink:0;flex:1;display:flex;align-items:center}.nav-links:not(.mobile-open){display:none!important}.desktop-cta{display:none!important}.mobile-menu-btn{display:flex!important;flex-shrink:0;order:2}}.mobile-menu-btn{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;position:relative}@media (max-width: 991px){.mobile-menu-btn{display:flex!important;position:relative;z-index:1002}}.mobile-menu-btn span{width:100%;height:2px;background-color:#19449c;transition:all .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.mobile-menu-btn.active span:first-child{transform:translateY(9px) rotate(45deg)}.mobile-menu-btn.active span:nth-child(2){transform:scaleX(0)}.mobile-menu-btn.active span:last-child{transform:translateY(-9px) rotate(-45deg)}.nav-link{font-size:18px;font-weight:400;color:#19449c;text-decoration:none;padding:.5rem 0;position:relative;transition:all .2s ease-in-out}.nav-link:hover,.nav-link.active{font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#19449c}.nav-cta{display:flex;align-items:center;gap:.75rem;padding:0rem 1.5rem;background:linear-gradient(270deg,#ff6161,#da4c4c);color:#fff;height:100%;border-radius:8px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s ease;margin-right:0rem;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-height:44px}@media (hover: hover) and (pointer: fine){.nav-cta:hover{transform:translateY(-2px);box-shadow:0 4px 12px #da4c4c33}}@media (hover: none) and (pointer: coarse){.nav-cta:active{transform:scale(.95);transition:transform .1s ease}}.mobile-cta{display:none}.desktop-cta{display:flex}@media (max-width: 991px){.desktop-cta{display:none}}@media (max-width: 1400px){.hero-section-v2{padding:6rem 2rem}.hero-title-v2{width:100%;max-width:600px}.hero-title-v2 .web-portala-ho{font-size:90px;letter-spacing:-2.7px}.hero-subtitle-v2{width:100%;max-width:500px}.hero-card-slider{width:450px;height:550px}.hero-card-wrapper{width:350px;height:550px}.hero-card-slider .card-container{width:350px!important;height:550px!important}}@media (max-width: 1199px){.hero-section-v2{padding:5rem 2rem;gap:3rem}.hero-title-v2 .web-portala-ho{font-size:80px;letter-spacing:-2.4px}.hero-card-slider{width:400px;height:500px}.hero-card-wrapper{width:300px;height:500px}.hero-card-slider .card-container{width:300px!important;height:500px!important}}@media (max-width: 991px){.navbar-container{padding:0 24px}.hero-section-v2{flex-direction:column;padding:7rem 1.5rem 4rem;text-align:center;min-height:auto;gap:2rem}.hero-text-content{padding:0;display:flex;flex-direction:column;align-items:center}.hero-title-v2{height:auto;margin-bottom:1.5rem}.hero-title-v2 .web-portala-ho{font-size:64px;letter-spacing:-1.92px;position:relative;top:0;width:100%;text-align:center}.hero-subtitle-v2{font-size:1.125rem;text-align:center;height:auto;max-width:450px}.hero-card-slider{width:100%;max-width:400px;height:450px;margin:0 auto}.hero-card-wrapper{width:280px;height:450px;left:50%;transform:translate(-50%)}.hero-card-slider .card-container{width:280px!important;height:450px!important}.hero-stack-1{transform:translate(calc(-50% + 20px))}.hero-stack-2{transform:translate(calc(-50% + 40px))}.hero-stack-3{transform:translate(calc(-50% + 45px))}.hero-stack-4{transform:translate(calc(-50% + 50px))}.hero-stack-5{transform:translate(calc(-50% + 55px))}}@media (max-width: 767px){.navbar-container{top:10px;padding:0 1rem;width:calc(100% - 2rem)}.navbar-content{height:60px;padding:0 1rem}.navbar-logo{padding:.75rem 0;flex:1}.navbar-logo img{height:30px}.mobile-menu-btn{width:32px;height:22px;flex-shrink:0}.mobile-menu-btn span{height:3px;border-radius:2px}.hero-section-v2{padding:6rem 1rem 3rem}.hero-title-v2 .web-portala-ho{font-size:48px;letter-spacing:-1.44px}.hero-subtitle-v2{font-size:1rem;padding:0 1rem}.hero-card-slider{height:400px}.hero-card-wrapper{width:260px;height:400px}.hero-card-slider .card-container{width:260px!important;height:400px!important}}@media (max-width: 575px){.navbar-container{width:100%;padding:0 12px}.hero-section-v2{padding:5rem .75rem 2rem}.hero-title-v2 .web-portala-ho{font-size:40px;letter-spacing:-1.2px}.hero-subtitle-v2{font-size:.938rem;padding:0 .75rem}.hero-card-slider{height:380px}.hero-card-wrapper{width:240px;height:380px}.hero-card-slider .card-container{width:240px!important;height:380px!important}.hero-stack-1{transform:translate(calc(-50% + 15px))}.hero-stack-2{transform:translate(calc(-50% + 30px))}.hero-stack-3{transform:translate(calc(-50% + 35px))}.hero-stack-4{transform:translate(calc(-50% + 40px))}.hero-stack-5{transform:translate(calc(-50% + 45px))}}.mobile-menu-overlay{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background:#0000004d!important;backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:all .3s ease;z-index:999!important;margin:0;padding:0}.mobile-menu-overlay.active{opacity:1;visibility:visible}.hero-section-v2{position:relative;width:100%;height:100vh;display:flex;align-items:center}.hero-text-content{flex:1;text-align:left;z-index:10;padding-right:2rem}.hero-title-v2{height:278px;width:713px;margin:0 0 1.5rem;position:relative}.hero-title-v2 .web-portala-ho{color:#fdfdfd;font-family:Plus Jakarta Sans,Helvetica;font-size:110px;font-weight:400;left:0;letter-spacing:-3.3px;line-height:normal;position:absolute;top:-40%;width:713px}.hero-title-v2 .text-wrapper{font-weight:200;letter-spacing:-3.63px}.hero-title-v2 .span{font-family:Plus Jakarta Sans,Helvetica;font-weight:900;letter-spacing:-3.63px}.hero-title-v2 .text-wrapper-2{font-family:Plus Jakarta Sans,Helvetica;font-weight:300;letter-spacing:-3.63px;top:-100px}.hero-subtitle-v2{font-size:1.25rem;font-weight:300;width:677px;height:60px;opacity:.9;line-height:1.7}.hero-card-slider{position:relative;width:514px;height:600px;perspective:1200px;transform-style:preserve-3d;flex-shrink:0}.hero-card-wrapper{position:absolute;width:400px;height:600px;top:0;transform-origin:center center;transition:all .8s cubic-bezier(.25,.46,.45,.94)}.hero-card-slider .card-container{width:400px!important;height:600px!important;border-radius:2rem;box-shadow:0 15px 35px #0003,0 25px 65px #00000026}.hero-card-slider .card-action-button{display:none}.hero-stack-0{left:0;top:0;z-index:6}.hero-stack-1{left:20px;top:0;z-index:5}.hero-stack-2{left:40px;top:0;z-index:4}.hero-stack-3{left:45px;top:0;z-index:3}.hero-stack-4{left:60px;top:0;z-index:2}.hero-stack-5{left:60px;top:0;z-index:1}@media (max-width: 1024px){.hero-section-v2{flex-direction:column;justify-content:center;text-align:center;gap:2rem;padding:5rem 1.5rem 3rem}.hero-text-content{position:relative;left:auto;top:auto;transform:none;margin-bottom:1rem;text-align:center;padding:0}.hero-title-v2{height:auto;width:100%;max-width:600px;margin:0 auto 1.5rem}.hero-title-v2 .web-portala-ho{font-size:clamp(2.5rem,7vw,3.5rem);width:100%;letter-spacing:-.05em;position:relative;top:0;line-height:1.1}.hero-subtitle-v2{font-size:clamp(1rem,3vw,1.125rem);max-width:500px;margin:0 auto;line-height:1.6}.hero-card-slider{position:relative;left:auto;top:auto;width:100%;max-width:400px;height:500px;margin:0 auto}.hero-card-wrapper{width:350px;height:500px;left:50%;transform:translate(-50%)}.hero-card-slider .card-container{width:350px!important;height:500px!important}.hero-stack-0,.hero-stack-1,.hero-stack-2,.hero-stack-3,.hero-stack-4,.hero-stack-5{left:50%;transform:translate(-50%)}.hero-stack-1{transform:translate(calc(-50% + 15px))}.hero-stack-2{transform:translate(calc(-50% + 30px))}.hero-stack-3{transform:translate(calc(-50% + 35px))}.hero-stack-4{transform:translate(calc(-50% + 40px))}.hero-stack-5{transform:translate(calc(-50% + 45px))}}@media (min-width: 768px) and (max-width: 1024px){.hero-title-v2 .web-portala-ho{font-size:80px;letter-spacing:-2.5px}}.container-custom{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;max-width:1200px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.image-loading-placeholder{position:relative;width:100%;height:100%;min-height:100px;display:flex;align-items:center;justify-content:center}.image-error-placeholder{width:100%;height:100%;min-height:100px}@media (prefers-reduced-motion: reduce){.image-loading-placeholder{animation:none;background:#f0f0f0}}@media (min-width: 576px){.container-custom{max-width:540px;padding-right:20px;padding-left:20px}}@media (min-width: 768px){.container-custom{max-width:720px;padding-right:24px;padding-left:24px}}@media (min-width: 992px){.container-custom{max-width:960px;padding-right:32px;padding-left:32px}}@media (min-width: 1200px){.container-custom{max-width:1140px;padding-right:40px;padding-left:40px}}@media (min-width: 1400px){.container-custom{max-width:1320px;padding-right:48px;padding-left:48px}}.navigation-grid{display:flex;justify-content:center;gap:1.5rem;width:100%;max-width:calc(1200px + 3rem);margin:0 auto;align-items:center}.grid-column{display:flex;flex-direction:column;gap:1.5rem;flex-shrink:0}.card-link{display:block;text-decoration:none;outline:none}.card-container{position:relative;width:400px;height:400px;overflow:hidden;border-radius:2rem;cursor:pointer;box-shadow:0 25px 50px -12px #00000040;transition:height .45s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media (hover: hover) and (pointer: fine){.card-container:hover{transform:translateY(-5px);box-shadow:0 35px 60px -12px #00000059}}@media (hover: none) and (pointer: coarse){.card-container:active{transform:scale(.98);transition:transform .1s ease}}.card-container.is-expanded{height:600px}.card-container.is-shrunk{height:200px}.theme-dark{color:var(--font-light);font-weight:500}.theme-light{color:var(--font-dark)}.bg-dark{background-color:#030208}.bg-teknoloji{background:linear-gradient(318deg,#034f88,#000407 79%,#460000)}.bg-kurumsal{background:linear-gradient(155deg,#fdfdfd,#c8dae9)}.bg-depo{background:linear-gradient(151deg,#fdfdfd,#a8a8a8)}.bg-akademi{background:linear-gradient(90deg,#fffefe,#c8f0ff)}.bg-bulut{background:linear-gradient(180deg,#fff,#48a4ea)}.card-content-wrapper{padding:2rem;height:100%}.card-text-container{position:relative;z-index:2;width:336px;top:0}.card-logo{height:32px;width:auto;object-fit:contain;margin-bottom:1rem}.card-paragraph{margin:0 0 .75rem;font-size:14px;line-height:1.5}.card-paragraph:last-child{margin-bottom:0}.card-image-wrapper{position:absolute;bottom:-29px;right:0;width:303px;height:330px;z-index:1;pointer-events:none;transition:width .45s cubic-bezier(.4,0,.2,1),height .45s cubic-bezier(.4,0,.2,1)}.card-container.is-expanded .card-image-wrapper{width:389.4px;height:389.4px}.card-image{width:100%;height:100%;object-fit:contain}.card-action-button{position:absolute;left:2rem;bottom:2rem;padding:.75rem 1.5rem;background:#ffffff1a;backdrop-filter:blur(10px);border-radius:1rem;color:inherit;font-size:1rem;font-weight:500;text-decoration:none;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);z-index:10;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.card-action-button:hover{background:#fff3;transform:translateY(-2px)}.theme-light .card-action-button{background:#0000001a;border-color:#0003}.theme-light .card-action-button:hover{background:#00000026}@media (max-width: 1400px){.navigation-grid{max-width:calc(1200px + 3rem);gap:1.5rem}}@media (max-width: 1199px){.navigation-grid{flex-direction:column;gap:2rem;max-width:500px}.grid-column{width:100%}.card-container{width:100%;max-width:400px;margin:0 auto}}@media (max-width: 991px){.scroll-section{padding:4rem 1rem}.card-container{max-width:380px}}@media (max-width: 767px){.scroll-section{padding:3rem 1rem}.navigation-grid{max-width:100%;padding:0 1rem}.card-container{width:100%;max-width:350px;height:350px}.card-container.is-expanded{height:520px}.card-container.is-shrunk{height:180px}.card-content-wrapper{padding:1.5rem}.card-text-container{width:100%;max-width:300px}.card-image-wrapper{width:250px;height:250px;right:-10px;bottom:-20px}.card-container.is-expanded .card-image-wrapper{width:300px;height:300px}.hero-card-slider{max-width:350px;height:450px}.hero-card-wrapper{width:300px;height:450px}.hero-card-slider .card-container{width:300px!important;height:450px!important}}@media (max-width: 1400px){.navbar-container{max-width:1140px;padding:0 40px}}@media (max-width: 1200px){.navbar-container{max-width:960px;padding:0 32px}}@media (max-width: 992px){.navbar-container{max-width:720px;padding:0 24px}}@media (max-width: 768px){.navbar-container{max-width:540px;padding:0 20px;width:100%}}@media (max-width: 576px){.navbar-container{padding:0 .75rem;width:calc(100% - 1.5rem)}.navbar-content{height:56px;padding:0 .75rem}.navbar-logo img{height:28px}.mobile-menu-btn{width:30px;height:20px}.mobile-menu-btn span{height:2.5px}.nav-links{gap:1.5rem!important;padding:1.5rem!important}.nav-link{font-size:1.5rem!important;min-width:180px;padding:.875rem 1.5rem!important}.mobile-cta{min-width:180px;max-width:200px;padding:.75rem 1.5rem!important;font-size:.9rem!important;min-height:40px!important;max-height:48px!important;margin-top:1.25rem!important;border-radius:10px!important}}@media (max-width: 575px){.scroll-section{padding:2rem .75rem}.navigation-grid{padding:0 .5rem}.card-container{width:100%;max-width:320px;height:320px}.card-container.is-expanded{height:480px}.card-container.is-shrunk{height:160px}.card-content-wrapper{padding:1.25rem}.card-text-container{max-width:260px}.card-image-wrapper{width:220px;height:220px;right:-5px;bottom:-15px}.card-container.is-expanded .card-image-wrapper{width:270px;height:270px}.card-logo{height:28px;margin-bottom:.75rem}.card-paragraph{font-size:13px;line-height:1.4}.card-action-button{padding:.5rem 1rem;font-size:.875rem;border-radius:.75rem;left:1.25rem;bottom:1.25rem}.hero-card-slider{max-width:320px;height:400px}.hero-card-wrapper{width:280px;height:400px}.hero-card-slider .card-container{width:280px!important;height:400px!important}.hero-stack-1{transform:translate(calc(-50% + 10px))}.hero-stack-2{transform:translate(calc(-50% + 20px))}.hero-stack-3{transform:translate(calc(-50% + 25px))}.hero-stack-4{transform:translate(calc(-50% + 30px))}.hero-stack-5{transform:translate(calc(-50% + 35px))}}
