html,body{margin:0;padding:0;font-family:Open Sans,sans-serif}body{box-sizing:border-box;background-image:url(/assets/edupawn_site_bg-KaBOa4yO.png);background-position:50%;background-size:cover;background-attachment:fixed}.navbar{color:#fff;z-index:1000;justify-content:space-between;align-items:center;height:100px;padding:0 8%;display:flex;position:relative}.nav-button{color:#fff;cursor:pointer;text-transform:uppercase;text-shadow:none;opacity:.6;background:0 0;border:none;padding:10px 20px;font-size:1.2rem;transition:all .5s;animation:3s linear forwards neon-white-flicker}@keyframes neon-white-flicker{0%,10%,20%,30%,50%{text-shadow:none;opacity:.4}5%,15%,25%,40%,60%{text-shadow:0 0 4px #fff,0 0 10px #fff,0 0 20px #fff;opacity:1}70%,to{opacity:1}}.nav-button:hover{text-shadow:0 0 10px #fff}.menu-items-wrapper{gap:20px;display:flex}.logo-container{cursor:pointer}.hamburger{cursor:pointer;z-index:1100;flex-direction:column;gap:6px;display:none}.hamburger .bar{background-color:#fff;width:20px;height:2px;transition:all .4s;box-shadow:0 0 5px #fff}@media (width<=1024px){.navbar{height:80px;padding:0 5%}.hamburger{display:flex}.hamburger.active .bar:first-child{transform:translateY(9px)rotate(45deg)}.hamburger.active .bar:nth-child(2){opacity:0}.hamburger.active .bar:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.menu-items-wrapper{background-color:#082852f2;flex-direction:column;justify-content:center;align-items:center;gap:40px;width:100%;height:100vh;transition:all .5s ease-in-out;position:fixed;top:0;right:-100%}.menu-items-wrapper.mobile-open{right:0}.nav-button{font-size:1.8rem}.logo{width:200px}}@media (width<=480px){.logo{width:150px}.nav-button{font-size:1.4rem}}.section-bg{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:calc(100vh - 100px);margin:0;padding:0 20px;animation:.8s ease-out simpleFade;display:flex;overflow:hidden}@keyframes simpleFade{0%{opacity:0}to{opacity:1}}.hero-title{text-align:center;color:#fff;margin:0;padding:0;font-size:48px;font-weight:600}.explore-btn{color:#fff;cursor:pointer;letter-spacing:2px;background-color:#0000;border:1px solid #fff;border-radius:50px;padding:12px 48px;font-size:18px;transition:all .4s cubic-bezier(.4,0,.2,1)}.explore-btn:hover{color:#082852;background-color:#fff;box-shadow:0 0 20px #fff9}@media (width<=1024px){.hero-title{max-width:80%;font-size:36px}.section-bg{height:calc(100vh - 80px)}}@media (width<=768px){.hero-title{max-width:100%;padding:0 10px;font-size:32px;line-height:1.4}.hero-title br{display:none}.explore-btn{width:75%;max-width:300px;padding:15px 0;font-size:16px}.section-bg{gap:40px}}@media (width<=380px){.hero-title{font-size:28px}.explore-btn{font-size:14px}}*{box-sizing:border-box;margin:0;padding:0}.all-sections-bg{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:calc(100vh - 100px);padding:20px;display:flex;overflow:hidden}.main-box{background-color:#0000;border-radius:20px;width:86%;height:80%;display:flex;overflow:hidden}.desktop-svg{display:block}.mobile-title{display:none}.cutout-wrapper{align-items:stretch;width:14.28%;display:flex}.cutout-wrapper svg{width:100%;height:100%}.content-area{color:#333;background-color:#ffffff80;flex-direction:column;justify-content:center;align-items:center;width:85.72%;padding:40px;display:flex}.cutout-text{white-space:nowrap;color:#0000;background-image:url(/assets/edupawn_site_bg-KaBOa4yO.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;-webkit-background-clip:text;background-clip:text;margin:0;font-size:5rem;font-weight:900;display:inline-block;transform:rotate(-90deg)}.projects-choose{flex-wrap:wrap;justify-content:center;gap:30px;width:100%;display:flex}.project-card{text-align:center;cursor:pointer;background-color:#08285266;border:1px solid #fff;border-radius:15px;flex:0 0 180px;padding:20px;transition:transform .3s,background .3s}.project-card:hover{transform:translateY(-10px)}.project-card h3{color:#fff;font-size:1.6rem}.card-logo-wrapper img{object-fit:contain;width:120px;height:120px;margin-bottom:15px}.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:fixed;top:0;left:0}.modal-text{text-align:center;color:#333;flex-direction:column;flex-grow:1;align-items:center;padding:25px;display:flex;overflow-y:auto}.modal-content{text-align:center;background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:90%;max-width:700px;max-height:80vh;padding:30px;animation:.3s ease-out modalAnim;display:flex;position:relative;overflow:hidden}@keyframes modalAnim{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.modal-img{border-radius:10px;width:50%;box-shadow:0 5px 15px #0003}.modal-text::-webkit-scrollbar{width:6px}.modal-text::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.go-project{color:#fff;background-color:#082852;border:1px solid #082852;border-radius:50px;margin-top:10px;padding:5px 20px;text-decoration:none;transition:all .3s}.go-project:hover{color:#082852;background-color:#0000;border:1px solid #082852}.modal-text h2{color:#082852;margin-top:0;font-size:2rem}.close-btn{cursor:pointer;background:0 0;border:none;font-size:2.5rem;position:absolute;top:15px;right:20px}@media (width<=1024px){.main-box{height:auto;min-height:initial;background:#ffffff80;border-radius:15px;flex-direction:column;width:95%;display:flex;overflow:hidden}.desktop-svg{display:none}.mobile-title{text-align:center;color:#082852;letter-spacing:5px;border-bottom:1px solid #ffffff4d;width:100%;padding:20px 0;font-size:2.5rem;font-weight:900;display:block}.cutout-wrapper{border-bottom:1px solid #fff3;height:auto;display:block;width:100%!important}.content-area{background:0 0;flex-direction:column;align-items:center;max-width:100%;height:auto;padding:30px 10px;display:flex;width:100%!important}.all-sections-bg{height:auto;min-height:calc(100vh-80px);padding-top:80px;overflow-y:auto}.projects-choose{flex-wrap:wrap;justify-content:center;align-items:center;gap:20px;margin:0 auto;display:flex;width:100%!important}.project-card{flex:0 180px;min-width:140px;max-width:180px;margin:0}.project-card h3{font-size:1.2rem}}@media (width<=768px){.mobile-title{color:#082852;letter-spacing:3px;margin:0;font-size:1.8rem;font-weight:900;display:block}.all-sections-bg{flex-direction:column;justify-content:flex-start;height:auto;min-height:100vh;padding:80px 15px 40px;display:flex;overflow-y:auto}.main-box{background:#ffffff80;border-radius:15px;flex-direction:column;width:100%;height:auto;display:flex;overflow:visible}.cutout-wrapper{border-bottom:1px solid #fff3;justify-content:center;align-items:center;height:auto;padding:20px 0;display:flex;width:100%!important}.project-card{flex:0 0 45%;max-width:160px}.modal-img{width:100%}.modal-text h2{font-size:1.5rem}.content-area{background:0 0;flex-direction:column;align-items:center;padding:20px 10px;display:flex;width:100%!important}.modal-overlay{z-index:2000}.project-card{transition:transform .3s}@media (hover:hover){.project-card:hover{transform:translateY(-10px)}}.project-card{box-sizing:border-box;flex:0 180px;min-width:140px;max-width:160px;padding:15px}.modal-content{width:90%;max-height:85vh;padding:15px}}.app-container{margin:0;padding:0}.page-content{margin:0;padding:0;overflow:hidden}.page-wrapper{opacity:0;width:100%;height:100%;animation:.6s ease-out forwards slideUpFade}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cozum-ortaklari h2{color:#082852;text-align:center;margin-top:80px;margin-bottom:10px;font-size:2rem}.slider-container{background-color:#ffffffb3;border-radius:15px;width:100%;margin-top:20px;padding:25px 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000);mask-image:linear-gradient(90deg,#0000,#000 15% 85%,#0000)}.partners-logos{flex-wrap:nowrap;gap:80px;width:max-content;padding-left:80px;animation:25s linear infinite scrollLogos;display:flex}.partners-logos:hover{animation-play-state:paused}.partners-logos img{object-fit:contain;flex-shrink:0;width:auto;height:35px;transition:all .3s}.cozum-ortaklari{flex-direction:column;align-items:center;width:100%;max-width:100%;display:flex;overflow:hidden}.about-card{flex-direction:column;justify-content:center;align-items:center;min-width:200px;display:flex}.about-icon-wrapper{background:#fff6;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:15px;transition:all .3s;display:flex}.about-icon{color:#fff;filter:drop-shadow(0 0 5px #ffffff80);font-size:30px}.about-icon-selected{color:#082852;font-size:50px}.about-card:hover .about-icon-wrapper{background:#fff3;transform:translateY(-5px);box-shadow:0 0 15px #ffffff4d}@keyframes scrollLogos{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=1024px){.partners-logos{gap:20px}.partners-logos img{height:40px}.cozum-ortaklari h2{font-size:1.4rem}}@media (width<=768px){#about-texts{font-size:16px}.partners-logos{gap:50px;padding-left:50px;animation-duration:15s}.partners-logos img{height:40px}.cozum-ortaklari h2{font-size:1.6rem}.modal-text p{font-size:1rem;line-height:1.6}}.contact-card{text-align:center;background-color:#08285266;border:1px solid #fff;border-radius:15px;flex-direction:column;justify-content:center;align-items:start;width:100%;padding:20px;display:flex}.contact-element{justify-content:center;align-items:center;gap:40px;display:flex}.contact-texts{color:#fff;text-align:start;font-size:24px;font-weight:700}.phone-numbers{flex-direction:column;justify-content:center;align-items:center;display:flex}.contact-icon{color:#fff;font-size:50px}@media (width<=1024px){.contact-card{padding:30px 20px}.contact-texts{font-size:18px}}@media (width<=768px){.contact-element{text-align:center;flex-direction:column;gap:10px}.contact-texts{text-align:center;word-break:break-word;font-size:16px}.phone-numbers{align-items:center}.contact-card{align-items:center;gap:40px}.contact-icon{font-size:35px}}
