html,body,#root{height:100%;padding:0;margin:0;font-family:Epilogue,sans-serif}:root{--bg-primary: #28293E;--text-primary: #EF6D58;--text-secondary: #FBFBFF;--bg-secondary: #FBFBFF}body{background-color:var(--bg-primary);overflow-x:hidden}header{display:none}*{box-sizing:border-box}html,body{width:100%;margin:0;padding:0;overflow-x:hidden}.home-page{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-section{width:100%;height:100vh;height:100dvh;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-text{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:start;padding-left:2rem;overflow-wrap:break-word}@media(min-width:768px){.hero-text{align-items:center}}h4,h1,h2{color:var(--text-primary)}h1{font-size:58px}h2,h3,h4{font-size:18px}.hero-secondary-text{color:var(--text-secondary);max-width:80%}@media(min-width:768px){.hero-secondary-text{max-width:100%}}.hero-greeting{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}.mobile-social{color:var(--text-secondary);display:flex;flex-direction:row;gap:1.5rem;margin-block:1rem}@media(min-width:768px){.mobile-social{display:none}}.social{color:var(--text-secondary);display:flex;flex-direction:row;gap:1.5rem}.hero-footer{display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding-bottom:2rem;width:100%}.in-a-hurry{display:flex;flex-direction:column;justify-content:center;align-items:center}.resume-button{border-radius:50px;background-color:var(--text-primary);display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;color:var(--text-secondary);padding:8px;font-size:12px;cursor:pointer}.from-cad-to-code{width:100%;height:fit-content;display:flex;flex-direction:column;justify-content:space-evenly;padding-inline:5%}.fctc-image{width:320px}.fctc-visual{order:1}.fctc-text-section{order:2}.fctc-title{display:none;gap:.5rem;flex-wrap:wrap;white-space:nowrap;color:var(--text-secondary);padding-left:2rem}.fctc-title-mobile{display:flex;gap:.5rem;flex-wrap:wrap;white-space:nowrap;color:var(--text-secondary);padding-left:2rem;margin-bottom:0}.highlight-text{color:var(--text-primary)}.fctc-secondary-text{padding-left:10%;color:var(--text-secondary);line-height:1.7;font-size:1.2rem;letter-spacing:.5px;font-weight:400}.fctc-description{padding-left:10%;color:var(--text-secondary);line-height:1.7;font-size:1.2rem;letter-spacing:.2px;font-weight:400}@media(min-width:768px){.from-cad-to-code{flex-direction:row}.fctc-image{width:580px;margin-right:3rem}.fctc-secondary-text,.fctc-description{max-width:50%}.fctc-title{padding-left:3rem;flex-wrap:nowrap;display:flex}.fctc-title-mobile{display:none}.fctc-text-section{order:1}.fctc-visual{order:2}}.menu-bar{display:flex;justify-content:center;align-items:center;gap:1rem;background-color:var(--bg-secondary);padding:.5rem 1rem;border-radius:50px;width:max-content;max-width:100%}.selected-option{background-color:var(--text-primary);color:var(--text-secondary);width:fit-content;height:fit-content;border-radius:50px;padding-block:1rem;padding-inline:1rem;cursor:pointer}.menu-bar a{transition:all .3s ease;cursor:pointer}.icon{display:block}.label{display:none}@media(min-width:768px){.icon{display:none}.label{display:inline}.menu-bar{gap:3rem;padding-inline:3rem;margin-left:9rem}}.hero-footer-section{display:flex;flex-direction:column;gap:24px;width:100%;align-items:center}.social,.in-a-hurry{display:none}.in-a-hurry-text{font-size:12px;color:var(--text-secondary)}.menu-bar-section{width:100%;display:flex;justify-content:center}@media(min-width:768px){.hero-footer-section{flex-direction:row;justify-content:space-around;align-items:center}.social{display:flex;gap:1.5rem;width:auto}.menu-bar-section{width:auto;gap:1.5rem;justify-content:center}.in-a-hurry{display:flex;flex-direction:column}}
