@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app__navbar{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.18);display:flex;justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.head-text2{color:var(--secondary-color);font-size:30px;font-weight:900}.app__navbar-logo{align-items:center;display:flex;justify-content:flex-start}.app__navbar-logo img{height:20px;width:90px}@media screen and (min-width:2000px){.app__navbar-logo img{height:40px;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 a{color:var(--gray-color);flex-direction:column;font-weight:700;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 div{background:transparent;border-radius:20px;height:2px;margin-bottom:5px;width:10px}.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: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}.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}}.app__about{flex:1 1;flex-direction:column;width:100%}.head-text{margin-top:1rem!important}.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}}.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;margin-top:-50px;padding-bottom:20px;padding-right:50px;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{bottom:0;flex-direction:column;padding:1rem;position:fixed}.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)}.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}}#home{background-image:url(/static/media/bgIMG.c39101e520e2997fc6d4.png);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{background:var(--white-color);border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.1);flex-direction:row;padding:1rem 2rem;width:auto}.app__header-badge .badge-cmp p{margin-bottom:-50px}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{height:0;text-align:right;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-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{background:var(--white-color);border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,.1);height:100px;width:100px}.app__header-circles div img{height:60%;width:60%}.app__header-circles div:first-child{height:100px;width:100px}.app__header-circles div:nth-child(2){height:150px;margin:1.75rem;width:150px}.app__header-circles div:first-child{height:70px;width:70px}@media screen and (min-width:2000px){.app__header-circles div:first-child{height:400px;width:400px}.app__header-circles div:nth-child(2){height:170px;width:170px}.app__header-circles div:nth-child(3){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}}.app__header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative}.app__header-img img{object-fit:contain;width:100%;z-index:1}.app__header-img .overlay_circle{bottom:0;height:90%;left:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (max-width:1200px){.app__header-img{margin:2rem 0}}.skills{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin-top:3rem;width:90%}.head-text{margin-top:-12rem}.app__skills-item{align-items:flex-start;flex-direction:column;justify-content:flex-start;margin:1rem;padding:10px;transition:.3s}.app__skills-item img{background-color:#fff;border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,.1);height:100px;object-fit:cover;padding:15px;transition:.3s;width:100%}.app__skills-item img:hover{box-shadow:none}.app__skills-item p{font-size:16px;font-weight:700;padding:10px;text-align:center}.app__skills-item .rest{height:100px;width:100px}@media screen and (min-width:2000px){.app__skills-item{margin:2rem 4rem;width:370px}.app__skills-item img{height:320px}}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-filter ul{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:4rem 0 2rem}.app__work-filter ul .app__work-filter-item{background-color:#fff;border-radius:5px;color:#000;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.app__work-filter ul .app__work-filter-item:hover{background-color:var(--secondary-color);color:#fff!important}.app__work-filter ul .item-active{background-color:var(--secondary-color);color:#fff}.app__work-filter li{list-style:none}@media only screen and (max-width:640px){.app__work-filter li{align-items:center;display:flex;justify-content:center}}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:#fff;border-radius:5px;color:#000;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 20px rgba(0,0,0,.1)}.app__work-img{height:230px;position:relative;width:100%}.app__work-img img{border-radius:5px;height:100%;object-fit:cover;width:100%}.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:rgba(0,0,0,.5);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{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{line-height:1.5;margin-top:1rem}.app__work-content .app__work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.all{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin-left:40px}@media screen and (max-width:450px){.all{margin-right:30px}}.project{align-items:flex-start;background-color:#fff;box-shadow:0 8px 12px rgba(0,0,0,.2);flex-direction:column;height:16rem;justify-content:flex-start;margin:1rem;width:18rem}.project,.project .overlay{border-radius:5px;transition:.3s}.project .overlay{background:transparent;height:100%;left:0;position:absolute;top:0;width:100%}.project .portfolio-container:hover .overlay{background:rgba(0,0,0,.3);display:block;height:13rem;overflow:hidden;width:18rem}.project .portfolio-container img{background-position:50%;background-repeat:no-repeat;background-size:cover;height:13rem;margin-top:-20px;width:18rem}.project .icon{align-items:center;display:flex;justify-content:center;left:90px;opacity:0;position:absolute;top:80px;transition:opacity .35s ease}.project .icon i{color:#fff;font-size:35px;padding:10px;text-align:center;text-shadow:0 8px 12px rgba(0,0,0,.6);transition:.3s;z-index:1}.project .icon i:hover{color:#313bac;font-size:33px}.project .portfolio-container:hover .icon{opacity:1}.project h4{margin-top:-15px;text-align:center}.project p{margin-top:-10px;text-align:center}@media screen and (min-width:2000px){.project{margin:2rem 4rem;width:370px}.project img{height:320px}}.project:hover{box-shadow:none}.container{left:55%!important}@media only screen and (max-width:600px){.container{height:190px;left:50%!important;width:400px}}.code_container{padding-left:60px!important}@media only screen and (max-width:600px){.code_container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding-left:0!important}}.code{box-shadow:0 2px 8px rgba(0,0,0,.2)}section{height:100%;margin-top:150px;width:100%}@media only screen and (max-width:2000px){section{height:250px;width:400px}}.container{box-shadow:0 7px 15px rgba(0,0,0,.3);height:500px;left:43%;padding-right:20px;position:relative;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:1100px}@media only screen and (max-width:600px){.container{height:190px;left:50%;width:400px}}#slide{width:-webkit-max-content;width:max-content}.item{background-position:50% 50%;background-size:cover;border-radius:5px;box-shadow:0 30px 50px #505050;display:inline-block;height:100px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.5s;width:150px;z-index:1}@media screen and (max-width:600px){.item{background-position:50%;background-repeat:no-repeat;background-size:cover;height:95px;width:190px}}.item:first-child,.item:nth-child(2){align-items:center;border-radius:0;box-shadow:none;display:flex;height:100%;justify-content:center;width:100%}.item:nth-child(3){left:50%;top:80%}@media screen and (max-width:600px){.item:nth-child(3){box-shadow:0 4px 8px rgba(0,0,0,.2);left:0;margin-top:100px}}.item:nth-child(4){left:calc(50% + 165px);top:80%}@media screen and (max-width:600px){.item:nth-child(4){box-shadow:0 4px 8px rgba(0,0,0,.2);left:52%;margin-top:100px}}.item:nth-child(5){left:calc(50% + 331px);top:80%}@media screen and (max-width:600px){.item:nth-child(5){box-shadow:0 4px 8px rgba(0,0,0,.2);left:52%;margin-top:100px}}.item:nth-child(n+6){left:calc(50% + 600px);opacity:0;top:80%}@media screen and (max-width:600px){.item:nth-child(n+6){box-shadow:0 5px 8px rgba(0,0,0,.2);left:52%;margin-top:100px}}.item .content{display:none;font-family:system-ui;left:300px;padding:0;position:absolute;text-align:left;top:72%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:300px}@media screen and (max-width:600px){.item .content{left:20px;top:55%}}.item:nth-child(2) .content{display:block;z-index:11111}.item .name{-webkit-animation:showcontent 1s ease-in-out 1 forwards;animation:showcontent 1s ease-in-out 1 forwards;background-color:rgba(0,0,0,.1);border:1px solid #fff;border-radius:5px;box-shadow:0 4px 8px rgba(0,0,0,.2);color:#fff;font-size:25px;font-weight:700;margin-bottom:10px;margin-top:80px;opacity:0;padding-bottom:8px;text-align:center;text-shadow:0 4px 8px rgba(0,0,0,.6);width:200px}@media screen and (max-width:600px){.item .name{font-size:15px;font-weight:900;margin-bottom:0;padding-bottom:3px;width:100px}}.item button{-webkit-animation:showcontent 1s ease-in-out .3s 1 forwards;animation:showcontent 1s ease-in-out .3s 1 forwards;border:none;border-radius:5px;box-shadow:0 8px 12px rgba(0,0,0,.3);font-size:15px;font-weight:700;opacity:0;padding:3px 10px;transition:.2s}@media screen and (max-width:600px){.item button{border-radius:2px;font-size:8px;font-weight:500;padding:5px}}.item button:hover{border-bottom:1px solid #000;box-shadow:none}@-webkit-keyframes showcontent{0%{-webkit-filter:blur(33px);filter:blur(33px);opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes showcontent{0%{-webkit-filter:blur(33px);filter:blur(33px);opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}to{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translate(0);transform:translate(0)}}.buttons{bottom:30px;display:flex;justify-content:space-evenly;position:absolute;width:150px;z-index:222222}@media screen and (max-width:600px){.buttons{bottom:5px;right:10px;width:60px}}.buttons i{border-radius:5px;color:#fff;font-size:30px;font-weight:900;text-shadow:0 1px 3px #000;transition:.3s}@media screen and (max-width:600px){.buttons i{font-size:25px;font-weight:900}}.buttons i:hover{padding-left:5px}.code_container{display:flex;height:70vh;padding:0;width:100%}@media only screen and (max-width:600px){.code_container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}}.code{border-radius:5px;box-shadow:0 2px 8spx rgba(0,0,0,.2);height:400px;margin:20px;overflow:scroll;scroll-behavior:smooth;width:400px}.code h1{background-color:#fff;border-bottom:1px solid #000;font-size:25px;font-weight:700;letter-spacing:1px;padding:10px;position:absolute;text-align:center;text-shadow:0 2px 6px rgba(0,0,0,.3);width:400px}.mycode{color:#5f5fe1;padding-top:20px}.container1{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin-top:2rem}.container1 a{text-decoration:none!important}.head-text{margin-top:50px!important}.contact-info1{align-items:center;background-color:#fef4f5;border-radius:8px;box-shadow:0 0 20px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:center;margin:1rem;padding:10px;transition:.3s;width:15rem}.contact-info1:hover{box-shadow:none}.contact-info1 .info-image img{align-items:center;height:13%;margin-bottom:-15px;margin-left:5px;width:13%}.contact-info1 .info-email p{margin-top:-15px}@media screen and (min-width:2000px){.contact-info1{margin:2rem 4rem;width:370px}.contact-info1 img{height:320px}}.contact-info2{align-items:center;background-color:var(--white-color);border-radius:8px;box-shadow:0 0 20px rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:center;margin:1rem;padding:10px;transition:.3s;width:15rem}.contact-info2:hover{box-shadow:none}.contact-info2 .info-image img{align-items:center;height:13%;margin-bottom:-15px;margin-left:5px;width:13%}.contact-info2 .info-number p{margin-left:-50px;margin-top:-15px}@media screen and (min-width:2000px){.contact-info2{margin:2rem 4rem;width:370px}.contact-info2 img{height:320px}}.row1{display:flex;flex-wrap:wrap;justify-content:space-evenly;margin-top:20px;width:66%}.form-control1{border:1px solid #ccc;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,.1);box-sizing:border-box;height:50px;margin:8px 0;padding:12px 20px;width:400px}@media screen and (min-width:2000px){.row{margin:2rem 4rem;width:300px}}.row2{width:100%}.form-control2{border:1px solid #ccc;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,.1);box-sizing:border-box;display:inline-block;height:50px;margin:8px 0;padding:12px 20px;width:840px}.form-group{align-items:center;display:flex;justify-content:center}input[type=submit]{background-color:#313bac;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:20px;height:50px;padding:14px 20px}input[type=submit],textarea{box-shadow:0 0 5px rgba(0,0,0,.1);margin:8px 0;width:840px}textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;display:inline-block;height:100px;padding:12px 20px}@media screen and (min-width:2000px){.row{width:350px}}:root{--font-base:"DM Sans",sans-serif;--primary-color:#edf2f8;--secondary-color:#313bac;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.b8fd107a.css.map*/