.navbar{align-items:center;background-color:#fff;border-bottom:1px solid #efefef;display:flex;height:80px;justify-content:space-between;padding:20px 40px;transition:height .3s ease}.navbar.shrink{background:#fff;height:50px}.navbar.shrink>div:first-child>span{font-size:13px}.navbar>div:first-child>span{cursor:pointer;display:inline-block;font-size:15px;font-weight:500;position:relative}.navbar>div:first-child>span:after{background-color:#000;border-radius:4px;bottom:-2px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .25s ease-out;width:100%}.navbar>div:first-child>span.dark:after{background-color:#fafafa}.navbar>div:first-child>span.active:after,.navbar>div:first-child>span:not(.active):hover:after{transform:scaleX(1);transform-origin:left bottom}.nav-left{gap:40px;padding:0 10px 0 20px}.header-icons,.nav-left{align-items:center;display:flex}.header-icons{gap:20px}.header-icons.dark>a{color:#fafafa}.mode-icons{background-color:initial;border-radius:4px;cursor:pointer;display:flex;padding:9px;transition:all .1s ease-in-out;transition:backgroundcolor .2s ease}.mode-icons:hover{background-color:#f4f4f5}.mode-icons.dark:hover{background-color:#18181b}.header-icons a{align-items:center;color:inherit;cursor:pointer;display:inline-flex;justify-content:center;text-decoration:none}.header-icons svg{height:20px;width:20px}.header-icons a>svg:hover{cursor:pointer;opacity:.6}.home-banner{align-items:center;display:flex;gap:50px;justify-content:space-between;margin:70px auto 10px;padding:40px 0;width:73%}.banner-content{width:65%}.banner-photo{align-items:center;cursor:pointer;display:flex;justify-content:center;position:relative}.banner-photo>.img-loader{align-items:center;border-radius:50%;display:flex;height:250px;justify-content:center;width:250px;z-index:2}.banner-photo>.img-loader>img{border-radius:50%;display:block;height:250px;object-fit:cover;object-position:center;width:250px;z-index:2}.blob{animation-direction:alternate;animation-duration:5s;animation-iteration-count:infinite;animation-name:blobby;animation-timing-function:ease;background-color:#eaf7ff;border-radius:50%;height:300px;mix-blend-mode:normal;position:absolute;width:300px;z-index:1}.wobble-btn>button{background-color:#cf245f;background-image:linear-gradient(to bottom right,#fcd34d,#ef4444,#ec4899);border:0;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:15px;font-weight:600;margin-top:15px;padding:10px 22px;text-align:center;touch-action:manipulation;user-select:none;-webkit-user-select:none}.marque-wrapper{align-items:center;display:flex;gap:20px;height:60px;margin:30px auto;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 10%,#000 90%,#0000);mask-image:linear-gradient(90deg,#0000 0,#000 10%,#000 90%,#0000);overflow:hidden;position:relative;width:75%}.marq-item{animation:scrollLeft 20s linear infinite;border-radius:2px;display:flex;font-size:16px;height:100%;justify-content:center;padding:4px;position:absolute;right:-12.5%;top:0;width:11.11111%}.marq-item>svg{height:50px;width:50px}@keyframes scrollLeft{to{right:100%}}.marq-item:first-child{animation-delay:-18s}.marq-item:nth-child(2){animation-delay:-16s}.marq-item:nth-child(3){animation-delay:-14s}.marq-item:nth-child(4){animation-delay:-12s}.marq-item:nth-child(5){animation-delay:-10s}.marq-item:nth-child(6){animation-delay:-8s}.marq-item:nth-child(7){animation-delay:-6s}.marq-item:nth-child(8){animation-delay:-4s}.marq-item:nth-child(9){animation-delay:-2s}.marq-item:nth-child(10){animation-delay:0s}.recent-work-box{margin:40px auto 20px;padding:20px 16px;width:75%}.recent-post-header{align-items:center;display:flex;justify-content:space-between}.recent-post-header>span{cursor:default;font-size:16px;font-weight:400}.recent-post-header>b{color:#0a99fe;font-size:12px;font-weight:500}.recent-post-header>b:hover{cursor:pointer;text-decoration:underline}.recent-works{display:flex;flex-direction:column;margin:15px 0}.recent-work{align-items:center;display:flex;gap:20px;padding:20px 0;width:100%}.recent-works>div{border-bottom:solid #efefef}.recent-work>.img-loader{height:180px;width:25%}.recent-work>.img-loader>img{border-radius:6px;display:block;height:100%;object-fit:cover;width:100%}.recent-work>.content{width:70%}.recent-work>.content>p{font-size:14px;margin-bottom:0;text-align:justify}.recent-work>.content>h3{margin-top:0}.recent-work>.content>.datetype{align-items:center;display:flex;gap:25px}.recent-work>.content>.datetype>span{background-color:#000;border-radius:20px;color:#fff;font-size:13px;font-weight:600;padding:4px 8px}.recent-work>.content>.datetype>b{color:#8695a4;font-weight:600}.footer{border-top:1px solid #efefef;display:flex;gap:30%;margin:20px auto;padding:10px 0;width:73%}.footer>p{align-items:center;display:flex;font-size:14px;font-weight:700;gap:10px;justify-content:center;margin:0}.footer>p>svg{animation:beat 1s linear 0s infinite normal forwards running;color:#f9585f;height:20px;width:20px}.footer>span{font-size:14px;font-weight:300}.image-modal{background-color:#0009;height:100%;left:0;position:fixed;top:0;width:100%;z-index:5}.image-modal.show{opacity:1;visibility:visible}.image-modal.hide{opacity:0;pointer-events:none;-webkit-user-select:none;user-select:none;visibility:hidden}.image-modal>img{border-radius:5px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:500px}.image-modal>span{position:absolute;right:40px;top:20px}.image-modal>span>svg{color:#fff;height:30px;transition:transform .1s ease;width:30px}.image-modal>span>svg:hover{transform:scale(1.1)}.suspense-fallback{background-color:#fff;height:100vh;position:relative;width:100%}.suspense-fallback>p{bottom:10%;font-size:15px;left:50%;position:absolute;transform:translateX(-50%)}.suspense-fallback.dark{background-color:#121212}.suspense-fallback.dark .shine{fill:#fff}.shine{height:150px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:150px}.shine>svg{fill:currentColor}@keyframes blobby{0%{border-radius:50%}20%{border-radius:41% 59% 41% 59%/53% 51% 49% 47%;transform:rotate(36deg)}40%{border-radius:43% 57% 41% 59%/53% 52% 48% 47%;transform:rotate(72deg)}80%{border-radius:48% 52% 41% 59%/48% 58% 42% 52%;transform:rotate(108deg)}to{border-radius:54% 46% 60% 40%/43% 55% 45% 57%;transform:rotate(144deg)}}.wobble-btn>button:hover{opacity:.9}.wobble-btn>button:active{transform:scale(.96)}.wobble-btn>button:not(:hover){overflow:hidden}@keyframes greentopBubbles{0%{background-position:5% 90%,10% 90%,10% 90%,15% 90%,25% 90%,25% 90%,40% 90%,55% 90%,70% 90%}50%{background-position:0 80%,0 20%,10% 40%,20% 0,30% 30%,22% 50%,50% 50%,65% 20%,90% 30%}to{background-position:0 70%,0 10%,10% 30%,20% -10%,30% 20%,22% 40%,50% 40%,65% 10%,90% 20%;background-size:0 0,0 0,0 0,0 0,0 0,0 0}}@keyframes greenbottomBubbles{0%{background-position:10% -10%,30% 10%,55% -10%,70% -10%,85% -10%,70% -10%,70% 0}50%{background-position:0 80%,20% 80%,45% 60%,60% 100%,75% 70%,95% 60%,105% 0}to{background-position:0 90%,20% 90%,45% 70%,60% 110%,75% 80%,95% 70%,110% 10%;background-size:0 0,0 0,0 0,0 0,0 0,0 0}}@keyframes beat{0%{transform:scale(1.2)}25%{transform:scale(1.1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.shine{animation:shine-move 2s ease infinite;-webkit-mask-image:linear-gradient(45deg,#000 25%,#0003 50%,#000 75%);mask-image:linear-gradient(45deg,#000 25%,#0003 50%,#000 75%);-webkit-mask-position:0;mask-position:0;-webkit-mask-size:800%;mask-size:800%}@keyframes shine-move{0%{-webkit-mask-position:0;mask-position:0}to{-webkit-mask-position:120%;mask-position:120%;opacity:1}}.backdrop-wrapper{background-color:#0009;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1000}.spinner{animation:spinner-bulqg1 .8s linear infinite alternate,spinner-oaa3wk 1.6s linear infinite;border:4px solid #fff;border-radius:50%;height:45px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:45px}@keyframes spinner-bulqg1{0%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,50% 0,50% 0,50% 0,50% 0);clip-path:polygon(50% 50%,0 0,50% 0,50% 0,50% 0,50% 0,50% 0)}12.5%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 0,100% 0,100% 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,100% 100%,100% 100%)}50%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%)}62.5%{-webkit-clip-path:polygon(50% 50%,100% 0,100% 0,100% 0,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,100% 0,100% 0,100% 0,100% 100%,50% 100%,0 100%)}75%{-webkit-clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%)}}@keyframes spinner-oaa3wk{0%{transform:scaleY(1) rotate(0deg)}49.99%{transform:scaleY(1) rotate(135deg)}50%{transform:scaleY(-1) rotate(0deg)}to{transform:scaleY(-1) rotate(-135deg)}}.skeleton{animation:animation-skeleton 2s ease-in-out .5s infinite normal none running;display:block}@keyframes animation-skeleton{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.home-banner.skel .skel-para{display:flex;flex-direction:column;gap:5px;margin-bottom:30px;margin-top:20px}.content.skel{display:flex;flex-direction:column;gap:10px}.all-work-section.skel>.works-item>div:last-child{border:none;display:flex;flex-direction:column;gap:5px;padding:20px 18px}.all-work-section.skel>.works-item:hover{pointer-events:none}.all-work-section.skel>.works-item>div:last-child>.tech-used+div{display:flex;gap:5px}.success-animation{margin:10px auto}.form-submitted{align-items:center;display:flex;flex-direction:column;justify-content:center}.form-submitted>p{font-weight:500;text-align:center;width:80%}.checkmark{stroke:#4bb71b;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both;border-radius:50%;box-shadow:inset 0 0 0 #4bb71b;display:block;height:120px;margin:0 auto;position:relative;right:5px;top:5px;width:120px}.checkmark,.checkmark__circle{stroke-width:2;stroke-miterlimit:10}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke:#4bb71b;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark__check{stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards;transform-origin:50% 50%}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 30px #4bb71b}}.offline-banner{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100%}.offline-banner svg{height:150px;width:150px}.offline-banner h1{font-size:24px;margin:15px 0 10px}.offline-banner>p{font-size:14px;margin:0 0 20px}.offline-footer{background-color:#000;bottom:0;color:#fff;font-size:14px;height:-webkit-fit-content;height:fit-content;left:0;padding:7px 0;position:fixed;text-align:center;width:100%}.offline-banner>button{background-color:#fff;border:1px solid #e6e6e6;border-radius:20px;color:#065fd4;cursor:pointer;font-size:14px;padding:8px 20px}.offline-banner>button:hover{background-color:#def1ff}.show-more-btn{background-color:initial;border:none;color:#065fd4;cursor:pointer;font-weight:500;padding:0 0 0 4px}.inp-grp.text-grp{position:relative}.txt-len{bottom:-5px;color:#c7c7c7;font-size:13px;position:absolute;right:15px}.toast{background-color:#000;bottom:0;color:#fff;font-size:14px;height:-webkit-fit-content;height:fit-content;left:0;padding:7px 0;position:fixed;text-align:center;width:100%}.toast>p{margin:0}.whatsapp-contact{bottom:12%;cursor:pointer;position:fixed;right:5%}.whatsapp-contact>a{text-decoration:none}.whatsapp-contact>a>img{height:50px;width:50px}.to-top{align-items:center;bottom:5%;cursor:pointer;display:flex;flex-direction:column;font-size:13px;gap:4px;opacity:0;position:fixed;right:4%;transform:translateY(20px);transition:all .3s ease-in-out;visibility:hidden;z-index:2}.to-top>svg{height:20px;width:20px}.to-top.show{opacity:1;transform:translateY(0);visibility:visible}.to-top.hide{opacity:0;transform:translateY(20px);visibility:hidden}.contact-form-page{margin:70px auto 20px;padding:20px 0;width:73%}.contact-form-page>h3{border-bottom:1px solid #e6e6e6;font-size:17px;font-weight:600;margin-bottom:10px;padding:.5rem 0 18px}.contact-wrapper{display:flex;justify-content:space-between;width:100%}.contact-form{gap:15px;width:50%}.contact-banner,.contact-form{display:flex;flex-direction:column}.contact-banner{justify-content:space-between;width:48%}.contact-banner>div{background-color:#f6f7f8;padding:1rem;text-align:center}.contact-banner>div>h3{font-size:17px;font-weight:600;margin:.5rem 0 0;padding:.5rem 0 5px}.contact-banner span{font-size:15px}.contact-banner>div>p{color:#65676b;font-size:15px;font-weight:700;margin:10px 0 15px}.agreement{margin:auto;width:350px}.inp-grp{display:flex;flex-direction:column;gap:4px;height:76px;transition:height .2s ease-in-out}.inp-grp.text-grp{height:192px}.inp-grp>label{font-size:15px}.contact-form.dark>.btn-wraper,.contact-form.dark>.btn-wraper>button,.contact-form.dark>.inp-grp>input,.contact-form.dark>.inp-grp>textarea{border-color:#001b18;color:#a1a1aa}.contact-form.dark>.inp-grp>input,.contact-form.dark>.inp-grp>textarea{background-color:#1e1e1e}.contact-form.dark>.btn-wraper>button:hover{color:#fff}.inp-grp>input,.inp-grp>select,.inp-grp>textarea{-webkit-appearance:none;appearance:none;background-color:initial;border:1px solid #e6e6e6;font-size:15px;outline:none;padding:12px 10px}.inp-grp>input:focus,.inp-grp>textarea:focus{border:1px solid #c2c4c8;outline:none}.inp-grp>textarea{resize:none}.btn-wraper{border-top:1px solid #e6e6e6;margin-top:12px;padding-top:14px}.btn-wraper>button{background-color:initial;border:1px solid #e6e6e6;color:#000;font-size:15px;padding:12px 40px;transition:background-color .2s}.btn-wraper>button:hover{background-color:#0e57e8;color:#fff;cursor:pointer}.lets-connect{align-items:center;display:flex;justify-content:space-between;margin:0 auto 50px;width:73%}.lets-connect>img{width:350px}.let-connect-content>.btns{margin:20px 0}.let-connect-content>.btns>button{background-color:#e74c3c;background-color:#cf245f;background-image:linear-gradient(to bottom right,#fcd34d,#ef4444,#ec4899);border:none;border:0;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:10px 22px;position:relative;text-align:center;touch-action:manipulation;user-select:none;-webkit-user-select:none;z-index:2}.let-connect-content>.btns>button:hover{box-shadow:none}.work-showcase{margin:70px auto 20px;padding:20px 0;width:75%}.work-showcase>h2{margin-bottom:5px}.all-work-section{grid-gap:20px;border-top:1px solid #e6e6e6;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin:25px 0;padding:20px 10px;width:100%}.works-item{border:1px solid #e6e6e6;border-radius:6px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:100%}.works-item:hover{box-shadow:0 2px 5px -1px #32325d40,0 1px 3px -1px #0000004d;transform:translateY(-6px)}.works-item>.img-loader>img{display:block;height:100%;object-fit:cover;transition:transform .4s ease;width:100%}.works-item:hover>img{transform:scale(1.08)}.works-item>div:last-child{border-top:1px solid #e6e6e6;padding:10px 18px}.img-loader>img{opacity:0;transition:opacity .1s ease-in-out}.loaded>img{opacity:1}.img-loader.loaded,.loaded>img{animation:none}.img-loader{animation:animation-skeleton 2s ease-in-out .5s infinite normal none running;height:200px;width:100%}.img-loader.light{background-color:#f5f5f5}.img-loader.dark{background-color:#333}.works-item>div>h3{font-size:20px;font-weight:600;margin:10px 0}.works-item>div>.tech-used{align-items:center;display:flex;gap:10px;padding:15px 0}.works-item>div>.tech-used>span{display:inline-flex}.works-item>div>.tech-used>span>svg{height:35px;width:35px}.works-item>div>span{display:block;margin:14px 0 5px}.works-item .btns-group{align-items:center;display:flex;gap:10px;margin:10px 0}.works-item .btns-group>button{border-radius:6px;cursor:pointer;font-size:15px;font-weight:600;padding:0}.works-item .btns-group>button>a{display:block;height:100%;padding:8px 22px;width:100%}.works-item .btns-group>button:last-child{background-color:#fff;border:1px solid #e74c3c;color:#e74c3c}.works-item .btns-group>button:first-child{background-color:#e74c3c;border:1px solid #0000;color:#fff}.works-item .btns-group.dark>button{border:none}.not-found{height:100%;left:0;position:fixed;top:0;width:100%}.not-found>main{display:flex;flex-direction:column;gap:20px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.not-found>main>img{display:block;width:200px}.not-found>main>button{background-color:#fff;border:1px solid #e6e6e6;border-radius:20px;color:#065fd4;cursor:pointer;font-size:14px;margin:auto;padding:8px 20px;width:-webkit-fit-content;width:fit-content}.not-found>main>button:hover{background-color:#def1ff}.not-found-msg{align-items:center;bottom:20px;color:#f90102;display:flex;gap:10px;left:20px;position:absolute;width:38%}.not-found-msg>h1{font-size:80px;margin:0;width:-webkit-fit-content;width:fit-content}.not-found-msg>span{font-weight:800;width:80%}.no-work{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:50px 0;width:100%}.user-msg{position:relative}.user-msg>button{background-color:#e74c3c;border:none;border-radius:0 0 6px 6px;color:#fff;cursor:pointer;font-size:14px;opacity:1;padding:8px 15px;position:absolute;right:0;top:0}.no-msg{align-items:center;display:flex;flex-direction:column}.no-msg>img{fill:red;width:150px}.no-msg>h3{margin-bottom:7px}.no-msg>span{color:#a1a1aa;font-size:14px}.login{background-color:#fff;margin:100px auto;width:30%}.login.dark{background-color:#121212}.login-form{display:flex;flex-direction:column;gap:10px}.login-btn{border-top:1px solid #e6e6e6;display:flex;gap:10px;margin-top:20px;padding:10px 0}.login-form.dark>.inp-grp>input{background-color:#1e1e1e;border-color:#001b18;color:#a1a1aa}.login-form.dark>.login-btn>button{background-color:#1e1e1e;border-color:#001b18;color:#fafafa}.login-btn>button{background-color:#fff;border:1px solid #e6e6e6;color:#000;cursor:pointer;font-size:15px;padding:10px 22px;transition:all .2s ease-in-out}.login-btn>button:hover{background-color:#000;color:#fff}.password-grp{position:relative}.password-grp>b{bottom:6px;position:absolute;right:10px}.password-grp.error>b{top:40px}.password-grp>b>svg{height:25px;width:25px}.add-work,.edit-work,.messages,.profile,.resume,.security{align-items:flex-start;display:flex;justify-content:space-between;margin:10px auto 100px;width:55%}.admin-header{align-items:center;border-bottom:1px solid #e6e6e6;display:flex;justify-content:space-between;margin:50px auto 10px;padding-bottom:5px;width:55%}.admin-header button{background-color:#f6f6f6;border:none;border-radius:4px;color:#000;padding:10px 20px}.admin-header>h1{margin:0}.sidebar{border:1px solid #e6e6e6;text-align:center;width:252px}.sidebar>ul{list-style:none;margin:0;padding:0}.sidebar>ul>li:not(:last-child){border-bottom:1px solid #e6e6e6}.sidebar>ul>li:first-child{cursor:default;font-size:18px;font-weight:500;padding:8px 0}.sidebar>ul>li:not(:first-child){background-color:#f8f9fa;cursor:pointer;font-size:15px}.sidebar>ul>li{padding:10px 0}.sidebar>ul>li.active-li{background-color:#fff;font-weight:500}.admin-wrapper{width:66%}.admin-wrapper>h3{border-bottom:1px solid #e6e6e6;font-size:18px;font-weight:500;margin:0;padding:8px 0}.admin-details{align-items:flex-start;display:flex;justify-content:space-between;position:relative}.admin-details>div{align-items:center;display:flex;gap:10px;padding:5px 0}.admin-details>div>span{font-size:15px}.admin-details>div>button{background-color:#f6f6f6;border:none;border-radius:6px;font-size:14px;padding:9px 15px;pointer-events:none}.admin-photo{padding:5px 0;position:absolute;right:0}.admin-photo>label>input{display:none}.admin-photo>label{position:relative}.admin-photo img{border-radius:50%;height:60px;object-fit:cover;width:60px}.admin-photo>label>svg{bottom:5px;position:absolute;right:0}.admin-profile-form .inp-grp>input{padding:10px 12px}.inp-grp.upload-btn>label{background-color:#0e57e8;color:#fff;padding:10px 22px}.inp-grp.upload-btn>label>input{display:none}.admin-profile-form{display:flex;flex-direction:column;gap:10px}.admin-wrapper .btn-grp{border-top:1px solid #e6e6e6;padding:10px 0}.admin-wrapper .btn-grp>button{background-color:#fff;border:1px solid #e6e6e6;border-radius:4px;cursor:pointer;padding:9px 15px;transition:all .3s ease}.admin-wrapper .btn-grp>button:not(:disabled):hover{background-color:#0e57e8;color:#fff}.resume-form{display:flex;flex-direction:column;margin:10px 0}.resume-form label{width:-webkit-fit-content;width:fit-content}.resume-form>.btn-grp{margin-top:15px}.upload-btn{height:-webkit-fit-content!important;height:fit-content!important}.upload-btn>span:last-child{color:#e74c3c;font-size:12px}.security-form,.work-form{display:flex;flex-direction:column;gap:10px;padding:10px 0}.security-form .inp-grp>input{padding:10px 12px}.tech-stack{display:flex;flex-wrap:wrap;gap:10px}.tech-stack>div{align-items:center;background-color:#e0f1ff;border-radius:10px;font-size:14px;gap:5px;padding:5px 10px}.tech-stack>div,.tech-stack>div>span{display:inline-flex}.tech-stack>div>span>svg{color:#e74c3c;height:18px;width:18px}.work-form .inp-grp>input{padding:10px 12px}.messages-wrap{display:flex;flex-direction:column;gap:10px}.messages-wrap>div{background-color:#f6f6f6;border-radius:5px;padding:10px 12px}.messages-wrap>div>p{margin:10px 0}.messages-wrap>div>span{display:block;font-size:14px;margin-bottom:10px}.messages-wrap>div>div{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.err{animation:show .5s ease-in-out 1;color:#e74c3c;opacity:1;overflow:hidden}.inp-grp.error{height:104px}.inp-grp.text-grp.error{height:220px}.inp-grp.error>input,.inp-grp.error>textarea{border-color:#ff6464!important;transition:border-color .2s ease-out}@keyframes show{0%{opacity:0}to{opacity:1}}.mobile-sidebar-waper{background-color:#0009;height:100%;left:0;position:fixed;top:0;width:100%;z-index:5}.mobile-sidebar{background-color:#fff;height:100%;left:0;padding:30px 0 50px;position:absolute;top:0;transition:left .2s ease;width:60%}.mobile-sidebar>ul{display:flex;flex-direction:column;gap:10px;height:90%;list-style:none;margin:20px auto;padding:0;width:85%}.close-sidebar{border-bottom:1px solid #e6e6e6;display:flex;justify-content:flex-end;margin:0 auto 20px;padding-bottom:3px;width:90%}.close-sidebar>span>svg{height:25px;width:25px}.mobile-sidebar>ul>li:first-child{font-size:22px;margin-bottom:10px;padding-left:20px}.mobile-sidebar>ul>div{align-items:center;background-color:#f7f7f7;display:flex;font-weight:300;gap:10px;padding:14px 20px}.mobile-sidebar>ul>div:last-child{color:#e74c3c;font-weight:500;margin-top:auto}.mobile-sidebar>ul>div>li.active-li{font-weight:600}.mobile-sidebar>ul>div>svg{height:25px;width:25px}.admin-edit-work{display:flex;flex-direction:column;gap:10px;padding:15px 0}.admin-edit-work>div{align-items:flex-start;border-bottom:1px solid #e6e6e6;display:flex;gap:20px;padding:10px 0;position:relative}.admin-edit-work>div>button{background-color:#e74c3c;border:none;border-radius:0 0 6px 6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:4px 10px;position:absolute;right:0;top:10px}.admin-wrapper>h3{align-items:center;display:flex;justify-content:space-between}.admin-wrapper>h3>button{border:none;color:#000;cursor:pointer;padding:5px 20px}.admin-edit-work>div>img{border-radius:6px;height:150px;object-fit:cover;width:30%}.admin-edit-work>div>div{display:flex;flex-direction:column;gap:10px;width:69%}.admin-edit-work>div p{font-weight:600;margin:0}.admin-edit-work>div span{font-size:14px}.work-img-preview img{height:200px;object-fit:cover;width:100%}.work-img-preview{position:relative}.work-img-preview span{background-color:#e74c3c;color:#fff;cursor:pointer;font-size:14px;padding:7px 14px;position:absolute;right:0;top:0}.work-img-preview>label>input{display:none}.resume-preview{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,1fr);width:100%}.resume-preview>div{border:1px solid #e6e6e6;border-radius:6px;height:150px;position:relative;width:100%}.resume-preview>div>span{background-color:#e6e6e6;border-radius:50%;height:20px;position:absolute;right:-5px;top:-5px;width:20px}.resume-preview>div>a,.resume-preview>div>span{align-items:center;display:flex;justify-content:center}.resume-preview>div>a{color:#e74c3c;font-size:18px;font-weight:700;height:100%;width:100%}.resume-preview>div>a>img{cursor:pointer;height:100%;object-fit:cover;width:100%}@media only screen and (max-width:600px){.header-icons>a{display:none}.navbar{justify-content:space-between;padding:20px}.nav-left{gap:20px;padding:0 0 0 15px}.home-banner{flex-direction:column-reverse;margin-top:90px;padding-bottom:10px;width:100%}.banner-photo{width:auto}.banner-content{width:85%}.marque-wrapper{width:80%}.recent-work-box{margin:0 auto;padding:20px 0;width:85%}.recent-work>.content>p{text-align:left}.recent-works{gap:20px;margin:30px 0}.recent-work{flex-direction:column}.footer{align-items:center;flex-direction:column-reverse;gap:5px;margin-top:5px;width:85%}.navbar>div:first-child>span{margin:0 10px}.whatsapp-contact{right:6%}.to-top{align-items:center;background-color:#efefef;border-radius:50%;box-shadow:0 2px 5px -1px #32325d40,0 1px 3px -1px #0000004d;display:flex;height:46px;justify-content:center;right:calc(6% + 4px);width:46px}.to-top.dark{background-color:#fafafa;color:#000}.to-top>span{display:none}.to-top>svg{height:22px;width:22px}.image-modal>img{width:350px}.mobile-contact-icons{align-items:center;display:flex;gap:15px;justify-content:center}.mobile-contact-icons>a{text-decoration:none}.mobile-contact-icons>a>svg{fill:#000;font-size:20px}.mobile-contact-icons.dark>a>svg{fill:#fafafa}.contact-form-page{margin-bottom:20px;width:85%}.contact-wrapper{flex-direction:column-reverse;gap:20px}.contact-banner{gap:30px}.contact-banner img{display:none}.agreement{margin-top:10px;width:300px}.contact-banner,.contact-form{width:100%}.image-modal>span{right:10px}.lets-connect{flex-direction:column;gap:10px;width:85%}.lets-connect img{width:320px}.work-showcase{width:85%}.all-work-section{grid-template-columns:repeat(1,1fr);padding:20px 0}.all-work-section img{height:100%;width:100%}.works-item>div:last-child{padding:10px 12px}.recent-work>.content,.recent-work>.img-loader{width:100%}.recent-work>.img-loader{height:200px}.login{margin:200px auto;width:85%}.add-work,.edit-work,.messages,.profile,.resume,.security{flex-direction:column;gap:20px;margin:20px auto;width:85%}.sidebar{display:none}.admin-wrapper,.sidebar{width:100%}.admin-details>div{flex-wrap:wrap}.admin-header{width:85%}.not-found-msg{bottom:20px;left:50%;transform:translateX(-50%);width:92%}.not-found-msg>h1{font-size:45px}.not-found-msg>span{font-size:12px;width:90%}.home-banner.skel .banner-photo>div{height:250px!important;width:250px!important}.home-banner.skel h1{margin:0!important}.home-banner.skel h1>div{height:100px!important;width:100%!important}.home-banner.skel .skel-para{gap:0}.home-banner.skel .skel-para>div{height:60px!important}.home-banner.skel .wobble-btn>div{height:50px!important;width:52%!important}.success-animation{margin:50px auto 20px}.form-submitted>p{margin-bottom:30px;width:100%}.recent-work.skel>div:first-child{width:100%!important}.admin-header{align-items:center;flex-direction:row-reverse;gap:20px;justify-content:left;margin-top:20px}.admin-header>span{display:inline-flex}.admin-header>span>svg{height:40px;width:40px}.admin-details>div{padding:10px 0}.admin-details>div>button{display:none}.admin-edit-work>div{align-items:center;flex-direction:column;padding-bottom:15px}.admin-edit-work>div>div,.admin-edit-work>div>img{width:100%}.resume-preview{grid-template-columns:repeat(3,1fr)}}@media only screen and (min-width:601px) and (max-width:1024px){.home-banner{flex-direction:column-reverse;margin-top:90px;width:80%}.banner-content{width:100%}.recent-work-box{padding:10px 0;width:80%}.recent-work{flex-direction:column}.recent-work>div{width:100%!important}.lets-connect{flex-direction:column;width:80%}.mobile-contact-icons{display:none}.footer{justify-content:space-between}.footer,.work-showcase{width:80%}.all-work-section{grid-template-columns:repeat(2,1fr)}.contact-form-page{width:80%}.contact-banner,.contact-form{width:100%}.contact-banner{margin-bottom:20px}.contact-wrapper{flex-direction:column-reverse}.not-found-msg{width:75%}.login{width:70%}.add-work,.admin-header,.edit-work,.messages,.profile,.resume,.security{width:85%}.sidebar{width:30%}.admin-edit-work>div{flex-direction:column}.admin-edit-work>div>img{width:100%}}*{box-sizing:border-box;font-family:Poppins,sans-serif}body{margin:0;padding:0}body,html{max-width:100%;overflow-x:hidden}:root{--bg-color:#fff;--text-color:#000}body[data-theme=dark]{--bg-color:#121212;--text-color:#fafafa}button:disabled{cursor:not-allowed!important}button:disabled:hover{pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}a{color:inherit;text-decoration:none}.error-page{align-items:center;display:flex;flex-direction:column;gap:10px;height:100vh;justify-content:center;width:100%}.error-page>img{width:300px}.error-page>h1{font-size:23px;font-weight:600;margin:0}.error-page>p{margin:0}body[data-theme=light] input:-webkit-autofill,body[data-theme=light] input:-webkit-autofill:focus,body[data-theme=light] input:-webkit-autofill:hover,body[data-theme=light] select:-webkit-autofill,body[data-theme=light] select:-webkit-autofill:focus,body[data-theme=light] select:-webkit-autofill:hover,body[data-theme=light] textarea:-webkit-autofill,body[data-theme=light] textarea:-webkit-autofill:focus,body[data-theme=light] textarea:-webkit-autofill:hover{-webkit-text-fill-color:#000!important;-webkit-text-fill-color:var(--text-color)!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-box-shadow:0 0 0 1000px var(--bg-color) inset!important}body[data-theme=dark] input:-webkit-autofill,body[data-theme=dark] input:-webkit-autofill:focus,body[data-theme=dark] input:-webkit-autofill:hover,body[data-theme=dark] select:-webkit-autofill,body[data-theme=dark] select:-webkit-autofill:focus,body[data-theme=dark] select:-webkit-autofill:hover,body[data-theme=dark] textarea:-webkit-autofill,body[data-theme=dark] textarea:-webkit-autofill:focus,body[data-theme=dark] textarea:-webkit-autofill:hover{-webkit-text-fill-color:#fafafa!important;-webkit-box-shadow:inset 0 0 0 1000px #1e1e1e!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important}body{background-color:#fff;background-color:var(--bg-color);color:#000;color:var(--text-color)}
/*# sourceMappingURL=main.14f8144f.css.map*/