@import url(https://fonts.googleapis.com/css2?family=Merriweather+Sans&display=swap);*{box-sizing:border-box;font-family:Merriweather Sans,sans-serif}body{background-color:#fff}*{list-style:none;margin:0;padding:0}.navBar{background:#000;box-shadow:0 25px 15px hsla(0,6%,90%,.1);height:80px;justify-content:space-evenly;position:fixed;top:0;width:100%;z-index:9}.nav-header,.navBar{align-items:center;display:flex}.nav-header{justify-content:center;padding:.25rem}.nav-header img{height:29vh;padding-top:25 px}.links{display:flex;font-size:23px;gap:30px;justify-content:space-between;list-style:none}a{color:#fbeaeb;text-decoration:none!important}.social-icons{display:flex;gap:30px;justify-content:space-between;list-style:none}.social-icons li{font-size:30px}#Home{flex-direction:row}#Home,.home-txt{align-items:center;display:flex;justify-content:center}.home-txt{flex-direction:column;font-size:36px;margin:20px}.home-txt h1{max-width:35vw}.home-txt p{font-size:40px}.home-img{height:100vh}.home-img img{height:69vh;margin:90px;width:39vw}.home-lines{color:#000;font-size:30px;width:100%}.home-lines h3{-webkit-animation:typing 2s steps(40) forwards,blinking 1s infinite;animation:typing 2s steps(40) forwards,blinking 1s infinite;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:steps(30);animation-timing-function:steps(30);border-right:4px solid orange;font-size:1.5vw;overflow:hidden;padding-top:25px;white-space:nowrap;width:0}.btn{display:flex;justify-content:left}.button-34{background:#5e5df0;border:0;border-radius:999px;box-shadow:0 10px 20px -10px #5e5df0;box-sizing:border-box;color:#fff;cursor:pointer;font-family:Inter,Helvetica,Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols,-apple-system,system-ui,Segoe UI,Roboto,Helvetica Neue,Noto Sans,sans-serif;font-size:16px;font-weight:700;line-height:24px;opacity:1;outline:0 solid transparent;padding:8px 18px;touch-action:manipulation;user-select:none;-webkit-user-select:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;word-break:break-word}@-webkit-keyframes typing{0%{width:0}to{width:100%}}@keyframes typing{0%{width:0}to{width:100%}}@-webkit-keyframes blinking{0%{border-right-color:transparent}50%{border-right-color:orange}to{border-right-color:transparent}}@keyframes blinking{0%{border-right-color:transparent}50%{border-right-color:orange}to{border-right-color:transparent}}#Resume{align-items:center;display:flex;justify-content:space-between;margin-top:-140px}.resume-left{flex:2 1}.resume-left-text{display:flex;flex-direction:column;font-size:25px;margin-left:50px}.resume-left-text h1{color:#5e5df0;margin-bottom:30px;max-width:35vw}.resume-left-text p{color:#171d1d;font-size:20px;line-height:40px;margin-top:30px}.resume-button{background:#5e5df0;border:0;border-radius:999px;box-shadow:0 10px 20px -10px #5e5df0;box-sizing:border-box;color:#fff;cursor:pointer;font-family:Inter,Helvetica,Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols,-apple-system,system-ui,Segoe UI,Roboto,Helvetica Neue,Noto Sans,sans-serif;font-size:16px;font-weight:700;line-height:24px;margin-top:10px;opacity:1;outline:0 solid transparent;padding:8px 18px;touch-action:manipulation;user-select:none;-webkit-user-select:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;word-break:break-word}.resume-right{flex:3 1;height:100%;margin-left:30vh}.resume-icons{align-items:center;display:flex;font-size:100px;font-weight:bolder;justify-content:space-around;margin-top:50px}.bounce-1{-webkit-animation:bounce .5s linear infinite;animation:bounce .5s linear infinite}.bounce-1,.bounce-2{display:inline-block;position:relative}.bounce-2{-webkit-animation:bounce .5s linear infinite;animation:bounce .6s linear infinite}.bounce-3{-webkit-animation:bounce .5s linear infinite;animation:bounce .7s linear infinite;display:inline-block;position:relative}@-webkit-keyframes bounce{0%{top:0}50%{top:-.2em}70%{top:-.3em}to{top:0}}@keyframes bounce{0%{top:0}50%{top:-.2em}70%{top:-.3em}to{top:0}}#Project{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:60px}.heading{margin-bottom:45px}.pro{align-items:center;display:flex;height:400px;justify-content:center}.project-b4{background:#5e5df0;border:0;border-radius:999px;box-shadow:0 10px 20px -10px #5e5df0;box-sizing:border-box;color:#fff;cursor:pointer;font-family:Inter,Helvetica,Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols,-apple-system,system-ui,Segoe UI,Roboto,Helvetica Neue,Noto Sans,sans-serif;font-size:16px;font-weight:700;line-height:44px;margin-top:10px;opacity:1;outline:0 solid transparent;padding:8px 18px;touch-action:manipulation;user-select:none;-webkit-user-select:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;word-break:break-word}.card{background:#fff;border:4px solid #000;border-radius:10px;cursor:pointer;height:299px;margin:30px;max-width:450px;position:relative;transition:.3s}.card:hover{border:4px double #5e5df0}.card:hover>.content{opacity:1}.card:hover>.imgbox{-webkit-filter:blur(8px);filter:blur(8px)}.imgbox{height:200px;position:relative}.imgbox img{border-radius:10px;width:100%}.content{opacity:0;padding:30px 20px;text-align:center;-webkit-transform:translateY(-200px);transform:translateY(-200px);transition:.5s}.content h3{color:#5e5df0}#contact-main{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;margin-bottom:40px;width:90vw}.contHeading{margin-bottom:30px;text-align:center}@media screen and (max-width:720px){.main{max-width:550px}.form{padding:0}.input{min-width:236px}.message{width:493px}#Message{width:480px}}@media screen and (max-width:580px){.main{min-width:450px}}@media screen and (max-width:480px){.main{min-width:350px}.button{text-align:center;width:300px}.input:first-child{margin-bottom:10px}}.textArea{padding-bottom:5px;padding-left:30px}.textArea h1{color:#4b4b4b;font-size:2.5vw;font-weight:400;padding-bottom:20px;padding-top:40px}.form{border-radius:5px;display:block;padding-left:20px;padding-right:20px;text-align:center;width:100%}.input{background-color:#f1f1f1;border:1px solid #f1f1f1;height:38px;max-width:308px;padding-left:5px;width:100%}.input:first-child{margin-right:8px}.message{height:38px;margin:13px 0;max-width:627px}#Message,.message{background-color:#f1f1f1;border:1px solid #f1f1f1;padding-left:5px;width:100%}#Message{max-width:633px;padding-top:15px}.button{background-color:#363636;color:#fff;margin-bottom:25px;margin-left:8px;margin-top:15px;padding:10px}@media screen and (max-width:740px){.ip1{margin-bottom:25px}.ip1,.ip2{max-width:800px}.ip2{margin-bottom:-20px}}.wrapper{margin-bottom:15px}.wrapper ul{list-style:none}.wrapper ul li{border-radius:50%;cursor:pointer;float:left;height:75px;line-height:75px;margin:0 10px;text-align:center;transition:all .2s ease;width:75px}.wrapper ul li .brandIcon{color:#d8e2dc;margin-top:20px;-webkit-transform:translateY(-13px);transform:translateY(-13px);transition:all .2s ease}.wrapper ul li:hover.facebook{border:5px solid #3b5998;box-shadow:0 0 15px #3b5998;transition:all .2s ease}.wrapper ul li:hover .fa-facebook{color:#3b5998;text-shadow:0 0 15px #3b5998;transition:all .2s ease}.wrapper ul li:hover.twitter{border:5px solid #00aced;box-shadow:0 0 15px #00aced;transition:all .2s ease}.wrapper ul li:hover .fa-twitter{color:#00aced;text-shadow:0 0 15px #00aced;transition:all .2s ease}.wrapper ul li:hover.instagram{border:5px solid #bc2a8d;box-shadow:0 0 15px #bc2a8d;transition:all .2s ease}.wrapper ul li:hover .fa-instagram{color:#bc2a8d;text-shadow:0 0 15px #bc2a8d;transition:all .2s ease}.wrapper ul li:hover.google{border:5px solid #dd4b39;box-shadow:0 0 15px #dd4b39;transition:all .2s ease}.wrapper ul li:hover .fa-google{color:#dd4b39;text-shadow:0 0 15px #dd4b39;transition:all .2s ease}.wrapper ul li:hover.whatsapp{border:5px solid #4dc247;box-shadow:0 0 15px #4dc247;transition:all .2s ease}.wrapper ul li:hover .fa-whatsapp{color:#4dc247;text-shadow:0 0 15px #4dc247;transition:all .2s ease}@media screen and (max-width:640px){.wrapper{width:350px}.wrapper ul li{margin-top:10px}.wrapper ul li.google{margin-left:60px}}@media screen and (max-width:340px){.wrapper{width:150px}.wrapper ul li{margin:15px}.wrapper ul li.google{margin-left:15px}}.youtube{background:#b00;border-radius:5px;bottom:10px;padding:15px 10px;position:fixed;right:10px;text-align:center;width:160px}.youtube a{color:#fff;letter-spacing:1px;text-decoration:none;text-transform:capitalize}.contact-b4{background:#5e5df0;border:0;border-radius:999px;box-shadow:0 10px 20px -10px #5e5df0;box-sizing:border-box;color:#fff;cursor:pointer;font-family:Inter,Helvetica,Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Noto Color Emoji,Segoe UI Symbol,Android Emoji,EmojiSymbols,-apple-system,system-ui,Segoe UI,Roboto,Helvetica Neue,Noto Sans,sans-serif;font-size:16px;font-weight:700;line-height:24px;opacity:1;outline:0 solid transparent;padding:8px 18px;touch-action:manipulation;user-select:none;-webkit-user-select:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;word-break:break-word}.skill h1{text-align:center}.skill h3{margin:15px}.skill{background-color:#000;border-radius:30px;box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px;color:#fff;height:400px;margin:60px auto;padding:20px;width:700px}.bar{background-color:#353b48;border:1px solid rgba(0,0,0,.3);border-radius:10px;box-shadow:0 14px 28px rgba(0,0,0,.12),0 10px 10px rgba(0,0,0,.2);display:block;height:20px;overflow:hidden;transition:all .3s cubic-bezier(.25,.825,1)}.bar:hover{box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.bar span{background:linear-gradient(135deg,#e1d7dd,#a2a0a0);float:left;height:20px}.html{-webkit-animation:html 3s;animation:html 3s;width:90%}.js{-webkit-animation:js 3s;animation:js 3s;width:70%}.mern{-webkit-animation:mern 3s;animation:mern 3s;width:40%}.react{-webkit-animation:react 3s;animation:react 3s;width:60%}@-webkit-keyframes html{0%{width:0}90%{width:90%}}@keyframes html{0%{width:0}90%{width:90%}}@-webkit-keyframes js{0%{width:0}90%{width:70%}}@keyframes js{0%{width:0}90%{width:70%}}@-webkit-keyframes mern{0%{width:0}90%{width:40%}}@keyframes mern{0%{width:0}90%{width:40%}}@-webkit-keyframes react{0%{width:0}90%{width:60%}}@keyframes react{0%{width:0}90%{width:60%}}.experience{flex-direction:column;gap:70px;justify-content:center;margin-bottom:20px;margin-top:40px}.articles,.experience{align-items:center;display:flex}.articles{gap:40px;justify-content:space-between;max-width:850px}.fig-1,.fig-2{background-color:#1c2529}.fig-2 img{margin-left:100PX;margin-top:17px}article{background:#fff;border-radius:16px;box-shadow:none;overflow:hidden;transition:all .2s ease-in-out}article h2{color:var(--title-color);font-size:1.9rem;letter-spacing:.06em;margin:0 0 18px;transition:color .3s ease-out}figure{aspect-ratio:16/9;margin:0;overflow:hidden;padding:0}article img{max-width:100%;-webkit-transform:scale(var(--img-scale));transform:scale(var(--img-scale));-webkit-transform-origin:center;transform-origin:center;transition:-webkit-transform .05s ease-in-out;transition:transform .05s ease-in-out;transition:transform .05s ease-in-out,-webkit-transform .05s ease-in-out}.article-body{padding:24px}article:has(:hover,:focus){box-shadow:0 10px 36px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.06)}
/*# sourceMappingURL=main.085ca3c9.css.map*/