@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);:root{--header-height:3.5rem;--first-hue:14;--sat:100%;--lig:64%;--second-hue:219;--first-color:hsl(var(--first-hue), var(--sat), var(--lig));--first-color-alt:hsl(var(--first-hue), var(--sat), 60%);--title-color:hsl(var(--second-hue), 15%, 95%);--text-color:hsl(var(--second-hue), 8%, 75%);--text-color-light:hsl(var(--second-hue), 4%, 55%);--body-color:#0d0d0d8f;--container-color:hsl(219deg 5.13% 13.62% / 54%);--skill-color:white;--skill-background:#0e0e0e99;--dark:#131313;--light:hsl(var(--second-hue), 100%, 99%);--light-transparent:#f3f3f3d6;--body-font:'Poppins',sans-serif;--biggest-font-size:1.75rem;--h1-font-size:1.5rem;--h2-font-size:1.25rem;--h3-font-size:1rem;--normal-font-size:0.938rem;--small-font-size:0.813rem;--smaller-font-size:0.75rem;--tiny-font-size:0.625rem;--font-medium:500;--font-semibold:600;--z-tooltip:10;--z-fixed:100;--z-modal:1000}@media screen and (min-width:968px){:root{--biggest-font-size:2.5rem;--h1-font-size:2.25rem;--h2-font-size:1.5rem;--h3-font-size:1.25rem;--normal-font-size:1rem;--small-font-size:0.875rem;--smaller-font-size:0.813rem}}*{box-sizing:border-box;margin:0;padding:0;scroll-margin-top:50px}html{scroll-behavior:smooth;background-color:#000}body,button,input,textarea{font-size:var(--normal-font-size);font-family:var(--body-font)}body{transition:.4s;background:radial-gradient(ellipse at top,#1c1c1c 0,#090a0f 100%);color:var(--text-color)}*{-webkit-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;user-select:none}h1,h2,h3{color:var(--title-color);font-weight:var(--font-semibold)}ul{list-style:none}a{color:inherit;text-decoration:none}*{-webkit-tap-highlight-color:transparent}button{cursor:pointer;outline:0;border:none}img{max-width:100%;height:auto}td[rowspan]{vertical-align:top;padding-right:.3rem;text-align:left}span .bx:first-child{padding-bottom:.05rem}.link{color:#007aff}.bottom-gradient{height:2000px;width:100%;position:absolute;z-index:-69;margin-top:-2000px;background:radial-gradient(ellipse at bottom,#1c1c1c 0,#090a0f 100%)}.change-theme{transition:.3s;cursor:pointer;font-size:1.25rem}.change-theme:hover{color:var(--first-color)}body.light-theme{--title-color:hsl(var(--second-hue), 15%, 15%);--text-color:hsl(var(--second-hue), 8%, 35%);--body-color:hsl(var(--second-hue), 100%, 99%);--container-color:#fff;--skill-color:#353535;--skill-background:#f1f1f1;background:radial-gradient(ellipse at top,#ededed 0,#fff 100%)}.light-theme .scroll-header{box-shadow:0 2px 4px hsl(0,0%,1%,.1)}.light-theme .nav__menu{background-color:hsl(0deg 0% 89.91% / 84%)}.light-theme .section__subtitle{color:var(--text-color)}.light-theme .home__social-link{box-shadow:0 2px 8px hsl(var(--second-hue),48%,8%,.1)}.light-theme .footer__social-link,.light-theme .home__social::after{background-color:var(--title-color)}.light-theme .active-work,.light-theme .button,.light-theme .button:hover,.light-theme .footer__copy,.light-theme .footer__link,.light-theme .footer__title,.light-theme .home__scroll,.light-theme .home__social-link{color:var(--title-color)}.light-theme .about__box{box-shadow:0 2px 8px hsl(var(--second-hue),48%,8%,.1)}.light-theme .contact-card,.light-theme .services__card,.light-theme .skills__content,.light-theme .testimonial__card,.light-theme .work__card{box-shadow:0 2px 16px hsl(var(--second-hue),48%,8%,.1)}.light-theme .about__img{box-shadow:0 5px 16px hsl(var(--second-hue),48%,8%,.2)}.light-theme::-webkit-scrollbar{background-color:hsl(var(--second-hue),8%,66%)}.light-theme::-webkit-scrollbar-thumb{background-color:hsl(var(--second-hue),8%,54%)}.light-theme::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--second-hue),8%,44%)}.container{max-width:968px}.grid{display:grid;gap:1.25rem}.main{overflow:hidden}.home{margin-top:3rem}.section{padding:1.5rem 1rem}.section__subtitle,.section__title{text-align:center}.section__title{margin-bottom:1.3rem;color:var(--first-color);font-size:var(--h2-font-size)}.section__subtitle{display:block;color:var(--text-color-light);font-size:var(--smaller-font-size)}.bold{font-weight:700}.text-left{text-align:left}.text-right{text-align:right}.link-icon{font-size:.8rem}.header{position:fixed;top:0;left:0;z-index:var(--z-fixed);transition:.4s;background-color:var(--body-color);width:100%;box-shadow:0 4px 4px hsla(0,0%,4%,.3);backdrop-filter:blur(10px)}.light-theme .header{background-color:var(--light-transparent);box-shadow:0 2px 4px hsl(0,0%,1%,.1)}.nav{display:flex;justify-content:space-between;align-items:center;margin-right:1rem;margin-left:1rem;height:var(--header-height)}.nav__logo{transition:.4s;color:var(--first-color);font-weight:var(--font-medium)}.nav__logo:hover{color:var(--first-color-alt)}.nav__menu{position:fixed;right:1rem;bottom:1rem;left:1rem;backdrop-filter:blur(5px);transition:.4s;transition:width 2s,height 2s,background-color .4s,transform .4s;border-radius:1rem;background-color:#131516de;padding:1rem 2.25rem;box-shadow:rgb(0 0 0 / 25%) 2px 16px 30px,rgb(0 0 0 / 29%) 0 8px 10px;z-index:999}.light-theme .nav__menu{box-shadow:rgb(0 0 0 / 4%) 2px 16px 30px,rgb(0 0 0 / 17%) 0 8px 10px}.nav__list{display:flex;justify-content:space-between;align-items:center}.nav__link{display:flex;border-radius:5rem;padding:.4rem;color:var(--text-color);font-size:1.25rem}.active-link{filter:drop-shadow(0 2px 8px rgb(0, 0, 0));color:var(--first-color)}.about-title{text-align:center}.about-title h1{font-size:var(--biggest-font-size)}.about-title h3{margin-bottom:1.5rem;color:var(--text-color);font-weight:var(--font-medium);font-size:var(--small-font-size)}.button{display:inline-block;transition:.4s;border-radius:.5rem;background-color:var(--first-color);padding:.75rem 1rem;color:var(--body-color);font-weight:var(--font-medium)}.button:hover{background-color:var(--first-color-alt);color:var(--body-color)}.button--ghost{border:2px solid var(--first-color);background-color:transparent;color:var(--first-color)}.about__img{justify-self:center;border-radius:1.5rem;width:220px}.about__data{text-align:center}.about__info{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin:1rem 0 0}.about__box{border-radius:.75rem;background-color:var(--container-color);padding:.75rem .5rem;text-align:center}.about__icon{max-height:24px;max-width:24px;margin-bottom:.5rem;color:var(--first-color);font-size:1.5rem}.about__title{font-size:var(--small-font-size)}.about__subtitle{font-size:var(--tiny-font-size)}.about__description{text-align:center}.highlight{color:var(--title-color);font-weight:var(--font-medium)}.highlight{transition:.4s ease}c{border-radius:4px;background-color:var(--skill-background);padding:1px 5px;color:var(--skill-color);font-size:13px;white-space:nowrap}.skills__container{justify-content:center;min-width:3.5rem}.skills__content{border-radius:1.25rem;background-color:var(--container-color);padding:1.5rem}#skills p{display:contents}#skills{margin:auto;max-width:50rem}.skills-title{color:var(--first-color);font-weight:var(--font-semibold);margin-left:.3rem}.skills__title{margin-bottom:1.5rem;color:var(--first-color);font-weight:var(--font-medium);font-size:var(--normal-font-size);text-align:center}.skills__box{display:flex;column-gap:2.5rem;justify-content:center}.skills__group{display:grid;row-gap:1rem;align-content:flex-start}.skills__data{display:flex;column-gap:.5rem}.skills .bxs-badge-check{color:var(--first-color);font-size:1rem}.skills__name{font-size:var(--normal-font-size);line-height:18px}.skills__level{font-size:var(--tiny-font-size)}.skills__star{margin-top:2px;font-size:var(--tiny-font-size)}.sub__skills__level{padding-bottom:10px;font-weight:var(--font-medium);font-size:var(--tiny-font-size)}.skill{display:flex;flex-direction:row;justify-content:space-between}.services__container{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding-top:1rem}.services__card{border-radius:1rem;background-color:var(--container-color);padding:3rem 1.5rem 1.5rem}.services__title{margin-bottom:2.5rem;font-size:var(--h3-font-size)}.services__buttton{display:flex;column-gap:.25rem;align-items:center;cursor:pointer;color:var(--first-color);font-size:var(--small-font-size)}.work__button:hover .services__icon{transform:translateX(.25rem)}.work__container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:auto;max-width:75rem}.card-buttons{display:flex;gap:2rem}.card-info{display:flex}.card-icon{margin:auto 1rem auto 0;height:3rem}.card-details-icon{margin-bottom:1rem;text-align:center}.services__icon{transition:.4s;padding-top:.1rem;font-size:1rem}.services__modal{display:grid;position:fixed;place-items:center;visibility:hidden;opacity:0;z-index:var(--z-modal);transition:.4s;inset:0;background-color:hsl(0deg 0% 0% / 70%);padding:2rem 1rem}.services__modal-content{position:relative;border-radius:1.5rem;background-color:var(--dark);padding:2.5rem}.light-theme .services__modal-content{background-color:var(--light)}.services__modal-description,.services__modal-title{text-align:center}.services__modal-title{margin-bottom:.5rem;color:var(--first-color);font-size:var(--h3-font-size)}.services__modal-description{margin-bottom:1rem;font-size:var(--small-font-size)}.services__modal-list{display:grid;row-gap:.2rem}.services__modal-item{display:flex;column-gap:.5rem;align-items:flex-start}.services__modal-icon{color:var(--first-color);font-size:1.5rem}.services__modal-close{position:absolute;top:1.5rem;right:1.5rem;cursor:pointer;color:var(--first-color);font-size:1.5rem}.active-modal{visibility:visible;opacity:1}.quote-section{padding:3rem 0 6rem}.quote-container{display:flex;flex-wrap:wrap;margin:0 auto;min-width:20rem;max-width:50rem}.quote-container i{margin:auto;color:var(--first-color);font-size:9rem}.quote-container div{margin:auto;padding:0 0 .7rem 1rem;min-width:20rem;max-width:40rem;font-size:1.5rem}.quote-container span{color:var(--first-color);font-weight:700}@media screen and (max-width:815px){.quote-container div{padding:0}.quote-container p{padding:0 .5rem;font-size:var(--h2-font-size);text-align:center}}.work__container{padding-top:1rem}.work__filters{display:flex;column-gap:.75rem;flex-wrap:wrap;justify-content:center;align-items:center}.work__filters{display:flex;gap:1rem}.work__item{transition:opacity .3s ease;cursor:pointer;border-radius:.5rem;padding:.25rem .75rem;color:var(--title-color);font-weight:var(--font-medium)}.work__item:hover{opacity:.8}.work__card{margin:1rem 1.5rem;border-radius:1rem;background-color:var(--container-color);padding:1rem;min-width:18rem;max-width:20rem}.work__img{margin-bottom:.3rem;border-radius:1rem;width:100%}.work__title{margin-bottom:.25rem;font-weight:var(--font-medium);font-size:var(--normal-font-size)}.work__button{display:flex;column-gap:.25rem;align-items:center;cursor:pointer;width:max-content;color:var(--first-color);font-size:var(--small-font-size)}.work__button:hover .work__icon{transform:translateX(.25rem)}.work__icon{transition:.4s;font-size:1rem}.active-work{background-color:var(--first-color);color:var(--dark)}#certificates{padding:2rem 0 0}.testimonial__container{margin:0;padding:.7rem 0}.testimonial__card{margin-bottom:3rem;border-radius:1.5rem;background-color:var(--container-color);padding:1.25rem 1.5rem;min-width:23rem;max-width:25rem}.testimonial__img{border-radius:3rem}.testimonial__name{mask-border:.25rem;font-weight:var(--font-medium);font-size:var(--normal-font-size)}.testimonial__description{font-size:var(--small-font-size)}.swiper-pagination-bullet{background-color:var(--text-color-light)}.swiper-pagination-bullet-active{background-color:var(--first-color)}.title{padding-bottom:4rem;color:var(--title-color);font-weight:var(--font-semibold);font-size:var(--normal-font-size)}.desc{font-size:var(--small-font-size)}.timeline{margin:0;padding:0;width:100%;line-height:1.4em;list-style:none}.timeline-content p{padding-bottom:.3rem}.timeline-content h2{padding-bottom:.3rem}.timeline-content b{font-weight:600}.timeline-item{position:relative;padding-left:40px}.timeline-item:last-child{padding-bottom:0}.timeline-item:hover .anchor-highlight{color:var(--first-color)}.timeline-info{margin:0 0 .5em 0;font-weight:700;font-size:12px;letter-spacing:3px;text-transform:uppercase;white-space:nowrap}.timeline-marker{position:absolute;top:0;bottom:0;left:0;width:15px}.timeline-marker:before{display:block;position:absolute;top:4px;left:0;transition:background .3s ease-in-out,border .3s ease-in-out;border:3px solid transparent;border-radius:100%;background:var(--first-color);width:9px;height:9px;content:""}.timeline-marker:after{display:block;position:absolute;top:27px;bottom:4px;left:5px;background:#ccd5db;width:3px;content:""}.timeline-item:last-child .timeline-marker:after{content:none}.timeline-item:not(.period):hover .timeline-marker:before{border:3px solid var(--first-color);background:0 0}.container-fluid{margin:0 auto;min-width:23rem;max-width:50rem}.timeline-content{padding-bottom:1rem}.timeline-content p:last-child{margin-bottom:0}.anchor-highlight{font-weight:var(--font-medium)}.anchor-highlight:hover{color:#007aff}#bsc-highlight:hover,#career-highlight:hover{color:#007aff}.career:hover .anchor-highlight{color:var(--first-color)}.anchor-highlight{transition:.4s ease}.period{padding:0}.period .timeline-info{display:none}.period .timeline-marker:before{position:absolute;top:-6px;bottom:30px;border:none;border-top:3px solid #ccd5db;border-radius:0;background:0 0;width:15px;height:auto;content:""}.period .timeline-marker:after{top:auto;height:32px;content:""}.period .timeline-content{padding:40px 0 70px}.period .timeline-title{margin:0}.contact-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:2.5rem;margin:0 auto;max-width:60rem}.contact__title{margin-bottom:1.5rem;font-size:var(--h3-font-size);text-align:center}.contact__info{display:grid;gap:1rem}.contact-card{cursor:pointer;border-radius:.75rem;background-color:var(--container-color);padding:1rem;width:12rem;text-align:center}.contact-card-icon{transition:.4s;margin-bottom:.25rem;color:var(--title-color);font-size:2rem}.contact-card:hover .contact-card-icon{color:var(--first-color)}.contact-card-data,.contact-card-title{font-size:var(--small-font-size)}.contact-card-title{font-weight:var(--font-medium)}.contact-card-data{display:block;margin-bottom:.5rem}.contact-button{display:flex;justify-content:center;align-items:center;color:var(--first-color);font-size:var(--small-font-size)}.contact-button:hover .contact-button-icon,.contact-card:hover .contact-button-icon{transform:translateX(.25rem)}.contact-button-icon{transition:.4s;font-size:1rem}.contact__form-div{position:relative;margin-bottom:2rem;height:4rem}.contact__form-input{position:absolute;top:0;left:0;z-index:1;outline:0;border:2px solid var(--text-color-light);border-radius:.75rem;background:0 0;padding:1.5rem;width:100%;height:100%;color:var(--text-color)}.contact__form-tag{position:absolute;top:-.75rem;left:1.25rem;z-index:10;background-color:var(--body-color);padding:.25rem;font-size:var(--smaller-font-size)}.contact__form-area{height:11rem}.contact__form-area textarea{resize:none}.copied-notification{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;border-radius:5px;background-color:#4caf50;padding:10px 20px;color:#fff;font-weight:700;font-size:16px}.clipboard-notification{position:fixed;top:10px;right:10px;border-radius:5px;background-color:#4caf50;padding:10px;color:#fff}.footer{background-color:var(--first-color)}.footer__container{padding:2rem 0 6rem}.footer__link,.footer__title{color:var(--dark)}.footer__title{margin-bottom:2rem;text-align:center}.footer__list{display:flex;column-gap:1.5rem;justify-content:center;margin-bottom:2rem}.footer__social{display:flex;column-gap:1.25rem;justify-content:center}.footer__social-link{display:inline-flex;border-radius:.5rem;background-color:var(--dark);padding:.4rem;color:var(--first-color);font-size:1.25rem}.footer__copy{display:block;margin-top:4.5rem;color:var(--dark);font-size:var(--smaller-font-size);text-align:center}.icon{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:400;font-size:80%;line-height:1;text-rendering:auto;text-transform:none}::-webkit-scrollbar{border-radius:.5rem;background-color:hsl(var(--second-hue),8%,38%);width:.6rem}::-webkit-scrollbar-thumb{border-radius:.5rem;background-color:hsl(var(--second-hue),8%,26%)}::-webkit-scrollbar-thumb:hover{background-color:hsl(var(--second-hue),8%,20%)}@media screen and (max-width:320px){.nav__menu{padding:1rem 1.5rem}.home__buttons{flex-direction:column}.home__handle{width:150px;height:253px}.home__img{width:130px}.about__info{grid-template-columns:repeat(2,1fr)}.skills__box{column-gap:1rem}.skills__name{font-size:var(--small-font-size)}.services__container{grid-template-columns:145px;justify-content:center}.work__item{font-size:var(--small-font-size)}.work__filters{column-gap:.25rem}}@media screen and (min-width:576px){.nav__menu{right:0;left:0;margin:0 auto;width:328px}.about__info{grid-template-columns:repeat(3,140px);justify-content:center}.services__container{grid-template-columns:repeat(2,160px);justify-content:center}.services__modal-content{padding:2.5rem;width:500px}.contact__info{grid-template-columns:300px;justify-content:center}.contact__form{margin:0 auto;width:360px}}@media screen and (min-width:767px){.work__card{margin:1.2rem}}@media screen and (max-width:992px){.testimonial__container{margin:0;padding:0 1rem}.about-title h3{margin-bottom:.5rem}}@media screen and (max-width:400px){.testimonial__container{padding:0 3rem}.testimonial__card{min-width:18rem;max-width:20rem}.contact-container{gap:.5rem}}@media screen and (max-width:460px){.contact-card{width:10rem}.timeline-item{padding-left:30px}.timeline-content p{text-align:left}}@media screen and (min-width:992px){.div1{grid-area:1/1/4/2}.div2{grid-area:1/2/3/3}.div3{grid-area:4/1/9/2}.div4{grid-area:3/2/7/3}.div5{grid-area:9/1/12/2}.div6{grid-area:7/2/12/3}.container{margin-right:auto;margin-left:auto}.section{padding:2.5rem 0}.nav{height:calc(var(--header-height) + 1rem)}.home__handle{width:290px;height:400px}.home__img{width:220px}.home__social-link{padding:.4rem;font-size:1.25rem}.home__social::after{transform:rotate(90deg) translate(16px,0)}.home__scroll-icon{font-size:2rem}.about__container{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:3rem}.about__img{width:24rem}.about__data{width:30rem;text-align:initial}.about__box{padding:1rem 1.25rem}.skills__container{column-gap:3rem;row-gap:2.5rem}.services__container{grid-template-columns:repeat(3,192px);column-gap:3rem}.services__card{padding:5rem 2rem 1.5rem}.work__card{padding:1.25rem}.testimonial__card{padding:1.5rem 2rem}}#loading-container{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;backdrop-filter:blur(10px)}#loading-icon{border:4px solid #3498db;border-top:4px solid transparent;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}