@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap);header{overflow:hidden}.header__container{background:linear-gradient(181deg,#000,#0000,#0000);height:50%;padding-top:10rem;position:relative;text-align:center;width:100%}.header__container .me{align-items:center;display:flex;gap:1rem;justify-content:center}.header__container .me .name-title{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center}.header__container .me .name-title h1{font-size:2rem;font-weight:300;margin-bottom:-5px}.header__container .me .name-title .divider{background:var(--color-primary);height:1px;width:100%}.header__container .me .logo{max-width:70px}.main-image{background:var(--color-primary);border-radius:12rem 12rem 0 0;height:30rem;left:calc(50% - 11rem);margin-top:4rem;overflow:hidden;padding:1.9rem 1.5rem 0;position:absolute;width:22rem}@media screen and (max-width:1024px){.header__container{padding-top:5rem}header{height:24vh}}@media screen and (max-width:600px){.scroll__down{display:none}}nav{bottom:2rem;left:50%;position:fixed;z-index:500}nav .links{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;border-radius:3rem;display:block;display:flex;gap:.8rem;padding:.7rem 1.7rem;transform:translateX(-50%);width:-webkit-max-content;width:max-content}nav .links a{background:#0000;border-radius:50%;color:var(--color-light);display:flex;font-size:1.1rem;padding:.9rem}nav .links a:hover{background:#0000004d}nav .links a.active{background:var(--color-bg);color:var(--color-white)}footer{background:var(--color-primary);font-size:.9rem;margin-top:7rem;padding:3rem 0 8rem;text-align:center}footer .links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin:0 auto}.footer__logo,footer .links a{color:var(--color-bg)}.footer__logo{font-size:1.7rem;font-weight:600;margin-bottom:1rem}.footer__copyright{font-size:.8rem;margin-top:1rem}.experience__container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}.experience__container>div{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--color-bg-variant);border:1px solid #0000;border-radius:2rem;box-shadow:var(--drop-shadow);padding:2.4rem 5rem;transition:var(--transition-all)}.experience__container>div:hover{background:#0000;border-color:var(--color-primary-variant);cursor:default}.experience__container>div h3{color:var(--color-primary);margin-bottom:3rem;text-align:center}.experience__content{grid-row-gap:2rem;display:grid;grid-template-columns:1fr 1fr;row-gap:2rem}.experience__details{display:flex;gap:1rem}.experience__details_icon{color:var(--color-primary);margin-top:6px}@media screen and (max-width:1024px){.experience__container{grid-template-columns:1fr}.experience__container>div{margin:0 auto;padding:2rem;width:80%}.experience__content{padding:1rem}}@media screen and (max-width:600px){.experience__container{gap:1rem}.experience__container>div{padding:2rem 1rem;width:100%}}.portfolio__container{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr)}.portfolio__item{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--color-bg-variant);border:1px solid #0000;border-radius:2rem;box-shadow:var(--drop-shadow);padding:1.3rem;transition:var(--transition-all)}.portfolio__item:hover{background:#0000;border-color:var(--color-primary-variant)}.portfolio__item h3{margin:1.2rem 0 0}.portfolio__container .portfolio__item small{font-size:.8rem;font-weight:100;margin:1.2rem 0}.portfolio__image{border-radius:1.5rem;overflow:hidden}.portfolio__container .portfolio__item a{margin-top:10px}@media screen and (max-width:1024px){.portfolio__container{gap:1.2rem;grid-template-columns:1fr 1fr}}@media screen and (max-width:600px){.portfolio__container{gap:1rem;grid-template-columns:1fr}}#about{margin:2rem}.about__container{display:grid;grid-template-columns:40% 50%}.about__me{aspect-ratio:1/1;background:linear-gradient(45deg,#0000,var(--color-primary),#0000);border-radius:2rem;display:grid;justify-self:right;margin-right:6rem;margin-top:3rem;place-items:center;width:45%}.about__img{border-radius:2rem;overflow:hidden;transform:rotate(10deg);transition:var( --transition-all)}.about__img:hover{transform:rotate(0)}.about__cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.about__card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--color-bg-variant);border:1px solid #0000;border-radius:1rem;box-shadow:var(--drop-shadow);padding:2rem;text-align:center}.about__card:hover{background:#0000;border-color:var(--color-primary-variant);cursor:default;transition:var( --transition-all)}.about__card h5{font-size:.95rem}.about__card small{color:var(--color-light);font-size:.7rem}.about_icon{color:var(--color-primary);font-size:1.4rem;margin-bottom:4rem}.about__content p{color:var(--color-light);margin:2rem 0 2.6rem}.download-cta{display:flex;gap:1.2rem;justify-content:center;margin-top:2.5rem}@media screen and (max-width:1024px){.about__container{gap:0;grid-template-columns:1fr}.about__me{margin:2rem auto 4rem;width:50%}.about__content p{margin:1rem 0 1.5rem}}@media screen and (max-width:600px){.about__me{margin:0 auto 3rem;width:85%}.about__cards{gap:1rem;grid-template-columns:1fr 1fr}.about__content{text-align:center}.about__content p{margin:1.5rem 0}}.clients__container{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.clients__container .client__cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr)}.clients__container h2{color:var(--color-primary);margin-bottom:3rem;text-align:center}.clients__container h5{color:var(--color-light);text-align:center}.client__cards .client__card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--color-bg-variant);border:1px solid #0000;border-radius:1rem;box-shadow:var(--drop-shadow);padding:2rem;text-align:center;transition:var(--transition-all)}.client__cards .client__card:hover{background:#0000;border-color:var(--color-primary-variant);cursor:default}.client__cards .client__card{max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}@media screen and (max-width:600px){.client__cards .client__card{padding:.9rem}.clients__container .client__cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}*{box-sizing:border-box;margin:0}:root{--heights:100vh;--widths:100vw}.slider-container{left:0;margin:auto;opacity:.5;overflow:hidden;position:fixed;top:0;z-index:-1}.slider-container,.slider-container .swiper{height:100vh;height:var(--heights);width:100vw;width:var(--widths)}.active{display:inline-block}.inactive{display:none}.slides{height:100vh;height:var(--heights);position:relative;width:100vw;width:var(--widths)}.slide-image{object-fit:cover}.slide-image,.slide-title{height:100%;position:absolute;width:100%}.slide-title{color:#fff;font-size:50px;text-align:center;top:40%;z-index:10}.next,.prev{border-radius:0 5px 5px 0;cursor:pointer;font-size:30px;font-weight:700;margin-top:-3rem;padding:1rem;position:absolute;top:50%;width:auto;z-index:100}.next:hover,.prev:hover{background:#0009;color:#fff;transition:all .5s ease-in}.next{border-radius:5px 0 0 5px;right:0}.prev{left:0}.all-dots{display:flex;height:100%;justify-content:center;position:absolute;top:82%;width:100%;z-index:200}.dot{background:var(--color-primary);border-radius:50%;cursor:pointer;display:inline-block;height:1rem;margin:0 3px;width:1rem}.active-dot,.dot:hover{background:#fff}.fade-enter{opacity:1}.fade-exit{opacity:0}.fade-enter,.fade-exit{transition:opacity .5s}:root{--color-bg:#222;--color-bg-variant:#2b385b;--color-primary:#4db5ff;--color-primary-variant:#4db5ff66;--color-white:#fff;--color-light:#fff9;--color-dark:#333;--container-width-lg:85%;--drop-shadow:10px 10px 37px -14px #000000bf;--transition-all:all 400ms ease}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;box-sizing:border-box;font-size:100%;font:inherit;margin:0;outline:0;padding:0;text-decoration:none;vertical-align:initial}body{background:var(--color-bg);color:var(--color-white);font-family:Poppins,sans-serif;line-height:1.7}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{scroll-behavior:smooth}::-webkit-scrollbar{display:none}h1,h2,h3,h4,h5{font-weight:500}h1{font-size:2.5rem}h2{font-size:1.8rem}section{margin-top:8rem}section .animationGroup,section>h2,section>h5{color:var(--color-light);text-align:center}section .animationGroup h2{color:var(--color-primary);margin-bottom:3rem}a{color:var(--color-primary);transition:var(--transition-all)}a:hover{color:var(--color-white)}img{display:block;object-fit:cover;width:100%}.container{margin:0 auto;width:var(--container-width-lg)}.text-light{color:var(--color-light)}.btn,.cta{color:var(--color-primary)}.btn{border:1px solid var(--color-primary);border-radius:.4rem;cursor:pointer;display:inline-block;padding:.75rem 1.2rem;transition:var(--transition-all);width:-webkit-max-content;width:max-content}.btn:hover{background:var(--color-white);border-color:#0000;color:var(--color-bg)}.btn-primary{background:var(--color-primary);color:var(--color-bg)}.autoShow{animation-timeline:view();animation:text-appear both}@keyframes text-appear{0%{opacity:0;transform:translateY(150px)}to{opacity:1;transform:translateY(0)}}.imageShow{animation-timeline:view(60% 10%);animation:image-show both}@keyframes image-show{0%{filter:saturate(0) contrast(4) brightness(.1) blur(5px);opacity:0;scale:.9;translate:0 4rem}to{filter:none;opacity:1;scale:1;translate:0 0}}.fadeUp{animation-timeline:view();animation:fade-up both}.experience-item:first-child{animation-range:entry 20% cover 40%}.experience-item:nth-child(2){animation-range:entry 40% cover 60%}.experience-item:nth-child(3),.experience-item:nth-child(4){animation-range:entry 60% cover 80%}@keyframes fade-up{0%{opacity:0;transform:translateY(10px scale(.5))}to{opacity:1;transform:translateY(1)}}.autoBlur{animation-timeline:view(50% auto);animation:auto-blur both}@keyframes auto-blur{0%{filter:blur(20px)}45%{filter:blur(0)}to{filter:blur(0)}}@media screen and (max-width:1024px){.container{width:var(--container-width-md)}section{margin:6rem 1rem}}@media screen and (max-width:600px){.container{width:var(--container-width-sm)}section>h2{margin-bottom:2rem}}
/*# sourceMappingURL=main.409ea531.css.map*/