@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap);.about{flex:1 1;flex-direction:column;width:100%}.about h2{color:#e95687}.about-container{align-items:center;display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.about-container{flex-direction:column;width:100%}}.about-text{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:center;margin-right:5rem}.about-text h3{font-size:1.6rem;padding-bottom:1rem}@media screen and (max-width:450px){.about-text h3{line-height:110%;text-align:center}}.about-text p{font-size:1.2rem;padding-bottom:.5rem}@media screen and (max-width:450px){.about-text p{font-size:1rem}}@media screen and (max-width:900px){.about-text{align-items:center;justify-content:center;margin-right:0}}@media screen and (min-width:2000px){.about-text{margin:2rem 4rem;width:370px}}.about-content{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.about-content{margin-top:2rem}}.about-content img{border-radius:15px;height:auto;object-fit:cover;width:100%}@media screen and (min-width:2000px){.about-content{margin:2rem 4rem;width:370px}.about-content img{height:320px}}.about-social{align-items:center;display:flex;flex-direction:row;justify-content:space-around;padding:1rem}@media screen and (min-width:768px){.about-social{display:none}}.about-social div{align-items:center;background-color:#fff;border:1px solid #e4e4e4;border-radius:50%;display:flex;height:60px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:60px}.about-social div svg{color:#6b7688;height:25px;width:25px}.about-social div:hover{background-color:#e95687;border-color:#e95687}.about-social div:hover svg{color:#fff}span{color:#e95687}.head-text{margin-top:2rem}.navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.18);justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.navbar,.navbar-logo{align-items:center;display:flex}.navbar-logo{justify-content:flex-start}.navbar-logo img{height:20px;width:90px}@media screen and (min-width:2000px){.navbar-logo img{height:40px;width:180px}}.navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.navbar-links li:hover div{background-color:#e95687}.navbar-links li div{background:transparent;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.navbar-links li a{color:#6b7688;flex-direction:column;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.navbar-links li a:hover{color:#e95687}@media screen and (max-width:480px){.navbar-links{display:none}}.navbar-menu{align-items:center;background:#e95687;border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.navbar-menu svg{color:#fff;height:70%;width:70%}.navbar-menu div{align-items:flex-end;background:#fff;background-size:cover;bottom:0;box-shadow:0 0 20px hsla(0,0%,66%,.15);display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.navbar-menu div svg{color:#e95687;height:35px;margin:.5rem 1rem;width:35px}.navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.navbar-menu div ul li{margin:1rem}.navbar-menu div ul li a{color:#6b7688;font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.navbar-menu div ul li a:hover{color:#e95687}@media screen and (min-width:768px){.navbar-menu,.navbar-menu div{display:none}}.footer{flex:1 1;flex-direction:column;width:100%}.footer-cards{align-items:center;display:flex;flex-wrap:wrap-reverse;justify-content:space-evenly;margin:4rem 2rem 2rem;width:60%}@media screen and (max-width:450px){.footer-cards{margin:2rem 2rem 1rem;width:90%}}.footer-card{align-items:center;background-color:#edf2f8;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1rem;transition:all .3 ease-in-out}.footer-card .icon{height:35px;margin:0 .7rem;width:35px}.footer-card p{font-weight:600}.footer-card a{font-weight:500;text-decoration:none}.footer-card:hover{box-shadow:0 0 25px #edf2f8}@media screen and (max-width:450px){.footer-card{margin:.6rem 0}}@media screen and (max-width:768px){.footer-card{width:100%}}.footer-form{flex-direction:column;margin:1rem 2rem;width:60%}@media screen and (max-width:450px){.footer-form{width:90%}}.footer-form div{background-color:#edf2f8;border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.footer-form div input,.footer-form div textarea{background-color:#edf2f8;border:none;border-radius:7px;color:#e95687;font-family:Montserrat,sans-serif;outline:none;padding:.95rem;width:100%}.footer-form div textarea{height:170px}.footer-form div textarea:hover{box-shadow:0 0 25px #edf2f8}@media screen and (max-width:768px){.footer-form div{margin:1rem 0;width:100%}}@media screen and (max-width:450px){.footer-form div{margin:0 0 1.2rem}}.footer-form button{background-color:#e95687;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:500;margin:2rem 0 0;outline:none;padding:1rem 2rem}.footer-form button:hover{background-color:#e32967}@media screen and (max-width:450px){.footer-form button{margin:1rem 0 0}}#home{background:#fff;position:relative}#home .wrapper{padding:0}@media screen and (max-width:480px){#home{background:url(/static/media/profile.302387cb6b69b805b990.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}}@media screen and (min-width:821px){.text-md{display:none}}.header{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@media screen and (max-width:480px){.header{padding:1rem 1rem 2rem}}@media screen and (max-width:820px){.header{flex-direction:column}}@media screen and (min-width:2000px){.header{padding-top:8rem}}.header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start;margin:0 2rem;z-index:1}@media screen and (max-width:1200px){.header-info{margin-right:0;width:100%}}@media screen and (max-width:480px){.header-info{flex:1 1;justify-content:flex-end;margin-bottom:2rem}}.header-title{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-top:10rem;width:100%}@media screen and (max-width:1024px){.header-title{margin-top:5rem}}.header-title h1{font-size:3.5rem;text-align:left;text-transform:none}@media screen and (max-width:480px){.header-title h1{font-size:2rem}}@media screen and (max-width:1024px){.header-title h1{font-size:2.5rem}}@media screen and (max-width:820px){.header-title h1:first-child{display:none}}@media screen and (min-width:821px){.header-title h1:first-child:nth-child(2){display:none}}.header-title h2{color:#6b7688;font-size:1rem;font-weight:400;line-height:1.5;margin-top:1.5rem;width:100%}@media screen and (max-width:1024px){.header-title h2{margin-top:1rem}}@media screen and (min-width:2000px){.header-title h2{font-size:2rem}}@media screen and (max-width:820px){.header-title h1,.header-title h2{color:#fff;padding:0}}.header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative}.header-img img{bottom:0;max-height:97vh;object-fit:contain;position:absolute;width:100%}@media screen and (max-width:480px){.header-img{display:none}}@media screen and (max-width:820px){.header-img{align-items:flex-end;height:100vh;justify-content:center;position:static}}@media screen and (max-width:1200px){.header-img{margin:2rem 0}}.header-links{align-items:center;display:flex;justify-content:flex-start;margin:1.5rem 0 0}.header-links a{background-color:#e95687;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:500;outline:none;padding:1rem 2rem;text-decoration:none}.header-links a:first-child{margin-right:2rem}@media screen and (max-width:1024px){.header-links a:first-child{margin-right:1rem}}.header-links a:hover{background-color:#e32967}@media screen and (max-width:1024px){.header-links a{padding:.8rem 1.5rem;text-align:center}}@media screen and (max-width:820px){.header-links a{background-color:#e95687}}@media screen and (max-width:1024px){.header-links{margin:1rem 0 0}}@media screen and (max-width:820px)and (min-width:481px){.header-title h1,.header-title h2{-webkit-animation:highlight 1.5s 1.5s 1 normal forwards;animation:highlight 1.5s 1.5s 1 normal forwards;background-color:none;background:linear-gradient(90deg,#e32967 50%,hsla(0,0%,100%,0) 0);background-position:100% 0;background-size:200% 100%}.header-title h2{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.skills{flex:1 1;flex-direction:column;width:100%}.skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.skills-container{flex-direction:column;width:100%}}.skills-list{align-items:flex-start;display:flex;flex:2 1;flex-wrap:wrap;justify-content:center;margin-right:5rem}@media screen and (max-width:900px){.skills-list{align-items:center;justify-content:center;margin-right:0}}.skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease-in-out}.skills-item div{background-color:#fff;border-radius:50%;height:90px;width:90px}.skills-item div img{height:50%;width:50%}.skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width:2000px){.skills-item div{height:150px;width:150px}}@media screen and (max-width:900px){.skills-item div{height:70px;width:70px}}.skills-item p{font-weight:500;margin-top:.5rem}@media screen and (min-width:2000px){.skills-item{margin:1rem 2rem}.skills-item p{margin-top:1rem}}.skills-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column-reverse;justify-content:center}@media screen and (max-width:900px){.skills-exp{margin-top:2rem}}.skills-exp-item{flex-direction:row;margin:1rem 0;width:100%}.skills-exp-item,.skills-exp-works{align-items:flex-start;display:flex;justify-content:flex-start}.skills-exp-works{cursor:pointer;flex:1 1;flex-direction:column;margin-bottom:1rem}.skills-exp-works h4{font-weight:500}.skills-exp-works p{color:#6b7688;font-weight:400;margin-top:5px}.skills-exp-year{margin-bottom:1rem;margin-right:3rem}.skills-exp-year p{color:#e95687;font-weight:800}@media screen and (max-width:450px){.skills-exp-year{margin-top:2rem}}.skills-tooltip{background-color:#fff!important;border-radius:5px!important;box-shadow:0 0 25px rgba(0,0,0,.1)!important;color:#6b7688!important;line-height:1.5!important;max-width:300px!important;opacity:1!important;padding:1rem!important;text-align:center!important}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem!important;line-height:2!important;max-width:500px!important}}.works{flex:1 1;flex-direction:column;width:100%}.work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:4rem 0 2rem}.work-filter .work-filter-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease}.work-filter .work-filter-item:hover{background-color:#e95687;color:#fff}@media screen and (min-width:2000px){.work-filter .work-filter-item{border-radius:.85rem;padding:1rem 2rem}}.work-filter .item-active{background-color:#e95687;color:#fff}.work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.work-portfolio .work-item{background-color:#fff;border-radius:.5rem;color:#030303;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.work-portfolio .work-item:hover{box-shadow:0 0 25px rgba(0,0,0,.2)}@media screen and (min-width:2000px){.work-portfolio .work-item{border-radius:.75rem;padding:1.25rem;width:470px}}@media screen and (max-width:400px){.work-portfolio .work-item{margin:1rem;width:100%}}.work-img{height:230px;position:relative;width:100%}.work-img img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.work-img{height:350px}}.work-desc{text-align:center}.work-hover{border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.work-hover,.work-hover div{background-color:rgba(0,0,0,.5);transition:all .3s ease}.work-hover div{border-radius:50%;color:#fff;cursor:pointer;font-family:Montserrat,sans-serif;font-weight:800;height:50px;margin:1rem;width:50px}.work-hover div svg{color:#fff;height:50%;width:50%}.work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.work-content h4{line-height:1.5;margin-top:1rem}@media screen and (min-width:2000px){.work-content h4{margin-top:3rem}}.work-content .work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app{font-family:Montserrat,sans-serif}@media screen and (max-width:450px){.wrapper{padding:4rem 1rem 2rem}}.head-text{color:#030303}.head-text span{color:#e95687}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:2rem}}.p-text{color:#6b7688}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:#030303}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.social div{align-items:center;background-color:#fff;border:1px solid #e4e4e4;border-radius:50%;display:flex;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.social div svg{color:#6b7688;height:15px;width:15px}.social div:hover{background-color:#e95687;border-color:#e95687}.social div:hover svg{color:#fff}@media screen and (min-width:2000px){.social div{height:70px;margin:.5rem 0;width:70px}.social div a svg{height:30px;width:30px}}.navigation .navigation-dot{background-color:#e95687;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.navigation .navigation-dot:hover{background-color:#e95687}@media screen and (min-width:2000px){.navigation .navigation-dot{height:20px;width:20px}}$font-base:"Montserrat",sans-serif;$primary-color:#edf2f8;$hover-color:#e32967;$secondary-color:#e95687;$dots-color:#e95687;$black-color:#030303;$lightGray-color:#e4e4e4;$gray-color:#6b7688;$brown-color:#46364a;$white-color:#fff;$card-color:rgba(254,228,237,.5);$card-color-2:#f2f7fb;.app{font-family:$font-base}.container{display:flex;flex-direction:row;min-height:100vh;width:100%}.flex{align-items:center;display:flex;justify-content:center}.wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%;@media screen and (max-width:450px){padding-bottom:2rem;padding-left:1rem;padding-right:1rem;padding-top:4rem}}.head-text{color:$black-color;font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize;span{color:$secondary-color}@media screen and (min-width:2000px){font-size:4rem}@media screen and (max-width:450px){font-size:2rem}}.p-text{color:$gray-color;font-size:.8rem;line-height:1.5;text-align:left;@media screen and (min-width:2000px){font-size:1.75rem}}.bold-text{color:$black-color;font-size:1rem;font-weight:800;text-align:left;@media screen and (min-width:2000px){font-size:2rem}@media screen and (max-width:450px){font-size:.9rem}}.social{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;z-index:1;div{align-items:center;background-color:$white-color;border:1px solid $lightGray-color;border-radius:50%;display:flex;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px;svg{color:$gray-color;height:15px;width:15px}&:hover{background-color:$secondary-color;border-color:$secondary-color;svg{color:$white-color}}@media screen and (min-width:2000px){height:70px;margin-bottom:.5rem;margin-left:0;margin-right:0;margin-top:.5rem;width:70px;a svg{height:30px;width:30px}}}}.navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem;z-index:1;.navigation-dot{background-color:$dots-color;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px;&:hover{background-color:$secondary-color}@media screen and (min-width:2000px){height:20px;width:20px}}}@media screen and (max-width:500px){.navigation,.social{display:none}.copyright{padding:2rem}}@-webkit-keyframes highlight{to{background-position:0 0}}@keyframes highlight{to{background-position:0 0}}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.af9fcd1c.css.map*/