@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Rubik+Gemstones&display=swap);*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,Oxygen}a{text-decoration:none}:root{--font-base:"DM Sans",sans-serif;--primary-color:#edf2f8;--secondary-color:#7682ff;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:2rem 0 0;width:100%}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--black-color)}.head-text{font-size:1.5rem;font-weight:800;text-align:left;text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width:1440px){.head-text{font-size:1.5rem}}@media screen and (max-width:1024px){.head-text{font-size:1.2rem}}@media screen and (max-width:768px){.head-text{font-size:16px}}@media screen and (max-width:425px){.head-text{font-size:13px}}.p-text{color:var(--gray-color);font-size:1rem;line-height:1.6;text-align:left}@media screen and (min-width:1440px){.p-text{font-size:1.5rem}}@media screen and (max-width:1024px){.p-text{font-size:.9rem}}@media screen and (max-width:768px){.p-text{font-size:11px}}.bold-text{color:var(--black-color);font-size:1.2rem;font-weight:800;text-align:left}@media screen and (min-width:1440px){.bold-text{font-size:1.6rem}}@media screen and (max-width:1024px){.bold-text{font-size:1.2rem}}@media screen and (max-width:425px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--gray-color);height:15px;width:15px}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color);cursor:pointer}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:1440px){.app__social div{height:70px;margin:.5rem 0;width:70px}.app__social div svg{height:30px;width:30px}}.app__navigation{align-items:flex-end;display:flex;flex-direction:column;justify-content:center;padding:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:1440px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:425px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}#about{background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#about .app__wrapper{padding:0}#about .app__wrapper .copyright{display:none}.about{flex:1 1;flex-direction:column;margin-top:3rem;width:100%}.about,.about .about-bio{align-items:center;display:flex;justify-content:center}.about .about-bio .profiles{align-items:flex-end;display:flex;justify-content:flex-end;margin-left:2rem}.about .about-bio .profiles .profile-item{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin:3rem;width:300px}.about .about-bio .profiles .profile-item .p-text{font-size:1rem;text-align:left;width:100%}.about .about-bio .profiles .profile-item img{border-radius:8px;height:320px;object-fit:cover;width:100%}@media screen and (min-width:1440px){.about .about-bio .profiles .profile-item{margin:2rem 0 2rem 6rem;width:420px}.about .about-bio .profiles .profile-item img{height:440px}}@media screen and (max-width:768px){.about .about-bio .profiles .profile-item{margin:2rem 1rem 1rem;padding-left:2rem;width:250px}.about .about-bio .profiles .profile-item img{height:240px}}.about .about-bio .about-desc p{color:#222;flex:1 1;font-size:1.3rem;font-weight:600;line-height:40px;text-align:left;width:90%;word-spacing:6px}@media screen and (max-width:768px){.about .about-bio .about-desc p{flex:1 1;font-size:16px;line-height:30px;text-align:left;width:90%}}@media screen and (max-width:425px){.about .about-bio .about-desc p{flex:1 1;font-size:17px;text-align:center;width:100%}.about .about-bio{flex-direction:column;padding:1rem}.about .about-bio .profiles{align-items:center;justify-content:center}.about .about-bio .profiles .profile-item{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-left:0;width:100%}.about .about-bio .profiles .profile-item .p-text{font-size:1.1rem;text-align:center;width:100%}.about .about-bio .profiles .profile-item .bold-text{font-size:1rem}.about .about-bio .profiles .profile-item img{border-radius:10px;height:310px;margin:0 auto;object-fit:cover}}.about .about-text{font-size:2rem;text-align:center;width:100%;word-spacing:4px}@media screen and (max-width:425px){.about .about-text{font-size:1.8rem;padding-left:2rem}}.app_navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 8px 32px 0 rgba(31,38,135,.2);justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.app_navbar,.logo{align-items:center;display:flex}.logo{justify-content:flex-start}.logo a{color:#222}.links{display:flex;flex:1 1;list-style:none}.links,.links li{align-items:center;justify-content:center}.links li{cursor:pointer;flex-direction:column;margin:0 1rem}.links li div{background:transparent;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.links li a{color:#222;flex-direction:column;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.links li a:hover{color:var(--secondary-color)}.links li:hover div{background:var(--secondary-color)}@media screen and (max-width:425px){.links{display:none}}.download-cv .download-btn{background-color:#000;border:none;border-radius:10px;font-weight:600;outline:none;padding:10px 20px}.download-cv .download-btn a{color:#fff}.download-cv .download-btn:hover{cursor:pointer}.nav-menu{align-items:center;background-color:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.nav-menu svg{color:var(--white-color);height:70%;width:70%}.nav-menu div{align-items:flex-end;background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:var(--white-color);background-repeat:repeat;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}.nav-menu div svg{color:var(--secondary-color);height:35px;margin:.5rem 1rem;width:35px}.nav-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%}.nav-menu div ul li{margin:1rem}.nav-menu div ul li a{color:var(--gray-color);font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.nav-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:768px){.nav-menu,.nav-menu div{display:none}}#contact{background-color:#fff;background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#contact .app__wrapper{padding:0}#contact .app__wrapper .copyright{align-items:center;display:flex;flex-direction:row;justify-content:space-around}#contact .app__wrapper .copyright .p-text{color:#000}@media screen and (max-width:375px){#contact .app__wrapper .copyright .p-text{font-size:.8rem}}.footer{flex:1 1;flex-direction:column;margin-top:3rem}.footer,.footer h2{align-items:center;justify-content:center;width:100%}.footer h2{display:flex;font-size:1.5rem}@media screen and (max-width:375px){.footer h2{font-size:1.2rem}}.footer .footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;width:100%}.footer .footer-card{align-items:center;background-color:#222;border-radius:10px;cursor:pointer;display:flex;justify-content:flex-start;margin:1rem 2rem;min-width:220px;padding:1rem;transition:all .3s ease-in-out}@media screen and (max-width:375px){.footer .footer-card{width:130px}}.footer .footer-card img{height:40px;margin:0 .7rem;width:40px}.footer .footer-card p{font-weight:600}.footer .footer-card a{color:#fff;font-weight:500;text-decoration:none}@media screen and (max-width:768px){.footer .footer-card{width:100%}}@media screen and (max-width:425px){.footer .footer-card{width:100%}}.footer .thanking{align-items:center;display:flex;justify-content:center;margin-top:2rem}.footer-cards .footer-card:last-child{background-color:#222}.footer-form{flex-direction:column;margin:0 auto;width:60%}.footer-form,.footer-form div{align-items:center;border-radius:10px;display:flex;justify-content:center}.footer-form div{margin:.4rem 0;transition:all .3s ease-in-out;width:100%}@media screen and (max-width:375px){.footer-form div{width:100%}}.footer-form div input,.footer-form div textarea{background-color:var(--white-color);border:none;border-radius:10px;color:#141111;font-family:var(--font-base);outline:none;padding:.5rem;text-align:left;width:70%}@media screen and (max-width:375px){.footer-form div input,.footer-form div textarea{width:100%}}.footer-form div input:-webkit-autofill,.footer-form div input:-webkit-autofill:active,.footer-form div input:-webkit-autofill:focus,.footer-form div input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important}.footer-form div textarea{height:170px;resize:none}.footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}@media screen and (max-width:768px){.footer-form div{margin:1rem 0;width:100%}}.footer-form .btn{background-color:#222;border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-size:1rem;font-weight:500;margin:5px;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}#home{background:#fff;background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app-header{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@media screen and (min-width:1440px){.app-header{padding-top:8rem}}@media screen and (max-width:768px){.app-header{height:100%;padding:6rem 1rem 0}}@media screen and (max-width:425px){.app-header{align-items:center;display:flex;flex-direction:column;justify-content:center}}@media screen and (max-width:320px){.app-header{padding:6rem 1rem 2rem}}.header-info{align-items:flex-start;display:flex;flex:1.3 1;flex-direction:column;height:100%;justify-content:flex-start;margin:0}@media screen and (max-width:1440px){.header-info{margin-right:1rem;width:100%}}@media screen and (max-width:768px){.header-info{flex:1 1}}.header-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;width:100%}@media screen and (max-width:425px){.header-badge{align-items:center;display:flex;justify-content:center}}@media screen and (max-width:768px){.header-badge{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start}}.header-badge .badge-cmp,.header-badge .tag-cmp{background:var(--white-color);border-radius:10px;box-shadow:0 10px 20px rgba(0,0,0,.4);flex-direction:row;padding:1rem 2rem;width:100%}@media screen and (min-width:1440px){.header-badge .badge-cmp,.header-badge .tag-cmp{width:440px}}@media screen and (max-width:1024px){.header-badge .badge-cmp,.header-badge .tag-cmp{width:340px}}@media screen and (max-width:768px){.header-badge .badge-cmp,.header-badge .tag-cmp{width:230px}}@media screen and (max-width:425px){.header-badge .badge-cmp,.header-badge .tag-cmp{justify-content:space-between;width:100%}}.header-badge .tag-cmp{flex-direction:column;gap:1rem;margin-top:3rem}@media screen and (max-width:768px){.header-badge .tag-cmp{gap:0;margin-top:1rem}}.header-badge .tag-cmp .p-text{-webkit-animation:typing 5.5s steps(30),blink-caret 1s step-end 6;animation:typing 5.5s steps(30),blink-caret 1s step-end 6;-webkit-animation-delay:6.5s;animation-delay:6.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;border-right:.15em solid #000;color:#222;letter-spacing:.15em;margin:0 auto;overflow:hidden;text-align:center;text-transform:uppercase;white-space:nowrap}@-webkit-keyframes typing{0%{width:0}to{width:100%}}@-webkit-keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#000}}.header-badge .badge-cmp .head-text{-webkit-animation:typing 5.5s steps(45),blink-caret 1s step-end 5;animation:typing 5.5s steps(45),blink-caret 1s step-end 5;-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;border-right:.15em solid #000;letter-spacing:.15em;margin:0 auto;overflow:hidden;text-align:center;white-space:nowrap;width:100%}@keyframes typing{0%{max-width:0}to{max-width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#000}}.header-badge .badge-cmp p{color:#222}.circle{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-evenly}@media screen and (min-width:1440px){.circle{margin-left:6rem}}@media screen and (max-width:768px){.circle{flex:.5 1}}@media screen and (max-width:425px){.circle{flex-direction:row;margin-top:2rem}}.circle div{background:var(--white-color);border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,.2);height:100px;width:100px}.circle div img{height:80%;width:80%}.circle div:first-child{height:90px;width:90px}.circle div:nth-child(2){height:80px;margin:2rem;width:80px}.circle div:nth-child(3){height:70px;width:70px}@media screen and (min-width:1440px){.circle div:first-child{height:180px;width:180px}.circle div:nth-child(2){height:130px;width:130px}.circle div:nth-child(3){height:100px;width:100px}}@media screen and (max-width:1200px){.circle{flex-wrap:wrap;margin-left:0;width:100%}.circle div{margin:1rem}.circle div:first-child{height:100px;width:100px}.circle div:nth-child(2){height:80px;width:80px}.circle div:nth-child(3){height:60px;width:60px}}@media screen and (max-width:768px){.circle{flex-wrap:wrap;width:100%}.circle div{margin:0}.circle div:first-child{height:90px;width:90px}.circle div:nth-child(2){height:70px;width:70px}.circle div:nth-child(3){height:60px;width:60px}}.header-img{align-items:center;display:flex;flex:1 1;height:100%;justify-content:center;position:relative}.header-img img{border-radius:100%;object-fit:contain;width:100%;z-index:1}@media screen and (min-width:1440px){.header-img img{height:420px;width:420px}}@media screen and (max-width:768px){.header-img img{align-items:flex-start;height:210px;justify-content:flex-start;width:210px}}@media screen and (max-width:425px){.header-img img{height:230px;width:230px}}@media screen and (max-width:375px){.header-img img{height:220px;width:220px}}.header-img .over-circle{bottom:0;height:90%;left:0;object-fit:contain;position:absolute;right:10%;width:100%;z-index:0}@media screen and (max-width:1024px){.header-img{margin:2rem 0}}#skills{background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#skills .app__wrapper{padding:0}#skills .app__wrapper .copyright{display:none}.skills{align-items:center;flex:1 1;flex-direction:column;justify-content:center;margin-top:5rem;width:100%}.skills h2{font-size:1.5rem;text-align:center}.skills .skills-container{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:2rem}@media screen and (max-width:768px){.skills .skills-container{flex-direction:column;width:100%}}.skills .skills-container .skills-list{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;justify-content:center;margin:0 auto}@media screen and (max-width:768px){.skills .skills-container .skills-list{align-items:center;flex-wrap:wrap;justify-content:center;width:100%}}.skills .skills-container .skills-list .skills-item{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:1rem;transition:all .3s ease-in-out}.skills .skills-container .skills-list .skills-item div{background-color:#fff;border-radius:50%;height:80px;width:80px}.skills .skills-container .skills-list .skills-item div img{height:70%;object-fit:contain;width:70%}.skills .skills-container .skills-list .skills-item div:hover{box-shadow:0 0 25px #201e1f}@media screen and (min-width:1440px){.skills .skills-container .skills-list .skills-item div{height:120px;width:120px}}@media screen and (max-width:425px){.skills .skills-container .skills-list .skills-item div{height:100px;width:100px}}.skills .skills-container .skills-list .skills-item p{font-weight:500;margin-top:.5rem}@media screen and (min-width:1440px){.skills .skills-container .skills-list .skills-item{margin:1rem 2rem}.skills .skills-container .skills-list .skills-item p{margin-top:1rem}}.skills .skills-container .skills-exp{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:3rem;width:100%}@media screen and (min-width:1440px){.skills .skills-container .skills-exp{margin-top:3rem}}@media screen and (max-width:768px){.skills .skills-container .skills-exp{margin-top:3rem}}.skills .skills-container .skills-exp .vertical-work{margin:10px}.skills .skills-container .skills-exp .work-desc{align-items:flex-start;color:#fff;display:flex;flex-direction:column;justify-content:flex-start}.skills .skills-container .skills-exp .work-desc .p-text{color:#201e1f;font-size:1.2rem;text-align:left;width:100%}.vertical-timeline *{-webkit-box-sizing:border-box;box-sizing:border-box}.vertical-timeline{margin:0 auto;max-width:1170px;padding:2em 0;position:relative;width:95%}.vertical-timeline:after{clear:both;content:"";display:table}.vertical-timeline:before{background:var(--line-color);content:"";height:100%;left:18px;position:absolute;top:0;width:4px}.vertical-timeline.vertical-timeline--one-column-right:before{left:auto;right:18px}@media only screen and (min-width:1170px){.vertical-timeline.vertical-timeline--two-columns{width:90%}.vertical-timeline.vertical-timeline--two-columns:before{left:50%;margin-left:-2px}}.vertical-timeline-element{margin:2em 0;position:relative}.vertical-timeline-element>div{min-height:1px}.vertical-timeline-element:after{clear:both;content:"";display:table}.vertical-timeline-element:first-child{margin-top:0}.vertical-timeline-element:last-child{margin-bottom:0}@media only screen and (min-width:1170px){.vertical-timeline-element{margin:4em 0}.vertical-timeline-element:first-child{margin-top:0}.vertical-timeline-element:last-child{margin-bottom:0}}.vertical-timeline-element-icon{border-radius:50%;-webkit-box-shadow:0 0 0 4px #fff,inset 0 2px 0 rgba(0,0,0,.08),0 3px 0 4px rgba(0,0,0,.05);box-shadow:0 0 0 4px #fff,inset 0 2px 0 rgba(0,0,0,.08),0 3px 0 4px rgba(0,0,0,.05);height:40px;left:0;position:absolute;top:0;width:40px}.vertical-timeline--one-column-right .vertical-timeline-element-icon{left:auto;right:0}.vertical-timeline-element-icon svg{display:block;height:24px;left:50%;margin-left:-12px;margin-top:-12px;position:relative;top:50%;width:24px}@media only screen and (min-width:1170px){.vertical-timeline--two-columns .vertical-timeline-element-icon{height:60px;left:50%;margin-left:-30px;width:60px}}.vertical-timeline-element-icon{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0)}.vertical-timeline--animate .vertical-timeline-element-icon.is-hidden{visibility:hidden}.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in{-webkit-animation:cd-bounce-1 .6s;animation:cd-bounce-1 .6s;visibility:visible}@-webkit-keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(.5)}60%{opacity:1;-webkit-transform:scale(1.2)}to{-webkit-transform:scale(1)}}@keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}60%{opacity:1;-webkit-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(1);transform:scale(1)}}.vertical-timeline-element-content{background:#fff;border-radius:.25em;-webkit-box-shadow:0 3px 0 #ddd;box-shadow:0 3px 0 #ddd;margin-left:60px;padding:1em;position:relative}.vertical-timeline--one-column-right .vertical-timeline-element-content{margin-left:0;margin-right:60px}.vertical-timeline-element--no-children .vertical-timeline-element-content{background:0 0;-webkit-box-shadow:none;box-shadow:none}.vertical-timeline-element-content:after{clear:both;content:"";display:table}.vertical-timeline-element-content h2{color:#303e49}.vertical-timeline-element-content .vertical-timeline-element-date,.vertical-timeline-element-content p{font-size:13px;font-size:.8125rem;font-weight:500}.vertical-timeline-element-content .vertical-timeline-element-date{display:inline-block}.vertical-timeline-element-content p{line-height:1.6;margin:1em 0 0}.vertical-timeline-element-subtitle,.vertical-timeline-element-title{margin:0}.vertical-timeline-element-content .vertical-timeline-element-date{float:left;opacity:.7;padding:.8em 0}.vertical-timeline-element-content-arrow{border:7px solid transparent;border-right-color:#fff;content:"";height:0;position:absolute;right:100%;top:16px;width:0}.vertical-timeline--one-column-right .vertical-timeline-element-content-arrow{border:7px solid transparent;border-left-color:#fff;content:"";height:0;left:100%;position:absolute;right:auto;top:16px;width:0}.vertical-timeline--one-column-right .vertical-timeline-element-content:before{border-left:7px solid #fff;border-right:initial;left:100%}.vertical-timeline-element--no-children .vertical-timeline-element-content-arrow,.vertical-timeline-element--no-children .vertical-timeline-element-content:before{display:none}@media only screen and (min-width:768px){.vertical-timeline-element-content h2{font-size:20px;font-size:1.25rem}.vertical-timeline-element-content p{font-size:16px;font-size:1rem}.vertical-timeline-element-content .vertical-timeline-element-date{font-size:14px;font-size:.875rem}}@media only screen and (min-width:1170px){.vertical-timeline--two-columns .vertical-timeline-element-content{margin-left:0;padding:1.5em;width:44%}.vertical-timeline--two-columns .vertical-timeline-element-content-arrow{left:100%;top:24px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.vertical-timeline--two-columns .vertical-timeline-element-content .vertical-timeline-element-date{font-size:16px;font-size:1rem;left:124%;position:absolute;top:6px;width:100%}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content{float:right}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow{left:auto;right:100%;top:24px;-webkit-transform:rotate(0);transform:rotate(0)}.vertical-timeline--one-column-right .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,.vertical-timeline--one-column-right .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow{left:100%;right:auto;top:24px;-webkit-transform:rotate(0);transform:rotate(0)}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content .vertical-timeline-element-date,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content .vertical-timeline-element-date{left:auto;right:124%;text-align:right}}.vertical-timeline--animate .vertical-timeline-element-content.is-hidden{visibility:hidden}.vertical-timeline--animate .vertical-timeline-element-content.bounce-in{-webkit-animation:cd-bounce-2 .6s;animation:cd-bounce-2 .6s;visibility:visible}@media only screen and (min-width:1170px){.vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content.bounce-in,.vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content.bounce-in{-webkit-animation:cd-bounce-2-inverse .6s;animation:cd-bounce-2-inverse .6s}}@media only screen and (max-width:1169px){.vertical-timeline--animate .vertical-timeline-element-content.bounce-in{-webkit-animation:cd-bounce-2-inverse .6s;animation:cd-bounce-2-inverse .6s;visibility:visible}}@-webkit-keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px)}to{-webkit-transform:translateX(0)}}@keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px)}to{-webkit-transform:translateX(0)}}@keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px)}to{-webkit-transform:translateX(0);transform:translateX(0)}}#testimonial{background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#testimonial .app__wrapper{padding:0}#testimonial .app__wrapper .copyright{display:none}.testimonials{flex:1 1;gap:10px;margin-top:1rem}.testimonials,.testimonials .testimonial-item{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.testimonials .testimonial-item{background-color:var(--white-color);border-radius:10px;box-shadow:0 0 30px rgba(0,0,0,.3);gap:20px;min-height:300px;padding:2rem;transition:all .3s ease-in-out}.testimonials .testimonial-item img{border-radius:20px;height:120px;object-fit:contain;width:120px}@media screen and (min-width:1440px){.testimonials .testimonial-item{min-height:450px}.testimonials .testimonial-item img{height:160px;width:160px}}@media screen and (max-width:768px){.testimonials .testimonial-item{width:100%}}@media screen and (max-width:425px){.testimonials .testimonial-item{flex-direction:column}}.testimonials .testimonial-item .testimonial-content{align-items:flex-start;display:flex;flex-direction:column;gap:.6rem;height:100%;justify-content:flex-start;text-align:left;width:100%}.testimonials .testimonial-item .testimonial-content p.p-text{color:var(--black-color);font-family:var(--font-base);font-size:1rem;text-align:left}@media screen and (min-width:2000px){.testimonials .testimonial-item .testimonial-content p.p-text{font-size:2rem}}.testimonials .testimonial-item .testimonial-content .testimonial-desc{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.testimonials .testimonial-item .testimonial-content .testimonial-desc h4{color:var(--secondary-color);font-weight:600}.testimonials .testimonial-item .testimonial-content .testimonial-desc h5{color:var(--gray-color);font-weight:400}.testimonials .testimonial-btns{align-items:center;display:flex;justify-content:space-around;width:100%}.testimonials .testimonial-btns div{align-items:center;background-color:var(--primary-color);border:2px solid #222;border-radius:50%;cursor:pointer;display:flex;height:60px;justify-content:center;transition:all .3s ease-in-out;width:60px}.testimonials .testimonial-btns div:active{-webkit-transform:scale(.6);transform:scale(.6);transition:all .4s ease-in}.testimonials .testimonial-btns div svg{background-color:#222;border-radius:50%;color:var(--secondary-color);height:30px;margin:10px;width:30px}.testimonials .testimonial-btns div:hover{color:var(--white-color)}@media screen and (min-width:2000px){.testimonials .testimonial-btns div{height:100px;width:100px}.testimonials .testimonial-btns div svg{height:45px;width:45px}}.testimonial-brands{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:4rem;-webkit-user-select:none;user-select:none;width:100%}.testimonial-brands .brand-title{text-align:center}.testimonial-brands .brand-items{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.testimonial-brands .brand-items div{margin:4rem;width:100px}.testimonial-brands .brand-items div img{-webkit-filter:grayscale(1);filter:grayscale(1);height:auto;object-fit:contain;width:100%}.testimonial-brands .brand-items div img:hover{cursor:pointer;-webkit-filter:grayscale(0);filter:grayscale(0)}#work{background:url(/static/media/bgIMG.c39101e520e2997fc6d4.png);background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#work .app__wrapper{padding:0}#work .app__wrapper .copyright{display:none}.work{flex:1 1;flex-direction:column;justify-content:center;margin-top:3rem;width:100%}.work,.work-filter{align-items:center;display:flex}.work-filter{flex-wrap:wrap;justify-content:flex-start;margin:4rem 0 2rem}@media screen and (min-width:425px){.work-filter{align-items:center;justify-content:center;margin:1rem 0 0}}.work-filter .work-filter-item{background-color:#fff;border-radius:.5rem;color:#222;cursor:pointer;font-weight:600;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease-in-out}.work-filter .work-filter-item:hover{background-color:var(--secondary-color)}@media screen and (min-width:1440px){.work-filter .work-filter-item{border-radius:.6rem;padding:1rem 2rem}}.work-filter .item-active{background-color:var(--secondary-color);color:#fff}.work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.work-portfolio .work-item{align-items:center;background-color:#fff;border-radius:.5rem;color:#222;cursor:pointer;flex-direction:column;gap:20px;height:400px;justify-content:center;margin:2rem;padding:2rem;position:relative;transition:all .3s ease-in-out;width:440px}.work-portfolio .work-item:hover{box-shadow:0 0 25px rgba(0,0,0,.4)}@media screen and (min-width:1440px){.work-portfolio .work-item{border-radius:.75px;gap:10px;padding:2rem}}@media screen and (max-width:768px){.work-portfolio .work-item{gap:10px;margin:20px;padding:2rem;width:100%}}@media screen and (max-width:425px){.work-portfolio .work-item{margin:1rem;width:100%}}.work-portfolio .work-item .work-img{display:flex;flex-direction:column;gap:10px;height:100%;object-fit:contain;position:relative;width:100%}.work-portfolio .work-item .work-img .work-hover{background-color:rgba(0,0,0,.3);border-radius:.5rem;bottom:0;display:flex;gap:20px;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease-in-out;width:100%}.work-portfolio .work-item .work-img .work-hover div{background-color:rgba(0,0,0,.3);border-radius:50%;color:#fff;cursor:pointer;height:60px;margin:1rem;transition:all .3s ease-in-out;width:60px}.work-portfolio .work-item .work-img .work-hover svg{background-color:rgba(0,0,0,.3);border-radius:50%;color:#fff;height:40px;width:40px}.work-portfolio .work-item .work-img img{border-radius:.5rem;height:100%;object-fit:contain;width:100%}@media screen and (min-width:1440px){.work-portfolio .work-item .work-img{height:350px}}.work-portfolio .work-item .work-tag{background-color:#222;border-radius:10px;padding:.1rem 1rem;position:absolute;right:0;top:0}.work-portfolio .work-item .work-tag p{color:#fff}.work-portfolio .work-item .work-content{align-items:flex-start;display:flex;flex-direction:column;font-family:var(--font-base);justify-content:flex-start;width:100%}.work-portfolio .work-item .work-content .bold-text,.work-portfolio .work-item .work-content .p-text{text-align:left;width:100%}
/*# sourceMappingURL=main.8c139713.css.map*/