.masters-projects{background-color:#f5f5f5;padding:40px;text-align:center}.masters-projects h1{color:#333;margin-bottom:20px}.masters-projects .project-item{background-color:#fff;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);margin-bottom:20px;min-height:180px;padding:20px}.masters-projects .project-item h2{color:#222;margin:10px 0}.masters-projects .project-item p{color:#666;font-size:16px;margin:10px 0}.masters-projects .project-item a{border-radius:5px;cursor:pointer;display:inline-block;font-weight:700;margin-top:20px;padding:10px 20px;text-align:center;text-decoration:none;transition:background-color .3s;white-space:nowrap}.masters-projects .project-item a.notion-link{background-color:#0056b3;color:#fff}.masters-projects .project-item a.pdf-link{background-color:#ff6f61;color:#fff}.masters-projects .project-item a.download-button{background-color:#4caf50;color:#fff}.masters-projects .project-item a:hover{opacity:.9}.contact{display:flex}@media(max-width:768px){.contact{flex-direction:column}}.contact .left{flex:1 1;overflow:hidden}.contact .left .videoTag,.contact .left img{height:100%}.contact .right{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.contact .right h2{font-style:30px}.contact .right form{align-items:center;display:flex;flex-direction:column;height:70%;justify-content:space-around;width:70%}.contact .right form input{font-size:14px;height:30px;width:300px}@media(max-width:768px){.contact .right form input{height:20px;width:200px}}.contact .right form textarea{font-size:14px;height:200px;width:300px}@media(max-width:768px){.contact .right form textarea{height:100px;width:200px}}.contact .right form button{border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:500;height:30px;width:150px}.contact .right form button.focus{outline:none}.contact .right form span{color:#9932cc}.intro{display:flex}@media(max-width:768px){.intro{flex-direction:column}}.intro .left{flex:.4 1;overflow:hidden}@media(max-width:768px){.intro .left{align-items:flex-start}}.intro .left .imgContainer{height:1000px;width:1000px}.intro .left .imgContainer img{height:90%}@media(max-width:768px){.intro .left .imgContainer img{height:37%;width:37%}}.intro .right{background-color:#ff7b00;flex:.6 1;position:relative}.intro .right .wrapper{display:flex;flex-direction:column;height:90%;justify-content:center;padding-left:50px;width:100%}@media(max-width:768px){.intro .right .wrapper{align-items:center;padding-left:0}}.intro .right .wrapper h1{color:azure;font-size:60px;margin:10px 0}@media(max-width:768px){.intro .right .wrapper h1{font-size:40px}}.intro .right .wrapper h2{color:azure;font-size:35px}.intro .right .wrapper h3{color:azure;font-size:30px}@media(max-width:768px){.intro .right .wrapper h3{font-size:20px}}.intro .right .wrapper h3 span{color:#adff2f;font-size:inherit}.intro .right .wrapper h3 .ityped-cursor{animation:blink 1s infinite}@keyframes blink{50%{opacity:1}to{opacity:0}}.intro .right a{bottom:10px;left:50%;position:absolute}.intro .right a img{animation:arrowBlink 2s infinite;width:50px}.topbar{height:70px;position:fixed;top:0;width:100%;z-index:3}.topbar .wrapper{justify-content:space-between;padding:10px 30px}.topbar .wrapper,.topbar .wrapper .left,.topbar .wrapper .left .toggle{align-items:center;display:flex}.topbar .wrapper .left .toggle{background-color:#fff;border:1px solid #999;border-radius:20px;height:25px;justify-content:space-around;left:10px;position:fixed;top:10px;width:50px}.topbar .wrapper .left .toggle .toggleIcon{height:15px;width:15px}.topbar .wrapper .left .toggle .toggleButton{background-color:#999;border-radius:50%;cursor:pointer;height:25px;position:absolute;width:25px}.topbar .wrapper .left .intro a img{animation:arrowBlink 2s infinite;left:40px;position:absolute;transform:rotateX(180deg);width:40px}@keyframes arrowBlink{to{opacity:0}}.topbar .wrapper .left .logo{color:inherit;font-size:40px;font-weight:700;margin-right:40px;text-decoration:none}.topbar .wrapper .left .itemContainer{align-items:center;display:flex;margin-left:30px}@media(max-width:768px){.topbar .wrapper .left .itemContainer{display:none}}.topbar .wrapper .left .itemContainer .icon{font-size:18px;margin-right:5px}.topbar .wrapper .left .itemContainer .span{font-size:15px;font-weight:500}.topbar .wrapper .left .imageLinks a img{height:35px;margin-left:10px}@media(max-width:768px){.topbar .wrapper .left .imageLinks a img{margin-left:45px}}.topbar .wrapper .right .beyondBurger{cursor:pointer;display:flex;flex-direction:column;height:25px;justify-content:space-between;width:32px}.topbar .wrapper .right .beyondBurger span{background-color:#006400;height:3px;transform-origin:left;transition:all 2s ease;width:100%}.topbar.active{background-color:#006400;color:#fff}.topbar.active .beyondBurger span:first-child{background-color:#fff;transform:rotate(45deg)}.topbar.active .beyondBurger span:nth-child(2){opacity:0}.topbar.active .beyondBurger span:last-child{background-color:#fff;transform:rotate(-45deg)}.aboutMe{height:100vh}.aboutMe,.aboutMe .left{align-items:center;display:flex}.aboutMe .left{flex:1 1;justify-content:center;position:relative}@media(max-width:768px){.aboutMe .left{display:none}}.aboutMe .left .cardBg{background-color:#333;left:50px;position:absolute;top:50px}.aboutMe .left .card{border-radius:30px;height:70vh;position:relative;width:60%}.aboutMe .left .card img{width:40%}.aboutMe .right{flex:1 1;font-size:20px;justify-content:space-around}@media(max-width:768px){.aboutMe .right{font-size:22px;text-align:center}}.menu{align-items:center;background-color:#006400;display:flex;flex-direction:column;height:100vh;justify-content:center;position:fixed;right:-300px;top:0;transition:all 1s ease;width:300px;z-index:2}.menu.active{right:0}.menu ul{color:#fff;font-size:40px;font-weight:200;list-style:none;margin:0;padding:0;width:60%}.menu ul li{margin-bottom:60px}.menu ul li a{color:inherit;font-size:inherit;text-decoration:none}.menu ul li:hover{font-weight:500}.app{height:100vh}.app .sections{position:relative;width:100%}
/*# sourceMappingURL=main.15ebd576.css.map*/