@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);:root{--primary-color:#bdc5d356;--secondary-color:#3498db;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#ffffffef;--deep-color:#00003b}*{scroll-behavior:smooth}:root{--font-base:"Poppins",sans-serif}*{box-sizing:border-box;font-family:Poppins,sans-serif;font-family:var(--font-base);margin:0;padding:0;transition:all .3s ease-in-out}.about,.footer,.home,.navbar,.skills,.testimonials,.work{position:relative;z-index:10}body,html{font-weight:400;height:100svh;margin:0;overflow-x:hidden;padding:0}.app,body,html{font-family:Poppins,sans-serif;font-family:var(--font-base);position:relative}.app{background-color:var(--primary-color);height:100vh;scroll-behavior:smooth;width:100vw}.app__whitebg{background-color:var(--deep-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{display:flex;flex-direction:column;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:center;display:flex;flex-direction:column;justify-content:center;padding:1rem 0;position:relative;width:100%;z-index:10000}.copyright p{color:#fff;margin:.05rem 0;text-align:center;text-transform:uppercase}.head-text{color:var(--white-color);font-size:2.75rem;font-weight:800;text-transform:capitalize}.head-text span2{color:#fff}.head-text span{color:#3498db}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.body-text,.head-text{font-size:2rem}}.p-text{color:#fff;font-size:.9rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:#fff;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:row;justify-content:flex-end;padding:1rem;z-index:10000}.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)}.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;z-index:10000}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}}.app__about-wrapper{background-color:rgba(3,85,110,.479);border-radius:15px;box-shadow:0 4px 6px rgba(0,0,0,.459);margin:2rem auto;max-width:1500px;padding-left:4rem;padding-right:4rem;position:relative;top:6.75%;width:100%}.head-text{display:block}.app__about{align-items:center;display:flex;flex-direction:column;width:100%}.app__profiles{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin-top:-2.5rem;width:100%;z-index:9999}.app__rows{margin:-.25rem auto;max-width:1700px;padding-top:0;width:55%;z-index:9999}.app__row,.app__rows{align-items:center;display:flex;flex-direction:column;text-align:center}.app__row{background-color:rgba(3,85,110,.829);border-radius:15px;box-shadow:0 4px 6px #0000;padding:1.5rem;position:relative;right:2.5px;top:-2rem;width:70%}.app__row h2{font-size:3rem;margin-bottom:1rem}.app__row p{color:#fff;font-size:1rem;line-height:1.5}.app__row .text-price{color:#fff;font-size:2.5rem;font-weight:700}.app__row img{border-radius:15px;margin-bottom:1.5rem;max-width:300px;object-fit:cover;width:100%}@media screen and (max-width:450px){.app__rows{grid-template-columns:1fr}}.app__profile-item{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin:0 7rem;padding-bottom:40px;padding-top:40px;width:190px}.app__profile-item img{border-radius:15px;height:170px;object-fit:cover;width:100%}.app__profile-item:hover{transform:scale(1.05);transition:transform .3s ease}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:370px}.app__profile-item img{height:320px}}.app__footer{flex:1 1;flex-direction:column;padding-top:3.5rem;width:100%}@media screen and (max-width:450px){.app__footer{padding:4rem 1rem 2rem}}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap-reverse;justify-content:space-evenly;width:100%}.app__footer-cards .app__footer-card{align-items:center;background-color:var(--secondary-color);border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:300px;padding:1rem;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card p{font-weight:600}.app__footer-cards .app__footer-card a{font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px var(--secondary-color)}.app__footer-form{flex-direction:column;margin:1rem 0;width:100%}.app__footer-form div{background-color:var(--primary-color);border-radius:10px;margin:.75rem 0;width:100%}.app__footer-form input,.app__footer-form textarea{background-color:var(--primary-color);border:none;border-radius:7px;color:var(--secondary-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form textarea{height:170px}.app__footer-form button{background-color:var(--secondary-color);border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:500;margin:2rem 0 0;padding:1rem 2rem;transition:all .3s ease-in-out}.app__footer-form button:disabled{background-color:var(--secondary-color);cursor:not-allowed;opacity:.6}.app__footer-thankyou .thankyou-box{background-color:var(--primary-color);border-radius:10px;box-shadow:0 0 15px #0000001a;margin:2rem auto;padding:1.5rem;text-align:center}.app__footer-thankyou .thankyou-text{color:var(--secondary-color);font-size:1.2rem;margin-bottom:1rem}.app__footer-thankyou .dismiss-button{border:none;border-radius:7px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);padding:.75rem 1.5rem;transition:all .3s ease-in-out}.app__footer-thankyou .dismiss-button,.app__footer-thankyou .dismiss-button:hover{background-color:var(--secondary-color)}.app__footer-social{flex:1 1;flex-direction:column;position:relative;width:100%}.app__footer-social .app__social{align-items:center;display:flex;justify-content:center}.app__wrapper{padding:0}.body-text{color:var(--white-color);text-align:center}.body-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.body-text{font-size:4rem}}@media screen and (max-width:750px){.body-text{font-size:2rem}}.app__header{flex:1 1;height:0;padding:6rem 2rem 0;width:100%;z-index:11000}@media screen and (min-width:2000px){.app__header{padding-top:8rem}}@media screen and (max-width:1500px){.app__header{flex-direction:column}}@media screen and (max-width:750px){.app__header{padding:6rem 2rem 0;width:100%}}.app__header-bg{background:url(/static/media/bgIMG.5838a0c645dd8a17057f.png) no-repeat 50%/cover;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}@media screen and (max-width:750px){.app__header-bg{position:absolute;top:0}}.app__header .app__header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start;padding:1rem;position:absolute;right:90%;top:60%;z-index:80}@media screen and (max-width:750px){.app__header .app__header-info{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;position:absolute;right:350px;top:580px;width:100%}}.app__header .app__header-badge{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;position:relative;right:-80%;top:-50%;width:auto;z-index:8}@media screen and (max-width:750px){.app__header .app__header-badge{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;position:absolute;right:-500px;top:-500px;width:100%}}.app__header .app__header-badge .badge-cmp{background:rgba(137,153,179,.843);border:var(--white-color);border-radius:15px;box-shadow:0 0 20px rgba(53,50,50,.269);flex-direction:row;padding:1rem 2rem;text-transform:uppercase;width:auto}.app__header .app__header-badge .badge-cmp p{color:#e2e2e2;font-weight:700}@media screen and (max-width:750px){.app__header .app__header-badge .badge-cmp{width:350px}}@media screen and (max-height:850px){.app__header .app__header-badge .badge-cmp{font-size:smaller;height:180px}.app__header .app__header-badge .badge-cmp p{font-size:small;width:150px}}@media screen and (max-height:650px){.app__header .app__header-badge .badge-cmp{font-size:smaller;height:180px}.app__header .app__header-badge .badge-cmp p{font-size:small;width:150px}}.app__header .app__header-badge .tag-cmp{background:rgba(137,153,179,.843);border:var(--white-color);border-radius:15px;box-shadow:0 0 20px rgba(53,50,50,.269);flex-direction:row;overflow:hidden;padding:1rem 2rem;text-overflow:ellipsis;white-space:nowrap;width:400px}@media screen and (max-width:750px){.app__header .app__header-badge .tag-cmp{border:var(--white-color);box-shadow:0 0 20px #35323200;flex-direction:row;padding:0 2rem}}@media screen and (max-width:550px){.app__header .app__header-badge .tag-cmp{height:50px;left:0;position:relative;text-align:left;width:290px}}@media screen and (max-width:400px){.app__header .app__header-badge .tag-cmp{left:-35px;position:relative;top:.5px}}.app__header .app__header-badge .tag-cmp{flex-direction:column;margin-top:2rem}.app__header .app__header-badge .tag-cmp p{color:#fff;font-weight:700;text-align:right;width:100%}@media screen and (max-width:750px){.app__header .app__header-badge .tag-cmp p{text-align:left;width:200px}}.app__header .app__header-badge span{color:#fff;font-size:2.5rem}@media screen and (min-width:2000px){.app__header .app__header-badge span{font-size:5rem}}@media screen and (max-width:2000px){.app__header .app__header-badge span{font-size:2rem}}@media screen and (max-width:750px){.app__header .app__header-badge span{font-size:2.5rem}}@media screen and (max-width:400px){.app__header .app__header-badge span{font-size:1.3rem}}@media screen and (max-width:550px){.app__header .app__header-badge span{font-size:1.5rem}}@media screen and (max-height:650px){.app__header .app__header-badge span{font-size:1rem}}@media screen and (max-width:1500px){.app__header .app__header-badge{align-items:flex-start;font-size:.5rem;justify-content:flex-start}}.app__header .bottom-holder{align-items:center;bottom:0;display:flex;flex-direction:column;position:absolute;width:100vw;z-index:5}@media screen and (max-width:750px){.app__header .bottom-holder{z-index:5}}.app__header .bottom-holder .image-holder{align-items:center;display:flex;justify-content:center;position:relative}.app__header .bottom-holder .image-holder .hero-image{left:50%;object-fit:contain;position:absolute;top:13px;transform:translate(-50%);width:400px;z-index:20}@media screen and (max-width:1500px){.app__header .bottom-holder .image-holder .hero-image{left:170px;position:relative}}@media screen and (min-width:1500px){.app__header .bottom-holder .image-holder .hero-image{position:relative;top:10px}}@media screen and (max-width:750px){.app__header .bottom-holder .image-holder .hero-image{height:50%;left:350px;position:relative;top:125px;width:35%;z-index:11;z-index:100}}@media screen and (max-height:850px){.app__header .bottom-holder .image-holder .hero-image{height:400px;left:190px;position:relative;width:400px}}@media screen and (max-width:800px){.app__header .bottom-holder .image-holder .hero-image{height:420px;left:200px;position:relative;width:420px}}@media screen and (max-height:700px){.app__header .bottom-holder .image-holder .hero-image{height:350px;left:170px;position:relative;width:350px}}@media screen and (max-width:450px){.app__header .bottom-holder .image-holder .hero-image{height:350px;left:280px;position:relative;top:80px;width:350px}}@media screen and (max-width:380px){.app__header .bottom-holder .image-holder .hero-image{height:350px;left:80px;position:relative;top:80px;width:350px}}.app__header .bottom-holder .image-holder .app__header-circles{align-items:center;display:flex;height:300px;justify-content:center;left:7%;margin-left:1rem;position:absolute;top:16%;transform:translate(-50%,-50%);width:300px;z-index:11}@media screen and (max-width:1500px){.app__header .bottom-holder .image-holder .app__header-circles{left:0;top:10px}}@media screen and (max-width:750px){.app__header .bottom-holder .image-holder .app__header-circles{left:-300px;position:relative;top:-37px;z-index:15}}@media screen and (max-height:850px){.app__header .bottom-holder .image-holder .app__header-circles{left:7%;position:absolute;top:11%}}@media screen and (max-width:800px){.app__header .bottom-holder .image-holder .app__header-circles{left:25px;position:absolute;top:-25px}}@media screen and (max-height:700px){.app__header .bottom-holder .image-holder .app__header-circles{left:10px;position:absolute;top:7.5px}}@media screen and (max-width:550px){.app__header .bottom-holder .image-holder .app__header-circles{height:390px;left:-210px;position:relative;top:-130px;width:390px}}@media screen and (max-width:450px){.app__header .bottom-holder .image-holder .app__header-circles{height:390px;left:-420px;position:relative;top:-115px;width:390px}}@media screen and (max-width:380px){.app__header .bottom-holder .image-holder .app__header-circles{left:-220px;position:absolute;top:-100.5px}}.app__header .bottom-holder .image-holder .app__header-circles div{align-items:center;background:var(--white-color);border-radius:50%;box-shadow:0 0 20px #0000001a;display:flex;height:100px;justify-content:center;position:absolute;width:100px}@media screen and (max-width:400px){.app__header .bottom-holder .image-holder .app__header-circles div{height:40px;width:40px}}@media screen and (max-width:450px){.app__header .bottom-holder .image-holder .app__header-circles div{height:85px;width:85px}}@media screen and (max-width:550px){.app__header .bottom-holder .image-holder .app__header-circles div{height:90px;width:90px}}@media screen and (max-width:750px){.app__header .bottom-holder .image-holder .app__header-circles div{height:85px;width:85px}}@media screen and (max-height:850px){.app__header .bottom-holder .image-holder .app__header-circles div{height:80px;width:80px}}@media screen and (max-height:700px){.app__header .bottom-holder .image-holder .app__header-circles div{height:60px;width:60px}}.app__header .bottom-holder .image-holder .app__header-circles img{height:60%;width:60%}.app__header .bottom-holder .image-holder .app__header-img{align-items:flex-end;display:flex;flex:1 1;height:30%;justify-content:flex-end;left:0;position:absolute;top:0;width:30%;z-index:10}.app__header .bottom-holder .image-holder .app__header-img img{left:92.5px;object-fit:contain;position:relative;top:76px;width:400px;z-index:20}@media screen and (max-width:1500px){.app__header .bottom-holder .image-holder .app__header-img img{position:relative;top:0}}@media screen and (max-width:750px){.app__header .bottom-holder .image-holder .app__header-img img{left:0;position:relative;top:0;z-index:11}}.app__header .bottom-holder .image-holder .app__header-img .overlay_circle{height:500px;left:-480px;position:absolute;top:-340px;transform:translate(-50%,-50%);width:500px;z-index:-1;z-index:7}@media screen and (max-width:750px){.app__header .bottom-holder .image-holder .app__header-img .overlay_circle{height:500px;left:-435px;position:absolute;top:-35px;transform:translate(-50%,50%);width:500px;z-index:100001;z-index:10}}@media screen and (min-width:1500px){.app__header .bottom-holder .image-holder .app__header-img .overlay_circle{left:-55px;position:absolute;top:-20px;transform:translate(-50%,-50%);z-index:10}}@media screen and (max-height:850px){.app__header .bottom-holder .image-holder .app__header-img .overlay_circle{height:400px;left:-455px;position:absolute;top:-335px;width:400px}}@media screen and (max-height:700px){.app__header .bottom-holder .image-holder .app__header-img .overlay_circle{height:370px;left:-410px;position:absolute;top:-330px;width:370px}}@media screen and (max-width:550px){.app__header .bottom-holder .image-holder .app__header-img .overlay_circle{height:390px;left:-400px;position:absolute;top:-130px;width:390px}}@media screen and (max-width:450px){.app__header .bottom-holder .image-holder .app__header-img .overlay_circle{height:390px;left:-820px;position:absolute;top:-310px;width:390px}}@media screen and (max-width:380px){.app__header .bottom-holder .image-holder .app__header-img .overlay_circle{left:-550px;position:absolute;top:-400px;width:300px}}@media screen and (max-width:1500px){.app__header .bottom-holder .image-holder .app__header-img{bottom:0;left:0;margin:0;position:relative;top:0}}@media screen and (max-width:750px){.app__header .bottom-holder .image-holder .app__header-img{position:relative;right:0}}@media screen and (max-height:850px){.app__header .bottom-holder .image-holder .app__header-img{left:50px;position:relative;top:125px}}.app__header .bottom-holder .app__new-section{background:linear-gradient(180deg,#d2d9e3 30%,#d2d9e3 60%);border-radius:15px 15px 0 0;bottom:0;height:212px;left:0;padding:1.5rem 2rem;position:relative;text-align:center;width:100vw;z-index:100231}@media screen and (max-height:850px){.app__header .bottom-holder .app__new-section{height:225px}}@media screen and (max-height:700px){.app__header .bottom-holder .app__new-section{height:215px}}@media screen and (max-height:650px){.app__header .bottom-holder .app__new-section{bottom:0;height:160px;padding:1rem 2rem}}@media screen and (max-width:450px){.app__header .bottom-holder .app__new-section{height:190px}}.app__header .bottom-holder .app__new-section .new-section-heading{color:#0264ce;font-size:2.5rem;font-weight:700}@media screen and (max-height:650px){.app__header .bottom-holder .app__new-section .new-section-heading{font-size:2rem;margin-bottom:-.5rem}}.app__header .bottom-holder .app__new-section .app__stats{display:flex;justify-content:center;margin-top:2rem}@media screen and (max-width:750px){.app__header .bottom-holder .app__new-section .app__stats{margin-bottom:-.5rem;margin-top:1rem}}.app__header .bottom-holder .app__new-section .app__stats .app__stats-row{display:flex;justify-content:space-around;max-width:600px;width:100%}.app__header .bottom-holder .app__new-section .app__stats .app__stats-row .app__stats-item{align-items:center;display:flex;flex-direction:column}.app__header .bottom-holder .app__new-section .app__stats .app__stats-row .app__stats-item .stats-heading{color:#363636;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}@media screen and (max-height:650px){.app__header .bottom-holder .app__new-section .app__stats .app__stats-row .app__stats-item .stats-heading{font-size:1rem;margin-bottom:0}}.app__header .bottom-holder .app__new-section .app__stats .app__stats-row .app__stats-item .stats-number{color:#0264ce;font-size:2.5rem;font-weight:700}@media screen and (max-height:650px){.app__header .bottom-holder .app__new-section .app__stats .app__stats-row .app__stats-item .stats-number{font-size:2rem}}@media screen and (max-width:750px){.app__header .bottom-holder .app__new-section .new-section-heading{font-size:1.5rem}.app__header .bottom-holder .app__new-section .new-section-description{font-size:.05rem}}.center{display:flex;flex-direction:column;max-height:100vh;z-index:100000000000000}.skills__app-wrapper{background-color:rgba(3,85,110,.479);border-radius:15px;box-shadow:0 4px 6px rgba(0,0,0,.459);margin:2rem auto;max-width:1500px;padding:3rem 4rem;position:relative;top:-7.75%;width:100%}.head-text{margin-bottom:2rem;text-align:center}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:78%}@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:-10rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{align-items:center;display:flex;flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{background-color:rgba(0,191,255,.733);border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5}.app__skills-item p{font-weight:500;margin-top:.5rem}.app__skills-item .app__skills-progress-bar{background-color:hsla(0,2%,90%,.945);border-radius:5px;height:10px;margin-top:10px;max-width:120px;overflow:hidden;width:100%}.app__skills-item .app__skills-progress-bar .progress-bar{border-radius:5px;height:100%}.app__skills-item .progress-percentage{color:#fff;font-size:12px;font-weight:700;margin-top:5px}.app__skills-exp{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;left:37%;position:relative}@media screen and (max-width:900px){.app__skills-exp{left:240px;margin-top:2rem;position:relative}}@media screen and (max-width:800px){.app__skills-exp{left:150px;margin-top:2rem;position:relative}}@media screen and (max-width:700px){.app__skills-exp{left:100px;margin-top:2rem;position:relative}}@media screen and (max-width:600px){.app__skills-exp{left:20px;margin-top:2rem;position:relative}}.app__skills-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{color:var(--secondary-color);font-weight:800}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{background-color:var(--white-color)!important;border-radius:5px!important;box-shadow:0 0 25px rgba(0,0,0,.637)!important;color:var(--gray-color)!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}}.app__works{align-items:center;display:flex;flex:1 1;flex-direction:column;width:100%}.app__works .head-text{font-size:2.85rem;margin-bottom:2rem;text-align:center;z-index:9999}.app__works .app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:4rem 0 2rem;z-index:9999}.app__works .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__works .app__work-filter .app__work-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width:2000px){.app__works .app__work-filter .app__work-filter-item{border-radius:.85rem;padding:1rem 2rem}}.app__works .app__work-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__works .app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;z-index:9999}.app__works .app__work-portfolio .app__work-item{background-color:rgba(16,64,92,.733);border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:270px;z-index:9999}.app__works .app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003}@media screen and (min-width:2000px){.app__works .app__work-portfolio .app__work-item{border-radius:.75rem;height:350px;padding:1.25rem;width:470px}}.app__works .app__work-portfolio .app__work-item .app__work-img{height:230px;position:relative;width:100%}.app__works .app__work-portfolio .app__work-item .app__work-img img,.app__works .app__work-portfolio .app__work-item .app__work-img video{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__works .app__work-portfolio .app__work-item .app__work-img{height:350px}}.app__works .app__work-portfolio .app__work-item .app__work-hover{background-color:#00000080;border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease;width:100%}.app__works .app__work-portfolio .app__work-item .app__work-hover:hover{opacity:1}.app__works .app__work-portfolio .app__work-item .app__work-hover div{background-color:#00000080;border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;transition:all .3s ease;width:50px}.app__works .app__work-portfolio .app__work-item .app__work-hover div svg{color:var(--white-color);height:50%;width:50%}.app__works .app__work-portfolio .app__work-item .app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__works .app__work-portfolio .app__work-item .app__work-content h4{line-height:1.5;margin-top:1rem}.app__works .app__work-portfolio .app__work-item .app__work-content .app__work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:hsla(0,0%,100%,.733);border:1px solid #ffffff2e;justify-content:space-between;padding-block:1rem;padding-left:5%;padding-right:5%;position:fixed;width:100%;z-index:100000}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start;margin-right:auto;z-index:10000}.app__navbar-logo img{height:38px;width:38px}@media screen and (min-width:2000px){.app__navbar-logo img{height:45px;width:55px}}.app__navbar-links{align-items:center;display:-1;display:flex;justify-content:center;list-style:none;z-index:10000}.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(--gray-color);flex-direction:column;font-weight:500;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:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px;z-index:10000}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%;z-index:10000}.app__navbar-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 #a8a8a826;display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:10000}.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}}.animated-blob{animation-iteration-count:infinite;animation-timing-function:ease-in-out;background:linear-gradient(90deg,rgba(0,204,255,.753),hsla(0,0%,100%,.329));border-radius:50%;filter:blur(20px);height:24rem;mix-blend-mode:screen;pointer-events:none;top:90%;transition:all .3s ease;width:24rem;z-index:-1}.blob-container{height:100%;left:0;top:0;width:100%}.animated-blob,.blob-container{position:absolute;z-index:0}
/*# sourceMappingURL=main.cda797d4.css.map*/