@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";.about__container{grid-template-columns:repeat(2,1fr);align-items:center;column-gap:4rem}.about__img{width:350px;border-radius:1.5rem;justify-self:center}.about__description{padding:0 4rem 0 0;margin-bottom:2.5rem}@media screen and (max-width: 992px){.about__container{grid-template-columns:1fr;row-gap:2.5rem}.about__img{width:220px}.about__data{text-align:center}.about__description{padding:0 5rem;margin-botton:2rem}}@media screen and (max-width: 576px){.about__description{padding:0}}.about__info{grid-template-columns:repeat(3,140px);gap:.5rem;margin-bottom:2rem}.about__box{background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.75rem;text-align:center;padding:1rem 1.25rem}.about__icon{font-size:1.5rem;color:#333;margin-bottom:.5rem}.about__title{font-size:.875rem;font-weight:500}.about__subtitle{font-size:.625rem}@media screen and (max-width: 992px){.about__info{justify-content:center}.about__box{padding:.75rem .5rem}}@media screen and (max-width: 576px){.about__info{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 350px){.about__info{grid-template-columns:repeat(2,1fr)}}.contact__container{grid-template-columns:repeat(2,max-content);justify-content:center;column-gap:11rem!important;padding-bottom:3rem}.contact__title{text-align:center;font-size:1.25rem;font-weight:500;margin-bottom:1.5rem}.contact__info{display:grid;row-gap:1rem;grid-template-columns:300px}.contact__card{background-color:#fff;border:1px solid rgba(0,0,0,.1);padding:1rem;border-radius:.75rem;text-align:center}.contact__card-icon{font-size:2rem;color:#333;margin-bottom:.25rem}.contact__card-title,.contact__card-data{font-size:.875rem}.contact__card-title{font-weight:500}.contact__card-data{display:block;margin-bottom:.75rem}.contact__button{color:#757575;font-size:.875rem;display:inline-flex;align-items:center;justify-content:center;column-gap:.25rem}.contact__button-icon{font-size:1rem;transition:.3s}.contact__button:hover .contact__button-icon{transform:translate(.25rem)}.contact__form{width:360px}.contact__form-div{position:relative;margin-bottom:2rem;height:4rem}.contact__form-input{position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid rgba(0,0,0,.3);background:none;color:#757575;outline:none;border-radius:.75rem;padding:1.5rem;z-index:1}.contact__form-tag{position:absolute;top:-.75rem;left:1.25rem;font-size:.813rem;padding:.25rem;background-color:#fafafa;z-index:10}.contact__form-area{height:10rem}.contact__form-area textarea{resize:none}@media screen and (max-width: 992px){.contact__container{column-gap:3rem!important}}@media screen and (max-width: 768px){.contact__container{grid-template-columns:1fr;row-gap:3rem}.contact__info{justify-content:center}.contact__form{margin:0 auto}}@media screen and (max-width: 576px){.contact__info{grid-template-columns:1fr}.contact__form{width:100%}}.footer{background-color:#fff;border-top:1px solid rgba(0,0,0,.1)}.footer__container{padding:2rem 0 6rem}.footer__title,.footer__link{color:#333}.footer__title{text-align:center;margin-bottom:2rem}.footer__link:hover{color:#000}.footer__list{display:flex;justify-content:center;column-gap:1.5rem;margin-bottom:2rem}.footer__social{display:flex;justify-content:center;column-gap:1.25rem}.footer__social-link{background-color:#333;color:#fff;font-size:1.125rem;padding:.4rem;border-radius:.5rem;display:inline-flex}.footer__social-link:hover{background-color:#000}.footer__copy{display:block;margin-top:4.5rem;color:#333;text-align:center;font-size:.813rem}@media screen and (max-width: 992px){.footer__social-link{padding:.25rem;border-radius:.25rem;font-size:1rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body,button,input,textarea{font-family:Poppins,sans-serif;font-size:1rem}body{background-color:#fafafa;color:#757575}h1,h2,h3{color:#333;font-weight:600}ul{list-style:none}a{text-decoration:none}button{cursor:pointer;border:none;outline:none}img{max-width:100%;height:auto}.section{padding:6rem 0 2rem}.section__title{font-size:2.25rem;color:#333}.section__subtitle{display:block;font-size:.875rem;margin-bottom:4rem}.section__title,.section__subtitle{text-align:center}.container{max-width:968px;margin-left:auto;margin-right:auto}.grid{display:grid;gap:1.5rem}.button{display:inline-block;background-color:#333;color:#fff;padding:1.25rem 2rem;border-radius:1rem;font-weight:500}.button:hover{background-color:#000}.button__icon{margin-left:.5rem}.button__flex{display:inline-flex;align-items:center}@media screen and (max-width: 992px){.container{margin-left:1.5rem;margin-right:1.5rem}.button{padding:1rem 1.75rem}.button__icon{width:22px;height:22px}}@media screen and (max-width: 768px){body{margin:0 0 3rem}.section{padding:2rem 0 4rem}.section__subtitle{margin-bottom:3rem}}@media screen and (max-width: 350px){.container{margin-left:1rem;margin-right:1rem}}.header{width:100%;position:fixed;top:0;left:0;z-index:100;background-color:#fafafa}.nav{height:4.5rem;display:flex;justify-content:space-between;align-items:center;column-gap:1rem}.nav__logo,.nav__toggle{color:#333;font-weight:500}.nav__list{display:flex;column-gap:2rem}.nav__link{display:flex;flex-direction:column;align-items:center;font-size:.875rem;color:#333;font-weight:500;transition:.3s}.nav__icon,.nav__close,.nav__toggle{display:none}.active-link,.nav__link:hover{color:#000}.scroll-header{box-shadow:0 -1px 4px #00000026}@media screen and (max-width: 768px){.header{top:initial;bottom:0}.nav{height:3rem}.nav__menu{position:fixed;bottom:-100%;left:0;width:100%;background-color:#fafafa;padding:2rem 1.5rem 4rem;box-shadow:0 -1px 4px #00000026;border-radius:1.5rem 1.5rem 0 0;transition:.3s}.show-menu{bottom:0}.nav__list{display:grid;grid-template-columns:repeat(3,1fr)}.nav__icon{font-size:1.2rem}.nav__close{position:absolute;right:1.3rem;bottom:.5rem;font-size:1.5rem;cursor:pointer;color:#333}.nav__close:hover{color:#000}.nav__toggle{font-size:1.1rem;cursor:pointer}.nav__icon,.nav__close,.nav__toggle{display:block}}@media screen and (max-width: 350px){.nav__menu{padding:2rem .25rem 4rem}.nav__list{column_gap:0}}.home__container{row-gap:7rem}.home__content{grid-template-columns:116px repeat(2,1fr);padding-top:5.5rem;column-gap:1.2rem;align-items:center}.home__img{animation:profile__animate 8s ease-in-out infinite;background:url(/Personal-Website/assets/Compressed_Profile-z6KDIfqu.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;box-shadow:inset 0 0 0 9px #ffffff4d;order:1;justify-self:center;width:300px;height:300px}@keyframes profile__animate{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}@media screen and (max-width: 992px){.home__content{grid-template-columns:100px repeat(2,1fr);column-gap:1.25rem}.home__img{width:250px;height:250px;box-shadow:inset 0 0 0 8px #ffffff4d}}@media screen and (max-width: 768px){.home__content{grid-template-columns:.5fr 3fr;padding-top:3.5rem}.home__img{order:initial;justify-self:initial}.home__img{box-shadow:inset 0 0 0 6px #ffffff4d;width:200px;height:200px}}@media screen and (max-width: 350px){.home__img{width:180px;height:180px}}.home__social{display:grid;grid-template-columns:max-content;row-gap:1rem}.home__social-icon{font-size:1.25rem;color:#333}.home__social-icon:hover{color:#000}.home__title{font-size:2.25rem;margin-bottom:.25rem}.home__hand{width:38px;height:38px;margin-left:.4rem}.home__subtitle{position:relative;font-size:1.25rem;padding-left:3rem;font-weight:400;margin-bottom:1rem}.home__subtitle:before{content:"";position:absolute;width:40px;height:1px;background-color:#757575;left:0;top:1rem}.home__description{max-width:400px;margin-bottom:1rem}@media screen and (max-width: 992px){.home__subtitle{padding-left:3.75rem;margin-bottom:1rem}.home__subtitle:before{width:42px;top:.8rem}.home__hand{width:26px;height:26px}.home__description{max-width:initial;margin-bottom:2.5rem}}@media screen and (max-width: 768px){.home__data{grid-column:1/3}.home__scroll{display:none}}@media screen and (max-width: 350px){.home__hand{width:22px;height:22px}}.home__scroll{margin-left:8rem}.wheel{animation:scroll 2s ease infinite;stroke:#333}#mouse{stroke:#333}.home__scroll-name{color:#333;font-weight:500;margin-right:.25rem;margin-left:2px}.home__scroll-arrow{font-size:1.25rem;color:#333}@keyframes scroll{0%{transform:translateY(0)}30%{transform:translateY(3.75rem)}}@media screen and (max-width: 992px){.home__scroll{margin-left:7.5rem}}@media screen and (max-width: 768px){.home__scroll{display:none}}.work__container{grid-template-columns:repeat(2,max-content);gap:3rem;justify-content:center}.work__card{background-color:#fff;border:1px solid rgba(0,0,0,.1);padding:1.25rem;border-radius:1rem}.work__img{width:295px;border-radius:1rem;margin-bottom:1rem}.work__title{font-size:1rem;font-weight:500;margin-bottom:.5rem}.work__button{color:#757575;font-size:.875rem;display:flex;align-items:center;column-gap:.25rem}.work__button-icon{font-size:1rem;transition:.4s}.work__button:hover .work__button-icon{transform:translate(.25rem)}@media screen and (max-width: 992px){.work__container{gap:1.25rem}.work__card{padding:1rem}.work__img{margin-bottom:.75rem}.work__title{margin-bottom:.25rem}}@media screen and (max-width: 768px){.work__container{grid-template-columns:max-content}}@media screen and (max-width: 576px){.work__container{grid-template-columns:1fr}.work__img{width:100%}}@media screen and (max-width: 350px){.work__item{font-size:.875rem}.work__filter{column-gap:.25rem}}.testimonial__container{width:750px}.testimonial__card{background-color:#fff;border:1px solid rgba(0,0,0,.1);padding:1.5rem 2rem;border-radius:1.5rem;margin-bottom:3rem}.testimonial__img{width:60px;border-radius:3rem;maring-bottom:1rem}.testimonial__name{font-size:1rem;font-weight:500;margin-bottom:.25rem}.testimonial__description{font-size:.875rem}.swiper-pagination-bullet{background-color:#757575}.swiper-pagination-bullet-active{background-color:#333}@media screen and (max-width: 992px){.testimonial__container{width:initial}.testimonial__card{padding:1.25rem 1.5rem}}.skills__content{background-color:#fff;border:1px solid rgba(0,0,0,.1);padding:2rem 4rem;border-radius:1.25rem}.skills__box{display:flex;justify-content:center;column-gap:2.5rem}.skills__group{display:grid;align-items:flex-start;row-gap:1rem}.skills__data{display:flex;column-gap:.5rem}.skills__name{font-size:1rem;font-weight:500;line-height:18px}.bx-badge-check{font-size:1rem;color:#333}.skills__level{font-size:.625rem}@media screen and (max-width: 576px){.skills__content{padding:1.5rem}}@media screen and (max-width: 350px){.skills__name{font-size:.875rem}.skills__box{column-gap:1.25rem}}.skills__container{grid-template-columns:repeat(2,350px);column-gap:3rem;justify-content:center}.skills__title{font-size:1rem;font-weight:500;text-align:center;margin-bottom:1.5rem}@media screen and (max-width: 992px){.skills__container{grid-template-columns:max-content}}@media screen and (max-width: 576px){.skills__container{grid-template-columns:1fr}}.scrollup{position:fixed;right:2.5rem;bottom:-20%;background-color:#333;opacity:.8;padding:.3rem .5rem;border-radius:.4rem;z-index:10;transition:.4s}.scrollup__icon{font-size:1.5rem;color:#fff}.scrollup:hover{background-color:#000}.show-scroll{bottom:3rem}@media screen and (max-width: 992px){.scrollup{right:1.5rem;padding:.25rem .4rem}.scrollup__icon{font-size:1.25rem}}@media screen and (max-width: 768px){.show-scroll{bottom:4rem}}@media screen and (max-width: 350px){.scrollup{right:1rem}}.experience__container{max-width:900px}.experience__tabs{display:flex;justify-content:center;margin-bottom:2rem}.experience__button{font-size:1.25rem;font-weight:500;color:#333;margin:0 1rem;cursor:pointer}.experience__button:hover{color:#000}.experience__icon{font-size:1.8rem;margin-right:.25rem}.experience__active{color:#000}.experience__sections{display:grid;grid-template-columns:.5fr;justify-content:center}.experience_content{display:none}.experience_content-active{display:block}.experience__data{display:grid;grid-template-columns:1fr max-content 1fr;column-gap:1.5rem}.experience__title{font-size:1rem;font-weight:500}.experience__subtitle{display:inline-block;font-size:.875rem;margin-bottom:1rem}.experience_calendar{font-size:.875rem}.experience__rounder{display:inline-block;width:13px;height:13px;background-color:#757575;border-radius:50%}.experience__line{display:block;width:1px;height:100%;background-color:#757575;transform:translate(6px,-7px)}@media screen and (max-width: 768px){.experience__container{margin-left:1.5rem;margin-right:1.5rem}}@media screen and (max-width: 576px){.experience__sections{grid-template-columns:initial}}
