body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-image:linear-gradient(120deg,#defc98,#88c991);display:flex;height:60px;justify-content:space-between;left:0;padding:10px 40px;position:fixed;top:0;width:100%;z-index:1000}.logo a{color:#000;font-size:25px;font-weight:700;text-decoration:none}.nav-item{align-items:center;display:flex;gap:20px;justify-content:center;list-style:none}.nav-item a{color:#000;display:inline-block;font-size:20px;margin:0 10px;position:relative;text-decoration:none;transition:.5s}.nav-item a:before{background-color:#000;content:"";height:2px;left:0;position:absolute;top:110%;transition:width .3s ease-in-out;width:0}.nav-item a:hover:before{width:100%}@media (max-width:700px){.nav-item{align-items:center;background-color:#69b76c;display:flex;flex-direction:column;height:100vh;justify-content:center;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease-in-out;width:50%}.nav-item.open{height:100vh;transform:translateX(0)}.nav-item li{margin:1.5rem 0}.nav-item li a{font-size:1.5rem}.menu-icon{cursor:pointer;display:block}.menu-icon.open{position:fixed;right:1.5rem;top:1.5rem;z-index:999999}.bar{background-color:#000;height:3px;margin:4px;transition:all .3s ease;width:25px}.menu-icon.open .bar:first-child{transform:rotate(45deg) translate(5px,5px)}.menu-icon.open .bar:nth-child(2){opacity:0}.menu-icon.open .bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}}@media (min-width:700px){.nav-item{display:flex}}@media(max-width:425px){.nav-item{width:100%}}.home-content{align-items:center;background-image:linear-gradient(120deg,#defc98,#88c991);background-size:cover;flex-direction:row;gap:17%;height:100vh;overflow:hidden;width:100%}.home-content,.home-header{display:flex;justify-content:center}.home-header{align-items:start;color:#000;flex-direction:column;font-size:25px;gap:10px;height:60%;width:50%}.home-header .p{font-size:23px;width:86%}.text{animation:typing 3s steps(30),blink-caret .7s step-end infinite;border-right:3px solid;display:inline-block;font-size:50px;overflow:hidden;white-space:nowrap}.typing-text{color:#1c5724}.profile-pic img{animation:float 4s ease-in-out infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:#0000}50%{border-color:#000}}.profile-pic img{animation:moveImage 2s ease-in-out infinite alternate;border-radius:50%;cursor:pointer;height:300px;margin-top:20px;object-fit:cover;transition:all .3s ease-in-out;width:300px}@keyframes moveImage{0%{transform:translate(0)}to{transform:translate(15px,15px)}}.profile-pic img:hover{box-shadow:0 5px 10px #000;gap:20px;opacity:1}.profile-btn{display:flex;flex-direction:row;gap:20px;margin-top:20px}.profile-btn a{border:2px solid #000;color:#000;padding:10px 20px;position:relative;text-decoration:none;transition:all .3s;z-index:0}.profile-btn a:hover{color:#fff}.profile-btn a:before{background-blend-mode:lighten;background-color:#000;content:"";height:100%;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:0 0;transition:transform .5s;transition-timing-function:cubic-bezier(.5,1.6,.4,0.7);width:100%;z-index:-1}.profile-btn a:hover:before{transform:scaleX(1)}@media (max-width:1164px){.home-content{padding:20px}.home-header{margin:20px}.home-header h2{font-size:2.7rem}.home-header p{font-size:1.5rem}.profile-btn a{font-size:1.2rem}}@media(max-width:1000px){.home-header{margin:10px}.home-header h2{font-size:2.5rem}.home-header .p{font-size:1.4rem}}@media(max-width:964px){.home-header{margin:10px}}@media(max-width:710px){.profile-pic img{display:none}}@media(max-width:890px){.home-content{display:flex;gap:30px;padding:15px}.home-header{width:auto}.home-header h2{font-size:2.7rem}.home-header .p{font-size:1.2rem}.profile-pic img{height:250px;margin-top:0;width:250px}}@media(max-width:850px){.home-content{display:flex;flex-direction:column;gap:0;height:100vh;width:100%}.home-header{align-items:center;display:flex;gap:5px;height:60vh;justify-content:center;width:max-content}.home-header .p{text-align:center;width:490px}.profile-pic img{display:none}}@media(max-width:560px){.home-header h2{font-size:2.4rem}.home-header .p{font-size:1.2rem}}@media(max-width:536px){.profile-pic{display:none}.home-header{margin:0 20px}.home-header .p{width:460px}}@media(max-width:494px){.home-header{display:flex;flex-direction:column;justify-content:space-evenly}.home-header .p{font-size:18px;width:407px}.home-header h2{font-size:35px}.home-header{margin:0 30px}}@media(max-width:456px){.home-header{margin:0 40px}.home-header .p{width:381px}.home-header h2{font-size:32px}}@media(max-width:400px){.home-header .p{width:300px}.home-header h2{font-size:27px}.profile-btn a{padding:5px 10px}}@media (max-width:354px){.home-header .p{align-items:center;display:flex;width:300px}}@media(max-width:330px){.home-header h2{font-size:25px}}.area{height:100vh;width:100%}.circles{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.circles li{animation:animate 15s linear infinite;background:#389a54f5;bottom:-150px;display:block;height:20px;list-style:none;position:absolute;width:20px}.circles li:first-child{animation-delay:0s;height:80px;left:25%;width:80px}.circles li:nth-child(2){animation-delay:2s;animation-duration:12s;height:20px;left:10%;width:20px}.circles li:nth-child(3){animation-delay:4s;height:20px;left:70%;width:20px}.circles li:nth-child(4){animation-delay:0s;animation-duration:18s;height:60px;left:40%;width:60px}.circles li:nth-child(5){animation-delay:0s;height:20px;left:65%;width:20px}.circles li:nth-child(6){animation-delay:3s;height:110px;left:75%;width:110px}.circles li:nth-child(7){animation-delay:7s;height:150px;left:35%;width:150px}.circles li:nth-child(8){animation-delay:15s;animation-duration:45s;height:25px;left:50%;width:25px}.circles li:nth-child(9){animation-delay:2s;animation-duration:35s;height:15px;left:20%;width:15px}.circles li:nth-child(10){animation-delay:0s;animation-duration:11s;height:150px;left:85%;width:150px}@keyframes animate{0%{border-radius:0;opacity:1;transform:translateY(0) rotate(0deg)}to{border-radius:50%;opacity:0;transform:translateY(-1000px) rotate(2turn)}}html{scroll-behavior:smooth}.about-container{background-size:200% 200%;height:100vh;overflow:hidden;padding:20px;width:100%}.header{align-items:center;justify-content:center;padding:40px 30px 30px}.about-content,.about-left,.header{display:flex}.about-left{align-items:center;justify-content:center;width:30%}.about-left img{border-radius:90%;height:300px;mix-blend-mode:darken;object-fit:cover;width:85%}.about-right{display:flex;flex-direction:column;gap:10px;padding:20px;width:70%}.about-para{font-family:cursive;font-size:20px;padding:20px;text-align:start}.skill-images{align-items:center;display:flex;justify-content:space-around;padding:10px}.skill-logo img{height:70px;object-fit:cover;transition:all .4s ease-in-out;width:100%}.skill-logo img:hover{cursor:pointer;filter:drop-shadow(1px 2px 4px rgb(0,0,0));transform:translateY(-5px)}.skill-logo p{align-items:center;display:flex;flex-direction:column;justify-content:center}.resume-link{gap:2rem}.resume-link,.resume-link a{align-items:center;display:flex;font-weight:700;justify-content:center}.resume-link a{background-color:#275424;border:3px solid #0000004d;border-radius:9999px;box-shadow:0 10px 20px #0003;color:#fff;cursor:pointer;font-size:15px;font-weight:400;gap:10px;outline:none;overflow:hidden;padding-block:.5rem;padding-inline:1.25rem;position:relative;text-decoration:none;transition:all .3s ease-in-out}.resume-link a:hover{border-color:#000;transform:scale(1.05)}.resume-link a:hover:before{animation:shine 1.5s ease-out infinite}.resume-link a:before{background-image:linear-gradient(120deg,#fff0 30%,#fffc,#fff0 70%);content:"";height:50px;left:-100px;opacity:.6;position:absolute;top:0;width:100px}@keyframes shine{0%{left:-100px}60%{left:100%}to{left:100%}}.hand-img{height:30px;width:30px}.link-desc{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:center;padding:10px}.bg{animation:slide 3s ease-in-out infinite alternate;background-image:linear-gradient(-60deg,#93d092 50%,#f8f86c 0);bottom:0;left:-50%;opacity:.5;position:fixed;right:-50%;top:0;z-index:-1}.bg2{animation-direction:alternate-reverse;animation-duration:4s}.bg3{animation-duration:5s}@keyframes slide{0%{transform:translateX(-25%)}to{transform:translateX(25%)}}@media (max-width:1016px){.about-right{display:flex;flex-direction:column;gap:20px;padding-bottom:0;padding-right:0;padding-top:0}.about-left img{height:300px;width:100%}.about-para{padding:10px}.about-para p{font-size:20px}.skill-section{height:auto;width:auto}.header{padding:0 30px}}@media (max-width:912px){.about-left{width:auto}.about-left img{height:280px}.skill-section{padding:0}.skill-images{gap:10px;padding:10px}.skill-logo img{width:70px}.about-para p{font-size:18px}}@media (max-width:854px){.about-left img{height:250px}.skill-logo{font-size:15px}.skill-logo img{height:45px;width:45px}.resume-link a{font-size:15px;padding:5px 15px}}@media(max-width:800px){.about-container{height:100%}.header{padding:20px}.about-content{display:flex;flex-direction:column}.about-left img{width:300px}.about-right{width:100%}.about-para p{font-size:20px}.skill-images{justify-content:space-evenly}}@media(max-width:606px){.about-para p{font-size:18px}}@media(max-width:491px){.about-right{gap:10px}.about-para{padding:5px}.about-para p{font-size:17px}.skill-images{gap:5px}.skill-logo{font-size:13px}.about-left img{height:250px;width:250px}}@media(max-width:437px){.about-right{gap:10px}.about-container{padding:0 10px}.about-para p{font-size:15px}.skill-images{flex-wrap:wrap;width:350px}.lang,.skill-images{align-items:center;display:flex}.lang{justify-content:center}.header{padding:20px}}@media(max-width:375px){.header{font-size:14px}.about-right{gap:5px}.skill-images{width:300px}.skill-logo img{height:30px;width:30px}.skill-logo{font-size:13px}.about-right{padding:5px}.about-left img{height:220px;width:220px}}.main-container{animation:fadeIn 1s ease-out 1;background-image:linear-gradient(120deg,#defc98,#88c991);background:radial-gradient(#99e8a3,#9fd793);height:100vh;overflow:hidden;overflow-y:hidden;position:relative;width:100%}.light{background-color:#09160c;bottom:0;box-shadow:0 0 20px 2px #083d15;left:0;margin:auto;opacity:.75;opacity:0;position:absolute;right:0;top:100vh;width:0}.x1{animation:floatUp 4s linear infinite;transform:scale(1)}.x2{animation:floatUp 7s linear infinite;left:15%;transform:scale(1.6)}.x3{animation:floatUp 2.5s linear infinite;left:-15%;transform:scale(.5)}.x4{animation:floatUp 4.5s linear infinite;left:-34%;transform:scale(1.2)}.x5{animation:floatUp 8s linear infinite;left:-57%;transform:scale(2.2)}.x6{animation:floatUp 3s linear infinite;left:-81%;transform:scale(.8)}.x7{animation:floatUp 5.3s linear infinite;left:37%;transform:scale(3.2)}.x8{animation:floatUp 4.7s linear infinite;left:62%;transform:scale(1.7)}.x9{animation:floatUp 4.1s linear infinite;left:85%;transform:scale(.9)}@keyframes floatUp{0%{opacity:0;top:100vh}25%{opacity:1}50%{opacity:.8;top:0}75%{opacity:1}to{opacity:0;top:-100vh}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:0}30%{opacity:1}80%{opacity:.9}to{opacity:0}}@keyframes finalFade{0%{opacity:0}30%{opacity:1}80%{opacity:.9}to{opacity:1}}.main-text{font-size:30px;padding-bottom:20px;padding-top:60px}.cards,.main-text{align-items:center;color:#000;display:flex;justify-content:center}.cards{cursor:pointer;flex-direction:row;flex-wrap:wrap;gap:50px;padding-bottom:40px;padding-top:40px;width:100%}@media(max-width:1150px){.main-container{height:100%}.main-text{padding-top:30px}}@media(max-width:1024px){.cards{padding:20px}.main-text{margin-bottom:0}}@media(max-width:938px){.main-text{padding-top:20px}}.card-container{align-items:center;background-color:#9ddc98;border:2px solid #000;border-radius:20px;box-shadow:0 4px 8px #000;display:flex;flex-direction:column;height:350px;justify-content:space-between;transition:all .3s ease-in-out;width:350px}.ball{border-radius:100%;opacity:.7;position:absolute}.card-container:hover{transform:translateY(-20px)}.card{height:180px;transition:all .5s ease}.card:hover{border-radius:20px;box-shadow:0 2px 4px #0d5d2a}.card-container img{border-radius:20px;height:200px;object-fit:cover;width:100%}.details{align-items:center;background:none;display:flex;flex-direction:column;font-weight:700;gap:10px;padding:20px}.btn1{background:#0000;border:2px solid #000;border-radius:30px;cursor:pointer;padding:10px 20px;transition:all .3s ease-in-out}.btn1:hover{box-shadow:0 2px 5px #000;color:#000;font-weight:700}@media(max-width:690px){.main-container{height:100%}}@media screen and (max-width:400px){.card-container{width:80%}}.contact-container{align-items:center;animation:gradientAnimation 5s infinite alternate;background:linear-gradient(0deg,#96fbc4 0,#dcf986);display:flex;flex-direction:column;height:100vh;justify-content:center;overflow:hidden;width:100%}@keyframes gradientAnimation{0%{background:linear-gradient(0deg,#96fbc4 0,#dcf986)}50%{background:linear-gradient(0deg,#dcf986 0,#96fbc4)}to{background:linear-gradient(0deg,#96fbc4 0,#dcf986)}}.contact-heading{font-size:30px;margin:30px 0 0;padding:20px}.contact-info{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:hsla(34,78%,91%,.437);border-radius:12px;gap:10%;padding:20px;width:80%}.contact-info,.contact-left{align-items:center;display:flex;justify-content:center}.contact-left{flex-direction:column;padding:10px}.contact-left p{font-size:20px}.contact-details{align-items:center;color:#000;display:flex;flex-direction:column;justify-content:center;padding:20px;text-align:center}.icon{font-size:30px}.text h3{color:#fff;font-size:18px}.text p{color:#aaa;font-size:14px}.contact-form{height:100%;justify-content:space-evenly;width:55%}.contact-form,form{align-items:center;display:flex;flex-direction:column}form{justify-content:center;width:100%}.contact-form h2{color:#333}.contact-form input,.contact-form textarea{border:none;border-radius:4px;margin-bottom:15px;outline:none;padding:10px;width:80%}.contact-form input{height:40px}.contact-form textarea{height:100px}.contact-form button{background:#0000;border:1px solid #000;border-radius:4px;color:#000;cursor:pointer;font-weight:bolder;padding:10px 20px;transition:all .3s ease}.contact-form button:hover{background-color:#000;box-shadow:2px 2px 8px #000;color:#fff}@media(max-width:1056px){.contact-left{padding:0}.contact-info{gap:5%}.contact-details{padding:10px}}@media(max-width:980px){.contact-details h3{font-size:18px}.contact-details p{font-size:15px}.contact-form{width:70%}}@media(max-width:814px){.contact-container{height:100%}.contact-form{width:90%}.contact-info{align-items:center;display:flex;flex-direction:column-reverse;gap:10px}.contact-heading{margin:0}.contact-left{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.contact-details h3{font-size:16px}.contact-form input,.contact-form textarea{width:90%}}@media(max-width:630px){.contact-details h3{font-size:15px}.contact-form h2{font-size:20px}}@media(max-width:490px){.contact-form{width:100%}}
/*# sourceMappingURL=main.4f52e44b.css.map*/