@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");:root{--header-height:3rem;--hue-color:245;--first-color:hsl(var(--hue-color),69%,61%);--first-color-second:#0d1328;--first-color-alt:hsl(var(--hue-color),57%,53%);--first-color-lighter:hsl(var(--hue-color),92%,85%);--title-color:hsl(var(--hue-color),8%,95%);--text-color:hsl(var(--hue-color),8%,75%);--text-color-light:hsl(var(--hue-color),8%,65%);--body-color:#010319;--container-color:#0d1328;--contact-color:var(--text-color);--contact-title:var(--container-color);--contact-subtitle:hsl(var(--hue-color),8%,95%);--scroll-bar-color:hsl(var(--hue-color),12%,48%);--scroll-thumb-color:hsl(var(--hue-color),12%,36%);--body-font:"Poppins",sans-serif;--big-font-size:2rem;--h1-font-size:1.5rem;--h2-font-size:1.25rem;--h3-font-size:1.125rem;--normal-font-size:0.938rem;--small-font-size:0.813rem;--smaller-font-size:0.75rem;--font-medium:500;--font-semi-bold:600;--mb-0-25:0.25rem;--mb-0-5:0.5rem;--mb-0-75:0.75rem;--mb-1:1rem;--mb-1-5:1.5rem;--mb-2:2rem;--mb-2-5:2.5rem;--mb-3:3rem;--z-tooltip:10;--z-fixed:100;--z-modal:1000}@media screen and (min-width:968px){:root{--big-font-size:3rem;--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}}.nav__btns{align-items:center;display:flex}.change-theme{color:var(--title-color);cursor:pointer;font-size:1.25rem;margin-right:var(--mb-1)}.change-theme:hover{color:var(--first-color)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--body-color);color:var(--text-color);font-family:var(--body-font);font-size:var(--normal-font-size);margin:0 0 var(--header-height) 0}h1,h2,h3,h4{color:var(--title-color);font-weight:var(--font-semi-bold)}ul{list-style:none}a{text-decoration:none}img{height:auto;max-width:100%}.section{padding:2rem 0 4rem}.section__title{font-size:var(--h1-font-size)}.section__subtitle{display:block;font-size:var(--small-font-size);margin-bottom:var(--mb-3)}.section__subtitle,.section__title{text-align:center}.container{margin-left:var(--mb-1-5);margin-right:var(--mb-1-5);max-width:768px}.grid{display:grid;gap:1.5rem}.header{bottom:0;left:0;position:fixed;width:100%;z-index:var(--z-fixed)}.header,.nav{background-color:#0d1328}.nav{align-items:center;display:flex;height:3.5rem;justify-content:space-between;max-width:968px}.nav__logo,.nav__toggle{color:var(--title-color);font-weight:var(--font-medium)}.nav__logo:hover{color:#0d1328}.nav__toggle{cursor:pointer;font-size:1.1rem}.nav__toggle:hover{color:v#0D1328}@media screen and (max-width:767px){.nav__menu{background-color:#0d1328;border-radius:1.5rem 1.5rem 0 0;bottom:-100%;box-shadow:0 -1px 4px rgba(0,0,0,.15);left:0;padding:2rem 1.5rem 4rem;position:fixed;transition:.3s;width:100%}}.nav__list{gap:2rem;grid-template-columns:repeat(3,1fr)}.nav__link{align-items:center;color:var(--title-color);display:flex;flex-direction:column;font-size:var(--small-font-size);font-weight:var(--font-medium)}.nav__link:hover{color:var(--first-color)}.nav__icon{font-size:1.2rem;margin-bottom:var(--mb-0-5)}.nav__close{bottom:.5rem;color:var(--first-color);cursor:pointer;font-size:1.5rem;position:absolute;right:1.3rem}.nav__close:hover{color:var(--first-color-alt)}.nav__lang{margin-right:var(--mb-1);position:relative}.nav__lang-btn{align-items:center;background:none;border:none;color:var(--title-color);cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:var(--small-font-size);font-weight:var(--font-medium);gap:.5rem;transition:all .3s}.nav__lang-btn:hover{color:var(--first-color)}.nav__lang-btn i{font-size:var(--h3-font-size)}.nav__lang-btn i:last-child{font-size:.8rem;transition:transform .3s}.nav__lang-btn:hover i:last-child{transform:rotate(-180deg)}.nav__lang-menu{background-color:var(--container-color);border-radius:1rem;box-shadow:0 4px 8px rgba(0,0,0,.1);opacity:0;padding:.5rem;position:absolute;right:0;top:100%;transform:translateY(-10px);transition:all .3s;visibility:hidden;z-index:var(--z-tooltip)}.show-lang-menu{opacity:1;transform:translateY(0);visibility:visible}.nav__lang-option{align-items:center;background:none;border:none;border-radius:.25rem;color:var(--title-color);cursor:pointer;display:flex;font-size:var(--small-font-size);gap:.5rem;padding:.75rem 1rem;transition:all .3s;width:100%}.nav__lang-option:hover{background-color:var(--first-color);color:#fff}.nav__lang-option.active{color:var(--first-color)}.nav__lang-option.active:hover{color:#fff}@media screen and (max-width:767px){.nav__lang{display:flex;justify-content:center;margin-right:0}.nav__lang-btn{flex-direction:column;font-size:var(--small-font-size);gap:0}.nav__lang-btn i:first-child{font-size:1.2rem;margin-bottom:var(--mb-0-5)}.nav__lang-btn i:last-child{display:none}.nav__lang-menu{border-radius:1.5rem 1.5rem 0 0;bottom:var(--header-height);left:0;padding:rem;position:fixed;right:0;top:auto;transform:translateY(100%)}.show-lang-menu{transform:translateY(0)}.nav__lang-option{font-size:var(--normal-font-size);justify-content:center;padding:1rem}}.show-menu{bottom:0}.active-link{color:var(--first-color)}.scroll-header{box-shadow:0 -1px 4px rgba(0,0,0,.15)}.home-hero{align-items:center;background:linear-gradient(135deg,var(--body-color) 0,rgba(13,19,40,.8) 100%);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:5rem 1rem 2rem;position:relative}.hero-container{margin:0 auto;max-width:1200px;position:relative;width:100%;z-index:2}.hero-content{margin-bottom:3rem;text-align:center}.hero-text{animation:fadeInUp 1s ease-out}.hero-greeting{align-items:center;animation:fadeInUp 1s ease-out .2s both;display:flex;gap:.8rem;justify-content:center;margin-bottom:1.5rem}.greeting-emoji{animation:wave 2s ease-in-out infinite;font-size:2rem}.greeting-text{color:var(--text-color);font-size:1.1rem;font-weight:500}.hero-title{animation:fadeInUp 1s ease-out .4s both;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.name-highlight{background:linear-gradient(135deg,var(--first-color),var(--first-color-alt));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;position:relative}.hero-subtitle{animation:fadeInUp 1s ease-out .6s both;color:var(--text-color);font-size:1.3rem;font-weight:500;margin-bottom:1.5rem}.hero-description{animation:fadeInUp 1s ease-out .8s both;color:var(--text-color-light);font-size:1rem;line-height:1.6;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:500px}.hero-actions{align-items:center;animation:fadeInUp 1s ease-out 1s both;display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.hero-btn{align-items:center;border-radius:50px;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;min-width:200px;padding:1rem 2rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,var(--first-color),var(--first-color-alt));box-shadow:0 8px 25px rgba(105,119,231,.3);color:#fff}.btn-primary:hover{box-shadow:0 12px 35px rgba(105,119,231,.4);transform:translateY(-2px)}.btn-outline{background:transparent;border:2px solid var(--first-color);color:var(--first-color)}.btn-outline:hover{background:var(--first-color);color:#fff;transform:translateY(-2px)}.hero-social{animation:fadeInUp 1s ease-out 1.2s both;gap:1.5rem;margin-bottom:2rem}.hero-social,.social-icon-wrapper{display:flex;justify-content:center}.social-icon-wrapper{align-items:center;animation:float 3s ease-in-out infinite;background:rgba(105,119,231,.1);border:2px solid transparent;border-radius:50%;color:var(--first-color);font-size:1.5rem;height:3.5rem;text-decoration:none;transition:all .3s ease;width:3.5rem}.social-icon-wrapper:first-child{animation-delay:0s}.social-icon-wrapper:nth-child(2){animation-delay:.5s}.social-icon-wrapper:nth-child(3){animation-delay:1s}.social-icon-wrapper:hover{animation-play-state:paused;background:var(--first-color);border-color:var(--first-color-alt);box-shadow:0 10px 25px rgba(105,119,231,.3);color:#fff;transform:translateY(-8px) scale(1.1)}.scroll-indicator{animation:fadeInUp 1s ease-out 1.4s both;display:flex;justify-content:center}.scroll-link{align-items:center;color:var(--text-color);display:flex;flex-direction:column;gap:.5rem;text-decoration:none;transition:all .3s ease}.scroll-link:hover{color:var(--first-color);transform:translateY(-3px)}.scroll-text{font-size:.9rem;font-weight:500}.scroll-icon{align-items:center;animation:bounce 2s ease-in-out infinite;border:2px solid var(--first-color);border-radius:50%;display:flex;height:2rem;justify-content:center;width:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes wave{0%,to{transform:rotate(0deg)}10%,30%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0deg)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media screen and (min-width:480px){.hero-actions{flex-direction:row;justify-content:center}.hero-btn{min-width:180px}}@media screen and (min-width:768px){.hero-title{font-size:3.5rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.1rem;max-width:600px}.social-icon-wrapper{font-size:1.8rem;height:4rem;width:4rem}.hero-social{gap:2rem}}@media screen and (min-width:1024px){.home-hero{padding:6rem 2rem 2rem}.hero-title{font-size:4rem}.hero-subtitle{font-size:1.8rem}.hero-description{font-size:1.2rem;max-width:700px}}.button{background-color:var(--first-color);border-radius:.5rem;color:#fff;display:inline-block;font-weight:var(--font-medium);padding:1rem 1rem 1rem 1.5rem}.button:hover{background-color:var(--first-color-alt)}.button__icon{font-size:1.25rem;margin-right:var(--mb-0-5);transition:.3s}.button--white{background-color:#fff;color:var(--first-color)}.button--white:hover{background-color:#eee}.button--flex{align-items:center;display:inline-flex;gap:.5rem}.button--small{padding:.75rem 1rem .75rem 1.5rem}.button--link{background-color:transparent;color:var(--first-color);padding:0}.button--link:hover{background-color:transparent;color:var(--first-color-alt)}.about__img{align-self:center;border-radius:.5rem;justify-self:center;width:200px}.about__description{margin-bottom:var(--mb-2-5);text-align:justify}.about__info{display:flex;justify-content:space-evenly;margin-bottom:mb}.about__info-title{color:var(--title-color);font-size:var(--h2-font-size);font-weight:var(--font-semi-bold)}.about__info-name,.about__info-title{display:block;text-align:center}.about__buttons{display:flex;justify-content:center;padding-top:1rem}.skills__container{row-gap:0}.skills__header{cursor:pointer;margin-bottom:var(--mb-2-5)}.skills__arrow,.skills__icon{color:var(--first-color);font-size:2rem}.skills__icon{margin-right:var(--mb-0-75)}.skills__title{font-size:var(--h3-font-size)}.skills__subtitle{color:var(--text-color-light);font-size:var(--small-font-size)}.skills__arrow{margin-left:auto;transition:.4s}.skills__list{padding-left:2.7rem;row-gap:1.5rem}.skills__titles{display:flex;justify-content:space-between;margin-bottom:var(--mb-0-5)}.skills__name{font-size:var(--normal-font-size);font-weight:var(--font-medium)}.skills__bar,.skills__percentage{border-radius:.25rem;height:5px}.skills__bar{background-color:var(--first-color-lighter)}.skills__percentage{background-color:var(--first-color);display:block}.skills__html{width:75%}.skills__css{width:60%}.skills__js{width:40%}.skills__angular{width:10%}.skills__java{width:80%}.skills__spring{width:25%}.skills__node{width:10%}.skills__python{width:40%}.skills__postgres{width:20%}.skills__aws{width:30%}.skills__docker{width:20%}.skills__git{width:70%}.skills__linux{width:75%}.skills__gradle{width:40%}.skills__maven{width:20%}.skills__close .skills__list{height:0;overflow:hidden}.skills__open .skills__list{height:max-content;margin-bottom:var(--mb-2-5)}.skills__open .skills__arrow{transform:rotate(-180deg)}.skills__category{background-color:var(--container-color);border-radius:1.25rem;box-shadow:0 2px 4px rgba(0,0,0,.15);margin-bottom:2rem;padding:2rem}.skills__header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.skills__icon{color:var(--first-color);font-size:2rem}.skills__category-title{color:var(--title-color);font-size:var(--h3-font-size);font-weight:var(--font-medium)}.skills__list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;padding-left:0}.skill__badge{align-items:center;background-color:var(--first-color);border-radius:2rem;color:#fff;cursor:pointer;display:flex;font-size:var(--small-font-size);font-weight:var(--font-medium);gap:.5rem;padding:.5rem 1rem;transition:all .3s}.skill__icon{height:1rem;width:1rem}.skill__badge:hover{background-color:var(--first-color-alt);box-shadow:0 4px 8px rgba(0,0,0,.15);transform:translateY(-3px)}@media screen and (max-width:768px){.skills__container{padding:1rem}.skills__list{justify-content:center;padding-left:0}}.qualification__tabs{display:flex;justify-content:space-evenly;margin-bottom:var(--mb-2)}.qualification__button{cursor:pointer;font-size:var(--h3-font-size);font-weight:var(--font-medium)}.qualification__button:hover{color:var(--first-color)}.qualification__icon{font-size:1.8rem;margin-right:var(--mb-0-25)}.qualification__data{column-gap:1.5rem;display:grid;grid-template-columns:1fr max-content 1fr}.qualification__title{font-size:var(--normal-font-size);font-weight:var(--font-medium)}.qualification__subtitle{display:inline-block;font-size:var(--small-font-size);margin-bottom:var(--mb-0-5)}.qualification__calendar{color:var(--text-color-light);font-size:var(--smaller-font-size)}.qualification__rounder{background-color:var(--first-color);border-radius:50%;display:inline-block;height:13px;width:13px}.qualification__line{background-color:var(--first-color);display:block;height:100%;transform:translate(6px,-7px);width:1px}.qualification [data-content]{display:none}.qualification__active[data-content]{display:block}.qualification__button.qualification__active{color:var(--first-color)}.services__container{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.services__content{background-color:var(--container-color);box-shadow:0 2px 4px rgba(0,0,0,.15);padding:1.5rem .5rem 1.25rem 1.5rem;position:relative;transition:.3s}.services__content:hover{box-shadow:0 4px 8px rgba(0,0,0,.15)}.services__icon{color:var(--first-color);display:block;font-size:1.5rem;margin-bottom:var(--mb-0-5)}.services__title{font-style:var(--h3-font-size);font-weight:var(--font-medium);margin-bottom:var(--mb-1)}.services__button{cursor:pointer;font-size:var(--small-font-size)}.services__button:hover .button__icon{transform:translateX(.25rem)}.services__modal{align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:0 1rem;position:fixed;right:0;top:0;transition:.3s;visibility:hidden;z-index:var(--z-modal)}.services__modal-content{background-color:var(--container-color);border-radius:.5rem;padding:1.5rem;position:relative}.services__modal-services{row-gap:1rem}.services__modal-service{display:flex}.services__modal-title{font-size:var(--h3-font-size);font-weight:var(--font-medium);margin-bottom:var(--mb-1-5)}.services__modal-close{color:var(--first-color);cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem}.services__modal-icon{color:var(--first-color);margin-right:var(--mb-0-25)}.active-modal{opacity:1;visibility:visible}.portfolio__container{overflow:initial}.portfolio__content{background-color:var(--container-color);border-radius:1.5rem;min-height:460px;transition:all .1s ease}.portfolio__img{border-radius:1rem;height:200px;margin-bottom:var(--mb-1);object-fit:cover;width:100%}.portfolio__title-container{align-items:center;display:flex;gap:.5rem;margin-bottom:var(--mb-0-75)}.portfolio__title{font-size:var(--h3-font-size);margin:0}.portfolio__button{cursor:pointer}.portfolio__wrapper{margin:0 auto;max-width:1200px;padding:2rem 4rem;position:relative}.portfolio__items,.portfolio__wrapper{align-items:center;display:flex;justify-content:center}.portfolio__items{gap:2rem;width:100%}.portfolio__nav-btn{align-items:center;background-color:var(--first-color);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:3rem;justify-content:center;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);transition:all .4s;width:3rem;z-index:var(--z-tooltip)}.portfolio__nav-btn:hover{background-color:var(--first-color-alt);opacity:1;transform:translateY(-50%) scale(1.1)}.portfolio__nav-btn.prev{left:1rem}.portfolio__nav-btn.next{right:1rem}.portfolio__content{margin:0 auto;max-width:300px}.portfolio__content.active{z-index:2}.portfolio__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0;min-height:2rem}.portfolio__tag{background-color:var(--first-color-lighter);border-radius:.75rem;color:var(--first-color);font-size:var(--smaller-font-size);font-weight:var(--font-medium);padding:.25rem .75rem;transition:all .3s}.portfolio__tag:hover{background-color:var(--first-color);color:#fff;transform:translateY(-2px)}@media screen and (max-width:350px){.portfolio__tags{gap:.25rem}.portfolio__tag{font-size:var(--smaller-font-size);padding:.2rem .5rem}}.portfolio__content{display:flex;flex-direction:column;height:100%;padding:1.5rem}.portfolio__button{margin-top:auto}.swiper-wrapper{transition-timing-function:linear!important}.services__modal-button{align-items:center;color:var(--first-color);display:inline-flex;font-size:var(--normal-font-size);gap:.25rem;text-decoration:none;transition:.3s}.services__modal-button:hover{color:var(--first-color-alt);gap:.5rem}.contact{text-align:initial}.contact__bg{background-color:var(--first-color-second);padding-top:3rem}.project__title{font-size:var(--h2-font-size);margin-bottom:var(--mb-0-75)}.project__description{margin-bottom:var(--mb-1-5)}.project__description,.project__title{color:#fff}.project__img{justify-self:center;width:232px}.contact__container{row-gap:0}.contact__information{display:flex;margin-bottom:var(--mb-2)}.contact__icon{color:var(--contact-color);font-size:1.75rem;margin-right:var(--mb-0-75)}.contact__title{color:var(--contact-color);font-size:var(--normal-font-size);font-weight:var(--font-medium)}.contact__subtitle{color:var(--contact-subtitle);font-style:var(--smaller-font-size)}.project__button{margin-bottom:var(--mb-2-5)}.button:hover .button__icon{transform:translateX(.25rem)}.footer{padding-top:5rem}.footer__container{row-gap:3.5rem}.footer__bg{background-color:var(--first-color-second);padding:2rem 0 3rem}.footer__title{font-size:var(--h1-font-size);margin-bottom:var(--mb-0-25)}.footer__subtitle{font-size:var(--small-font-size)}.footer__links{display:flex;flex-direction:column;margin-top:10px;row-gap:1.5rem}.footer__link:hover{color:var(--first-color-lighter)}.footer__social{font-size:1.5rem;margin-right:var(--mb-1-5)}.footer__social:hover{color:var(--first-color-lighter)}.footer__copy{color:#fff;font-size:var(--small-font-size);margin-top:var(--mb-3);text-align:center}.footer__link,.footer__social,.footer__subtitle,.footer__title{color:#fff}.scrollup{background-color:var(--first-color);border-radius:.5rem;bottom:-20%;opacity:.8;padding:0 .3rem;position:fixed;right:1rem;transition:.4s;z-index:var(--z-tooltip)}.scrollup:hover{background-color:var(--first-color-alt)}.scrollup__icon{color:#fff;font-size:1.5rem}.show-scroll{bottom:5rem}::-webkit-scrollbar{background-color:var(--scroll-bar-color);border-radius:.5rem;width:.6rem}::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb-color);border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background-color:var(--text-color-light)}@keyframes slideLeft{0%{opacity:.5;transform:translateX(100%) scale(.8)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes slideRight{0%{opacity:.5;transform:translateX(-100%) scale(.8)}to{opacity:1;transform:translateX(0) scale(1)}}@media screen and (max-width:425px){.container{margin-left:var(--mb-1);margin-right:var(--mb-1)}.nav__menu{padding:2rem .25rem 4rem}.home__content{grid-template-columns:.25fr 3fr}.home__blob{width:180px}.skills__title{font-size:var(--normal-font-size)}.qualification__data{gap:.5rem}.services__container{grid-template-columns:max-content;justify-content:center}.services__content{padding-right:3.5rem}.services__modal{padding:0 .5rem}.project__img{width:200px}.portfolio__title-container{align-items:center;display:flex;justify-content:center;padding:.5rem}.portfolio__title-container i{font-size:1.5rem;margin:0}}@media screen and (min-width:568px){.home__content{grid-template-columns:max-content 1fr 1fr}.home__data{grid-column:initial}.home__img{justify-self:center;order:1}.qualification__sections{display:grid;grid-template-columns:.6fr;justify-content:center}}@media screen and (min-width:768px){.container{margin-left:auto;margin-right:auto}body{margin:0}.section{padding:6rem 0 2rem}.section__subtitle{margin-bottom:2rem}.header{bottom:auto;top:0}.footer__container,.header,.main{padding:2 1rem}.nav{column-gap:1rem;height:calc(var(--header-height) + 1.5rem)}.nav__close,.nav__icon,.nav__toggle{display:none}.nav__list{column-gap:2rem;display:flex}.nav__menu{margin-left:auto}.change-theme{margin:0}.home__container{row-gap:5rem}.home__content{column-gap:2rem;padding-top:5.5rem}.home__blob{width:270px}.home__scroll{display:block}.home__scroll-button{margin-left:3rem}.about__container{column-gap:5rem}.about__img{width:350px}.about__description{text-align:justify}.about__info{justify-content:space-between}.about__buttons,.qualification__tabs{justify-content:center}.qualification__button{margin:0 var(--mb-1)}.qualification__sections{grid-template-columns:.5fr}.services__container{grid-template-columns:repeat(3,225px);justify-content:center}.services__icon{font-size:2rem}.services__content{padding:2rem 0 2rem 2.5rem}.services__modal-content{width:450px}.contact__{text-align:initial}.contact__bg{background:none;padding-top:0}.project__container{background-color:var(--first-color-second);border-radius:1rem;column-gap:3rem;grid-template-columns:1fr max-content;padding:3rem 2.5rem 0}.project__data{padding-top:.8rem}.footer__container{grid-template-columns:repeat(3,1fr)}.footer__bg{padding:3rem 0 3.5rem}.align--text{text-align:center}.footer__links{column-gap:2rem;flex-direction:row}.footer__social{justify-self:flex-end}.footer__copy{margin-top:.5rem}}@media screen and (max-width:768px){.section{padding:2rem 0 1.5rem}.footer{padding-top:0}}@media screen and (min-width:1024px){.footer__container,.header,.main{padding:0}.home__blob{width:320px}.home__social{transform:translateX(-6rem)}.footer_socials,.services__container{grid-template-columns:repeat(3,248px)}}.move{color:var(--first-color);transition:.3s}.move1{margin-bottom:var(--mb-2-5)}.move2{background-color:#fff;color:var(--first-color)}.move3{align-items:center;display:inline-flex;gap:.5rem}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_cc80f9{font-family:Poppins,Poppins Fallback;font-style:normal}