@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";footer{background-color:#000}footer h1{font-size:12.1vw;color:#fff}.footer-container{display:flex;justify-content:space-between;align-items:center;color:#fff}.footer-contact{width:50%;color:#fff;display:flex;flex-direction:column;height:100%;padding:3rem 10rem}.footer-links{width:50%;display:flex;justify-content:space-around;height:100%}.footer-links p{width:fit-content;cursor:pointer;text-decoration:underline}@media screen and (max-width: 768px){.footer-container{display:block}.footer-contact,.footer-links{width:100%;padding:3rem}footer h1{padding-bottom:3rem}}.navbar{position:fixed;color:#fff;display:flex;justify-content:space-between;align-items:center;width:100%;padding:1rem 10rem;z-index:1000}.navbar h1{font-size:30px;font-weight:600;cursor:pointer}.nav-links ul{display:flex;list-style:none;gap:30px}.nav-links ul li{cursor:pointer}.hamburger-btn{display:none}.nav-container{position:relative}@media screen and (max-width: 768px){.navbar{padding:.5rem 1rem}.nav-links{display:none;position:absolute;top:60px;right:0;width:100%;background-color:#000;padding:20px 0;text-align:center}.nav-links.open{position:absolute;top:4rem;left:0;width:100%;display:block;animation:fadeIn .3s ease-out}.nav-links ul{flex-direction:column;gap:15px}.hamburger-btn{display:block;cursor:pointer}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}*,:after,:before{margin:0;padding:0;box-sizing:border-box}:root{--brand-color: #1c70ed}body{font-family:Poppins,sans-serif;background-color:#000;color:#fff}section{width:100%;background-color:#000}a{text-decoration:none;color:inherit}.word{display:flex;flex-direction:row}.landing-section{width:100%;height:100vh;background-color:#000;display:flex;flex-direction:row;justify-content:center;align-items:center;z-index:-1}.landing-section h1{color:#fff;font-size:8em}.about-section{display:flex;flex-direction:column;padding-left:2rem;padding-right:10rem;height:100vh;border-top:thin solid gray}.about-highlight{color:var(--brand-color)}.about-title{width:60%;font-size:6rem;font-weight:600;margin-top:1.2em;margin-bottom:4rem;line-height:1;font-style:italic}.about-description{width:80%;font-size:1.8rem;font-weight:500;margin-bottom:6rem;align-self:flex-end;line-height:1.6}.services-section{padding:3rem 2rem}.services-title{font-size:3rem;font-style:oblique}.service-item{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:3rem;border-bottom:thin solid gray}.service-item span{color:var(--brand-color)}.service-item h1{max-width:800px;width:100%;text-align:left;font-size:3rem}.service-item p{max-width:350px;text-align:left;font-size:14px}.how_we_work-section{display:flex;flex-direction:row;padding:5rem 2rem}.how_we_work-left,.how_we_work-right{width:50%}.how_we_work-left p{max-width:90%;width:100%}.how_we_work-left h1{font-size:3rem;font-style:oblique}.how_we_work-left h4{font-size:1.2rem}.how_we_work-right ol{display:flex;flex-direction:column;padding:1rem}.how_we_work-right ol li h1{gap:10px}.how_we_work-item{border-bottom:thin solid gray;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.how_We_work-right-list{display:flex;flex-direction:column;gap:1rem}.how_We_work-right-list li{margin-left:3rem}@media screen and (max-width: 1024px){.landing-section h1{font-size:clamp(2.5rem,1.3636rem + 5.6818vw,5rem)}}
