@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap);.app{font-family:var(--font-base);overflow-y:hidden;width:100%}.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;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--black-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text span{color:var(--secondary-color)}@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:var(--gray-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:3rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:rgba(90,83,83,.533);border-radius:50%;height:50px;justify-content:center;margin:1.25rem 0;transition:all .3s ease-in-out;width:50px;z-index:5}.app__social div svg{color:var(--white-color);height:25px;width:25px}.app__social div:hover{background-color:#000}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social div{height:70px;margin:.5rem 0;width:70px}.app__social div svg{height:30px;width:30px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:#434040;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:#bd7d7d}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}#about{background-color:var(--blue-color)}.app__about{flex:1 1;flex-direction:column;width:100%}.app__about .head-text{color:#bfbdbd;font-size:32px;padding-top:15px}.app__about .head-text span{color:#fff}@media screen and (min-width:1200px){.app__about .head-text{font-size:50px}}.app__profiles{flex-wrap:wrap;justify-content:center;margin-top:2rem}.app__profile-item,.app__profiles{align-items:flex-start;display:flex}.app__profile-item{flex-direction:column;justify-content:flex-start;margin:2rem;width:190px}.app__profile-item .bold-text{color:#fff;font-size:25px;text-align:center}.app__profile-item .p-text{color:#bfbdbd;font-size:15px;text-align:left}@media screen and (max-width:1200px){.app__profile-item .p-text{font-size:15px;margin-left:10px}}.app__profile-item img{border-radius:15px;height:170px;object-fit:cover;width:100%}@media screen and (min-width:1200px){.app__profile-item{margin:2rem 4rem;width:370px}.app__profile-item img{height:320px}}.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#000000b3;border:1px solid #ffffff2e;justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start}.app__navbar-logo img{width:120px}@media screen and (min-width:2000px){.app__navbar-logo img{width:180px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:#0000;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar-links li a{color:var(--white-color);flex-direction:column;font-family:var(--font-base);font-size:20px;font-weight:900;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background-color:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background-color:var(--white-color);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px #a8a8a826;display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:var(--secondary-color);height:35px;margin:.5rem 1rem;width:35px}.app__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%}.app__navbar-menu div ul li{margin:1rem}.app__navbar-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}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}#contact{background-image:url(/static/media/header_bg.5db79f11e57f56332d3e.png)}.app__footer{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.app__footer .head-text{color:var(--blue-color)}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4em 2rem 2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;background-color:var(--blue-color);border:2px solid #000;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1rem;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:60px;margin:0 .7rem;width:70px}.app__footer-cards .app__footer-card p{color:#fef4f5;font-weight:500}.app__footer-cards .app__footer-card a{color:#fff;font-size:20px;font-weight:900;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 15px #1a1717}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:768px){.app__footer-cards{width:100%}}.app__footer-cards .app__footer-card:last-child{background-color:var(--blue-color)}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 0 15px #1a1717}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:var(--primary-color);border:2px solid var(--blue-color);border-radius:5px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__footer-form div input,.app__footer-form div textarea{background-color:var(--primary-color);border:none;border-radius:7px;color:var(--black-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__footer-form button{background-color:#ffdd1f;border:none;border-radius:10px;color:var(--black-color);cursor:pointer;font-family:var(--font-base);font-size:20px;font-weight:800;margin:2rem 0 0;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}.app__footer-form button:hover{background-color:var(--blue-color);color:#fff}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}#home{background-image:url(/static/media/header_bg.5db79f11e57f56332d3e.png);position:relative}#home app__wrap{padding:0}.app__header{flex:1 1;flex-direction:row;min-height:100vh;padding:6rem 2rem 0;position:relative;width:100%}@media screen and (max-width:1200px){.app__header{align-items:center;flex-direction:column;padding-top:8rem}}.app__header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;flex-shrink:0;height:100%;justify-content:center;margin-left:2rem;min-width:0;padding-left:6rem;padding-right:6rem}@media screen and (max-width:768px){.app__header-info{margin-left:1rem;padding-left:4rem;padding-right:4rem}}@media screen and (max-width:480px){.app__header-info{margin-left:1rem;padding-left:2rem;padding-right:2rem}}.app__header-badge-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;width:100%}.app__header-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{flex-direction:column;padding:1rem 2rem;width:auto}.app__header-badge .badge-cmp .p-text{color:var(--blue-color);font-size:24px;font-weight:600}@media screen and (min-width:1400px){.app__header-badge .badge-cmp .p-text{font-size:30px}}@media screen and (max-width:1200px){.app__header-badge .badge-cmp .p-text{font-size:22px}}@media screen and (max-width:600px){.app__header-badge .badge-cmp .p-text{font-size:20px}}.app__header-badge .badge-cmp .head-text{color:var(--blue-color);font-size:40px;text-transform:none}@media screen and (min-width:1400px){.app__header-badge .badge-cmp .head-text{font-size:55px}}@media screen and (max-width:1200px){.app__header-badge .badge-cmp .head-text{font-size:35px}}@media screen and (max-width:600px){.app__header-badge .badge-cmp .head-text{font-size:30px}}.app__header-img{align-items:center;display:flex;flex:1 1;height:100%;justify-content:center;margin-top:2rem;position:relative;z-index:1}.app__header-img img{margin-right:1rem;max-width:380px;min-width:280px;object-fit:contain;width:100%;z-index:2}.app__header-img .overlay_circle{animation:rotation 6s linear infinite;filter:blur(4px);height:auto;left:50%;max-width:500px;opacity:.8;position:absolute;top:35%;transform:translate(-50%,-50%);width:80%;z-index:1}@keyframes rotation{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@media screen and (max-width:1576px)and (min-width:1201px){.app__header-img img{margin-right:1rem;max-width:340px;min-width:280px}.app__header-img .overlay_circle{left:50%;max-width:450px;top:38%;width:75%}}@media screen and (max-width:1200px){.app__header-img{flex-direction:column;margin-top:2rem}.app__header-img img{margin:0;max-width:300px;min-width:250px}.app__header-img .overlay_circle{left:50%;max-width:400px;top:25%;width:70%}}.app__header-circles{align-items:flex-start;display:flex;flex:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}.app__header-circles div{animation:shake-animation 4.72s ease infinite;border-radius:50%;height:100px;transform-origin:50% 50%;width:100px}.app__header-circles div img{height:100%;width:100%}@media screen and (max-width:1200px){.app__header-circles{flex-direction:row;flex-wrap:wrap;margin-left:0}}.typing-container{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;min-height:240px;position:relative;width:100%}.typing-wrapper{animation:fadeSlideIn .6s ease forwards;min-height:1em;opacity:0;position:relative;transform:translateY(-20px);width:100%}.typing-placeholder{visibility:hidden;white-space:pre}.typing-animated{left:0;overflow:hidden;position:absolute;top:0;white-space:pre}.typing-animated.job-lines-text,.typing-real{display:inline-block}.typing-real{min-width:320px;text-align:left;white-space:pre;width:auto}.typing-letter{display:inline-block}.typing-letter.visible{opacity:1;transition:opacity .05s linear}.typing-letter.invisible{opacity:0}.real-cursor{animation:blink .8s step-end infinite;background-color:currentColor;display:inline-block;height:1em;margin-left:2px;vertical-align:middle;width:2px}@keyframes blink{50%{opacity:0}}@keyframes fadeSlideIn{to{opacity:1;transform:translateY(0)}}.job-lines-wrapper{margin-top:2rem}.job-lines-text{color:var(--black-color);font-size:30px;font-weight:400;text-align:left}@media screen and (max-width:1200px){.job-lines-text{font-size:22px}}@media screen and (max-width:768px){.job-lines-text{font-size:18px}}@media screen and (max-width:480px){.job-lines-text{font-size:16px}}.job-line{margin-bottom:.5rem}.job-line-important{font-weight:900;text-shadow:0 0 .2px}.job-lines-inner{align-items:flex-start;display:inline-flex;flex-direction:column;position:relative}.underline{animation:growUnderline 1s ease forwards,bounceUnderline .5s ease 1s forwards;background-color:var(--black-color);display:block;height:3px;margin-top:.5rem;width:0}@keyframes growUnderline{0%{width:0}to{width:100%}}@keyframes bounceUnderline{0%{transform:translateY(0)}40%{transform:translateY(-5px)}65%{transform:translateY(2px)}to{transform:translateY(0)}}.waving-emoji{font-family:Segoe UI Emoji,Apple Color Emoji,Noto Color Emoji,sans-serif;font-size:2.5rem;line-height:1}#skills{background-color:var(--blue-color)}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills .head-text{color:#ffdd1f;font-size:60px}.app__skills .head-text span{color:#000}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{background-color:#fef4f5;border-radius:50%;height:120px;width:120px}.app__skills-item div img{height:75%;width:75%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (max-width:450px){.app__skills-item div{height:70px;width:70px}}.app__skills-item p{color:#fff;font-size:17px;font-weight:500;margin-top:.5rem}@media screen and (min-width:2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 3rem;width:100%}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-work{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-exp-works .app__skills-exp-work .work-title-clickable{align-items:center;cursor:pointer;display:flex;gap:10px;transition:color .3s ease}.app__skills-exp-works .app__skills-exp-work .work-title-clickable h4{color:#fff;font-weight:800;transition:color .3s ease}.app__skills-exp-works .app__skills-exp-work .work-title-clickable.active h4,.app__skills-exp-works .app__skills-exp-work .work-title-clickable:hover h4{color:#ffdd1f}.app__skills-exp-works .app__skills-exp-work .work-title-clickable .caret-svg{stroke:#fff;transition:transform .3s ease,stroke .3s ease}.app__skills-exp-works .app__skills-exp-work .work-title-clickable.active .caret-svg{stroke:#ffdd1f;transform:rotate(180deg)}.app__skills-exp-works .app__skills-exp-work .p-text{color:#fff;font-weight:400;margin-top:5px}.app__skills-exp-works .app__skills-exp-work .work-desc{background-color:#ffffff14;border-left:3px solid #ffdd1f;border-radius:8px;color:#eaeaea;font-size:15px;line-height:1.7;margin-top:.75rem;overflow:hidden;padding:1rem;white-space:pre-line;width:100%}.app__skills-exp-year{margin-right:3rem;width:20%}.app__skills-exp-year p{color:#fff;font-weight:800}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-btn{background-color:#fff;border:none;border-radius:20px;box-shadow:0 6px 18px #00000026;color:#111;display:block;font-size:17px;font-weight:700;margin:4rem auto 0;padding:1rem 2.5rem;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .3s ease,background-color .2s ease}.skills-btn:hover{background-color:#f1f1f1;box-shadow:0 12px 24px #0006,0 0 15px #4678ff80;transform:translateY(-4px)}.skills-btn:active{transform:scale(.97)}.app__testimonial{flex:1 1;flex-direction:column;width:100%}.app__testimonial-item{background-color:var(--white-color);border-radius:15px;box-shadow:0 0 30px #0000001a;display:flex;flex-direction:row;min-height:320px;padding:2rem;transition:all .3s ease-in-out;width:60%}.app__testimonial-item img{border-radius:50%;height:100px;object-fit:cover;width:100px}@media screen and (min-width:2000px){.app__testimonial-item{min-height:450px}.app__testimonial-item img{height:150px;width:150px}}@media screen and (max-width:850px){.app__testimonial-item{width:100%}}@media screen and (max-width:600px){.app__testimonial-item{flex-direction:column}}.app__testimonial-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-around;padding:0 2rem;text-align:left}.app__testimonial-content p{color:var(--black-color);font-family:var(--font-base);font-size:1.25rem;line-height:2rem;text-align:justify}@media screen and (min-width:2000px){.app__testimonial-content p{font-size:2rem;line-height:3.5rem}}.app__testimonial-content h4{color:var(--secondary-color);font-weight:600;margin-top:2rem}.app__testimonial-content h5{color:var(--gray-color);font-weight:400;margin-top:5px}@media screen and (max-width:600px){.app__testimonial-content{margin-top:2rem;padding:0}}.app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__testimonial-btns div{background-color:var(--white-color);border-radius:50%;height:50px;margin:1rem;transition:all .3s ease-in-out;width:50px}.app__testimonial-btns div svg{color:var(--secondary-color);height:20px;width:20px}.app__testimonial-btns div:hover{background-color:var(--secondary-color)}.app__testimonial-btns div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__testimonial-btns div{height:100px;width:100px}.app__testimonial-btns div svg{height:45px;width:45px}}#work{background-color:#fff}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:4rem 0 2rem}.app__work-filter .app__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}.app__work-filter .app__work-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width:2000px){.app__work-filter .app__work-filter-item{border-radius:.85rem;padding:1rem 2rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:#abababd1;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;height:500px;justify-content:flex-start;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003}@media screen and (min-width:2000px){.app__work-portfolio .app__work-item{border-radius:.75rem;height:900px;margin:44px;padding:1.25rem;width:500px}}@media screen and (max-width:300px){.app__work-portfolio .app__work-item{margin:1rem;width:100%}}.app__work-img{height:230px;position:relative;width:100%}.app__work-img img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.app__work-hover,.app__work-hover div{background-color:#00000080;transition:all .3s ease}.app__work-hover div{border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;width:50px}.app__work-hover div svg{color:var(--white-color);height:50%;width:50%}.app__work-content{align-items:center;flex-direction:column;justify-content:center;padding:.5rem;position:relative;width:100%}.app__work-content h4{color:#000;line-height:1.5;margin-top:1rem}@media screen and (min-width:2000px){.app__work-content h4{margin-top:3rem}}.app__work-content .p-text{color:#000}.app__work-content .app__work-tag{background-color:#ffdd1f;border-bottom-left-radius:10px;border-bottom-right-radius:10px;padding:.5rem 1rem;position:absolute;right:200px;top:-11px;transform:rotate(90deg);width:146px}@media screen and (min-width:2000px){.app__work-content .app__work-tag{left:-150px;width:200px}}.app__work-content .app__work-tag .p-text{color:#000;font-size:15px}@media screen and (min-width:2000px){.app__work-content .app__work-tag .p-text{font-size:30px}}#blog{background-color:var(--blue-color)}.app__blog{flex:1 1;flex-direction:column;height:20%;width:100%}.app__blog-item{background-color:var(--white-color);border-radius:15px;box-shadow:0 0 30px #0000001a;display:flex;flex-direction:row;min-height:320px;padding:2rem;transition:all .3s ease-in-out;width:60%}.app__blog-item img{border-radius:50%;display:flex;height:100px;margin:auto;object-fit:cover;width:100px}@media screen and (min-width:2000px){.app__blog-item{min-height:450px}.app__blog-item img{height:150px;width:150px}}@media screen and (max-width:850px){.app__blog-item{width:100%}}@media screen and (max-width:600px){.app__blog-item{flex-direction:column}}.app__blog-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-around;padding:0 2rem;text-align:left}.app__blog-content .article-title{font-size:35px}.app__blog-content .article-title a{color:inherit;cursor:pointer;text-decoration:none}.app__blog-content .article-title a:hover{text-decoration:underline}.app__blog-content p{color:var(--black-color);font-family:var(--font-base);font-size:1.25rem;line-height:2rem;text-align:justify}.app__blog-content p a{color:inherit;font-weight:700;text-decoration:none}.app__blog-content p a:hover{color:var(--blue-color);text-decoration:underline}@media screen and (min-width:2000px){.app__blog-content p{font-size:2rem;line-height:3.5rem}}.app__blog-content h4{color:var(--secondary-color);font-weight:600;margin-top:2rem}.app__blog-content h5{color:var(--gray-color);font-weight:400;margin-top:5px}@media screen and (max-width:600px){.app__blog-content{margin-top:2rem;padding:0}}.app__blog-btns{flex-direction:row;margin-top:1rem}.app__blog-btns div{background-color:var(--white-color);border-radius:50%;height:50px;margin:1rem;transition:all .3s ease-in-out;width:50px}.app__blog-btns div svg{color:var(--secondary-color);height:20px;width:20px}.app__blog-btns div:hover{background-color:#555c5a}.app__blog-btns div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__blog-btns div{height:100px;width:100px}.app__blog-btns div svg{height:45px;width:45px}}.app__testimonial-brands{flex-wrap:wrap;margin-top:2rem;width:80%}.app__testimonial-brands div{margin:1.5rem;width:150px}.app__testimonial-brands div img{filter:grayscale(1);height:auto;object-fit:cover;width:100%}.app__testimonial-brands div:hover img{filter:grayscale(0)}@media screen and (min-width:2000px){.app__testimonial-brands div{margin:2rem;width:210px}}@media screen and (max-width:450px){.app__testimonial-brands div{margin:1rem;width:120px}}@media screen and (max-width:800px){.app__testimonial-brands{width:100%}}:root{--font-base:"Lato",sans-serif;--white-color:#fff;--blue-color:#2539b1;--black-color:#000;--primary-color:#edf2f8;--secondary-color:#313bac;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.aa0b2ef0.css.map*/