@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--header-height:3rem;--hue-color:230;--first-color:hsl(var(--hue-color),69%,61%);--first-color-second:hsl(var(--hue-color),69%,61%);--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%,15%);--text-color:hsl(var(--hue-color),8%,45%);--text-color-light:hsl(var(--hue-color),8%,65%);--input-color:hsl(var(--hue-color),70%,96%);--body-color:hsl(var(--hue-color),60%,99%);--container-color:#fff;--scroll-bar-color:hsl(var(--hue-color),12%,90%);--scroll-thumb-color:hsl(var(--hue-color),12%,80%);--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}}body.dark-theme{--first-color-second:hsl(var(--hue-color),30%,8%);--title-color:hsl(var(--hue-color),8%,95%);--text-color:hsl(var(--hue-color),8%,75%);--input-color:hsl(var(--hue-color),29%,16%);--body-color:hsl(var(--hue-color),28%,12%);--container-color:hsl(var(--hue-color),29%,16%);--scroll-bar-color:hsl(var(--hue-color),12%,48%);--scroll-thumb-color:hsl(var(--hue-color),12%,36%)}.nav_btns{align-items:center;display:flex}.change-theme{color:#232429;color:var(--title-color);cursor:pointer;font-size:1.25rem;margin:1rem;margin:var(--mb-1)}.change-theme:hover{color:#576ee0;color:var(--first-color)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#fbfbfe;background-color:var(--body-color);color:#6a6d7c;color:var(--text-color);font-family:Poppins,sans-serif;font-family:var(--body-font);font-size:.938rem;font-size:var(--normal-font-size);margin:0 0 3rem;margin:0 0 var(--header-height) 0}h1,h2,h3,h4{color:#232429;color:var(--title-color);font-weight:600;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{color:#232429;color:var(--title-color);font-size:1.5rem;font-size:var(--h1-font-size)}.section_subtitle{display:block;font-size:.813rem;font-size:var(--small-font-size);margin-bottom:3rem;margin-bottom:var(--mb-3)}.section_subtitle,.section_title{text-align:center}.container{margin-left:1.5rem;margin-left:var(--mb-1-5);margin-right:1.5rem;margin-right:var(--mb-1-5);max-width:900px}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.header{background-color:#fbfbfe;background-color:var(--body-color);bottom:0;left:0;position:fixed;width:100%;z-index:100;z-index:var(--z-fixed)}.nav{align-items:center;display:flex;height:3rem;height:var(--header-height);justify-content:space-between;max-width:968px}.scrolled{background-color:#eef0fc;background-color:var(--input-color);transition:background-color .5s ease-in-out}.nav_logo,.nav_toggle{color:#232429;color:var(--title-color);font-weight:500;font-weight:var(--font-medium)}.nav_logo:hover{color:#576ee0;color:var(--first-color)}.nav_toggle{cursor:pointer;font-size:1.1rem}.nav_toggle:hover{color:#576ee0;color:var(--first-color)}@media screen and (max-width:767px){.nav_menu{background-color:#fbfbfe;background-color:var(--body-color);border-radius:1.5rem 1.5rem 0 0;bottom:-100%;box-shadow:0 -1px 4px #00000026;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:#232429;color:var(--title-color);display:flex;flex-direction:column;font-size:.813rem;font-size:var(--small-font-size);font-weight:500;font-weight:var(--font-medium)}.nav_link:hover{color:#576ee0;color:var(--first-color)}.nav_icon{font-size:1.2rem}.nav_close{bottom:.5rem;color:#576ee0;color:var(--first-color);cursor:pointer;font-size:1.5rem;position:absolute;right:1.3rem}.nav_close:hover{color:#435acb;color:var(--first-color-alt)}.show-menu{bottom:0}.active-link{color:#576ee0;color:var(--first-color)}.scroll-header{box-shadow:0 -1px 4px #00000026}.home_container{gap:1rem}.home_content{align-items:center;column-gap:2rem;grid-template-columns:.4fr 4fr 1fr;padding-top:3.5rem}.home_social{grid-row-gap:2rem;align-self:center;display:grid;grid-template-columns:max-content;row-gap:2rem}.home_social-icon{color:#576ee0;color:var(--first-color);font-size:2rem}.home_social-icon:hover{color:#435acb;color:var(--first-color-alt)}.home_blob{fill:#576ee0;fill:var(--first-color);width:200px}.home_img{justify-self:start;order:1}.home_blob-img{height:250px;width:170px}.home_data{justify-items:start}.home_title-wrapper{display:grid;justify-items:start}.home_title{font-size:2rem;font-size:var(--big-font-size)}.home_subtitle{color:#6a6d7c;color:var(--text-color);font-size:1.125rem;font-size:var(--h3-font-size);font-weight:500;font-weight:var(--font-medium);margin-bottom:.75rem;margin-bottom:var(--mb-0-75)}.home_description{margin-bottom:2rem;margin-bottom:var(--mb-2);text-align:start}.home_scroll{display:block;text-align:start}.home_scroll-button{color:#576ee0;color:var(--first-color);transition:.3s}.home_scroll-button:hover{transform:translateY(.25rem)}.home_scroll-mouse{font-size:2rem}.home_scroll-arrow{font-size:1.25rem}button{border:none;outline:none}.button{border-radius:.5rem;color:#fff;display:inline-block;font-weight:500;font-weight:var(--font-medium);padding:1rem}.button,.button:hover{background-color:#576ee0;background-color:var(--first-color)}.button_icon{font-size:1.25rem;margin-left:.5rem;margin-left:var(--mb-0-5);transition:.3s}.button--white{color:#576ee0;color:var(--first-color)}.button--white,.button--white:hover{background-color:#fff}.button--flex{align-items:center;display:inline-flex}.button--small{padding:.75rem 1rem}.button--link{background-color:initial;color:#576ee0;color:var(--first-color);padding:0}.button--link:hover{background-color:initial;color:#435acb;color:var(--first-color-alt)}.skills{padding-bottom:0}.skills_header{align-items:center;cursor:pointer;display:flex;margin-bottom:2.5rem;margin-bottom:var(--mb-2-5)}.skills_arrow,.skills_icon{color:#576ee0;color:var(--first-color);font-size:2rem}.skills_icon{margin-right:.75rem;margin-right:var(--mb-0-75)}.skills_title{font-size:1.125rem;font-size:var(--h3-font-size)}.skills_subtitle{color:#9fa1ad;color:var(--text-color-light);font-size:.813rem;font-size:var(--small-font-size)}.skills_arrow{margin-left:auto;transform:.4s}.skills_list{padding-left:2.7rem;row-gap:1.5rem}.skills_titles{display:flex;justify-content:space-between;margin-bottom:.5rem;margin-bottom:var(--mb-0-5)}.skills_name{font-size:.938rem;font-size:var(--normal-font-size);font-weight:500;font-weight:var(--font-medium)}.skills_bar,.skills_percentage{border-radius:.25rem;height:5px}.skills_bar{background-color:#b6c1fc;background-color:var(--first-color-lighter)}.skills_percentage{background-color:#576ee0;background-color:var(--first-color);display:block}.skills_html{width:90%}.skills_css{width:80%}.skills_js{width:70%}.skills_react{width:85%}.skills_php{width:70%}.skills_firebase,.skills_node{width:90%}.skills_python{width:55%}.skills_figma{width:90%}.skills_sketch{width:85%}.skills_photoshop{width:80%}.skills_close .skills_list{height:0;overflow:hidden}.skills_open .skills_list{height:max-content;margin-bottom:2.5rem;margin-bottom:var(--mb-2-5)}.skills_open .skills_arrow{transform:rotate(-180deg)}.qulification{display:flex;justify-content:space-evenly;margin-bottom:2rem;margin-bottom:var(--mb-2)}.qualification_tabs{display:flex;justify-content:space-around;margin-bottom:1.5rem}.qualification_button{cursor:pointer;font-size:1.125rem;font-size:var(--h3-font-size);font-weight:500;font-weight:var(--font-medium)}.qualification_button:hover{color:#576ee0;color:var(--first-color)}.qualification_icon{font-size:1.8rem;margin-right:.25rem;margin-right:var(--mb-0-25)}.qualification_data{grid-column-gap:1.5rem;column-gap:1.5rem;display:grid;grid-template-columns:1fr max-content 1fr}.qualification_title{font-size:.938rem;font-size:var(--normal-font-size);font-weight:500;font-weight:var(--font-medium)}.qualification_subtitle{display:inline-block;margin-bottom:1rem;margin-bottom:var(--mb-1)}.qualification_subtitle,.qulification_calendar{font-size:.813rem;font-size:var(--small-font-size)}.qulification_calendar{color:#9fa1ad;color:var(--text-color-light)}.qualification_rounder{background-color:#576ee0;background-color:var(--first-color);border-radius:50%;display:inline-block;height:13px;width:13px}.qualification_rounder-last{position:relative;top:-16px}.qualification_line{background-color:#576ee0;background-color:var(--first-color);display:block;height:100%;transform:translate(6px,-7px);width:1px}.qualification_active [data-content]{display:block}.qualification_button.qualification_active{color:#576ee0;color:var(--first-color)}.services_container{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.ntent:hover{box-shadow:0 4px 8px #00000026}.services_icon{color:#576ee0;color:var(--first-color);display:block;font-size:1.5rem}.services_icon,.servise_title{margin-bottom:1rem;margin-bottom:var(--mb-1)}.servise_title{font-size:1.125rem;font-size:var(--h3-font-size);font-weight:500;font-weight:var(--font-medium)}.services_button{cursor:pointer;font-size:.813rem;font-size:var(--small-font-size)}.services_button:hover .button_icon{transform:translateX(.25rem)}.services_modal{align-items:center;background-color:#00000080;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:1000;z-index:var(--z-modal)}.services_modal-content{background-color:#fff;background-color:var(--container-color);border-radius:.5rem;padding:1.5rem;position:relative}.services_modal-services{row-gap:1rem}.services_modal-title{font-size:1.125rem;font-size:var(--h3-font-size);font-weight:500;font-weight:var(--font-medium);margin-bottom:1.5rem;margin-bottom:var(--mb-1-5)}.services_modal-close{color:#576ee0;color:var(--first-color);cursor:pointer;font-size:1.5rem;position:absolute;right:1rem;top:1rem}.services_modal-icon{color:#576ee0;color:var(--first-color);margin-right:.25rem;margin-right:var(--mb-0-25)}.services_content{background-color:#fff;background-color:var(--container-color);border-radius:.25rem;box-shadow:0 2px 4px #00000026;padding:3.5rem .5rem 1.25rem 1.5rem;position:relative;text-align:start;transition:.3s}.services_image-left{margin-left:8px}.services_title{margin-top:10px}.services_content:hover{box-shadow:0 8px 16px #0000001a,0 4px 6px #0000001a}.services_description{padding-top:5px}.active-modal{opacity:1;visibility:visible}.sroll-header{box-shadow:0 -1px 4px #00000026}.portfolio_container{background:#fbfbfe;background:var(--body-color);background-color:#fbfbfe;background-color:var(--body-color);display:flex;justify-self:center;width:100%}.portfolio_container:first-child{margin-bottom:6rem}.portfolio{padding-bottom:1rem}.portfolio_project-container{display:flex;justify-content:space-between}.portfolio_project-first,.portfolio_project-second{margin-bottom:6rem}.portfolio_project-description{width:40%}.portfolio_content{padding:0 1.5rem}.portfolio_img{border-radius:.5rem;justify-self:center;width:265px}.portfolio_title{font-size:1.125rem;font-size:var(--h3-font-size);margin-bottom:.5rem;margin-bottom:var(--mb-0-5)}.portfolio_description{margin-bottom:.75rem;margin-bottom:var(--mb-0-75)}.portfolio_project-links{display:flex;flex-direction:row;gap:2rem}.portfolio_button:hover .button_icon{transform:translateX(.25rem)}.portfolio_project-description{display:flex;flex-direction:column;text-align:start}.portfolio_project-description>h1{margin-bottom:.75rem;margin-bottom:var(--mb-0-75)}.portfolio_project-description>span{font-weight:700;margin-bottom:.25rem;margin-bottom:var(--mb-0-25)}.portfolio_project-layers{display:flex}.portfolio_project-player{align-items:center;display:flex;justify-content:center}.video-wrapper{height:340px;width:470px}.portfolio_button-view{font-size:.938rem;font-size:var(--normal-font-size);margin-top:.5rem}.portfolio_button-view:hover .button_icon{transform:translateX(.25rem)}.project_first div:first-child{z-index:2}.project_first div,.project_first div:first-child{align-items:flex-start;display:flex;justify-content:flex-end}.project_first div{position:relative}.project_first div:first-child{z-index:1}.project_first div:first-child>img{max-height:360px;max-width:178px;transform:translate(10rem)}.project_first div:nth-child(2)>img{max-height:300px;max-width:342px;transform:translateY(10rem)}.project_second div{align-items:flex-start;display:flex;justify-content:flex-start;position:relative}.project_second div:first-child{z-index:1}.project_second div:first-child>img{max-height:360px;max-width:178px;transform:translate(10rem,-2rem)}.project_second div:nth-child(2){align-items:center;justify-content:flex-end;z-index:-1}.project_second div:nth-child(2)>img{max-height:333px;max-width:160px;transform:translate(8rem,-8rem)}.project_second div:nth-child(3){align-items:center;justify-content:flex-end;z-index:-3}.project_second div:nth-child(3)>img{max-height:303px;max-width:144px;transform:translate(-9rem)}.project_third div{display:flex;justify-content:flex-end}.project_third div:first-child{z-index:2}.project_third div:nth-child(2){z-index:1}.project_third div:first-child>img{max-height:380px;max-width:178px;transform:translate(5rem)}.project_third div:nth-child(2)>img{max-height:342px;max-width:160px}.project{text-align:center}.project_bg{background-color:#576ee0;background-color:var(--first-color-second);padding-top:3rem}.project_title{font-size:1.25rem;font-size:var(--h2-font-size);margin-bottom:.75rem;margin-bottom:var(--mb-0-75)}.project_description,.project_title{color:#fff}.project_img{justify-self:center;width:232px}.testimonial_data,.testimonial_header{display:flex}.testimonial_data{justify-content:space-between;margin-bottom:1rem;margin-bottom:var(--mb-1)}.testimonial_img{border-radius:50%;height:60px;margin-right:.75rem;margin-right:var(--mb-0-75);width:60px}.testimonial_name{font-size:1.125rem;font-size:var(--h3-font-size);font-weight:500;font-weight:var(--font-medium)}.testimonial_client{color:#9fa1ad;color:var(--text-color-light);font-size:.813rem;font-size:var(--small-font-size)}.testimonial_desription{margin-bottom:2.5rem;margin-bottom:var(--mb-2-5)}.testimonial_icon-star{color:#576ee0;color:var(--first-color)}.swiper-container .swiper-pagination-testimonial{bottom:0}.contact_container{text-align:start}.contact_information{display:flex;margin-bottom:2rem;margin-bottom:var(--mb-2)}.contact_icon{color:#576ee0;color:var(--first-color);font-size:2rem;margin-right:.75rem;margin-right:var(--mb-0-75)}.contact_title{font-size:1.125rem;font-size:var(--h3-font-size);font-weight:500;font-weight:var(--font-medium)}.contact_subtitle{color:#9fa1ad;color:var(--text-color-light);font-size:.813rem;font-size:var(--small-font-size)}.contact_content{background-color:#eef0fc;background-color:var(--input-color);border-radius:.5rem;padding:.75rem 1rem .25rem}.contact_label{color:#232429;color:var(--title-color);font-size:.75rem;font-size:var(--smaller-font-size)}.contact_input{background-color:#eef0fc;background-color:var(--input-color);border:none;color:#6a6d7c;color:var(--text-color);font-family:Poppins,sans-serif;font-family:var(--body-font);font-size:.938rem;font-size:var(--normal-font-size);outline:none;padding:.25rem .5rem .5rem 0;width:100%}.contact_form-submitted{text-align:center}.footer{padding-top:2rem}.footer_conteiner{row-gap:3.5rem}.footer_bg{background-color:#576ee0;background-color:var(--first-color-second);padding:2rem 0 3rem}.footer_title{font-size:1.5rem;font-size:var(--h1-font-size);margin-bottom:.25rem;margin-bottom:var(--mb-0-25)}.footer_subtitle{font-size:.813rem;font-size:var(--small-font-size)}.footer_links{display:flex;flex-direction:column;row-gap:1.5rem}.footer_link:hover{color:#b6c1fc;color:var(--first-color-lighter)}.footer_social{font-size:2rem;margin-right:1.5rem;margin-right:var(--mb-1-5)}.footer_social:hover{color:#b6c1fc;color:var(--first-color-lighter)}.footer_link,.footer_social,.footer_subtitle,.footer_title{color:#fff}.scrollup{background-color:#576ee0;background-color:var(--first-color);border-radius:.4rem;bottom:-20%;opacity:.8;padding:0 .3rem;position:fixed;right:1rem;transition:.4s;z-index:10;z-index:var(--z-tooltip)}.show-scroll{bottom:5rem}::-webkit-scrollbar{background-color:#e2e3e9;background-color:var(--scroll-bar-color);border-radius:.5rem;width:.6rem}::-webkit-scrollbar-thumb{background-color:#c6c8d2;background-color:var(--scroll-thumb-color);border-radius:.5rem}::-webkit-scrollbar-thumb:hover{background-color:#9fa1ad;background-color:var(--text-color-light)}@media (max-width:379px){.container{margin-left:1rem;margin-left:var(--mb-1);margin-right:1rem;margin-right:var(--mb-1)}.nav-menu{padding:2rem .25rem 4rem}.nav_list{column-gap:0}.home_data{grid-column:1/span 2}.home_scroll{display:none}.home_blob{width:180px}.home_img{grid-column-start:2;grid-row-start:1;justify-self:center}.skills_title{font-size:.938rem;font-size:var(--normal-font-size)}.qualification_data{gap:.5rem}.services_container{display:flex;flex-direction:column;justify-content:center}.services_content{padding-right:3.5rem}.services_modal{padding:0 .5rem}.project_img{width:200px}.home_content{grid-template-columns:.25rem 3fr}.portfolio_project-description{width:100%}.portfolio_project-container{flex-direction:column}.portfolio_project-description{margin-bottom:3rem}.video-wrapper{height:230px;width:340px}.portfolio_project-first,.portfolio_project-second{margin-bottom:3rem}}@media (min-width:380px) and (max-width:479px){.container{margin-left:1rem;margin-left:var(--mb-1);margin-right:1rem;margin-right:var(--mb-1)}.nav-menu{padding:2rem .25rem 4rem}.nav_list{column-gap:0}.home_data{grid-column:1/span 2}.home_scroll{display:none}.home_blob{width:180px}.home_img{grid-column-start:2;grid-row-start:1;justify-self:center}.skills_title{font-size:.938rem;font-size:var(--normal-font-size)}.qualification_data{gap:.5rem}.services_container{display:flex;flex-direction:column;justify-content:center}.services_content{padding-right:3.5rem}.services_modal{padding:0 .5rem}.project_img{width:200px}.home_content{grid-template-columns:.25rem 3fr}.portfolio_project-description{width:100%}.portfolio_project-container{flex-direction:column}.portfolio_project-description{margin-bottom:3rem}.video-wrapper{height:240px;width:380px}.portfolio_project-first,.portfolio_project-second{margin-bottom:3rem}}@media (min-width:480px) and (max-width:540px){.container{margin-left:1rem;margin-left:var(--mb-1);margin-right:1rem;margin-right:var(--mb-1)}.nav-menu{padding:2rem .25rem 4rem}.nav_list{column-gap:0}.home_content{grid-template-columns:.25rem 3fr}.home_data{grid-column:1/span 2}.home_scroll{display:none}.home_blob{width:180px}.home_img{grid-column-start:2;grid-row-start:1;justify-self:center}.skills_title{font-size:.938rem;font-size:var(--normal-font-size)}.qualification_data{gap:.5rem}.services_container{grid-template-columns:max-content}.services_content{padding-right:3.5rem}.services_modal{padding:0 .5rem}.services_container{display:flex;flex-direction:column;justify-content:center}.project_img{width:200px}.testimonial_data,.testimonial_header{align-items:center;flex-direction:column}.testimonial_img{margin-bottom:.25rem;margin-bottom:var(--mb-0-25);margin-right:0}.testimonial_data,.testimonial_description{text-align:center}.portfolio_project-container{flex-direction:column}.portfolio_project-description{width:100%}}@media (min-width:541px) and (max-width:767px){.home_content{grid-template-columns:.25rem 3fr}.home_img{grid-column-start:2;grid-row-start:1}.home_data{grid-column:initial}.home_img{justify-self:center;order:2}.home_scroll{display:none}.contact_container,.footer_container,.portfolio_content,.project_container,.skills_container{grid-template-columns:repeat(2,1fr)}.qualification_sections{display:grid;grid-template-columns:6fr;justify-content:center}.portfolio_project-container{flex-direction:column}.portfolio_project-description{width:100%}}@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:4rem}.header{bottom:auto;top:0}.footer_container,.header,.main{padding:0 1rem}.nav{column-gap:1rem}.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_sroll{display:block}.home_sroll-button{margin-left:3rem}.qualification_tabs{justify-content:center}.qualification_button{margin:0 1rem;margin:0 var(--mb-1)}.qualification_sections{grid-template-columns:.5fr}.services_container{grid-template-columns:repeat(3,218px);justify-content:center}.services_icon{font-size:2rem}.services_content{padding:2.5rem 2rem}.services_modal-content{width:450px}.portfolio_img{width:320px}.project{text-align:left;text-align:initial}.project_bg{background:none}.project_container{background-color:#576ee0;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}.portfolio_project-container{flex-direction:row}.footer_container{grid-template-columns:repeat(3,1fr)}.footer_bg{padding:3rem 0 3.5rem}.footer_links{column-gap:2rem;flex-direction:row}.footer_socials{justify-self:flex-end}.footer_copy{margin-top:4.5rem}}@media screen and (min-width:1024px){.footer_container,.header,.main{padding:0}.home_blob{width:320px}.home_social{transform:translateX(-6rem)}.services_container{grid-template-columns:repeat(3,300px)}.portfolio_content{column-gap:5rem}.contact-form{width:460px}.contact_inputs{grid-template-columns:repeat(2,1fr)}.portfolio_project-container{flex-direction:row}}
/*# sourceMappingURL=main.8ce787dc.css.map*/