@import"https://fonts.googleapis.com/css2?family=Bungee&family=Familjen+Grotesk&family=Geologica:wght@500&display=swap";.about{background-color:#020408;width:100%;margin:5vh 0}.about h1{font-size:2.5rem}.about .about-content{display:flex;align-items:center;flex-direction:column}.about .about-content .about-body{margin-top:5vh;display:grid;grid-template-columns:auto auto;gap:5rem}.about .about-content .about-body .about-image{position:relative}.about .about-content .about-body .about-image img{height:15rem;width:auto;transition:all .3s ease-in-out;border-radius:33%}.about .about-content .about-body .about-image :hover{transform:scale(1.4);border-radius:1rem}.about .about-content .about-body .about-text p{margin:0;width:65vw;font-size:2rem;line-height:2.75rem}.about .about-content .about-body .about-text p .color{color:#6699fc}@media screen and (orientation: portrait){.about .about-content .about-body{display:flex;flex-direction:column;gap:2.5rem}.about .about-content .about-body .about-image{display:grid;place-items:center}.about .about-content .about-body .about-image :hover{transform:scale(1);border-radius:33%}.about .about-content .about-body .about-text p{width:90vw;font-size:1rem;line-height:1.5rem}}.footer{background-color:#060c19;color:#f2f6fc;font-family:Familjen Grotesk,sans-serif;height:calc(6rem + 2.5vh);display:flex;justify-content:center;align-items:center}.footer .footer-content{margin:0 3rem;display:grid;grid-template-columns:2fr auto;align-items:center;width:100%}.footer .footer-content .footer-links{display:flex;justify-content:left;align-items:center;flex-direction:row;gap:2rem}.footer .footer-content .footer-links a .icon{color:#6699fc;font-size:4.5rem;transition:all .3s ease-in-out}@media screen and (orientation: portrait){.footer .footer-content .footer-links a .icon{font-size:2.5rem}}.footer .footer-content .footer-links a:hover .icon{color:#2a5cc0;transform:scale(1.5)}.footer .footer-content p{font-size:2rem;text-align:right}.footer .footer-content p a{color:#6699fc;text-decoration:none}.footer .footer-content p a:hover{color:#2a5cc0}@media screen and (orientation: portrait){.footer .footer-content p{font-size:1rem}}@media screen and (orientation: portrait){.footer .footer-content{display:flex;flex-direction:column;align-items:center;justify-content:center}.footer .footer-content .footer-links{margin-bottom:.5rem}.footer .footer-content p{margin:0}}@media screen and (orientation: portrait){.footer{height:calc(4rem + 7.5vh)}}.hero{height:85vh;bottom:0;top:0}.hero .side{bottom:0;top:0;height:85vh;width:100%;display:grid;place-items:center;overflow:hidden;position:absolute}.hero .side .side-text{font-size:3vw;margin:0px 25vw;width:75vw}.hero .side .side-text .fancy{font-family:Bungee,cursive;font-size:5vw}.hero #left-side{background:linear-gradient(135deg,#6699fc,#2a5cc0);z-index:2}.hero #left-side .fancy{color:#060c19}.hero #right-side{background-color:#060c19}.hero #right-side .fancy{background-image:linear-gradient(135deg,#2a5cc0,#6699fc);-webkit-background-clip:text;background-clip:text;color:transparent}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}body{background-color:#020408;color:#f2f6fc;font-family:Familjen Grotesk,sans-serif;margin:0;-ms-overflow-style:none;scrollbar-width:thin;scrollbar-color:#060c19 #020408}body ::-webkit-scrollbar{width:5px}body ::-webkit-scrollbar-track{background:#020408}body ::-webkit-scrollbar-thumb{background-color:#060c19;border-radius:5px;border:1px solid #020408}h1,h2,h3,h4,h5,h6{font-family:Geologica,sans-serif;font-weight:500;margin:0}
