.contact{height:100%;background-color:#000;padding:10vw;margin:auto;display:flex;align-items:center;gap:50px}@media (max-width: 738px){.contact{width:100%;padding:10px;flex-direction:column}}.contact .textContainer{flex:1;display:flex;flex-direction:column;gap:40px}@media (max-width: 738px){.contact .textContainer{gap:20px;text-align:center;align-items:center;margin-top:70px}}.contact .textContainer h1{font-size:100px;line-height:88px}@media (max-width: 738px){.contact .textContainer h1{font-size:36px}}.contact .textContainer span{font-weight:300}.contact .formContainer{flex:1;position:relative}@media (max-width: 738px){.contact .formContainer{padding-top:0;padding-left:50px;padding-right:50px;width:100%}}.contact .formContainer .phoneSvg{stroke:orange;position:absolute;margin:auto;z-index:-1}.contact .formContainer form{display:flex;flex-direction:column;gap:20px}.contact .formContainer form input,.contact .formContainer form textarea{padding:20px;background-color:transparent;border:1px solid white;color:#fff;border-radius:5px}@media (max-width: 738px){.contact .formContainer form input,.contact .formContainer form textarea{padding:10px}}.contact .formContainer form button{padding:20px;border:none;background-color:orange;cursor:pointer;font-weight:500}@media (max-width: 738px){.contact .formContainer form button{padding:10px}}.cursor{width:50px;height:50px;border-radius:50%;border:1px solid white;position:fixed;z-index:999}@media (max-width: 738px){.cursor{display:none}}.hero{height:calc(100vh - 100px);display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center 30%;position:relative;overflow:hidden}.hero .wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.hero .wrapper .textContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;text-align:center;padding:0 20px}@media (max-width: 738px){.hero .wrapper .textContainer{gap:20px}}.hero .wrapper .textContainer h2{font-size:30px;color:gray;letter-spacing:10px}@media (max-width: 738px){.hero .wrapper .textContainer h2{font-size:24px;letter-spacing:5px}}.hero .wrapper .textContainer h1{font-size:72px;font-weight:700;color:#333}@media (max-width: 738px){.hero .wrapper .textContainer h1{font-size:36px}}.hero .wrapper .textContainer .buttons{display:flex;gap:20px}@media (max-width: 738px){.hero .wrapper .textContainer .buttons{flex-direction:column;gap:10px}}.hero .wrapper .textContainer .buttons button{padding:15px 30px;border:1px solid grey;border-radius:30px;background-color:transparent;color:gray;cursor:pointer;font-weight:500;transition:all .3s ease}.hero .wrapper .textContainer .buttons button:hover{background-color:#000;color:#fff}.hero .wrapper .textContainer img{width:40px;margin-top:20px}.sidebar{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;color:#000}.sidebar .bg{z-index:999;position:fixed;top:0;left:0;bottom:0;width:400px;background:white}@media (max-width: 738px){.sidebar .bg{width:200px}}.sidebar .bg .links{position:absolute;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.sidebar .bg .links a{font-size:40px}@media (max-width: 738px){.sidebar .bg .links a{font-size:20px}}.sidebar button{z-index:999;width:50px;height:50px;border-radius:50%;position:fixed;top:2vh;left:2vw;background-color:transparent;border:none;cursor:pointer}.navbar{height:100px}.navbar .wrapper{max-width:1366px;margin:auto;display:flex;align-items:center;justify-content:space-between;height:100%}@media (max-width: 738px){.navbar .wrapper{justify-content:flex-end;padding:20px}}.navbar .wrapper span{font-weight:700}@media (max-width: 738px){.navbar .wrapper span{display:none}}.navbar .wrapper .social{display:flex;gap:20px}.navbar .wrapper .social img{width:18px;height:18px}.parallax{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#fff}.parallax h1{font-size:100px;z-index:2}@media (max-width: 738px){.parallax h1{font-size:72px;text-align:center}}.parallax .mountains{background-image:url(/buildings.png);background-size:cover;background-position:bottom;width:100%;height:100%;position:absolute;z-index:3}@media (max-width: 738px){.parallax .mountains{background-size:contain;background-repeat:no-repeat;height:100vh;width:100vh}}.parallax .planets{background-size:cover;background-position:bottom;width:100%;height:100%;position:absolute;z-index:2}@media (max-width: 738px){.parallax .planets{background-size:contain;background-position-y:center;background-repeat:no-repeat}}.parallax .stars{background-image:url(/background.png);background-size:cover;background-position:center 30%;background-position:bottom;width:100%;height:100%;position:absolute;z-index:0}@media (max-width: 738px){.parallax .stars{background-size:contain;background-repeat:no-repeat;height:100vh;width:100vh}}.portfolio{position:relative}.portfolio .progress{position:sticky;top:0;left:0;padding-top:50px;text-align:center;color:#000;font-size:36px;z-index:3}@media (max-width: 738px){.portfolio .progress{padding-top:calc(100vh - 80px);font-size:12px}}.portfolio .progress .progressBar{height:10px;background-color:#000;z-index:3}@media (max-width: 738px){.portfolio .progress .progressBar{height:5px}}.portfolio .container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;overflow:hidden}@media (max-width: 738px){.portfolio .container{padding-top:10vh}}.portfolio .container .wrapper{max-width:1366px;height:100%;margin:auto;display:flex;align-items:center;justify-content:center;gap:50px}@media (max-width: 738px){.portfolio .container .wrapper{flex-direction:column}}.portfolio .container .wrapper .imageContainer{flex:1;height:50%}@media (max-width: 738px){.portfolio .container .wrapper .imageContainer{width:100vw;max-height:30vh}}.portfolio .container .wrapper .imageContainer img{width:100%;height:100%;object-fit:cover;object-position:center}@media (max-width: 738px){.portfolio .container .wrapper .imageContainer img{width:100vw}}.portfolio .container .wrapper .textContainer{flex:1;display:flex;flex-direction:column;gap:30px}@media (max-width: 738px){.portfolio .container .wrapper .textContainer{width:100vw;transform:none!important;padding:10px;align-items:left;text-align:left}}.portfolio .container .wrapper .textContainer h2{font-size:72px;color:#000;font-weight:700}@media (max-width: 738px){.portfolio .container .wrapper .textContainer h2{font-size:24px;text-align:left}}.portfolio .container .wrapper .textContainer p{color:gray;font-size:20px}@media (max-width: 738px){.portfolio .container .wrapper .textContainer p{font-size:14px;text-align:left}}.portfolio .container .wrapper .textContainer button{background-color:orange;border:none;margin-inline:auto;border-radius:10px;padding:10px;width:200px;z-index:10}@media (max-width: 738px){.portfolio .container .wrapper .textContainer button{background-color:orange;border:none;margin-inline:auto;border-radius:10px;padding:10px;width:70vw;z-index:10}}.portfolio .container .wrapper .videoContainer{height:300px;width:500px}@media (max-width: 738px){.portfolio .container .wrapper .videoContainer{width:100vw;height:30vh;z-index:10}}.portfolio .container .wrapper .videoContainer video{width:100%;height:auto;object-fit:contain;cursor:pointer}@media (max-width: 738px){.portfolio .container .wrapper .videoContainer video{height:30vh;cursor:pointer}}html{scroll-snap-type:y mandatory;scroll-behavior:smooth;overscroll-behavior:none}*{padding:0;margin:0;box-sizing:border-box;font-family:DM Sans,sans-serif}body{background-color:#fff;height:100vh;min-height:-webkit-fill-available;color:#d3d3d3;overscroll-behavior:none;scroll-behavior:smooth}a{text-decoration:none;color:inherit}section{height:100vh;width:100vw;scroll-snap-align:center;overflow:hidden}.services-desktop{display:block}.services-mobile{display:none}@media (max-width: 738px){.services-desktop{display:none}.services-mobile{display:block;height:100vh;text-align:center;padding:40px 10px 10px}}.skills{width:1440px;height:1024px;padding:40px;background:white;overflow:hidden;display:flex;justify-content:space-between;align-items:flex-start}.skills .container{width:100vw;height:100vh;display:flex;justify-content:space-between}.skills .left,.skills .right{flex:1;height:100%;padding:20px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;overflow:hidden}@media (max-width: 738px){.skills{width:100%;height:100vh;min-height:-webkit-fill-available;padding:0;flex-direction:column;padding-top:5vh}.skills .container{width:100%;height:auto;flex-direction:column}.skills .left,.skills .right{width:100%;height:auto;padding:15px;justify-content:left;gap:20px}.skills h1{font-size:20px;color:#000;margin-bottom:5px;text-align:right}.skills .profile-section{width:100%;display:flex;flex-direction:row;gap:30px;align-items:flex-start}.skills .profile-section .profile-image{width:30vw;height:30vw;border-radius:50%;overflow:hidden;position:relative;display:flex;justify-content:center;border:2px solid #ccc;background:#D9D9D9}.skills .profile-section .profile-image img{width:100%;display:block}.skills .profile-section .about-text{flex:1;width:40vw;height:30vw;align-items:center;justify-content:center}.skills .profile-section .about-text h2{margin-bottom:15px;font-size:24px;color:#333}.skills .profile-section .about-text p{line-height:1.6;top:0;width:40vw;height:100%;font-size:8px;display:flex;text-align:left;align-items:center;overflow-wrap:anywhere;word-break:break-word}.skills h2{font-size:18px;color:#000;margin-bottom:10px;text-align:left}.skills h3{font-size:15px;color:#000;text-align:left;margin-top:10px}.skills .section{width:100%;margin-bottom:0}.skills .section ul{font-size:12px;list-style:none;padding:0;margin:0;width:100%;text-align:left}.skills .section ul li{font-size:12px;margin-bottom:8px;text-align:left}.skills .education-item{margin-bottom:15px;text-align:left}.skills .education-item strong,.skills .education-item p{font-size:12px;text-align:left}.skills .left .section:last-child{margin-bottom:0}.skills .right .digital-skills .skills-grid{grid-template-columns:1fr;gap:15px}.skills .right .digital-skills .skills-grid>div{margin-bottom:15px}.skills .right .achievements-section ul li{font-size:16px;line-height:1.4}}.skills .profile-section{width:100%;padding:10px;display:flex;justify-content:flex-start;align-items:center;gap:10px;border-bottom:1px solid #e0e0e0}.skills .profile-image{width:200px;height:200px;position:relative;overflow:hidden}.skills .profile-image .image-placeholder{width:20vw;height:20vh;left:-11px;top:0;position:absolute;background:white}.skills .profile-image .image-placeholder img{height:100%;width:auto}.skills .about-text{width:414px;height:219px;position:relative;overflow:hidden}.skills .about-text p{width:414px;height:75px;left:0;top:82.5px;position:absolute;color:#000;font-size:12px;font-family:Inter;font-weight:400;word-wrap:break-word}.skills .education-section{width:100%;padding:10px;overflow:hidden;display:flex;flex-direction:column;justify-content:start;align-items:start;gap:10px;border-bottom:1px solid #e0e0e0}.skills .education-section h2{color:#000;font-size:32px;font-family:Inter;font-weight:400;word-wrap:break-word}.skills .education-section .education-item p{color:#000;font-size:20px;font-family:Inter;font-weight:400;word-wrap:break-word}.skills .skills-interests{width:100%;flex:1;padding:10px;overflow:hidden;display:flex;justify-content:start;align-items:flex-start;border-bottom:1px solid #e0e0e0}.skills .skills-interests .languages-section,.skills .skills-interests .interests-section{flex:1;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.skills .skills-interests .languages-section h2,.skills .skills-interests .interests-section h2{color:#000;font-size:20px;font-family:Inter;font-weight:400;word-wrap:break-word}.skills .skills-interests .languages-section ul,.skills .skills-interests .interests-section ul{list-style:none;padding:0;margin:0}.skills .skills-interests .languages-section ul li,.skills .skills-interests .interests-section ul li{color:#000;font-size:20px;font-family:Inter;font-weight:400;word-wrap:break-word}.skills .achievements-section{width:100%;flex:1;padding-top:10px;padding-bottom:10px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:start;gap:10px}.skills .achievements-section h2{color:#000;font-size:32px;font-family:Inter;font-weight:400;word-wrap:break-word}.skills .achievements-section ul{list-style:none;padding:0;margin:0}.skills .achievements-section ul li{color:#000;font-size:20px;font-family:Inter;font-weight:400;word-wrap:break-word}.skills .digital-skills{width:100%;padding:10px}.skills .digital-skills h2{color:#000;font-size:32px;font-family:Inter;font-weight:400;margin-bottom:20px}.skills .digital-skills .skills-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:20px}.skills .digital-skills .skills-grid .skill-category h3{color:#000;font-size:20px;font-family:Inter;font-weight:400;margin-bottom:10px}.skills .digital-skills .skills-grid .skill-category ul{list-style:none;padding:0;margin:0}.skills .digital-skills .skills-grid .skill-category ul li{color:#000;font-size:20px;font-family:Inter;font-weight:400;margin-bottom:5px}.skills .study-programs{width:100%;flex:1;padding:10px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px}.skills .study-programs h2{color:#000;font-size:32px;font-family:Inter;font-weight:400;word-wrap:break-word}.skills .study-programs .program-item p{color:#000;font-size:20px;font-family:Inter;font-weight:400;word-wrap:break-word}.skills .study-programs .program-item p:first-child{font-size:20px}.skills .study-programs .program-item p:nth-child(2){font-size:24px}.flipbook-section{width:100vw;height:100vh;padding:1rem;box-sizing:border-box;background-color:#fff;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.flipbook-section .flipbook-box{border:2px solid #ccc;padding:16px;border-radius:12px;box-shadow:0 4px 12px #0000001a;background:black;display:flex;touch-action:none;justify-content:center;align-items:center;overflow:hidden;max-width:100%;box-sizing:border-box;max-height:90vh}@media (max-width: 768px){.flipbook-section .flipbook-box{padding:8px;max-height:30vh;height:auto}.flipbook-section .flipbook-box .flipbook{width:90vw!important;height:auto!important;gap:0!important;margin:0!important;padding:0!important}.flipbook-section .flipbook-box img{max-width:100%;height:auto}}.flipbook-section .flipbook-container{display:flex;justify-content:center;align-items:center;overflow:hidden}.flipbook-section .nav-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.flipbook-section .nav-buttons button{background:#ffffff;border:1px solid #ccc;border-radius:50%;padding:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.flipbook-section .nav-buttons button:hover{background:#f0f0f0}.flipbook-section .nav-buttons button svg{width:24px;height:24px}.flipbook-section h2{margin-bottom:1rem;font-size:1.5rem;color:#333}.flipbook-section .flipbook-wrapper{max-width:100%;max-height:100%;display:flex;justify-content:center;align-items:flex-start;overflow:hidden;will-change:transform;transform-origin:center center;transition:transform .2s ease}.flipbook-section .flipbook{width:100%;height:auto;transform-origin:center top;gap:0!important;margin:0!important;padding:0!important}.flipbook-section .page{background:white;display:flex;justify-content:center;align-items:center}.flipbook-section .page img{width:100%;height:100%;object-fit:contain}.flipbook-section .flipbook-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:60vh;color:#444;font-size:1.2rem;padding:1rem}.flipbook-section .spinner{width:40px;height:40px;border:4px solid rgba(0,0,0,.1);border-top-color:#007bff;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:10px}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.flipbook-section .flipbook{transform:scale(.7)}}@media (max-width: 480px){.flipbook-section .flipbook{transform:scale(.4)}}
