@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap);*{border:none;box-sizing:border-box;margin:0;outline:none;padding:0;text-decoration:none;transition:all .2s linear}html{font-size:62.5%;overflow-x:hidden;scroll-behavior:smooth}body{background:#e4f4ff;font-family:Poppins,sans-serif;height:100vh}.round-btn{margin-top:2rem;position:relative}.round-btn .round-btn-icon{list-style:none;margin-bottom:0;padding-left:0}.round-btn .round-btn-icon li{display:inline-block;margin-bottom:14px}.round-btn-icon a{background-color:#0057a5;border-radius:100%;color:#fff;display:inline-block;font-size:2rem;height:44px;line-height:44px;margin-right:8px;text-align:center;transition:all .2s linear;width:44px}.round-btn-icon a:active,.round-btn-icon a:focus,.round-btn-icon a:hover{background:#02437d}#particles-js{display:none}@media (max-width:450px){html{font-size:55%}body{padding-right:0}section{padding:2rem}}header{align-items:center;background-color:#fff;box-shadow:0 1px 4px #0057a599;display:flex;height:6.5rem;justify-content:space-between;left:0;padding:1.7rem 10%;position:fixed;right:0;top:0;z-index:1000}section{padding:2rem 9%}.heading{font-size:3.5rem;font-weight:800;padding:1rem;text-align:center}.navbar ul{align-items:center;display:flex;justify-content:center;list-style:none;margin:0;padding:0}.navbar li{margin-right:2.5rem}.navbar li:last-child{margin-right:0}.navbar a{color:#0e2431;font-size:1.57rem;font-weight:600;letter-spacing:.04rem;padding-bottom:.2rem;text-decoration:none;transition:.2s}.navbar a.active,.navbar a:hover{border-bottom:.2rem solid #0057a5;color:#0057a5}#menu{display:none}@media (max-width:768px){header{display:none}}.home{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;min-height:100vh;padding-top:6.5rem;position:relative}.home #particles-js{display:block}.home #particles-js,.home:before{height:100%;left:0;position:absolute;top:0;width:100%}.home:before{content:""}.home .content{padding-top:1rem}.home .content,.home .image{flex:1 1 40rem;z-index:1}.home .image img{border-radius:50%;box-shadow:0 2px 8px #0000004d;margin-left:6rem;width:60%}.home .content h3{color:#0057a5;font-size:5rem;font-weight:800}.home .content h3 span{color:#ff7b00;font-size:5rem;font-weight:800}.home .content p{color:#000}.home .content p,.home .content p span{font-size:2.5rem;font-weight:600;padding:1rem 0}.home .content p span{color:#940808}.home .btn{background:#0057a5;border-radius:4em;box-shadow:0 5px 18px #0057a599;color:#fff;line-height:4;padding:1.6rem 3rem;transition:.5s}.home .btn span{font-size:1.7rem;font-weight:700;letter-spacing:.1rem}.home .btn i{font-size:1.5rem;margin-left:.3rem;transition:.6s}.home .btn:hover{background:#02437d}.home .btn:hover i{transform:rotateX(180deg) translateX(5px)}@media (max-width:450px){.home .btn{margin:4rem 0;text-align:start}.round-btn{margin-top:2rem}.home .content p,.home .content p span{font-size:2.2rem}}@media (max-width:780px){.home{text-align:center}.home .image img{margin-left:-1rem;margin-top:1rem;width:55%}}.about{background:linear-gradient(180deg,#6cbcf8,#0057a5);color:#fff}.about .heading{font-size:2.5rem;margin-bottom:2rem;text-align:center}.about .container{display:flex;flex-wrap:wrap}.about .container .content,.about .container .image{flex:1 1 35%}.about .container .image{text-align:center}.about .container .image img{border-radius:5%;box-shadow:0 5px 10px #0009;margin:4rem auto;transition:.3s;width:30rem}.about .container .content{flex:1 1 45rem;padding:3rem}.about .container .content h2,.about .container .content h3,.about .container .content h4,.about .container .content p{margin-left:1rem;text-align:left}.about .container .content h2{font-size:2.8rem;padding-top:1.5rem}.about .container .content h3{font-size:2rem;font-weight:600;margin-bottom:.5rem}.about .container .content h4{font-size:1.5rem;margin-bottom:.5rem}.about .container .content p{font-size:1.3rem}@media screen and (max-width:600px){.about .container{margin-bottom:7rem;padding:.5rem}.about .container .image{margin-top:2rem}.about .container .image img{margin:0 auto;width:80%}.about .container .content{padding:1rem}}.skills{background:#e4f4ff;color:#0057a5}.skills .heading{font-size:2.5rem;margin-bottom:2rem;text-align:center}.skills .container{background:#0057a5;border-radius:1rem;margin:1rem;padding:2rem}.skills .row{grid-column-gap:2rem;column-gap:2rem;display:grid;grid-template-columns:repeat(2,1fr);margin-top:2%;padding:0 4%}.skills .col{color:#f89e6c;margin-top:.5rem;width:100%}.bar{background:#e4f4ff;border-radius:1rem;box-shadow:0 4px 10px #0003;margin-bottom:15px;padding:10px;transition:.2s}.bar:hover{box-shadow:0 5px 8px #00024466;transform:translateX(12px)}.title-wrapper{display:flex;flex-direction:column;margin-bottom:15px}.bar-title{color:#0057a5;font-size:1.8rem;font-weight:600;margin-bottom:8px}.line{background:#d4d3d3;border-radius:6px;height:3px;position:relative;width:100%}.line:before{background:#0057a5;border-radius:4px;content:"";height:100%;position:absolute;width:100%}.skill-list{list-style:none;margin:0;padding:0}.skill-list li{align-items:center;display:flex;padding:10px 0}.skill-list i{color:#0057a5;font-size:2rem;margin-right:10px;text-align:center;width:30px}.skill-list span{color:#0057a5;font-size:1.6rem;font-weight:500}@media screen and (max-width:600px){.skills .container{margin:0;padding:0}.skills .row{grid-template-columns:1fr;padding:2rem 1rem 1rem}.col{margin-top:5px;width:100%}.bar{margin-bottom:10px;padding:10px}.line{height:.8rem}}.education{background:linear-gradient(180deg,#6cbcf8,#0057a5);color:#fff}.education .heading{font-size:2.5rem;margin-bottom:2rem;text-align:center}.education .timeline{margin:0 auto;max-width:1200px;position:relative}.education .container{position:relative;width:50%}.education .left{left:0}.education .right{left:50%}.education .content{background-color:#f89e6c;border-radius:6px;padding:1rem 1.5rem;position:relative}.education .content .tag h2{font-size:2rem;margin-bottom:.5rem}.education .content .desc h3{font-size:1.5rem;font-weight:600;margin-bottom:.3rem}.education .content .desc p{font-size:1.2rem;margin:0}@media screen and (max-width:600px){.education .timeline:after{left:31px}.education .container{left:0!important;margin-bottom:1.5rem;padding-left:70px;padding-right:25px;width:100%}.education .right{left:0}}.projects{background:#e4f4ff;color:#0057a5}.projects .heading{font-size:2.5rem;margin-bottom:2rem;text-align:center}.projects .box-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));margin:2rem}.projects .box{background:#fff;border-radius:.5rem;box-shadow:0 .5rem .8rem #0000004d;height:25rem;overflow:hidden;position:relative}.projects .box img{height:100%;object-fit:cover;width:100%}.projects .box .content{background:#ffffffe6;display:flex;flex-direction:column;height:100%;left:0;position:absolute;top:85%;transition:top .3s ease;width:100%}.projects .box:hover:not(.no-hover) .content{top:25%}.projects .box .tag{align-items:center;background:#e4f4ff;color:#0057a5;display:flex;height:3.5rem;justify-content:center;padding-left:.5rem;width:100%}.projects .box .tag h3{font-size:1.6rem;margin:0}.projects .desc{display:flex;flex-direction:column;justify-content:center;margin:1rem}.projects .desc p{font-size:1.3rem}.projects .btns{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:1rem}.projects .btns .btn{align-items:center;background:#0057a5;border-radius:.5rem;color:#fff;display:inline-flex;font-size:1.3rem;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:background .2s ease}.projects .btns .btn:hover{background:#02437d}.projects .box.no-hover{pointer-events:none}@media screen and (max-width:600px){.projects .box-container{gap:.75rem;grid-template-columns:repeat(2,1fr)}.projects .box{height:20rem}}.experience{background:linear-gradient(180deg,#6cbcf8,#0057a5);color:#fff}.experience .heading{font-size:2.5rem;margin-bottom:2rem;text-align:center}.experience .timeline{margin:0 auto;max-width:1200px;position:relative}.timeline:after{background:#fff;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:6px}.experience .container{position:relative;width:50%}.experience .left{left:0}.experience .right{left:50%}.experience .content{background-color:#f89e6c;border-radius:6px;padding:1rem 1.5rem;position:relative}.experience .content .tag h2{font-size:2rem;margin-bottom:.5rem}.experience .content .desc h3{font-size:1.5rem;font-weight:600;margin-bottom:.3rem}.experience .content .desc p{font-size:1.2rem;margin:0}@media screen and (max-width:600px){.experience .timeline:after{left:31px}.experience .container{left:0!important;margin-bottom:1.5rem;padding-left:70px;padding-right:25px;width:100%}.experience .right{left:0}}
/*# sourceMappingURL=main.30cd3c34.css.map*/