@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&display=swap";:root{--main-color: #008080;--bg-color: #f5f5f5;--dark-bg: #1f1f1f;--text-color: #333;--white: #fff;--box-shadow: 0 4px 8px rgba(0, 0, 0, .1)}*,*:after,*:before{margin:0;padding:0;box-sizing:inherit;font-family:inherit}html{font-size:62.5%;box-sizing:border-box}body{line-height:1.7;font-size:1.6rem;font-family:Source Sans Pro,sans-serif;color:var(--text-color);background-color:var(--bg-color)}.main-container{max-width:120rem;margin:0 auto;padding:3rem 0}.heading-primary{font-size:5rem;text-transform:uppercase;letter-spacing:3px;text-align:center;margin-bottom:2.5rem;color:var(--white)}.btn{padding:1.5rem 5rem;border-radius:5px;text-decoration:none;font-weight:900;font-size:1.8rem;cursor:pointer;text-transform:uppercase;transition:all .3s ease;border:none}.btn--theme{background-color:var(--main-color);color:var(--white)}.hero-button{min-width:18rem;padding:1.5rem 2rem}.btn--bg{background-color:var(--white);color:var(--main-color)}.centered-section-title{text-align:center;font-size:4.5rem;padding-bottom:2rem}.header{background-color:var(--dark-bg);height:7rem;position:fixed;width:100%;top:0;left:0;z-index:99;box-shadow:var(--box-shadow)}.header__content{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;max-width:120rem;margin:0 auto}.header__logo-container{display:flex;align-items:center}.header__logo-img-cont{width:4rem;height:4rem;border-radius:50%;overflow:hidden;margin-right:1rem}.header__logo-img{width:100%;height:100%;object-fit:cover}.header__logo-sub{font-size:2rem;font-weight:700;color:var(--white)}.header__main{display:flex;align-items:center}.header__links{list-style:none;display:flex}.header__link-wrapper:not(:last-child){margin-right:2rem}.header__link{font-size:1.6rem;text-decoration:none;color:var(--white);padding:.5rem 1rem;transition:all .3s ease}.header__main-ham-menu-cont{display:none;width:3rem;padding:1rem;cursor:pointer}.header__main-ham-menu{width:100%;height:100%;object-fit:cover}.header__sm-menu{background:var(--dark-bg);position:fixed;width:100%;height:100vh;top:0;left:-100%;transition:all .3s cubic-bezier(.77,.2,.05,1);z-index:100;display:flex;justify-content:center;align-items:center}.header__sm-menu--active{left:0}.header__sm-menu-links{list-style:none;text-align:center}.header__sm-menu-link{padding:2rem 0}.header__sm-menu-link a{text-decoration:none;color:var(--white);font-size:2rem;text-transform:uppercase}.d-none{display:none!important}.home-hero{height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;background-image:url(/assets/background-Cd1Tc9r1.jpg);background-position:center;background-size:cover;background-attachment:fixed;color:var(--white);text-align:center}.home-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1}.home-hero__content{padding:0 2rem;position:relative;z-index:2}.home-hero__social{position:absolute;left:2rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:2rem;z-index:2}.home-hero__social-icon{width:3rem;height:3rem;transition:all .3s ease}.home-hero__social-icon:hover{transform:scale(1.1)}.home-hero__heading-primary{font-size:6rem;font-weight:900;line-height:1.2}.home-hero__info{margin-top:2rem}.home-hero__info-text{font-size:2.2rem;line-height:1.6}.home-hero__cta{margin-top:2rem;display:flex;flex-flow:row wrap;justify-content:center;gap:2rem}.about{padding:10rem 0}.heading-sec{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:5rem}.heading-sec__main{font-size:4rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.heading-sec__sub{font-size:1.8rem;font-weight:400;line-height:1.6;max-width:60rem;margin:0 auto}.about__content{display:flex;justify-content:space-between;gap:4rem}.about__content-main{flex:2}.about__content-skills{flex:1}.about__content-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.about__content-details-para{font-size:1.8rem;line-height:1.6;margin-bottom:1.5rem}.skills{display:flex;flex-wrap:wrap;gap:1rem}.skills__skill{background-color:var(--main-color);color:var(--white);padding:1rem 2rem;border-radius:5px;font-size:1.6rem;font-weight:600;text-transform:uppercase}.projects{padding:10rem 0;background-color:var(--white)}.project-details{padding:3rem 2rem}.project-details__content-title{font-size:2.2rem;font-weight:700;margin-bottom:2rem;margin-top:2rem}.projects__content{display:flex;grid-template-columns:repeat(auto-fit,minmax(30rem,1fr));gap:4rem}.projects__row{display:flex;flex-direction:column;background-color:var(--bg-color);border-radius:5px;box-shadow:var(--box-shadow);overflow:hidden}.projects__row-img-cont{width:100%;height:25rem;overflow:hidden}.projects__row-img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.projects__row-img:hover{transform:scale(1.05)}.projects__row-content{padding:2rem}.projects__row-content-title{font-size:2.2rem;font-weight:700;margin-bottom:1rem}.projects__row-content-body{font-size:1.6rem;line-height:1.6;margin-bottom:2rem}.main-footer{background-color:var(--dark-bg);color:var(--white);padding:5rem 0;text-align:center}.main-footer__upper{display:flex;justify-content:space-around;flex-wrap:wrap;padding-bottom:2rem;border-bottom:1px solid #444}.main-footer__row{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.main-footer__social-cont{display:flex;gap:1.5rem;margin-top:1rem}.main-footer__icon{width:3rem;height:3rem}.main-footer__icon--mr-none{margin-right:0}.main-footer__lower{margin-top:2rem}@media only screen and (max-width: 56.25em){.header__main{display:none}.header__main-ham-menu-cont{display:block}}@media (max-width: 768px){.home-hero__heading-primary{font-size:4rem}.home-hero__social{display:none}.about__content{flex-direction:column}.projects__content{grid-template-columns:1fr}}
