@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#000d0d40;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{border-radius:70%;height:70px;width:70px}@media screen and (min-width:2000px){.app__navbar-logo img{border-radius:60%;height:100px;width:100px}}.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(--tertiary-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-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:linear-gradient(90deg,#e2e1e4,#ded9e3);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px #a7a1a126;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:#000606;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}}.sidebar-open{opacity:1;transform:translateX(0);transition:transform .3s ease-in-out,opacity .3s ease-in-out}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.sidebar-open ul{animation:fade-out .3s ease-in-out}.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 img{border-radius:15px;height:170px;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:370px}.app__profile-item img{height:320px}}.eyef{font-size:32px;opacity:1;transition:font-size .3s ease,opacity .3s ease}.eyef:hover{font-size:34px;opacity:.5}.app__footer{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.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:#fef4f5;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:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card p{font-weight:500}.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 #fef4f5}@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:#f2f7fb}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 0 25px #f2f7fb}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:var(--primary-color);border-radius:10px;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(--secondary-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: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;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}.app__footer-form button:hover{background-color:#28ded8}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}.app__socialmobo{display:flex;flex-direction:row}.app__socialmobo div{align-items:center;background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;display:flex;height:40px;justify-content:center;margin:.25rem 1rem;transition:all .3s ease-in-out;width:40px}.app__socialmobo div svg{color:var(--gray-color);height:15px;width:15px}.app__socialmobo div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__socialmobo div:hover svg{color:var(--white-color)}@media screen and (min-width:500px){.app__socialmobo{display:none}}.app__form-container{background-color:#fff;border:1px solid #ccc;border-radius:10px;box-shadow:0 2px 4px #0000001a;padding:20px}.app__contact-form input,.app__contact-form textarea{background-color:#f5f5f5;border:1px solid #ccc;border-radius:5px;font-size:16px;margin:10px 0;padding:10px;transition:border .3s,background-color .3s;width:100%}.app__contact-form textarea{height:150px;resize:none}.app__contact-form input::placeholder,.app__contact-form textarea::placeholder{color:#999}.app__contact-form input:focus,.app__contact-form textarea:focus{background-color:#fff;border:1px solid #f08080;outline:none}.app__contact-form{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:0 auto;width:70%}.app__submit-button{background-color:#f08080;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:18px;padding:12px 24px;text-align:center;transition:background-color .3s}.app__submit-button:hover{background-color:#ff6b6b}@media(max-width:768px){.app__form-container{max-width:100%}.app__contact-form{width:90%}.app__submit-button{font-size:14px;margin-bottom:10px;margin-top:10px}}.notification{background-color:#4caf50;color:#fff;left:0;opacity:.3;padding:10px;position:fixed;right:0;text-align:center;top:0;transition:opacity 1s ease-in-out;z-index:999}.notification.error{background-color:#f44336}.notification-message{margin:10px}.notification.active{opacity:1}#home{background:url(/static/media/bck.77a5e04e69772b8e4c75.jpg);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:2000px){.app__header{padding-top:8rem}}@media screen and (max-width:1200px){.app__header{flex-direction:column}}@media screen and (max-width:450px){.app__header{padding:6rem 1rem 2rem}}.app__header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start;margin:0 2rem}@media screen and (max-width:1200px){.app__header-info{margin-right:0;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{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 8px 32px #0000002e;flex-direction:row;padding:1rem 2rem;width:auto}.app__header-badge .tag-cmp{flex-direction:column;margin-top:2rem}.app__header-badge .tag-cmp p{text-align:center;text-transform:uppercase;width:100%}.app__header-badge span{font-size:2.5rem}@media screen and (min-width:2000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width:1200px){.app__header-badge{align-items:flex-start;justify-content:flex-start}}.app__header-img{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative}.app__header-img .profile-img{border:4px solid #ffffff26;border-radius:50%;box-shadow:0 10px 30px #00000040,0 0 30px #4512de26;height:380px;object-fit:cover;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:380px}.app__header-img .profile-img:hover{box-shadow:0 15px 40px #00000059,0 0 40px #ec24e240;transform:scale(1.03)}@media screen and (max-width:1200px){.app__header-img{margin:2rem 0}.app__header-img .profile-img{height:300px;width:300px}}@media screen and (max-width:600px){.app__header-img .profile-img{height:220px;width:220px}}.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{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;box-shadow:0 8px 20px #00000026;height:100px;transition:transform .3s ease,box-shadow .3s ease;width:100px}.app__header-circles div img{height:60%;object-fit:contain;width:60%}.app__header-circles div:hover{box-shadow:0 12px 30px #0003;transform:translateY(-5px)}.app__header-circles div:first-child{height:120px;margin:1.75rem;width:120px}.app__header-circles div:nth-child(2){height:150px;margin:1.75rem;width:150px}.app__header-circles div:nth-child(3){height:90px;margin:1.5rem;width:90px}@media screen and (min-width:2000px){.app__header-circles div:nth-child(2){height:400px;width:400px}.app__header-circles div:nth-child(3){height:170px;width:170px}.app__header-circles div:first-child{height:200px;width:200px}}@media screen and (max-width:1200px){.app__header-circles{flex-direction:row;flex-wrap:wrap;margin-left:0;width:100%}.app__header-circles div{margin:1rem}}.pdfnew{background:linear-gradient(45deg,#47a0d6,#71cce3);background-clip:text;-webkit-background-clip:text;color:#0000;text-shadow:2px 2px 3px #00000080}.tag-cmp{position:relative;text-align:center}.p-text{font-size:24px;font-weight:700;margin:0;padding:0}.head-text,.moving-gradient{-webkit-text-fill-color:#0000;animation:gradientMove 5s ease infinite;background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(45deg,#4512de,#ec24e2,#08737c);background-size:200% 200%;display:inline-block}@keyframes gradientMove{0%{background-position:0 50%}to{background-position:100% 50%}}.circle-cmp{will-change:transform}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;gap:3rem;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:2rem}@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}.app__skills-item,.app__skills-item div{transition:transform .3s ease,box-shadow .3s ease}.app__skills-item div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border:1px solid #ffffff1a;border-radius:50%;box-shadow:0 8px 20px #00000014;height:90px;width:90px}.app__skills-item div img{height:50%;object-fit:contain;width:50%}.app__skills-item div:hover{box-shadow:0 12px 28px #00000026,0 0 20px #4512de2e;transform:translateY(-6px)}@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:#222;font-weight:600;margin-top:.8rem}@media screen and (min-width:2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__experience-table{display:flex;flex:1 1;flex-direction:column;gap:1rem;width:100%}.experience-header{background:linear-gradient(135deg,#4512def2,#ec24e2e0);box-shadow:0 10px 28px #00000026;color:#fff;font-size:1rem;font-weight:700;letter-spacing:.5px;padding:1rem 1.5rem}.experience-header,.experience-row{border-radius:18px;display:grid;grid-template-columns:2fr 2fr 1fr}.experience-row{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border:1px solid #ffffff1f;box-shadow:0 8px 20px #00000014;cursor:pointer;padding:1.2rem 1.5rem;transition:transform .25s ease,box-shadow .25s ease,border .25s ease}.experience-row:hover{border:1px solid #ec24e24d;box-shadow:0 14px 32px #00000026;transform:translateY(-4px)}.job-title{color:#111;font-size:1rem;font-weight:700}.company-name{color:#555;font-weight:500}.duration{color:#5b4dff;font-weight:700}.skills-tooltip{background:#111!important;border-radius:14px!important;box-shadow:0 10px 24px #0003!important;color:#fff!important;font-size:14px!important;line-height:1.6!important;max-width:260px!important;opacity:1!important;padding:12px 16px!important;text-align:center!important}@media screen and (max-width:900px){.experience-header{display:none}.experience-row{gap:.6rem;grid-template-columns:1fr;padding:1.2rem}.job-title{font-size:1.05rem}.company-name,.duration{font-size:.92rem}}.app__testimonial{flex:1 1;flex-direction:column;width:100%}.app__testimonial-item{background-color:hsla(0,18%,92%,.556);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}@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}}.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%}}.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;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:#40a4de;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: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)}.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:#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: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}}:root{--font-base:"DM Sans",sans-serif;--primary-color:#d5e0ed;--secondary-color:#38bccd;--black-color:#030303;--lightGray-color:#e8dddd;--gray-color:#2d2f32;--brown-color:#3d3240;--white-color:#fff;--tertiary-color:purple}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.e421f949.css.map*/