.i{display:flex;height:100vh}.i-left{flex:1;display:flex;align-items:center;justify-content:center}.i-left-wrapper{padding:50px;height:80%;display:flex;flex-direction:column;justify-content:space-between}.i-intro{font-size:2rem;font-weight:400;margin:10px}.i-name{font-size:4rem;font-weight:600;margin:10px}.i-title{height:50px;overflow:hidden}.i-title-wrapper{height:100%;animation:move 10s ease-in-out infinite alternate}@keyframes move{25%{transform:translateY(-50px)}50%{transform:translateY(-100px)}75%{transform:translateY(-150px)}to{transform:translateY(-200px)}}.i-title-item{height:2em;font-size:1.5em;font-weight:700;display:flex;align-items:center}.i-desc{font-size:1.5em}.i-button-g,.i-button-l{width:160px;padding:10px 15px;border-radius:50px;margin:15px;font-size:20px;transition:transform .3s ease}.i-button-g{background-color:#7cb4b8;color:#fff;border:solid 2px #7CB4B8}.i-button-l{background-color:#fff;color:#708090;border:solid 2px #7CB4B8}.i-button-g:hover,.i-button-l:hover{transform:scale(1.1)}.i-scroll{width:30px;height:30px;position:absolute;bottom:20px}.i-right{flex:1;position:relative;display:flex;justify-content:center;align-items:center}.i-img{width:80%;height:80%;object-fit:cover;border-radius:50%;margin:10px;position:relative}.i-bg{clip-path:polygon(25% 0%,100% 0%,75% 100%,0% 100%);background-color:#b9dadf;width:100%;height:100%;position:absolute;top:0;right:0}@media screen and (max-width: 480px){.i{flex-direction:column;height:auto;margin:10px}.i-bg{display:none}.i-img{background-color:#b9dadf}.i-left{height:50vh}.i-left-wrapper{padding:10px;align-items:center;text-align:center;justify-content:center}.i-title,.i-desc{display:none}.i-buttons{margin:10px}}.a{height:90vh;display:flex;align-items:center}.a-left{flex:1;display:flex;align-items:center;justify-content:center;position:relative;height:100%}.a-card.bg{position:absolute;top:130px;left:80px;background-color:#daedbd}.a-card{width:70%;height:60vh;border-radius:30px;position:relative;overflow:hidden}.a-img{width:100%;height:100%;object-fit:cover;object-position:100% 0%;position:relative}.a-right{flex:1;margin:30px}.a-title{font-size:3em;font-weight:600;margin:10px}.a-sub{margin:20px 0;font-weight:300;font-size:1.2em}.a-desc{font-weight:300;font-size:1.2em}.a-image-wrapper{margin-top:100px;width:80%;display:flex;align-items:center;justify-content:space-around}.a-network-img{height:120px;border-radius:40px}.a-network-texts{width:30%}.a-network-title{font-weight:700;color:#555}@media screen and (max-width: 480px){.a{flex-direction:column;text-align:center;height:auto;background-color:#faebd7;border-radius:50px;margin:10px}.a-left{display:none}.a-sub,.a-desc{font-size:1rem}}.pl{display:flex;flex-direction:column;align-items:center;text-align:center;background-color:#f3f5f7}.p1-texts{width:100%}.pl-title{font-size:3em;font-weight:600}.pl-desc{margin:20px 0}.pl-list{display:flex;flex-direction:row;flex-wrap:wrap;text-align:center;justify-content:center;align-items:center;width:80%;gap:40px;box-sizing:border-box;margin:0 auto}.pl-button{width:160px;padding:10px 15px;border-radius:50px;margin:25px;font-size:20px;transition:transform .3s ease;background-color:#7cb4b8;color:#fff;border:solid 2px #7CB4B8}.pl-button:hover{transform:scale(1.1)}@media (max-width: 768px){.pl{margin:10px;border-radius:50px}.pl-list{display:flex;flex-direction:row;flex-wrap:wrap;text-align:center;justify-content:center;align-items:center;width:100%;gap:40px;box-sizing:border-box;margin:0 auto}}.project-container{display:flex;flex-direction:column;flex-basis:40%}.project{height:50vh;width:auto;margin:0;border-radius:10px;overflow:hidden;perspective:1000px;transition:box-shadow 1.6s ease;box-sizing:border-box}.project:hover{box-shadow:10px 10px 10px #ddf8e0}.project-inner{position:relative;width:100%;height:50vh;transform-style:preserve-3d;transition:transform .8s ease}.project-inner:hover{transform:rotateY(180deg)}.project-front,.project-back{position:absolute;width:100%;height:100%;border:solid #B9DADF 3px;border-radius:10px;box-sizing:border-box;backface-visibility:hidden}.project-front{z-index:2;overflow:hidden}.p-top{background-color:#b9dadf;color:#000;position:absolute;left:0;top:0;padding:20px;border-radius:0 0 10px;font-size:1.5rem;font-weight:600;z-index:2}.p-image-wrapper{position:relative;width:100%;height:100%;z-index:1;opacity:.4}.project-image{width:100%;height:100%;object-fit:cover}.project-flip{position:absolute;bottom:10px;right:10px;width:30px;height:auto;background-color:#b9dadf;padding:5px;border-radius:10%;z-index:2}.project-back{display:flex;flex-direction:column;align-items:start;justify-content:center;background-color:#f8f8f8;padding:10px;transform:rotateY(180deg);z-index:1}.project-title{font-size:20px;font-weight:700;margin:3px 10px}.project-made-with,.project-summary{margin:3px 10px;text-align:left;font-size:17px}.project-icons-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.project-icon{max-width:40px;max-height:40px;margin:3px 10px}.project-buttons{display:flex}.project-button{padding:10px 20px;margin:20px;background-color:#344966;color:#fff;text-decoration:none;border-radius:5px}.project-button:hover{transform:scale(1.1)}@media (max-width: 768px){.project-container{flex-basis:90%;height:40vh}.project{height:40vh}.project-inner{height:100%}.p-top{font-size:1.2rem;padding:8px}.project:hover{box-shadow:5px 5px 5px #ddf8e0}.project-made-with{display:none}.project-summary{font-size:13px}.project-icon{max-width:30px;max-height:30px;margin:3px 10px}.project-button{padding:5px 8px;margin:10px}}.contact{height:100vh;position:relative;border-top:solid #DAEDBD 20px}.contact-bg{width:60px;height:100%;background-color:#daedbd;position:absolute}.contact-wrapper{padding:50px;display:flex}.contact-left{flex:1;padding:60px}.contact-title{font-size:3.5em;width:80%}.contact-right{flex:1;display:flex;flex-direction:column;align-items:start;justify-content:center;background-color:#f3f5f7;padding:20px 40px;border-radius:40px}.contact-info-item{display:flex;align-items:center;margin:50px 0;font-weight:300;font-size:1.3em;width:70%}.contact-icon{width:30px;height:30px;margin-right:30px}.contact-prompt{font-weight:200;font-size:1.3em}form{margin-top:20px}input{width:50%;height:50px;border:none;border-bottom:1px solid black;margin:10px 0;font-size:1em;padding-left:10px}textarea{width:90%;margin:10px 0;font-size:1.5em;padding-left:10px}.contact-button{width:160px;padding:10px 15px;border-radius:50px;margin:15px;font-size:20px;background-color:#7cb4b8;color:#fff;border:solid 2px #7CB4B8;transition:transform .3s ease}.contact-button:hover{transform:scale(1.1)}@media screen and (max-width: 480px){.contact{border:none;height:fit-content}.contact-bg{display:none}.contact-wrapper{flex-direction:column;padding:0}.contact-right{background-color:#7cb4b8;padding:10px 20px;margin:10px}.contact-left{display:none}input{width:80%;border-radius:10px}textarea{border-radius:10px}.contact-button{background-color:#f3f5f7;color:#000}}.tech{display:flex;flex-direction:column;align-items:center;padding:20px}.tech-title{font-size:3em;font-weight:600}.tech-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:20px;width:60%;margin:40px 0}@media (max-width: 768px){.tech-list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));width:80%}}@media (max-width: 480px){.tech-list{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));width:100%}}.tech-bundle{display:flex;flex-direction:column;align-items:center;padding:5px;height:120px}.tech-bundle:hover{transform:scale(1.2)}.tech-icon{max-width:80px;max-height:80px}.tech-name{text-align:center;font-weight:800;font-size:large}body{font-family:Courier New,Courier,monospace}
